@font-face {
  font-family: "Cormorant Garamond";
  src: url("./assets/fonts/CormorantGaramond-Latin.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --forest: #0d130c;
  --forest-soft: #171d16;
  --footer: #171a16;
  --paper: #f2e7d8;
  --paper-deep: #e8dac8;
  --ink: #1c2018;
  --ink-soft: #4f5148;
  --gold: #e0ad67;
  --gold-deep: #bd8240;
  --olive: #6d7945;
  --olive-soft: #aab083;
  --ivory: #fffaf0;
  --line: rgba(91, 77, 55, 0.22);
  --shadow: 0 24px 60px rgba(13, 13, 9, 0.28);
  --shell: 1200px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  margin: 0;
}

.landing-body {
  min-width: 320px;
  overflow-x: hidden;
  background: var(--forest);
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.landing-body a {
  color: inherit;
  text-decoration: none;
}

.landing-body button {
  color: inherit;
  font: inherit;
}

.landing-body img {
  display: block;
  max-width: 100%;
  height: auto;
}

.landing-body h1,
.landing-body h2,
.landing-body h3,
.landing-body p {
  margin-top: 0;
}

.site-shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--ivory);
  color: var(--ink) !important;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

.landing-body :focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
  box-shadow: 0 0 0 7px rgba(27, 38, 21, 0.92);
}

.landing-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, rgba(5, 9, 5, 0.78), rgba(5, 9, 5, 0));
  transition: background 200ms ease, border-color 200ms ease, backdrop-filter 200ms ease;
}

.landing-header.is-scrolled,
.landing-header.menu-open {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(10, 15, 10, 0.92);
  backdrop-filter: blur(16px);
}

.header-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 82px;
  gap: 28px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 12px;
  width: fit-content;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  white-space: nowrap;
}

.stone-mark {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 38px;
  flex: 0 0 auto;
}

.stone-mark i {
  position: absolute;
  left: 50%;
  display: block;
  border: 1px solid rgba(255, 250, 240, 0.24);
  border-radius: 50%;
  background: linear-gradient(180deg, #f2c781, #cc914a);
  box-shadow: 0 3px 10px rgba(224, 173, 103, 0.18);
  transform: translateX(-50%);
}

.stone-mark i:nth-child(1) {
  bottom: 1px;
  width: 31px;
  height: 9px;
}

.stone-mark i:nth-child(2) {
  bottom: 10px;
  width: 24px;
  height: 8px;
}

.stone-mark i:nth-child(3) {
  bottom: 19px;
  width: 17px;
  height: 7px;
}

.stone-mark b {
  position: absolute;
  top: 1px;
  left: 19px;
  width: 8px;
  height: 5px;
  border-radius: 90% 10% 90% 10%;
  background: var(--gold);
  transform: rotate(-25deg);
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3.4vw, 46px);
  font-size: 0.77rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.desktop-nav a,
.footer-column a {
  transition: color 160ms ease;
}

.desktop-nav a {
  position: relative;
  padding-block: 10px;
  color: rgba(255, 250, 240, 0.92);
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 2px;
  height: 1px;
  background: var(--gold);
  transition: left 160ms ease, right 160ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.desktop-nav a[aria-current="page"]::after {
  left: 4px;
  right: 4px;
}

.download-pill {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(255, 244, 219, 0.35);
  border-radius: 999px;
  background: linear-gradient(180deg, #f0c882, #d59d55);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  color: #2a2217 !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: transform 160ms ease, filter 160ms ease;
}

.download-pill:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
}

.menu-button {
  display: none;
  justify-self: end;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(7, 11, 7, 0.5);
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  border-radius: 2px;
  background: var(--ivory);
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-button[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-button[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-button[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-nav {
  width: min(calc(100% - 32px), 520px);
  max-height: calc(100dvh - 84px - env(safe-area-inset-bottom, 0px));
  margin: 0 auto 16px;
  padding: 10px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(15, 21, 14, 0.98);
  box-shadow: var(--shadow);
  -webkit-overflow-scrolling: touch;
}

.mobile-nav a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mobile-nav a:hover {
  background: rgba(255, 255, 255, 0.06);
}

.mobile-nav a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.08);
  color: var(--gold);
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(660px, 55vw, 790px);
  overflow: hidden;
  background-color: var(--forest);
  background-image: url("./assets/scenes/hero-garden.webp");
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 9, 5, 0.92) 0%, rgba(5, 9, 5, 0.74) 28%, rgba(5, 9, 5, 0.24) 59%, rgba(5, 9, 5, 0.14) 100%),
    linear-gradient(180deg, rgba(5, 9, 5, 0.26), transparent 48%, rgba(5, 9, 5, 0.46));
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1.3fr);
  align-items: center;
  gap: clamp(28px, 4vw, 68px);
  padding-top: 116px;
  padding-bottom: 58px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 460px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.28);
}

