:root {
  --ink: #101820;
  --ink-2: #17232c;
  --paper: #f4f2ed;
  --white: #ffffff;
  --muted: #667077;
  --line: rgba(16, 24, 32, .14);
  --accent: #f28c28;
  --accent-dark: #cf6711;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; }
.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: 100; top: 1rem; left: 1rem; transform: translateY(-150%); background: var(--white); padding: .75rem 1rem; border-radius: .25rem; }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 84px; display: flex; align-items: center; gap: 2rem; padding: 0 max(24px, calc((100vw - var(--max))/2)); background: var(--ink); color: var(--white); position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(255,255,255,.09); }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; margin-right: auto; }
.brand-logo { width: 48px; height: 48px; flex: 0 0 48px; object-fit: cover; border-radius: 9px; border: 1px solid rgba(255,255,255,.15); }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: .94rem; text-transform: uppercase; letter-spacing: .045em; }
.brand-copy small { color: #aab3b8; font-size: .74rem; margin-top: .32rem; }
.primary-nav { display: flex; gap: 1.6rem; align-items: center; }
.primary-nav a { color: #d5dade; text-decoration: none; font-size: .9rem; font-weight: 650; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--accent); }
.header-call { display: flex; flex-direction: column; text-decoration: none; color: var(--white); font-weight: 800; line-height: 1.15; border-left: 1px solid rgba(255,255,255,.2); padding-left: 1.7rem; }
.header-call span { color: var(--accent); text-transform: uppercase; font-size: .69rem; letter-spacing: .12em; margin-bottom: .2rem; }
.menu-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); }

