:root {
  --ink: #111318;
  --ink-2: #191c22;
  --paper: #f4f2ec;
  --white: #fff;
  --muted: #6d7077;
  --line: #d9d6ce;
  --amber: #f3a712;
  --amber-dark: #d78a00;
  --blue: #2074d5;
  --shell: min(1180px, calc(100% - 48px));
  --radius: 3px;
  --shadow: 0 24px 60px rgba(17, 19, 24, .13);
  --ease: cubic-bezier(.2, .7, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open, body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--amber); color: var(--ink); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 120px 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; z-index: 999; left: 16px; top: -80px; padding: 12px 18px; background: var(--amber); color: var(--ink); font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.13); transition: background .3s, box-shadow .3s, transform .3s; }
.site-header.scrolled { background: rgba(17,19,24,.96); box-shadow: 0 12px 40px rgba(0,0,0,.2); backdrop-filter: blur(14px); }
.header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; position: relative; color: var(--ink); background: var(--amber); transform: skew(-7deg); }
.brand-mark::after { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(17,19,24,.28); }
.brand-mark span { font-weight: 950; font-size: 19px; transform: skew(7deg); line-height: 1; }
.brand-type { display: flex; flex-direction: column; font-weight: 900; font-size: 21px; line-height: 1; letter-spacing: .08em; }
.brand-type small { margin-top: 6px; color: #aeb1b8; font-size: 8px; font-weight: 700; letter-spacing: .22em; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.1vw, 34px); }
.site-nav a { position: relative; color: #d8dae0; font-size: 13px; font-weight: 650; letter-spacing: .02em; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--amber); transition: right .25s var(--ease); }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.site-nav a:hover, .site-nav a.active { color: var(--white); }
.site-nav .nav-cta { padding: 10px 16px; color: var(--ink); background: var(--amber); font-weight: 800; }
.site-nav .nav-cta:hover { background: #ffba2d; }
.nav-toggle { display: none; width: 44px; height: 44px; background: transparent; border: 0; padding: 10px; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--white); margin: 6px 0; transition: transform .25s, opacity .25s; }

.hero { min-height: 760px; height: 100svh; max-height: 980px; display: grid; align-items: center; position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url("../images/hero-parts.webp") center / cover no-repeat; transform: scale(1.015); animation: hero-in 1.3s var(--ease) both; }
.hero-shade { background: linear-gradient(90deg, rgba(10,12,16,.96) 0%, rgba(10,12,16,.83) 35%, rgba(10,12,16,.18) 68%, rgba(10,12,16,.08) 100%), linear-gradient(0deg, rgba(10,12,16,.4), transparent 45%); }
.hero-inner { position: relative; z-index: 1; padding-top: 80px; }
.hero-copy { max-width: 680px; }
.eyebrow, .section-kicker { margin: 0 0 22px; font-size: 11px; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow { color: #d5d7db; }
.eyebrow span { display: inline-block; width: 26px; height: 2px; margin-right: 10px; vertical-align: 4px; background: var(--amber); }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(50px, 6.2vw, 92px); line-height: .98; letter-spacing: -.055em; font-weight: 850; text-wrap: balance; }
.hero h1 em { color: var(--amber); font-style: normal; }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: #c5c7cc; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 13px 22px; border: 1px solid transparent; border-radius: 1px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--amber); }
.button-primary:hover { background: #ffbb32; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.03); }
.button-ghost:hover { border-color: var(--white); }
.button-dark { color: var(--white); background: var(--ink); }
.hero-note { display: flex; align-items: center; gap: 10px; margin: 30px 0 0; color: #9da0a7; font-size: 12px; }
.hero-note svg { width: 18px; fill: var(--amber); }
.hero-scroll { position: absolute; z-index: 2; right: 34px; bottom: 40px; display: flex; align-items: center; gap: 12px; color: #bfc1c6; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right center; }
.hero-scroll span { width: 48px; height: 1px; background: var(--amber); }
@keyframes hero-in { from { opacity: 0; transform: scale(1.06); } to { opacity: 1; transform: scale(1.015); } }

.signal-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid > div { min-height: 118px; display: flex; align-items: center; gap: 16px; padding: 24px; border-right: 1px solid var(--line); }
.signal-grid > div:first-child { border-left: 1px solid var(--line); }
.signal-grid span { color: var(--amber-dark); font-size: 11px; font-weight: 900; }
.signal-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.signal-grid strong { display: block; color: var(--ink); font-size: 13px; }

.split-grid { display: grid; grid-template-columns: .94fr 1fr; align-items: center; gap: clamp(55px, 7vw, 105px); }
.about-visual { position: relative; }
.about-visual::before { content: ""; position: absolute; z-index: -1; left: -28px; top: -28px; width: 42%; height: 46%; background: var(--amber); }
.about-visual img { width: 100%; aspect-ratio: .94; object-fit: cover; box-shadow: var(--shadow); }
.image-stamp { position: absolute; right: -30px; bottom: -34px; width: 220px; padding: 23px; color: var(--white); background: var(--ink); }
.image-stamp strong, .image-stamp span { display: block; }
.image-stamp strong { color: var(--amber); font-size: 16px; }
.image-stamp span { margin-top: 5px; color: #b9bbc0; font-size: 11px; line-height: 1.45; }
.section-kicker { color: var(--amber-dark); }
.section-copy h2, .section-heading h2, .guide h2, .why h2, .testimonial-head h2, .faq-title h2, .contact-intro h2 { margin: 0; font-size: clamp(38px, 4.5vw, 64px); line-height: 1.06; letter-spacing: -.045em; text-wrap: balance; }
.section-copy h2 span, .section-heading h2 span, .guide h2 span, .testimonial-head h2 span, .faq-title h2 span, .contact-intro h2 span { color: var(--amber-dark); }
.section-copy .lead { margin-top: 30px; color: var(--ink); font-size: 18px; line-height: 1.7; }
.section-copy > p:not(.section-kicker):not(.lead) { color: var(--muted); }
.detail-line { display: flex; gap: 17px; margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--line); }
.detail-icon { flex: 0 0 42px; height: 42px; display: grid; place-items: center; color: var(--ink); background: var(--amber); font-weight: 900; }
.detail-line p { margin: 0; color: var(--muted); font-size: 13px; }
.detail-line strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: 14px; }

.principles { display: grid; grid-template-columns: 1fr 1fr; }
.principle { min-height: 580px; padding: clamp(60px, 8vw, 120px) max(48px, calc((100vw - 1180px) / 2)); position: relative; overflow: hidden; }
.principle-dark { color: var(--white); background: var(--ink); padding-left: max(24px, calc((100vw - 1180px) / 2)); }
.principle-light { color: var(--ink); background: var(--amber); padding-right: max(24px, calc((100vw - 1180px) / 2)); }
.principle-no { position: absolute; right: 4%; top: -16%; color: rgba(255,255,255,.045); font-size: 310px; line-height: 1; font-weight: 950; letter-spacing: -.1em; }
.principle-light .principle-no { color: rgba(17,19,24,.055); }
.principle .section-kicker { color: inherit; opacity: .68; }
.principle h2 { max-width: 590px; margin: 70px 0 28px; position: relative; font-size: clamp(38px, 4.2vw, 62px); line-height: 1.05; letter-spacing: -.045em; }
.principle p:not(.section-kicker) { max-width: 560px; position: relative; color: #bfc1c6; }
.principle-light p:not(.section-kicker) { color: #554516; }

.services { background: #eeece5; }
.section-heading { display: grid; grid-template-columns: 1.45fr .65fr; align-items: end; gap: 60px; margin-bottom: 55px; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.service-card { min-height: 355px; display: flex; flex-direction: column; position: relative; padding: 35px; background: rgba(255,255,255,.5); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .3s var(--ease), background .3s, box-shadow .3s; }
.service-card:hover { z-index: 2; transform: translateY(-7px); background: var(--white); box-shadow: var(--shadow); }
.card-index { position: absolute; top: 22px; right: 25px; color: #9b9c9e; font-size: 10px; font-weight: 850; }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 58px; color: var(--amber-dark); border: 1px solid #c8c5bd; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.service-card h3 { margin: 0 0 14px; font-size: 20px; line-height: 1.25; letter-spacing: -.02em; }
.service-card p { margin: 0 0 24px; color: var(--muted); font-size: 13px; }
.service-card a { margin-top: auto; color: var(--ink); font-size: 12px; font-weight: 800; }
.service-card a span { color: var(--amber-dark); margin-left: 7px; }
.service-card-accent { color: var(--ink); background: var(--amber); }
.service-card-accent:hover { background: #ffb826; }
.service-card-accent .service-icon { color: var(--ink); border-color: rgba(17,19,24,.35); }
.service-card-accent p { color: #594716; }

.operations { padding: 120px 0; color: var(--white); background: #0d0f14; }
.operations-head { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 60px; margin-bottom: 50px; }
.operations-head .section-kicker { color: var(--amber); }
.operations-head h2 { max-width: 760px; margin: 0; font-size: clamp(38px, 4.5vw, 64px); line-height: 1.06; letter-spacing: -.045em; }
.operations-head h2 span { color: var(--amber); }
.operations-head > p { margin: 0 0 5px; color: #9fa2a8; font-size: 13px; }
.operations-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.operation-card { min-height: 520px; position: relative; overflow: hidden; background: #181b21; }
.operation-card img { width: 100%; height: 100%; object-fit: cover; opacity: .58; transition: transform .65s var(--ease), opacity .4s; }
.operation-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 28%, rgba(7,8,11,.96) 92%); }
.operation-card:hover img { transform: scale(1.04); opacity: .72; }
.operation-card > div { position: absolute; z-index: 1; inset: auto 0 0; padding: 34px; }
.operation-card span { color: var(--amber); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.operation-card h3 { margin: 9px 0 8px; font-size: 25px; letter-spacing: -.03em; }
.operation-card p { margin: 0; color: #b7b9be; font-size: 12px; }

.product-section { background: var(--white); }
.section-heading.compact { margin-bottom: 38px; }
.product-list { border-top: 1px solid var(--ink); }
.product-list article { min-height: 112px; display: grid; grid-template-columns: 70px 1fr 50px; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.product-list article:hover { padding-inline: 16px; background: #f7f5ef; }
.product-list article > span { color: var(--amber-dark); font-size: 11px; font-weight: 850; }
.product-list h3 { margin: 0 0 4px; font-size: 22px; letter-spacing: -.025em; }
.product-list p { margin: 0; color: var(--muted); font-size: 13px; }
.product-list i { color: var(--amber-dark); font-size: 21px; font-style: normal; text-align: right; }
.product-gallery { display: grid; grid-template-columns: 1.4fr .8fr; gap: 18px; margin-top: 54px; }
.product-gallery figure { min-height: 390px; margin: 0; position: relative; overflow: hidden; background: var(--ink); }
.product-gallery img { width: 100%; height: 100%; object-fit: cover; opacity: .77; transition: transform .6s var(--ease), opacity .4s; }
.product-gallery figure:hover img { transform: scale(1.035); opacity: .9; }
.product-gallery figcaption { position: absolute; inset: auto 0 0; padding: 65px 30px 26px; color: var(--white); background: linear-gradient(transparent, rgba(10,12,16,.93)); }
.product-gallery figcaption span { color: var(--amber); font-size: 18px; font-weight: 800; }
.product-gallery figcaption p { max-width: 520px; margin: 5px 0 0; color: #c4c6ca; font-size: 12px; }

.guide { background: var(--amber); }
.guide-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 8vw, 120px); }
.guide-aside { align-self: start; position: sticky; top: 115px; }
.guide .section-kicker { color: #6f5310; }
.guide-aside > p:not(.section-kicker) { margin: 26px 0 32px; color: #614b18; }
.guide-content { border-top: 1px solid rgba(17,19,24,.5); }
.guide-content details { border-bottom: 1px solid rgba(17,19,24,.32); }
.guide-content summary { min-height: 88px; display: grid; grid-template-columns: 42px 1fr; align-items: center; list-style: none; font-size: 17px; font-weight: 800; cursor: pointer; }
.guide-content summary::-webkit-details-marker { display: none; }
.guide-content summary span { font-size: 10px; }
.guide-content details > div { padding: 0 0 28px 42px; color: #59481d; font-size: 14px; }
.guide-content details p { margin: 0 0 12px; }
.guide-content details ol { margin: 0; padding-left: 18px; }

.process { background: #eeece5; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.process-steps li { min-height: 300px; position: relative; padding: 30px 28px; border-right: 1px solid var(--line); }
.process-steps li:first-child { border-left: 1px solid var(--line); }
.process-steps span { color: var(--amber-dark); font-size: 11px; font-weight: 900; }
.process-steps span::after { content: ""; position: absolute; top: -6px; left: 26px; width: 11px; height: 11px; border-radius: 50%; background: var(--amber); border: 3px solid #eeece5; }
.process-steps h3 { margin: 80px 0 15px; font-size: 19px; }
.process-steps p { margin: 0; color: var(--muted); font-size: 13px; }

.why { padding: 120px 0; color: var(--white); background: var(--ink); }
.why-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; }
.why-heading { position: sticky; top: 120px; align-self: start; }
.why-heading .section-kicker { color: var(--amber); }
.why h2 em { color: var(--amber); font-style: normal; }
.why-points article { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 33px 0; border-bottom: 1px solid #33363d; }
.why-points article:first-child { border-top: 1px solid #33363d; }
.why-points span { color: var(--amber); font-size: 11px; font-weight: 900; }
.why-points h3 { margin: 0 0 9px; font-size: 20px; }
.why-points p { margin: 0; color: #aeb0b5; font-size: 13px; }

.testimonials { overflow: hidden; background: var(--white); }
.testimonial-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 48px; }
.slider-controls { display: flex; gap: 8px; }
.slider-controls button { width: 48px; height: 48px; border: 1px solid var(--line); background: transparent; font-size: 19px; cursor: pointer; transition: background .2s, color .2s; }
.slider-controls button:hover { color: var(--white); background: var(--ink); }
.testimonial-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 40px) / 3); gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; scroll-behavior: smooth; }
.testimonial-track::-webkit-scrollbar { display: none; }
.quote-card { min-height: 390px; display: flex; flex-direction: column; padding: 34px; background: #f2f0e9; border-top: 3px solid var(--amber); scroll-snap-align: start; }
.rating { color: var(--amber-dark); letter-spacing: .14em; font-size: 12px; }
.rating i { color: #c5c2b9; font-style: normal; }
.quote-card blockquote { margin: 30px 0; font-size: 16px; line-height: 1.75; letter-spacing: -.01em; }
.quote-card footer { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; margin-top: auto; padding-top: 23px; border-top: 1px solid var(--line); }
.avatar { width: 42px; height: 42px; display: grid; place-items: center; color: var(--ink); background: var(--amber); font-size: 11px; font-weight: 900; }
.quote-card footer strong, .quote-card footer small { display: block; }
.quote-card footer strong { font-size: 13px; }
.quote-card footer small, .quote-card time { color: var(--muted); font-size: 10px; }

.faq { background: #eeece5; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-title { align-self: start; position: sticky; top: 120px; }
.faq-title > p:not(.section-kicker) { color: var(--muted); }
.faq-title > a { display: inline-block; margin-top: 20px; font-size: 13px; font-weight: 800; border-bottom: 2px solid var(--amber); }
.faq-title > a span { margin-left: 14px; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; font-weight: 750; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 26px; height: 26px; position: relative; border: 1px solid #bbb8b0; border-radius: 50%; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; inset: 50% 6px auto; height: 1px; background: var(--ink); }
.faq-list summary span::after { transform: rotate(90deg); transition: transform .2s; }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: -4px 55px 25px 0; color: var(--muted); font-size: 13px; }

.contact { padding-top: 120px; color: var(--white); background: var(--ink); }
.contact-intro { max-width: 1180px; margin-bottom: 55px; }
.contact-intro .section-kicker { color: var(--amber); }
.contact-intro h2 { max-width: 750px; }
.contact-intro h2 span { color: var(--amber); }
.contact-intro > p:last-child { max-width: 630px; color: #aeb0b5; }
.contact-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 22px; align-items: stretch; padding-bottom: 90px; }
.contact-form { padding: clamp(28px, 4vw, 48px); color: var(--ink); background: var(--white); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label:not(.check-label):not(.honeypot) { display: block; margin-bottom: 18px; font-size: 11px; font-weight: 800; letter-spacing: .03em; }
.contact-form label > span { color: #c56f00; }
.contact-form label small { color: #92949a; font-size: 9px; font-weight: 600; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 14px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #c8c5bd; border-radius: 0; outline: none; font-size: 14px; transition: border-color .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--amber-dark); }
.contact-form textarea { resize: vertical; }
.contact-form .invalid { border-color: #b93535; }
.honeypot { position: absolute !important; left: -9999px !important; }
.check-label { display: flex; align-items: flex-start; gap: 10px; margin: 8px 0 25px; color: var(--muted); font-size: 11px; }
.check-label input { width: 16px; height: 16px; flex: 0 0 auto; margin: 2px 0 0; accent-color: var(--amber-dark); }
.link-button { padding: 0; color: var(--ink); background: none; border: 0; border-bottom: 1px solid var(--ink); cursor: pointer; }
.form-footer { display: flex; align-items: center; gap: 22px; }
.form-status { margin: 0; color: var(--muted); font-size: 11px; }
.form-status.success { color: #247243; }
.form-status.error { color: #a82e2e; }
.contact-card { display: flex; flex-direction: column; padding: 38px; background: #22252c; border: 1px solid #343740; }
.contact-card > div { padding: 25px 0; border-bottom: 1px solid #383b43; }
.contact-card > div:first-child { padding-top: 0; }
.mini-label { margin: 0 0 10px; color: #8f9299; font-size: 9px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.contact-card a { color: var(--amber); font-size: 18px; font-weight: 750; }
.contact-card a span { margin-left: 7px; }
.contact-card address { color: #d2d4d8; font-size: 14px; font-style: normal; }
.contact-card ul { margin: 0; padding-left: 18px; color: #d2d4d8; font-size: 12px; }
.contact-card-note { margin-top: auto; color: #9fa2a9; font-size: 11px; border-bottom: 0 !important; }
.map-wrap { min-height: 470px; position: relative; background: #d9d6ce; }
.map-wrap iframe { width: 100%; height: 470px; border: 0; filter: saturate(.6) contrast(1.05); }

.site-footer { color: var(--white); background: #0b0d11; }
.footer-main { display: grid; grid-template-columns: 1.25fr .65fr .8fr 1fr; gap: 60px; padding-block: 76px; }
.brand-footer { color: var(--white); }
.footer-brand > p { max-width: 270px; margin: 25px 0 0; color: #83868d; font-size: 12px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links p, .footer-cta > p { margin: 0 0 12px; color: #74777e; font-size: 9px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.footer-links a { color: #b9bbc0; font-size: 12px; }
.footer-links a:hover { color: var(--amber); }
.footer-cta h3 { margin: 0 0 20px; font-size: 22px; line-height: 1.3; }
.footer-cta a { color: var(--amber); font-size: 12px; font-weight: 800; }
.footer-cta a span { margin-left: 10px; }
.footer-bottom { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid #26282e; }
.footer-bottom p { margin: 0; color: #6f7279; font-size: 10px; }
.footer-bottom > div { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-bottom button { padding: 0; color: #898c92; background: none; border: 0; font-size: 10px; cursor: pointer; }
.footer-bottom button:hover { color: var(--amber); }

.cookie-banner { position: fixed; z-index: 200; left: 20px; right: 20px; bottom: 20px; max-width: 780px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 20px 22px; color: var(--white); background: #202229; border: 1px solid #3d4048; box-shadow: 0 18px 50px rgba(0,0,0,.28); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font-size: 13px; }
.cookie-banner p { margin: 3px 0 0; color: #aeb0b5; font-size: 10px; }
.cookie-banner > div:last-child { display: flex; gap: 8px; flex: 0 0 auto; }
.cookie-banner button { padding: 9px 14px; border: 1px solid #50535c; background: transparent; font-size: 10px; font-weight: 800; cursor: pointer; }
.cookie-banner .cookie-accept { color: var(--ink); background: var(--amber); border-color: var(--amber); }

.legal-dialog { width: min(720px, calc(100% - 32px)); max-height: min(82vh, 800px); padding: 0; color: var(--ink); background: var(--paper); border: 0; box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.legal-dialog::backdrop { background: rgba(5,6,8,.78); backdrop-filter: blur(5px); }
.dialog-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; padding: 28px 34px; color: var(--white); background: var(--ink); }
.dialog-head span { color: var(--amber); font-size: 9px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.dialog-head h2 { margin: 4px 0 0; font-size: 28px; }
.dialog-head button { width: 40px; height: 40px; color: var(--white); background: transparent; border: 1px solid #474a52; font-size: 25px; cursor: pointer; }
.dialog-body { max-height: calc(82vh - 105px); overflow: auto; padding: 32px 34px; color: var(--muted); font-size: 13px; }
.dialog-body h3 { margin: 28px 0 5px; color: var(--ink); font-size: 16px; }
.dialog-body a { color: var(--amber-dark); font-weight: 750; }
.legal-date { margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }
@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; } }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 40px, 920px); }
  .site-nav { gap: 17px; }
  .site-nav a { font-size: 11px; }
  .split-grid { gap: 55px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .process-steps li:nth-child(3) { border-left: 1px solid var(--line); }
  .testimonial-track { grid-auto-columns: calc((100% - 20px) / 2); }
  .contact-grid { grid-template-columns: 1.15fr .85fr; }
  .footer-main { grid-template-columns: 1.2fr .7fr .9fr; }
  .footer-cta { grid-column: 1 / -1; padding-top: 35px; border-top: 1px solid #26282e; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 32px); }
  .section { padding: 82px 0; }
  .nav-toggle { display: block; position: relative; z-index: 2; }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 23px; padding: 85px 32px 40px; background: #111318; transform: translateX(100%); visibility: hidden; transition: transform .35s var(--ease), visibility .35s; }
  .nav-open .site-nav { transform: translateX(0); visibility: visible; }
  .site-nav a { font-size: 25px; font-weight: 800; }
  .site-nav .nav-cta { margin-top: 10px; font-size: 15px; }
  .nav-open .nav-toggle span:nth-child(2) { transform: translateY(8px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(3) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(4) { transform: translateY(-8px) rotate(-45deg); }
  .hero { min-height: 720px; max-height: none; }
  .hero-media { background-position: 59% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,12,16,.96), rgba(10,12,16,.78) 72%, rgba(10,12,16,.45)); }
  .hero-copy { max-width: 600px; }
  .hero-scroll { display: none; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-grid > div:nth-child(3) { border-left: 1px solid var(--line); }
  .split-grid, .section-heading, .operations-head, .guide-grid, .why-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .split-grid { gap: 70px; }
  .about-visual { width: calc(100% - 18px); }
  .image-stamp { right: -18px; }
  .principles { grid-template-columns: 1fr; }
  .principle { min-height: 500px; padding: 74px 32px; }
  .section-heading { align-items: start; gap: 22px; }
  .product-gallery { grid-template-columns: 1fr 1fr; }
  .product-gallery figure { min-height: 310px; }
  .guide-aside, .why-heading, .faq-title { position: static; }
  .why-grid, .faq-grid { gap: 55px; }
  .contact-grid { gap: 18px; }
  .contact-card { min-height: auto; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-cta { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  .header-inner { height: 70px; }
  .brand-type { font-size: 18px; }
  .brand-mark { width: 35px; height: 35px; }
  .hero { min-height: 760px; height: 100svh; }
  .hero-media { background-position: 64% center; opacity: .67; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,12,16,.98), rgba(10,12,16,.73)), linear-gradient(0deg, rgba(10,12,16,.65), transparent); }
  .hero h1 { font-size: clamp(46px, 14vw, 66px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-note { align-items: flex-start; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid > div { min-height: 86px; border-left: 1px solid var(--line); }
  .section-copy h2, .section-heading h2, .guide h2, .why h2, .testimonial-head h2, .faq-title h2, .contact-intro h2 { font-size: 39px; }
  .about-visual::before { left: -14px; top: -14px; }
  .about-visual img { aspect-ratio: .86; }
  .image-stamp { width: 195px; bottom: -35px; }
  .principle { min-height: auto; padding: 70px 24px; }
  .principle h2 { margin-top: 55px; font-size: 40px; }
  .principle-no { font-size: 220px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 315px; }
  .operations { padding: 82px 0; }
  .operations-grid { grid-template-columns: 1fr; }
  .operation-card { min-height: 430px; }
  .product-list article { grid-template-columns: 38px 1fr 25px; min-height: 130px; gap: 10px; }
  .product-list h3 { font-size: 18px; }
  .product-gallery { grid-template-columns: 1fr; }
  .product-gallery figure { min-height: 330px; }
  .guide-content summary { min-height: 78px; font-size: 14px; }
  .guide-content details > div { padding-left: 0; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps li, .process-steps li:nth-child(3) { min-height: 240px; border-left: 1px solid var(--line); }
  .process-steps h3 { margin-top: 55px; }
  .why { padding: 82px 0; }
  .why-points article { grid-template-columns: 40px 1fr; }
  .testimonial-head { align-items: flex-start; flex-direction: column; }
  .testimonial-track { grid-auto-columns: 88%; }
  .quote-card { min-height: 410px; padding: 27px; }
  .quote-card footer { grid-template-columns: 42px 1fr; }
  .quote-card time { display: none; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form, .contact-card { padding: 26px 21px; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .map-wrap, .map-wrap iframe { min-height: 410px; height: 410px; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; padding-block: 60px; }
  .footer-brand, .footer-cta { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding-block: 23px; }
  .footer-bottom > div { gap: 10px 17px; }
  .cookie-banner { align-items: stretch; flex-direction: column; gap: 14px; left: 10px; right: 10px; bottom: 10px; }
  .cookie-banner > div:last-child button { flex: 1; }
  .dialog-head, .dialog-body { padding-left: 22px; padding-right: 22px; }
}