.hero-kicker {
  margin-bottom: 16px;
  color: rgba(255, 250, 240, 0.72);
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  margin-bottom: 14px;
  font-family: var(--serif);
  font-size: clamp(3.7rem, 5.25vw, 4.9rem);
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 0.86;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-promise {
  margin-bottom: 20px;
  color: var(--gold);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 500;
  line-height: 1.35;
}

.hero-description {
  max-width: 42ch;
  margin-bottom: 25px;
  color: rgba(255, 250, 240, 0.9);
  font-size: clamp(0.9rem, 1.15vw, 1rem);
  line-height: 1.7;
}

.store-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 12px;
}

.app-store-link,
.google-badge {
  width: 174px;
  height: 58px;
  border-radius: 9px;
  transition: transform 160ms ease, filter 160ms ease;
}

.app-store-link {
  display: inline-flex;
}

.app-store-link img {
  width: 100%;
  height: 100%;
}

.app-store-link:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.google-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  background: #050505;
  color: #fff;
  cursor: default;
}

.play-symbol {
  position: relative;
  display: block;
  width: 27px;
  height: 31px;
  flex: 0 0 auto;
  overflow: hidden;
  background: conic-gradient(from 32deg at 42% 50%, #31d46d 0 25%, #ffd33d 0 47%, #f04455 0 67%, #42a5f5 0);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.play-symbol::after {
  content: "";
  position: absolute;
  inset: 3px 6px 3px 3px;
  background: rgba(255, 255, 255, 0.16);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.google-copy {
  display: grid;
  align-content: center;
  line-height: 1;
}

.google-copy small {
  margin-bottom: 4px;
  font-size: 0.53rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.google-copy strong {
  font-size: 1.04rem;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.hero-device-wrap {
  position: relative;
  z-index: 1;
  width: min(112%, 810px);
  margin-left: auto;
  margin-right: -36px;
}

.device-glow {
  position: absolute;
  inset: -15% -8%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225, 174, 102, 0.3), rgba(225, 174, 102, 0) 66%);
  filter: blur(22px);
}

.landscape-device {
  position: relative;
  padding: clamp(8px, 1vw, 13px);
  border: 2px solid #8a8b85;
  border-radius: clamp(25px, 3vw, 42px);
  background: linear-gradient(145deg, #252624, #050505 52%, #242522);
  box-shadow:
    0 34px 70px rgba(0, 0, 0, 0.58),
    inset 0 0 0 2px #111,
    inset 0 1px 1px rgba(255, 255, 255, 0.42);
  transform: perspective(1200px) rotateY(-1.5deg) rotateX(0.8deg);
}

.landscape-device::before {
  content: "";
  position: absolute;
  right: 9%;
  bottom: -24px;
  left: 9%;
  z-index: -1;
  height: 28px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  filter: blur(16px);
}

.landscape-device img {
  width: 100%;
  aspect-ratio: 2688 / 1242;
  border-radius: clamp(18px, 2.2vw, 31px);
  background: #151813;
  object-fit: contain;
}

.device-camera {
  position: absolute;
  top: 50%;
  left: clamp(10px, 1.1vw, 16px);
  z-index: 3;
  width: 7px;
  height: 36px;
  border-radius: 8px;
  background: #050505;
  box-shadow: inset 0 0 0 1px #242724;
  transform: translateY(-50%);
}

.device-camera::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 1px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #162538;
  box-shadow: inset 0 0 0 1px #31435a;
}

.petals {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.petals i {
  position: absolute;
  display: block;
  width: 12px;
  height: 7px;
  border-radius: 90% 10% 90% 10%;
  background: rgba(222, 136, 139, 0.8);
  box-shadow: 0 0 10px rgba(247, 178, 171, 0.28);
  animation: drift 10s linear infinite;
}

.petals i:nth-child(1) { top: 22%; left: 51%; animation-delay: -2s; }
.petals i:nth-child(2) { top: 38%; left: 77%; animation-delay: -7s; animation-duration: 13s; }
.petals i:nth-child(3) { top: 70%; left: 29%; animation-delay: -5s; animation-duration: 12s; }
.petals i:nth-child(4) { top: 16%; left: 89%; animation-delay: -9s; animation-duration: 15s; }
.petals i:nth-child(5) { top: 65%; left: 94%; animation-delay: -4s; animation-duration: 11s; }

@keyframes drift {
  0% { transform: translate3d(-4px, -8px, 0) rotate(0); }
  50% { transform: translate3d(16px, 16px, 0) rotate(120deg); }
  100% { transform: translate3d(-8px, 38px, 0) rotate(240deg); }
}

.paper-section {
  position: relative;
  overflow: hidden;
  background-color: var(--paper);
  background-image:
    radial-gradient(circle at 100% 150%, transparent 23%, rgba(111, 108, 79, 0.06) 24%, rgba(111, 108, 79, 0.06) 27%, transparent 28%),
    radial-gradient(circle at 0 150%, transparent 23%, rgba(111, 108, 79, 0.06) 24%, rgba(111, 108, 79, 0.06) 27%, transparent 28%);
  background-position: 0 0, 30px 0;
  background-size: 60px 30px;
  color: var(--ink);
}

.benefits {
  padding: 72px 0 78px;
}

.ornament-heading {
  position: relative;
  z-index: 2;
  max-width: 940px;
  margin: 0 auto 42px;
  text-align: center;
}

.ornament-heading h2 {
  margin-bottom: 11px;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.1vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.05;
  text-transform: uppercase;
}

.benefits .ornament-heading {
  --benefit-ornament-gap: 18px;
  margin-bottom: var(--benefit-ornament-gap);
}

.benefits .ornament-heading h2 {
  margin-bottom: var(--benefit-ornament-gap);
}

.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(320px, 70vw);
  margin-inline: auto;
  color: var(--gold-deep);
}

.ornament span {
  width: 42%;
  height: 1px;
  background: linear-gradient(90deg, transparent, currentColor);
}

.ornament span:last-child {
  background: linear-gradient(90deg, currentColor, transparent);
}

.ornament i {
  position: relative;
  display: block;
  width: 25px;
  height: 18px;
  flex: 0 0 auto;
}

.ornament i::before {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  clip-path: polygon(50% 0, 62% 39%, 82% 17%, 78% 56%, 100% 44%, 84% 82%, 50% 100%, 16% 82%, 0 44%, 22% 56%, 18% 17%, 38% 39%);
}

.benefit-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.benefit-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.benefit-card h3 {
  margin: 13px 0 8px;
  font-family: var(--serif);
  font-size: 1.43rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.1;
  text-transform: uppercase;
}

.benefit-card p {
  min-height: 78px;
  margin: 0 auto 20px;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.65;
}

.feature-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1.5px solid var(--olive);
  border-radius: 50%;
  color: var(--olive);
  background: rgba(255, 251, 242, 0.42);
}

.stack-icon i {
  position: absolute;
  left: 50%;
  display: block;
  border-radius: 50%;
  background: var(--olive);
  transform: translateX(-50%);
}

.stack-icon i:nth-child(1) { bottom: 15px; width: 38px; height: 12px; }
.stack-icon i:nth-child(2) { bottom: 29px; width: 29px; height: 11px; }
.stack-icon i:nth-child(3) { bottom: 42px; width: 19px; height: 10px; }

.leaf-icon i {
  position: absolute;
  width: 19px;
  height: 32px;
  border-radius: 90% 10% 90% 10%;
  background: var(--olive);
  transform-origin: bottom center;
}

.leaf-icon i:nth-child(1) { bottom: 17px; left: 26px; }
.leaf-icon i:nth-child(2) { bottom: 15px; left: 16px; transform: rotate(-42deg) scale(0.78); }
.leaf-icon i:nth-child(3) { bottom: 15px; right: 16px; transform: scaleX(-1) rotate(-42deg) scale(0.78); }

.blossom-icon i {
  position: absolute;
  width: 19px;
  height: 29px;
  border-radius: 90% 10% 90% 10%;
  background: var(--olive);
  transform-origin: bottom center;
}

.blossom-icon i:nth-child(1) { bottom: 17px; transform: translateY(-4px); }
.blossom-icon i:nth-child(2) { bottom: 16px; left: 17px; transform: rotate(-48deg) scale(0.8); }
.blossom-icon i:nth-child(3) { bottom: 16px; right: 17px; transform: scaleX(-1) rotate(-48deg) scale(0.8); }
.blossom-icon i:nth-child(4) { bottom: 12px; width: 26px; height: 8px; border-radius: 50%; }

.feature-image {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: auto;
  overflow: hidden;
  border: 1px solid rgba(91, 77, 55, 0.26);
  border-radius: 11px;
  background: #1b1f18;
  box-shadow: 0 13px 24px rgba(69, 53, 34, 0.18);
  cursor: zoom-in;
}

.feature-image img {
  width: 100%;
  aspect-ratio: 2688 / 1242;
  object-fit: contain;
  transition: transform 250ms ease, filter 250ms ease;
}

.feature-image:hover img {
  filter: brightness(1.05);
  transform: scale(1.018);
}

.botanical {
  position: absolute;
  top: -24px;
  width: 230px;
  height: 250px;
  color: var(--olive);
  opacity: 0.15;
  pointer-events: none;
}

.botanical::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 24px;
  width: 29px;
  height: 72px;
  border-radius: 90% 12% 90% 12%;
  background: currentColor;
  box-shadow:
    37px 26px 0 -2px currentColor,
    72px 54px 0 -4px currentColor,
    103px 87px 0 -6px currentColor,
    126px 124px 0 -8px currentColor;
  transform: rotate(-35deg);
}

