:root {
  --canvas: #f5f4ef;
  --paper: #fbfaf6;
  --white: #fff;
  --ink: #1f2926;
  --muted: #59635f;
  --line: rgba(31, 41, 38, .16);
  --green: #173e32;
  --green-light: #dbe4de;
  --shell: min(1180px, calc(100% - 64px));
  --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px;
  background: var(--green); color: white; transform: translateY(-160%); transition: transform .2s;
}
.skip-link:focus { transform: none; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }

.site-header {
  position: absolute; z-index: 20; inset: 0 0 auto; height: 92px; color: var(--ink);
}
.header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; font-size: 1.27rem; font-weight: 350; letter-spacing: .12em; white-space: nowrap; }
.brand__mark { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.site-nav { display: flex; align-items: center; gap: clamp(30px, 4vw, 70px); }
.nav__links { display: flex; align-items: center; gap: clamp(24px, 3vw, 48px); }
.nav__links a { position: relative; text-decoration: none; font-size: .88rem; color: #303b37; }
.nav__links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: currentColor; transition: right .25s var(--ease); }
.nav__links a:hover::after, .nav__links a[aria-current="page"]::after { right: 0; }
.header-note { display: inline-flex; align-items: center; min-height: 40px; padding: 0 25px; border-radius: 999px; background: var(--green); color: #fff; font-size: .82rem; box-shadow: 0 10px 30px rgba(23,62,50,.15); }
.nav-toggle { display: none; }

.hero { position: relative; min-height: 760px; overflow: hidden; background: #e9e8e2; }
.hero__image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,246,241,.99) 0%, rgba(247,246,241,.89) 31%, rgba(247,246,241,.15) 58%, transparent 74%), url('/assets/mindful-hero-macbook.webp') 58% center / cover no-repeat; }
.hero__inner { position: relative; min-height: 680px; padding-top: 168px; display: flex; justify-content: space-between; }
.hero__copy { width: min(530px, 56%); }
.hero h1, .product-feature h2, .mission h2, .page-intro h1, .product-page h1 {
  margin: 0; font-weight: 250; letter-spacing: -.045em; line-height: .98;
}
.hero h1 { font-size: clamp(4rem, 6.2vw, 6.15rem); }
.hero__copy > p { width: min(470px, 100%); margin: 28px 0 25px; font-size: 1.08rem; line-height: 1.48; color: #3f4a46; }
.text-link { display: inline-flex; align-items: center; gap: 17px; padding: 5px 0 7px; text-decoration: none; font-weight: 500; border-bottom: 1px solid currentColor; transition: gap .22s var(--ease), color .22s; }
.text-link:hover { gap: 24px; color: var(--green); }
.hero__aside { margin-top: 20px; margin-right: 5px; height: fit-content; padding-left: 18px; border-left: 1px solid rgba(31,41,38,.42); display: grid; gap: 7px; font-size: .64rem; letter-spacing: .27em; text-transform: uppercase; }
.hero__signature { position: relative; height: 80px; display: grid; align-content: center; gap: 5px; border-top: 1px solid rgba(255,255,255,.65); font-size: .61rem; letter-spacing: .3em; text-transform: uppercase; color: #46534e; }
.hero__signature::before { content: ""; position: absolute; left: 0; top: 19px; bottom: 19px; width: 1px; background: #68736e; }
.hero__signature span { margin-left: 18px; }

.eyebrow { margin: 0 0 15px; font-size: .69rem; font-weight: 600; letter-spacing: .27em; text-transform: uppercase; color: #66716c; }
.product-feature { background: var(--paper); padding: 84px 0 58px; overflow: hidden; }
.product-feature__grid { display: grid; grid-template-columns: .8fr 1.35fr; align-items: center; gap: 54px; }
.product-feature__copy { padding-bottom: 24px; }
.product-feature h2 { font-size: clamp(3rem, 4.4vw, 4.6rem); }
.product-tagline { margin: 9px 0 20px !important; font-size: 1.55rem !important; font-weight: 300; color: #4f5a56 !important; }
.product-feature__copy > p:not(.eyebrow) { max-width: 490px; margin: 0 0 25px; color: var(--muted); font-size: 1.02rem; }
.button-link { display: inline-flex; align-items: center; gap: 20px; padding: 13px 24px; border-radius: 999px; color: #fff; background: var(--green); text-decoration: none; font-size: .9rem; transition: transform .2s var(--ease), background .2s; }
.button-link:hover { transform: translateY(-2px); background: #215343; }
.product-visual { min-height: 420px; background: url('/assets/mindful-navigation-interface.webp') right center / contain no-repeat; filter: drop-shadow(0 24px 30px rgba(26,32,30,.13)); }

.benefits { padding: 32px 0 58px; background: var(--paper); }
.benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefits article { padding: 28px 32px 27px 0; }
.benefits article + article { padding-left: 32px; border-left: 1px solid var(--line); }
.benefits svg { width: 29px; height: 29px; margin-bottom: 16px; fill: none; stroke: var(--ink); stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.benefits h3 { margin: 0 0 4px; font-size: 1rem; font-weight: 450; }
.benefits p { margin: 0; max-width: 180px; color: var(--muted); font-size: .88rem; line-height: 1.45; }

.mission { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 540px; background: #f8f7f3; }
.mission__image { min-height: 540px; background: url('/assets/mindful-mission-woman.webp') center / cover no-repeat; }
.mission__content { align-self: center; padding: 80px clamp(36px, 7vw, 110px); }
.mission h2 { font-size: clamp(3.2rem, 5vw, 5.15rem); }
.mission__content > p:not(.eyebrow) { max-width: 540px; margin: 28px 0 27px; color: var(--muted); font-size: 1.02rem; }
.closing-statement { min-height: 220px; display: grid; place-content: center; text-align: center; background: var(--paper); }
.closing-statement p { margin: 0; font-size: .72rem; letter-spacing: .34em; text-transform: uppercase; }
.closing-statement span { width: 48px; height: 1px; margin: 25px auto 0; background: var(--green); }

.site-footer { padding: 70px 0 24px; background: #17231f; color: #edf0ed; }
.footer__grid { display: grid; grid-template-columns: 1.5fr .7fr .5fr; gap: 60px; padding-bottom: 60px; }
.brand--footer { color: white; }
.footer__brand p { margin: 17px 0 0; color: #b9c2bd; }
.site-footer nav { display: grid; align-content: start; gap: 9px; }
.site-footer nav a { width: fit-content; color: #d4dad6; text-decoration: none; font-size: .91rem; }
.site-footer nav a:hover { color: white; text-decoration: underline; text-underline-offset: 4px; }
.footer__label { margin: 0 0 7px; color: #88958f; font-size: .67rem; letter-spacing: .2em; text-transform: uppercase; }
.footer__base { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); color: #8f9b95; font-size: .76rem; }
.footer__base p { margin: 0; }

.placeholder-main { min-height: 72vh; padding-top: 92px; background: var(--paper); }
.placeholder-main + .site-footer { margin-top: 0; }
.page-intro { min-height: 620px; padding-top: clamp(110px, 14vw, 180px); padding-bottom: 100px; }
.page-intro h1, .product-page h1 { max-width: 900px; font-size: clamp(4rem, 8vw, 7.5rem); }
.page-intro__copy { max-width: 640px; margin: 35px 0 34px; color: var(--muted); font-size: 1.2rem; }
.products-list { margin-top: 62px; border-top: 1px solid var(--line); }
.product-row { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; padding: 34px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.product-row h2 { margin: 0 0 5px; font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 300; }
.product-row p { margin: 0; color: var(--muted); }
.product-row > span { font-size: 1.5rem; transition: transform .2s; }
.product-row:hover > span { transform: translateX(7px); }
.product-page { padding-top: 92px; background: var(--paper); }
.product-page__intro { padding-top: clamp(100px, 12vw, 160px); padding-bottom: 90px; }
.product-page__intro .product-tagline { margin-top: 25px !important; }
.product-page__intro > p:last-child { max-width: 680px; margin-top: 24px; color: var(--muted); font-size: 1.1rem; }
.product-placeholder { padding: 70px 0 110px; border-top: 1px solid var(--line); }
.product-placeholder__panel { min-height: 360px; display: grid; place-content: center; padding: 50px; text-align: center; background: #e8ece7; }
.product-placeholder__panel p { margin: 0; font-size: .73rem; letter-spacing: .23em; text-transform: uppercase; color: #66716c; }
.product-placeholder__panel h2 { margin: 12px 0; font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 300; }

.reveal { animation: reveal .75s var(--ease) both; }
@keyframes reveal { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

@media (max-width: 960px) {
  :root { --shell: min(100% - 44px, 820px); }
  .header-note { display: none; }
  .hero { min-height: 720px; }
  .hero__image { background-position: 62% center; }
  .hero__inner { min-height: 650px; }
  .hero__copy { width: 64%; }
  .product-feature__grid { grid-template-columns: 1fr; gap: 35px; }
  .product-feature__copy { max-width: 640px; }
  .product-visual { min-height: 420px; }
  .benefits__grid { grid-template-columns: 1fr 1fr; }
  .benefits article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .benefits article:nth-child(4) { border-top: 1px solid var(--line); }
  .mission { grid-template-columns: 1fr; }
  .mission__image { min-height: 470px; }
  .mission__content { padding: 80px max(22px, calc((100vw - min(100% - 44px, 820px))/2)); }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 36px); }
  .site-header { height: 76px; }
  .brand { font-size: 1.03rem; letter-spacing: .09em; }
  .brand__mark { width: 27px; height: 27px; }
  .nav-toggle { position: relative; z-index: 25; display: grid; gap: 6px; width: 44px; height: 44px; place-content: center; border: 0; background: transparent; color: inherit; }
  .nav-toggle span:not(.sr-only) { display: block; width: 23px; height: 1px; background: currentColor; transition: transform .22s; }
  .nav-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 22; inset: 0; display: grid; place-content: center; background: var(--paper); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
  .site-nav.is-open { opacity: 1; visibility: visible; }
  .nav__links { display: grid; gap: 25px; text-align: center; }
  .nav__links a { font-size: 1.65rem; font-weight: 300; }
  .hero { min-height: 770px; }
  .hero__image { background: linear-gradient(180deg, rgba(247,246,241,.98) 0%, rgba(247,246,241,.93) 43%, rgba(247,246,241,.08) 68%), url('/assets/mindful-hero-macbook.webp') 67% bottom / auto 58% no-repeat, #e9e8e2; }
  .hero__inner { min-height: 700px; padding-top: 125px; display: block; }
  .hero__copy { width: 100%; }
  .hero h1 { font-size: clamp(3.65rem, 16vw, 5rem); }
  .hero__copy > p { margin-top: 24px; font-size: 1rem; }
  .hero__aside { display: none; }
  .hero__signature { height: 70px; }
  .product-feature { padding-top: 72px; }
  .product-feature h2 { font-size: 3.15rem; }
  .product-tagline { font-size: 1.35rem !important; }
  .product-visual { min-height: 285px; margin-top: 20px; padding: 0; }
  .product-visual { background-position: center; background-size: 108% auto; }
  .benefits { padding-bottom: 35px; }
  .benefits__grid { grid-template-columns: 1fr; }
  .benefits article { padding: 24px 0 !important; border-left: 0 !important; border-top: 1px solid var(--line); }
  .benefits article:first-child { border-top: 0; }
  .benefits p { max-width: none; }
  .mission__image { min-height: 340px; background-position: 54% center; }
  .mission__content { padding-top: 70px; padding-bottom: 75px; }
  .mission h2 { font-size: 3.35rem; }
  .closing-statement { min-height: 190px; padding: 0 30px; }
  .closing-statement p { font-size: .66rem; line-height: 1.8; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 50px 30px; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__base { display: grid; gap: 7px; }
  .placeholder-main, .product-page { padding-top: 76px; }
  .page-intro { min-height: 570px; }
  .page-intro h1, .product-page h1 { font-size: clamp(3.6rem, 16vw, 5.2rem); }
  .page-intro__copy { font-size: 1.05rem; }
}

@media (max-height: 500px) and (orientation: landscape) {
  .hero { min-height: 620px; }
  .hero__inner { min-height: 550px; padding-top: 100px; }
  .hero h1 { font-size: 3.6rem; }
  .site-nav.is-open { align-content: center; }
  .nav__links { grid-template-columns: repeat(3, auto); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
}
