:root {
  --ink: #25231f;
  --charcoal: #2f3436;
  --muted: #665f55;
  --paper: #fbf6ec;
  --cream: #fffdf7;
  --linen: #ece2d2;
  --clay: #b65a3b;
  --sage: #667f62;
  --denim: #274968;
  --gold: #d3a13f;
  --rose: #b96d62;
  --line: rgba(37, 35, 31, 0.15);
  --shadow: 0 20px 55px rgba(44, 38, 30, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

img,
iframe {
  max-width: 100%;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p,
dd {
  overflow-wrap: anywhere;
}

.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 74px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgba(251, 246, 236, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--cream);
  background: var(--charcoal);
  border: 2px solid var(--gold);
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 900;
}

.brand-copy {
  display: grid;
  line-height: 1.08;
}

.brand-copy strong {
  font-size: 0.98rem;
}

.brand-copy small {
  color: var(--muted);
  font-weight: 700;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
}

.nav a {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 850;
  text-decoration: none;
}

.nav a:hover {
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.nav-line {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.08fr);
  gap: clamp(30px, 5vw, 74px);
  align-items: center;
  width: min(1210px, calc(100% - 36px));
  min-height: min(760px, calc(100svh - 74px));
  margin: 0 auto;
  padding: clamp(42px, 6vw, 74px) 0 clamp(34px, 5vw, 62px);
}

.hero-copy {
  max-width: 650px;
}

.kicker {
  margin: 0 0 13px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(3.35rem, 8.2vw, 7.1rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.lead {
  max-width: 590px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.12rem, 2.1vw, 1.42rem);
}

.signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
}

.signal-row span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 13px;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(44, 38, 30, 0.07);
}

.hero-actions,
.contact-actions,
.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: var(--cream);
  background: var(--clay);
  box-shadow: 0 14px 26px rgba(182, 90, 59, 0.25);
}

.button.soft {
  color: var(--ink);
  background: var(--linen);
  border-color: rgba(37, 35, 31, 0.12);
}

.button.full {
  width: 100%;
}

.hero-visual {
  margin: 0;
}

.hero-visual img,
.lookbook-visual img,
.outfit-band img {
  display: block;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.hero-visual img {
  aspect-ratio: 1.18 / 1;
  height: min(560px, 55vw);
}

.lookbook-visual img {
  aspect-ratio: 1.28 / 1;
  height: clamp(340px, 38vw, 520px);
}

.outfit-band img {
  aspect-ratio: 1.42 / 1;
  height: clamp(300px, 34vw, 470px);
}

.facts-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.facts-strip div {
  display: grid;
  gap: 4px;
  min-height: 96px;
  padding: 22px clamp(18px, 4vw, 54px);
  background: var(--cream);
}

.facts-strip strong {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.facts-strip span {
  color: var(--muted);
  font-weight: 750;
}

.section {
  width: min(1210px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 112px) 0;
}

.section-heading {
  display: grid;
  gap: 14px;
  max-width: 880px;
  margin-bottom: 34px;
}

.section-heading.compact {
  max-width: 720px;
}

.section h2,
.lookbook h2,
.outfit-band h2,
.location-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4.3vw, 4.15rem);
  line-height: 1;
  letter-spacing: 0;
}

.section p,
.lookbook p,
.outfit-band p {
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.message-form,
.faq details {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(44, 38, 30, 0.06);
}

.lookbook {
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(0, 0.82fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: center;
  padding: clamp(70px, 9vw, 118px) max(18px, calc((100vw - 1210px) / 2));
  background: linear-gradient(90deg, #ebe3d4, var(--paper));
}

.lookbook-copy {
  display: grid;
  gap: 16px;
}

.promo-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.promo-list a {
  display: grid;
  place-items: center;
  min-height: 54px;
  padding: 12px;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.outfit-band {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: center;
  width: min(1210px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 112px) 0;
}

.outfit-copy {
  display: grid;
  gap: 16px;
}

.location-band {
  padding: clamp(70px, 9vw, 118px) max(18px, calc((100vw - 1210px) / 2));
  background:
    linear-gradient(135deg, rgba(37, 35, 31, 0.96), rgba(39, 73, 104, 0.88)),
    radial-gradient(circle at 18% 20%, rgba(211, 161, 63, 0.28), transparent 32%);
}

.location-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(390px, 1fr);
  gap: clamp(28px, 5vw, 66px);
  align-items: center;
}

.location-copy {
  color: var(--cream);
}

.location-copy .kicker,
.location-copy h2 {
  color: var(--cream);
}

.location-copy p {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 253, 247, 0.78);
  font-size: 1.08rem;
}

.location-facts {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
}

.location-facts div {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 253, 247, 0.18);
}

.location-facts dt {
  color: rgba(255, 253, 247, 0.68);
  font-weight: 900;
}

.location-facts dd {
  margin: 0;
  color: var(--cream);
  font-weight: 850;
}

.google-map-card {
  overflow: hidden;
  min-height: 470px;
  background: var(--cream);
  border: 1px solid rgba(255, 253, 247, 0.34);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(8, 18, 32, 0.32);
}

.map-card-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 58px;
  padding: 14px 18px;
  color: var(--ink);
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}

.map-card-bar span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--clay);
  font-size: 0.84rem;
  font-weight: 950;
  text-transform: uppercase;
}

.map-card-bar span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--clay);
  border-radius: 50%;
}

.map-card-bar strong {
  font-size: 0.95rem;
}

.google-map-card iframe {
  display: block;
  width: 100%;
  height: 412px;
  border: 0;
  background: #e6edf1;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(330px, 520px);
  gap: clamp(32px, 7vw, 86px);
  align-items: start;
}

.contact-copy {
  padding-top: 10px;
}

.message-form {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 4vw, 32px);
}

.message-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 900;
}

.message-form input,
.message-form select,
.message-form textarea {
  width: 100%;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

.message-form textarea {
  resize: vertical;
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.faq {
  max-width: 860px;
}

.faq details {
  margin-top: 12px;
}

.faq summary {
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 950;
  cursor: pointer;
}

.faq details p {
  padding: 0 20px 20px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 30px clamp(18px, 4vw, 54px);
  color: var(--cream);
  background: var(--ink);
}

.site-footer div {
  display: grid;
  gap: 3px;
}

.site-footer span {
  color: rgba(255, 253, 247, 0.72);
}

.site-footer a {
  font-weight: 950;
  text-decoration: none;
}

@media (max-width: 1050px) {
}

@media (max-width: 860px) {
  .hero,
  .lookbook,
  .outfit-band,
  .location-shell,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual img,
  .lookbook-visual img,
  .outfit-band img {
    height: auto;
  }
}

@media (max-width: 940px) {
  .site-header {
    min-height: 68px;
  }

  .nav-toggle {
    display: block;
  }

  .nav {
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 18px 18px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }

  .nav-open .nav {
    display: flex;
  }

  .nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

  .facts-strip {
    grid-template-columns: 1fr;
  }

  .facts-strip div {
    min-height: auto;
    padding: 18px;
  }

  .google-map-card {
    min-height: 400px;
  }

  .google-map-card iframe {
    height: 342px;
  }
}

@media (max-width: 600px) {
  .brand-copy small {
    display: none;
  }

  .hero h1 {
    font-size: 3.1rem;
  }

  .button {
    width: 100%;
  }

  .promo-list {
    grid-template-columns: 1fr;
  }

  .location-facts div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .map-card-bar {
    align-items: flex-start;
    flex-direction: column;
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
