:root {
  color-scheme: light;
  --paper: #f3eee3;
  --paper-2: #e5ddcf;
  --mineral: #13211d;
  --botanical: #adc6b5;
  --ivory: #f3eee3;
  --ink: #13211d;
  --ink-2: #243b33;
  --muted: #5c6a62;
  --line: rgba(29, 52, 44, .17);
  --white: #fffaf0;
  --acid: #bdebb8;
  --coral: #b86b42;
  --coral-dark: #8f4f32;
  --cobalt: #5ca9b1;
  --mint: #adc6b5;
  --sun: #d9bd78;
  --max: 1200px;
  --radius: 28px;
  --shadow: 0 28px 80px rgba(13, 32, 25, .17);
  --ease: cubic-bezier(.22, 1, .36, 1);
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Avenir Next Condensed", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font: 400 16px/1.62 var(--sans); letter-spacing: -.01em; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
::selection { color: var(--ink); background: var(--acid); }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; border-radius: 10px; color: #fff; background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--coral-dark); font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; flex: 0 0 auto; background: currentColor; }
.section, .pricing-section, .operations-section, .map-section, .faq-section { padding: 112px 0; }
.section-compact { padding: 80px 0; }
.section-dark { color: #f8f4e9; background: var(--ink); }
.section-title { max-width: 850px; margin: 0 0 54px; }
.section-title h2, .proof-heading h2, .system-heading h2, .operations-copy h2, .map-copy h2, .faq-heading h2 { margin: 0; font: 800 clamp(2.5rem, 5.5vw, 5.35rem)/.95 var(--display); letter-spacing: -.065em; text-wrap: balance; }
.section-title > p:last-child { max-width: 680px; margin: 22px 0 0; color: var(--muted); font-size: 1.12rem; }
.reveal { opacity: 1; transform: none; }

/* Header */
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid transparent; background: rgba(244, 240, 231, .84); backdrop-filter: blur(22px) saturate(1.2); transition: border-color .2s, box-shadow .2s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(16, 42, 42, .06); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 800 1.18rem var(--sans); letter-spacing: -.04em; }
.brand-mark { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 13px 13px 13px 4px; color: var(--acid); background: var(--ink); font-size: .68rem; letter-spacing: -.02em; }
.desktop-nav { display: flex; align-items: center; gap: 27px; font-size: .92rem; font-weight: 700; }
.desktop-nav > a { position: relative; }
.desktop-nav > a::after { content: ""; position: absolute; right: 0; bottom: -5px; left: 0; height: 2px; background: var(--coral); transform: scaleX(0); transition: transform .2s; }
.desktop-nav > a:hover::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang-toggle, .menu-toggle { min-width: 44px; min-height: 44px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: transparent; cursor: pointer; font-weight: 800; }
.menu-toggle { display: none; font-size: 1.2rem; }
.mobile-menu { display: none; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 13px 23px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: .94rem; font-weight: 850; letter-spacing: -.02em; line-height: 1.25; transition: transform .2s var(--ease), background .2s, color .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--coral); box-shadow: 0 10px 26px rgba(190,57,37,.22); }
.button-primary:hover { background: var(--coral-dark); box-shadow: 0 14px 32px rgba(190,57,37,.28); }
.button-light { color: var(--ink); background: var(--white); }
.button-outline { border-color: currentColor; background: transparent; }
.button-arrow::after { content: "↘"; font-size: 1.05em; }
.text-link { color: inherit; font-weight: 800; text-decoration: underline; text-decoration-color: var(--coral); text-underline-offset: 5px; }