.botanical::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 110px;
  width: 3px;
  height: 230px;
  border-radius: 3px;
  background: currentColor;
  transform: rotate(-43deg);
  transform-origin: bottom center;
}

.botanical-left { left: -105px; }
.botanical-right { right: -105px; transform: scaleX(-1); }
.botanical-low { top: auto; bottom: -70px; }

.gallery-section {
  position: relative;
  overflow: hidden;
  padding: 70px 0 62px;
  background-color: var(--forest);
  background-image:
    linear-gradient(rgba(7, 13, 7, 0.9), rgba(7, 13, 7, 0.91)),
    url("./assets/scenes/hero-garden.webp");
  background-position: center, center 62%;
  background-size: cover;
}

.gallery-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 20%, rgba(213, 170, 101, 0.1), transparent 34%);
  pointer-events: none;
}

.ornament-heading-light {
  color: var(--ivory);
}

.ornament-heading-light h2 {
  margin-top: 7px;
  margin-bottom: 0;
}

.ornament-top {
  color: var(--gold);
}

.gallery-shell {
  position: relative;
  z-index: 2;
}

.gallery-viewport {
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.gallery-viewport::-webkit-scrollbar {
  display: none;
}

.gallery-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 32px) / 3);
  gap: 16px;
}

.gallery-card {
  position: relative;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(224, 173, 103, 0.42);
  border-radius: 11px;
  background: #11160f;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
  cursor: zoom-in;
  scroll-snap-align: start;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 2688 / 1242;
  object-fit: contain;
  transition: transform 240ms ease, filter 240ms ease;
}

