:root {
  --ink: #092f3d; --ink-deep: #06242f; --blue: #0d526a; --mist: #adafba;
  --mist-light: #c9cad1; --paper: #f5f3ef; --paper-warm: #ebe8e1; --white: #fff;
  --line: rgba(9, 47, 61, .17); --serif: 'DM Serif Display', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif; --page-pad: clamp(24px, 5.4vw, 84px);
}
* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
}
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--blue); color: var(--white); }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; background: var(--white); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 30; top: 0; left: 0; width: 100%; height: 92px; display: grid; grid-template-columns: 140px 1fr auto; align-items: center; gap: 36px; padding: 14px var(--page-pad); border-bottom: 1px solid rgba(255,255,255,.25); color: var(--white); transition: height .35s ease, background-color .35s ease, color .35s ease, border-color .35s ease; }
.site-header.is-scrolled, .site-header.menu-active { height: 76px; border-color: var(--line); background: rgba(245,243,239,.94); color: var(--ink); backdrop-filter: blur(18px); }
.brand { position: relative; z-index: 2; width: 104px; }
.brand img { width: 60px; height: 60px; object-fit: cover; border-radius: 50%; mix-blend-mode: screen; transition: height .35s ease, width .35s ease; }
.site-header.is-scrolled .brand img, .site-header.menu-active .brand img { width: 50px; height: 50px; mix-blend-mode: normal; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(22px, 3vw, 48px); font-size: 12px; }
.desktop-nav a { position: relative; padding: 8px 0; opacity: .78; transition: opacity .2s ease; }
.desktop-nav a::after { content: ''; position: absolute; bottom: 3px; left: 0; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover { opacity: 1; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { border: 1px solid rgba(255,255,255,.55); padding: 12px 18px; font-size: 11px; font-weight: 600; transition: background .25s ease, color .25s ease; }
.site-header.is-scrolled .header-cta { border-color: var(--ink); }
.header-cta:hover { background: var(--white); color: var(--ink); }
.site-header.is-scrolled .header-cta:hover { background: var(--ink); color: var(--white); }
.menu-toggle { display: none; position: relative; z-index: 34; width: 46px; height: 46px; padding: 0; border: 0; background: transparent; }
.menu-toggle span { position: absolute; left: 11px; width: 25px; height: 1px; background: currentColor; transition: transform .3s ease, top .3s ease; }
.menu-toggle span:first-child { top: 19px; } .menu-toggle span:last-child { top: 27px; }
.menu-toggle[aria-expanded='true'] span:first-child { top: 23px; transform: rotate(45deg); }
.menu-toggle[aria-expanded='true'] span:last-child { top: 23px; transform: rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 28; inset: 0; display: none; flex-direction: column; justify-content: center; padding: 110px 24px 36px; background: var(--paper); color: var(--ink); opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }
.mobile-menu.is-open { opacity: 1; visibility: visible; }
.mobile-menu-count { margin-bottom: 26px; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.mobile-menu a { display: flex; justify-content: space-between; align-items: baseline; padding: 9px 0; border-bottom: 1px solid var(--line); font: 400 clamp(36px, 11vw, 54px)/1.05 var(--serif); }
.mobile-menu a span { font: 500 10px var(--sans); }
.mobile-menu > p { margin: 28px 0 0; font-size: 12px; }

.section { padding: 120px var(--page-pad); }
.section-kicker { display: grid; grid-template-columns: 42px auto; align-items: center; gap: 14px; margin-bottom: 72px; }
.section-kicker span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; font-size: 9px; }
.section-kicker p { margin: 0; font-size: 10px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.section-kicker-light span { border-color: rgba(255,255,255,.3); }
.eyebrow { margin: 0 0 22px; font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }

.hero { min-height: 100svh; display: grid; grid-template-columns: 46% 54%; background: var(--ink); color: var(--white); }
.hero-copy { align-self: center; padding: 150px clamp(28px, 6vw, 96px) 76px; }
.hero h1 { max-width: 660px; margin: 0; font: 400 clamp(46px, 5.2vw, 82px)/.94 var(--serif); letter-spacing: -.035em; }
.hero h1 em { display: block; color: #c7c9d1; font-weight: 400; }
.hero-lead { margin: 34px 0 10px; font: 400 21px/1.3 var(--serif); }
.hero-text { max-width: 480px; margin: 0; color: rgba(255,255,255,.69); font-size: 13px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 54px; padding: 0 26px; border: 1px solid currentColor; font-size: 11px; font-weight: 600; letter-spacing: .02em; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { border-color: var(--white); background: var(--white); color: var(--ink); }
.button-light:hover { background: transparent; color: var(--white); }
.text-link { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 11px; }
.text-link span { margin-left: 8px; }
.hero-visual { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; background: var(--mist); }
.hero-visual::before { content: ''; position: absolute; width: 66%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.hero-visual::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, transparent 35%, rgba(9,47,61,.12)); }
.product-stage { position: relative; z-index: 2; width: min(72%, 520px); aspect-ratio: 655/681; margin: 0; overflow: hidden; border-radius: 48% 48% 28px 28px; background: rgba(255,255,255,.14); filter: drop-shadow(0 36px 35px rgba(9,47,61,.24)); transition: transform .2s linear; }
.hero-product-photo { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.visual-caption { position: absolute; z-index: 3; right: 7%; bottom: 4%; margin: 0; color: rgba(255,255,255,.75); font-size: 10px; letter-spacing: .06em; }
.visual-caption span { margin-right: 12px; color: var(--white); }

.product-intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(50px,8vw,140px); align-items: end; }
.intro-heading h2, .benefits-heading h2, .concept h2, .how-heading h2, .founder h2 { margin: 0; font: 400 clamp(46px,5.8vw,88px)/.97 var(--serif); letter-spacing: -.03em; }
.intro-heading h2 em, .benefits-heading h2 em, .concept h2 em, .how-heading h2 em, .founder h2 em { color: var(--mist); font-weight: 400; }
.lead-copy { margin: 0; font: 400 clamp(20px,2vw,29px)/1.42 var(--serif); }
.brand-pillars { display: flex; flex-wrap: wrap; margin-top: 38px; border-top: 1px solid var(--line); }
.brand-pillars span { padding: 16px 18px 0 0; margin-right: 18px; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.product-editorial { position: relative; min-height: 620px; display: grid; grid-template-columns: 1fr 1.2fr; margin-top: 110px; overflow: hidden; background: var(--paper-warm); }
.editorial-note { align-self: end; max-width: 360px; padding: 60px; }
.editorial-note p { margin: 0 0 28px; font: 400 30px/1.18 var(--serif); }
.editorial-note span { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.editorial-product { position: relative; overflow: hidden; background: var(--mist-light); }
.editorial-product::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, transparent 58%, rgba(9,47,61,.12)); }
.editorial-photo { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .7s cubic-bezier(.22,1,.36,1); }
.product-editorial:hover .editorial-photo { transform: scale(1.025); }
.why-section { background: var(--ink); color: var(--white); }
.why-heading { display: grid; grid-template-columns: 1.25fr .6fr; gap: clamp(50px,10vw,170px); align-items: end; }
.why-heading h2 { margin: 0; font: 400 clamp(46px,5.7vw,86px)/.98 var(--serif); letter-spacing: -.03em; }
.why-heading h2 em { color: var(--mist-light); font-weight: 400; }
.why-heading > p { margin: 0 0 8px; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.75; }
.why-photo { position: relative; height: clamp(330px,44vw,560px); margin: 82px 0 0; overflow: hidden; }
.why-photo::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 60%, rgba(6,36,47,.68)); }
.why-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.why-photo figcaption { position: absolute; z-index: 2; right: 30px; bottom: 26px; max-width: 260px; color: rgba(255,255,255,.82); text-align: right; font: 400 20px/1.3 var(--serif); }
.care-orbit { position: relative; min-height: 480px; display: grid; grid-template-columns: repeat(3,1fr); align-items: end; gap: 1px; margin-top: 90px; border-top: 1px solid rgba(255,255,255,.22); }
.orbit-item { min-height: 180px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px 24px; border-right: 1px solid rgba(255,255,255,.18); }
.orbit-item:last-of-type { border-right: 0; } .orbit-item span { font-size: 9px; opacity: .5; } .orbit-item strong { font: 400 28px var(--serif); }
.orbit-center { position: absolute; top: 30px; left: 50%; width: 250px; height: 250px; display: grid; place-items: center; align-content: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: var(--ink); transform: translateX(-50%); }
.orbit-center img { width: 86px; height: 86px; border-radius: 50%; object-fit: cover; mix-blend-mode: screen; }
.orbit-center p { max-width: 130px; margin: 16px 0 0; text-align: center; font-size: 9px; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; }

.benefits { background: var(--paper); }
.benefits-heading { display: grid; grid-template-columns: 1fr .45fr; gap: 80px; align-items: end; margin-bottom: 84px; }
.benefits-heading p { max-width: 340px; margin: 0 0 10px; font-size: 14px; line-height: 1.65; }
.benefit-list { border-top: 1px solid var(--line); }
.benefit-item { position: relative; display: grid; grid-template-columns: 60px 1.1fr .9fr 90px; gap: 30px; align-items: center; min-height: 145px; border-bottom: 1px solid var(--line); overflow: hidden; }
.benefit-number { font-size: 9px; }
.benefit-item h3 { position: relative; z-index: 2; margin: 0; font: 400 clamp(25px,3vw,42px)/1.1 var(--serif); }
.benefit-item > p { position: relative; z-index: 2; max-width: 330px; margin: 0; color: rgba(9,47,61,.7); font-size: 12px; line-height: 1.65; }
.benefit-mark { justify-self: end; color: var(--mist-light); font: italic 400 54px var(--serif); transition: transform .3s ease, color .3s ease; }
.benefit-item:hover .benefit-mark { color: var(--blue); transform: rotate(-8deg) scale(1.07); }

.quote-section { position: relative; min-height: 88svh; display: grid; place-items: center; overflow: hidden; padding: 100px var(--page-pad); background: var(--mist); color: var(--white); }
.quote-section::before { content: ''; position: absolute; z-index: 1; width: min(65vw,780px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; }
.quote-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .26; filter: saturate(.65) contrast(1.08); }
.quote-monogram { position: absolute; z-index: 1; left: -4vw; bottom: -12vw; color: rgba(255,255,255,.14); font: italic 400 clamp(230px,42vw,650px)/1 var(--serif); letter-spacing: -.13em; }
.quote-section blockquote { position: relative; z-index: 2; max-width: 980px; margin: 0; text-align: center; }
.quote-section blockquote > p { margin: 0; font: italic 400 clamp(44px,5.8vw,86px)/1.02 var(--serif); letter-spacing: -.025em; }
.quote-section blockquote footer { display: flex; flex-direction: column; gap: 6px; margin-top: 50px; }
.quote-section blockquote strong { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.quote-section blockquote span { font-size: 10px; opacity: .65; }
.quote-side { position: absolute; z-index: 2; right: 30px; margin: 0; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }

.concept { background: var(--paper); }
.concept-grid { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(70px,12vw,190px); }
.concept-copy > p { max-width: 620px; margin: 40px 0 0; color: rgba(9,47,61,.74); font-size: 14px; line-height: 1.78; }
.concept-copy > p + p { margin-top: 20px; color: var(--ink); font: 400 22px/1.4 var(--serif); }
.care-flow { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.care-flow li { position: relative; min-height: 155px; display: grid; grid-template-columns: 60px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.care-flow li:not(:last-child)::after { content: '↓'; position: absolute; z-index: 2; left: 50%; bottom: -14px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--paper); font-size: 13px; }
.care-flow span { font-size: 9px; } .care-flow strong { font: 400 clamp(27px,3vw,42px) var(--serif); }

.how-section { background: var(--ink); color: var(--white); }
.how-heading { display: grid; grid-template-columns: 1fr .35fr; gap: 80px; align-items: end; }
.how-heading h2 em { color: var(--mist-light); }
.how-heading > p { margin: 0 0 8px; color: rgba(255,255,255,.63); font-size: 13px; line-height: 1.6; }
.steps { margin: 90px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.step { display: grid; grid-template-columns: 120px 1fr; min-height: 190px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.22); }
.step-number { color: rgba(255,255,255,.5); font-size: 10px; }
.step > div { display: grid; grid-template-columns: 1fr .65fr; gap: 60px; align-items: center; }
.step h3 { margin: 0; font: 400 clamp(36px,4.2vw,62px) var(--serif); }
.step p { max-width: 420px; margin: 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.65; }
.use-note { max-width: 630px; margin: 30px 0 0 120px; color: rgba(255,255,255,.45); font-size: 10px; line-height: 1.6; }

.founder { background: var(--paper); }
.founder-grid { display: grid; grid-template-columns: .85fr 1fr; gap: clamp(60px,10vw,150px); align-items: stretch; }
.founder-portrait { position: relative; min-height: 690px; display: grid; place-items: center; overflow: hidden; background: var(--mist-light); }
.founder-portrait::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 55%, rgba(6,36,47,.3)); }
.founder-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.founder-caption { position: absolute; z-index: 1; right: 26px; bottom: 30px; color: var(--white); font-size: 8px; letter-spacing: .14em; text-shadow: 0 1px 8px rgba(6,36,47,.5); text-transform: uppercase; writing-mode: vertical-rl; }
.founder-copy { align-self: center; } .role { margin: 0 0 25px; font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.founder-copy > p:not(.role) { max-width: 570px; margin: 38px 0 0; color: rgba(9,47,61,.72); font-size: 13px; line-height: 1.78; }
.founder-copy > p + p:not(.role) { margin-top: 18px; }
.cofounder { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(60px,10vw,150px); align-items: stretch; margin-top: 110px; padding-top: 110px; border-top: 1px solid var(--line); }
.cofounder-copy { align-self: center; }
.cofounder-copy h3 { margin: 0; font: 400 clamp(46px,5.8vw,88px)/.97 var(--serif); letter-spacing: -.03em; }
.cofounder-copy h3 em { color: var(--mist); font-weight: 400; }
.cofounder-copy > p:not(.role) { max-width: 570px; margin: 38px 0 0; color: rgba(9,47,61,.72); font-size: 13px; line-height: 1.78; }
.cofounder-copy > p + p:not(.role) { margin-top: 18px; }
.cofounder-portrait { position: relative; min-height: 690px; overflow: hidden; background: var(--mist-light); }
.cofounder-portrait::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 55%, rgba(6,36,47,.3)); }
.cofounder-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.cofounder-caption { position: absolute; z-index: 1; right: 26px; bottom: 30px; color: var(--white); font-size: 8px; letter-spacing: .14em; text-shadow: 0 1px 8px rgba(6,36,47,.5); text-transform: uppercase; writing-mode: vertical-rl; }

.brand-gallery { display: grid; grid-template-columns: .8fr 1.2fr .8fr; min-height: 630px; }
.gallery-panel { position: relative; display: grid; place-items: center; align-content: center; min-width: 0; overflow: hidden; padding: 50px; }
.gallery-logo { background: var(--paper-warm); } .gallery-logo img { width: 180px; height: 180px; border-radius: 50%; object-fit: cover; mix-blend-mode: multiply; }
.gallery-logo p { max-width: 220px; margin: 30px 0 0; text-align: center; font: 400 22px/1.3 var(--serif); }
.gallery-product { padding: 0; background: var(--mist-light); }
.gallery-product::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 58%, rgba(6,36,47,.58)); }
.gallery-product-photo { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .7s cubic-bezier(.22,1,.36,1); }
.gallery-product:hover .gallery-product-photo { transform: scale(1.035); }
.gallery-product > p { position: absolute; z-index: 2; bottom: 30px; left: 32px; margin: 0; color: var(--white); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.gallery-phrase { background: var(--blue); color: var(--white); }
.gallery-phrase > span { position: absolute; right: -18%; bottom: -13%; color: rgba(255,255,255,.09); font: italic 400 300px/1 var(--serif); }
.gallery-phrase p { position: relative; z-index: 2; margin: 0; font: 400 29px/1.3 var(--serif); }

.final-cta { min-height: 84svh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 120px var(--page-pad); background: var(--ink); color: var(--white); text-align: center; }
.final-cta h2 { max-width: 980px; margin: 0; font: 400 clamp(46px,6vw,90px)/.98 var(--serif); letter-spacing: -.03em; }
.final-cta h2 em { display: block; color: var(--mist-light); font-weight: 400; }
.final-cta > p:not(.eyebrow) { max-width: 520px; margin: 34px 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.7; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr; padding: 80px var(--page-pad) 28px; background: var(--ink-deep); color: var(--white); }
.footer-brand img { width: 86px; height: 86px; object-fit: cover; border-radius: 50%; mix-blend-mode: screen; }
.footer-brand p { margin: 24px 0 0; color: rgba(255,255,255,.55); font: 400 20px var(--serif); }
.footer-links { display: flex; flex-direction: column; align-items: flex-end; }
.footer-links a { width: min(100%,430px); display: flex; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 12px; }
.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; margin-top: 80px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.42); font-size: 9px; }
.footer-bottom p { margin: 0; } .footer-bottom a { text-transform: uppercase; letter-spacing: .1em; }
.whatsapp-float { position: fixed; z-index: 22; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 13px; min-height: 48px; padding: 0 10px 0 18px; border: 1px solid rgba(255,255,255,.55); border-radius: 30px; background: var(--ink); color: var(--white); box-shadow: 0 12px 35px rgba(6,36,47,.22); font-size: 10px; transition: transform .25s ease; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-icon-wrap { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 auto; border-radius: 50%; background: var(--white); color: var(--ink); font-style: normal; }
.whatsapp-icon { display: block; width: 18px; height: 18px; fill: currentColor; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header { height: 76px; grid-template-columns: 1fr auto; padding: 10px 20px; }
  .site-header.is-scrolled, .site-header.menu-active { height: 70px; }
  .brand img, .site-header.is-scrolled .brand img, .site-header.menu-active .brand img { width: 52px; height: 52px; }
  .desktop-nav, .header-cta { display: none; } .menu-toggle, .mobile-menu { display: flex; }
  .hero { grid-template-columns: 1fr; } .hero-copy { min-height: 84svh; padding: 135px 24px 70px; }
  .hero h1 { font-size: clamp(48px,13vw,66px); } .hero-visual { min-height: 78svh; } .product-stage { width: 70%; }
  .intro-grid, .why-heading, .benefits-heading, .concept-grid, .how-heading, .founder-grid { grid-template-columns: 1fr; }
  .intro-copy, .why-heading > p, .benefits-heading > p, .how-heading > p { max-width: 620px; }
  .product-editorial { grid-template-columns: .8fr 1.2fr; }
  .benefit-item { grid-template-columns: 42px 1.1fr .9fr 55px; gap: 18px; }
  .brand-gallery { grid-template-columns: 1fr 1fr; } .gallery-phrase { grid-column: 1/-1; min-height: 380px; }
  .founder-portrait, .cofounder-portrait { min-height: 600px; }
  .cofounder { grid-template-columns: 1fr; gap: 55px; padding-top: 90px; }
  .cofounder-portrait { grid-row: 1; }
}
@media (max-width: 680px) {
  :root { --page-pad: 24px; } .section { padding-top: 88px; padding-bottom: 88px; } .section-kicker { margin-bottom: 52px; }
  .hero-copy { min-height: 88svh; } .hero h1 { font-size: clamp(44px,12.5vw,58px); } .hero-lead { margin-top: 28px; } .hero-actions { flex-wrap: wrap; }
  .intro-heading h2, .benefits-heading h2, .concept h2, .how-heading h2, .founder h2 { font-size: clamp(44px,11.5vw,62px); }
  .product-editorial { min-height: 740px; grid-template-columns: 1fr; grid-template-rows: auto 1fr; margin-top: 74px; }
  .editorial-note { padding: 42px 34px; } .editorial-note p { font-size: 25px; } .editorial-product { min-height: 470px; }
  .why-photo { height: 390px; margin-top: 58px; }
  .why-photo figcaption { right: 20px; bottom: 18px; max-width: 220px; font-size: 17px; }
  .why-heading h2 { font-size: clamp(44px,11.5vw,60px); }
  .care-orbit { min-height: 660px; grid-template-columns: 1fr; align-items: stretch; padding-top: 310px; }
  .orbit-item { min-height: 110px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); } .orbit-center { top: 22px; }
  .benefits-heading { margin-bottom: 55px; } .benefit-item { grid-template-columns: 36px 1fr 38px; gap: 12px; padding: 26px 0; }
  .benefit-item > p { grid-column: 2/4; padding-right: 20px; } .benefit-mark { grid-column: 3; grid-row: 1; font-size: 40px; }
  .quote-section { min-height: 78svh; } .quote-section blockquote > p { font-size: clamp(40px,10.5vw,54px); } .quote-side { display: none; }
  .care-flow { margin-top: 60px; } .care-flow li { min-height: 120px; }
  .step { grid-template-columns: 50px 1fr; min-height: 175px; } .step > div { grid-template-columns: 1fr; gap: 16px; padding: 26px 0; }
  .step h3 { font-size: 38px; } .use-note { margin-left: 50px; }
  .founder-portrait, .cofounder-portrait { min-height: 490px; } .founder-grid { gap: 55px; } .founder-copy > p:not(.role) { margin-top: 30px; }
  .cofounder { margin-top: 80px; padding-top: 80px; } .cofounder-copy h3 { font-size: clamp(44px,11.5vw,62px); } .cofounder-copy > p:not(.role) { margin-top: 30px; }
  .brand-gallery { grid-template-columns: 1fr; } .gallery-panel { min-height: 520px; } .gallery-phrase { grid-column: auto; min-height: 420px; }
  .final-cta { min-height: 90svh; } .final-cta h2 { font-size: clamp(44px,11.5vw,62px); }
  .site-footer { grid-template-columns: 1fr; gap: 60px; } .footer-links { align-items: stretch; }
  .footer-bottom { grid-column: auto; flex-direction: column; gap: 18px; margin-top: 15px; }
  .whatsapp-float span { display: none; } .whatsapp-float { right: 14px; bottom: 14px; width: 52px; padding: 0; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
