:root {
  --navy: #071a34;
  --navy-2: #0c2d58;
  --blue: #176bff;
  --blue-bright: #2b7cff;
  --ink: #111827;
  --muted: #586474;
  --line: #dce3eb;
  --soft: #f3f6f9;
  --white: #ffffff;
  --orange: #ff6a19;
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
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; }

.announcement {
  padding: .62rem 1rem;
  color: white;
  background: var(--blue);
  text-align: center;
  font-size: .86rem;
  letter-spacing: .02em;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  padding: .8rem clamp(1.2rem, 5vw, 5rem);
  color: white;
  background: rgba(7, 26, 52, .96);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
}

.brand { display: inline-flex; flex-direction: column; text-decoration: none; line-height: .9; }
.brand-name { font-family: var(--display); font-size: 2rem; font-weight: 800; letter-spacing: .03em; }
.brand-name span { color: var(--blue-bright); }
.brand-sub { margin-top: .3rem; color: #b9cee8; font-size: .62rem; font-weight: 700; letter-spacing: .23em; }

nav { display: flex; align-items: center; gap: clamp(1rem, 2.6vw, 2.5rem); }
nav a { color: #dce9f7; font-size: .9rem; font-weight: 600; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: white; }
.menu-button { display: none; }

.hero {
  display: grid;
  min-height: min(790px, calc(100vh - 110px));
  grid-template-columns: 1.02fr .98fr;
  color: white;
  background: var(--navy);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.4rem, 6vw, 7rem);
}

.eyebrow { margin: 0 0 1rem; color: var(--blue); font-size: .77rem; font-weight: 800; letter-spacing: .18em; }
.eyebrow.light { color: #8ebcff; }
h1, h2, h3 { margin-top: 0; font-family: var(--display); line-height: .98; }
h1 { max-width: 760px; margin-bottom: 1.5rem; font-size: clamp(4rem, 7.5vw, 8rem); letter-spacing: -.025em; text-transform: uppercase; }
h2 { margin-bottom: 1.2rem; font-size: clamp(2.6rem, 5vw, 5rem); letter-spacing: -.018em; text-transform: uppercase; }
h3 { margin-bottom: .7rem; font-size: 1.65rem; text-transform: uppercase; }
p { margin-top: 0; }
.hero-lead { max-width: 640px; margin-bottom: 2rem; color: #cdd9e8; font-size: clamp(1.05rem, 1.55vw, 1.3rem); }

.hero-actions, .location-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .75rem 1.15rem; border: 1px solid transparent; border-radius: 4px; font-size: .91rem; font-weight: 800; text-decoration: none; }
.button-primary { color: white; background: var(--blue); box-shadow: 0 12px 28px rgba(23, 107, 255, .24); }
.button-primary:hover { background: #0759e8; }
.button-facebook { color: var(--navy); background: white; }
.button-facebook:hover { background: #eaf2ff; }
.button-secondary { color: white; border-color: rgba(255,255,255,.35); }
.button-secondary:hover { background: rgba(255,255,255,.08); }
.button-white { color: var(--navy); background: white; }
.today-note { margin: 1.1rem 0 0; color: #91a6bf; font-size: .85rem; }

.hero-photo { position: relative; min-height: 620px; margin: 0; overflow: hidden; }
.hero-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(7,26,52,.55), transparent 35%); pointer-events: none; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo figcaption { position: absolute; z-index: 2; right: 1.4rem; bottom: 1.4rem; padding: .5rem .8rem; color: white; background: rgba(7,26,52,.86); border-left: 3px solid var(--blue); font-size: .8rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.proof-strip { display: grid; max-width: 1380px; margin: -1px auto 0; grid-template-columns: repeat(3, 1fr); background: white; border-bottom: 1px solid var(--line); }
.proof-strip article { display: flex; flex-direction: column; padding: 1.8rem clamp(1rem, 3vw, 3rem); border-right: 1px solid var(--line); }
.proof-strip article:last-child { border: 0; }
.proof-strip strong { color: var(--navy); font-family: var(--display); font-size: 2.2rem; line-height: 1; text-transform: uppercase; }
.proof-strip span { margin-top: .35rem; color: var(--muted); font-size: .82rem; font-weight: 600; }

.section { padding: clamp(4.5rem, 9vw, 8rem) clamp(1.3rem, 6vw, 7rem); }
.section-heading { display: grid; max-width: 1100px; grid-template-columns: 1.05fr .95fr; column-gap: clamp(2rem, 7vw, 8rem); align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { margin-bottom: 0; color: var(--navy); }
.section-heading > p:last-child { margin-bottom: .25rem; color: var(--muted); font-size: 1.08rem; }

.steps { display: grid; margin-top: 4rem; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.step { min-height: 250px; padding: clamp(1.6rem, 3vw, 2.8rem); background: white; }
.step > span { display: block; margin-bottom: 3.5rem; color: var(--blue); font-family: var(--display); font-size: 1.1rem; font-weight: 800; }
.step h3 { color: var(--navy); }
.step p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }

.shop-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 7vw, 8rem); color: white; background: var(--navy); }
.shop-copy { align-self: center; }
.shop-copy > p:not(.eyebrow) { max-width: 580px; color: #bccde1; font-size: 1.07rem; }
.category-list { display: grid; margin: 2.5rem 0 0; padding: 0; grid-template-columns: 1fr 1fr; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.category-list li { padding: .82rem 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: .9rem; font-weight: 700; }
.category-list li:nth-child(odd) { padding-right: 1rem; }
.photo-grid { display: grid; min-height: 660px; grid-template-columns: 1.18fr .82fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.photo-grid figure { margin: 0; overflow: hidden; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.photo-grid figure:hover img { transform: scale(1.02); }

.visit { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; background: var(--soft); }
.visit-card { padding: clamp(2rem, 5vw, 4.5rem); }
.hours-card { background: white; border: 1px solid var(--line); }
.hours-card h2 { color: var(--navy); }
.hours { margin: 2rem 0 0; }
.hours div { display: flex; justify-content: space-between; gap: 1rem; padding: .64rem 0; border-bottom: 1px solid var(--line); }
.hours dt { color: var(--muted); }
.hours dd { margin: 0; color: var(--navy); font-weight: 700; }
.location-card { display: flex; flex-direction: column; justify-content: center; color: white; background: var(--blue); }
.location-card address { margin-bottom: 2.2rem; font-style: normal; font-size: 1.2rem; }
.text-link { color: white; font-weight: 800; text-underline-offset: 4px; }

.faq { background: white; }
.section-heading.compact { display: block; }
.section-heading.compact h2 { color: var(--navy); }
.faq-list { max-width: 920px; margin-top: 2rem; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 1.35rem 2.5rem 1.35rem 0; color: var(--navy); cursor: pointer; font-weight: 750; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { position: absolute; top: 1.28rem; right: .25rem; content: "+"; color: var(--blue); font-family: var(--display); font-size: 1.5rem; }
details[open] summary::after { content: "–"; }
details p { max-width: 760px; padding: 0 2.5rem 1.4rem 0; color: var(--muted); }

.closing { position: relative; display: grid; min-height: 440px; align-items: center; overflow: hidden; color: white; background: var(--navy); }
.closing::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(7,26,52,.96) 0%, rgba(7,26,52,.78) 55%, rgba(7,26,52,.38) 100%); }
.closing > img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.closing > div { position: relative; z-index: 2; max-width: 760px; padding: clamp(3rem, 8vw, 7rem); }
.closing h2 { margin-bottom: 1.8rem; }

footer { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 2rem; padding: 2.5rem clamp(1.3rem, 6vw, 7rem); color: #9fb0c5; background: #041225; font-size: .78rem; }
.footer-brand { color: white; }
footer p { margin: 0; }

@media (max-width: 900px) {
  .site-header { min-height: 68px; }
  .menu-button { display: block; padding: .55rem .75rem; color: white; background: transparent; border: 1px solid rgba(255,255,255,.35); border-radius: 4px; font: 700 .82rem var(--body); }
  nav { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .5rem 1.2rem 1rem; background: var(--navy); }
  nav.open { display: flex; }
  nav a { padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 580px; }
  .hero-photo { min-height: 520px; }
  .proof-strip { grid-template-columns: 1fr 1fr 1fr; }
  .section-heading, .shop-section, .visit { grid-template-columns: 1fr; }
  .section-heading { gap: 1rem; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 0; }
  .step > span { margin-bottom: 1.8rem; }
  .photo-grid { min-height: 680px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.15fr .85fr; }
  footer { grid-template-columns: 1fr; align-items: start; gap: 1rem; }
}

@media (max-width: 600px) {
  .announcement { font-size: .74rem; }
  .brand-name { font-size: 1.7rem; }
  .hero-copy { min-height: 520px; padding-top: 4rem; padding-bottom: 4rem; }
  h1 { font-size: clamp(3.5rem, 17vw, 5.4rem); }
  .hero-actions .button { width: 100%; }
  .hero-photo { min-height: 470px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip article { flex-direction: row; align-items: baseline; gap: .8rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip article:last-child { border-bottom: 0; }
  .proof-strip strong { font-size: 1.8rem; }
  .section-heading > p:last-child { font-size: 1rem; }
  .category-list { grid-template-columns: 1fr; }
  .category-list li:nth-child(odd) { padding-right: 0; }
  .photo-grid { min-height: auto; grid-template-columns: 1fr; }
  .photo-grid figure { height: 430px; }
  .photo-grid figure:last-child { height: 330px; }
  .closing { min-height: 500px; }
  .closing::after { background: rgba(7,26,52,.8); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .photo-grid img { transition: none; }
}