.hero { min-height: calc(100vh - 84px); background: var(--ink); color: var(--white); display: grid; grid-template-columns: minmax(0, 48%) minmax(0, 52%); position: relative; overflow: hidden; }
.hero-copy { padding: clamp(4rem, 8vw, 8rem) max(28px, calc((100vw - var(--max))/2)); padding-right: clamp(2rem, 5vw, 5rem); position: relative; z-index: 2; }
.hero-copy::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 42px 42px; pointer-events: none; }
.hero-copy > * { position: relative; }
.eyebrow, .kicker { margin: 0 0 1.2rem; font-size: .77rem; font-weight: 850; text-transform: uppercase; letter-spacing: .16em; color: var(--accent-dark); }
.eyebrow { color: #f5ae65; display: flex; align-items: center; gap: .65rem; }
.eyebrow span { display: block; width: 34px; height: 2px; background: var(--accent); }
.hero h1 { font-size: clamp(3.3rem, 6vw, 6.7rem); line-height: .91; letter-spacing: -.065em; margin: 0; max-width: 760px; text-transform: uppercase; }
.hero h1 em { font-style: normal; color: var(--accent); }
.hero-text { max-width: 570px; color: #bcc4c8; font-size: clamp(1rem, 1.35vw, 1.2rem); margin: 2rem 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 1.2rem; padding: .8rem 1.25rem; text-decoration: none; font-weight: 800; border: 1px solid transparent; }
.button-primary { background: var(--accent); color: var(--ink); }
.button-primary:hover { background: #ffa342; }
.button-ghost { border-color: rgba(255,255,255,.3); color: var(--white); }
.button-ghost:hover { border-color: var(--accent); color: var(--accent); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 1.4rem; margin-top: 3rem; color: #9da7ac; font-size: .85rem; }
.hero-trust span::before { content: "✓"; color: var(--accent); margin-right: .4rem; }
.hero-media { margin: 0; position: relative; min-height: 520px; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,24,32,.55), transparent 35%), linear-gradient(0deg, rgba(16,24,32,.5), transparent 40%); pointer-events: none; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media figcaption { position: absolute; z-index: 2; left: 2rem; bottom: 2rem; padding-left: 1rem; border-left: 3px solid var(--accent); display: grid; }
.hero-media figcaption span { font-size: .77rem; text-transform: uppercase; letter-spacing: .1em; color: #d7dcde; }
.hero-media figcaption strong { font-size: 1.05rem; }
.hero-index { position: absolute; z-index: 2; right: 2rem; top: 1.5rem; font-size: .75rem; letter-spacing: .2em; color: rgba(255,255,255,.7); }

.section { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; padding: clamp(5rem, 9vw, 8rem) 0; }
.section-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 4rem; align-items: end; margin-bottom: 3.2rem; }
.section-heading h2, .pricing h2, .gallery h2, .cities h2, .production h2, .contact-band h2 { font-size: clamp(2.35rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.05em; margin: 0; text-transform: uppercase; }
.section-heading > p, .gallery-heading > p { max-width: 540px; color: var(--muted); margin: 0 0 .35rem; font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 390px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; background: rgba(255,255,255,.28); }
.service-card.featured { background: var(--accent); }
.service-number { position: absolute; right: 1.5rem; top: 1.5rem; font-size: .72rem; letter-spacing: .12em; color: var(--muted); }
.featured .service-number { color: rgba(16,24,32,.55); }
.service-icon { font-size: 2.2rem; margin-bottom: 3rem; }
.service-card h3 { font-size: 1.55rem; letter-spacing: -.025em; margin: 0 0 .7rem; }
.service-card p { color: var(--muted); margin: 0; }
.featured p { color: rgba(16,24,32,.72); }
.service-card ul { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; gap: .45rem; font-size: .9rem; font-weight: 650; }
.service-card li::before { content: "—"; margin-right: .5rem; color: var(--accent-dark); }
.featured li::before { color: var(--ink); }

.production { background: var(--ink-2); color: var(--white); display: grid; grid-template-columns: .34fr .8fr 1fr; gap: clamp(2rem, 5vw, 6rem); padding: clamp(5rem, 9vw, 8rem) max(24px, calc((100vw - var(--max))/2)); position: relative; }
.production::after { content: ""; position: absolute; width: 220px; height: 220px; right: 2rem; top: -110px; border: 1px solid rgba(242,140,40,.3); transform: rotate(45deg); pointer-events: none; }
.production-label { writing-mode: vertical-rl; transform: rotate(180deg); color: #78858c; text-transform: uppercase; letter-spacing: .2em; font-size: .72rem; border-right: 1px solid rgba(255,255,255,.12); padding-right: 1.2rem; }
.production-copy p:last-child { color: #aeb7bb; max-width: 510px; margin-top: 1.8rem; }
.production-list { border-top: 1px solid rgba(255,255,255,.15); }
.production-list article { display: grid; grid-template-columns: 46px 1fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.production-list article > span { color: var(--accent); font-size: .74rem; font-weight: 800; }
.production-list h3 { margin: 0; font-size: 1.2rem; }
.production-list p { margin: .25rem 0 0; color: #99a4a9; font-size: .9rem; }

.pricing-top { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 2.7rem; }
.year-switch { display: inline-flex; border: 1px solid var(--ink); padding: 4px; }
.year-button { min-width: 94px; min-height: 46px; border: 0; background: transparent; color: var(--ink); font-weight: 850; cursor: pointer; }
.year-button.active { background: var(--ink); color: var(--white); }
.price-table-wrap { overflow-x: auto; border-top: 3px solid var(--ink); }
.price-table { width: 100%; border-collapse: collapse; min-width: 670px; }
.price-table th { padding: 1rem; text-align: left; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; border-bottom: 1px solid var(--ink); }
.price-table th:last-child, .price-table td:last-child { text-align: right; }
.price-table td { padding: 1rem; border-bottom: 1px solid var(--line); vertical-align: middle; }
.price-table td:first-child { width: 65%; }
.price-table td small { display: block; color: var(--muted); margin-top: .15rem; }
.price-table td:last-child { font-size: 1.18rem; font-weight: 900; color: var(--accent-dark); white-space: nowrap; }
.price-note { display: flex; gap: 1rem; align-items: flex-start; margin-top: 1.5rem; color: var(--muted); font-size: .9rem; }
.price-note > span { flex: 0 0 28px; height: 28px; display: grid; place-items: center; background: var(--accent); color: var(--ink); font-weight: 900; }
.price-note p { margin: .15rem 0 0; }

.gallery { background: #dfe2e0; padding-bottom: clamp(5rem, 9vw, 8rem); }
.gallery-heading { padding-bottom: 3rem; }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 1px; background: rgba(16,24,32,.3); }
.gallery-item { margin: 0; position: relative; min-height: 360px; overflow: hidden; background: var(--ink); }
.gallery-wide { grid-row: span 2; min-height: 721px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,13,17,.8), transparent 50%); pointer-events: none; }
.gallery-item figcaption { position: absolute; z-index: 2; left: 1.5rem; right: 1.5rem; bottom: 1.35rem; color: var(--white); display: grid; }
.gallery-item figcaption span { color: #f5ae65; text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; }
.gallery-item figcaption strong { font-size: 1.05rem; margin-top: .25rem; }

.cities { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 8rem); }
.city-intro > p:not(.kicker) { color: var(--muted); max-width: 480px; }
.text-link { display: inline-flex; gap: 1rem; margin-top: 1rem; font-weight: 850; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.text-link span { color: var(--accent-dark); }
.city-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); align-self: start; }
.city-grid span { min-height: 62px; display: flex; align-items: center; padding: .9rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-weight: 650; }
.city-grid .city-major { background: var(--ink); color: var(--white); font-size: 1.05rem; }
.city-grid .city-major::before { content: ""; width: 7px; height: 7px; background: var(--accent); border-radius: 50%; margin-right: .6rem; }

.faq { border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.faq details { border: 1px solid var(--line); background: var(--paper); padding: 1.2rem 1.35rem; }
.faq summary { cursor: pointer; font-size: 1.05rem; font-weight: 800; color: var(--ink); }
.faq details p { margin: .85rem 0 0; color: var(--muted); line-height: 1.65; }

.contact-band { background: var(--accent); color: var(--ink); text-align: center; padding: clamp(5rem, 10vw, 9rem) 24px; position: relative; overflow: hidden; }
.contact-band::before { content: ""; position: absolute; inset: -50%; background: repeating-linear-gradient(135deg, transparent 0 36px, rgba(16,24,32,.035) 36px 38px); transform: rotate(-8deg); }
.contact-band > * { position: relative; }
.contact-band .kicker { color: rgba(16,24,32,.65); }
.contact-band > p:not(.kicker) { font-size: 1.1rem; }
.contact-band > a { display: inline-flex; gap: 2rem; align-items: center; margin-top: 1.4rem; color: var(--ink); font-size: clamp(2rem, 5vw, 4.5rem); font-weight: 900; letter-spacing: -.045em; text-decoration: none; border-bottom: 4px solid var(--ink); line-height: 1.15; }
.contact-band > a span { font-size: .55em; }
.contact-band > .facebook-contact { width: fit-content; max-width: 100%; margin: 2rem auto 0; padding: .72rem 1rem; gap: .75rem; border: 1px solid rgba(16,24,32,.35); font-size: 1rem; letter-spacing: 0; text-align: left; }
.contact-band > .facebook-contact:hover, .contact-band > .facebook-contact:focus-visible { background: var(--ink); color: var(--white); }
.facebook-contact .facebook-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: #1877f2; color: var(--white); font-size: 1.5rem; font-weight: 900; }
.facebook-contact > span:last-child { display: grid; font-size: 1rem; }
.facebook-contact small { font-size: .72rem; font-weight: 650; text-transform: uppercase; letter-spacing: .08em; opacity: .72; }
.facebook-contact strong { font-size: 1rem; }

.site-footer { min-height: 150px; padding: 2.5rem max(24px, calc((100vw - var(--max))/2)); display: flex; align-items: center; gap: 2rem; background: var(--ink); color: var(--white); }
.footer-brand { margin-right: auto; }
.site-footer p { color: #9da7ac; }
.site-footer > a { color: var(--accent); font-weight: 850; text-decoration: none; }
.footer-links { display: grid; gap: .25rem; text-align: right; }
.footer-links a { color: var(--accent); font-weight: 850; text-decoration: none; }
.footer-links .footer-facebook { color: #d5dade; font-size: .88rem; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--white); }
.mobile-call { display: none; }

@media (max-width: 980px) {
  .site-header { height: 72px; padding-inline: 20px; }
  .menu-toggle { display: block; order: 2; }
  .header-call { margin-left: auto; }
  .primary-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; background: var(--ink-2); padding: 1rem 20px 1.4rem; flex-direction: column; align-items: stretch; gap: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 4.5rem 24px 3rem; }
  .hero-media { min-height: 56vw; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .production { grid-template-columns: 1fr 1fr; }
  .production-label { display: none; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-wide { grid-row: auto; grid-column: 1 / -1; min-height: 56vw; }
  .cities { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  body { padding-bottom: 64px; }
  .brand-copy small { display: none; }
  .brand-copy strong { font-size: .76rem; max-width: 135px; }
  .brand-logo { width: 40px; height: 40px; flex-basis: 40px; }
  .header-call { display: none; }
  .hero { min-height: auto; }
  .hero-copy { padding-top: 3.3rem; }
  .hero h1 { font-size: clamp(2.8rem, 15vw, 4.2rem); }
  .hero-media { min-height: 72vw; }
  .hero-media figcaption { left: 1.2rem; bottom: 1.2rem; }
  .section { width: min(100% - 32px, var(--max)); padding: 4.5rem 0; }
  .section-heading, .gallery-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .section-heading h2, .pricing h2, .gallery h2, .cities h2, .production h2, .contact-band h2 { font-size: 2.55rem; }
  .production { grid-template-columns: 1fr; padding: 4.5rem 20px; }
  .pricing-top { align-items: flex-start; flex-direction: column; }
  .year-switch { width: 100%; }
  .year-button { flex: 1; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-wide { grid-column: auto; min-height: 75vw; }
  .gallery-item { min-height: 75vw; }
  .city-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer { flex-direction: column; align-items: flex-start; padding: 2.5rem 20px; gap: .7rem; }
  .site-footer p { margin: .5rem 0; }
  .footer-links { text-align: left; }
  .mobile-call { position: fixed; display: flex; z-index: 40; left: 0; right: 0; bottom: 0; min-height: 64px; align-items: center; justify-content: space-between; padding: .7rem 18px; background: var(--accent); color: var(--ink); text-decoration: none; font-weight: 750; box-shadow: 0 -8px 24px rgba(0,0,0,.18); }
}

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