:root {
  --primary: #1f2328;
  --primary-deep: #14171a;
  --gold: #fdb813;
  --gold-dark: #c98f0a;
  --gray: #6b6f76;
  --neutral: #f5f5f5;
  --white: #fff;
  --ink: #1c2024;
  --muted: #5c6169;
  --line: rgba(31, 35, 40, .14);
  --shadow: 0 24px 70px rgba(20, 23, 26, .22);
  --heading: "Oswald", Arial, sans-serif;
  --body: "Work Sans", system-ui, sans-serif;
  --script: "Brusher", cursive;
  --shell: 1296px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3 { margin: 0; font-family: var(--heading); font-weight: 600; letter-spacing: -.01em; line-height: 1.08; }
h1 { font-size: clamp(2.6rem, 4.6vw, 4.3rem); font-weight: 700; }
h2 { font-size: clamp(2rem, 3.2vw, 3.1rem); font-weight: 700; }
h3 { font-size: 1.4rem; }
p { margin: 0 0 1.4rem; }
.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; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section { padding: 92px 0; }

.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 16px; color: var(--white); background: var(--primary); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.site-header { position: sticky; z-index: 1000; top: 0; background: rgba(255,255,255,.96); backdrop-filter: blur(6px); border-bottom: 1px solid var(--line); }
.nav-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { flex: 0 0 auto; display: flex; align-items: center; gap: 12px; }
.brand-icon { width: 40px; height: auto; flex: none; }
.brand-word { display: flex; flex-direction: column; line-height: 1.02; }
.brand-word strong { font-family: var(--heading); font-size: 1.24rem; font-weight: 700; letter-spacing: .01em; color: var(--primary); text-transform: uppercase; }
.brand-word em { margin-top: 1px; font-style: normal; font-size: .68rem; font-weight: 600; letter-spacing: .16em; color: var(--gold-dark); text-transform: uppercase; }
.nav-menu { display: flex; align-items: center; gap: 6px; font-size: .9rem; font-weight: 600; }
.nav-menu > a { padding: 12px 14px; color: var(--primary); }
.nav-menu > a:hover { color: var(--gold-dark); }
.nav-cta { margin-left: 6px; color: var(--primary) !important; background: var(--gold) !important; border-radius: 4px; padding-inline: 20px !important; }
.nav-cta:hover { background: #ffc94a !important; }
.menu-toggle { display: none; padding: 10px; border: 0; background: none; font-weight: 700; cursor: pointer; }
.menu-bars { display: inline-flex; width: 24px; margin-left: 10px; flex-direction: column; gap: 4px; }
.menu-bars i { width: 100%; height: 2px; background: currentColor; }

.hero { position: relative; padding: 118px 0 92px; color: var(--white); background: var(--primary) url("assets/gallery-1.webp") center / cover no-repeat; overflow: hidden; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(20,23,26,.95) 0%, rgba(31,35,40,.88) 42%, rgba(31,35,40,.6) 100%); }
.hero-inner { position: relative; max-width: 820px; }
.kicker { display: inline-flex; margin: 0 0 18px; padding: 6px 15px; color: var(--primary); background: var(--gold); border-radius: 3px; font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { color: var(--white); }
.hero-lede { max-width: 680px; margin: 22px 0 30px; color: rgba(255,255,255,.85); font-size: 1.08rem; line-height: 1.7; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 26px; border: 2px solid transparent; border-radius: 4px; font-family: var(--heading); font-weight: 600; letter-spacing: .02em; text-transform: uppercase; line-height: 1.2; transition: transform .2s, background-color .2s, color .2s, border-color .2s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--primary); background: var(--gold); border-color: var(--gold); }
.button-gold:hover { background: #ffc94a; border-color: #ffc94a; }
.button-navy { color: var(--white); background: var(--primary); border-color: var(--primary); }
.button-navy:hover { background: var(--gray); border-color: var(--gray); }
.button-ghost { color: var(--white); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.6); backdrop-filter: blur(6px); }
.button-ghost:hover { color: var(--primary); background: var(--white); }
.trust-badges { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 20px 30px; }
.trust-badges span { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.85); font-size: .85rem; font-weight: 700; }
.trust-badges span i { color: var(--gold); font-style: normal; }
.scroll-cue { display: inline-flex; margin-top: 40px; color: rgba(255,255,255,.7); font-size: 1.4rem; }

