/* =========================================
   Ember & Iron — Dark, Sharp Theme
   ========================================= */

:root {
  --color-primary: #f59e0b;
  --color-bg: #0d0d0f;
  --color-bg-alt: #141417;
  --color-surface: #1c1c20;
  --color-surface-2: #232328;
  --color-border: #2c2c32;
  --color-text: #ededed;
  --color-text-dim: #c4c4c8;
  --color-muted: #85858c;
  --container: 1200px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font-heading: "Bebas Neue", "Oswald", Impact, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* Respect prefers-contrast */
@media (prefers-contrast: more) {
  :root {
    --color-muted: #b8b8bc;
    --color-text-dim: #ffffff;
    --color-border: #5a5a60;
  }
}

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  color: #fff;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); letter-spacing: 2px; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: 1.5px; }
h3 { font-size: 1.5rem; letter-spacing: 1px; }
h4 { font-size: 1rem; letter-spacing: 1px; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.5rem;
}

section { padding: 6rem 0; position: relative; }

.section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 3.5rem;
}

.section-header p { color: var(--color-muted); margin-top: 1rem; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.95rem 1.85rem;
  border-radius: 0;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.25s var(--ease);
  white-space: nowrap;
  font-family: var(--font-body);
  position: relative;
}
.btn-primary {
  background: var(--color-primary);
  color: #0d0d0f;
  border-color: var(--color-primary);
}
.btn-primary:hover {
  background: transparent;
  color: var(--color-primary);
}
.btn-outline {
  background: transparent;
  border-color: rgba(255,255,255,0.25);
  color: #fff;
}
.btn-outline:hover {
  background: #fff;
  color: var(--color-bg);
  border-color: #fff;
}

/* =========================================
   Header / Navigation
   ========================================= */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(13, 13, 15, 0.8);
  backdrop-filter: saturate(160%) blur(18px);
  -webkit-backdrop-filter: saturate(160%) blur(18px);
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.site-header.scrolled {
  background: rgba(13, 13, 15, 0.95);
  border-bottom-color: var(--color-border);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 0;
}

.brand {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  letter-spacing: 3px;
}
.brand .brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  background: var(--color-primary);
  color: var(--color-bg);
  font-size: 1rem;
  border: 1px solid var(--color-primary);
}

.nav-links {
  display: flex;
  gap: 2.25rem;
  list-style: none;
  align-items: center;
}
.nav-links a {
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-text-dim);
  position: relative;
  transition: color 0.2s ease;
}
.nav-links a:hover,
.nav-links a.active { color: var(--color-primary); }
.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -8px;
  height: 2px;
  background: var(--color-primary);
}

.nav-cta { display: flex; align-items: center; gap: 1rem; }

.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  width: 44px; height: 44px;
  cursor: pointer;
  padding: 10px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =========================================
   Hero
   ========================================= */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  padding-top: 80px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(10,10,12,0.85), rgba(10,10,12,0.55)),
              url("https://images.unsplash.com/photo-1544148103-0773bf10d330?auto=format&fit=crop&w=1920&q=80") center/cover no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(245,158,11,0.18), transparent 60%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, var(--color-bg));
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}
.hero-inner h1 { max-width: 860px; margin-bottom: 1.5rem; color: #fff; }
.hero-inner h1 .accent { display: block; }
.hero-inner p {
  font-size: 1.15rem;
  max-width: 560px;
  margin-bottom: 2.25rem;
  color: rgba(255,255,255,0.85);
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.hero-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.55);
  font-size: 0.7rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  z-index: 2;
}
.hero-scroll::after {
  content: "";
  display: block;
  width: 1px; height: 32px;
  background: rgba(255,255,255,0.4);
  margin: 0.75rem auto 0;
  animation: scrollPulse 1.8s infinite;
}
@keyframes scrollPulse {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* =========================================
   About
   ========================================= */
.about { background: var(--color-bg-alt); }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.about-image {
  overflow: hidden;
  aspect-ratio: 4/5;
  border: 1px solid var(--color-border);
  position: relative;
}
.about-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--color-primary);
  transform: translate(14px, 14px);
  z-index: -1;
}
.about-image img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(0.2) contrast(1.05);
  transition: all 0.6s ease;
}
.about-image:hover img { filter: none; transform: scale(1.03); }

