/* Safralis landing page styles. Loaded only on the plugin template. */

:root {
  --paper: #f2eee7;
  --warm-white: #fbf9f4;
  --ink: #171c1e;
  --ink-soft: #465055;
  --blue: #0b526f;
  --blue-dark: #082f42;
  --carmine: #9e2630;
  --purple: #553060;
  --gold: #b78a47;
  --rule: rgba(23, 28, 30, 0.18);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.safralis-landing { width: 100%; overflow: clip; }
.safralis-landing figure { margin: 0; }
.safralis-landing button { appearance: none; }
.safralis-landing h1,
.safralis-landing h2,
.safralis-landing h3,
.safralis-landing h4,
.safralis-landing h5,
.safralis-landing h6 { color: inherit; text-wrap: balance; }
.safralis-landing p { text-wrap: pretty; }
.safralis-landing .button { border-radius: 0; box-shadow: none; }
.safralis-elementor-content:empty { display: none; }
.safralis-elementor-content > .elementor:empty { display: none; }
body.elementor-editor-active .safralis-elementor-content:empty { display: block; min-height: 80px; }
body.admin-bar .section-nav { top: 32px; }
.safralis-form-notice { margin: 0 0 28px; padding: 14px 16px; border-left: 3px solid var(--blue); background: rgba(11,82,111,.08); color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.safralis-form-notice--error { border-left-color: var(--carmine); background: rgba(158,38,48,.08); }
.safralis-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
section[id] { scroll-margin-top: 58px; }

.site-header {
  height: 96px;
  padding: 0 clamp(20px, 4vw, 68px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--rule);
  background: rgba(251,249,244,.96);
  position: relative;
  z-index: 5;
}
.parent-brand img { width: 238px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; }
.primary-nav > a:not(.nav-action) { position: relative; }
.primary-nav > a:not(.nav-action)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--carmine); transition: right .25s ease;
}
.primary-nav > a:hover::after { right: 0; }
.nav-action, .button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; }
.nav-action { color: white; background: var(--blue); padding: 13px 18px; }

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  background: var(--warm-white);
  overflow: hidden;
}
.hero-copy {
  min-width: 0;
  padding: clamp(58px, 6vw, 92px) clamp(34px, 7vw, 122px) clamp(58px, 6vw, 92px) clamp(26px, 6vw, 96px);
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow, .section-kicker {
  display: flex; align-items: center; gap: 10px; color: var(--carmine); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow span { width: 25px; height: 1px; background: currentColor; }
.safralis-wordmark { width: min(460px, 92%); height: auto; margin: 26px 0 22px; }
.hero h1, .chemistry-section h2, .benefit-section h2,
.process-section h2, .spec-section h2, .application-section h2,
.commercial-section h2, .inquiry-section h2, .slice-cta h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.035em;
  margin: 0;
}
.hero h1 { max-width: 690px; font-size: clamp(52px, 6.1vw, 88px); line-height: 1.01; }
.hero-intro { max-width: 58ch; margin: 28px 0 0; color: var(--ink-soft); font-size: 18px; line-height: 1.7; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 28px; }
.button { border: 1px solid transparent; padding: 16px 21px; font-size: 12px; font-weight: 700; letter-spacing: .04em; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--carmine); color: white; }
.text-link { font-size: 12px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }

.hero-media { min-height: 720px; margin: 0; position: relative; background: var(--purple); overflow: hidden; }
.hero-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; filter: saturate(.86) contrast(1.03); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(12,10,10,.6)); pointer-events: none; }
.hero-media figcaption {
  position: absolute; z-index: 1; left: 30px; right: 30px; bottom: 25px; display: flex; justify-content: space-between; gap: 20px; color: white; font-size: 10px; letter-spacing: .12em; text-transform: uppercase;
}

