:root {
  --charcoal: #151411;
  --charcoal-2: #222018;
  --gold: #f6b92f;
  --gold-2: #fbd66f;
  --cream: #fff8ea;
  --paper: #ffffff;
  --stone: #ebe4d6;
  --muted: #6f6658;
  --ink: #1b1a17;
  --line: rgba(21, 20, 17, 0.12);
  --dark-line: rgba(255, 255, 255, 0.16);
  --shadow: 0 22px 70px rgba(21, 20, 17, 0.18);
  --radius: 8px;
  --container: min(1160px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.skip-link:focus {
  z-index: 20;
  width: auto;
  height: auto;
  clip: auto;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--gold);
  color: var(--charcoal);
  border-radius: 6px;
}

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  display: grid;
  grid-template-columns: minmax(250px, auto) 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 14px max(20px, calc((100vw - 1160px) / 2));
  background: rgba(21, 20, 17, 0.92);
  color: white;
  border-bottom: 1px solid var(--dark-line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-logo {
  width: 112px;
  height: 58px;
  max-width: 112px;
  flex: 0 0 auto;
  object-fit: contain;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--charcoal);
  font-weight: 900;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(246, 185, 47, 0.24);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  line-height: 1.1;
}

.brand small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}

.site-nav a,
.header-cta {
  border-radius: 6px;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
}

.site-nav a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: white;
}

.header-cta {
  background: var(--gold);
  color: var(--charcoal);
}

.nav-toggle {
  display: none;
}

.section-dark {
  background:
    linear-gradient(135deg, rgba(247, 185, 40, 0.16), rgba(247, 185, 40, 0) 42%),
    var(--charcoal);
  color: white;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
  padding: clamp(44px, 5.5vw, 76px) max(20px, calc((100vw - 1160px) / 2));
}

.intro-line,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  max-width: 780px;
  font-size: clamp(2.85rem, 4.6vw, 4.95rem);
  line-height: 0.98;
}

h2 {
  font-size: clamp(2rem, 3.4vw, 4rem);
  line-height: 1;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.18;
}

.hero-lead {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 13px 18px;
  font-size: 0.95rem;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  background: var(--gold);
  color: var(--charcoal);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: white;
  border-color: var(--dark-line);
}

.button-secondary.light {
  background: white;
  color: var(--charcoal);
  border-color: var(--line);
}

.text-link {
  display: inline-flex;
  margin-top: 4px;
  color: var(--gold);
  font-weight: 850;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 650px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.hero-proof li {
  border: 1px solid var(--dark-line);
  border-radius: 999px;
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.88rem;
  font-weight: 700;
}

.hero-media {
  position: relative;
}

.hero-main,
.hero-float {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-main img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hero-float {
  position: absolute;
  right: -4%;
  bottom: -8%;
  width: min(42%, 240px);
  border: 6px solid var(--charcoal);
}

.answer-section,
.services-section,
.process-section,
.faq-section,
.form-section,
.contact-layout,
.area-page-section {
  width: var(--container);
  margin: 0 auto;
  padding: clamp(64px, 8vw, 112px) 0;
}

.answer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
}

.answer-grid p,
.section-heading p,
.quote-band p,
.page-hero p,
.contact-panel p {
  color: var(--muted);
  font-size: 1.06rem;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-card,
.work-card,
.process-grid article,
.contact-panel,
.quote-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 18px 44px rgba(21, 20, 17, 0.08);
}

.service-card {
  overflow: hidden;
}

.service-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-card div,
.work-card div {
  padding: 20px;
}

.service-card span,
.work-card span,
.process-grid span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card p,
.work-card p,
.process-grid p,
.faq-list p,
.quote-form,
.form-intro li {
  color: var(--muted);
}

.work-section,
.quote-band,
.page-hero {
  padding: clamp(64px, 8vw, 112px) max(20px, calc((100vw - 1160px) / 2));
}

.work-section .section-heading p,
.quote-band p,
.page-hero p {
  color: rgba(255, 255, 255, 0.72);
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.work-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--dark-line);
}

.work-card img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.work-card h3,
.work-card p {
  color: white;
}

.work-card p {
  color: rgba(255, 255, 255, 0.72);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.process-grid article {
  padding: 24px;
}

.quote-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: clamp(24px, 5vw, 76px);
  align-items: center;
}

.area-page-grid,
.area-photo-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
}

.area-page-grid p,
.area-photo-band p {
  color: var(--muted);
  font-size: 1.06rem;
}

.area-photo-band {
  padding: clamp(64px, 8vw, 112px) max(20px, calc((100vw - 1160px) / 2));
}