.gallery-card span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 25px 12px 9px;
  background: linear-gradient(transparent, rgba(5, 8, 5, 0.76));
  color: rgba(255, 250, 240, 0.94);
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: left;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.gallery-card:hover img {
  filter: brightness(1.08);
  transform: scale(1.015);
}

.gallery-card:hover span,
.gallery-card:focus-visible span {
  opacity: 1;
  transform: translateY(0);
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(10, 15, 9, 0.85);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  color: var(--ivory);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.gallery-arrow span {
  margin-top: -4px;
  font-family: var(--serif);
  font-size: 2.3rem;
  line-height: 1;
}

.gallery-arrow:hover:not(:disabled) {
  background: rgba(192, 132, 64, 0.96);
  transform: translateY(-50%) scale(1.04);
}

.gallery-arrow:disabled {
  opacity: 0.28;
  cursor: not-allowed;
}

.gallery-arrow-prev { left: -23px; }
.gallery-arrow-next { right: -23px; }

.gallery-dots {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 10px;
}

.gallery-dot {
  position: relative;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.gallery-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 250, 240, 0.48);
  transform: translate(-50%, -50%);
  transition: background 160ms ease, transform 160ms ease;
}

.gallery-dot[aria-current="true"]::before {
  background: var(--gold);
  transform: translate(-50%, -50%) scale(1.14);
}

