:root {
  --ink: #2f241f;
  --muted: #685648;
  --paper: #d9d0c5;
  --sand: #bfac95;
  --white: #eee7dc;
  --lime: #c8f047;
  --teal: #70786b;
  --clay: #a65437;
  --brick: #8c402e;
  --night: #61372d;
  --amber: #a68160;
  --line: rgba(47, 36, 31, 0.16);
  --shadow: 0 18px 44px rgba(97, 55, 45, 0.16);
}

@font-face {
  font-family: "Fredoka One Local";
  src: url("assets/fonts/fredoka-one.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Poppins Local";
  src: url("assets/fonts/pxiEyp8kv8JHgFVrJJfecg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins Local";
  src: url("assets/fonts/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Poppins Local", Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px clamp(16px, 4vw, 54px);
  background: rgba(217, 208, 197, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 230px; }
.brand img { width: 142px; height: 56px; object-fit: contain; }
.brand span { display: grid; line-height: 1.05; }
.brand small { color: var(--muted); font-size: 0.72rem; font-weight: 850; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: 2px; }
.site-nav a {
  padding: 10px 9px;
  border-radius: 7px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { background: rgba(166, 84, 55, 0.18); color: var(--ink); }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 1.05fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: calc(100vh - 70px);
  padding: clamp(42px, 7vw, 86px) clamp(16px, 5vw, 72px);
  background: var(--paper);
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--brick);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 {
  font-family: "Fredoka One Local", "Poppins Local", sans-serif;
  font-weight: 400;
}
h1 { margin: 0; max-width: 760px; font-size: clamp(2.7rem, 5.6vw, 5.65rem); line-height: 0.98; letter-spacing: 0; overflow-wrap: normal; }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 4rem); line-height: 1; letter-spacing: 0; }
h3 { margin: 0 0 10px; font-size: 1.2rem; font-weight: 900; }
.hero-copy > p:not(.eyebrow), .section-head > p:not(.eyebrow), .card p, .service-item p, .contact-strip p, .enquiry-band p, .two-col p, .faq-list p, .site-footer p { color: var(--muted); }
.hero-copy > p:not(.eyebrow) { max-width: 650px; font-size: 1.14rem; }
.hero-actions, .conversion-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 850;
}
.button.primary { background: var(--brick); color: var(--white); box-shadow: var(--shadow); }
.button.primary:hover { background: var(--clay); }
.button.secondary { background: var(--white); border-color: var(--line); color: var(--ink); }
.button.secondary:hover { border-color: rgba(166, 84, 55, 0.44); color: var(--brick); }
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 34px 0 0;
}
.hero-stats div { padding: 14px; background: rgba(238, 231, 220, 0.72); border: 1px solid var(--line); border-radius: 8px; }
.hero-stats dt { color: var(--muted); font-size: 0.78rem; font-weight: 800; }
.hero-stats dd { margin: 4px 0 0; font-size: 1.2rem; font-weight: 900; }
.hero-media {
  position: relative;
  margin: 0;
  min-height: 460px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: var(--sand);
}
.hero-media img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(47, 36, 31, 0.02) 42%, rgba(47, 36, 31, 0.36)); }
.hero-media figcaption {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 1;
  padding: 10px 14px;
  border-radius: 8px;
  background: rgba(140, 64, 46, 0.94);
  color: var(--white);
  font-weight: 950;
}

.section { padding: clamp(54px, 8vw, 96px) clamp(16px, 5vw, 72px); }
.section-head { max-width: 900px; margin-bottom: 28px; }
.section-head > p:not(.eyebrow) { max-width: 720px; font-size: 1.08rem; }
.band { background: var(--sand); color: var(--ink); }
.band .section-head > p:not(.eyebrow) { color: var(--muted); }
.band .eyebrow { color: var(--muted); }
.card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.card, .lead-form, .service-item, details, .map-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(50, 36, 18, 0.08);
}
.mood-section { background: #d9d0c5; color: var(--ink); }
.mood-section .section-head > p:not(.eyebrow) { color: var(--muted); }
.mood-section .eyebrow { color: var(--muted); }
.mood-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  grid-template-rows: repeat(2, minmax(220px, 1fr));
  gap: 14px;
}
.mood-card {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--night);
}
.mood-card.large { grid-row: span 2; }
.mood-card img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; }
.mood-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(47, 36, 31, 0.62)); }
.mood-card figcaption {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 1;
  color: var(--white);
  font-weight: 900;
}
.card {
  padding: 20px;
  min-height: 190px;
  border-top: 3px solid rgba(140, 64, 46, 0.58);
}
.service-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.service-item { display: grid; gap: 8px; min-height: 154px; padding: 20px; }
.service-item span { font-size: 1.25rem; font-weight: 900; }
.service-item:hover { border-color: rgba(166, 84, 55, 0.48); }
.enquiry-band, .contact-strip, .two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(22px, 5vw, 64px);
  align-items: start;
}
.enquiry-band { background: var(--night); color: var(--white); }
.enquiry-band p, .enquiry-band .eyebrow { color: rgba(238, 231, 220, 0.82); }
.lead-form { display: grid; gap: 14px; padding: 20px; color: var(--ink); }
.lead-form.compact { background: #d9d0c5; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
label { display: grid; gap: 7px; color: var(--muted); font-weight: 850; }
input, select, textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #eee7dc;
  color: var(--ink);
}
textarea { resize: vertical; }
.form-note { min-height: 24px; margin: 0; color: var(--brick); font-weight: 850; }
.map-panel { overflow: hidden; min-height: 360px; }
.map-panel iframe { width: 100%; height: 420px; border: 0; }
.faq-list { display: grid; gap: 10px; max-width: 980px; }
summary { cursor: pointer; padding: 18px 20px; font-weight: 900; }
details p { margin: 0; padding: 0 20px 18px; }
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 36px clamp(16px, 5vw, 72px);
  background: #61372d;
  color: var(--white);
}
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  padding: 9px;
  border-radius: 50%;
  background: rgba(238, 231, 220, 0.92);
}
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 18px; max-width: 620px; justify-content: flex-end; }
.footer-links a, .site-footer p { color: rgba(238, 231, 220, 0.78); }

@media (max-width: 1100px) {
  .site-nav { display: none; position: fixed; top: 69px; left: 0; right: 0; padding: 14px 16px 20px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: grid; }
  .nav-toggle { display: block; }
}
@media (max-width: 900px) {
  .hero, .enquiry-band, .contact-strip, .two-col { grid-template-columns: 1fr; min-height: auto; }
  .card-grid, .service-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mood-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .mood-card.large { grid-row: auto; }
}
@media (max-width: 620px) {
  h1 { font-size: 2.9rem; }
  .hero-stats, .card-grid, .service-list { grid-template-columns: 1fr; }
  .hero-media, .hero-media img { min-height: 340px; }
  .site-footer { display: grid; }
  .footer-links { justify-content: flex-start; }
}