.area-photo-band picture {
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.area-photo-band img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.area-photo-band p {
  color: rgba(255, 255, 255, 0.72);
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.area-list span,
.town-group span {
  border: 1px solid var(--dark-line);
  border-radius: 999px;
  padding: 10px 13px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.84);
  font-weight: 750;
}

.town-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.town-group span {
  border-color: var(--line);
  background: white;
  color: var(--charcoal);
}

.town-group.dark span {
  border-color: var(--dark-line);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.84);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: white;
  padding: 18px 20px;
}

.faq-list summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 850;
}

.faq-list p {
  margin: 12px 0 0;
}

.form-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.form-intro ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding-left: 20px;
}

.quote-form {
  padding: clamp(22px, 4vw, 34px);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(21, 20, 17, 0.18);
  border-radius: 7px;
  padding: 13px 12px;
  background: #fffdf8;
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

.quote-form > label {
  margin-top: 16px;
}

.form-note {
  margin: 18px 0;
  border-left: 4px solid var(--gold);
  padding: 14px 16px;
  background: #fff8e4;
  color: var(--muted);
}

.form-note strong,
.form-note span {
  display: block;
}

.hidden-field {
  display: none;
}

.page-hero {
  min-height: 44vh;
}

.page-hero h1 {
  max-width: 860px;
  font-size: clamp(3rem, 5.2vw, 5.4rem);
}

.page-hero p {
  max-width: 760px;
  font-size: 1.14rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 1.22fr);
  gap: 28px;
}

.contact-panel {
  padding: 28px;
}

.contact-panel dl {
  display: grid;
  gap: 16px;
  margin: 28px 0 0;
}

.contact-panel dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-panel dd {
  margin: 0;
  font-weight: 850;
}

.site-footer {
  padding: 54px max(20px, calc((100vw - 1160px) / 2)) 28px;
  background: #0f0e0c;
  color: white;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 0.7fr 0.9fr;
  gap: 38px;
}

.footer-brand {
  margin-bottom: 18px;
}

.site-footer p,
.site-footer small,
.footer-bottom {
  color: rgba(255, 255, 255, 0.65);
}

.site-footer h2 {
  font-size: 1rem;
}

.site-footer a:not(.brand) {
  display: block;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.footer-link {
  color: var(--gold) !important;
  font-weight: 850;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 42px;
  border-top: 1px solid var(--dark-line);
  padding-top: 22px;
  font-size: 0.9rem;
}

.sticky-cta {
  display: none;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .nav-toggle {
    display: inline-grid;
    justify-self: end;
    gap: 4px;
    width: 44px;
    height: 44px;
    border: 1px solid var(--dark-line);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.06);
    padding: 12px;
  }

  .nav-toggle span:not(.sr-only) {
    display: block;
    height: 2px;
    background: white;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-nav.is-open {
    display: grid;
    grid-column: 1 / -1;
    gap: 6px;
    padding-top: 12px;
  }

  .hero,
  .answer-grid,
  .quote-band,
  .form-section,
  .contact-layout,
  .area-page-grid,
  .area-photo-band {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .service-grid,
  .work-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  :root {
    --container: min(100vw - 28px, 1160px);
  }

  .site-header {
    padding: 10px 14px;
  }

  .brand small {
    display: none;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-logo {
    width: 82px;
    height: 42px;
    max-width: 82px;
  }

  h1 {
    font-size: clamp(2.35rem, 11vw, 3.1rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .hero {
    padding: 44px 14px 64px;
  }

  .hero-proof,
  .service-grid,
  .work-grid,
  .process-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero-float {
    position: relative;
    right: auto;
    bottom: auto;
    width: 70%;
    margin: -28px 14px 0 auto;
  }

  .hero-actions .button,
  .button-row .button {
    width: 100%;
  }

  .answer-section,
  .services-section,
  .process-section,
  .faq-section,
  .form-section,
  .contact-layout,
  .area-page-section {
    padding: 54px 0;
  }

  .work-section,
  .quote-band,
  .page-hero,
  .area-photo-band {
    padding: 54px 14px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .sticky-cta.is-visible {
    position: sticky;
    z-index: 9;
    bottom: 0;
    display: block;
    padding: 10px 14px;
    background: rgba(21, 20, 17, 0.92);
    border-top: 1px solid var(--dark-line);
    backdrop-filter: blur(12px);
  }

  .sticky-cta a {
    display: flex;
    justify-content: center;
    border-radius: 7px;
    padding: 13px 14px;
    background: var(--gold);
    color: var(--charcoal);
    font-weight: 900;
    text-decoration: none;
  }
}