.gallery-hint {
  position: relative;
  z-index: 2;
  display: none;
  margin: 10px 0 0;
  color: rgba(255, 250, 240, 0.58);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.faq-section {
  min-height: 560px;
  padding: 68px 0 76px;
}

.faq-shell {
  position: relative;
  z-index: 2;
  max-width: 940px;
}

.faq-section .ornament-heading {
  margin-bottom: 28px;
}

.faq-list {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 250, 241, 0.55);
  box-shadow: 0 18px 44px rgba(72, 54, 34, 0.1);
  backdrop-filter: blur(6px);
}

.faq-list details + details {
  border-top: 1px solid var(--line);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 42px 1fr 20px;
  align-items: center;
  gap: 16px;
  min-height: 66px;
  padding: 10px 24px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 500;
  list-style: none;
  cursor: pointer;
  transition: background 160ms ease;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary:hover {
  background: rgba(255, 255, 255, 0.44);
}

.faq-icon {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid var(--olive-soft);
  border-radius: 50%;
  color: var(--olive);
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 700;
}

.faq-list summary > i {
  position: relative;
  display: block;
  width: 13px;
  height: 13px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transform: translateY(-3px) rotate(45deg);
  transition: transform 180ms ease;
}

.faq-list details[open] summary > i {
  transform: translateY(3px) rotate(225deg);
}

.faq-list details[open] summary {
  background: rgba(255, 255, 255, 0.38);
}

.faq-answer {
  padding: 20px 68px 20px 82px;
}

.faq-answer p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.85rem;
  line-height: 1.7;
}

.download-section {
  position: relative;
  display: grid;
  min-height: 285px;
  overflow: hidden;
  background-color: var(--forest);
  background-image: url("./assets/scenes/download-garden.webp");
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.download-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(4, 8, 4, 0.12), rgba(4, 8, 4, 0.45) 33%, rgba(4, 8, 4, 0.5) 67%, rgba(4, 8, 4, 0.14));
}

.download-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 48px;
  text-align: center;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.62);
}

.download-content h2 {
  margin-bottom: 5px;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.3vw, 3.1rem);
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.05;
  text-transform: uppercase;
}

.download-content p {
  margin-bottom: 19px;
  color: rgba(255, 250, 240, 0.92);
  font-size: 0.95rem;
}

.store-row-centered {
  justify-content: center;
}

.landing-footer {
  padding: 48px 0 22px;
  background:
    radial-gradient(circle at 18% 0, rgba(174, 142, 86, 0.08), transparent 25%),
    var(--footer);
  color: var(--ivory);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.55fr) repeat(3, minmax(120px, 0.72fr));
  gap: clamp(28px, 5vw, 78px);
  align-items: start;
}

.footer-brand p {
  margin: 17px 0 0;
  color: var(--gold);
  font-size: 0.86rem;
  line-height: 1.6;
}

.footer-column {
  display: grid;
  gap: 8px;
}

.footer-column h2 {
  margin: 5px 0 10px;
  font-family: var(--sans);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-column a {
  width: fit-content;
  color: rgba(255, 250, 240, 0.72);
  font-size: 0.78rem;
}

.footer-column a:hover {
  color: var(--gold);
}

.footer-column a[aria-current="page"] {
  color: var(--gold);
}

.landing-footer .copyright {
  width: min(calc(100% - 48px), var(--shell));
  margin: 18px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 250, 240, 0.66);
  font-size: 0.75rem;
  text-align: center;
}

