:root {
  --orange: #f47700;
  --orange-bright: #ff8a00;
  --ink: #11110f;
  --ink-2: #191916;
  --paper: #f5f3ee;
  --white: #fff;
  --muted: #6f6d67;
  --line: #d9d5cc;
  --radius: 2px;
  --shadow: 0 28px 70px rgba(10, 10, 8, .15);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.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: 16px; top: -80px; padding: 12px 16px; background: var(--orange); color: #111; z-index: 1000; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; height: 82px; background: rgba(17,17,15,.96); color: white; border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(10px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: white; text-decoration: none; }
.brand-mark { position: relative; display: block; width: 37px; height: 34px; border: 4px solid white; border-right-color: transparent; border-radius: 50%; transform: rotate(-14deg); }
.brand-mark i { position: absolute; width: 25px; height: 4px; background: var(--orange); right: -19px; transform-origin: left; }
.brand-mark i:nth-child(1) { top: 7px; transform: rotate(24deg); }
.brand-mark i:nth-child(2) { top: 14px; transform: rotate(8deg); }
.brand-mark i:nth-child(3) { top: 21px; transform: rotate(-9deg); }
.brand-copy { display: grid; line-height: 1; letter-spacing: -.02em; }
.brand-copy strong { font-size: 21px; font-weight: 950; }
.brand-copy em { color: var(--orange); font-style: normal; }
.brand-copy small { margin-top: 5px; letter-spacing: .3em; font-size: 8px; font-weight: 800; }
nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 35px); }
nav a { color: #d3d0ca; text-decoration: none; font-size: 13px; font-weight: 700; transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: var(--orange); }
.nav-cta { padding: 13px 18px; border: 1px solid var(--orange); color: white; }
.nav-cta:hover { background: var(--orange); color: #111; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: white; }

.hero { color: white; overflow: hidden; background: var(--ink); }
.hero-grid { min-height: 680px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 65px; padding-top: 50px; padding-bottom: 68px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--orange); text-transform: uppercase; letter-spacing: .16em; font-weight: 850; font-size: 12px; }
.eyebrow span { width: 34px; height: 3px; background: currentColor; }
.eyebrow.light { color: var(--orange-bright); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(50px, 6.4vw, 89px); line-height: .93; letter-spacing: -.064em; font-weight: 880; }
.hero h1 strong { color: var(--orange); font-weight: inherit; }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: #bcb9b2; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 37px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: var(--radius); text-decoration: none; text-align: center; font-size: 13px; font-weight: 850; letter-spacing: .015em; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #111; }
.button-primary:hover { background: #ff9327; }
.button-ghost { border-color: #55534e; color: white; background: transparent; }
.button-ghost:hover { border-color: white; }
.button-light { color: #111; background: white; }
.button-dark { color: white; background: var(--ink); }
.hero-contact { display: flex; align-items: center; gap: 22px; margin-top: 43px; }
.hero-contact a { display: flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; }
.hero-contact span:not(.contact-icon), .hero-contact a > span:last-child { display: grid; }
.hero-contact small { color: #8c8982; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.hero-contact strong { margin-top: 2px; font-size: 14px; }
.contact-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: #111; background: var(--orange); transform: rotate(-16deg); }
.hero-contact .divider { width: 1px; height: 35px; background: #44423e; }

.hero-visual { position: relative; min-height: 510px; }
.orange-grid { position: absolute; inset: -80px -400px 70px 42%; background-color: var(--orange); background-image: linear-gradient(rgba(17,17,15,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(17,17,15,.12) 1px, transparent 1px); background-size: 34px 34px; transform: skewX(-8deg); }
.hero-photo { position: absolute; inset: 25px 0 0; overflow: hidden; background: #2b2a27; box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(10,10,8,.84)); }
.photo-caption { position: absolute; display: flex; align-items: center; gap: 16px; left: 24px; right: 24px; bottom: 24px; }
.photo-caption > span { color: var(--orange); font-size: 28px; font-weight: 950; }
.photo-caption p { margin: 0; font-size: 15px; font-weight: 750; }
.photo-caption small { display: block; color: #aaa69e; font-size: 9px; letter-spacing: .14em; }
.hero-stamp { position: absolute; right: -26px; top: 0; width: 116px; height: 116px; display: grid; place-content: center; color: #111; background: white; box-shadow: 0 10px 30px rgba(0,0,0,.25); text-align: center; transform: rotate(3deg); }
.hero-stamp b { font-size: 29px; line-height: 1; }
.hero-stamp span { color: var(--orange); font-size: 15px; line-height: 1; font-weight: 950; }
.hero-stamp small { margin-top: 8px; font-size: 8px; letter-spacing: .2em; }
.hero-rail { display: flex; align-items: center; justify-content: center; gap: 25px; min-width: max-content; padding: 14px 20px; color: #111; background: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.hero-rail i { width: 5px; height: 5px; border-radius: 50%; background: #111; }

.proof-strip { padding: 30px 0; color: white; background: #20201d; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { display: flex; align-items: center; gap: 18px; padding: 5px 35px; border-right: 1px solid #474640; }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border: 0; }
.proof-grid b { color: var(--orange); font-size: 12px; }
.proof-grid span { display: grid; }
.proof-grid strong { font-size: 14px; }
.proof-grid small { color: #8f8d86; font-size: 11px; }

.section { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 55px; }
.section-heading h2, .equipment-copy h2, .method h2, .contact h2 { margin: 0; font-size: clamp(38px, 4.2vw, 62px); line-height: 1.02; letter-spacing: -.055em; }
.section-heading > p { max-width: 520px; margin: 0 0 5px; color: var(--muted); line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 390px; display: flex; flex-direction: column; padding: 33px 28px 29px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #faf9f6; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { z-index: 2; transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card.featured { color: white; background: var(--ink); }
.service-number { position: absolute; right: 22px; top: 19px; color: #aaa69e; font-size: 10px; font-weight: 900; }
.service-icon { width: 66px; height: 66px; display: grid; place-items: center; margin-bottom: 42px; color: var(--orange); background: #ece8df; }
.featured .service-icon { background: #2a2925; }
.service-icon svg { width: 42px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 14px; font-size: 21px; line-height: 1.15; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.featured p { color: #a9a69f; }
.text-link { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: 9px; font-weight: 900; }
.featured .text-link { border-color: #363530; }
.text-link span { color: var(--orange); font-size: 20px; }

.method { color: white; background: var(--ink); }
.method-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 115px; }
.method-intro > p:not(.eyebrow) { max-width: 430px; color: #aaa69e; line-height: 1.8; }
.method-intro .button { margin-top: 25px; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid #3b3a36; }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 27px 0; border-bottom: 1px solid #3b3a36; }
.steps b { color: var(--orange); font-size: 12px; }
.steps h3 { margin: 0 0 5px; font-size: 19px; }
.steps p { margin: 0; color: #96938c; font-size: 14px; }

.equipment { background: #e9e6de; }
.equipment-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 95px; }
.equipment-photo { position: relative; min-height: 560px; overflow: hidden; background: #cfcac0; box-shadow: var(--shadow); }
.equipment-photo::before { content: ""; position: absolute; z-index: 2; right: -70px; top: -70px; width: 180px; height: 180px; border: 32px solid var(--orange); border-radius: 50%; }
.equipment-photo img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.equipment-label { position: absolute; left: 0; bottom: 0; display: grid; padding: 22px 30px; color: #111; background: var(--orange); text-transform: uppercase; }
.equipment-label b { font-size: 19px; }
.equipment-label span { font-size: 10px; letter-spacing: .18em; }
.equipment-copy > p:not(.eyebrow) { max-width: 530px; color: var(--muted); line-height: 1.85; font-size: 16px; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 22px; margin: 30px 0 0; padding: 25px 0 0; border-top: 1px solid #cbc6bb; list-style: none; font-size: 13px; font-weight: 750; }
.check-list span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 7px; color: #111; background: var(--orange); font-size: 11px; }

.appointments { background: var(--paper); }
.section-heading.centered { max-width: 880px; grid-template-columns: 1fr; gap: 20px; margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered > p { margin-inline: auto; }
.appointment-grid { display: grid; grid-template-columns: 1fr 1fr; max-width: 980px; margin: auto; }
.appointment-card { min-height: 510px; display: flex; flex-direction: column; padding: 50px; }
.appointment-card.dark { color: white; background: var(--ink); }
.appointment-card.orange { color: #111; background: var(--orange); }
.appointment-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 45px; }
.appointment-icon { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid currentColor; font-size: 26px; }
.tag { padding: 7px 10px; border: 1px solid currentColor; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.appointment-card h3 { max-width: 400px; margin: 0 0 15px; font-size: 31px; letter-spacing: -.03em; }
.appointment-card p { margin: 0; opacity: .72; }
.appointment-card ul { display: grid; gap: 8px; margin: 24px 0 30px; padding-left: 18px; font-size: 13px; }
.appointment-card .button { margin-top: auto; align-self: flex-start; }

.contact { color: white; background: #1b1b18; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 95px; align-items: start; }
.contact-copy > p:not(.eyebrow) { max-width: 440px; color: #aaa79f; line-height: 1.85; }
.direct-contact { display: grid; gap: 0; margin-top: 42px; border-top: 1px solid #3b3a36; }
.direct-contact > * { display: grid; padding: 17px 0; border-bottom: 1px solid #3b3a36; color: white; text-decoration: none; }
.direct-contact small { color: var(--orange); font-size: 9px; letter-spacing: .14em; }
.direct-contact strong { margin-top: 4px; font-size: 14px; overflow-wrap: anywhere; }
.contact-form { padding: 38px; color: var(--ink); background: #f7f5f0; box-shadow: var(--shadow); }
.form-heading { display: flex; justify-content: space-between; margin-bottom: 29px; padding-bottom: 16px; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.form-heading b { color: var(--orange); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 16px; font-size: 11px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #cecac0; border-radius: 0; outline: none; color: #111; background: white; transition: border .2s, box-shadow .2s; }
.contact-form input, .contact-form select { min-height: 48px; padding: 0 13px; }
.contact-form textarea { resize: vertical; padding: 12px 13px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(244,119,0,.14); }
.consent { grid-template-columns: 19px 1fr; align-items: start; gap: 9px !important; color: #66645e; font-weight: 500 !important; line-height: 1.45; }
.consent input { width: 17px; min-height: 17px; margin: 2px 0 0; accent-color: var(--orange); }
.consent a { color: #9b4b00; font-weight: 800; }
.submit-button { width: 100%; }
.form-note { margin: 13px 0 0; color: #78756e; text-align: center; font-size: 10px; }
.form-status { min-height: 21px; margin: 8px 0 0; color: #256c38; text-align: center; font-size: 12px; font-weight: 700; }

.site-footer { padding-top: 48px; color: white; background: #10100e; }
.footer-main { display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 34px; padding-bottom: 42px; }
.footer-brand { height: 62px; overflow: hidden; background: white; }
.footer-brand img { width: 100%; height: 100%; object-fit: contain; }
.footer-main p { color: #8f8d86; font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-links a { color: #aaa79f; text-decoration: none; font-size: 11px; }
.footer-links a:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; padding-bottom: 18px; border-top: 1px solid #2e2d2a; color: #6e6c66; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.floating-call { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero h1 { font-size: clamp(48px, 6.8vw, 68px); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .method-grid, .contact-grid { gap: 60px; }
  .equipment-grid { gap: 55px; }
  .footer-main { grid-template-columns: 150px 1fr; }
  .footer-links { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { height: 72px; }
  .menu-toggle { display: block; }
  nav { position: fixed; visibility: hidden; opacity: 0; inset: 72px 0 auto; display: grid; gap: 0; padding: 12px 20px 25px; border-bottom: 1px solid #3b3a36; background: #151513; transform: translateY(-15px); transition: .22s ease; }
  nav.open { visibility: visible; opacity: 1; transform: none; }
  nav a { padding: 14px 0; border-bottom: 1px solid #302f2b; font-size: 15px; }
  .nav-cta { margin-top: 10px; padding: 14px; text-align: center; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 70px; padding-bottom: 45px; }
  .hero h1 { font-size: clamp(51px, 14vw, 76px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-contact { align-items: flex-start; flex-wrap: wrap; }
  .hero-contact .divider { display: none; }
  .hero-visual { min-height: 500px; }
  .hero-stamp { right: -4px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div, .proof-grid > div:first-child { padding: 13px 0; border-right: 0; border-bottom: 1px solid #474640; }
  .section { padding: 78px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 38px; }
  .method-grid, .equipment-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .equipment-copy { order: -1; }
  .equipment-photo, .equipment-photo img { min-height: 470px; }
  .appointment-grid { grid-template-columns: 1fr; }
  .appointment-card { min-height: 480px; padding: 38px 30px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 28px 20px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { width: 180px; }
  .footer-bottom { gap: 14px; flex-direction: column; padding-bottom: 90px; }
  .floating-call { position: fixed; z-index: 45; right: 14px; bottom: 14px; display: flex; align-items: center; gap: 9px; padding: 12px 17px; border-radius: 99px; color: #111; background: var(--orange); box-shadow: 0 10px 30px rgba(0,0,0,.25); text-decoration: none; font-size: 13px; }
  .floating-call span { transform: rotate(-16deg); }
}

@media (max-width: 520px) {
  .brand-copy strong { font-size: 18px; }
  .hero h1 { font-size: 49px; }
  .hero-visual { min-height: 390px; }
  .hero-photo { inset: 10px 0 0; }
  .hero-stamp { width: 90px; height: 90px; }
  .hero-stamp b { font-size: 22px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 340px; }
  .check-list { grid-template-columns: 1fr; }
  .steps li { grid-template-columns: 45px 1fr; gap: 10px; }
  .equipment-photo, .equipment-photo img { min-height: 390px; }
}