.services { background: var(--white); }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { color: var(--primary); }
.section-heading > p:last-child { max-width: 650px; margin: 16px auto 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { padding: 30px 26px; display: flex; flex-direction: column; align-items: flex-start; background: var(--neutral); border-bottom: 4px solid var(--gold); transition: transform .2s, box-shadow .2s; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 18px 36px rgba(31,35,40,.1); }
.service-monogram { width: 52px; height: 52px; margin-bottom: 18px; display: grid; place-items: center; color: var(--white); background: var(--primary); border-radius: 6px; font-family: var(--heading); font-size: 1.05rem; font-weight: 700; letter-spacing: .02em; }
.service-card h3 { margin-bottom: 10px; color: var(--primary); font-size: 1.3rem; }
.service-card p { color: var(--muted); font-size: .9rem; }
.service-card .card-link { margin-top: auto; color: var(--primary); font-size: .82rem; font-weight: 700; border-bottom: 2px solid var(--gold); }
.services-more { margin-top: 30px; text-align: center; }
.text-link { display: inline-flex; gap: 10px; color: var(--primary); font-weight: 700; border-bottom: 2px solid var(--gold); }

.photo-trust { background: var(--neutral); }
.photo-trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.photo-trust-grid img { width: 100%; height: 420px; object-fit: cover; border-radius: 6px; box-shadow: var(--shadow); }
.photo-trust-copy .kicker { background: var(--gold); color: var(--primary); }
.photo-trust-copy h2 { margin-bottom: 16px; color: var(--primary); }
.trust-checks { margin: 22px 0 26px; padding: 0; list-style: none; display: grid; gap: 10px; }
.trust-checks li { display: flex; align-items: center; gap: 10px; font-weight: 600; color: var(--ink); }
.trust-checks li::before { content: "✓"; color: var(--gold-dark); font-weight: 900; }

.recent-work { background: var(--white); }
.recent-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.recent-card { position: relative; overflow: hidden; border-radius: 6px; box-shadow: 0 10px 30px rgba(31,35,40,.1); }
.recent-card img { width: 100%; height: 340px; object-fit: cover; display: block; transition: transform .4s; }
.recent-card:hover img { transform: scale(1.05); }
.recent-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 20px; color: var(--white); background: linear-gradient(0deg, rgba(20,23,26,.85), transparent); font-family: var(--heading); font-size: 1.05rem; font-weight: 600; letter-spacing: .02em; text-transform: uppercase; }

.stats { position: relative; padding: 60px 0; color: var(--white); background: var(--primary); overflow: hidden; }
.stats::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: radial-gradient(circle at 15% 25%, var(--gold) 0 2px, transparent 3px), radial-gradient(circle at 85% 70%, var(--gold) 0 2px, transparent 3px), radial-gradient(circle at 50% 15%, var(--gold) 0 2px, transparent 3px); background-size: 90px 90px, 120px 120px, 70px 70px; }
.stats-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stats-grid strong { display: block; font-family: var(--heading); font-size: clamp(1.8rem, 3vw, 2.5rem); color: var(--gold); }
.stats-grid span { display: block; margin-top: 6px; font-size: .78rem; font-weight: 600; letter-spacing: .06em; color: rgba(255,255,255,.75); text-transform: uppercase; }

