:root {
  --red: #7a1218;
  --red-deep: #5c0e12;
  --gold: #d4a84b;
  --gold-2: #b58a32;
  --cream: #f4efe4;
  --ink: #161412;
  --muted: #4d463c;
  --line: #d9cbb0;
  --err: #8b1e1e;
  --card: #fffaf2;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  font-family: "Source Sans 3", system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  overflow-x: hidden;
}
h1, h2, legend, .brand {
  letter-spacing: 0.02em;
}
.skip { position: absolute; left: -999px; }
.skip:focus { left: 1rem; top: 1rem; background: #fff; padding: 0.5rem; z-index: 20; }

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem 1rem;
  padding: 0.7rem 4vw;
  background: var(--red);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}
.brand {
  color: #fff;
  text-decoration: none;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.brand span { font-weight: 500; opacity: 0.9; }
nav {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
}
nav a {
  color: #fff;
  text-decoration: none;
  font-family: Oswald, sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
nav a[aria-current="page"] { color: var(--gold); }
.nav-cta {
  background: var(--gold);
  color: var(--ink) !important;
  padding: 0.45rem 0.85rem;
  font-family: Oswald, sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}
.cta-short { display: none; }
.nav-cta--bar {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.nav-end { display: none; }
.nav-toggle {
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px 8px;
  border: 1px solid var(--gold);
  border-radius: 2px;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--gold);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hero {
  overflow: hidden;
  background: var(--cream);
  position: relative;
}
.hero-stack {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(240px, 1fr) minmax(220px, 1.05fr);
  align-items: center;
}
.then-now { display: none; }
.hero-badge {
  display: block;
  width: min(340px, 100%);
  height: auto;
  object-fit: contain;
  object-position: center top;
  margin: 0.35rem 0.4rem 0.35rem 0.8rem;
}
.hero-copy {
  padding: 1.8rem 1.4rem 2rem;
  align-self: center;
  max-width: 36rem;
}
.hero-copy h1 {
  font-family: "Alfa Slab One", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  color: var(--red);
  margin: 0.2rem 0 0.5rem;
  line-height: 1.15;
}
.hero-kicker {
  font-family: Oswald, sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
  margin: 0;
  color: var(--red);
}
.hero-lead { margin: 0 0 0.75rem; overflow-wrap: break-word; }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0.4rem 0 0;
}
.hero-wash {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: 30% center;
  border-left: 3px solid var(--gold);
}

.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}
.services article {
  text-align: center;
  padding: 2rem 1rem;
  border-right: 1px solid var(--gold);
}
.services article:last-child { border-right: 0; }
.services svg {
  width: 52px;
  height: 52px;
  color: var(--ink);
}
.services h2 {
  font-family: Oswald, sans-serif;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0.8rem 0 0;
}

.section { padding: 3.2rem 6vw; max-width: 1100px; margin: 0 auto; }
.kicker {
  font-family: Oswald, sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--red);
  margin: 0;
}
.section h1, .section h2, .faq h2, .gallery h2, .story-hero h1 {
  font-family: "Alfa Slab One", Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--red);
  margin: 0.3rem 0 0.8rem;
  line-height: 1.15;
}
.section-lead { max-width: 40rem; }
.motto {
  font-family: Oswald, sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-2);
  font-weight: 600;
}
.meet { background: #fffaf2; max-width: none; }
.meet h2, .meet .kicker, .meet p, .meet .btn {
  max-width: 1100px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1.4rem;
}
.card {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 1.1rem 1.15rem 1.2rem;
}
.card h3 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
}
.card .price {
  font-family: Oswald, sans-serif;
  color: var(--red);
  margin: 0 0 0.5rem;
}
.card ul {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
}
.featured { border-color: var(--gold); box-shadow: 0 0 0 2px var(--gold); }

.jobs {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.2rem;
}
.job {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 1rem;
}
.job-meta {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  margin: 0 0 0.75rem;
}
.ba {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}
.ba figure { margin: 0; }
.ba img, .slot {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 3px solid var(--red);
  display: block;
}
.slot {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.8rem;
  background: repeating-linear-gradient(-45deg, #efe6d4, #efe6d4 8px, #f7f1e4 8px, #f7f1e4 16px);
  color: var(--muted);
  font-size: 0.9rem;
}
.ba figcaption {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: Oswald, sans-serif;
  margin-top: 0.35rem;
}

.why-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2rem;
  display: grid;
  gap: 0.85rem;
  max-width: 42rem;
}
.why-list li {
  border-left: 4px solid var(--gold);
  padding-left: 0.85rem;
}

.book { background: #ebe3d2; max-width: none; }
.form { max-width: 42rem; }
fieldset {
  border: 1px solid var(--line);
  margin: 0 0 1rem;
  padding: 1rem;
  background: var(--card);
}
legend {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  padding: 0 0.4rem;
}
label { display: block; margin: 0.65rem 0; font-weight: 600; }
.optional { font-weight: 400; color: var(--muted); font-size: 0.9rem; }
input, select, textarea {
  display: block;
  width: 100%;
  margin-top: 0.3rem;
  padding: 0.65rem 0.7rem;
  border: 1px solid var(--line);
  font: inherit;
  background: #fff;
}
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.addons label { font-weight: 400; display: flex; gap: 0.5rem; align-items: center; }
.addons input { width: auto; margin: 0; }
.hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}
.pay-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.btn {
  display: inline-block;
  background: var(--gold);
  color: var(--ink);
  border: 0;
  padding: 0.75rem 1.15rem;
  font-family: Oswald, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}