.lightbox {
  width: min(1180px, calc(100% - 42px));
  max-width: none;
  max-height: calc(100dvh - 42px);
  padding: 0;
  overflow: visible;
  border: 1px solid rgba(224, 173, 103, 0.55);
  border-radius: 18px;
  background: #0d120c;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.72);
  color: var(--ivory);
}

.lightbox::backdrop {
  background: rgba(3, 6, 3, 0.88);
  backdrop-filter: blur(7px);
}

.lightbox figure {
  margin: 0;
}

.lightbox img {
  width: 100%;
  max-height: calc(100dvh - 120px);
  border-radius: 17px 17px 0 0;
  object-fit: contain;
}

.lightbox figcaption {
  min-height: 52px;
  padding: 13px 58px;
  color: rgba(255, 250, 240, 0.78);
  font-family: var(--serif);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.lightbox-close,
.lightbox-arrow {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(8, 12, 8, 0.9);
  color: var(--ivory);
  cursor: pointer;
}

.lightbox-close {
  top: -17px;
  right: -17px;
  width: 42px;
  height: 42px;
  font-size: 1.7rem;
  line-height: 1;
}

.lightbox-arrow {
  top: 50%;
  width: 48px;
  height: 48px;
  font-family: var(--serif);
  font-size: 2.2rem;
  line-height: 1;
  transform: translateY(-50%);
}

.lightbox-prev { left: -24px; }
.lightbox-next { right: -24px; }

@media (max-width: 1100px) {
  .header-row {
    grid-template-columns: auto 1fr auto auto;
  }

  .desktop-nav {
    justify-self: end;
    gap: 22px;
  }

  .hero-layout {
    grid-template-columns: minmax(260px, 0.72fr) minmax(410px, 1.28fr);
    gap: 24px;
  }

  .gallery-arrow-prev { left: 8px; }
  .gallery-arrow-next { right: 8px; }
}

@media (max-width: 900px) {
  .header-row {
    grid-template-columns: auto 1fr auto auto;
  }

  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .hero-layout {
    grid-template-columns: minmax(230px, 0.7fr) minmax(390px, 1.3fr);
  }

  .hero h1 {
    font-size: clamp(3rem, 6.2vw, 3.9rem);
  }

  .hero-description {
    font-size: 0.86rem;
  }

  .benefit-grid {
    gap: 16px;
  }

  .benefit-card p {
    font-size: 0.8rem;
  }

  .gallery-track {
    grid-auto-columns: calc((100% - 16px) / 2);
  }

  .footer-grid {
    grid-template-columns: 1.3fr 0.65fr 1.05fr 0.65fr;
    gap: 30px;
  }

  .hero-device-wrap {
    width: min(100%, 750px);
    margin-right: 0;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 68px;
  }

  .site-shell {
    width: min(calc(100% - 32px), var(--shell));
  }

  .header-row {
    min-height: 68px;
    gap: 12px;
  }

  .wordmark {
    gap: 9px;
    font-size: 1.18rem;
  }

  .stone-mark {
    width: 29px;
    height: 34px;
    transform: scale(0.88);
    transform-origin: left center;
  }

  .download-pill {
    min-width: auto;
    min-height: 42px;
    padding: 0 17px;
    font-size: 0.68rem;
  }

  .menu-button {
    width: 42px;
    height: 42px;
  }

  .hero {
    min-height: 820px;
    background-position: 58% center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(5, 9, 5, 0.82) 0%, rgba(5, 9, 5, 0.68) 43%, rgba(5, 9, 5, 0.28) 70%, rgba(5, 9, 5, 0.5)),
      linear-gradient(90deg, rgba(5, 9, 5, 0.52), rgba(5, 9, 5, 0.16));
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-top: 116px;
    padding-bottom: 64px;
  }

  .hero-copy {
    max-width: 560px;
    margin-inline: auto;
    text-align: center;
  }

  .hero-kicker {
    margin-bottom: 11px;
  }

  .hero h1 {
    font-size: clamp(3.7rem, 15vw, 5rem);
  }

  .hero-promise {
    font-size: clamp(1.18rem, 5vw, 1.5rem);
  }

  .hero-description {
    max-width: 48ch;
    margin-inline: auto;
    font-size: 0.9rem;
  }

  .store-row {
    justify-content: center;
  }

  .hero-device-wrap {
    width: min(100%, 650px);
    margin-inline: auto;
  }

  .benefits,
  .gallery-section,
  .faq-section {
    padding-top: 62px;
    padding-bottom: 66px;
  }

  .ornament-heading {
    margin-bottom: 34px;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .benefit-card {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .benefit-card p {
    min-height: 0;
    max-width: 52ch;
    font-size: 0.88rem;
  }

  .feature-image {
    max-width: 620px;
  }

  .botanical {
    opacity: 0.11;
  }

  .gallery-track {
    grid-auto-columns: 88%;
    gap: 13px;
  }

  .gallery-arrow {
    display: none;
  }

  .gallery-hint {
    display: block;
  }

  .gallery-card span {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .faq-list summary {
    grid-template-columns: 38px 1fr 18px;
    gap: 12px;
    min-height: 64px;
    padding: 10px 16px;
    font-size: 0.84rem;
  }

  .faq-icon {
    width: 33px;
    height: 33px;
  }

  .faq-answer {
    padding: 19px 48px 19px 66px;
  }

  .download-section {
    min-height: 330px;
    background-position: center;
  }

  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .lightbox-arrow {
    top: auto;
    bottom: -18px;
  }

  .lightbox-prev { left: 14px; }
  .lightbox-next { right: 14px; }
}

@media (max-width: 520px) {
  .site-shell {
    width: min(calc(100% - 24px), var(--shell));
  }

  .header-row {
    grid-template-columns: auto 1fr auto;
  }

  .header-row .download-pill {
    display: none;
  }

  .wordmark {
    font-size: 1.08rem;
  }

  .hero {
    min-height: 790px;
  }

  .hero-layout {
    gap: 46px;
    padding-top: 103px;
  }

  .hero-kicker {
    font-size: 0.62rem;
  }

  .hero h1 {
    font-size: clamp(3.55rem, 17vw, 4.4rem);
  }

  .hero-promise {
    margin-bottom: 15px;
  }

  .hero-description {
    font-size: 0.86rem;
    line-height: 1.62;
  }

  .store-row {
    flex-wrap: nowrap;
    gap: 8px;
  }

  .app-store-link,
  .google-badge {
    width: min(168px, calc(50vw - 17px));
    height: auto;
    min-height: 51px;
  }

  .google-badge {
    gap: 7px;
    padding-inline: 10px;
  }

  .play-symbol {
    width: 22px;
    height: 26px;
  }

  .google-copy small {
    font-size: 0.43rem;
  }

  .google-copy strong {
    font-size: clamp(0.76rem, 3.7vw, 0.98rem);
  }

  .landscape-device {
    padding: 7px;
    border-radius: 22px;
  }

  .landscape-device img {
    border-radius: 15px;
  }

  .device-camera {
    left: 8px;
    width: 5px;
    height: 28px;
  }

  .ornament-heading h2 {
    font-size: clamp(1.65rem, 7.2vw, 2.1rem);
  }

  .benefit-card h3 {
    font-size: 1.32rem;
  }

  .gallery-track {
    grid-auto-columns: 91%;
  }

  .faq-section {
    min-height: auto;
  }

  .faq-list summary {
    grid-template-columns: 35px 1fr 15px;
    gap: 10px;
    padding-inline: 12px;
    font-size: 0.82rem;
    line-height: 1.4;
  }

  .faq-icon {
    width: 31px;
    height: 31px;
    font-size: 1.08rem;
  }

  .faq-answer {
    padding: 18px 20px 18px 57px;
  }

  .faq-answer p {
    font-size: 0.82rem;
  }

  .download-section {
    min-height: 365px;
    background-position: 51% center;
  }

  .download-shade {
    background: rgba(4, 8, 4, 0.54);
  }

  .download-content h2 {
    font-size: 2rem;
  }

  .download-content p {
    max-width: 30ch;
    font-size: 0.82rem;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 24px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-column:last-child {
    grid-column: 1 / -1;
  }

  .landing-footer .copyright {
    width: calc(100% - 24px);
  }

  .lightbox {
    width: calc(100% - 20px);
  }

  .lightbox-close {
    top: 6px;
    right: 6px;
    width: 38px;
    height: 38px;
  }

  .lightbox figcaption {
    padding-inline: 54px;
    font-size: 0.88rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