.testimonials { background: var(--neutral); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-card { padding: 28px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 8px 24px rgba(31,35,40,.05); }
.testimonial-stars { margin-bottom: 14px; color: var(--gold-dark); font-size: .95rem; letter-spacing: .1em; }
.testimonial-card blockquote { margin: 0 0 16px; color: var(--ink); font-size: .96rem; line-height: 1.6; }
.testimonial-name { color: var(--muted); font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }

.contact-section { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: start; }
.contact-info h2 { color: var(--primary); margin-bottom: 10px; }
.contact-info > p { color: var(--muted); }
.info-card { display: flex; align-items: flex-start; gap: 14px; padding: 20px 0; border-top: 1px solid var(--line); }
.info-card:first-of-type { border-top: 0; }
.info-icon { width: 40px; height: 40px; flex: none; display: grid; place-items: center; color: var(--primary); background: var(--gold); border-radius: 6px; font-size: 1.1rem; }
.info-card h3 { margin-bottom: 3px; font-size: 1.05rem; color: var(--primary); }
.info-card a, .info-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.quote-card { padding: 34px; background: var(--neutral); border-top: 6px solid var(--gold); border-radius: 8px; box-shadow: var(--shadow); }
.quote-card form { display: grid; gap: 12px; }
.quote-card input, .quote-card select, .quote-card textarea { width: 100%; min-height: 44px; padding: 10px 12px; display: block; color: var(--ink); background: var(--white); border: 1px solid rgba(31,35,40,.2); border-radius: 4px; font-size: .9rem; }
.quote-card textarea { resize: vertical; }
.quote-card input:focus, .quote-card select:focus, .quote-card textarea:focus { border-color: var(--gold-dark); outline: 2px solid rgba(253,184,19,.28); }
.form-submit { width: 100%; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .78rem; }
.form-error { margin: 0; padding: 9px 12px; color: #7c1822; background: #ffe8e9; border-left: 3px solid #ad343e; font-size: .8rem; }

.faq-section { background: var(--neutral); }
.faq-shell { display: grid; grid-template-columns: .64fr 1.36fr; gap: 64px; align-items: start; }
.faq-intro h2 { color: var(--primary); }
.faq-intro > p:not(.kicker) { margin-top: 18px; color: var(--muted); }
.faq-list { display: grid; gap: 14px; }
.faq-item { background: var(--white); border: 1px solid var(--line); }
.faq-item h3 { font-family: var(--body); font-size: 1rem; font-weight: 700; }
.faq-item button { width: 100%; min-height: 72px; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; text-align: left; color: var(--primary); background: transparent; border: 0; font-weight: 700; cursor: pointer; }
.faq-item button span { position: relative; width: 26px; height: 26px; flex: none; border-radius: 3px; background: var(--neutral); }
.faq-item button span::before, .faq-item button span::after { content: ""; position: absolute; top: 12px; left: 7px; width: 12px; height: 2px; background: var(--primary); }
.faq-item button span::after { transform: rotate(90deg); transition: transform .2s; }
.faq-item button[aria-expanded="true"] span::after { transform: rotate(0); }
.faq-answer { padding: 0 22px 18px; color: var(--muted); }
.faq-answer p { margin: 0; }

.footer { padding: 76px 0 30px; background: var(--primary); color: rgba(255,255,255,.8); }
.footer-top { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 42px; align-items: start; }
.footer-brand .brand { margin-bottom: 16px; }
.footer-brand .brand-word strong { color: var(--white); }
.footer-brand > p { max-width: 320px; font-size: .86rem; color: rgba(255,255,255,.68); }
.footer-tagline { color: var(--gold) !important; font-family: var(--script) !important; font-size: 1.7rem !important; }
.footer h2 { margin-bottom: 16px; color: var(--white); font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-top > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-top a, .footer-top span { color: rgba(255,255,255,.68); font-size: .82rem; }
.footer-top a:hover { color: var(--gold); }
.footer-areas { margin-top: 54px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); }
.footer-areas h2 { margin-bottom: 14px; }
.footer-areas-list { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.footer-areas-list a { color: rgba(255,255,255,.68); font-size: .82rem; }
.footer-areas-list a:hover { color: var(--gold); }
.footer-bottom { margin-top: 44px; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.14); font-size: .74rem; color: rgba(255,255,255,.55); }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: rgba(255,255,255,.55); }
.footer-bottom a:hover { color: var(--gold); }

@media (max-width: 1100px) {
  .footer-top { grid-template-columns: 1.4fr repeat(2, 1fr); }
}

@media (max-width: 991.98px) {
  .section { padding: 68px 0; }
  .nav-inner { min-height: 72px; }
  .brand-icon { width: 34px; }
  .brand-word strong { font-size: 1.02rem; }
  .menu-toggle { display: flex; align-items: center; }
  .nav-menu { position: absolute; top: 100%; left: 0; right: 0; padding: 18px 24px 28px; display: none; flex-direction: column; align-items: stretch; color: var(--white); background: var(--primary); box-shadow: var(--shadow); }
  .nav-menu.open { display: flex; }
  .nav-menu > a { width: 100%; padding: 14px 8px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.14); }
  .nav-cta { width: fit-content !important; margin: 16px 0 0; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .photo-trust-grid { grid-template-columns: 1fr; gap: 32px; }
  .photo-trust-grid img { height: 320px; }
  .recent-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .faq-shell { grid-template-columns: 1fr; gap: 40px; }
  .faq-intro { max-width: 650px; }
}

@media (max-width: 767px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .section { padding: 56px 0; }
  .hero { padding: 64px 0 56px; }
  .nav-inner { min-height: 64px; }
  .brand-icon { width: 30px; }
  .brand-word strong { font-size: .92rem; }
  .brand-word em { font-size: .56rem; }
  .menu-label { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .button-row { flex-direction: column; align-items: stretch; }
  .button-row .button { width: 100%; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .footer { padding-top: 56px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { margin-top: 36px; flex-direction: column; align-items: flex-start; }
}

@media (max-width: 479px) {
  body { font-size: 15px; }
  h1 { font-size: 2.3rem; }
  h2 { font-size: 1.85rem; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .stats-grid { grid-template-columns: 1fr; }
  .faq-item button { min-height: 66px; padding: 16px; }
  .faq-answer { padding-inline: 16px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

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