:root {
    --forest: #0b2118;
    --forest-2: #123126;
    --ink: #111914;
    --ivory: #f3efe3;
    --white: #fffdf7;
    --gold: #d6b452;
    --lime: #8ea894;
    --line: rgba(17, 25, 20, .18);
    --line-light: rgba(255, 253, 247, .2);
    --shell: min(1220px, calc(100% - 44px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 130px; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: Inter, "Helvetica Neue", Arial, sans-serif; font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: clamp(86px, 10vw, 155px) 0; }
.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; }
.skip-link { position: fixed; left: 18px; top: -100px; z-index: 1000; padding: 12px 18px; background: var(--gold); color: var(--ink); font-weight: 800; text-decoration: none; }
.skip-link:focus { top: 18px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .eyebrow, .section-number, .button, .card-kicker, .tool-index, .authority-rail strong, .operations-stats strong, .assurance-band strong { font-family: Georgia, "Times New Roman", serif; }
h1 { margin: 0 0 30px; font-size: clamp(4.5rem, 8.3vw, 8.3rem); font-weight: 500; line-height: .87; letter-spacing: -.055em; }
h1 em { color: var(--gold); font-style: normal; }
h2 { margin-bottom: 30px; font-size: clamp(3.1rem, 6vw, 6.3rem); font-weight: 500; line-height: .94; letter-spacing: -.05em; }
h3 { line-height: 1.1; }
.eyebrow, .section-number, .card-kicker { margin-bottom: 20px; font-size: .73rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { color: var(--gold); }
.eyebrow-dark { color: #6e5b20; }
.lead-copy { font-size: clamp(1.35rem, 2.4vw, 2.05rem); line-height: 1.4; letter-spacing: -.02em; }

.utility-bar { position: relative; z-index: 110; color: var(--white); background: #06120d; border-bottom: 1px solid var(--line-light); }
.utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: .64rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.utility-inner p { margin: 0; }
.utility-inner div { display: flex; gap: 26px; }
.utility-inner a { text-decoration: none; }
.utility-inner a:hover { color: var(--gold); }

.site-header { position: absolute; top: 36px; left: 0; right: 0; z-index: 100; color: var(--white); border-bottom: 1px solid var(--line-light); }
.site-header.is-scrolled { position: fixed; top: 0; background: rgba(11,33,24,.96); backdrop-filter: blur(15px); }
.nav-wrap { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.header-name { display: flex; flex-direction: column; flex: 0 0 auto; padding: 20px 0; color: var(--white); text-decoration: none; text-transform: uppercase; }
.header-name strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; font-weight: 500; line-height: 1; letter-spacing: .035em; }
.header-name span { margin-top: 7px; color: var(--gold); font-size: .52rem; font-weight: 800; line-height: 1; letter-spacing: .2em; }
.site-nav { display: flex; align-items: center; gap: clamp(13px, 1.7vw, 25px); }
.site-nav a, .footer-links a { font-size: .66rem; font-weight: 800; letter-spacing: .085em; text-decoration: none; text-transform: uppercase; }
.site-nav > a { padding: 37px 0; border-bottom: 2px solid transparent; }
.site-nav > a:hover { color: var(--gold); border-color: var(--gold); }
.site-nav .tool-link { color: var(--gold); }
.site-nav .nav-ctpat { position: relative; color: var(--gold); }
.site-nav .nav-ctpat::before { content: ""; position: absolute; left: 0; right: 0; bottom: 28px; height: 1px; background: currentColor; }
.site-nav .nav-cta { padding: 12px 16px; color: var(--forest); background: var(--lime); border: 0; }
.site-nav .nav-cta:hover { color: var(--forest); background: var(--white); }
.menu-toggle { display: none; width: 46px; height: 42px; border: 1px solid var(--line-light); background: transparent; padding: 8px; }
.menu-toggle i { display: block; height: 2px; margin: 5px 0; background: var(--white); }

.hero { position: relative; min-height: 970px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: #050706; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: contrast(1.03); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,13,9,.96), rgba(4,13,9,.72) 48%, rgba(4,13,9,.24) 78%), linear-gradient(0deg, rgba(4,13,9,.85), transparent 55%); }
.hero-grid { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 80px 80px; }
.hero-content { position: relative; z-index: 2; padding-top: 120px; padding-bottom: 220px; }
.hero-copy { max-width: 920px; }
.hero-lead { max-width: 770px; color: rgba(255,253,247,.8); font-size: clamp(1.15rem, 2vw, 1.47rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 42px; }
.button { min-height: 60px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 15px 24px; border: 1px solid transparent; font-family: Inter, "Helvetica Neue", Arial, sans-serif; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--forest); background: var(--gold); }
.button-gold:hover { background: var(--lime); }
.button-ghost { color: var(--white); border-color: rgba(255,253,247,.45); background: rgba(11,33,24,.25); }
.button-ghost:hover { border-color: var(--white); }
.button-dark { color: var(--white); background: var(--forest); }
.button-dark:hover { color: var(--forest); background: var(--lime); }
.button-outline-dark { color: var(--forest); border-color: var(--forest); background: transparent; }
.button-outline-dark:hover { color: var(--white); background: var(--forest); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: .71rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.text-link:hover { color: var(--white); }
.text-link-dark:hover { color: #6e5b20; }
.authority-rail { position: absolute; z-index: 3; left: 50%; bottom: 0; transform: translateX(-50%); display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(6,18,13,.9); border: 1px solid var(--line-light); backdrop-filter: blur(12px); }
.authority-rail > div { min-height: 132px; display: flex; flex-direction: column; justify-content: center; padding: 25px 30px; }
.authority-rail > div + div { border-left: 1px solid var(--line-light); }
.authority-rail strong { color: var(--gold); font-size: 1.45rem; font-weight: 500; }
.authority-rail span { margin-top: 5px; font-size: .66rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }

.ctpat { position: relative; overflow: hidden; color: var(--ink); background: var(--gold); }
.ctpat::after { content: "CTPAT"; position: absolute; right: -4vw; bottom: -7vw; color: rgba(11,33,24,.055); font-family: Georgia, "Times New Roman", serif; font-size: clamp(10rem, 28vw, 31rem); font-weight: 700; line-height: .7; letter-spacing: -.08em; pointer-events: none; }
.ctpat .shell { position: relative; z-index: 1; }
.ctpat .eyebrow { color: var(--forest); }
.ctpat-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(50px, 8vw, 110px); align-items: end; margin-bottom: 65px; }
.ctpat-heading h2 { max-width: 820px; margin-bottom: 0; }
.ctpat-intro { padding-bottom: 10px; }
.ctpat-logo-lockup { margin-bottom: 30px; padding: 22px 25px; background: rgba(255,253,247,.9); border: 1px solid rgba(11,33,24,.45); box-shadow: 12px 12px 0 rgba(11,33,24,.1); }
.ctpat-logo-lockup img { width: 100%; height: auto; }
.ctpat-intro p { font-size: 1.1rem; }
.ctpat-grid { display: grid; grid-template-columns: .8fr 1.2fr; border: 1px solid rgba(11,33,24,.55); background: rgba(255,253,247,.13); }
.ctpat-promise { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: 555px; padding: clamp(38px, 5vw, 64px); background: var(--ivory); border-right: 1px solid rgba(11,33,24,.55); }
.ctpat-promise .panel-number { color: #6e5b20; }
.ctpat-promise h3 { max-width: 540px; margin: 70px 0 22px; font-size: clamp(2.5rem, 4.6vw, 4.6rem); font-weight: 500; }
.ctpat-promise p { max-width: 540px; color: rgba(17,25,20,.7); }
.ctpat-promise .button { margin-top: 24px; }
.ctpat-benefits { display: grid; grid-template-columns: repeat(2, 1fr); }
.ctpat-benefits .benefit-intro { grid-column: 1 / -1; min-height: auto; margin: 0; padding: 25px 32px; border-bottom: 1px solid rgba(11,33,24,.42); font-size: .69rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ctpat-benefits > div { min-height: 242px; display: flex; flex-direction: column; justify-content: flex-end; padding: 34px 32px; border-bottom: 1px solid rgba(11,33,24,.42); }
.ctpat-benefits > div:nth-of-type(odd) { border-right: 1px solid rgba(11,33,24,.42); }
.ctpat-benefits > div:nth-last-child(-n+2) { border-bottom: 0; }
.ctpat-benefits strong { display: block; margin-bottom: 14px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 2.3vw, 2.35rem); font-weight: 500; line-height: 1.1; }
.ctpat-benefits span { color: rgba(17,25,20,.7); font-size: .84rem; }
.ctpat-note { margin: 20px 0 0; font-size: .71rem; opacity: .65; }

.statement { background: var(--ivory); }
.statement-grid { display: grid; grid-template-columns: .28fr 1.72fr; gap: clamp(50px, 9vw, 130px); }
.section-number { color: #6e5b20; }
.statement-grid > div { max-width: 940px; }
.supporting-copy { max-width: 720px; margin: 42px 0 0 auto; padding-top: 28px; border-top: 1px solid var(--line); }

.trade-tools { color: var(--white); background: var(--forest); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 65px; align-items: end; margin-bottom: 65px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0 0 8px; color: rgba(255,253,247,.65); }
.section-heading-dark > p { color: rgba(17,25,20,.66); }
.tool-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.tool-card { min-height: 500px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(34px, 5vw, 60px); border: 1px solid var(--line-light); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.tool-card:hover { transform: translateY(-6px); box-shadow: 0 28px 65px rgba(0,0,0,.25); }
.tool-refunds { color: var(--ink); background: var(--gold); }
.tool-calculator { color: var(--white); background: var(--forest-2); }
.tool-index { font-family: Georgia, serif; font-size: .78rem; letter-spacing: .15em; }
.tool-card .card-kicker { margin-bottom: 13px; }
.tool-refunds .card-kicker { color: #5e4c17; }
.tool-card h3 { margin-bottom: 20px; font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 500; }
.tool-card p:not(.card-kicker) { max-width: 530px; }
.tool-card > strong { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid currentColor; font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.tool-disclaimer { max-width: 940px; margin: 28px 0 0; color: rgba(255,253,247,.5); font-size: .72rem; }

.tariff-news { background: var(--ivory); }
.tariff-news .section-heading a { color: #6e5b20; font-weight: 800; text-underline-offset: 4px; }
.news-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.news-card { min-width: 0; display: grid; grid-template-columns: minmax(150px, .67fr) minmax(0, 1.33fr); border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--white); }
.news-card-featured { grid-column: 1 / -1; grid-template-columns: 1.05fr .95fr; }
.news-image { min-height: 100%; overflow: hidden; background: var(--forest); text-decoration: none; }
.news-image img { width: 100%; height: 100%; aspect-ratio: 3 / 2; object-fit: cover; filter: saturate(.82) contrast(1.04); transition: transform .35s ease; }
.news-card:hover .news-image img { transform: scale(1.025); }
.news-image-fallback { min-height: 265px; display: grid; place-items: center; background-color: var(--forest); background-image: linear-gradient(rgba(214,180,82,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(214,180,82,.11) 1px, transparent 1px); background-size: 42px 42px; }
.news-image-fallback span { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 4rem); line-height: .82; text-transform: uppercase; }
.news-body { min-width: 0; display: flex; flex-direction: column; padding: clamp(26px, 3.5vw, 46px); }
.news-meta, .news-source { display: flex; justify-content: space-between; gap: 20px; font-size: .62rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.news-meta span { color: #6e5b20; }
.news-meta time { color: rgba(17,25,20,.52); }
.news-body h3 { margin: 38px 0 18px; font-size: clamp(1.55rem, 2.65vw, 2.75rem); font-weight: 500; }
.news-card-featured .news-body h3 { font-size: clamp(2.25rem, 4.2vw, 4.6rem); }
.news-body h3 a { text-decoration: none; }
.news-body h3 a:hover { color: #6e5b20; }
.news-body > p { display: -webkit-box; overflow: hidden; margin-bottom: 38px; color: rgba(17,25,20,.67); font-size: .86rem; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.news-card-featured .news-body > p { font-size: 1rem; }
.news-source { align-items: center; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.news-source > span { color: rgba(17,25,20,.48); }
.news-source a { text-decoration: none; }
.news-source a:hover { color: #6e5b20; }
.news-footer { display: flex; align-items: center; justify-content: space-between; gap: 45px; margin-top: 30px; }
.news-footer p { max-width: 740px; margin: 0; color: rgba(17,25,20,.55); font-size: .73rem; }
.news-unavailable { display: flex; justify-content: space-between; gap: 25px; padding: 30px; border: 1px solid var(--ink); }
.news-unavailable p { margin: 0; }

.services { color: var(--white); background: #07130e; }
.section-heading-light > p { color: rgba(255,253,247,.65); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.service-card { min-height: 410px; padding: clamp(35px, 5vw, 62px); border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.service-card > span { color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.service-card h3 { margin: 82px 0 20px; font-size: clamp(2rem, 3.5vw, 3.3rem); font-weight: 500; }
.service-card p { max-width: 520px; color: rgba(255,253,247,.67); }
.service-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 0; padding: 0; list-style: none; }
.service-card li { padding: 7px 10px; border: 1px solid var(--line-light); color: var(--lime); font-size: .66rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }

.operations { background: var(--ivory); }
.operations-stats { display: grid; grid-template-columns: repeat(5, 1fr); margin-bottom: 26px; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.operations-stats > div { min-height: 180px; display: flex; flex-direction: column; justify-content: center; padding: 28px 24px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.operations-stats strong { color: #6e5b20; font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 500; line-height: 1; }
.operations-stats span { margin-top: 14px; font-size: .67rem; font-weight: 800; letter-spacing: .09em; line-height: 1.35; text-transform: uppercase; }
.operating-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); }
.operating-card { min-height: 325px; padding: 36px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.operating-card > span, .panel-number { color: #7b6014; font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.operating-card h3 { margin: 76px 0 18px; font-size: clamp(1.65rem, 2.4vw, 2.35rem); font-weight: 500; }
.operating-card p { margin: 0; color: rgba(17,25,20,.66); }
.technology-block { margin-top: clamp(70px, 8vw, 120px); padding-top: 58px; border-top: 1px solid var(--ink); }
.technology-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 55px; align-items: start; margin-bottom: 45px; }
.technology-heading h3 { max-width: 900px; margin: 0; font-size: clamp(2.2rem, 4.2vw, 4.2rem); font-weight: 500; }
.technology-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.technology-grid article { min-height: 210px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.technology-grid strong { display: block; margin-bottom: 17px; color: #6e5b20; font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; }
.technology-grid p { margin: 0; color: rgba(17,25,20,.68); }

.regulated-cargo { color: var(--white); background: #06120d; }
.regulated-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.regulated-panel, .chemical-panel { min-height: 440px; padding: clamp(34px, 5vw, 58px); border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.regulated-panel .panel-number { color: var(--gold); }
.regulated-panel h3 { max-width: 470px; margin: 78px 0 28px; font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 500; }
.regulated-panel ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; list-style: none; }
.regulated-panel li { position: relative; padding-left: 20px; color: rgba(255,253,247,.72); }
.regulated-panel li::before { position: absolute; left: 0; content: "■"; color: var(--gold); font-size: .55rem; }
.domain-list { display: flex; flex-wrap: wrap; gap: 9px; }
.domain-list span { padding: 9px 12px; color: var(--lime); border: 1px solid var(--line-light); font-size: .67rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.chemical-panel { grid-column: 1 / -1; min-height: 310px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 65px; align-items: end; background: var(--forest-2); }
.chemical-panel h3 { max-width: 780px; margin: 0; font-size: clamp(2.2rem, 4.1vw, 4.2rem); font-weight: 500; }
.chemical-panel > p { margin: 0 0 8px; color: rgba(255,253,247,.66); }
.assurance-band { margin-top: 26px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: center; padding: clamp(32px, 5vw, 55px); color: var(--ink); background: var(--gold); }
.assurance-band > div { display: flex; flex-direction: column; }
.assurance-band > div span { margin-bottom: 13px; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.assurance-band strong { max-width: 690px; font-size: clamp(2.1rem, 4.2vw, 4.2rem); font-weight: 500; line-height: .98; }
.assurance-band ul { margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.assurance-band li { padding-bottom: 10px; border-bottom: 1px solid rgba(17,25,20,.28); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.implementation { background: var(--white); }
.implementation-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 9vw, 130px); align-items: start; }
.implementation-copy { position: sticky; top: 130px; }
.implementation-copy h2 { font-size: clamp(3rem, 5.4vw, 5.7rem); }
.implementation-copy .lead-copy { color: rgba(17,25,20,.68); font-size: clamp(1.15rem, 2vw, 1.5rem); }
.implementation-steps { margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.implementation-steps li { min-height: 145px; display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 30px 4px; border-bottom: 1px solid var(--line); }
.implementation-steps > li > span { color: #7b6014; font-size: .66rem; font-weight: 800; letter-spacing: .13em; }
.implementation-steps h3 { margin-bottom: 11px; font-size: 1.65rem; font-weight: 500; }
.implementation-steps p { margin: 0; color: rgba(17,25,20,.65); }

.experience { background: var(--white); }
.experience-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(70px, 9vw, 135px); align-items: center; }
.experience-copy .lead-copy { max-width: 780px; }
.coverage-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 40px; }
.coverage-list span { padding: 9px 12px; color: var(--forest); background: #e8efdc; border: 1px solid #c5d7ac; font-size: .68rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.enterprise-seal { position: relative; aspect-ratio: 1; display: grid; place-items: center; }
.seal-ring { position: relative; z-index: 2; width: 68%; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--white); background: var(--forest); border: 10px double var(--gold); border-radius: 50%; text-align: center; text-transform: uppercase; box-shadow: 0 28px 70px rgba(11,33,24,.22); }
.seal-ring strong { margin: 9px 0; font-family: Georgia, serif; font-size: clamp(1.7rem, 3vw, 3rem); font-weight: 500; line-height: .95; }
.seal-ring span { color: var(--lime); font-size: .62rem; font-weight: 800; letter-spacing: .14em; }
.enterprise-seal > i { position: absolute; width: 82%; height: 1px; background: var(--gold); opacity: .5; }
.enterprise-seal > i:nth-of-type(2) { transform: rotate(60deg); }
.enterprise-seal > i:nth-of-type(3) { transform: rotate(120deg); }

.proof { color: var(--white); background: var(--forest-2); }
.proof-heading { max-width: 850px; margin-bottom: 65px; }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quote-card { min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: 38px 32px; background: rgba(255,253,247,.06); border: 1px solid var(--line-light); }
.quote-card::before { content: "“"; color: var(--gold); font-family: Georgia, serif; font-size: 5rem; line-height: .7; }
.quote-card blockquote { margin: 20px 0 45px; font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.42; }
.quote-card figcaption { display: flex; flex-direction: column; border-top: 1px solid var(--line-light); padding-top: 20px; }
.quote-card figcaption strong { font-size: .77rem; letter-spacing: .06em; text-transform: uppercase; }
.quote-card figcaption span { margin-top: 4px; color: var(--gold); font-size: .72rem; }
.proof-note { margin: 25px 0 0; color: rgba(255,253,247,.45); font-size: .7rem; }

.resources { color: var(--white); background: #050a07; }
.resource-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 9vw, 125px); }
.resource-heading { position: sticky; top: 130px; align-self: start; }
.resource-heading h2 { font-size: clamp(3rem, 5vw, 5.2rem); }
.resource-heading > p:last-child { color: rgba(255,253,247,.62); }
.resource-list { border-top: 1px solid var(--line-light); }
.resource-list a { display: grid; grid-template-columns: 48px 1fr auto; gap: 22px; align-items: center; min-height: 115px; padding: 20px 5px; border-bottom: 1px solid var(--line-light); text-decoration: none; }
.resource-list a:hover { color: var(--gold); }
.resource-list a > span { color: var(--gold); font-size: .69rem; font-weight: 800; }
.resource-list div { display: flex; flex-direction: column; }
.resource-list strong { font-family: Georgia, serif; font-size: 1.4rem; font-weight: 500; }
.resource-list small { margin-top: 5px; color: rgba(255,253,247,.5); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.resource-list b { font-size: 1.5rem; }

.contact { color: var(--white); background: var(--forest); }
.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(65px, 9vw, 130px); align-items: start; }
.contact-copy { position: sticky; top: 130px; }
.contact-copy h2 { font-size: clamp(3.2rem, 5.5vw, 5.7rem); }
.contact-copy .lead-copy { font-size: clamp(1.2rem, 2vw, 1.55rem); color: rgba(255,253,247,.74); }
.contact-details { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 35px; padding-top: 28px; border-top: 1px solid var(--line-light); }
.contact-details a { color: var(--gold); font-weight: 750; }
.contact-details address { margin-top: 10px; color: rgba(255,253,247,.65); font-style: normal; }
.form-panel { padding: clamp(30px, 5vw, 58px); color: var(--ink); background: var(--ivory); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 20px; }
.form-grid label { display: flex; flex-direction: column; gap: 9px; }
.form-grid label > span:first-child { font-size: .69rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.qualification-field > span:first-child { min-height: 4.5em; }
.form-grid b { color: #7b6014; }
.field-wide { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid rgba(17,25,20,.35); border-radius: 0; color: var(--ink); background: var(--white); outline: 0; }
input, select { height: 56px; padding: 0 15px; }
textarea { min-height: 180px; padding: 15px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: #7b6014; box-shadow: 0 0 0 2px rgba(214,180,82,.24); }
.select-wrap { position: relative; display: block; }
.select-wrap::after { content: "↓"; position: absolute; right: 17px; top: 50%; transform: translateY(-50%); color: #7b6014; font-weight: 900; pointer-events: none; }
select { appearance: none; padding-right: 48px; }
.consent { flex-direction: row !important; align-items: flex-start; gap: 12px !important; }
.consent input { width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--forest); }
.consent span { font-size: .77rem !important; font-weight: 500 !important; letter-spacing: 0 !important; text-transform: none !important; }
.consent span strong { display: block; margin-bottom: 6px; color: var(--forest); font-size: .69rem; letter-spacing: .08em; text-transform: uppercase; }
.consent a { color: #5e4c17; font-weight: 800; text-underline-offset: 3px; }
.sms-consent { margin-top: 3px; padding: 18px; border: 1px solid rgba(17,25,20,.28); background: #ebe6d8; }
.sms-consent input { flex: 0 0 auto; }
.form-footer { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.form-footer p { max-width: 280px; margin: 0; font-size: .7rem; opacity: .62; }
.form-status { margin-bottom: 28px; padding: 18px 20px; border-left: 4px solid; }
.form-status strong { display: block; text-transform: uppercase; }
.form-status p, .form-status ul { margin: 7px 0 0; }
.form-status.success { border-color: #4d7554; background: #dce9dc; }
.form-status.error { border-color: #9b3f2f; background: #f1dad5; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.faq { background: var(--ivory); }
.faq-grid { display: grid; grid-template-columns: .6fr 1.4fr; gap: clamp(55px, 9vw, 125px); }
.faq-heading { position: sticky; top: 130px; align-self: start; }
.faq-heading h2 { font-size: clamp(3rem, 5vw, 5.2rem); }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 25px 2px; cursor: pointer; list-style: none; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #7b6014; font-size: 1.7rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 740px; padding: 0 45px 25px 2px; }

.guide-body { background: var(--ivory); }
.guide-hero { position: relative; min-height: 760px; overflow: hidden; color: var(--white); background: radial-gradient(circle at 82% 28%, rgba(214,180,82,.18), transparent 31%), linear-gradient(125deg, #06120d, var(--forest-2)); }
.guide-hero::after { content: "ACE"; position: absolute; right: -2vw; bottom: -8vw; color: rgba(255,253,247,.035); font-family: Georgia, "Times New Roman", serif; font-size: clamp(15rem, 38vw, 40rem); font-weight: 700; line-height: .7; letter-spacing: -.08em; }
.guide-grid { position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 80px 80px; }
.guide-hero-inner { position: relative; z-index: 2; padding-top: 245px; padding-bottom: 105px; }
.guide-hero h1 { max-width: 1120px; margin-bottom: 65px; font-size: clamp(4.1rem, 7.5vw, 7.8rem); }
.guide-hero-footer { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; padding-top: 28px; border-top: 1px solid var(--line-light); }
.guide-hero-footer p { max-width: 720px; margin: 0; color: rgba(255,253,247,.75); font-size: clamp(1.2rem, 2.1vw, 1.65rem); }
.guide-hero-footer .text-link { justify-self: end; }

.guide-overview { background: var(--ivory); }
.guide-overview-grid { display: grid; grid-template-columns: .28fr 1.72fr; gap: clamp(50px, 9vw, 130px); }
.guide-overview-grid h2 { max-width: 980px; }
.guide-overview-grid .lead-copy { max-width: 920px; }
.guide-checklist { max-width: 880px; display: grid; grid-template-columns: .42fr 1.58fr; gap: 35px; margin: 58px 0 0 auto; padding: 34px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.guide-checklist > span { color: #6e5b20; font-size: .69rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.guide-checklist ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.guide-checklist li { position: relative; padding-left: 22px; }
.guide-checklist li::before { position: absolute; left: 0; content: "■"; color: #7b6014; font-size: .55rem; }

.guide-video { color: var(--white); background: var(--forest); }
.video-frame { padding: clamp(16px, 2.2vw, 30px); background: #030806; border: 1px solid var(--line-light); box-shadow: 0 35px 85px rgba(0,0,0,.28); }
.video-frame video { width: 100%; aspect-ratio: 16 / 9; display: block; background: #000; object-fit: contain; }
.video-caption { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 20px 4px 0; color: rgba(255,253,247,.62); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.video-caption strong { color: var(--gold); }

.guide-steps { background: var(--white); }
.guide-steps-heading { max-width: 940px; margin-bottom: 85px; }
.guide-step { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(45px, 7vw, 100px); align-items: center; min-height: 680px; padding: clamp(65px, 8vw, 110px) 0; border-top: 1px solid var(--ink); }
.guide-step:last-child { border-bottom: 1px solid var(--ink); }
.guide-step-copy { position: relative; z-index: 1; }
.guide-step-number { display: block; color: rgba(11,33,24,.1); font-family: Georgia, "Times New Roman", serif; font-size: clamp(6rem, 11vw, 11rem); line-height: .7; }
.guide-step-copy .card-kicker { margin: 43px 0 15px; color: #6e5b20; }
.guide-step-copy h3 { margin: 0 0 24px; font-size: clamp(2.5rem, 4.4vw, 4.5rem); font-weight: 500; }
.guide-step-copy p { color: rgba(17,25,20,.7); }
.guide-step-copy p a { color: #5e4c17; font-weight: 800; text-underline-offset: 4px; }
.guide-step-copy .button { margin-top: 22px; }
.guide-step-media { margin: 0; padding: clamp(15px, 2vw, 25px); background: var(--ivory); border: 1px solid var(--line); box-shadow: 24px 24px 0 #dfe6d5; }
.guide-step-media img { width: 100%; height: auto; border: 1px solid var(--line); }
.guide-step-media figcaption { padding: 18px 5px 0; color: rgba(17,25,20,.56); font-size: .68rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.guide-step-reverse .guide-step-copy { order: 2; }
.guide-step-reverse .guide-step-media { order: 1; box-shadow: -24px 24px 0 #dfe6d5; }
.guide-ready { min-height: 510px; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(38px, 5vw, 62px); color: var(--white); background-color: var(--forest); background-image: linear-gradient(rgba(214,180,82,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(214,180,82,.12) 1px, transparent 1px); background-size: 55px 55px; border: 1px solid var(--forest); box-shadow: 24px 24px 0 var(--gold); }
.guide-ready > span { color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.guide-ready strong { margin: 34px 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 500; line-height: .92; }
.guide-ready p { margin: 0; color: rgba(255,253,247,.65); }

.guide-tips { color: var(--ink); background: var(--gold); }
.guide-tips .eyebrow { color: var(--forest); }
.guide-tips-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 9vw, 135px); }
.guide-tips h2 { margin-bottom: 0; }
.tip-list { margin: 0; padding: 0; border-top: 1px solid rgba(17,25,20,.6); list-style: none; }
.tip-list li { display: grid; grid-template-columns: 60px 1fr; gap: 22px; padding: 30px 4px; border-bottom: 1px solid rgba(17,25,20,.35); }
.tip-list li > span { color: #604d15; font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.tip-list p { margin: 0; }

.guide-help { color: var(--white); background: #06120d; }
.guide-help-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(55px, 8vw, 115px); align-items: end; }
.guide-help h2 { max-width: 850px; }
.guide-help-inner > div:first-child > p:last-child { max-width: 760px; color: rgba(255,253,247,.68); }
.guide-help-actions { display: grid; gap: 14px; }

.site-footer { padding: 80px 0 28px; color: var(--white); background: #030806; }
.footer-main { display: grid; grid-template-columns: 1.35fr .65fr .9fr 1fr; gap: 50px; padding-bottom: 65px; }
.footer-brand > a { width: 170px; height: 170px; display: grid; place-items: center; padding: 10px; background: var(--ivory); }
.footer-brand img { width: 150px; height: 150px; object-fit: contain; }
.footer-brand p { max-width: 300px; margin-top: 22px; color: rgba(255,253,247,.53); font-size: .82rem; }
.footer-links, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links > strong, .footer-contact > strong { margin-bottom: 8px; color: var(--gold); font-size: .69rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a:hover, .footer-contact a:hover { color: var(--gold); }
.footer-contact { font-size: .8rem; }
.footer-contact address { margin: 0; color: rgba(255,253,247,.6); font-style: normal; }
.footer-contact span { color: rgba(255,253,247,.5); }
.footer-bottom { display: flex; justify-content: space-between; gap: 40px; padding-top: 25px; border-top: 1px solid var(--line-light); color: rgba(255,253,247,.42); font-size: .67rem; letter-spacing: .04em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }

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

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

@media (max-width: 1100px) {
    .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 24px 22px 30px; flex-direction: column; align-items: stretch; background: var(--forest); border-top: 1px solid var(--line-light); }
    .site-nav.is-open { display: flex; }
    .site-nav > a { padding: 8px 0; }
    .site-nav .nav-ctpat::before { display: none; }
    .site-nav .nav-cta { padding: 13px 16px; text-align: center; }
    .menu-toggle { display: block; }
    .experience-grid, .resource-grid, .contact-grid, .faq-grid, .implementation-grid, .ctpat-heading, .guide-hero-footer, .guide-tips-grid, .guide-help-inner { grid-template-columns: 1fr; }
    .resource-heading, .contact-copy, .faq-heading, .implementation-copy { position: static; }
    .operations-stats { grid-template-columns: repeat(3, 1fr); }
    .operating-grid { grid-template-columns: repeat(2, 1fr); }
    .technology-heading { grid-template-columns: 1fr; gap: 12px; }
    .enterprise-seal { max-width: 610px; width: 100%; margin-inline: auto; }
    .quote-grid { grid-template-columns: 1fr; }
    .quote-card { min-height: 300px; }
    .news-card:not(.news-card-featured) { grid-template-columns: 1fr; }
    .guide-hero-footer .text-link { justify-self: start; }
    .guide-step { gap: 48px; }
    .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 740px) {
    :root { --shell: min(100% - 28px, 1220px); }
    body { font-size: 16px; }
    .utility-inner { justify-content: center; }
    .utility-inner p { display: none; }
    .utility-inner div { width: 100%; justify-content: space-between; gap: 12px; }
    .nav-wrap { min-height: 82px; }
    .header-name { padding: 17px 0; }
    .header-name strong { font-size: 1.02rem; }
    .header-name span { margin-top: 6px; font-size: .46rem; }
    .hero { min-height: 1110px; align-items: flex-start; }
    .hero-content { padding-top: 230px; padding-bottom: 470px; }
    h1 { font-size: clamp(3.9rem, 19vw, 6.1rem); }
    h2 { font-size: clamp(2.9rem, 14vw, 4.8rem); }
    .hero-actions .button { width: 100%; }
    .authority-rail { grid-template-columns: 1fr 1fr; }
    .authority-rail > div { min-height: 105px; padding: 20px; }
    .authority-rail > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line-light); }
    .authority-rail > div:nth-child(4) { border-top: 1px solid var(--line-light); }
    .ctpat-heading { gap: 24px; margin-bottom: 42px; }
    .ctpat-promise { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(11,33,24,.55); }
    .ctpat-promise h3 { margin-top: 48px; }
    .ctpat-benefits { grid-template-columns: 1fr; }
    .ctpat-benefits > div { min-height: 190px; }
    .ctpat-benefits > div:nth-of-type(odd) { border-right: 0; }
    .ctpat-benefits > div:nth-last-child(2) { border-bottom: 1px solid rgba(11,33,24,.42); }
    .statement-grid, .section-heading, .tool-grid, .service-grid, .technology-grid, .regulated-grid, .chemical-panel, .assurance-band, .ctpat-grid, .news-grid, .news-card, .news-card-featured, .guide-overview-grid, .guide-checklist, .guide-step { grid-template-columns: 1fr; }
    .section-heading { gap: 18px; }
    .operations-stats { grid-template-columns: repeat(2, 1fr); }
    .operations-stats > div { min-height: 145px; padding: 22px 18px; }
    .operations-stats > div:last-child { grid-column: 1 / -1; }
    .operating-grid { grid-template-columns: 1fr; }
    .operating-card { min-height: 280px; }
    .operating-card h3 { margin-top: 48px; }
    .regulated-panel, .chemical-panel { min-height: 0; }
    .regulated-panel h3 { margin-top: 55px; }
    .regulated-panel ul { grid-template-columns: 1fr; }
    .chemical-panel { gap: 28px; }
    .assurance-band { gap: 34px; }
    .implementation-steps li { grid-template-columns: 48px 1fr; }
    .tool-card { min-height: 430px; }
    .news-card-featured { grid-column: auto; }
    .news-image, .news-image-fallback { min-height: 230px; }
    .news-image img { min-height: 230px; }
    .news-card-featured .news-body h3, .news-body h3 { font-size: 1.8rem; }
    .news-footer, .news-unavailable { flex-direction: column; align-items: stretch; }
    .news-footer .button { width: 100%; }
    .guide-hero { min-height: 760px; }
    .guide-hero-inner { padding-top: 220px; padding-bottom: 75px; }
    .guide-hero h1 { margin-bottom: 45px; font-size: clamp(3.5rem, 16vw, 5.2rem); }
    .guide-overview-grid, .guide-checklist { gap: 22px; }
    .video-frame { margin-inline: -8px; }
    .video-caption { align-items: flex-start; flex-direction: column; gap: 5px; }
    .guide-steps-heading { margin-bottom: 55px; }
    .guide-step { min-height: 0; gap: 52px; padding: 75px 0; }
    .guide-step-copy, .guide-step-reverse .guide-step-copy { order: 1; }
    .guide-step-media, .guide-step-reverse .guide-step-media, .guide-ready { order: 2; box-shadow: 12px 12px 0 #dfe6d5; }
    .guide-ready { min-height: 420px; box-shadow: 12px 12px 0 var(--gold); }
    .guide-step-copy .button { width: 100%; }
    .guide-tips-grid { gap: 50px; }
    .guide-help-actions .button { width: 100%; }
    .service-card { min-height: 360px; }
    .service-card h3 { margin-top: 55px; }
    .form-grid { grid-template-columns: 1fr; }
    .qualification-field > span:first-child { min-height: 0; }
    .field-wide { grid-column: auto; }
    .form-footer { flex-direction: column; align-items: stretch; }
    .form-footer .button { width: 100%; }
    .footer-main { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; }
}