.about-content h2 { margin-bottom: 1.25rem; }
.about-content > p { color: var(--color-text-dim); margin-bottom: 1.5rem; font-size: 1.05rem; }

.info-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 2.5rem;
  border: 1px solid var(--color-border);
}
.info-card {
  background: var(--color-surface);
  padding: 1.5rem 1.25rem;
  border-right: 1px solid var(--color-border);
  transition: background 0.25s ease;
}
.info-card:last-child { border-right: 0; }
.info-card:hover { background: var(--color-surface-2); }
.info-card .icon {
  width: 38px; height: 38px;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 0.85rem;
  border: 1px solid var(--color-primary);
}
.info-card h4 {
  font-family: var(--font-body);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--color-muted);
  margin-bottom: 0.4rem;
  font-weight: 700;
}
.info-card p { font-size: 0.9rem; color: var(--color-text); margin: 0; line-height: 1.55; }
.info-card a { color: var(--color-text); }
.info-card a:hover { color: var(--color-primary); }

/* =========================================
   Specialties
   ========================================= */
.specialties-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding: 0;
  list-style: none;
}
.specialties-grid > li { list-style: none; }
.specialty-card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 3/4;
  border: 1px solid var(--color-border);
  transition: transform 0.4s var(--ease), border-color 0.3s ease;
  color: inherit;
  text-decoration: none;
}
.specialty-card:hover,
.specialty-card:focus-visible { border-color: var(--color-primary); }
.specialty-card img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(0.4) brightness(0.75);
  transition: all 0.6s ease;
}
.specialty-card:hover img {
  filter: none;
  transform: scale(1.08);
}
.specialty-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(13,13,15,0.92) 0%, rgba(13,13,15,0.35) 45%, transparent 70%);
}
.specialty-info {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1.75rem;
  color: #fff;
  z-index: 2;
}
.specialty-info .number {
  color: var(--color-primary);
  font-family: var(--font-heading);
  font-size: 0.9rem;
  letter-spacing: 3px;
  margin-bottom: 0.5rem;
  display: block;
}
.specialty-info h3 {
  color: #fff;
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
}
.specialty-info p { font-size: 0.9rem; color: rgba(255,255,255,0.8); }

/* =========================================
   Favorites
   ========================================= */
.favorites { background: var(--color-bg-alt); }
.favorites-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--color-border);
}
.favorites-grid > li { list-style: none; }
.favorite-card {
  background: var(--color-surface);
  border-right: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  transition: background 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.favorites-grid > li:nth-child(3n) > .favorite-card { border-right: 0; }
.favorites-grid > li:nth-last-child(-n+3) > .favorite-card { border-bottom: 0; }
.favorite-card:hover,
.favorite-card:focus-visible { background: var(--color-surface-2); }
.favorite-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
.favorite-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.85);
  transition: all 0.5s ease;
}
.favorite-card:hover .favorite-img img { filter: brightness(1); transform: scale(1.05); }
.favorite-body { padding: 1.5rem 1.5rem 1.75rem; flex: 1; display: flex; flex-direction: column; }
.favorite-body h3 { font-size: 1.35rem; margin-bottom: 0.5rem; color: #fff; }
.favorite-body p { color: var(--color-muted); font-size: 0.9rem; margin-bottom: 0; flex: 1; }

/* =========================================
   Reviews / Slider
   ========================================= */
.reviews {
  background: var(--color-bg);
  position: relative;
}
.reviews::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b?auto=format&fit=crop&w=1920&q=40") center/cover;
  opacity: 0.06;
  pointer-events: none;
}
.reviews > .container { position: relative; z-index: 1; }

