:root {
  color-scheme: light;
  --lummi-blue: #356b9d;
  --lummi-blue-deep: #174a78;
  --lummi-orange: #ff8b24;
  --lummi-orange-text: #a94700;
  --lummi-ink: #17202a;
  --lummi-muted: #66717d;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body.lummi-site {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background: linear-gradient(180deg, #f8fafc 0, #e7edf2 100%);
  color: var(--lummi-ink);
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}

.lummi-skip {
  position: fixed;
  left: 18px;
  top: 12px;
  z-index: 20;
  padding: 10px 14px;
  transform: translateY(-150%);
  background: #fff;
  color: var(--lummi-blue-deep);
  font-weight: 700;
}

.lummi-skip:focus {
  transform: translateY(0);
}

.lummi-shell {
  width: calc(100% - 40px);
  max-width: 760px;
  margin: 34px auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid #c8d0d7;
  box-shadow: 0 20px 55px rgba(29, 50, 68, .2);
}

.lummi-header {
  position: relative;
  overflow: hidden;
  background: var(--lummi-blue);
  line-height: 0;
}

.lummi-brand-art {
  display: block;
  width: 100%;
  height: auto;
}

.lummi-nav {
  position: absolute;
  right: 28px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 11px;
  line-height: 1;
}

.lummi-nav a {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  justify-content: center;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, .8);
  background: rgba(44, 101, 151, .78);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .18s ease, color .18s ease;
}

.lummi-nav a:hover {
  background: var(--lummi-orange);
  color: #111;
}

.lummi-nav a:focus-visible,
.lummi-project:focus-visible {
  outline: 3px solid var(--lummi-orange);
  outline-offset: 3px;
}

.lummi-main {
  min-height: 330px;
  padding: 42px;
}

.lummi-home {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 235px;
  gap: 38px;
  align-items: start;
}

.lummi-copy h1,
.lummi-main > h1,
.lummi-contact-copy h1 {
  margin: 0 0 24px;
  color: var(--lummi-orange-text);
  font-size: 21px;
  line-height: 1.28;
}

.lummi-copy p,
.lummi-contact-copy p,
.lummi-contact-copy address {
  margin: 0 0 18px;
  color: #17202a;
  font-size: 15px;
  line-height: 1.5;
}

.lummi-copy h1 strong {
  letter-spacing: .025em;
}

.lummi-stills {
  display: grid;
  gap: 14px;
}

.lummi-stills img,
.lummi-contact-photo img {
  display: block;
  width: 100%;
  height: auto;
  border: 6px solid #fff;
  box-shadow: 0 8px 24px rgba(33, 58, 78, .18);
}

.lummi-products {
  padding-top: 34px;
}

.lummi-project-list {
  display: grid;
  gap: 19px;
  max-width: 590px;
  margin: 0 auto;
}

.lummi-project {
  display: block;
  padding: 10px;
  border: 1px solid #d8e0e7;
  background: #fff;
  box-shadow: 0 7px 18px rgba(30, 56, 77, .1);
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.lummi-project:hover {
  transform: translateY(-2px);
  border-color: var(--lummi-orange);
  box-shadow: 0 11px 24px rgba(30, 56, 77, .16);
}

.lummi-project img {
  display: block;
  width: 100%;
  height: auto;
}

.lummi-contact {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  min-height: 330px;
}

.lummi-contact-copy address {
  font-style: normal;
}

.lummi-detail {
  display: grid;
  gap: 24px;
  justify-items: center;
  min-height: 0;
  padding-top: 30px;
}

.lummi-detail-title,
.lummi-detail-copy {
  display: block;
  width: 100%;
  height: auto;
}

.lummi-detail-title {
  max-width: 396px;
  justify-self: start;
}

.lummi-detail-copy {
  max-width: 485px;
}

.lummi-garden-more {
  display: grid;
  width: 100%;
  max-width: 560px;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.lummi-garden-tree {
  display: block;
  width: 72px;
  height: auto;
  border: 1px solid #65747f;
}

.lummi-garden-more h1 {
  margin: 0 0 18px;
  padding: 10px 14px;
  border: 1px solid #8b701d;
  background: #f6dfa2;
  color: #17202a;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.lummi-garden-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lummi-garden-links a,
.lummi-garden-links img {
  display: block;
  width: 100%;
  height: auto;
}

.lummi-garden-links a:focus-visible {
  outline: 3px solid var(--lummi-orange);
  outline-offset: 3px;
}

.lummi-rockblast-host {
  display: grid;
  width: 100%;
  max-width: 485px;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 20px;
  align-items: end;
}

.lummi-rockblast-host img:first-child {
  display: block;
  width: 112px;
  height: auto;
  border: 1px solid #65747f;
}

.lummi-rockblast-host img:last-child {
  display: block;
  width: min(206px, 100%);
  height: auto;
}

.lummi-rockblast .lummi-detail-copy {
  max-width: 469px;
}

.lummi-spee {
  grid-template-columns: minmax(0, 1fr) 110px;
  align-items: start;
}

.lummi-spee .lummi-detail-title {
  grid-column: 1 / -1;
}

.lummi-spee-medal {
  grid-column: 2;
  grid-row: 2;
}

.lummi-spee-medal img {
  display: block;
  width: 91px;
  height: auto;
}

.lummi-spee-ship {
  display: block;
  width: min(331px, 100%);
  height: auto;
  grid-column: 1 / -1;
  border: 1px solid #65747f;
}

.lummi-spee p {
  width: 100%;
  margin: 0;
  grid-column: 1 / -1;
  padding: 12px 16px;
  background: #075aaa;
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
  text-transform: uppercase;
}

.lummi-footer {
  padding: 20px 28px;
  border-top: 1px solid #d8e0e7;
  color: #66717d;
  font-size: 12px;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .lummi-shell {
    width: calc(100% - 24px);
    margin: 12px auto;
  }

  .lummi-nav {
    position: static;
    flex-wrap: wrap;
    justify-content: center;
    padding: 14px;
    background: var(--lummi-blue);
  }

  .lummi-main {
    padding: 28px 24px;
  }

  .lummi-home,
  .lummi-contact {
    grid-template-columns: 1fr;
  }

  .lummi-spee {
    grid-template-columns: 1fr;
  }

  .lummi-spee-medal {
    grid-column: 1;
    grid-row: auto;
    justify-self: end;
  }

  .lummi-stills {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lummi-contact-photo {
    max-width: 320px;
  }
}

@media (max-width: 480px) {
  .lummi-garden-more,
  .lummi-rockblast-host {
    grid-template-columns: 1fr;
  }

  .lummi-garden-tree,
  .lummi-rockblast-host img:first-child {
    justify-self: center;
  }

  .lummi-stills {
    grid-template-columns: 1fr;
  }

  .lummi-stills img {
    max-width: 280px;
  }
}
