:root {
  --ink: #102a36;
  --ink-2: #173b49;
  --cream: #f4ecdc;
  --paper: #fbf8f1;
  --white: #fffefa;
  --rust: #c95f36;
  --rust-dark: #9e4326;
  --steel: #76848a;
  --line: rgba(16, 42, 54, .16);
  --shadow: 0 24px 70px rgba(12, 32, 41, .13);
  --radius: 6px;
  --shell: min(1180px, calc(100% - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
img { object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.05; text-wrap: balance; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; }
p { text-wrap: pretty; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; background: var(--white); color: var(--ink); border-radius: 4px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid #e57a50; outline-offset: 4px; }

.eyebrow { margin-bottom: 18px; color: var(--rust-dark); font-size: .73rem; font-weight: 800; letter-spacing: .19em; line-height: 1.3; text-transform: uppercase; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 18px; padding: 13px 22px; border: 1px solid transparent; border-radius: 3px; font-size: .82rem; font-weight: 800; letter-spacing: .06em; line-height: 1.2; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--rust); color: var(--white); }
.button-primary:hover { background: var(--rust-dark); }
.button-ghost { border-color: rgba(244, 236, 220, .4); color: var(--cream); }
.button-ghost:hover { border-color: var(--cream); background: rgba(255,255,255,.06); }
.button-dark { border-color: var(--ink); color: var(--ink); }
.button-dark:hover { background: var(--ink); color: var(--cream); }
.button-light { background: var(--cream); color: var(--ink); }
.button-light:hover { background: var(--white); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.text-link { display: inline-flex; align-items: center; gap: 14px; border-bottom: 1px solid currentColor; padding-bottom: 3px; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

/* Header */
.site-header { position: absolute; inset: 0 0 auto; z-index: 50; color: var(--cream); border-bottom: 1px solid rgba(244,236,220,.18); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-solid { position: relative; background: var(--ink); }
.site-header.is-scrolled { position: fixed; background: rgba(16,42,54,.97); box-shadow: 0 10px 30px rgba(3,17,23,.18); backdrop-filter: blur(14px); animation: header-in .25s ease; }
@keyframes header-in { from { transform: translateY(-100%); } }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex: none; }
.brand img { width: 58px; height: 58px; border-radius: 50%; }
.brand span { display: flex; flex-direction: column; line-height: 1; text-transform: uppercase; }
.brand strong { font-family: Georgia, serif; font-size: 1.12rem; letter-spacing: .035em; }
.brand small { margin-top: 7px; font-size: .62rem; font-weight: 800; letter-spacing: .42em; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a { position: relative; font-size: .73rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--rust); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.site-nav .nav-cta { padding: 11px 16px; border: 1px solid rgba(244,236,220,.5); border-radius: 3px; }
.site-nav .nav-cta:hover, .site-nav .nav-cta.active { background: var(--cream); color: var(--ink); }
.menu-toggle { display: none; width: 45px; height: 42px; padding: 10px; border: 0; background: transparent; color: inherit; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s, opacity .2s; }

/* Home hero */
.hero { position: relative; min-height: 790px; overflow: hidden; background: var(--ink); color: var(--cream); }
.hero::after { content: ""; position: absolute; width: 600px; height: 600px; top: 45%; left: 71%; border: 1px solid rgba(244,236,220,.08); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 100px rgba(244,236,220,.025), 0 0 0 200px rgba(244,236,220,.015); pointer-events: none; }
.hero-grid { position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(244,236,220,.17) 1px, transparent 1px), linear-gradient(90deg, rgba(244,236,220,.17) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, black, transparent 78%); }
.hero-layout { position: relative; z-index: 2; min-height: 790px; display: grid; grid-template-columns: 1.02fr .78fr; align-items: center; gap: 84px; padding-top: 112px; }
.hero-copy h1 { max-width: 770px; margin-bottom: 28px; font-size: clamp(3.7rem, 6.6vw, 6.8rem); }
.hero-copy h1 em { color: #e77a50; font-style: italic; }
.hero-lead { max-width: 630px; margin-bottom: 38px; color: rgba(244,236,220,.78); font-size: 1.17rem; }
.hero-points { display: flex; flex-wrap: wrap; gap: 15px 26px; margin: 38px 0 0; padding: 0; color: rgba(244,236,220,.7); font-size: .78rem; font-weight: 700; letter-spacing: .035em; list-style: none; }
.hero-points li::before { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 10px 2px 0; background: var(--rust); transform: rotate(45deg); }
.hero-visual { position: relative; width: min(100%, 420px); justify-self: end; }
.hero-photo { position: relative; height: 525px; overflow: hidden; border: 1px solid rgba(244,236,220,.28); box-shadow: 28px 28px 0 rgba(244,236,220,.045); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,27,35,.42), transparent 50%); }
.hero-photo img { width: 100%; height: 100%; filter: saturate(.72) contrast(1.08); }
.measurement { position: absolute; z-index: 2; padding: 7px 10px; background: var(--cream); color: var(--ink); font-family: Consolas, monospace; font-size: .65rem; letter-spacing: .12em; box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.measurement-a { top: 32px; left: -24px; }
.measurement-b { right: -20px; bottom: 150px; }
.hero-stamp { position: absolute; right: -30px; bottom: -34px; z-index: 2; width: 138px; height: 138px; display: grid; place-content: center; text-align: center; background: var(--rust); color: var(--white); border-radius: 50%; transform: rotate(-8deg); box-shadow: 0 18px 35px rgba(0,0,0,.25); }
.hero-stamp::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.hero-stamp span { font-family: Georgia, serif; font-style: italic; font-size: .9rem; }
.hero-stamp strong { margin-top: 6px; font-size: .64rem; letter-spacing: .14em; }
.proof-strip { position: relative; background: var(--rust); color: var(--white); }
.proof-grid { min-height: 72px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.proof-grid span { padding: 0 24px; border-right: 1px solid rgba(255,255,255,.25); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.proof-grid span:last-child { border-right: 0; }

/* Sections */
.section-heading { margin-bottom: 56px; }
.section-heading h2, .process-intro h2, .contact-details h2 { max-width: 680px; margin-bottom: 0; font-size: clamp(2.7rem, 5vw, 4.8rem); }
.split-heading { display: grid; grid-template-columns: 1.15fr .7fr; align-items: end; gap: 70px; }
.split-heading > p { margin: 0 0 8px; color: #53656d; }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 400px; display: flex; flex-direction: column; padding: 38px 34px 32px; overflow: hidden; background: var(--white); border: 1px solid var(--line); box-shadow: 0 12px 35px rgba(12,32,41,.04); transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease; }
.service-card::after { content: ""; position: absolute; width: 170px; height: 170px; right: -100px; bottom: -100px; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 0 36px rgba(16,42,54,.025); }
.service-card:hover { transform: translateY(-6px); background: var(--ink); color: var(--cream); box-shadow: var(--shadow); }
.service-number { color: var(--steel); font-family: Consolas, monospace; font-size: .7rem; }
.service-card svg { width: 56px; height: 56px; margin: 48px 0 32px; fill: none; stroke: var(--rust); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin-bottom: 16px; font-size: 1.45rem; }
.service-card p { color: #617178; font-size: .94rem; }
.service-card:hover p { color: rgba(244,236,220,.7); }
.service-card a { margin-top: auto; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.service-card a span { margin-left: 8px; color: var(--rust); }

.process-section { background: #e9e2d5; }
.process-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 110px; align-items: start; }
.process-intro { position: sticky; top: 130px; }
.process-intro p:not(.eyebrow) { max-width: 500px; margin: 26px 0 30px; color: #56676e; }
.process-list { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.process-list li { display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 32px 0; border-top: 1px solid rgba(16,42,54,.22); }
.process-list li:last-child { border-bottom: 1px solid rgba(16,42,54,.22); }
.process-list > li > span { width: 42px; height: 42px; display: grid; place-items: center; background: var(--ink); color: var(--cream); border-radius: 50%; font-family: Consolas, monospace; font-size: .68rem; }
.process-list h3 { margin: 0 0 9px; font-size: 1.22rem; }
.process-list p { margin: 0; color: #5d6a6f; }

.work-preview { background: var(--paper); }
.work-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 20px; align-items: stretch; }
.work-grid figure, .project-gallery figure { position: relative; margin: 0; overflow: hidden; background: var(--ink); }
.work-grid figure { height: 530px; }
.work-grid .work-side { height: 410px; align-self: end; }
.work-grid img, .project-gallery img { width: 100%; height: 100%; filter: saturate(.72); transition: transform .5s ease, filter .5s ease; }
.work-grid figure:hover img, .project-gallery figure:hover img { transform: scale(1.025); filter: saturate(1); }
.work-grid figcaption, .project-gallery figcaption { position: absolute; inset: auto 0 0; padding: 28px; background: linear-gradient(transparent, rgba(6,25,32,.86)); color: var(--white); }
figcaption span { display: block; margin-bottom: 5px; color: #ef9a76; font-size: .67rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
figcaption strong { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }

.cta-band { padding: 84px 0; background: var(--rust); color: var(--white); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 44px; }
.cta-inner .eyebrow { color: var(--white); opacity: .75; }
.cta-inner h2 { max-width: 730px; margin: 0; font-size: clamp(2.5rem, 5vw, 4.7rem); }
.phone-link { border-bottom: 1px solid currentColor; font-weight: 800; letter-spacing: .05em; }

/* Inner pages */
.page-hero { position: relative; min-height: 460px; display: flex; align-items: center; overflow: hidden; background: var(--ink); color: var(--cream); }
.page-hero::after { content: ""; position: absolute; width: 490px; height: 490px; right: 4%; top: 5%; border: 1px solid rgba(244,236,220,.08); border-radius: 50%; box-shadow: 0 0 0 80px rgba(244,236,220,.02), 0 0 0 160px rgba(244,236,220,.015); }
.page-hero-inner { position: relative; z-index: 2; padding: 92px 0 70px; }
.page-hero h1 { max-width: 850px; margin-bottom: 22px; font-size: clamp(3.4rem, 7vw, 6.4rem); }
.page-hero p:last-child { max-width: 660px; margin-bottom: 0; color: rgba(244,236,220,.72); font-size: 1.1rem; }

.capability-list { display: grid; gap: 110px; }
.capability { display: grid; grid-template-columns: 55px 1fr .9fr; gap: 38px; align-items: center; scroll-margin-top: 120px; }
.capability-reverse { grid-template-columns: 55px .9fr 1fr; }
.capability-reverse .cap-number { grid-column: 1; }
.capability-reverse > div:nth-child(2) { grid-column: 3; grid-row: 1; }
.capability-reverse figure { grid-column: 2; grid-row: 1; }
.cap-number { align-self: start; padding-top: 4px; color: var(--rust-dark); font-family: Consolas, monospace; font-size: .75rem; }
.capability h2 { margin-bottom: 22px; font-size: clamp(2.5rem, 4vw, 4rem); }
.capability > div:nth-child(2) > p:not(.eyebrow) { color: #586970; }
.capability-link { margin-top: 25px; }
.capability figure { height: 470px; margin: 0; overflow: hidden; background: var(--ink); box-shadow: var(--shadow); }
.capability figure img, .capability figure video { width: 100%; height: 100%; object-fit: cover; }
.check-list { display: grid; gap: 9px; margin: 26px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 25px; font-size: .92rem; font-weight: 650; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .58em; width: 9px; height: 5px; border-left: 2px solid var(--rust); border-bottom: 2px solid var(--rust); transform: rotate(-45deg); }
.spec-band { padding: 90px 0; background: #e9e2d5; }
.spec-band > .shell { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.spec-band h2 { font-size: clamp(2.5rem, 4vw, 4rem); }
.spec-band ul { margin: 0; padding: 0; list-style: none; }
.spec-band li { display: grid; grid-template-columns: 55px 1fr; padding: 16px 0; border-bottom: 1px solid rgba(16,42,54,.2); font-weight: 700; }
.spec-band li span { color: var(--rust-dark); font-family: Consolas, monospace; font-size: .72rem; }

.project-gallery { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 330px 330px; gap: 18px; }
.project-gallery .gallery-tall { grid-row: 1 / 3; }
.video-heading { display: grid; grid-template-columns: 1fr .6fr; gap: 70px; align-items: end; margin: 110px 0 45px; }
.video-heading h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 4.8rem); }
.video-heading > p { margin: 0; color: #586970; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.video-grid figure { margin: 0; background: var(--ink); color: var(--cream); }
.video-grid video { width: 100%; aspect-ratio: 9 / 12; object-fit: cover; background: #071b23; }
.video-grid figcaption { padding: 20px 22px 23px; }

.dynamic-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.gallery-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); box-shadow: 0 12px 35px rgba(12,32,41,.06); }
.gallery-card.gallery-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.35fr .65fr; }
.gallery-media { min-height: 390px; overflow: hidden; background: var(--ink); }
.gallery-featured .gallery-media { min-height: 560px; }
.gallery-media img, .gallery-media video { width: 100%; height: 100%; object-fit: cover; }
.gallery-media video { background: #071b23; }
.youtube-lite { position: relative; width: 100%; height: 100%; min-height: inherit; display: block; padding: 0; overflow: hidden; color: white; background: #071b23; border: 0; cursor: pointer; }
.youtube-lite img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease, opacity .3s ease; }
.youtube-lite::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 52%, rgba(0,0,0,.62)); }
.youtube-lite:hover img { opacity: .88; transform: scale(1.015); }
.youtube-play { position: absolute; z-index: 2; left: 50%; top: 50%; width: 72px; height: 50px; background: #e62117; border-radius: 12px; box-shadow: 0 8px 25px rgba(0,0,0,.28); transform: translate(-50%,-50%); }
.youtube-play::after { content: ""; position: absolute; left: 29px; top: 14px; border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-left: 18px solid white; }
.youtube-load { position: absolute; z-index: 2; left: 18px; bottom: 15px; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.youtube-iframe { width: 100%; height: 100%; min-height: inherit; display: block; background: #071b23; border: 0; }
.gallery-copy { padding: 28px 30px 32px; }
.gallery-featured .gallery-copy { display: flex; flex-direction: column; justify-content: center; padding: 44px; }
.gallery-meta { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 16px; color: var(--rust-dark); font-size: .67rem; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.gallery-meta time { color: #68767b; white-space: nowrap; }
.gallery-copy h2 { margin-bottom: 12px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.gallery-copy p { margin: 0; color: #5a696f; }
.gallery-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 18px 0 0; padding: 0; list-style: none; }
.gallery-tags li { padding: 5px 9px; color: var(--rust-dark); background: #eee7da; border-radius: 20px; font-size: .65rem; font-weight: 750; }
.gallery-empty { padding: 70px 30px; background: var(--white); border: 1px solid var(--line); text-align: center; }
.gallery-empty h2 { margin-bottom: 18px; font-size: clamp(2.4rem, 5vw, 4.2rem); }
.gallery-empty p:not(.eyebrow) { margin-bottom: 28px; color: #5a696f; }

.youtube-feature { background: #ebe3d6; }
.youtube-feature-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 65px; align-items: center; }
.youtube-feature-media { min-height: 430px; overflow: hidden; background: #071b23; box-shadow: var(--shadow); }
.youtube-feature-copy h2 { margin-bottom: 20px; font-size: clamp(2.5rem, 4vw, 4rem); }
.youtube-feature-copy > p:not(.eyebrow) { color: #586970; }
.youtube-feature-copy .button-row { align-items: center; margin-top: 28px; }

/* Contact */
.contact-hero { min-height: 380px; }
.contact-hero .page-hero-lead { max-width: 660px; margin-bottom: 0; color: rgba(244,236,220,.72); font-size: 1.1rem; }
.contact-hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 28px; }
.contact-hero-actions > span { color: rgba(244,236,220,.62); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-section { padding-top: 80px; }
.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.contact-layout > .quote-form, .contact-layout > .quote-success { grid-column: 2; grid-row: 1; scroll-margin-top: 105px; }
.contact-details { position: sticky; top: 120px; grid-column: 1; grid-row: 1; }
.contact-details > p:not(.eyebrow) { margin: 25px 0 38px; color: #586970; }
.contact-list { display: grid; }
.contact-list > * { padding: 18px 0; border-top: 1px solid var(--line); }
.contact-list > *:last-child { border-bottom: 1px solid var(--line); }
.contact-list span { display: block; color: var(--rust-dark); font-size: .65rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.contact-list strong { display: block; margin-top: 5px; font-size: .96rem; }
.contact-list a:hover strong { color: var(--rust-dark); }
.quote-form { padding: 42px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-heading { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 32px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-heading span { font-family: Georgia, serif; font-size: 1.45rem; }
.form-heading strong { align-self: center; color: #6a777c; font-size: .67rem; letter-spacing: .04em; }
.wizard-progress { margin-bottom: 38px; }
.wizard-status { margin: 0 0 12px; color: var(--rust-dark); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.wizard-progress ol { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 0; padding: 0; list-style: none; }
.wizard-progress ol::before { position: absolute; z-index: 0; top: 16px; right: 12%; left: 12%; height: 1px; background: var(--line); content: ""; }
.wizard-progress li { position: relative; z-index: 1; display: grid; justify-items: center; gap: 7px; color: #7b878b; font-size: .62rem; letter-spacing: .045em; text-align: center; text-transform: uppercase; }
.wizard-progress li span { width: 33px; height: 33px; display: grid; place-items: center; background: #f2ede4; border: 1px solid var(--line); border-radius: 50%; font-family: Consolas, monospace; font-size: .68rem; }
.wizard-progress li[aria-current="step"] { color: var(--ink); }
.wizard-progress li[aria-current="step"] span { background: var(--rust); color: var(--white); border-color: var(--rust); }
.wizard-progress li.is-complete span { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.step-heading { margin-bottom: 28px; }
.step-heading .eyebrow { margin-bottom: 9px; }
.step-heading h2 { margin-bottom: 10px; font-size: clamp(2rem, 4vw, 3rem); }
.step-heading h2:focus { outline: none; }
.step-heading > p:last-child { margin: 0; color: #65747a; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 20px; }
.field label { display: block; margin-bottom: 7px; font-size: .72rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #f8f4eb; border: 1px solid rgba(16,42,54,.22); border-radius: 2px; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--rust); outline: 2px solid rgba(201,95,54,.22); }
.field-help { margin: 8px 0 0; color: #68767b; font-size: .72rem; line-height: 1.55; }
.field-help.is-error { color: #9a2727; font-weight: 700; }
.file-field { padding: 18px; background: #f8f4eb; border: 1px dashed rgba(16,42,54,.3); }
.file-field input { padding: 10px; background: var(--white); }
.wizard-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.wizard-actions-end { justify-content: flex-end; }
.wizard-actions .button { border: 0; cursor: pointer; }
.wizard-actions .button-back { color: var(--ink); border: 1px solid rgba(16,42,54,.35); }
.quote-review { margin-top: 30px; padding: 23px; background: #f5efe5; border-left: 3px solid var(--rust); }
.review-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 14px; }
.review-heading h3 { margin: 0; font-size: 1.35rem; }
.review-heading button { padding: 0 0 3px; color: var(--rust-dark); background: transparent; border: 0; border-bottom: 1px solid currentColor; cursor: pointer; font-size: .67rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.quote-review dl { margin: 0; }
.quote-review dl > div { display: grid; grid-template-columns: 135px 1fr; gap: 16px; padding: 10px 0; border-top: 1px solid rgba(16,42,54,.12); }
.quote-review dt { color: #637177; font-size: .66rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.quote-review dd { margin: 0; overflow-wrap: anywhere; font-size: .82rem; font-weight: 650; white-space: pre-line; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.completion-panel { margin-top: 28px; padding: 24px; background: #f5efe5; border: 1px solid var(--line); }
.completion-label { margin: 0 0 13px; color: var(--rust-dark); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.completion-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.completion-actions .button { width: 100%; min-height: 58px; padding-inline: 16px; border: 0; cursor: pointer; text-align: center; }
.completion-actions .button:disabled { opacity: .65; cursor: wait; }
.wizard-actions-back { justify-content: flex-start; margin-top: 15px; padding-top: 15px; }
.form-error { margin: 15px 0 0; padding: 12px 14px; color: #751d1d; background: #f7dddd; border-left: 3px solid #ad2e2e; font-size: .78rem; }
.quote-success { padding: 48px; background: var(--white); border: 1px solid var(--line); border-top: 4px solid #2c9a52; box-shadow: var(--shadow); }
.quote-success h2 { margin-bottom: 18px; font-size: clamp(2.5rem, 4vw, 4rem); }
.quote-success > p:not(.eyebrow) { max-width: 650px; color: #586970; }
.quote-reference { display: block; width: fit-content; margin: 12px 0 24px; padding: 12px 16px; color: var(--cream); background: var(--ink); font-family: Consolas, monospace; font-size: 1.15rem; letter-spacing: .06em; }
.quote-success .button-row { margin-top: 28px; }
.tracking-shell { max-width: 980px; }
.tracking-card, .tracking-updates, .tracking-help { padding: clamp(26px, 5vw, 48px); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.tracking-card { border-top: 4px solid var(--orange); }
.tracking-card h2 { margin: 8px 0 12px; font-size: clamp(2.4rem, 5vw, 4.6rem); }
.tracking-lead { max-width: 680px; color: #586970; font-size: 1.08rem; }
.tracking-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 30px 0; background: var(--line); border: 1px solid var(--line); }
.tracking-facts div { padding: 18px; background: var(--cream); }
.tracking-facts dt { color: #65747a; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tracking-facts dd { margin: 6px 0 0; font-weight: 700; }
.tracking-steps { display: grid; grid-template-columns: repeat(9, minmax(0, 1fr)); gap: 8px; margin: 32px 0 0; padding: 0; list-style: none; }
.tracking-steps li { color: #718087; font-size: .72rem; font-weight: 700; text-align: center; }
.tracking-steps span { display: grid; width: 34px; height: 34px; margin: 0 auto 8px; place-items: center; border: 2px solid var(--line); border-radius: 50%; background: var(--white); }
.tracking-steps .is-complete span, .tracking-steps .is-current span { color: var(--white); border-color: var(--orange); background: var(--orange); }
.tracking-steps .is-current { color: var(--ink); }
.tracking-updates, .tracking-help { margin-top: 24px; }
.tracking-updates > h2, .tracking-help h2 { margin-bottom: 20px; }
.tracking-updates article { padding: 20px 0; border-top: 1px solid var(--line); }
.tracking-updates article h3 { margin: 4px 0 8px; }
.customer-documents article { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px; }
.customer-documents article > div { display: grid; gap: 4px; }
.customer-documents article > div span { color: #65747a; font-size: .75rem; text-transform: uppercase; }
.customer-documents article > p { margin: 0; }
.customer-documents article .button { white-space: nowrap; }
.feedback-form { display: grid; gap: 10px; max-width: 650px; }
.feedback-form label { margin-top: 8px; font-weight: 800; }
.feedback-form label span { color: #65747a; font-weight: 400; }
.feedback-form select, .feedback-form textarea { width: 100%; padding: 13px; border: 1px solid var(--line); background: var(--white); font: inherit; }
.feedback-form .button { width: fit-content; margin-top: 10px; border: 0; cursor: pointer; }
.decision-actions { gap: 12px; margin-top: 20px; }
.decision-actions .button { border: 0; cursor: pointer; }
.decision-actions { display: grid; }
.decision-actions > div { display: flex; flex-wrap: wrap; gap: 12px; }
.decision-confirm { display: flex; align-items: flex-start; gap: 10px; max-width: 680px; font-weight: 700; }
.decision-confirm input { margin-top: 4px; }
.form-submit { width: 100%; border: 0; cursor: pointer; }
.form-note { margin: 13px 0 0; color: #68767b; font-size: .72rem; text-align: center; }
.contact-map-band { padding: 72px 0; background: var(--ink); color: var(--cream); }
.contact-map-band > .shell { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.contact-map-band h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); }

/* Footer */
.site-footer { padding-top: 70px; background: #0a2029; color: rgba(244,236,220,.72); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .6fr .9fr 1fr; gap: 55px; padding-bottom: 58px; }
.footer-brand img { width: 82px; height: 82px; margin-bottom: 18px; border-radius: 50%; }
.footer-brand p { max-width: 260px; margin: 0; }
.footer-grid h2 { margin-bottom: 20px; color: var(--cream); font-family: inherit; font-size: .67rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a { display: block; width: fit-content; margin-bottom: 9px; font-size: .85rem; }
.footer-grid a:hover { color: var(--white); }
.youtube-channel-link { margin-top: 15px; color: #ffb5b1; }
.youtube-channel-link::before { content: "▶"; margin-right: 7px; color: #ff2d20; font-size: .72em; }
.footer-grid address { font-size: .85rem; font-style: normal; }
.footer-base { display: flex; justify-content: space-between; gap: 30px; padding: 20px 0 24px; border-top: 1px solid rgba(244,236,220,.13); font-size: .7rem; letter-spacing: .055em; text-transform: uppercase; }
.whatsapp { position: fixed; z-index: 45; right: 22px; bottom: 22px; width: 54px; height: 54px; display: grid; place-items: center; background: #1fa855; color: white; border-radius: 50%; box-shadow: 0 12px 35px rgba(0,0,0,.24); transition: transform .2s ease; }
.whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp svg { width: 28px; fill: currentColor; }

/* Motion */
.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .22s; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .section { padding: 86px 0; }
  .menu-toggle { display: block; z-index: 2; flex: none; border: 1px solid rgba(244,236,220,.38); border-radius: 3px; }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 27px; padding: 90px 30px; background: var(--ink); opacity: 0; visibility: hidden; transform: translateY(-15px); transition: opacity .2s, visibility .2s, transform .2s; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { font-size: 1.08rem; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero, .hero-layout { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; gap: 72px; padding: 170px 0 110px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(82%, 460px); justify-self: center; }
  .proof-grid { grid-template-columns: 1fr 1fr; padding: 12px 0; }
  .proof-grid span { padding: 12px 8px; }
  .proof-grid span:nth-child(2) { border-right: 0; }
  .split-heading, .process-layout, .spec-band > .shell, .contact-layout { grid-template-columns: 1fr; gap: 42px; }
  .contact-layout > .quote-form, .contact-layout > .quote-success, .contact-layout > .contact-details { grid-column: auto; grid-row: auto; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / 3; }
  .process-intro, .contact-details { position: static; }
  .work-grid { grid-template-columns: 1fr 1fr; }
  .capability, .capability-reverse { grid-template-columns: 40px 1fr; gap: 24px; }
  .capability figure, .capability-reverse figure { grid-column: 2; grid-row: auto; }
  .capability-reverse > div:nth-child(2) { grid-column: 2; grid-row: auto; }
  .capability-reverse .cap-number { grid-column: 1; grid-row: 1; }
  .capability-list { gap: 80px; }
  .project-gallery { grid-template-rows: 280px 280px; }
  .gallery-card.gallery-featured { grid-template-columns: 1fr; }
  .gallery-featured .gallery-media { min-height: 500px; }
  .youtube-feature-grid { grid-template-columns: 1fr; gap: 38px; }
  .video-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); }
  .section { padding: 70px 0; }
  .header-inner { min-height: 76px; }
  .brand img { width: 50px; height: 50px; }
  .brand strong { font-size: .98rem; }
  .hero-layout { padding: 142px 0 90px; }
  .hero-copy h1 { max-width: 100%; overflow-wrap: normal; font-size: clamp(2.9rem, 13.5vw, 3.55rem); }
  .hero-copy .eyebrow { max-width: 330px; letter-spacing: .13em; }
  .hero-lead { font-size: 1rem; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button { width: 100%; }
  .hero-points { display: grid; gap: 10px; }
  .hero-visual { width: calc(100% - 20px); }
  .hero-photo { height: 450px; }
  .hero-stamp { right: -8px; width: 116px; height: 116px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .proof-grid span:last-child { border-bottom: 0; }
  .split-heading, .video-heading { display: block; }
  .split-heading > p, .video-heading > p { margin-top: 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: 360px; }
  .heading-row, .cta-inner, .contact-map-band > .shell { align-items: flex-start; flex-direction: column; }
  .work-grid { grid-template-columns: 1fr; }
  .work-grid figure, .work-grid .work-side { height: 440px; }
  .page-hero { min-height: 420px; }
  .contact-hero { min-height: 340px; }
  .page-hero h1 { font-size: clamp(3.1rem, 15vw, 4.6rem); }
  .capability, .capability-reverse { grid-template-columns: 1fr; }
  .capability .cap-number, .capability-reverse .cap-number, .capability > div:nth-child(2), .capability-reverse > div:nth-child(2), .capability figure, .capability-reverse figure { grid-column: 1; grid-row: auto; }
  .capability figure { height: 420px; }
  .project-gallery { grid-template-columns: 1fr; grid-template-rows: none; }
  .project-gallery figure, .project-gallery .gallery-tall { grid-row: auto; height: 440px; }
  .video-grid { grid-template-columns: 1fr; }
  .dynamic-gallery { grid-template-columns: 1fr; }
  .gallery-card.gallery-featured { grid-column: auto; }
  .gallery-media, .gallery-featured .gallery-media { min-height: 410px; }
  .gallery-featured .gallery-copy, .gallery-copy { padding: 25px 22px 28px; }
  .gallery-meta { align-items: flex-start; flex-direction: column; gap: 4px; }
  .youtube-feature-media { min-height: 300px; }
  .video-grid video { aspect-ratio: 4 / 3; }
  .quote-form { padding: 26px 20px; }
  .form-heading { flex-direction: column; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .wizard-actions { align-items: stretch; flex-direction: column-reverse; }
  .wizard-actions .button { width: 100%; }
  .form-step:not([hidden]) > .wizard-actions { position: sticky; z-index: 5; bottom: 0; margin-right: -20px; margin-left: -20px; padding: 14px 20px; border-top: 1px solid var(--line); background: rgba(255,255,255,.96); box-shadow: 0 -10px 22px rgba(16,42,54,.08); }
  .tracking-facts { grid-template-columns: 1fr; }
  .tracking-steps { grid-template-columns: 1fr; gap: 0; }
  .tracking-steps li { display: flex; align-items: center; gap: 12px; padding: 6px 0; text-align: left; }
  .tracking-steps span { flex: 0 0 auto; margin: 0; }
  .customer-documents article { grid-template-columns: 1fr; }
  .completion-actions { grid-template-columns: 1fr; }
  .quote-success { padding: 34px 26px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-base { flex-direction: column; gap: 8px; }
}

@media (max-width: 480px) {
  :root { --shell: calc(100% - 24px); }
  .section { padding: 62px 0; }
  .header-inner { min-height: 72px; }
  .brand { gap: 9px; }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: .9rem; }
  .brand small { margin-top: 5px; font-size: .55rem; }
  .menu-toggle { width: 46px; height: 46px; padding: 10px; }
  .site-nav { align-items: stretch; padding-inline: 26px; text-align: center; }
  .site-nav a { min-height: 48px; display: grid; place-items: center; font-size: 1rem; }
  .site-nav .nav-cta { padding: 12px 15px; }
  .hero-layout { gap: 58px; padding: 126px 0 78px; }
  .hero-copy .eyebrow { max-width: 285px; margin-bottom: 14px; font-size: .65rem; line-height: 1.55; }
  .hero-copy h1 { margin-bottom: 22px; font-size: clamp(2.7rem, 13.7vw, 3.25rem); letter-spacing: -.052em; }
  .hero-lead { margin-bottom: 28px; font-size: .98rem; line-height: 1.7; }
  .button { width: 100%; min-height: 54px; padding-inline: 16px; font-size: .75rem; }
  .hero-points { margin-top: 29px; font-size: .73rem; }
  .hero-visual { width: calc(100% - 10px); }
  .hero-photo { height: 390px; box-shadow: 13px 13px 0 rgba(244,236,220,.045); }
  .hero-stamp { width: 98px; height: 98px; bottom: -24px; }
  .hero-stamp span { font-size: .72rem; }
  .hero-stamp strong { font-size: .54rem; }
  .measurement-b { display: none; }
  .measurement-a { left: -5px; }
  .proof-grid { width: 100%; }
  .proof-grid span { min-height: 48px; display: grid; place-items: center; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .process-intro h2, .contact-details h2 { font-size: clamp(2.35rem, 12vw, 3.1rem); }
  .service-card { min-height: 330px; padding: 29px 24px 25px; }
  .service-card svg { margin: 34px 0 24px; }
  .process-list li { grid-template-columns: 46px 1fr; gap: 14px; padding: 25px 0; }
  .process-list > li > span { width: 38px; height: 38px; }
  .work-grid figure, .work-grid .work-side { height: 350px; }
  .cta-band { padding: 62px 0; }
  .cta-inner h2 { font-size: clamp(2.25rem, 11vw, 3rem); }
  .phone-link { align-self: center; padding: 8px 0; }
  .page-hero { min-height: 365px; }
  .contact-hero { min-height: 335px; }
  .page-hero-inner { padding: 70px 0 54px; }
  .page-hero h1 { font-size: clamp(2.7rem, 13vw, 3.45rem); }
  .page-hero p:last-child { font-size: 1rem; }
  .contact-hero .page-hero-lead { font-size: 1rem; }
  .contact-hero-actions { align-items: stretch; flex-direction: column; gap: 10px; margin-top: 22px; }
  .contact-hero-actions .button { width: 100%; }
  .contact-hero-actions > span { text-align: center; }
  .capability-list { gap: 64px; }
  .capability h2 { font-size: clamp(2.25rem, 11vw, 3rem); }
  .capability figure { height: 330px; }
  .spec-band { padding: 62px 0; }
  .spec-band > .shell { gap: 25px; }
  .spec-band li { grid-template-columns: 42px 1fr; gap: 6px; }
  .project-gallery figure, .project-gallery .gallery-tall { height: 350px; }
  .gallery-media, .gallery-featured .gallery-media { min-height: 330px; }
  .gallery-copy h2 { font-size: 1.8rem; }
  .contact-layout { gap: 48px; }
  .contact-list strong { overflow-wrap: anywhere; }
  .quote-form { padding: 24px 16px; }
  .field input, .field select, .field textarea { min-height: 48px; font-size: 1rem; }
  .form-heading strong { line-height: 1.45; }
  .wizard-progress li strong { font-size: .56rem; }
  .wizard-progress ol { gap: 3px; }
  .quote-review { padding: 19px 16px; }
  .quote-review dl > div { grid-template-columns: 1fr; gap: 4px; }
  .contact-map-band { padding: 55px 0; }
  .site-footer { padding-top: 58px; }
  .footer-grid { padding-bottom: 46px; }
  .whatsapp { right: max(14px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); width: 50px; height: 50px; }
}

@media (hover: none) and (pointer: coarse) {
  .service-card:hover { transform: none; background: var(--white); color: var(--ink); box-shadow: 0 12px 35px rgba(12,32,41,.04); }
  .service-card:hover p { color: #617178; }
  .work-grid figure:hover img, .project-gallery figure:hover img { transform: none; filter: saturate(.72); }
}

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

/* Signboards sales journey */
.signboard-hero { position: relative; min-height: 690px; overflow: hidden; background: var(--ink); color: var(--cream); }
.signboard-hero::after { position: absolute; width: 620px; height: 620px; top: 8%; right: -120px; border: 1px solid rgba(244,236,220,.08); border-radius: 50%; box-shadow: 0 0 0 100px rgba(244,236,220,.02), 0 0 0 200px rgba(244,236,220,.012); content: ""; }
.signboard-hero-layout { position: relative; z-index: 2; min-height: 690px; display: grid; grid-template-columns: 1.05fr .65fr; align-items: center; gap: 82px; padding: 88px 0; }
.signboard-hero-copy h1 { max-width: 800px; margin-bottom: 25px; font-size: clamp(3.8rem, 6.7vw, 6.75rem); }
.signboard-hero-copy h1 em { color: #e77a50; font-style: italic; }
.signboard-hero-lead { max-width: 700px; margin-bottom: 18px; color: rgba(244,236,220,.84); font-size: 1.16rem; }
.signboard-start { max-width: 660px; margin-bottom: 34px; color: rgba(244,236,220,.64); }
.signboard-hero-visual { position: relative; height: 520px; margin: 0; overflow: hidden; border: 1px solid rgba(244,236,220,.24); box-shadow: 25px 25px 0 rgba(244,236,220,.045); }
.signboard-hero-visual img { width: 100%; height: 100%; object-position: center 46%; filter: saturate(.7) contrast(1.06); }
.signboard-hero-visual figcaption { position: absolute; inset: auto 0 0; padding: 30px; background: linear-gradient(transparent, rgba(6,25,32,.92)); color: var(--white); }
.signboard-proof { background: var(--rust); color: var(--white); }
.signboard-proof-grid { min-height: 72px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.signboard-proof-grid span { padding: 0 20px; border-right: 1px solid rgba(255,255,255,.25); font-size: .71rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.signboard-proof-grid span:last-child { border-right: 0; }

.sign-type-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.sign-type-card { min-height: 250px; padding: 29px 27px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 10px 28px rgba(12,32,41,.035); }
.sign-type-card > span, .sign-option-grid article > span { display: block; margin-bottom: 45px; color: var(--rust-dark); font-family: Consolas, monospace; font-size: .68rem; }
.sign-type-card h3, .sign-option-grid h3 { margin-bottom: 13px; font-size: 1.2rem; }
.sign-type-card p, .sign-option-grid p { margin: 0; color: #5d6d73; font-size: .9rem; }
.section-action { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 28px; padding: 25px 28px; background: #ece5d8; border-left: 3px solid var(--rust); }
.section-action p { margin: 0; font-family: Georgia, serif; font-size: 1.4rem; }

.sign-gallery-section { background: #e9e2d5; }
.heading-support { max-width: 390px; margin: 0 0 7px; color: #53656d; }
.sign-gallery-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 20px; align-items: stretch; }
.sign-gallery-card { position: relative; height: 520px; margin: 0; overflow: hidden; background: var(--ink); }
.sign-gallery-card img { width: 100%; height: 100%; filter: saturate(.74) contrast(1.04); transition: transform .45s ease, filter .45s ease; }
.sign-gallery-card:hover img { transform: scale(1.02); filter: saturate(.95) contrast(1.02); }
.sign-gallery-card figcaption { position: absolute; inset: auto 0 0; padding: 31px; background: linear-gradient(transparent, rgba(6,25,32,.9)); color: var(--white); }
.sign-gallery-featured img { object-position: center 45%; }
.gallery-followup { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 27px; }
.gallery-followup p { max-width: 680px; margin: 0; color: #52646c; }

.sign-process-section { background: var(--paper); }
.sign-options-section { background: #e9e2d5; }
.sign-option-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; background: rgba(16,42,54,.16); border: 1px solid var(--line); }
.sign-option-grid article { min-height: 290px; padding: 31px 25px; background: var(--paper); }
.sign-option-grid article > span { margin-bottom: 58px; }

.sign-price-section { position: relative; overflow: hidden; background: var(--ink); color: var(--cream); }
.sign-price-section::after { position: absolute; width: 450px; height: 450px; right: -180px; bottom: -230px; border: 1px solid rgba(244,236,220,.08); border-radius: 50%; box-shadow: 0 0 0 75px rgba(244,236,220,.02), 0 0 0 150px rgba(244,236,220,.012); content: ""; }
.sign-price-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .65fr; gap: 100px; align-items: center; }
.sign-price-copy h2 { max-width: 740px; margin-bottom: 27px; font-size: clamp(3rem, 5vw, 5rem); }
.sign-price-copy > p:not(.eyebrow) { max-width: 720px; margin-bottom: 33px; color: rgba(244,236,220,.72); }
.price-factors { padding: 35px; background: rgba(244,236,220,.06); border: 1px solid rgba(244,236,220,.17); }
.price-factors-title { margin-bottom: 20px; color: #e88a64; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.price-factors ul { margin: 0; padding: 0; list-style: none; }
.price-factors li { padding: 13px 0; border-top: 1px solid rgba(244,236,220,.14); color: rgba(244,236,220,.82); font-size: .9rem; }
.price-factors li::before { display: inline-block; width: 6px; height: 6px; margin: 0 12px 2px 0; background: var(--rust); transform: rotate(45deg); content: ""; }

.sign-faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro h2 { margin-bottom: 22px; font-size: clamp(2.8rem, 5vw, 4.8rem); }
.faq-intro > p:last-child { color: #586970; }
.faq-list { border-top: 1px solid rgba(16,42,54,.22); }
.faq-list details { border-bottom: 1px solid rgba(16,42,54,.22); }
.faq-list summary { position: relative; min-height: 68px; display: flex; align-items: center; padding: 18px 52px 18px 0; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { position: absolute; right: 10px; width: 16px; height: 2px; background: var(--rust); content: ""; }
.faq-list summary::after { transform: rotate(90deg); transition: transform .18s ease; }
.faq-list details[open] summary::after { transform: rotate(0); }
.faq-list details p { max-width: 760px; margin: -4px 0 23px; padding-right: 45px; color: #586970; }

.sign-quote-section { scroll-margin-top: 80px; background: #e9e2d5; }
.sign-quote-layout { display: grid; grid-template-columns: .67fr 1.33fr; gap: 75px; align-items: start; }
.sign-quote-intro { position: sticky; top: 115px; }
.sign-quote-intro > h2 { margin-bottom: 22px; font-size: clamp(3rem, 5vw, 4.8rem); }
.sign-quote-intro > p:not(.eyebrow) { color: #586970; }
.quote-needs { margin: 29px 0 25px; padding: 23px 25px; background: rgba(255,255,255,.55); border-left: 3px solid var(--rust); }
.quote-needs h3 { margin-bottom: 14px; font-size: 1.1rem; }
.quote-needs ul { display: grid; gap: 6px; margin: 0; padding-left: 18px; color: #53656d; font-size: .85rem; }
.sign-contact-list { margin-top: 18px; }
.signboard-quote-form fieldset { margin: 0 0 30px; padding: 0; border: 0; }
.signboard-quote-form fieldset + fieldset { padding-top: 30px; border-top: 1px solid var(--line); }
.signboard-quote-form legend { width: 100%; margin-bottom: 22px; color: var(--ink); font-family: Georgia, serif; font-size: 1.55rem; }
.optional-label { margin-left: 6px; color: #718087; font-size: .62rem; font-weight: 700; letter-spacing: .04em; }
.field-group-label { display: block; margin-bottom: 8px; font-size: .72rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.size-fields { display: grid; grid-template-columns: 1fr 1fr .72fr; gap: 12px; }
.size-fields label { margin-bottom: 5px; color: #637177; font-size: .66rem; }
.size-fields input, .size-fields select { width: 100%; padding: 13px 14px; color: var(--ink); background: #f8f4eb; border: 1px solid rgba(16,42,54,.22); border-radius: 2px; }
.size-fields input:focus, .size-fields select:focus { border-color: var(--rust); outline: 2px solid rgba(201,95,54,.22); }
.signboard-submit-panel { padding: 25px; background: #f5efe5; border: 1px solid var(--line); }
.signboard-submit-panel .button { width: 100%; border: 0; cursor: pointer; }
.signboard-submit-panel > p:not(.completion-label):not(.form-error) { margin: 14px 0 0; color: #627278; font-size: .75rem; text-align: center; }
.signboard-submit-panel .completion-label { margin: 0 0 13px; text-align: left; }
.signboard-quote-success { grid-column: 2; }
.signboard-quote-form noscript a { color: var(--rust-dark); text-decoration: underline; }

.home-signboards { background: var(--ink); color: var(--cream); }
.home-signboards-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 82px; align-items: center; }
.home-signboards-copy h2 { max-width: 660px; margin-bottom: 24px; font-size: clamp(3rem, 5vw, 5rem); }
.home-signboards-copy > p:not(.eyebrow) { max-width: 600px; margin-bottom: 32px; color: rgba(244,236,220,.72); }
.home-signboards-media { display: grid; grid-template-columns: 1.25fr .75fr; gap: 16px; align-items: end; }
.home-signboards-media figure { position: relative; height: 500px; margin: 0; overflow: hidden; border: 1px solid rgba(244,236,220,.18); }
.home-signboards-media figure:last-child { height: 370px; }
.home-signboards-media img { width: 100%; height: 100%; filter: saturate(.7) contrast(1.05); }
.home-signboards-media figcaption { position: absolute; inset: auto 0 0; padding: 25px; background: linear-gradient(transparent, rgba(6,25,32,.9)); color: var(--white); }

@media (max-width: 1100px) {
  .sign-type-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sign-option-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .site-nav { overflow-y: auto; }
  .signboard-hero, .signboard-hero-layout { min-height: auto; }
  .signboard-hero-layout { grid-template-columns: 1fr; gap: 60px; padding: 90px 0 105px; }
  .signboard-hero-copy { max-width: 750px; }
  .signboard-hero-visual { width: min(100%, 560px); height: 520px; justify-self: center; }
  .sign-gallery-grid { grid-template-columns: 1fr 1fr; }
  .sign-price-layout, .faq-layout, .sign-quote-layout { grid-template-columns: 1fr; gap: 55px; }
  .signboard-quote-success { grid-column: 1; }
  .faq-intro, .sign-quote-intro { position: static; }
  .sign-option-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-signboards-layout { grid-template-columns: 1fr; gap: 55px; }
  .home-signboards-copy { max-width: 720px; }
}

@media (max-width: 640px) {
  .signboard-hero-layout { gap: 48px; padding: 74px 0 86px; }
  .signboard-hero-copy h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .signboard-hero-lead { font-size: 1.02rem; }
  .signboard-hero-visual { height: 410px; }
  .signboard-proof-grid { grid-template-columns: 1fr 1fr; padding: 9px 0; }
  .signboard-proof-grid span { min-height: 50px; display: grid; place-items: center; padding: 8px; }
  .signboard-proof-grid span:nth-child(2) { border-right: 0; }
  .sign-type-grid, .sign-option-grid, .sign-gallery-grid { grid-template-columns: 1fr; }
  .sign-type-card { min-height: 220px; }
  .sign-type-card > span, .sign-option-grid article > span { margin-bottom: 34px; }
  .section-action, .gallery-followup { align-items: flex-start; flex-direction: column; }
  .section-action .button { width: 100%; }
  .sign-gallery-card { height: 430px; }
  .sign-option-grid article { min-height: 235px; }
  .size-fields { grid-template-columns: 1fr 1fr; }
  .size-fields > div:last-child { grid-column: 1 / -1; }
  .home-signboards-media figure { height: 430px; }
  .home-signboards-media figure:last-child { height: 330px; }
}

@media (max-width: 480px) {
  .signboard-hero-layout { padding: 62px 0 76px; }
  .signboard-hero-copy h1 { font-size: clamp(2.75rem, 13.2vw, 3.45rem); }
  .signboard-hero-visual { height: 340px; box-shadow: 12px 12px 0 rgba(244,236,220,.045); }
  .signboard-proof-grid { grid-template-columns: 1fr; }
  .signboard-proof-grid span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.23); }
  .signboard-proof-grid span:last-child { border-bottom: 0; }
  .sign-type-card { min-height: 200px; padding: 25px 22px; }
  .sign-gallery-card { height: 360px; }
  .sign-gallery-card figcaption { padding: 24px 21px; }
  .price-factors { padding: 26px 22px; }
  .faq-list summary { padding-right: 42px; }
  .faq-list details p { padding-right: 0; }
  .quote-needs { padding: 20px; }
  .signboard-submit-panel { padding: 19px 15px; }
  .home-signboards-media { grid-template-columns: 1fr; }
  .home-signboards-media figure, .home-signboards-media figure:last-child { height: 350px; }
}
