@charset "UTF-8";

:root {
  --ink: #082f35;
  --ink-deep: #021f24;
  --muted: #566a6d;
  --line: rgba(8, 47, 53, .16);
  --paper: #f7f7f3;
  --white: #fff;
  --cyan: #3bd5e5;
  --cyan-soft: #dff7f8;
  --peach: #ef8a68;
  --serif: "Frank Ruhl Libre", Georgia, serif;
  --sans: "Heebo", Arial, sans-serif;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--paper); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.site-shell { width: var(--shell); margin-inline: auto; }
.latin { direction: ltr; unicode-bidi: isolate; display: inline-block; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; inset-block-start: 10px; inset-inline-start: 10px; z-index: 200; padding: 10px 16px; background: #fff; color: #000; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(247,247,243,.94); backdrop-filter: blur(14px); }
.header-inner { height: 76px; display: flex; direction: ltr; align-items: center; justify-content: space-between; }
.brand { display: block; flex: 0 0 auto; }
.brand img { width: 64px; height: auto; }
.desktop-nav { display: flex; direction: rtl; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a:not(.header-cta)::after { content: ""; position: absolute; left: 0; right: 0; bottom: -5px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.header-cta { padding: 10px 18px; background: var(--ink); color: #fff; }
.menu-toggle { width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; color: inherit; display: none; flex-direction: column; justify-content: center; gap: 5px; }
.menu-toggle span { display: block; height: 2px; background: currentColor; transition: transform .25s, opacity .25s; }
.mobile-nav { display: none; }

.product-scope, .section-label, .tech-label { font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.product-scope { color: #176873; display: flex; align-items: center; gap: 12px; }
.product-scope span { width: 42px; height: 1px; background: currentColor; }
.hero-lead { font-size: 18px; color: #56666a; max-width: 580px; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 28px; }
.button { min-height: 50px; padding: 13px 24px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid #168e99; outline-offset: 3px; }
main:focus { outline: none; }
.button-dark { background: var(--ink); color: #fff; }
.text-action { font-weight: 700; border-bottom: 1px solid currentColor; }
.microcopy { margin: 14px 0 0; color: #5d6b6e; font-size: 12px; }
.form-noscript { margin: 14px 0 0; color: #4d6265; font-size: 13px; }
.section-label { color: #176873; }

/* MIRADRY — CLINICAL PRECISION + HUMAN EDITORIAL */
.miradry-page { background: #f8f9f6; }
.mira-hero { min-height: 680px; padding: 40px 0 44px; display: flex; align-items: center; background-image: linear-gradient(rgba(47,177,186,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(47,177,186,.04) 1px, transparent 1px); background-size: 32px 32px; }
.mira-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.mira-hero-copy h1 { font: 600 clamp(58px, 6vw, 88px)/.82 var(--serif); letter-spacing: -.055em; margin: 18px 0 20px; }
.mira-hero-copy .hero-lead { max-width: 590px; }
.mira-hero-visual { margin: 0; position: relative; padding: 34px; min-height: 540px; display: flex; align-items: center; justify-content: center; background: #e7f7f7; overflow: visible; }
.mira-hero-visual img { width: 100%; height: 435px; object-fit: cover; position: relative; z-index: 2; }
.precision-grid { position: absolute; inset: 16px; background-image: linear-gradient(rgba(8,47,53,.08) 1px, transparent 1px), linear-gradient(90deg,rgba(8,47,53,.08) 1px,transparent 1px); background-size: 24px 24px; }
.mira-hero-visual figcaption { position: absolute; z-index: 4; inset-inline-start: 0; bottom: 0; transform: translate(-18px, 24px); width: 210px; padding: 14px 18px; border: 1px solid var(--line); background: #fff; font-size: 12px; line-height: 1.5; }
.mira-hero-visual figcaption strong { display: block; color: #176873; }
.vertical-note { position: absolute; inset-inline-end: 2px; top: 50%; transform: translate(100%, -50%) rotate(90deg); transform-origin: center; font-size: 9px; letter-spacing: .16em; white-space: nowrap; }
.mira-triage { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.triage-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.triage-grid article { padding: 34px 38px; border-inline-start: 1px solid var(--line); }
.triage-grid article:first-child { border-inline-start: 0; }
.triage-grid span { color: #176873; font: 700 11px/1 var(--sans); }
.triage-grid h2 { margin: 10px 0 5px; font-size: 18px; }
.triage-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.dark-section { background: var(--ink-deep); color: #f3fbfa; }
.dark-section .section-label { color: var(--cyan); }
.mira-process { padding: 120px 0; }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: start; }
.section-intro { position: sticky; top: 120px; }
.section-intro h2 { font: 500 clamp(44px,5vw,72px)/.98 var(--serif); letter-spacing: -.035em; margin: 18px 0 24px; }
.section-intro > p:last-child { color: #9fb9b9; max-width: 400px; }
.process-list article { display: grid; grid-template-columns: 54px 1fr; gap: 24px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.16); }
.process-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.process-list span { color: var(--cyan); font-size: 12px; }
.process-list h3 { margin: 0 0 8px; font-size: 24px; }
.process-list p { margin: 0; color: #aac0c1; max-width: 590px; }
.mira-editorial { padding: 125px 0; background: #efece5; }
.editorial-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 90px; align-items: end; }
.editorial-grid blockquote { margin: 0; font: 500 clamp(42px,5.4vw,78px)/1.03 var(--serif); letter-spacing: -.04em; }
.editorial-grid blockquote em { color: #b34b31; font-style: normal; }
.editorial-note { padding-top: 22px; border-top: 1px solid var(--ink); }
.editorial-note strong { font-size: 18px; }
.editorial-note p { color: var(--muted); }
.mira-fit { padding: 120px 0; }
.fit-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 86px; align-items: start; }
.fit-main h2, .safety-card h2 { font: 500 clamp(42px,4vw,64px)/1 var(--serif); letter-spacing: -.035em; margin: 14px 0 22px; }
.large-copy { font-size: 20px; color: #4d6063; }
.check-list { list-style: none; padding: 0; margin: 38px 0 0; }
.check-list li { padding: 18px 42px 18px 0; border-top: 1px solid var(--line); position: relative; }
.check-list li::before { content: "✓"; position: absolute; right: 4px; color: #2ba8b2; font-weight: 700; }
.safety-card { background: #dff5f4; padding: 50px; }
.safety-card h2 { font-size: 42px; }
.safety-card h3 { font-size: 16px; margin: 26px 0 7px; }
.safety-card p { color: #496164; }
.safety-card small { display: block; border-top: 1px solid var(--line); padding-top: 20px; margin-top: 30px; color: #566a6d; }

/* PALMADRY — PRODUCT THEATRE + TRUTH MODULES */
.palma-page { background: #03090b; color: #eefafa; }
.palma-header { background: rgba(3,9,11,.9); border-color: rgba(255,255,255,.13); color: #fff; }
.palma-header .brand img, .palma-footer img { filter: brightness(0) invert(1); }
.palma-header .header-cta { background: var(--cyan); color: #00191d; }
.palma-hero { min-height: 820px; position: relative; overflow: hidden; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); }
.palma-glow { position: absolute; width: 750px; height: 750px; left: -100px; top: 50%; transform: translateY(-50%); background: radial-gradient(circle, rgba(23,196,215,.25), transparent 65%); filter: blur(16px); }
.palma-device-hero { position: absolute; width: min(48vw, 680px); height: 620px; left: 3vw; top: 53%; transform: translateY(-50%); object-fit: contain; filter: contrast(1.04) drop-shadow(0 34px 45px rgba(0,0,0,.55)); }
.palma-hero-copy { position: relative; z-index: 3; padding-left: 48%; }
.palma-hero .product-scope { color: var(--cyan); }
.palma-hero h1 { direction: ltr; text-align: right; font: 800 clamp(76px,8vw,128px)/.78 var(--sans); letter-spacing: -.075em; margin: 26px 0 34px; }
.palma-hero h1 span { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.72); }
.palma-hero .hero-lead { color: #a8babc; max-width: 600px; }
.button-electric { background: var(--cyan); color: #001b1f; }
.button-ghost { border-color: rgba(255,255,255,.28); color: #fff; }
.palma-scope-note { position: absolute; bottom: 28px; left: 4vw; z-index: 3; color: #7f9799; font-size: 11px; line-height: 1.5; }
.palma-scope-note b { color: var(--cyan); display: block; font-size: 9px; letter-spacing: .12em; }
.palma-manifesto { padding: 140px 0; }
.manifesto-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; }
.manifesto-grid h2 { margin: 0; font: 700 clamp(58px,7vw,108px)/.88 var(--sans); letter-spacing: -.065em; }
.manifesto-grid h2 span { color: transparent; -webkit-text-stroke: 1px #466268; }
@supports not (-webkit-text-stroke: 1px white) {
  .palma-hero h1 span { color: #d8e4e5; }
  .manifesto-grid h2 span { color: #466268; }
}
.manifesto-grid p { margin: 0; color: #91a7a9; font-size: 18px; padding-top: 28px; border-top: 1px solid #294448; }
.manifesto-grid strong { color: #fff; }
.palma-system { padding: 0 24px; }
.system-stage { min-height: 820px; position: relative; background: #ecf5f3; color: var(--ink); overflow: hidden; display: grid; grid-template-columns: 40% 60%; align-items: center; }
.system-stage figure { margin: 0; height: 100%; grid-column: 2; }
.system-stage figure img { width: 100%; height: 100%; object-fit: cover; }
.system-copy { grid-column: 1; grid-row: 1; padding: 70px 6vw; position: relative; z-index: 2; }
.tech-label { color: var(--cyan); font-size: 10px; }
.system-copy .tech-label { color: #176873; }
.system-copy h2 { font: 800 clamp(64px,7vw,110px)/.85 var(--sans); letter-spacing: -.06em; margin: 22px 0 30px; }
.system-copy p { font-size: 18px; }
.system-copy small { display: block; color: #566a6d; margin-top: 20px; }
.system-sequence { position: absolute; inset: auto 0 0 40%; z-index: 3; display: grid; grid-template-columns: repeat(3,1fr); background: rgba(3,17,20,.92); color: #fff; }
.system-sequence article { padding: 24px 28px; border-inline-start: 1px solid rgba(255,255,255,.16); }
.system-sequence span { color: var(--cyan); font-size: 10px; }
.system-sequence h3 { margin: 4px 0; }
.system-sequence p { margin: 0; color: #9db0b2; font-size: 12px; }
.palma-routine { padding: 140px 0; }
.routine-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; }
.routine-heading { position: sticky; top: 120px; align-self: start; }
.routine-heading h2 { font: 700 clamp(50px,5vw,76px)/.92 var(--sans); letter-spacing: -.05em; margin: 18px 0 26px; }
.routine-heading p:last-child { color: #91a7a9; }
.routine-list article { display: grid; grid-template-columns: 80px 1fr; gap: 20px; padding: 34px 0; border-top: 1px solid #263d41; }
.routine-list article:last-child { border-bottom: 1px solid #263d41; }
.routine-list b { color: var(--cyan); font-size: 12px; }
.routine-list h3 { font-size: 28px; margin: 0 0 10px; }
.routine-list p { margin: 0; color: #91a7a9; }
.palma-truth { padding: 130px 0; background: #e9f4f2; color: var(--ink); }
.truth-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 70px; }
.truth-heading h2 { font: 800 clamp(56px,6vw,88px)/.9 var(--sans); letter-spacing: -.06em; margin: 0; }
.truth-heading p { max-width: 330px; color: #5d7275; }
.truth-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.truth-grid article { padding: 38px 34px; border-inline-start: 1px solid var(--line); }
.truth-grid article:first-child { border-inline-start: 0; }
.truth-grid span { color: #176873; font-weight: 700; font-size: 11px; }
.truth-grid h3 { font-size: 25px; margin: 16px 0 9px; }
.truth-grid p { color: #5d6f72; }
.palma-safety { padding: 130px 0; }
.safety-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.safety-title h2 { font: 700 clamp(58px,6vw,94px)/.9 var(--sans); letter-spacing: -.06em; margin: 20px 0; }
.safety-content { padding: 46px; border: 1px solid #284246; }
.safety-content h3 { margin: 0 0 8px; font-size: 20px; }
.safety-content p { color: #91a7a9; margin: 0 0 30px; }
.safety-content small { display: block; color: #6f8b8e; border-top: 1px solid #284246; padding-top: 22px; }

/* SHARED LOWER FUNNEL */
.cross-route { padding: 76px 0; }
.mira-route { background: #dff5f4; color: var(--ink); }
.palma-route { background: var(--cyan); color: #001f24; }
.palma-route .section-label { color: var(--ink); }
.palma-route :focus-visible { outline-color: #063338; }
.cross-route-grid { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.cross-route h2 { font-size: 38px; margin: 5px 0; }
.cross-route p { margin: 0; max-width: 700px; }
.faq-section { padding: 130px 0; background: #f8f9f6; color: var(--ink); }
.faq-shell { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading h2 { font: 500 clamp(46px,4.5vw,70px)/.98 var(--serif); letter-spacing: -.035em; margin: 16px 0; }
.palma-faq .faq-heading h2 { font-family: var(--sans); font-weight: 800; letter-spacing: -.055em; }
.palma-faq .tech-label { color: #176873; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; padding: 24px 42px 24px 0; font-size: 18px; font-weight: 700; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { content: ""; position: absolute; right: 2px; top: 36px; width: 16px; height: 1px; background: currentColor; transition: transform .2s; }
.faq-list summary::after { transform: rotate(90deg); }
.faq-list details[open] summary::after { transform: rotate(0); }
.faq-list details p { margin: -6px 42px 24px 0; color: var(--muted); max-width: 760px; }
.consult-section { padding: 130px 0; }
.mira-consult { background: #efece5; }
.palma-consult { background: #061316; color: #fff; }
.consult-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.consult-copy h2 { font: 500 clamp(48px,5vw,76px)/.95 var(--serif); letter-spacing: -.04em; margin: 18px 0 24px; }
.palma-consult .consult-copy h2 { font-family: var(--sans); font-weight: 800; letter-spacing: -.06em; }
.consult-copy > p:last-child { max-width: 520px; color: #566a6d; font-size: 18px; }
.palma-consult .consult-copy > p:last-child { color: #8da3a5; }
.lead-form { background: #fff; color: var(--ink); padding: 42px; }
.required-note { margin: 0 0 18px; color: #596b6e; font-size: 12px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lead-form > label, .form-row > label { display: grid; gap: 8px; margin-bottom: 18px; font-weight: 700; font-size: 14px; }
.lead-form input, .lead-form select { width: 100%; height: 52px; padding: 0 14px; border: 1px solid #7f9193; border-radius: 0; background: #fff; color: var(--ink); }
.lead-form input:focus, .lead-form select:focus { border-color: #2aaab5; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin: 8px 0 24px; color: #617174; font-size: 12px; }
.consent label { cursor: pointer; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; }
.consent a, .footer-links a { text-decoration: underline; text-underline-offset: 3px; }
.field-error { min-height: 1.35em; color: #a52818; font-size: 12px; font-weight: 600; }
.consent .field-error { display: block; margin-top: 5px; }
.lead-form [aria-invalid="true"] { border-color: #a52818; box-shadow: 0 0 0 1px #a52818; }
.form-error-summary { margin: 0 0 16px; padding: 10px 12px; border-inline-start: 3px solid #a52818; background: #fff0ed; color: #782015; font-size: 13px; font-weight: 700; }
.lead-form .button { width: 100%; border: 0; }
.form-note { font-size: 11px; color: #5d6b6e; text-align: center; margin: 12px 0 0; }
.site-footer { padding: 50px 0; background: #fff; color: var(--ink); border-top: 1px solid var(--line); }
.palma-footer { background: #03090b; color: #9aadaf; border-color: #1e3337; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; gap: 50px; align-items: center; }
.footer-grid img { width: 72px; }
.footer-grid p { margin: 0; font-size: 13px; }
.footer-meta { display: grid; gap: 5px; text-align: left; font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 6px 16px; }
.footer-grid a { font-weight: 700; }

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

@media (max-width: 960px) {
  :root { --shell: min(calc(100% - 36px), 760px); }
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
  .menu-open { overflow: hidden; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 76px 0 0; background: #f8f9f6; color: var(--ink); padding: 40px 24px; flex-direction: column; gap: 0; }
  .menu-open .mobile-nav { display: flex; }
  .mobile-nav a { font-size: 24px; font-weight: 700; padding: 16px 0; border-bottom: 1px solid var(--line); }
  .palma-header .mobile-nav { background: #03090b; color: #fff; }
  .mira-hero-grid, .process-grid, .editorial-grid, .fit-grid, .manifesto-grid, .routine-grid, .safety-layout, .faq-shell, .consult-grid { grid-template-columns: 1fr; }
  .mira-hero { padding-top: 48px; }
  .mira-hero-grid { gap: 54px; }
  .mira-hero-copy h1 { font-size: clamp(62px, 12vw, 88px); }
  .mira-hero-visual { max-width: 650px; }
  .triage-grid { grid-template-columns: 1fr; }
  .triage-grid article { border-inline-start: 0; border-top: 1px solid var(--line); }
  .triage-grid article:first-child { border-top: 0; }
  .section-intro, .routine-heading, .faq-heading { position: static; }
  .process-grid, .editorial-grid, .fit-grid, .manifesto-grid, .routine-grid, .safety-layout, .faq-shell, .consult-grid { gap: 55px; }
  .palma-hero { min-height: 920px; align-items: flex-end; padding-bottom: 66px; }
  .palma-device-hero { width: 76vw; height: 430px; left: 50%; top: 240px; transform: translateX(-50%); }
  .palma-hero-copy { padding: 0; }
  .palma-hero h1 { font-size: clamp(72px, 14vw, 110px); }
  .palma-scope-note { display: none; }
  .system-stage { grid-template-columns: 1fr; padding-bottom: 0; }
  .system-stage figure, .system-copy { grid-column: 1; }
  .system-copy { grid-row: 1; padding: 60px 40px; }
  .system-stage figure { grid-row: 2; height: 520px; }
  .system-sequence { position: relative; inset: auto; grid-column: 1; grid-template-columns: repeat(3,1fr); }
  .truth-heading { align-items: start; flex-direction: column; }
  .truth-grid { grid-template-columns: 1fr; }
  .truth-grid article { border-inline-start: 0; border-top: 1px solid var(--line); }
  .truth-grid article:first-child { border-top: 0; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 32px); }
  .header-inner { height: 66px; }
  .brand img { width: 58px; }
  .mobile-nav { inset-block-start: 66px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .hero-actions .button, .hero-actions .text-action { width: 100%; justify-content: center; text-align: center; }
  .mira-hero { min-height: auto; padding: 44px 0 62px; background-size: 24px 24px; }
  .mira-hero-copy h1 { font-size: 59px; margin: 22px 0 24px; }
  .mira-hero-copy .hero-lead { font-size: 16px; }
  .mira-hero-visual { min-height: 390px; padding: 22px; }
  .mira-hero-visual img { height: 340px; }
  .mira-hero-visual figcaption { transform: translate(-5px, 18px); width: 190px; }
  .vertical-note { display: none; }
  .triage-grid article { padding: 26px 0; }
  .mira-process, .mira-editorial, .mira-fit, .palma-manifesto, .palma-routine, .palma-truth, .palma-safety, .faq-section, .consult-section { padding: 82px 0; }
  .section-intro h2, .fit-main h2, .faq-heading h2, .consult-copy h2 { font-size: 46px; }
  .process-list article { grid-template-columns: 40px 1fr; gap: 14px; }
  .process-list h3 { font-size: 21px; }
  .editorial-grid blockquote { font-size: 44px; }
  .safety-card { padding: 30px 24px; }
  .safety-card h2 { font-size: 38px; }
  .cross-route { padding: 60px 0; }
  .cross-route-grid { align-items: stretch; flex-direction: column; gap: 28px; }
  .cross-route h2 { font-size: 32px; }
  .palma-hero { min-height: 820px; padding: 330px 0 32px; align-items: flex-start; }
  .palma-device-hero { width: 100%; height: 300px; top: 0; left: 0; transform: none; object-fit: cover; object-position: center 52%; }
  .palma-glow { width: 460px; height: 460px; left: -140px; top: 180px; }
  .palma-hero h1 { font-size: 54px; margin: 14px 0 18px; }
  .palma-hero .hero-lead { font-size: 15px; line-height: 1.5; }
  .palma-hero .product-scope { font-size: 9px; }
  .palma-manifesto { padding-top: 90px; }
  .manifesto-grid h2, .routine-heading h2, .truth-heading h2, .safety-title h2 { font-size: 52px; }
  .palma-system { padding: 0; }
  .system-copy { padding: 52px 24px; }
  .system-copy h2 { font-size: 66px; }
  .system-stage figure { height: 360px; }
  .system-sequence { grid-template-columns: 1fr; }
  .system-sequence article { border-inline-start: 0; border-top: 1px solid rgba(255,255,255,.16); }
  .routine-list article { grid-template-columns: 42px 1fr; gap: 12px; }
  .routine-list h3 { font-size: 23px; }
  .truth-grid article { padding: 30px 0; }
  .safety-content { padding: 28px 22px; }
  .faq-list summary { padding: 20px 32px 20px 0; font-size: 16px; }
  .faq-list summary::before, .faq-list summary::after { top: 32px; width: 13px; }
  .faq-list details p { margin-inline-start: 32px; }
  .lead-form { padding: 28px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .footer-meta { text-align: right; }
  .footer-links { justify-content: flex-start; }
}
