:root {
  --navy: #123747;
  --navy-deep: #082631;
  --ink: #263a40;
  --muted: #6c797c;
  --paper: #f8f5ee;
  --white: #fffefa;
  --warm: #eee6da;
  --warm-deep: #dfd2bf;
  --sand: #c9b58f;
  --clay: #b58b55;
  --sage: #7e938d;
  --sea-mist: #edf2ef;
  --line: rgba(38,58,64,.13);
  --line-light: rgba(255,255,255,.16);
  --shadow: 0 28px 80px rgba(8,38,49,.10);
  --shell: min(1280px, calc(100vw - 56px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: var(--shell); margin: 0 auto; }
.section { padding: 124px 0; }
.hidden-field { position: absolute; left: -9999px; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 16px; background: var(--navy); color: white; transition: top .2s; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; background: rgba(248,245,238,.94); border-bottom: 1px solid transparent; transition: box-shadow .25s, background .25s, border-color .25s; }
.site-header.scrolled { background: rgba(248,245,238,.97); backdrop-filter: blur(18px); border-color: var(--line); box-shadow: 0 8px 28px rgba(14,29,36,.05); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { --brand-mark: #b58b55; --brand-word: var(--navy); --brand-sub: #b58b55; display: inline-flex; align-items: center; gap: 14px; color: var(--navy); flex-shrink: 0; }
.brand-mark { width: 48px; height: 48px; color: var(--brand-mark); flex-shrink: 0; }
.brand-mark path { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.6; }
.brand-copy { display: grid; line-height: 1; gap: 5px; }
.brand-copy strong { color: var(--brand-word); font-family: "DM Serif Display", serif; font-size: 18px; font-weight: 400; letter-spacing: .16em; }
.brand-copy small { color: var(--brand-sub); font-size: 8px; font-weight: 700; letter-spacing: .48em; }
.main-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; color: #53666b; font-size: 12.5px; font-weight: 600; }
.main-nav a { transition: color .2s, opacity .2s; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--navy); }
.nav-cta { margin-left: 4px; padding: 13px 18px; background: var(--navy); color: white !important; }
.nav-cta:hover { background: #1b4a5e; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; height: 1.5px; background: var(--navy); margin: 6px 0; transition: transform .2s, opacity .2s; }

.eyebrow { margin: 0 0 19px; color: var(--clay); font-size: 9.5px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow-light { color: #d6b77e; }
h1, h2, h3, p { text-wrap: pretty; }
.hero h1, .section h2 { margin: 0; color: var(--navy); font-family: "DM Serif Display", serif; font-weight: 400; letter-spacing: -.025em; }
.hero h1 em, .section h2 em { color: var(--clay); font-weight: 400; }

.hero { padding-top: 82px; min-height: 700px; background: var(--paper); overflow: hidden; }
.hero .shell { width: min(1600px, calc(100vw - 56px)); }
.hero-grid { min-height: 620px; display: grid; grid-template-columns: .76fr 1.24fr; align-items: center; column-gap: 34px; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 58px 34px 54px 0; }
.hero h1 { max-width: 670px; font-size: clamp(58px,5.55vw,82px); line-height: .98; }
.hero h1 em { display: block; }
.hero-lede { max-width: 590px; margin: 27px 0 0; color: var(--muted); font-size: 16px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; font-size: 12px; font-weight: 700; letter-spacing: .015em; transition: transform .2s,background .2s,color .2s,border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: white; }
.button-primary:hover { background: #1b4a5e; }
.button-light { background: #f3ede3; color: var(--navy); }
.button-light:hover { background: white; }
.button-quiet { min-height: auto; padding: 0 0 5px; border-bottom-color: rgba(16,36,47,.35); color: var(--navy); }
.button-quiet:hover { transform: none; border-bottom-color: var(--navy); }
.hero-note { display: flex; align-items: center; gap: 14px; margin-top: 48px; color: #788689; font-size: 10px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.hero-note i { width: 22px; height: 1px; background: var(--sand); }
.hero-media { position: relative; width: 100%; min-height: 0; margin: 0; overflow: hidden; background: var(--warm); aspect-ratio: 1036 / 600; }
.hero-media::after { content: ""; position: absolute; inset: 0; box-shadow: inset 25px 0 55px rgba(16,36,47,.025); pointer-events: none; }
.hero-media picture, .hero-media img { width: 100%; height: 100%; min-height: 0; }
.hero-media img { object-fit: cover; object-position: center center; background: var(--warm); }
.hero-media-tag { position: absolute; left: 26px; bottom: 26px; z-index: 2; min-width: 225px; padding: 17px 18px 16px; background: rgba(248,245,238,.94); backdrop-filter: blur(14px); border: 1px solid rgba(16,36,47,.1); display: grid; grid-template-columns: 32px 1fr; column-gap: 9px; row-gap: 4px; }
.hero-media-tag span { grid-row: 1 / 3; padding-top: 2px; color: var(--clay); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.hero-media-tag strong { color: var(--navy); font-size: 11px; }
.hero-media-tag small { color: #748387; font-size: 9px; letter-spacing: .05em; }

.trust-bar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { min-height: 76px; display: flex; align-items: center; gap: 15px; padding: 0 24px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid span { color: var(--clay); font-size: 8.5px; font-weight: 700; letter-spacing: .14em; }
.trust-grid strong { color: #425158; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 100px; margin-bottom: 62px; }
.section h2 { font-size: clamp(46px,5vw,68px); line-height: 1.03; }
.section-heading > p, .capability-intro > p:not(.eyebrow), .about-copy > p:not(.eyebrow), .contact-copy > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.78; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; padding-bottom: 4px; border-bottom: 1px solid rgba(16,36,47,.22); color: var(--navy); font-size: 11px; font-weight: 700; }
.text-link span { color: var(--clay); }
.text-link:hover { border-bottom-color: var(--navy); }

.solutions { background: #f0ebe2; }
.solution-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.solution-card { min-width: 0; background: var(--paper); border: 1px solid rgba(31,44,49,.12); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.solution-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.solution-image { height: 430px; overflow: hidden; background: #e8e1d6; }
.solution-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.solution-card:hover .solution-image img { transform: scale(1.025); }
.solution-card:nth-child(1) .solution-image img { object-position: 50% 51%; }
.solution-card:nth-child(2) .solution-image img { object-position: 50% 48%; }
.solution-card:nth-child(3) .solution-image img { object-position: 50% 51%; }
.solution-card:nth-child(4) .solution-image img { object-position: 50% 45%; }
.solution-content { padding: 30px 30px 32px; }
.solution-title { display: grid; grid-template-columns: 32px 1fr; align-items: baseline; gap: 8px; }
.solution-title span { color: var(--clay); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.solution-title h3 { margin: 0; color: var(--navy); font-family: "DM Serif Display", serif; font-size: 30px; font-weight: 400; line-height: 1.1; letter-spacing: -.02em; }
.solution-content > p { margin: 17px 0 0; color: var(--muted); font-size: 13px; line-height: 1.68; }
.solution-specs { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.solution-specs span { padding: 7px 9px; background: #ebe3d7; color: #5d6d70; font-size: 9px; font-weight: 600; letter-spacing: .03em; }

.solution-card-cosmetic { grid-column: 1 / -1; display: grid; grid-template-columns: 1.38fr .62fr; align-items: stretch; }
.solution-card-cosmetic .solution-image { height: 520px; min-height: 520px; background: #f6f1e9; }
.solution-card-cosmetic .solution-image img { object-fit: contain; object-position: center; transform: none !important; }
.solution-card-cosmetic .solution-content { display: flex; flex-direction: column; justify-content: center; padding: 48px 46px; }
.solution-card-cosmetic .solution-title h3 { font-size: 36px; }

.capabilities { background: var(--paper); }
.capability-layout { display: grid; grid-template-columns: .84fr 1.16fr; gap: 112px; align-items: start; }
.capability-intro { position: sticky; top: 130px; }
.capability-intro h2 { font-size: clamp(48px,4.8vw,68px); }
.capability-intro > p:not(.eyebrow) { margin-top: 26px; max-width: 510px; }
.capability-list { border-top: 1px solid var(--line); }
.capability-item { display: grid; grid-template-columns: 54px 1fr; gap: 28px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.capability-item > span { color: var(--clay); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.capability-item h3 { margin: 0; color: var(--navy); font-family: "DM Serif Display", serif; font-size: 26px; font-weight: 400; line-height: 1.15; }
.capability-item p { margin: 10px 0 0; max-width: 640px; color: var(--muted); font-size: 13px; line-height: 1.7; }

.quality { background: var(--navy); color: white; }
.quality-top { display: grid; grid-template-columns: .32fr 1fr; gap: 48px; align-items: start; margin-bottom: 66px; }
.quality-top .eyebrow { margin-top: 9px; }
.quality-top h2 { color: white; max-width: 850px; font-size: clamp(48px,5.2vw,72px); }
.quality-top h2 em { color: #d6b77e; }
.quality-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.quality-card { min-height: 255px; padding: 29px 31px 32px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.quality-card span { color: #d6b77e; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.quality-card h3 { margin: 76px 0 13px; color: white; font-family: "DM Serif Display", serif; font-size: 27px; font-weight: 400; line-height: 1.15; }
.quality-card p { margin: 0; max-width: 340px; color: rgba(255,255,255,.62); font-size: 12.5px; line-height: 1.7; }

.markets { background: var(--sea-mist); }
.market-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 110px; align-items: start; }
.market-heading { position: sticky; top: 130px; }
.market-heading h2 { max-width: 570px; font-size: clamp(46px,4.8vw,66px); }
.market-list { border-top: 1px solid var(--line); }
.market-list > div { display: grid; grid-template-columns: 48px 1fr 1.2fr; gap: 14px; align-items: center; min-height: 88px; border-bottom: 1px solid var(--line); }
.market-list span { color: var(--clay); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.market-list strong { color: var(--navy); font-family: "DM Serif Display", serif; font-size: 22px; font-weight: 400; }
.market-list small { color: var(--muted); font-size: 11.5px; line-height: 1.5; }

.partnership { background: var(--navy-deep); color: white; position: relative; overflow: hidden; }
.partnership::after { content: "ALTAMAR"; position: absolute; right: -1vw; bottom: -5.5vw; color: rgba(255,255,255,.025); font-size: 15vw; font-weight: 700; letter-spacing: .05em; line-height: .8; pointer-events: none; }
.partnership-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .38fr .78fr 1fr; gap: 66px; align-items: start; }
.partnership-kicker { min-height: 100%; border-right: 1px solid var(--line-light); }
.partnership-kicker span { writing-mode: vertical-rl; transform: rotate(180deg); color: rgba(255,255,255,.42); font-size: 9px; font-weight: 700; letter-spacing: .24em; }
.partnership-copy h2 { color: white; font-size: clamp(50px,5vw,70px); }
.partnership-copy h2 em { color: #d6b77e; }
.partnership-copy > p:not(.eyebrow) { max-width: 500px; margin: 27px 0 32px; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.76; }
.partnership-points { border-top: 1px solid var(--line-light); }
.partnership-points article { display: grid; grid-template-columns: 38px 1fr; column-gap: 12px; padding: 27px 0 29px; border-bottom: 1px solid var(--line-light); }
.partnership-points article > span { grid-row: 1 / 3; color: #d6b77e; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.partnership-points strong { color: white; font-family: "DM Serif Display", serif; font-size: 22px; font-weight: 400; }
.partnership-points p { margin: 8px 0 0; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.65; }

.process { background: var(--paper); }
.process-line { display: grid; grid-template-columns: repeat(5,1fr); padding-top: 12px; }
.process-step { position: relative; min-height: 210px; padding: 0 22px 0 0; }
.process-step::before { content: ""; position: absolute; top: 35px; left: 10px; right: 0; height: 1px; background: var(--line); }
.process-step:last-child::before { right: calc(100% - 10px); }
.process-step span { color: var(--clay); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.process-step i { position: relative; z-index: 1; display: block; width: 10px; height: 10px; margin: 23px 0 29px; border: 2px solid var(--clay); border-radius: 50%; background: var(--paper); }
.process-step h3 { margin: 0 0 12px; color: var(--navy); font-family: "DM Serif Display", serif; font-size: 25px; font-weight: 400; }
.process-step p { margin: 0; max-width: 205px; color: var(--muted); font-size: 11.5px; line-height: 1.65; }

.about { background: #e9e1d4; }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 105px; align-items: center; }
.about-mark { position: relative; min-height: 500px; overflow: hidden; background: var(--navy); border-radius: 2px; box-shadow: var(--shadow); }
.about-mark img { display: block; width: 100%; height: 100%; min-height: 500px; object-fit: cover; object-position: center; }
.about-copy h2 { font-size: clamp(48px,4.8vw,66px); }
.about-copy > p:not(.eyebrow) { margin-top: 24px; max-width: 620px; }

.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.contact-copy { position: sticky; top: 125px; }
.contact-copy h2 { font-size: clamp(50px,5vw,70px); }
.contact-copy > p:not(.eyebrow) { margin-top: 25px; max-width: 480px; }
.contact-details { margin-top: 34px; display: grid; gap: 8px; color: var(--muted); font-size: 12px; }
.contact-details a { color: var(--navy); font-weight: 700; }
.contact-side-note { max-width: 430px; margin-top: 54px; padding-top: 22px; border-top: 1px solid var(--line); }
.contact-side-note span { color: var(--clay); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.contact-side-note p { margin: 10px 0 0; color: #7a8487; font-size: 11px; line-height: 1.65; }
.project-form { padding: 42px 42px 38px; background: #f1ebe1; border: 1px solid rgba(31,44,49,.12); }
.project-form fieldset { margin: 0 0 31px; padding: 0; border: 0; }
.project-form legend { width: 100%; display: flex; align-items: center; gap: 12px; margin-bottom: 21px; padding-bottom: 11px; border-bottom: 1px solid var(--line); color: var(--navy); font-family: "DM Serif Display", serif; font-size: 21px; }
.project-form legend span { color: var(--clay); font-family: "DM Sans", sans-serif; font-size: 8.5px; font-weight: 700; letter-spacing: .15em; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 18px; }
.project-form label { display: grid; gap: 8px; margin-bottom: 0; }
.project-form label > span { color: #607074; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.project-form input, .project-form select, .project-form textarea { width: 100%; border: 1px solid #d7cdbf; border-radius: 0; outline: none; background: var(--paper); color: var(--ink); padding: 13px 14px; font-size: 12px; transition: border-color .2s,box-shadow .2s,background .2s; }
.project-form textarea { resize: vertical; min-height: 132px; }
.project-form input:focus, .project-form select:focus, .project-form textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(16,36,47,.07); background: white; }
.project-form ::placeholder { color: #9aa2a2; }
.form-submit { border: 0; }
.form-note { margin: 14px 0 0; color: #879294; font-size: 9.5px; line-height: 1.55; }
.form-note a { color: var(--navy); text-decoration: underline; text-underline-offset: 2px; }

.site-footer { background: var(--navy-deep); color: rgba(255,255,255,.5); padding: 68px 0 29px; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3,.7fr); gap: 46px; }
.footer-brand { --brand-mark: #d6b77e; --brand-word: #fffaf1; --brand-sub: #d6b77e; color: white; }
.footer-brand-column > p { max-width: 330px; margin: 20px 0 0; font-size: 12.5px; line-height: 1.65; }
.footer-column { display: grid; align-content: start; gap: 12px; font-size: 11.5px; }
.footer-column strong { margin-bottom: 5px; color: white; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.footer-column a:hover { color: white; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 38px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); font-size: 9.5px; letter-spacing: .04em; }
.footer-bottom a:hover { color: white; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease,transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

.legal-page { padding-top: 82px; background: var(--paper); min-height: 100vh; }
.legal-shell { width: min(820px,calc(100vw - 40px)); margin: 0 auto; padding: 95px 0 115px; }
.legal-shell h1 { margin: 0; color: var(--navy); font: 400 clamp(46px,7vw,70px)/1.02 "DM Serif Display",serif; letter-spacing: -.025em; }
.legal-shell h2 { margin: 48px 0 12px; color: var(--navy); font: 400 25px/1.25 "DM Serif Display",serif; }
.legal-shell p, .legal-shell li { color: var(--muted); font-size: 14px; line-height: 1.78; }
.legal-shell ul { padding-left: 20px; }
.legal-back { display: inline-flex; margin-top: 36px; color: var(--navy); font-weight: 700; }

.thank-you-page { min-height: 100vh; display: grid; place-items: center; background: var(--warm); padding: 32px; }
.thank-you-card { max-width: 660px; padding: 62px; background: var(--paper); border: 1px solid var(--line); text-align: center; box-shadow: var(--shadow); }
.thank-you-card .brand { justify-content: center; margin-bottom: 43px; }
.thank-you-card .brand { --brand-mark: #b58b55; --brand-word: var(--navy); --brand-sub: #b6935a; }
.thank-you-card h1 { margin: 0; color: var(--navy); font: 400 clamp(44px,7vw,68px)/1.03 "DM Serif Display",serif; letter-spacing: -.025em; }
.thank-you-card p { margin: 22px auto 31px; color: var(--muted); line-height: 1.72; }

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

@media (max-width: 1080px) {
  :root { --shell: min(100% - 40px,900px); }
  .section { padding: 96px 0; }
  .menu-button { display: block; position: relative; z-index: 3; }
  .main-nav { position: fixed; inset: 0; display: grid; align-content: center; justify-items: center; gap: 27px; background: rgba(248,245,238,.99); color: var(--navy); font-family: "DM Serif Display",serif; font-size: 25px; font-weight: 400; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s,visibility .2s,transform .2s; }
  .menu-open .main-nav { opacity: 1; visibility: visible; transform: none; }
  .menu-open .menu-button span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .menu-open .menu-button span:nth-child(2) { opacity: 0; }
  .menu-open .menu-button span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
  .nav-cta { margin-left: 0; padding: 14px 20px; font-family: "DM Sans",sans-serif; font-size: 12px; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 80px 0 60px; }
  .hero h1 { max-width: 760px; }
  .hero-media { min-height: 0; margin: 0; aspect-ratio: 1036 / 600; }
  .hero-media picture, .hero-media img { min-height: 0; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(3), .trust-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .trust-grid > div:nth-child(3) { border-left: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading > p { max-width: 680px; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .solution-card-cosmetic { grid-template-columns: 1.05fr .95fr; }
  .solution-card-cosmetic .solution-image { min-height: 430px; height: 100%; }
  .solution-card-cosmetic .solution-content { padding: 36px 32px; }
  .solution-image { height: 100%; min-height: 390px; }
  .capability-layout, .market-layout, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 62px; }
  .capability-intro, .market-heading, .contact-copy { position: static; }
  .quality-top { grid-template-columns: 1fr; gap: 8px; }
  .quality-grid { grid-template-columns: 1fr; }
  .quality-card { min-height: 210px; }
  .quality-card h3 { margin-top: 48px; }
  .partnership-grid { grid-template-columns: .25fr 1fr; }
  .partnership-points { grid-column: 2; }
  .process-line { grid-template-columns: repeat(3,1fr); row-gap: 44px; }
  .process-step:nth-child(3)::before, .process-step:nth-child(5)::before { right: calc(100% - 10px); }
  .process-step:nth-child(4)::before { right: 0; }
  .footer-grid { grid-template-columns: 1.5fr repeat(3,.8fr); gap: 28px; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 28px); }
  .section { padding: 76px 0; }
  .nav-wrap { height: 70px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 15px; }
  .brand-copy small { font-size: 7px; }
  .hero { padding-top: 70px; min-height: 0; }
  .hero-copy { padding: 55px 0 43px; }
  .hero h1 { font-size: clamp(47px,14vw,61px); }
  .hero-lede { font-size: 14.5px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-note { flex-wrap: wrap; margin-top: 38px; font-size: 8.5px; }
  .hero-media { min-height: 0; aspect-ratio: 1036 / 600; }
  .hero-media picture, .hero-media img { min-height: 0; }
  .hero-media img { object-position: center center; }
  .hero-media-tag { left: 14px; bottom: 14px; padding: 14px; min-width: 210px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:nth-child(3) { min-height: 58px; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .trust-grid > div:first-child { border-top: 0; }
  .section h2 { font-size: 43px; }
  .section-heading { margin-bottom: 42px; }
  .solution-card { display: block; }
  .solution-card-cosmetic { display: block; }
  .solution-card-cosmetic .solution-image { height: 360px; min-height: 0; }
  .solution-card-cosmetic .solution-content { padding: 28px 22px 31px; }
  .solution-card-cosmetic .solution-title h3 { font-size: 29px; }
  .solution-image { height: 350px; min-height: 0; }
  .solution-content { padding: 26px 22px 29px; }
  .solution-title h3 { font-size: 27px; }
  .capability-item { grid-template-columns: 37px 1fr; gap: 13px; padding: 27px 0; }
  .capability-item h3 { font-size: 23px; }
  .quality-top { margin-bottom: 42px; }
  .quality-card { min-height: 190px; padding: 25px 23px; }
  .quality-card h3 { margin-top: 38px; font-size: 24px; }
  .market-list > div { grid-template-columns: 35px 1fr; min-height: 91px; padding: 14px 0; }
  .market-list small { grid-column: 2; margin-top: -8px; }
  .partnership-grid { grid-template-columns: 1fr; gap: 34px; }
  .partnership-kicker { min-height: 0; padding-bottom: 20px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .partnership-kicker span { writing-mode: initial; transform: none; }
  .partnership-points { grid-column: auto; }
  .process-line { grid-template-columns: 1fr; row-gap: 0; }
  .process-step { min-height: 0; padding: 0 0 33px 38px; }
  .process-step::before, .process-step:nth-child(3)::before, .process-step:nth-child(4)::before, .process-step:nth-child(5)::before { top: 8px; left: 4px; right: auto; bottom: 0; width: 1px; height: auto; }
  .process-step:last-child::before { display: none; }
  .process-step span { display: block; }
  .process-step i { position: absolute; left: 0; top: 0; margin: 4px 0 0; }
  .process-step h3 { margin-top: 9px; }
  .process-step p { max-width: 100%; }
  .about-mark { min-height: 360px; }
  .about-mark img { min-height: 360px; }
  .project-form { padding: 30px 19px 28px; }
  .form-grid { grid-template-columns: 1fr; gap: 14px; }
  .contact-side-note { margin-top: 38px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand-column { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .thank-you-card { padding: 42px 24px; }
}


/* Pricing benchmark */
.cost-advantage { background: #edf2ef; border-top: 1px solid rgba(31,44,49,.08); border-bottom: 1px solid rgba(31,44,49,.08); }
.cost-heading { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(260px,.6fr); gap: 80px; align-items: end; margin-bottom: 48px; }
.cost-heading h2 { max-width: 820px; }
.cost-summary { justify-self: end; width: min(100%, 330px); padding-left: 28px; border-left: 1px solid rgba(16,36,47,.18); }
.cost-summary strong { display: block; color: var(--navy); font: 400 clamp(58px,6vw,82px)/.9 "DM Serif Display",serif; letter-spacing: -.045em; }
.cost-summary span { display: block; margin-top: 12px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.benchmark-panel { overflow: hidden; background: var(--paper); border: 1px solid rgba(16,36,47,.12); box-shadow: 0 28px 70px rgba(19,33,39,.07); }
.benchmark-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; padding: 34px 38px 32px; border-bottom: 1px solid var(--line); }
.benchmark-intro > span { color: var(--clay); font-size: 9.5px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.benchmark-intro p { max-width: 650px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.benchmark-grid { width: 100%; }
.benchmark-row { display: grid; grid-template-columns: .65fr 1fr 1fr .7fr; align-items: center; min-height: 92px; padding: 0 38px; border-bottom: 1px solid var(--line); }
.benchmark-header { min-height: 50px; color: #7b8588; background: rgba(16,36,47,.025); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.benchmark-row > div:not(:first-child) { text-align: right; }
.benchmark-row strong { color: var(--navy); font-family: "DM Serif Display",serif; font-size: 24px; font-weight: 400; }
.benchmark-row small { margin-left: 5px; color: #9a9f9f; font-size: 9px; }
.benchmark-old { color: #80898b; font-size: 18px; text-decoration: line-through; text-decoration-thickness: 1px; text-decoration-color: rgba(128,137,139,.6); }
.benchmark-new { color: var(--navy); font-size: 24px; font-weight: 700; }
.benchmark-save { display: inline-flex; min-width: 68px; justify-content: center; padding: 8px 11px; background: #e1ebe6; color: #46685d; font-size: 13px; font-weight: 700; }
.benchmark-footer { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 30px 38px; background: var(--white); }
.benchmark-footer p { max-width: 770px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.benchmark-footer p strong { color: var(--navy); }
.benchmark-note { max-width: 980px; margin: 18px 0 0; color: #7f8b8d; font-size: 9.5px; line-height: 1.65; }

@media (max-width: 920px) {
  .cost-heading { grid-template-columns: 1fr; gap: 30px; }
  .cost-summary { justify-self: start; width: auto; max-width: 400px; }
  .benchmark-intro { grid-template-columns: 1fr; gap: 14px; }
  .benchmark-footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 650px) {
  .benchmark-intro, .benchmark-row, .benchmark-footer { padding-left: 20px; padding-right: 20px; }
  .benchmark-row { grid-template-columns: .55fr 1fr 1fr .7fr; min-height: 78px; }
  .benchmark-header { min-height: 48px; font-size: 7.5px; letter-spacing: .07em; }
  .benchmark-row strong { font-size: 18px; }
  .benchmark-old { font-size: 14px; }
  .benchmark-new { font-size: 18px; }
  .benchmark-row small { display: none; }
  .benchmark-save { min-width: 0; padding: 7px 8px; font-size: 11px; }
}

/* V9 Mediterranean palette refinements */
.hero-media-tag { border-color: rgba(18,55,71,.10); }
.button-primary { box-shadow: 0 8px 22px rgba(8,38,49,.10); }
.button-primary:hover { box-shadow: 0 10px 26px rgba(8,38,49,.16); }
.solution-card:hover { box-shadow: 0 24px 56px rgba(8,38,49,.10); }
.quality, .about-mark { background: linear-gradient(145deg, #123747 0%, #0d2e3b 100%); }
.partnership, .site-footer { background: #082631; }
.cost-summary strong { color: #123747; }
.benchmark-save { border: 1px solid rgba(70,104,93,.14); }


/* V17 final refinement — balanced hero, focused product grid, stronger hierarchy */
section[id] { scroll-margin-top: 104px; }
.shell-wide { width: min(1536px, calc(100vw - 40px)); }

/* Header polish */
.site-header { border-bottom-color: rgba(38,58,64,.07); }
.nav-wrap { height: 86px; }
.brand-mark { width: 52px; height: 52px; }
.brand-copy strong { font-size: 19px; letter-spacing: .17em; }
.brand-copy small { font-size: 8px; letter-spacing: .5em; }
.main-nav { gap: 29px; font-size: 12px; }
.nav-cta { padding: 14px 20px; }

/* Hero */
.hero-v16 { padding: 86px 0 0; min-height: auto; background: var(--paper); }
.hero-v16-grid { display: grid; grid-template-columns: minmax(390px, 420px) minmax(0, 1fr); align-items: stretch; min-height: 560px; overflow: hidden; }
.hero-v16-copy { display: flex; flex-direction: column; justify-content: center; padding: 38px 38px 42px 42px; }
.hero-v16-copy .eyebrow { margin-bottom: 18px; color: #b58b55; letter-spacing: .24em; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.hero-v16-copy h1 { margin: 0; color: var(--navy); font-family: "DM Serif Display", serif; font-weight: 400; font-size: clamp(52px, 4.35vw, 64px); line-height: .96; letter-spacing: -.03em; }
.hero-v16-copy h1 em { color: #b58b55; font-style: italic; }
.hero-line-nowrap { white-space: nowrap; }
.hero-v16-text { max-width: 335px; margin: 27px 0 28px; color: #40555d; font-size: 14.5px; line-height: 1.72; }
.hero-v16 .hero-actions { margin-top: 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 26px; border: 1px solid transparent; font-size: 12px; font-weight: 700; letter-spacing: .015em; transition: transform .2s, background .2s, box-shadow .2s; }
.btn:hover { transform: translateY(-2px); }
.hero-v16 .btn-primary { align-self: flex-start; background: var(--navy); color: #fff; box-shadow: 0 8px 22px rgba(8,38,49,.12); }
.hero-v16 .btn-primary:hover { background: #1b4a5e; box-shadow: 0 10px 26px rgba(8,38,49,.18); }
.hero-v16-media { min-width: 0; min-height: 560px; overflow: hidden; background: var(--warm); }
.hero-v16-media img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: 50% 50%; display: block; }

/* Product solutions */
.solutions-v16 { padding: 84px 0 98px; background: #fffefa; border-top: 1px solid rgba(38,58,64,.06); }
.solutions-v16 .section-heading { display: block; text-align: center; margin-bottom: 38px; }
.solutions-v16 .section-heading .eyebrow { margin-bottom: 10px; color: #b58b55; letter-spacing: .24em; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.solutions-v16 .section-heading h2 { margin: 0; color: var(--navy); font-family: "DM Serif Display", serif; font-size: clamp(40px, 3.5vw, 50px); font-weight: 400; line-height: 1.04; letter-spacing: -.025em; }
.solution-grid-v16 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.card-v16 { position: relative; overflow: hidden; background: #fff; border: 1px solid #ded7cc; border-radius: 2px; display: flex; flex-direction: column; transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.card-v16:hover { transform: translateY(-4px); border-color: rgba(181,139,85,.45); box-shadow: 0 22px 48px rgba(8,38,49,.09); }
.card-v16-image { aspect-ratio: 1600 / 1104; overflow: hidden; background: #f5f1e9; }
.card-v16-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.card-v16:hover .card-v16-image img { transform: scale(1.018); }
.card-v16-body { padding: 23px 23px 26px; display: flex; flex: 1; flex-direction: column; text-align: left; }
.card-v16-body h3 { margin: 0 0 11px; color: var(--navy); font-family: "DM Serif Display", serif; font-size: 27px; font-weight: 400; line-height: 1.05; letter-spacing: -.015em; }
.card-v16-body p { margin: 0 0 19px; color: #5f6e72; font-size: 12.5px; line-height: 1.68; }
.card-v16 .text-link { margin-top: auto; align-self: flex-start; justify-content: flex-start; color: #9b7040; border-bottom-color: rgba(155,112,64,.25); font-size: 10.5px; font-weight: 700; letter-spacing: .03em; }
.card-v16 .text-link:hover { border-bottom-color: #9b7040; }

@media (max-width: 1280px) {
  .shell-wide { width: min(1280px, calc(100vw - 28px)); }
  .hero-v16-grid { grid-template-columns: minmax(350px, 390px) minmax(0,1fr); min-height: 530px; }
  .hero-v16-copy { padding-left: 32px; padding-right: 28px; }
  .hero-v16-copy h1 { font-size: 54px; }
  .hero-v16-media, .hero-v16-media img { min-height: 530px; }
  .solution-grid-v16 { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 1080px) {
  .nav-wrap { height: 76px; }
  .brand-mark { width: 46px; height: 46px; }
  .hero-v16 { padding-top: 76px; }
}
@media (max-width: 960px) {
  .hero-v16-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero-v16-copy { padding: 54px 34px 42px; }
  .hero-v16-copy h1 { max-width: 680px; font-size: clamp(52px, 8vw, 68px); }
  .hero-v16-text { max-width: 650px; }
  .hero-v16-media, .hero-v16-media img { min-height: 0; }
  .hero-v16-media { aspect-ratio: 1166 / 505; }
  .hero-v16-media img { height: 100%; object-fit: cover; }
  .solutions-v16 { padding-top: 70px; }
}
@media (max-width: 680px) {
  .nav-wrap { height: 70px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 15px; }
  .brand-copy small { font-size: 7px; }
  .hero-v16 { padding-top: 70px; }
  .shell-wide { width: calc(100vw - 20px); }
  .hero-v16-copy { padding: 42px 18px 34px; }
  .hero-v16-copy .eyebrow { font-size: 8px; }
  .hero-v16-copy h1 { font-size: clamp(44px, 13vw, 56px); }
  .hero-v16-text { margin-top: 24px; font-size: 14px; }
  .hero-v16-media { aspect-ratio: 1.45 / 1; }
  .hero-v16-media img { object-position: 55% center; }
  .solutions-v16 { padding: 62px 0 72px; }
  .solutions-v16 .section-heading { margin-bottom: 30px; }
  .solutions-v16 .section-heading h2 { font-size: 38px; }
  .solution-grid-v16 { grid-template-columns: 1fr; gap: 16px; }
  .card-v16-body { padding: 21px 20px 24px; }
  .card-v16-body h3 { font-size: 26px; }
}

/* Legal pages follow the refined desktop header height. */
@media (min-width: 1081px) {
  .legal-page { padding-top: 86px; }
}


/* V18 final hero polish — full product family, tighter proposition, stronger header */
@media (min-width: 1081px) {
  section[id] { scroll-margin-top: 110px; }
  .nav-wrap { height: 92px; }
  .brand { gap: 15px; }
  .brand-mark { width: 58px; height: 58px; }
  .brand-copy strong { font-size: 21px; letter-spacing: .17em; }
  .brand-copy small { font-size: 8.5px; letter-spacing: .50em; }
  .main-nav { gap: 30px; font-size: 12.25px; }
  .nav-cta { padding: 14px 22px; }
  .hero-v16 { padding-top: 92px; }
  .hero-v16-grid { grid-template-columns: minmax(390px, 420px) minmax(0, 1fr); min-height: 480px; }
  .hero-v16-copy { padding: 28px 36px 30px 42px; }
  .hero-v16-copy .eyebrow { margin-bottom: 14px; }
  .hero-v16-copy h1 { font-size: clamp(50px, 3.85vw, 59px); line-height: .93; }
  .hero-statement { display: block; }
  .hero-statement-second { margin-top: .52em; }
  .hero-v16-text { max-width: 345px; margin: 22px 0 22px; font-size: 14px; line-height: 1.65; }
  .hero-v16-media { min-height: 480px; }
  .hero-v16-media img { min-height: 480px; object-fit: cover; object-position: center center; }
  .legal-page { padding-top: 92px; }
}

@media (min-width: 961px) and (max-width: 1280px) {
  .hero-v16-grid { grid-template-columns: minmax(330px, 360px) minmax(0, 1fr); min-height: 430px; }
  .hero-v16-copy { padding: 24px 24px 26px 28px; }
  .hero-v16-copy .eyebrow { margin-bottom: 12px; font-size: 8px; }
  .hero-v16-copy h1 { font-size: 49px; line-height: .92; }
  .hero-statement-second { margin-top: .48em; }
  .hero-v16-text { margin: 18px 0 20px; font-size: 13.5px; line-height: 1.58; }
  .hero-v16-media, .hero-v16-media img { min-height: 430px; }
}

@media (max-width: 960px) {
  .hero-statement { display: block; }
  .hero-statement-second { margin-top: .48em; }
}

/* V19 final hero crop — preserve the entire product family */
@media (min-width: 1101px) {
  .hero-v16-media {
    background: #f5f0e7;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-v16-media img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center center;
  }
}


/* =========================================================================
   V20 — iOS / small-screen corrections
   Appended last so these win on equal specificity.
   ========================================================================= */

/* 1. Stop iOS Safari from zooming the page when a form field is focused.
      Safari zooms whenever the focused control is under 16px, and it does
      not zoom back out — every section after that renders at the wrong scale. */
@media (max-width: 1080px) {
  .project-form input,
  .project-form select,
  .project-form textarea {
    font-size: 16px;
    padding: 14px 14px;
  }
}

/* 2. Anchor links landed under the fixed header on mobile:
      scroll-margin-top was only declared at >=1081px. */
section[id] { scroll-margin-top: 88px; }
@media (max-width: 1080px) { section[id] { scroll-margin-top: 82px; } }
@media (max-width: 680px)  { section[id] { scroll-margin-top: 76px; } }

/* 3. Hero headline: .hero-line-nowrap forces "Packaging that" onto one line
      at every width, and .hero-v16-grid clips overflow — so on a phone the
      line was being cut off rather than wrapped. Size it to fit instead,
      and release the nowrap on the narrowest devices. */
@media (max-width: 680px) {
  .hero-v16-copy h1 { font-size: clamp(36px, 11.2vw, 50px); }
}
@media (max-width: 360px) {
  .hero-line-nowrap { white-space: normal; }
}

/* 4. Hero image: a 1166x505 lineup was being cover-cropped into a 1.45:1 box,
      cutting roughly a third of the product family off the sides. Show it whole,
      matching the desktop >=1101px treatment. */
@media (max-width: 680px) {
  .hero-v16-media {
    aspect-ratio: 1166 / 505;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f0e7;
  }
  .hero-v16-media img { object-fit: contain; object-position: center center; }
}

/* 5. Type below ~9px is not legible on a phone. */
@media (max-width: 680px) {
  .brand-copy small { font-size: 8px; letter-spacing: .38em; }
  .hero-v16-copy .eyebrow { font-size: 9.5px; letter-spacing: .18em; }
  .hero-note { font-size: 10px; }
  .project-form label > span { font-size: 10px; }
  .benchmark-header { font-size: 9px; letter-spacing: .06em; }
}

/* 6. Safari needs the prefixed backdrop-filter on older iOS. */
.site-header.scrolled { -webkit-backdrop-filter: blur(18px); }

/* 7. 100vh on iOS includes the area behind the URL bar, so these pages
      overflowed the visible viewport. */
.legal-page, .thank-you-page { min-height: 100svh; }

/* 8. Prevent Safari inflating text in landscape. */
html { -webkit-text-size-adjust: 100%; }

/* 9. Scroll lock for the open mobile menu (paired with script.js). */
body.menu-open { position: fixed; width: 100%; overflow: hidden; }
.main-nav { overscroll-behavior: contain; }
@media (max-width: 1080px) {
  .main-nav { overflow-y: auto; align-content: safe center; padding: 88px 24px 40px; }
}