/* Hero */
.hero { position: relative; isolation: isolate; min-height: clamp(720px, calc(100svh - 76px), 930px); display: grid; align-items: center; padding: clamp(62px, 7vw, 92px) 0; overflow: hidden; color: #f8f5ed; background: #06191b; }
.hero-media, .hero-scrim { position: absolute; inset: 0; pointer-events: none; }
.hero-media { z-index: -5; overflow: hidden; background: #06191b; }
.hero-art { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media video { display: none; }
.hero-scrim { z-index: -4; background: linear-gradient(90deg, rgba(5,23,25,.98) 0%, rgba(5,23,25,.94) 38%, rgba(5,23,25,.5) 62%, rgba(5,23,25,.08) 100%), linear-gradient(180deg, rgba(5,23,25,.05), rgba(5,23,25,.42)); }
.hero-motion-toggle { display: none !important; }
.hero-motion-toggle[hidden] { display: none; }
.hero::before { content: ""; position: absolute; z-index: -3; inset: 0; background: linear-gradient(115deg, transparent 0 64%, rgba(35,104,242,.1) 64% 100%); }
.hero-orbit { position: absolute; z-index: -2; border: 1px solid rgba(16, 42, 42, .15); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { top: -28vw; right: -18vw; width: 65vw; aspect-ratio: 1; }
.hero-orbit-two { right: 8vw; bottom: -42vw; width: 60vw; aspect-ratio: 1; box-shadow: inset 0 0 0 7vw rgba(216, 255, 79, .12); }
.hero-grid { display: grid; grid-template-columns: 1fr; align-items: center; }
.hero-copy { width: min(60%, 760px); min-width: 0; }
.hero h1 { max-width: 770px; margin: 0; font: 900 clamp(3.25rem, 6.7vw, 6.2rem)/.88 var(--display); letter-spacing: -.082em; text-wrap: balance; }
.hero h1 span { display: block; }
.hero h1 .accent { color: var(--acid); }
.hero .eyebrow { color: #a9bfba; }
.hero-lede { max-width: 680px; margin: 27px 0 0; color: #c0ceca; font-size: clamp(1.08rem, 1.75vw, 1.32rem); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.hero-note { margin: 18px 0 0; color: #91aaa5; font-size: .78rem; font-weight: 750; letter-spacing: .04em; }
.hero .button-outline { border-color: rgba(255,255,255,.45); color: #fff; background: rgba(5,23,25,.28); backdrop-filter: blur(10px); }
.hero-signal { position: absolute; right: 0; bottom: -10px; display: grid; grid-template-columns: auto auto minmax(50px,110px) auto auto; align-items: center; gap: 10px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #d9e4e1; background: rgba(5,23,25,.62); backdrop-filter: blur(16px); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.hero-signal span { color: var(--acid); font-weight: 900; }
.hero-signal i { height: 1px; background: linear-gradient(90deg,var(--coral),var(--acid)); }


/* Public work */
.proof-intro { padding: 90px 0 108px; border-top: 1px solid var(--line); background: var(--white); }
.proof-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 44px; }
.proof-heading h2 { max-width: 870px; font-size: clamp(2.4rem, 5vw, 4.8rem); }
.projects-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.project-card { overflow: hidden; border: 1px solid var(--line); border-radius: 30px; color: var(--ink); background: var(--paper); box-shadow: 0 1px 0 rgba(255,255,255,.65) inset; transition: transform .25s var(--ease), box-shadow .25s; }
.project-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.project-visual { position: relative; min-height: 278px; padding: 25px; overflow: hidden; background: #c6e1d6; }
.project-card.ricki .project-visual { background: var(--sun); }
.compact-projects .project-card.alba { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
.project-card.alba .project-visual { background: #b8c8bd; }
.project-browser { position: absolute; inset: 44px 28px -12px; overflow: hidden; border-radius: 16px 16px 0 0; background: #fff; box-shadow: 0 20px 50px rgba(16, 42, 42, .18); }
.browser-bar { height: 34px; display: flex; align-items: center; gap: 5px; padding: 0 12px; background: #f1eee7; }
.browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #b3afa6; }
.project-browser img { width: 100%; height: calc(100% - 34px); object-fit: cover; object-position: top center; }
.project-content { padding: 25px 27px 28px; }
.project-meta { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.project-content h3 { margin: 15px 0 7px; font: 900 clamp(1.8rem, 3vw, 2.7rem)/1 var(--display); letter-spacing: -.055em; }
.project-content p { margin: 0 0 19px; color: var(--muted); }
.project-link { display: inline-flex; align-items: center; gap: 7px; color: var(--coral-dark); font-size: .88rem; font-weight: 900; }
.project-link::after { content: "↗"; }
.proof-disclaimer { max-width: 780px; margin: 24px 0 0; color: var(--muted); font-size: .78rem; }

/* System */
.system-section { padding: 118px 0; }
.section-dark .eyebrow { color: var(--acid); }
.system-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 60px; }
.system-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -30px; }
.system-heading h2 { max-width: 800px; }
.system-heading > p:last-child { margin: 0; color: #b9c9c5; font-size: 1.08rem; }
.system-art { position: relative; margin: 62px 0 0; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 32px; background: #081b1d; }
.system-art img { width: 100%; height: clamp(320px,48vw,570px); object-fit: cover; }
.system-art figcaption { position: absolute; right: 20px; bottom: 20px; display: grid; gap: 2px; max-width: 330px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(5,23,25,.72); backdrop-filter: blur(14px); }
.system-art figcaption span { color: var(--acid); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.system-art figcaption small { color: #c0ceca; }
.journey { margin: 36px 0 0; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); list-style: none; }
.journey li { position: relative; min-height: 166px; display: flex; flex-direction: column; padding: 21px 15px; border-top: 1px solid rgba(255, 255, 255, .25); }
.journey li::before { content: ""; position: absolute; top: -1px; right: 0; left: 0; height: 1px; background: var(--acid); transform: scaleX(0); transform-origin: left; }
.journey li::after { content: ""; position: absolute; top: -4px; right: 0; width: 7px; aspect-ratio: 1; border-radius: 50%; background: var(--acid); }
.journey span { color: var(--acid); font-size: .68rem; font-weight: 900; }
.journey b { margin-top: auto; font-size: .98rem; }
.journey small { color: #9eb2ae; font-size: .72rem; }
.demo-shell { margin-top: 50px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 48px; padding: clamp(28px, 5vw, 55px); border: 1px solid rgba(255, 255, 255, .18); border-radius: 28px; background: #183b39; }
.demo-copy h3 { max-width: 420px; margin: 0 0 18px; font: 900 clamp(2.25rem, 4.5vw, 4rem)/.95 var(--display); letter-spacing: -.06em; }
.demo-copy > p:last-child { color: #b9c9c5; }
.diagnostic { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: start; gap: 15px; }
.diagnostic label { display: grid; gap: 7px; color: #d9e3e0; font-size: .76rem; font-weight: 800; }
.diagnostic label:nth-child(3) { grid-column: 1 / -1; }
.diagnostic select { width: 100%; min-height: 52px; padding: 10px 39px 10px 13px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 11px; color: #fff; background: #102a2a; }
.diagnostic .button { grid-column: 1 / -1; justify-self: start; margin-top: 4px; }
.diagnostic-result { grid-column: 1 / -1; padding: 28px; border-radius: 18px; color: var(--ink); background: var(--acid); }
.diagnostic-result[hidden] { display: none; }
.result-label { font-size: .65rem; font-weight: 900; letter-spacing: .12em; }
.diagnostic-result h4 { margin: 9px 0; font: 900 clamp(1.65rem, 3vw, 2.5rem)/1 var(--display); letter-spacing: -.04em; }
.diagnostic-result p { max-width: 760px; margin: 0; }
.result-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin: 22px 0 13px; }
.diagnostic-result small { display: block; max-width: 720px; font-size: .72rem; }

/* Pricing */
.pricing-section { background: var(--paper); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.price-card { position: relative; min-height: 520px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 34px rgba(7,30,32,.05); }
.price-card.featured { color: #fff; background: var(--ink); transform: translateY(-12px); }
.price-index { color: var(--coral-dark); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.featured .price-index { color: var(--acid); }
.price-tag { position: absolute; top: 24px; right: 22px; padding: 5px 9px; border-radius: 999px; color: var(--ink); background: var(--acid); font-size: .62rem; font-weight: 900; text-transform: uppercase; }
.price-card h3 { margin: 52px 0 14px; font: 900 clamp(2rem, 3.5vw, 3.25rem)/.98 var(--display); letter-spacing: -.058em; }
.price-card > p { min-height: 92px; margin: 0 0 32px; color: var(--muted); }
.price-card.featured > p { color: #b9c9c5; }
.price { margin-top: auto; }
.price b { display: block; font: 900 clamp(2.2rem, 4vw, 3.5rem)/1 var(--display); letter-spacing: -.055em; }
.price span, .monthly span { color: var(--muted); font-size: .73rem; }
.featured .price span, .featured .monthly span { color: #a8bbb6; }
.monthly { display: flex; align-items: baseline; gap: 6px; margin: 11px 0 26px; padding-top: 13px; border-top: 1px solid currentColor; }
.monthly b { font-size: 1.2rem; }
.price-card .text-link { align-self: flex-start; }
.pricing-disclosure { max-width: 950px; margin: 29px auto 0; color: var(--muted); text-align: center; font-size: .78rem; }

/* Managed operation */
.operations-section { color: #fff; background: linear-gradient(135deg,#b83425 0%,var(--coral) 50%,#f07047 100%); }
.operations-section .eyebrow { color: #fff; }
.operations-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(50px, 8vw, 100px); }
.operations-copy .eyebrow { color: #fff; }
.operations-copy h2 { max-width: 650px; }
.operations-copy > p:last-child { max-width: 590px; margin: 25px 0 0; color: rgba(255, 255, 255, .88); }
.operations-stack { display: grid; gap: 18px; }
.operations-art { height: 250px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.28); border-radius: 25px; box-shadow: 0 24px 58px rgba(70,22,17,.18); }
.operations-art img { width: 100%; height: 100%; object-fit: cover; }
.ops-board { overflow: hidden; border-radius: 25px; color: var(--ink); background: var(--white); box-shadow: 0 30px 70px rgba(70, 22, 17, .2); }
.ops-top { display: flex; justify-content: space-between; gap: 20px; padding: 20px 24px; border-bottom: 1px solid var(--line); font-size: .7rem; }
.ops-top span { color: var(--muted); font-weight: 900; letter-spacing: .12em; }
.ops-board ul { margin: 0; padding: 8px 22px 19px; list-style: none; }
.ops-board li { display: grid; grid-template-columns: 12px 1fr; gap: 13px; align-items: start; padding: 14px 4px; border-bottom: 1px solid var(--line); }
.ops-board li:last-child { border: 0; }
.ops-board li i { width: 10px; aspect-ratio: 1; margin-top: 5px; border: 2px solid var(--muted); border-radius: 50%; }
.ops-board li span { display: grid; }
.ops-board li b { font-size: .89rem; }
.ops-board li small { color: var(--muted); }
.ops-board .ops-focus { margin-top: 8px; padding: 15px; border: 0; border-radius: 13px; background: var(--acid); }
.ops-board .ops-focus i { border-color: var(--coral); background: var(--coral); }

/* Map */
.map-section { background: radial-gradient(circle at 8% 12%,rgba(255,255,255,.55),transparent 32%),var(--mint); }
.map-section .eyebrow { color: #a52a19; }
.map-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(45px, 8vw, 100px); }
.map-copy > p:not(.eyebrow) { max-width: 680px; margin: 25px 0 0; color: var(--ink-2); font-size: 1.1rem; }
.map-credit { max-width: 720px; margin-top: 28px; padding: 20px 22px; border-left: 3px solid var(--coral); background: rgba(255, 253, 247, .48); font-weight: 800; }
.map-card { display: grid; padding: 38px; border-radius: 27px; color: #fff; background: var(--ink); box-shadow: var(--shadow); }
.map-card > span { color: var(--acid); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.map-card > strong { margin-top: 30px; font: 900 clamp(3rem, 6vw, 5.6rem)/.9 var(--display); letter-spacing: -.07em; }
.map-card > strong small { font: 900 .9rem var(--sans); letter-spacing: 0; }
.map-card > p { color: #b9c9c5; }
.map-card .button { margin: 20px 0 18px; }
.map-card .text-link { justify-self: start; }
.map-card > small { margin-top: 20px; color: #9eb2ae; }

/* FAQ and CTA */
.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: clamp(45px, 8vw, 100px); }
.faq-heading { position: sticky; top: 118px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 0; cursor: pointer; list-style: none; font-weight: 900; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--coral-dark); font-size: 1.55rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 700px; margin: -4px 0 25px; color: var(--muted); }
.final-cta { background: var(--white); }
.cta-panel { position: relative; padding: clamp(40px, 7vw, 78px); overflow: hidden; border-radius: 30px; color: #fff; background: var(--ink); }
.cta-panel::after { content: ""; position: absolute; right: -85px; top: -115px; width: 360px; aspect-ratio: 1; border: 1px solid rgba(255, 255, 255, .3); border-radius: 50%; box-shadow: inset 0 0 0 72px rgba(216, 255, 79, .08); }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel .eyebrow { color: var(--acid); }
.cta-panel h2 { max-width: 820px; margin: 0; font: 900 clamp(2.6rem, 6vw, 5.8rem)/.92 var(--display); letter-spacing: -.07em; }
.cta-panel > p:not(.eyebrow, .whatsapp-context) { max-width: 650px; color: #c0cfcb; font-size: 1.08rem; }
.cta-panel .button-outline { color: #fff; }
.whatsapp-context { margin: 16px 0 0; color: #b9c9c5; font-size: .82rem; font-weight: 800; }

/* Footer and secondary pages */
.site-footer { padding: 60px 0 28px; color: #dbe5e1; background: #081e1f; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(2, 1fr); gap: 44px; padding-bottom: 48px; }
.footer-brand p { max-width: 390px; color: #9fb2ae; }
.footer-col strong { display: block; margin-bottom: 14px; color: #fff; }
.footer-col a { display: block; margin: 8px 0; color: #b9c7c4; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .12); color: #819a96; font-size: .82rem; }
.page-hero { padding: 100px 0 70px; }
.page-hero h1 { max-width: 940px; margin: 0; font: 900 clamp(3.3rem, 7vw, 6.7rem)/.92 var(--display); letter-spacing: -.075em; }
.page-hero p { max-width: 720px; margin: 28px 0 0; color: var(--muted); font-size: 1.2rem; }
.portfolio-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.portfolio-intro .section-title { margin: 0; }
.portfolio-note { padding: 25px; border-left: 3px solid var(--coral); color: var(--muted); background: rgba(255, 253, 247, .5); }
.portfolio-grid-large { display: grid; gap: 26px; }
.portfolio-grid-large .project-card { display: grid; grid-template-columns: 1.06fr .94fr; }
.portfolio-grid-large .project-visual { min-height: 430px; }
.portfolio-grid-large .project-card:nth-child(even) .project-visual { order: 2; }
.portfolio-grid-large .project-card:hover { transform: none; }
.portfolio-grid-large .project-content { display: flex; flex-direction: column; align-items: flex-start; padding: 36px; }
.case-details { width: 100%; margin: 0 0 28px; }
.case-details > div { display: grid; grid-template-columns: 128px 1fr; gap: 18px; padding: 16px 0; border-top: 1px solid var(--line); }
.case-details dt { color: var(--coral-dark); font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.case-details dd { margin: 0; color: var(--muted); font-size: .92rem; }
.expertise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.expertise-card { padding: 28px; border-top: 2px solid currentColor; }
.expertise-card h3 { margin: 0 0 10px; font-size: 1.4rem; }
.expertise-card p { color: #b9c7c4; }
.transition-main { min-height: calc(100vh - 76px); display: grid; place-items: center; padding: 90px 0; background: radial-gradient(circle at 88% 16%, rgba(168,216,198,.32), transparent 28%), var(--paper); }
.transition-card { position: relative; max-width: 850px; padding: clamp(34px, 6vw, 72px); overflow: hidden; border: 1px solid var(--line); border-radius: 32px; background: rgba(255,255,255,.78); box-shadow: var(--shadow); }
.transition-card h1 { margin: 0; font: 900 clamp(2.5rem, 6.5vw, 5.4rem)/.95 var(--display); letter-spacing: -.065em; }
.transition-actions { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; margin-top: 34px; }
.transition-footer { padding: 26px 0; }

/* Regina web chat */
.regina-chat { position: fixed; z-index: 900; right: max(20px, env(safe-area-inset-right)); bottom: max(var(--regina-chat-bottom, 20px), env(safe-area-inset-bottom)); color: var(--ink); font-family: var(--sans); transition: bottom .2s var(--ease); }
.regina-chat [hidden] { display: none !important; }
.regina-chat__trigger { min-height: 56px; display: inline-flex; align-items: center; gap: 10px; padding: 13px 20px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #fff; background: var(--ink); box-shadow: 0 16px 42px rgba(8,30,31,.24); cursor: pointer; font-weight: 900; transition: transform .2s var(--ease), box-shadow .2s; }
.regina-chat__trigger:hover { transform: translateY(-2px); box-shadow: 0 20px 48px rgba(8,30,31,.3); }
.regina-chat__trigger-dot { width: 10px; height: 10px; border: 2px solid var(--ink); border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 2px var(--acid); }
.regina-chat__panel { width: min(410px, calc(100vw - 40px)); max-height: min(700px, calc(100dvh - var(--regina-chat-bottom, 20px) - max(20px, env(safe-area-inset-top)))); display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 26px; background: var(--white); box-shadow: 0 28px 90px rgba(8,30,31,.32); }
.regina-chat__header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 18px; color: #fff; background: var(--ink); }
.regina-chat__identity { min-width: 0; display: flex; align-items: center; gap: 12px; }
.regina-chat__avatar { display: grid; width: 44px; height: 44px; flex: 0 0 auto; place-items: center; border-radius: 15px 15px 15px 5px; color: var(--ink); background: var(--acid); font-weight: 950; }
.regina-chat__identity h2 { margin: 0; font: 900 1.15rem/1 var(--sans); }
.regina-chat__identity p { margin: 5px 0 0; color: #b9c9c5; font-size: .72rem; line-height: 1.25; }
.regina-chat__close { width: 44px; height: 44px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; background: transparent; cursor: pointer; font-size: 1.55rem; line-height: 1; }
.regina-chat__history { min-height: 156px; flex: 1 1 auto; display: flex; flex-direction: column; gap: 10px; overflow-y: auto; overscroll-behavior: contain; padding: 18px; background: linear-gradient(180deg, rgba(168,216,198,.16), transparent 55%); }
.regina-chat__message { width: fit-content; max-width: 88%; margin: 0; padding: 11px 13px; border-radius: 16px; font-size: .89rem; line-height: 1.45; white-space: pre-wrap; overflow-wrap: anywhere; }
.regina-chat__message--regina { align-self: flex-start; border-bottom-left-radius: 5px; background: var(--paper-2); }
.regina-chat__message--visitor { align-self: flex-end; border-bottom-right-radius: 5px; color: #fff; background: var(--coral); }
.regina-chat__typing { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); }
.regina-chat__typing-dots { display: inline-flex; gap: 3px; align-items: center; }
.regina-chat__typing-dots > span { width: 5px; height: 5px; border-radius: 50%; background: currentColor; opacity: .35; }
.regina-chat__suggestions { display: flex; gap: 8px; overflow-x: auto; padding: 3px 18px 13px; scrollbar-width: thin; }
.regina-chat__suggestion { flex: 0 0 auto; max-width: 240px; min-height: 38px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: transparent; cursor: pointer; font-size: .73rem; font-weight: 800; text-align: left; }
.regina-chat__suggestion:hover:not(:disabled) { border-color: var(--coral); background: rgba(198,51,32,.06); }
.regina-chat__suggestion:disabled { opacity: .48; cursor: not-allowed; }
.regina-chat__status, .regina-chat__error { min-height: 20px; margin: 0; padding: 0 18px 8px; font-size: .75rem; line-height: 1.35; }
.regina-chat__status { color: var(--muted); }
.regina-chat__error { color: #9f2819; font-weight: 800; }
.regina-chat__retry { align-self: flex-start; margin: 0 18px 10px; padding: 7px 11px; border: 1px solid var(--coral); border-radius: 999px; color: var(--coral-dark); background: transparent; cursor: pointer; font-size: .75rem; font-weight: 900; }
.regina-chat__form { padding: 13px 15px 14px; border-top: 1px solid var(--line); background: #fff; }
.regina-chat__input-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: end; }
.regina-chat__input { width: 100%; min-height: 48px; max-height: 116px; resize: vertical; padding: 12px 13px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: var(--white); line-height: 1.35; }
.regina-chat__input::placeholder { color: #74847f; }
.regina-chat__input:disabled { cursor: not-allowed; opacity: .65; }
.regina-chat__send { min-height: 48px; padding: 10px 14px; border: 0; border-radius: 14px; color: #fff; background: var(--coral); cursor: pointer; font-weight: 900; }
.regina-chat__send:disabled { cursor: not-allowed; opacity: .55; }
.regina-chat__privacy { margin: 8px 2px 0; color: var(--muted); font-size: .65rem; line-height: 1.35; }

@media (prefers-reduced-motion: no-preference) {
  .reveal.visible { animation: reveal-in .64s var(--ease) both; animation-delay: var(--reveal-delay, 0ms); }
  .journey.visible li::before { animation: journey-progress .55s var(--ease) both; animation-delay: calc(var(--journey-index, 0) * 95ms); }
  .journey.visible li::after { animation: journey-node .42s var(--ease) both; animation-delay: calc(180ms + var(--journey-index, 0) * 95ms); }
  .project-card, .price-card, .map-card, .ops-board { transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
  .price-card:hover, .price-card:focus-within, .map-card:hover, .ops-board:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
  .price-card.featured:hover, .price-card.featured:focus-within { transform: translateY(-17px); }
  .cta-panel::after { animation: ambient-orbit 18s linear infinite; }
  .regina-chat__typing-dots > span { animation: regina-typing-dot 1.1s ease-in-out infinite; }
  .regina-chat__typing-dots > span:nth-child(2) { animation-delay: .15s; }
  .regina-chat__typing-dots > span:nth-child(3) { animation-delay: .3s; }
  @keyframes reveal-in { from { opacity: .01; transform: translateY(16px); } to { opacity: 1; transform: none; } }
  @keyframes journey-progress { to { transform: scaleX(1); } }
  @keyframes journey-node { from { transform: scale(.4); opacity: .2; } to { transform: scale(1); opacity: 1; } }
  @keyframes ambient-orbit { to { transform: rotate(360deg); } }
  @keyframes regina-typing-dot { 0%, 60%, 100% { opacity: .3; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }
}

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .mobile-menu { position: fixed; z-index: 99; inset: 76px 0 0; display: flex; flex-direction: column; gap: 20px; padding: 34px 20px; background: var(--paper); visibility: hidden; opacity: 0; transform: translateY(-10px); transition: .2s; }
  .mobile-menu.open { visibility: visible; opacity: 1; transform: none; }
  .mobile-menu a:not(.button) { font: 900 clamp(1.8rem, 7vw, 3rem) var(--display); letter-spacing: -.05em; }
  .mobile-menu .button { align-self: flex-start; margin-top: 10px; }
  .hero h1 { font-size: clamp(3rem, 7vw, 4.9rem); }
  .system-heading, .operations-grid, .map-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .journey { grid-template-columns: repeat(3, 1fr); }
  .demo-shell { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: auto; }
  .price-card > p { min-height: 0; }
  .price-card.featured { transform: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 30px), var(--max)); }
  .section, .pricing-section, .operations-section, .map-section, .faq-section { padding: 78px 0; }
  .section-compact { padding: 56px 0; }
  .nav-wrap { min-height: 68px; }
  .nav-actions .nav-cta { display: none; }
  .mobile-menu { inset-block-start: 68px; }
  .hero { min-height: 760px; align-items: end; padding: 70px 0 72px; }
  .hero-art { object-position: 68% center; opacity: .72; }
  .hero-scrim { background: linear-gradient(180deg, rgba(5,23,25,.18) 0%, rgba(5,23,25,.72) 42%, rgba(5,23,25,.98) 82%); }
  .hero::before { background: linear-gradient(150deg, transparent 0 57%, rgba(168,216,198,.18) 57% 100%); }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .hero-lede { margin-top: 20px; font-size: 1rem; }
  .hero-actions { display: grid; margin-top: 24px; }
  .hero-actions .button:nth-child(n+2) { margin-bottom: 64px; }
  .final-cta .hero-actions .button { margin-bottom: 0; }
  .button { width: 100%; }
  .hero-note { margin-top: 13px; }
  .hero-signal { display: none; }
  .hero-motion-toggle { right: 14px; bottom: 12px; }

  .proof-intro { padding: 72px 0; }
  .proof-heading { display: block; }
  .projects-grid { grid-template-columns: 1fr; }
  .compact-projects .project-card.alba { grid-column: auto; display: block; }
  .project-visual { min-height: 245px; }
  .system-section { padding: 82px 0; }
  .system-heading, .operations-grid, .map-grid, .faq-grid { grid-template-columns: 1fr; }
  .system-heading .eyebrow { margin-bottom: 0; }
  .system-heading > p:last-child { margin-top: 20px; }
  .system-art { margin-top: 34px; border-radius: 22px; }
  .system-art img { height: 310px; object-position: center; }
  .system-art figcaption { right: 12px; bottom: 12px; left: 12px; max-width: none; }
  .journey { grid-template-columns: repeat(2, 1fr); margin-top: 45px; }
  .journey li { min-height: 130px; }
  .demo-shell { margin-top: 38px; padding: 24px 18px; border-radius: 20px; }
  .diagnostic { grid-template-columns: 1fr; }
  .diagnostic label:nth-child(3), .diagnostic .button { grid-column: auto; }
  .diagnostic .button { justify-self: stretch; }
  .diagnostic-result { padding: 21px 17px; }
  .result-actions { display: grid; }
  .price-card { min-height: 470px; padding: 26px; }
  .operations-grid { gap: 38px; }
  .operations-art { height: 220px; }
  .ops-top { flex-direction: column; gap: 4px; }
  .map-card { padding: 30px 24px; }
  .faq-heading { position: static; }
  .faq-list summary { min-height: 80px; }
  .cta-panel { border-radius: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .portfolio-intro, .portfolio-grid-large .project-card { grid-template-columns: 1fr; }
  .portfolio-grid-large .project-card:nth-child(even) .project-visual { order: 0; }
  .portfolio-grid-large .project-visual { min-height: 280px; }
  .expertise-grid { grid-template-columns: 1fr; }
  .case-details > div { grid-template-columns: 1fr; gap: 5px; }
  .transition-actions { align-items: flex-start; flex-direction: column; }
  .transition-actions .button { width: auto; }
}

@media (max-width: 520px) {
  body { padding-bottom: 76px; }
  .regina-chat { right: max(10px, env(safe-area-inset-right)); bottom: max(var(--regina-chat-bottom, 10px), env(safe-area-inset-bottom)); left: max(10px, env(safe-area-inset-left)); }
  .regina-chat__trigger { width: 100%; justify-content: center; float: none; min-height: 52px; padding: 11px 17px; }
  .regina-chat__panel { width: 100%; max-height: calc(100dvh - var(--regina-chat-bottom, 10px) - max(10px, env(safe-area-inset-top))); border-radius: 22px; }
  .regina-chat__history { min-height: 130px; }
  .regina-chat__header { min-height: 74px; padding: 13px 14px; }
  .regina-chat__suggestions { padding-inline: 14px; }
  .regina-chat__form { padding-inline: 11px; }
}

@media (max-width: 360px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  .hero { padding-top: 34px; }
  .hero .eyebrow { margin-bottom: 13px; font-size: .65rem; }
  .hero h1 { font-size: 2.35rem; }
  .hero-lede { line-height: 1.42; }
  .hero-actions { gap: 8px; }
  .button { min-height: 48px; padding: 10px 15px; font-size: .9rem; }

  .journey li { padding-inline: 9px; }
  .project-content, .price-card { padding-inline: 22px; }
  .system-art img { height: 270px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-media video { display: none; }
  .hero-motion-toggle { display: none !important; }
  .regina-chat, .regina-chat *, .regina-chat *::before, .regina-chat *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

html[data-save-data="true"] .hero-media video, html[data-save-data="true"] .hero-motion-toggle { display: none; }

/* Wellness + AI commerce identity */
.site-header { background: rgba(243, 238, 227, .88); }
.button-primary { background: #a85f3c; box-shadow: 0 10px 26px rgba(143, 79, 50, .24); }
.button-primary:hover { background: #84482f; box-shadow: 0 14px 32px rgba(143, 79, 50, .3); }
.wellness-hero { min-height: clamp(760px, calc(100svh - 76px), 980px); background: #101f1b; }
.wellness-hero .hero-media { background: #d7cdbc; }
.wellness-hero .hero-art { object-position: center; }
.wellness-hero .hero-scrim { background: linear-gradient(90deg, rgba(13,29,24,.98) 0%, rgba(13,29,24,.91) 40%, rgba(13,29,24,.36) 66%, rgba(13,29,24,.06) 100%), linear-gradient(180deg, rgba(13,29,24,.08), rgba(13,29,24,.42)); }
.wellness-hero::before { background: radial-gradient(circle at 80% 18%, rgba(92,169,177,.18), transparent 30%), linear-gradient(115deg, transparent 0 65%, rgba(189,235,184,.08) 65% 100%); }
.wellness-hero .hero-copy { width: min(62%, 790px); }
.wellness-hero h1 { font-size: clamp(3.35rem, 6.8vw, 6.45rem); }
.wellness-hero h1 .accent { color: #bdebb8; }
.wellness-hero .hero-lede { color: #d5dfd8; }
.wellness-hero .hero-note { color: #b5c6bc; text-transform: uppercase; letter-spacing: .08em; }
.launch-kicker { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 19px; color: #dce9e1; font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.launch-kicker > span:first-child { width: 8px; height: 8px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: #bdebb8; box-shadow: 0 0 0 5px rgba(189,235,184,.11); }

.vision-section { position: relative; overflow: hidden; background: var(--paper); }
.vision-section::before { content: ""; position: absolute; top: -180px; right: -160px; width: 470px; aspect-ratio: 1; border: 1px solid rgba(36,59,51,.1); border-radius: 50%; box-shadow: inset 0 0 0 65px rgba(173,198,181,.08); pointer-events: none; }
.vision-grid { display: grid; grid-template-columns: 1fr .86fr; align-items: center; gap: clamp(55px,8vw,115px); }
.vision-copy h2, .future-heading h2 { margin: 0; font: 800 clamp(2.65rem,5.5vw,5.3rem)/.94 var(--display); letter-spacing: -.067em; text-wrap: balance; }
.vision-copy > p:not(.eyebrow) { max-width: 690px; margin: 24px 0 0; color: var(--muted); font-size: 1.1rem; }
.thesis-list { margin-top: 42px; border-top: 1px solid var(--line); }
.thesis-list article { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.thesis-list article > span { color: var(--coral-dark); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.thesis-list h3 { margin: -2px 0 5px; font-size: 1.05rem; letter-spacing: -.03em; }
.thesis-list p { margin: 0; color: var(--muted); font-size: .9rem; }
.editorial-figure { position: relative; margin: 0; overflow: hidden; border-radius: 220px 220px 26px 26px; background: var(--paper-2); box-shadow: var(--shadow); }
.editorial-figure img { width: 100%; height: clamp(520px,52vw,710px); object-fit: cover; object-position: 68% center; }
.editorial-figure figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; display: flex; justify-content: space-between; gap: 18px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.3); border-radius: 17px; color: #eff5ef; background: rgba(15,32,26,.72); backdrop-filter: blur(14px); }
.editorial-figure figcaption span { font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.editorial-figure figcaption small { color: #cbd8cf; text-align: right; }

.future-section { padding: 118px 0; background: #162820; }
.future-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: clamp(45px,8vw,100px); }
.future-heading > p { margin: 0; color: #becdc3; font-size: 1.08rem; }
.future-section .eyebrow { color: #bdebb8; }
.traceability-figure { position: relative; margin: 64px 0 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 32px; background: #0e1d18; }
.traceability-figure img { width: 100%; height: clamp(330px,50vw,590px); object-fit: cover; }
.traceability-figure figcaption { position: absolute; right: 20px; bottom: 20px; max-width: 450px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.17); border-radius: 15px; background: rgba(13,29,24,.78); backdrop-filter: blur(15px); }
.traceability-figure figcaption span { display: block; color: #bdebb8; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.traceability-figure figcaption small { display: block; margin-top: 3px; color: #c1d0c6; }
.future-pillars { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-top: 18px; }
.future-card { display: flex; min-height: 310px; flex-direction: column; padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.035); }
.future-card > span { color: #83bcb8; font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.future-card h3 { margin: 42px 0 12px; font: 800 1.65rem/1 var(--display); letter-spacing: -.045em; }
.future-card p { margin: 0; color: #b7c8bd; }
.future-card small { margin-top: auto; padding-top: 24px; color: #bdebb8; font-size: .66rem; font-weight: 900; letter-spacing: .12em; }

.commerce-section { background: #0e1c18; }
.commerce-section .system-art { background: #0b1714; }
.commerce-section .system-art img { object-position: center 48%; }
.commerce-section .journey li::after { background: #bdebb8; }
.commerce-section .demo-shell { border-color: rgba(255,255,255,.14); background: #172a23; }
.commerce-section .diagnostic-result { border-color: rgba(189,235,184,.32); background: rgba(189,235,184,.08); }

.project-card.ricki .project-visual { background: #d9bd78; }
.project-card.alba .project-visual { background: #adc6b5; }
.compact-projects .project-card.alba { grid-column: auto; display: block; }
.pricing-section { background: linear-gradient(180deg,#f3eee3,#ece4d6); }
.price-card.featured { color: #fffaf0; background: #1e352c; }
.price-card.featured .price-tag { color: #13211d; background: #bdebb8; }
.price-card.featured .text-link { color: #bdebb8; }
.price-card.featured .monthly { border-color: rgba(255,255,255,.16); }

.quality-section { background: linear-gradient(135deg,#925a3b 0%,#aa6842 52%,#c18354 100%); }
.quality-section .ops-board { box-shadow: 0 30px 70px rgba(63,37,22,.24); }
.quality-section .ops-focus { background: rgba(173,198,181,.18); }
.map-section { background: radial-gradient(circle at 8% 12%,rgba(255,255,255,.55),transparent 32%),#adc6b5; }
.map-card > span, .section-dark .eyebrow { color: #bdebb8; }
.cta-panel { background: #1a3128; }
.cta-panel::after { border-color: rgba(189,235,184,.18); box-shadow: inset 0 0 0 55px rgba(92,169,177,.08); }
.whatsapp-context { margin: 18px 0 0; color: #b8c9be; font-size: .74rem; }
.site-footer { background: #0d1c17; }
.regina-chat__trigger { background: #1b342a; box-shadow: 0 13px 36px rgba(13,32,25,.24); }

@media (max-width: 1020px) {
  .vision-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .future-pillars { grid-template-columns: 1fr; }
  .future-card { min-height: 230px; }
}

@media (max-width: 720px) {
  .mobile-menu { position: absolute; inset: 100% 0 auto; width: 100%; min-height: calc(100dvh - 68px); }
  .mobile-menu.open, body.menu-open .mobile-menu { visibility: visible !important; opacity: 1 !important; transform: none !important; }
  .wellness-hero { min-height: 790px; }
  .wellness-hero .hero-art { object-position: 66% center; opacity: .83; }
  .wellness-hero .hero-scrim { background: linear-gradient(180deg,rgba(13,29,24,.18) 0%,rgba(13,29,24,.68) 38%,rgba(13,29,24,.98) 76%); }
  .wellness-hero .hero-copy { width: 100%; }
  .wellness-hero h1 { font-size: clamp(2.65rem,12vw,4rem); }
  .launch-kicker { margin-bottom: 14px; font-size: .62rem; }
  .vision-grid, .future-heading { grid-template-columns: 1fr; }
  .vision-grid { gap: 44px; }
  .editorial-figure { border-radius: 150px 150px 22px 22px; }
  .editorial-figure img { height: 500px; }
  .future-section { padding: 82px 0; }
  .future-heading > p { margin-top: 5px; }
  .traceability-figure { margin-top: 36px; border-radius: 22px; }
  .traceability-figure img { height: 330px; }
  .traceability-figure figcaption { right: 12px; bottom: 12px; left: 12px; max-width: none; }
  .future-card { min-height: 250px; padding: 24px; }
  .future-card h3 { margin-top: 34px; }
  .commerce-section .system-art img { object-position: 45% center; }
}

@media (max-width: 360px) {
  .wellness-hero { min-height: 780px; padding-top: 40px; }
  .wellness-hero h1 { font-size: 2.42rem; }
  .wellness-hero .hero-lede { font-size: .94rem; }
  .wellness-hero .hero-note { font-size: .66rem; letter-spacing: .025em; }
  .vision-copy h2, .future-heading h2 { font-size: 2.4rem; }
  .editorial-figure img { height: 440px; }
  .editorial-figure figcaption { display: grid; }
  .editorial-figure figcaption small { text-align: left; }
  .traceability-figure img { height: 300px; }
  .traceability-figure figcaption small { font-size: .68rem; }
}