.slider {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--color-border);
  background: var(--color-surface);
}
.slider-track {
  display: flex;
  transition: transform 0.6s var(--ease);
}
.review-card {
  min-width: 100%;
  padding: 3rem 2.5rem;
  text-align: center;
}
.review-stars { color: var(--color-primary); margin-bottom: 1.25rem; letter-spacing: 6px; font-size: 1.1rem; }
.review-text {
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 1.75rem;
  color: #fff;
  font-family: var(--font-body);
  font-weight: 300;
}
.review-text::before { content: "“ "; color: var(--color-primary); }
.review-text::after { content: " ”"; color: var(--color-primary); }
.reviewer { display: flex; align-items: center; justify-content: center; gap: 0.85rem; }
.reviewer-avatar {
  width: 44px; height: 44px;
  background: var(--color-primary);
  display: flex; align-items: center; justify-content: center;
  color: var(--color-bg);
  font-weight: 700;
  font-family: var(--font-heading);
  letter-spacing: 1px;
  font-size: 1rem;
}
.reviewer-name { font-weight: 600; color: #fff; }

.slider-controls {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}
.slider-btn {
  width: 44px; height: 44px;
  border: 1px solid var(--color-border);
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: all 0.25s ease;
  font-size: 1rem;
}
.slider-btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-bg);
}
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  margin-top: 0.75rem;
}
.slider-dots button {
  width: 44px; height: 24px;
  padding: 11px 10px;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.slider-dots button::before {
  content: "";
  display: block;
  width: 24px; height: 2px;
  background: rgba(255,255,255,0.2);
  transition: background 0.3s ease, width 0.3s ease;
}
.slider-dots button.active::before { background: var(--color-primary); width: 36px; }
.slider-dots button:hover::before { background: rgba(255,255,255,0.5); }
.slider-dots button.active:hover::before { background: var(--color-primary); }
/* Pause/Play button for the reviews slider */
.slider-pause {
  width: 44px; height: 44px;
  border: 1px solid var(--color-border);
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 0.85rem;
  transition: all 0.25s ease;
  margin-left: 0.5rem;
}
.slider-pause:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-bg);
}

/* =========================================
   CTA Sections
   ========================================= */
.cta-order {
  background: linear-gradient(135deg, rgba(13,13,15,0.78), rgba(13,13,15,0.88)),
              url("https://images.unsplash.com/photo-1504754524776-8f4f37790ca0?auto=format&fit=crop&w=1920&q=80") center/cover no-repeat;
  color: #fff;
  text-align: center;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.cta-order h2 {
  color: #fff;
  margin-bottom: 1.25rem;
}
.cta-order h2 .accent { color: var(--color-primary); }
.cta-order p {
  max-width: 580px;
  margin: 0 auto 2rem;
  color: var(--color-text-dim);
  font-size: 1.1rem;
}

.cta-social {
  text-align: center;
  background: var(--color-bg-alt);
}
.social-icons {
  display: flex;
  justify-content: center;
  gap: 0;
  margin: 2.5rem auto 0;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
  border: 1px solid var(--color-border);
  width: fit-content;
}
.social-icons > li {
  list-style: none;
  border-right: 1px solid var(--color-border);
  display: flex;
}
.social-icons > li:last-child { border-right: 0; }
.social-icon {
  width: 60px; height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-surface);
  color: var(--color-text);
  font-size: 1.15rem;
  transition: all 0.25s ease;
}
.social-icon:hover {
  background: var(--color-primary);
  color: var(--color-bg);
}
.social-icon .social-svg { width: 22px; height: 14px; fill: currentColor; display: block; }
.footer-social .social-svg { width: 18px; height: 11px; fill: currentColor; display: block; }

/* =========================================
   Page Hero (internal pages)
   ========================================= */