.proof-rail { display: grid; grid-template-columns: 1fr 1.6fr 1.25fr 1.05fr; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: var(--paper); }
.proof-rail--five { grid-template-columns: .95fr .9fr 1.45fr 1.3fr .9fr; }
.proof-rail > div { min-height: 112px; padding: 24px clamp(18px, 2.4vw, 38px); border-right: 1px solid var(--rule); display: flex; flex-direction: column; justify-content: center; gap: 9px; }
.proof-rail > div:last-child { border-right: 0; }
.proof-rail span { color: var(--carmine); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.proof-rail strong { font-family: var(--serif); font-size: 19px; font-weight: 400; line-height: 1.25; }

.section-nav { min-height: 58px; padding: 0 clamp(20px, 4vw, 68px); position: sticky; top: 0; z-index: 10; display: flex; justify-content: space-between; align-items: center; background: rgba(242,238,231,.95); border-bottom: 1px solid var(--rule); backdrop-filter: blur(12px); }
.section-nav-brand { flex: 0 0 auto; display: flex; align-items: center; }
.section-nav-brand img { width: 112px; height: auto; }
.section-nav > div { display: flex; gap: 28px; }
.section-nav a { font-size: 12px; color: #4f5658; }
.section-nav a:hover { color: var(--carmine); }

.section-kicker { margin: 0; }
.section-kicker--light { color: #90c5d4; }

.chemistry-section { padding: clamp(95px, 10vw, 154px) clamp(26px, 6vw, 96px); }
.chemistry-heading { display: grid; grid-template-columns: .7fr 1.2fr 1fr; gap: clamp(30px, 5vw, 90px); align-items: start; }
.chemistry-heading > * { min-width: 0; }
.chemistry-heading h2 { max-width: 11ch; font-size: clamp(52px, 6vw, 82px); line-height: 1.01; }
.chemistry-heading > p:last-child { max-width: 46ch; margin: 9px 0 0; color: var(--ink-soft); line-height: 1.8; font-size: 15px; }
.marker-grid { margin-top: clamp(76px, 8vw, 120px); display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--ink); }
.marker-grid article { min-height: 430px; padding: 24px 36px 0 0; border-right: 1px solid var(--rule); display: flex; flex-direction: column; }
.marker-grid article + article { padding-left: 36px; }
.marker-grid article:last-child { border-right: 0; }
.marker-index { color: var(--carmine); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.marker-label { margin: 64px 0 9px; color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.marker-grid h3 { margin: 0 0 21px; font-family: var(--serif); font-size: clamp(36px, 3.4vw, 58px); font-weight: 400; letter-spacing: -.04em; white-space: nowrap; }
.marker-grid article > p:not(.marker-label) { max-width: 330px; margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.spec-value { flex: 0 0 92px; min-height: 92px; margin-top: auto; padding: 20px 0 15px; border-top: 1px solid var(--rule); display: flex; justify-content: space-between; align-items: end; gap: 18px; }
.spec-value span { max-width: 145px; color: var(--carmine); font-size: 9px; font-weight: 700; letter-spacing: .14em; line-height: 1.5; text-transform: uppercase; }
.spec-value strong { font-family: var(--serif); font-size: clamp(42px, 4vw, 62px); font-weight: 400; line-height: .9; letter-spacing: -.04em; }
.spec-value--methods strong { max-width: none; font-family: var(--serif); font-size: clamp(24px, 2.4vw, 36px); font-weight: 400; line-height: .95; letter-spacing: -.03em; text-align: right; white-space: nowrap; }
.metric-line { white-space: nowrap; }

.benefit-section { padding: clamp(98px, 10vw, 154px) clamp(26px, 6vw, 96px) 82px; background: #342436; color: white; }
.benefit-heading { display: grid; grid-template-columns: .62fr 1.45fr .93fr; gap: clamp(30px, 5vw, 86px); align-items: start; }
.benefit-heading > * { min-width: 0; }
.benefit-heading h2 { max-width: 13ch; font-size: clamp(52px, 6vw, 84px); line-height: 1.01; }
.benefit-heading > p:last-child { max-width: 44ch; margin: 8px 0 0; color: rgba(255,255,255,.65); font-size: 15px; line-height: 1.8; }
.benefit-list { margin-top: clamp(74px, 8vw, 116px); display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.benefit-list article { min-height: 255px; padding: 25px 25px 30px; border-right: 1px solid rgba(255,255,255,.15); display: flex; flex-direction: column; }
.benefit-list article:first-child { padding-left: 0; }
.benefit-list article:last-child { border-right: 0; padding-right: 0; }
.benefit-list span { color: #d9b772; font-size: 10px; letter-spacing: .14em; }
.benefit-list h3 { margin: auto 0 17px; font-family: var(--serif); font-size: clamp(25px, 2.5vw, 36px); font-weight: 400; line-height: 1.05; }
.benefit-list p { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.65; }
.benefit-context { margin-top: 52px; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 9vw, 150px); align-items: start; }
.benefit-context p { max-width: 660px; margin: 0; font-family: var(--serif); font-size: clamp(24px, 2.4vw, 34px); line-height: 1.28; }
.benefit-context small { color: rgba(255,255,255,.56); font-size: 10px; line-height: 1.7; }

.process-section { padding: clamp(98px, 10vw, 154px) clamp(26px, 6vw, 96px) 74px; background: #191416; color: white; }
.process-heading { display: grid; grid-template-columns: .7fr 1.55fr .85fr; gap: clamp(30px, 5vw, 86px); align-items: start; }
.process-heading > * { min-width: 0; }
.process-heading h2 { max-width: 14ch; font-size: clamp(52px, 6vw, 82px); line-height: 1.01; }
.process-heading > p:last-child { max-width: 44ch; margin: 8px 0 0; color: rgba(255,255,255,.64); font-size: 15px; line-height: 1.8; }
.process-layout { margin-top: clamp(80px, 9vw, 130px); display: grid; grid-template-columns: minmax(300px, .76fr) minmax(0, 1.24fr); gap: clamp(46px, 7vw, 110px); align-items: center; }
.process-video { margin: 0; position: relative; max-width: 490px; justify-self: center; }
.process-video video, .process-video .motion-fallback { width: 100%; aspect-ratio: 392 / 848; max-height: 720px; object-fit: cover; filter: saturate(.77) contrast(1.07); }
.process-video .motion-fallback { display: none; }
.process-video::before { content: ""; position: absolute; inset: -14px 14px 14px -14px; border: 1px solid rgba(183,138,71,.46); pointer-events: none; }
.process-video figcaption { margin-top: 16px; color: rgba(255,255,255,.58); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.process-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; }
.process-steps li { min-height: 190px; padding: 27px 26px 25px 0; display: grid; grid-template-columns: 52px 1fr; gap: 18px; border-top: 1px solid rgba(255,255,255,.19); }
.process-steps li:nth-child(even) { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.13); }
.process-steps li > span { color: #d6b36f; font-size: 10px; letter-spacing: .14em; }
.process-steps h3 { margin: -5px 0 11px; font-family: var(--serif); font-size: 29px; font-weight: 400; line-height: 1.08; }
.process-steps p { margin: 0; max-width: 330px; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.65; }
.spec-section { padding: clamp(98px, 10vw, 154px) clamp(26px, 6vw, 96px); background: var(--paper); }
.spec-heading { display: grid; grid-template-columns: .6fr 1.35fr .85fr; gap: clamp(30px, 5vw, 84px); align-items: start; }
.spec-heading > * { min-width: 0; }
.spec-heading h2 { max-width: 14ch; font-size: clamp(52px, 6vw, 82px); line-height: 1.01; }
.spec-heading > p:last-child { max-width: 44ch; margin: 7px 0 0; color: var(--ink-soft); font-size: 15px; line-height: 1.8; }
.spec-table-wrap { margin-top: clamp(70px, 8vw, 112px); overflow-x: auto; border-top: 1px solid var(--ink); }
table { width: 100%; min-width: 650px; border-collapse: collapse; text-align: left; }
caption { padding: 18px 0; text-align: left; color: var(--carmine); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
th, td { padding: 22px 20px; border-bottom: 1px solid var(--rule); vertical-align: middle; }
thead th { color: var(--ink-soft); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
tbody th { width: 34%; padding-left: 0; font-family: var(--serif); font-size: 18px; font-weight: 400; }
tbody td { color: var(--ink-soft); font-size: 14px; }

.application-section { height: clamp(700px, 86vh, 840px); max-height: 840px; display: grid; grid-template-columns: minmax(380px, .96fr) minmax(0, 1.04fr); background: var(--warm-white); }
.application-photo { height: 100%; min-height: 0; position: relative; overflow: hidden; }
.application-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 46% 68%; filter: saturate(.82) contrast(1.02); }
.photo-label { position: absolute; inset: auto 24px 24px; display: flex; justify-content: space-between; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.72); color: white; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; text-shadow: 0 1px 8px rgba(0,0,0,.4); }
.application-content { min-height: 0; padding: clamp(56px, 6vh, 72px) clamp(42px, 6vw, 104px) 36px; align-self: stretch; display: flex; flex-direction: column; justify-content: flex-start; text-align: center; }
.application-content h2 { max-width: 13ch; margin: 20px auto 0; font-size: clamp(46px, 4.1vw, 62px); line-height: 1.02; }
.application-content > p:not(.section-kicker) { max-width: 48ch; margin: 18px auto 0; color: var(--ink-soft); font-size: 15px; line-height: 1.65; }
.dose-options { width: 100%; margin: 28px 0 8px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--rule); }
.dose-options > div { min-height: 120px; padding: 20px 24px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; text-align: center; }
.dose-options > div + div { padding-left: 24px; border-left: 1px solid var(--rule); }
.dose-options strong { font-family: var(--serif); font-size: clamp(52px, 5vw, 70px); font-weight: 400; line-height: .9; letter-spacing: -.04em; }
.dose-options strong span { margin-left: 4px; font-family: var(--sans); font-size: 13px; font-weight: 700; letter-spacing: .05em; }
.dose-options p { margin: 0; color: var(--ink-soft); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.stakeholder-list { width: 100%; margin: 24px 0 20px; border-top: 1px solid var(--ink); text-align: left; }
.stakeholder-list article { padding: 13px 0; display: grid; grid-template-columns: 120px 1fr; gap: 20px; border-bottom: 1px solid var(--rule); }
.stakeholder-list span { color: var(--carmine); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.stakeholder-list p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.application-content > .text-link { align-self: center; }

.commercial-section { padding: clamp(96px, 10vw, 154px) clamp(26px, 6vw, 96px); background: var(--blue-dark); color: white; }
.commercial-heading { display: grid; grid-template-columns: .6fr 1.55fr .75fr; gap: clamp(30px, 5vw, 84px); align-items: start; }
.commercial-heading > * { min-width: 0; }
.commercial-heading h2 { max-width: 14ch; font-size: clamp(52px, 6vw, 84px); line-height: 1.01; }
.commercial-heading > p:last-child { max-width: 44ch; margin: 8px 0 0; color: rgba(255,255,255,.64); font-size: 15px; line-height: 1.8; }
.commercial-facts { margin-top: clamp(74px, 8vw, 116px); display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.27); border-bottom: 1px solid rgba(255,255,255,.27); }
.commercial-facts div { min-height: 150px; padding: 28px 27px; border-right: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; justify-content: space-between; }
.commercial-facts div:last-child { border-right: 0; }
.commercial-facts span { color: #90c5d4; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.commercial-facts strong { max-width: 210px; font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1.2; text-wrap: balance; }
.document-panel { margin-top: 94px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 9vw, 145px); }
.document-panel h3 { max-width: 630px; margin: 25px 0 0; font-family: var(--serif); font-size: clamp(36px, 4vw, 56px); font-weight: 400; line-height: 1.08; }
.document-panel ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.3); }
.document-panel li { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.78); font-size: 14px; }
.document-panel li span { display: inline-block; width: 43px; color: #90c5d4; font-size: 9px; }

.inquiry-section { display: grid; grid-template-columns: .86fr 1.14fr; background: var(--warm-white); }
.inquiry-intro { min-height: 720px; padding: clamp(78px, 8vw, 126px) clamp(35px, 7vw, 106px); display: flex; flex-direction: column; background: var(--carmine); color: white; }
.inquiry-intro .section-kicker { color: rgba(255,255,255,.7); }
.inquiry-intro h2 { max-width: 10.5ch; margin-top: 27px; font-size: clamp(54px, 6vw, 84px); line-height: 1.01; }
.inquiry-intro > p:not(.section-kicker) { max-width: 44ch; margin: 29px 0 0; color: rgba(255,255,255,.77); font-size: 16px; line-height: 1.75; }
.contact-detail { margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.3); display: flex; flex-direction: column; gap: 10px; }
.contact-detail span { color: rgba(255,255,255,.65); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.contact-detail a { font-family: var(--serif); font-size: 22px; }
.inquiry-form { padding: clamp(78px, 8vw, 126px) clamp(35px, 8vw, 126px); align-self: center; }
.inquiry-form label { display: flex; flex-direction: column; gap: 9px; margin-bottom: 28px; }
.inquiry-form label > span, .inquiry-form summary { color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; padding: 13px 1px; background: transparent; color: var(--ink); outline: none; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-bottom-color: var(--carmine); box-shadow: 0 1px var(--carmine); }
.inquiry-form input::placeholder, .inquiry-form textarea::placeholder { color: #8b8b86; }
.inquiry-form details { margin: 3px 0 34px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.inquiry-form summary { cursor: pointer; list-style: none; padding: 18px 0; display: flex; justify-content: space-between; }
.inquiry-form summary::-webkit-details-marker { display: none; }
.inquiry-form summary span { color: var(--carmine); }
.optional-fields { padding: 20px 0 5px; }
.inquiry-form .button { border: 0; cursor: pointer; }

.slice-cta { padding: clamp(88px, 10vw, 150px) clamp(26px, 14vw, 220px); background: var(--carmine); color: white; text-align: center; }
.slice-cta .section-kicker { justify-content: center; color: rgba(255,255,255,.72); }
.slice-cta h2 { max-width: 16ch; margin: 25px auto 0; font-size: clamp(50px, 6.2vw, 86px); line-height: 1.01; }
.slice-cta > p:not(.section-kicker) { max-width: 46ch; margin: 27px auto 34px; color: rgba(255,255,255,.8); font-size: 16px; line-height: 1.7; }
.button--light { background: var(--warm-white); color: var(--carmine); }

.site-footer { min-height: 140px; padding: 30px clamp(20px, 4vw, 68px); display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center; background: var(--warm-white); border-top: 1px solid var(--rule); color: var(--ink-soft); font-size: 12px; }
.site-footer img { width: 205px; height: auto; }
.site-footer a:last-child { color: var(--blue); font-weight: 700; }

/* Refined story-led layout */
.hero { min-height: 720px; }
.hero-copy { padding-top: clamp(58px, 6vw, 92px); padding-bottom: clamp(58px, 6vw, 92px); }
.hero-media { min-height: 720px; }
.proof-rail > div { min-height: 102px; }

.origin-section {
  display: grid;
  grid-template-columns: minmax(390px, .9fr) minmax(0, 1.1fr);
  background: var(--blue-dark);
  color: white;
}
.origin-media { min-height: 800px; margin: 0; position: relative; overflow: hidden; }
.origin-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.03); }
.origin-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(7,25,34,.72)); pointer-events: none; }
.origin-media figcaption { position: absolute; z-index: 1; left: 26px; right: 26px; bottom: 24px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.62); color: white; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.origin-content { padding: clamp(72px, 7vw, 112px) clamp(38px, 7vw, 112px); align-self: center; }
.origin-content h2 { max-width: 11ch; margin: 25px 0 0; font-family: var(--serif); font-size: clamp(52px, 5.8vw, 80px); font-weight: 400; line-height: 1.01; letter-spacing: -.035em; }
.origin-intro { max-width: 48ch; margin: 27px 0 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.75; }
.material-distinction { position: relative; margin-top: 45px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.2); }
.material-distinction article { min-height: 245px; padding: 25px 28px 28px 0; }
.material-distinction span { color: #90c5d4; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.material-distinction h3 { margin: 31px 0 14px; font-family: var(--serif); font-size: clamp(26px, 2.5vw, 37px); font-weight: 400; line-height: 1.08; }
.material-distinction p { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.7; }
.material-distinction .material-versus {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--blue-dark);
  border-radius: 50%;
  background: var(--gold);
  color: white;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1;
  transform: translate(-50%, -50%);
}
.material-distinction .material-card--excluded {
  padding-right: 28px;
  padding-left: 32px;
  background: linear-gradient(135deg, rgba(158,38,48,.24), rgba(158,38,48,.08));
  border-left: 1px solid rgba(239,139,132,.7);
  box-shadow: inset 4px 0 0 rgba(225,91,83,.92);
}
.material-distinction .material-status--excluded { display: flex; align-items: center; gap: 9px; color: #ffb4ad; font-size: 11px; }
.material-status--excluded b {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: inline-block;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.material-status--excluded b::before,
.material-status--excluded b::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  background: currentColor;
  transform-origin: center;
}
.material-status--excluded b::before { transform: translate(-50%, -50%) rotate(45deg); }
.material-status--excluded b::after { transform: translate(-50%, -50%) rotate(-45deg); }
.material-card--excluded h3 { color: #fff6f4; }
.material-card--excluded p strong { display: block; margin-bottom: 5px; color: white; font-size: 15px; }
.origin-callout { margin: 27px 0 0; padding-left: 18px; border-left: 2px solid var(--gold); color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.7; }
.origin-callout strong { color: white; }

.chemistry-section { padding-top: clamp(82px, 8vw, 122px); padding-bottom: clamp(82px, 8vw, 122px); }
.marker-grid { margin-top: clamp(58px, 6vw, 88px); }
.marker-grid article { min-height: 370px; }
.marker-label { margin-top: 43px; }

.content-disclosure { margin-top: 48px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--rule); }
.content-disclosure summary { min-height: 92px; padding: 21px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; list-style: none; }
.content-disclosure summary::-webkit-details-marker { display: none; }
.content-disclosure summary > span:first-child { display: flex; flex-direction: column; gap: 7px; }
.content-disclosure summary small { color: var(--carmine); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.content-disclosure summary strong { font-family: var(--serif); font-size: clamp(22px, 2vw, 29px); font-weight: 400; line-height: 1.18; text-wrap: balance; }
.details-action { flex: 0 0 auto; color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.details-action::after { content: "+"; display: inline-block; margin-left: 12px; color: var(--carmine); font-size: 15px; }
.content-disclosure[open] .details-action::after { content: "−"; }
.analysis-steps { list-style: none; margin: 0; padding: 5px 0 28px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--rule); }
.analysis-steps li { min-height: 190px; padding: 25px 30px 0 0; display: grid; grid-template-columns: 38px 1fr; gap: 13px; }
.analysis-steps li + li { padding-left: 30px; border-left: 1px solid var(--rule); }
.analysis-steps li > span { color: var(--carmine); font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.analysis-steps h3 { margin: -4px 0 11px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.analysis-steps p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }

.benefit-section { padding-top: clamp(82px, 8vw, 122px); padding-bottom: 66px; }
.benefit-list { margin-top: clamp(54px, 6vw, 82px); }
.benefit-list article { min-height: 215px; }
.benefit-context { margin-top: 38px; }

.application-photo { min-height: 0; }

.process-section { padding-top: clamp(82px, 8vw, 122px); padding-bottom: 62px; }
.process-layout { margin-top: clamp(56px, 6vw, 88px); }
.process-video video, .process-video .motion-fallback { max-height: 610px; }
.process-steps li { min-height: 158px; padding-top: 23px; padding-bottom: 21px; }

.spec-section { padding-top: clamp(82px, 8vw, 122px); padding-bottom: clamp(82px, 8vw, 122px); }
.spec-highlights { margin-top: clamp(52px, 6vw, 78px); display: grid; grid-template-columns: .8fr 1.45fr .9fr; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--rule); }
.spec-highlights div { min-height: 128px; padding: 24px 28px 24px 0; display: flex; flex-direction: column; justify-content: space-between; }
.spec-highlights div + div { padding-left: 28px; border-left: 1px solid var(--rule); }
.spec-highlights span { color: var(--carmine); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.spec-highlights strong { max-width: 330px; font-family: var(--serif); font-size: clamp(21px, 2vw, 29px); font-weight: 400; line-height: 1.18; }
.spec-disclosure { margin-top: 34px; }
.spec-disclosure .spec-table-wrap { margin-top: 0; border-top: 1px solid var(--rule); }

.commercial-section { padding-top: clamp(82px, 8vw, 122px); padding-bottom: clamp(82px, 8vw, 122px); }
.commercial-facts { margin-top: clamp(52px, 6vw, 78px); }
.commercial-facts div { min-height: 132px; }
.content-disclosure--dark { border-top-color: rgba(255,255,255,.35); border-bottom-color: rgba(255,255,255,.18); }
.content-disclosure--dark summary small, .content-disclosure--dark .details-action { color: #90c5d4; }
.content-disclosure--dark .details-action::after { color: #d9b772; }
.document-disclosure { margin-top: 48px; }
.document-disclosure ul { list-style: none; margin: 0; padding: 0 0 22px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 52px; border-top: 1px solid rgba(255,255,255,.15); }
.document-disclosure li { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.78); font-size: 14px; }
.document-disclosure li span { display: inline-block; width: 42px; color: #90c5d4; font-size: 9px; }

.inquiry-intro { min-height: 650px; }
.inquiry-intro h2 { font-size: clamp(50px, 5.3vw, 76px); }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1.05fr .95fr; }
  .hero-copy { padding-left: 44px; padding-right: 44px; }
  .proof-rail { grid-template-columns: .95fr .9fr 1.45fr 1.3fr .9fr; }
  .proof-rail > div:nth-child(2) { border-right: 1px solid var(--rule); }
  .proof-rail > div:nth-child(-n+2) { border-bottom: 0; }
  .proof-rail > div { padding-left: 16px; padding-right: 16px; }
  .proof-rail strong { font-size: 16px; }
  .chemistry-heading, .benefit-heading, .process-heading, .spec-heading, .commercial-heading { grid-template-columns: .5fr 1.5fr; }
  .chemistry-heading > p:last-child, .benefit-heading > p:last-child, .process-heading > p:last-child, .spec-heading > p:last-child, .commercial-heading > p:last-child { grid-column: 2; }
  .process-layout { grid-template-columns: .7fr 1.3fr; }
  .commercial-facts { grid-template-columns: 1fr 1fr; }
  .commercial-facts div:nth-child(2) { border-right: 0; }
  .commercial-facts div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .benefit-list { grid-template-columns: repeat(3, 1fr); }
  .benefit-list article:nth-child(3) { border-right: 0; }
  .benefit-list article:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.15); }
  .benefit-list article:nth-child(4) { padding-left: 0; }
  .application-content { padding-left: 60px; padding-right: 60px; }
  .application-content h2 { font-size: clamp(44px, 5vw, 54px); }
  .inquiry-form { padding-left: 60px; padding-right: 60px; }
  .origin-section { grid-template-columns: .82fr 1.18fr; }
  .origin-media { min-height: 760px; }
  .origin-content { padding-left: 52px; padding-right: 52px; }
  .material-distinction { grid-template-columns: 1fr; }
  .material-distinction article { min-height: 190px; padding-right: 0; }
  .material-distinction .material-versus { position: relative; top: auto; left: auto; justify-self: center; margin: -22px 0; transform: none; }
  .material-distinction .material-card--excluded { padding: 28px 30px; border-top: 1px solid rgba(239,139,132,.7); border-left: 0; box-shadow: inset 0 4px 0 rgba(225,91,83,.92); }
  .marker-grid article { padding-right: 22px; }
  .marker-grid article + article { padding-left: 22px; }
  .marker-grid h3 { font-size: clamp(28px, 3.3vw, 36px); }
}

@media (max-width: 840px) {
  .proof-rail { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .proof-rail > div { min-width: 245px; border-bottom: 0 !important; scroll-snap-align: start; }
}

@media (max-width: 760px) {
  .site-header { height: 78px; }
  .parent-brand img { width: 190px; }
  .primary-nav > a:not(.nav-action) { display: none; }
  .nav-action { padding: 11px 13px; font-size: 10px; }
  .hero { min-height: 0; display: flex; flex-direction: column; }
  .hero-copy { padding: 62px 24px 54px; }
  .safralis-wordmark { margin-top: 22px; width: 82%; }
  .hero h1 { font-size: clamp(48px, 14vw, 66px); line-height: 1.02; }
  .hero-intro { font-size: 16px; line-height: 1.65; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-media { min-height: 540px; }
  .hero-media figcaption { flex-direction: column; gap: 7px; }
  .proof-rail { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .proof-rail > div { min-width: 76vw; min-height: 100px; border-bottom: 0 !important; scroll-snap-align: start; }
  .section-nav { overflow-x: auto; justify-content: flex-start; gap: 28px; }
  .section-nav-brand { display: none; }
  .section-nav > div { min-width: max-content; gap: 24px; }
  .chemistry-section { padding-left: 24px; padding-right: 24px; }
  .chemistry-heading, .benefit-heading, .process-heading, .spec-heading, .commercial-heading { display: block; }
  .chemistry-heading h2, .benefit-heading h2, .process-heading h2, .spec-heading h2, .commercial-heading h2 { max-width: 14ch; margin-top: 25px; font-size: clamp(42px, 12vw, 54px); line-height: 1.02; }
  .chemistry-heading > p:last-child, .benefit-heading > p:last-child, .process-heading > p:last-child, .spec-heading > p:last-child, .commercial-heading > p:last-child { margin-top: 28px; }
  .marker-grid { grid-template-columns: 1fr; }
  .marker-grid article, .marker-grid article + article { padding-left: 0; padding-right: 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .marker-grid article { min-height: 390px; border-bottom-color: var(--rule); }
  .marker-grid h3 { font-size: clamp(40px, 12vw, 54px); white-space: normal; }
  .spec-value--methods strong, .metric-line { white-space: normal; }
  .origin-section, .application-section, .inquiry-section { grid-template-columns: 1fr; }
  .origin-media { min-height: 520px; }
  .origin-content { padding: 70px 24px; }
  .origin-content h2 { max-width: 11ch; font-size: clamp(44px, 12vw, 54px); line-height: 1.02; }
  .origin-intro { font-size: 15px; }
  .material-distinction { margin-top: 36px; }
  .material-distinction article { min-height: 0; padding: 24px 0 28px; }
  .material-distinction .material-card--excluded { padding: 26px 22px 28px; }
  .material-distinction h3 { margin-top: 24px; }
  .application-section { height: auto; max-height: none; }
  .application-photo { height: 390px; min-height: 390px; }
  .application-photo img { object-position: 46% 72%; }
  .application-content { padding: 56px 24px 64px; }
  .inquiry-intro, .inquiry-form { padding-left: 24px; padding-right: 24px; }
  .application-content h2 { font-size: clamp(44px, 12vw, 52px); }
  .benefit-section, .process-section, .spec-section, .commercial-section { padding-left: 24px; padding-right: 24px; }
  .benefit-list { grid-template-columns: 1fr; }
  .benefit-list article, .benefit-list article:first-child, .benefit-list article:nth-child(4), .benefit-list article:last-child { min-height: 190px; padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .benefit-context { grid-template-columns: 1fr; }
  .content-disclosure summary { min-height: 84px; align-items: flex-start; }
  .details-action { padding-top: 4px; text-align: right; }
  .analysis-steps { grid-template-columns: 1fr; }
  .analysis-steps li, .analysis-steps li + li { min-height: 0; padding: 25px 0; border-left: 0; border-bottom: 1px solid var(--rule); }
  .process-layout { grid-template-columns: 1fr; }
  .process-video { width: min(82vw, 430px); }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps li, .process-steps li:nth-child(even) { min-height: 0; padding: 18px 0 17px; border-left: 0; }
  .process-steps h3 { margin-top: -3px; font-size: 27px; }
  .process-steps p { max-width: none; }
  .spec-table-wrap { margin-right: -24px; padding-right: 24px; }
  .spec-highlights { grid-template-columns: 1fr; }
  .spec-highlights div, .spec-highlights div + div { min-height: 105px; padding: 21px 0; border-left: 0; border-bottom: 1px solid var(--rule); }
  .stakeholder-list article { grid-template-columns: 92px 1fr; }
  .dose-options > div { min-height: 145px; }
  .commercial-facts { grid-template-columns: 1fr; }
  .commercial-facts div, .commercial-facts div:nth-child(2) { min-height: 120px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .document-panel { grid-template-columns: 1fr; margin-top: 72px; }
  .document-disclosure ul { grid-template-columns: 1fr; }
  .inquiry-intro { min-height: 560px; }
  .inquiry-intro h2 { font-size: clamp(44px, 12vw, 52px); line-height: 1.02; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .site-footer { grid-template-columns: 1fr; gap: 16px; text-align: center; justify-items: center; }
}

@media (max-width: 782px) {
  body.admin-bar .section-nav { top: 46px; }
}

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

:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