.btn:hover { background: var(--gold-2); }
.btn-ghost {
  background: transparent;
  color: #fff;
  box-shadow: inset 0 0 0 2px var(--gold);
}
.hero-copy .btn-ghost,
.book .btn-ghost {
  color: var(--ink);
  box-shadow: inset 0 0 0 2px var(--red);
}
.btn:disabled { opacity: 0.6; cursor: not-allowed; }
.fine { font-size: 0.9rem; color: var(--muted); }
.notice, .error { padding: 0.8rem 1rem; margin-bottom: 1rem; }
.notice { background: #fff3d6; }
.error { background: #f8d6d6; color: var(--err); }
.hidden { display: none; }

.story-page .story-hero { padding-bottom: 1rem; }
.story-badge { margin: 1.2rem 0 0; max-width: 280px; }
.story-badge .hero-badge { margin: 0; width: min(280px, 100%); }
.story-badge figcaption { font-size: 0.9rem; color: var(--muted); margin-top: 0.6rem; }
.archive-section { padding-top: 1.2rem; }
.archive-body { white-space: pre-wrap; max-width: 42rem; }
.archive-items {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}
.archive-item {
  background: var(--card);
  border: 1px dashed var(--gold-2);
  padding: 1rem;
}
.archive-item:not(.placeholder) { border-style: solid; }
.archive-item h3 {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-size: 0.95rem;
  margin: 0 0 0.4rem;
}

footer {
  background: var(--red-deep);
  color: #f4efe4;
  text-align: center;
  padding: 0 6vw 2.5rem;
}
.range {
  height: 88px;
  margin: 0 -6vw 1.2rem;
  background:
    linear-gradient(transparent, var(--red-deep)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 120'%3E%3Cpath fill='%23161412' d='M0 120V70l60-40 50 28 70-48 80 50 90-60 70 40 80-36 90 46 70-30 80 40V120z'/%3E%3Cpath fill='%237a1218' d='M0 120V90l80-24 90 18 70-28 100 30 90-20 80 22 90-18 80 20 120-10V120z'/%3E%3C/svg%3E")
    center bottom / cover no-repeat;
}
footer .motto { color: var(--gold); margin-bottom: 0.4rem; }
footer a { color: var(--gold); }
.legal {
  font-size: 0.82rem;
  line-height: 1.45;
  max-width: 46rem;
  margin: 1rem auto 0;
  color: #e4d7c0;
}

@media (min-width: 901px) {
  .nav-cta--bar { display: none; }
  .nav-toggle { display: none; }
}

@media (max-width: 900px) {
  main {
    display: flex;
    flex-direction: column;
  }
  .services { grid-template-columns: 1fr 1fr; }
  .services article:nth-child(2n) { border-right: 0; }
  .services article:nth-child(-n+2) { border-bottom: 1px solid var(--gold); }

  .nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.4rem 0.45rem;
    padding: 0.5rem 0.75rem;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
  }
  .brand {
    min-width: 0;
    white-space: normal;
    line-height: 1.15;
    font-size: 0.84rem;
  }
  .brand span {
    display: block;
    font-size: 0.64rem;
    letter-spacing: 0.12em;
  }
  .nav-end {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex: 0 0 auto;
    justify-self: end;
    min-width: max-content;
  }
  .nav-cta--bar {
    display: inline-block;
    white-space: nowrap;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    padding: 0.35rem 0.55rem;
    flex-shrink: 0;
    justify-self: end;
    min-width: max-content;
  }
  .cta-full { display: none; }
  .cta-short { display: inline; }
  .nav-toggle {
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid var(--gold);
    border-radius: 2px;
    flex-shrink: 0;
    justify-self: end;
  }
  .nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  nav {
    display: none;
    grid-column: 1 / -1;
    margin: 0.15rem 0 0;
    padding: 0.35rem 0 0.4rem;
    border-top: 1px solid rgba(212, 168, 75, 0.45);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .nav-open nav { display: flex; }
  nav a {
    padding: 0.7rem 0.15rem;
    border-bottom: 1px solid rgba(244, 239, 228, 0.12);
  }
  nav .nav-cta { display: none; }

  .hero { max-width: 100%; }
  .hero-stack {
    display: flex;
    flex-direction: column;
  }
  .then-now {
    display: block;
    margin: 0;
    padding: 0.55rem 0.75rem 0;
    background: var(--cream);
    color: var(--muted);
    font-family: Oswald, sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
  }
  .then-now span { color: var(--red); }
  .hero-badge {
    width: min(58vw, 220px);
    max-width: 220px;
    margin: 0.45rem auto 0.1rem;
  }
  .hero-copy {
    padding: 0.7rem 0.85rem 0.9rem;
    text-align: center;
    max-width: none;
  }
  .hero-copy h1 {
    font-family: Pacifico, cursive;
    font-size: clamp(1.02rem, 4.6vw, 1.32rem);
    line-height: 1.25;
    overflow-wrap: anywhere;
  }
  .hero-lead {
    font-size: 0.95rem;
    padding: 0 0.15rem 0.2rem;
    overflow-wrap: break-word;
  }
  .hero-copy .hero-actions {
    justify-content: center;
  }
  .hero-wash {
    min-height: 0;
    height: min(58vw, 226px);
    border-left: 0;
    border-top: 3px solid var(--gold);
  }
}

@media (max-width: 430px) {
  .nav { padding: 0.45rem 0.65rem; gap: 0.35rem 0.4rem; }
  .brand { font-size: 0.78rem; }
}
@media (max-width: 640px) {
  .row, .ba { grid-template-columns: 1fr; }
  .services { grid-template-columns: 1fr; }
  .services article { border-right: 0; border-bottom: 1px solid var(--gold); }
}