.page-hero {
  padding: 11rem 0 5rem;
  text-align: center;
  background: linear-gradient(180deg, rgba(13,13,15,0.88), rgba(13,13,15,0.98)),
              url("https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b?auto=format&fit=crop&w=1920&q=80") center/cover no-repeat;
  color: #fff;
  border-bottom: 1px solid var(--color-border);
  position: relative;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 30%, var(--color-bg) 85%);
  pointer-events: none;
}
.page-hero > .container { position: relative; z-index: 1; }
.page-hero h1 { color: #fff; margin-bottom: 1rem; }
.page-hero p { color: var(--color-text-dim); max-width: 560px; margin: 0 auto; font-size: 1.05rem; }
.breadcrumb {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  color: var(--color-muted);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.breadcrumb a:hover { color: var(--color-primary); }

/* =========================================
   About Page
   ========================================= */
.story-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 4rem;
  align-items: stretch;
}
.story-img-wrap {
  position: relative;
  height: 100%;
  min-height: 100%;
  border: 1px solid var(--color-border);
  overflow: hidden;
}
.story-img-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.15);
}
.story-content { display: flex; flex-direction: column; justify-content: center; }
.story-content p { color: var(--color-text-dim); margin-bottom: 1rem; }

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 2rem;
  padding: 0;
  list-style: none;
  border: 1px solid var(--color-border);
}
.contact-grid > li { list-style: none; }
.contact-card {
  padding: 2.5rem 1.75rem;
  background: var(--color-surface);
  text-align: center;
  border-right: 1px solid var(--color-border);
  transition: background 0.3s ease;
}
.contact-card:last-child { border-right: 0; }
.contact-card:hover { background: var(--color-surface-2); }
.contact-card .icon {
  width: 58px; height: 58px;
  color: var(--color-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
  border: 1px solid var(--color-primary);
}
.contact-card h3 { margin-bottom: 0.75rem; font-size: 1.25rem; color: #fff; }
.contact-card p { color: var(--color-text-dim); line-height: 1.75; }
.contact-card a { color: var(--color-primary); font-weight: 600; }

/* =========================================
   Promotions Page
   ========================================= */
.promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.25rem;
  padding: 0;
  list-style: none;
}
.promotions-grid > li { list-style: none; }
.promo-card {
  position: relative;
  overflow: hidden;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.promo-card:hover { border-color: var(--color-primary); transform: translateY(-4px); }
.promo-img {
  aspect-ratio: 16/10;
  overflow: hidden;
  position: relative;
}
.promo-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.85);
  transition: filter 0.4s ease;
}
.promo-card:hover .promo-img img { filter: brightness(1); }
.promo-body { padding: 1.75rem; }
.promo-body h3 { margin-bottom: 0.75rem; color: #fff; }
.promo-body p { color: var(--color-text-dim); margin-bottom: 0; font-size: 0.95rem; }

.signup {
  background: var(--color-bg-alt);
  text-align: center;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.subscribe-title {
  max-width: 18ch;
  margin: 0 auto;
}
.signup-form {
  display: flex;
  flex-direction: column;
  max-width: 560px;
  margin: 2rem auto 0;
  gap: 0.6rem;
  text-align: left;
}
.signup-row {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.signup-form .field {
  flex: 1;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.signup-form .field label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color-muted);
}
.signup-form input[type="text"],
.signup-form input[type="email"],
.signup-form input[type="tel"] {
  flex: 1;
  min-width: 180px;
  padding: 0.95rem 1.15rem;
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  color: #fff;
  font-family: inherit;
  font-size: 0.95rem;
  outline: none;
  border-radius: 0;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.signup-form input[type="text"]::placeholder,
.signup-form input[type="email"]::placeholder,
.signup-form input[type="tel"]::placeholder { color: var(--color-muted); }
.signup-form input[type="text"]:focus,
.signup-form input[type="email"]:focus,
.signup-form input[type="tel"]:focus {
  background: var(--color-surface-2);
  border-color: var(--color-primary);
}
.signup-form .consent-check {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  font-size: 0.82rem;
  color: var(--color-muted);
  line-height: 1.55;
  padding: 0.35rem 0.15rem;
  cursor: pointer;
}
.signup-form .consent-check input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  border-radius: 0;
  cursor: pointer;
  position: relative;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.signup-form .consent-check input[type="checkbox"]:checked {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.signup-form .consent-check input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid var(--color-bg);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.signup-form .btn { margin: 0.5rem auto 0; align-self: center; }

/* =========================================
   Gallery Page
   ========================================= */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  padding: 0;
  list-style: none;
}
.gallery-grid > li { list-style: none; }
.gallery-item {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid var(--color-border);
}
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: grayscale(0.2) brightness(0.85);
  transition: all 0.5s ease;
}
.gallery-item:hover img,
.gallery-item:focus-visible img { filter: none; transform: scale(1.08); }
.gallery-item::after {
  content: "\f065";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  bottom: 1rem; right: 1rem;
  width: 38px; height: 38px;
  background: var(--color-primary);
  color: var(--color-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 0.85rem;
}
.gallery-item:hover::after,
.gallery-item:focus-visible::after { opacity: 1; }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.95);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 2rem;
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: 90vw;
  max-height: 85vh;
  border: 1px solid var(--color-border);
}
.lightbox-close {
  position: absolute;
  top: 1.5rem; right: 1.5rem;
  width: 48px; height: 48px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.lightbox-close:hover { background: var(--color-primary); color: var(--color-bg); border-color: var(--color-primary); }

/* =========================================
   Legal / Text Pages
   ========================================= */
.text-page {
  padding: 4rem 0;
  max-width: 880px;
  margin: 0 auto;
}
.text-page h2 {
  margin: 2.5rem 0 1rem;
  font-size: 1.4rem;
  color: var(--color-primary);
}
.text-page h2:first-child { margin-top: 0; }
.text-page p { margin-bottom: 1rem; color: var(--color-text-dim); }
.text-page ul {
  margin: 0 0 1rem 1.5rem;
  color: var(--color-text-dim);
}
.text-page li { margin-bottom: 0.6rem; }
.text-page strong { color: #fff; }
.text-page a { color: var(--color-primary); font-weight: 600; }
.text-page .updated {
  color: var(--color-muted);
  font-size: 0.8rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--color-border);
}

/* =========================================
   Footer
   ========================================= */
.site-footer {
  background: #08080a;
  color: var(--color-muted);
  padding: 5rem 0 1.75rem;
  border-top: 1px solid var(--color-border);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer-brand { max-width: 340px; }
.footer-brand .brand { color: #fff; margin-bottom: 1.25rem; }
.footer-brand p { font-size: 0.9rem; line-height: 1.75; color: var(--color-text-dim); }
.footer-col h4 {
  color: var(--color-primary);
  font-family: var(--font-body);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 1.25rem;
  font-weight: 800;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.65rem; font-size: 0.9rem; }
.footer-col a:hover { color: var(--color-primary); }
.footer-social {
  display: flex;
  gap: 0;
  margin-top: 1.25rem;
  padding: 0;
  list-style: none;
  border: 1px solid var(--color-border);
  width: fit-content;
}
.footer-social > li {
  list-style: none;
  border-right: 1px solid var(--color-border);
  display: flex;
}
.footer-social > li:last-child { border-right: 0; }
.footer-social a {
  width: 44px; height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  font-size: 0.95rem;
}
.footer-social a:hover { background: var(--color-primary); color: var(--color-bg); }

.footer-bottom {
  border-top: 1px solid var(--color-border);
  padding-top: 1.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}
.footer-credit {
  color: var(--color-muted);
  transition: color 0.2s ease;
}
.footer-credit:hover { color: var(--color-primary); }

/* =========================================
   Cookie Banner
   ========================================= */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0; right: 0;
  z-index: 200;
  background: #08080a;
  padding: 1.5rem;
  border-top: 1px solid var(--color-primary);
  display: none;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.cookie-banner.show { display: flex; }
.cookie-banner .cookie-inner {
  max-width: var(--container);
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.cookie-banner p { font-size: 0.9rem; color: var(--color-text-dim); margin: 0; flex: 1; min-width: 250px; }
.cookie-banner p strong {
  color: var(--color-primary);
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-weight: 400;
  letter-spacing: 3px;
}
.cookie-banner .cookie-actions { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.cookie-banner .btn { padding: 0.85rem 1.4rem; font-size: 0.78rem; min-height: 44px; }
.cookie-banner .btn-text {
  background: transparent;
  color: var(--color-muted);
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0.85rem 1.4rem;
  min-height: 44px;
}
.cookie-banner .btn-text:hover { color: #fff; border-color: var(--color-border); }

/* =========================================
   Inline link underlines (body text only)
   WCAG 1.4.1 — Use of Color
   ========================================= */
.text-page a,
.contact-card a,
.cookie-banner p a,
.info-card a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.text-page a:hover,
.contact-card a:hover,
.cookie-banner p a:hover,
.info-card a:hover {
  text-decoration-thickness: 2px;
}

/* =========================================
   Utility classes (replace inline styles)
   ========================================= */
.form-msg {
  margin-top: 1rem;
  font-size: 0.8rem;
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.form-msg[role="alert"] { color: var(--color-primary); }
.icon-heart { color: var(--color-primary); }

/* =========================================
   Animations
   ========================================= */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in.visible { opacity: 1; transform: none; }

/* =========================================
   Accessibility Utilities
   ========================================= */
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: var(--color-primary);
  color: var(--color-bg);
  padding: 0.9rem 1.5rem;
  z-index: 1000;
  font-weight: 800;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 0;
  outline: 3px solid #fff;
  outline-offset: -3px;
}
:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.btn:focus-visible,
.nav-links a:focus-visible,
.social-icon:focus-visible,
.footer-social a:focus-visible,
.slider-btn:focus-visible {
  outline-offset: 3px;
}
.slider-dots button {
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  background: transparent;
}
.gallery-item {
  padding: 0;
  font: inherit;
  color: inherit;
  width: 100%;
  background: transparent;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .fade-in { opacity: 1; transform: none; }
  .hero-scroll::after { animation: none; }
  .slider-track { transition: none !important; }
}

/* =========================================
   Responsive
   ========================================= */
@media (max-width: 960px) {
  .nav-links {
    position: fixed;
    top: 68px;
    left: 0; right: 0;
    flex-direction: column;
    background: #08080a;
    padding: 2rem 1.5rem;
    gap: 1.5rem;
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s linear 0.3s;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    z-index: -1;
    align-items: flex-start;
  }
  .nav-links.open {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s linear 0s;
  }
  .nav-toggle { display: inline-block; }
  .nav-cta .btn:not(.nav-toggle) { display: none; }

  .about-grid,
  .story-grid { grid-template-columns: 1fr; gap: 3rem; align-items: center; }
  .story-img-wrap { aspect-ratio: 16/10; min-height: 0; height: auto; }
  .about-image { aspect-ratio: 16/10; }
  .about-image::after { display: none; }

  .specialties-grid { grid-template-columns: repeat(2, 1fr); }
  .favorites-grid { grid-template-columns: repeat(2, 1fr); }
  .favorites-grid > li:nth-child(3n) > .favorite-card { border-right: 1px solid var(--color-border); }
  .favorites-grid > li:nth-child(2n) > .favorite-card { border-right: 0; }
  .favorites-grid > li:nth-last-child(-n+3) > .favorite-card { border-bottom: 1px solid var(--color-border); }
  .favorites-grid > li:nth-last-child(-n+2) > .favorite-card { border-bottom: 0; }

  .info-cards { grid-template-columns: 1fr; }
  .info-card { border-right: 0; border-bottom: 1px solid var(--color-border); }
  .info-card:last-child { border-bottom: 0; }

  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { border-right: 0; border-bottom: 1px solid var(--color-border); }
  .contact-card:last-child { border-bottom: 0; }

  .gallery-grid { grid-template-columns: repeat(2, 1fr); }

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

  section { padding: 4.5rem 0; }
}

@media (max-width: 560px) {
  .specialties-grid { grid-template-columns: 1fr; }
  .favorites-grid { grid-template-columns: 1fr; }
  .favorite-card { border-right: 0; border-bottom: 1px solid var(--color-border); }
  .favorites-grid > li:last-child > .favorite-card { border-bottom: 0; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 0.5rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .hero { min-height: 90vh; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .review-card { padding: 2rem 1.25rem; }
  .review-text { font-size: 1.1rem; }
}
