:root {
  --cream: #f3efe8;
  --sand: #d8c8b3;
  --clay: #ad6733;
  --deep: #2f2721;
  --olive: #685f55;
  --ink: #1f1915;
  --ink-hover: #2a221d;
  --accent: #c27a3d;
  --accent-hover: #a86331;
  --hero-overlay-left: rgba(20, 16, 13, 0.84);
  --hero-overlay-mid: rgba(20, 16, 13, 0.62);
  --hero-overlay-right: rgba(20, 16, 13, 0.18);
  --hero-title: #f5efe5;
  --hero-copy: rgba(245, 239, 229, 0.94);
  --hero-card-bg: rgba(116, 105, 91, 0.62);
  --hero-card-border: rgba(245, 239, 229, 0.12);
  --hero-card-role: rgba(245, 239, 229, 0.9);
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(33, 27, 22, 0.18);
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --container-max-width: 1400px;
  --border-radius-sm: 12px;
  --border-radius-md: 18px;
  --border-radius-lg: 28px;
  --border-radius-xl: 999px;
}

/* Fonts */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/cormorantgaramond/v21/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYqXtK.woff2")
    format("woff2");
}

@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src:
    url("/fonts/source-sans.woff2") format("woff2"),
    url("https://fonts.gstatic.com/s/sourcesans3/v15/nwpStKy2OAdR1K-IwhWudF-R3w8aZQ.woff2")
      format("woff2");
}

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

body {
  font-family: "Source Sans 3", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top left, #faf6ef 0%, var(--cream) 45%, #ece3d6 100%);
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--ink);
  color: var(--white);
  padding: var(--spacing-sm) var(--spacing-md);
  border-radius: var(--border-radius-sm);
  z-index: 100;
}

.skip-link:focus-visible {
  top: 0;
}

*:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.page {
  display: flex;
  flex-direction: column;
  gap: 96px;
  padding: 32px 6vw 64px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: sticky;
  top: 0;
  padding: 20px 0;
  background: linear-gradient(180deg, rgba(247, 241, 232, 0.95) 0%, rgba(247, 241, 232, 0.7) 70%, rgba(247, 241, 232, 0) 100%);
  z-index: 10;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: conic-gradient(from 180deg at 50% 50%, #e7c298, #b8703f, #f0d2b1, #e7c298);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
}

.site-nav {
  display: flex;
  gap: 18px;
  font-size: 15px;
}

.site-nav a {
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.site-nav a:hover {
  border-color: var(--accent);
}

.lang-switch {
  display: flex;
  gap: 8px;
}

.lang-switch button {
  border: 1px solid var(--sand);
  background: var(--white);
  color: var(--ink);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.lang-switch button.active {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  align-items: center;
  position: relative;
  padding: 56px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: rgba(52, 43, 36, 0.2);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    95deg,
    var(--hero-overlay-left) 0%,
    var(--hero-overlay-mid) 42%,
    var(--hero-overlay-right) 74%,
    rgba(20, 16, 13, 0.06) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("assets/atelier.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.58;
  filter: saturate(0.72) contrast(1.03) sepia(0.08);
  z-index: 0;
}

.hero-content {
  position: relative;
  display: grid;
  gap: 16px;
  z-index: 2;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  color: var(--accent);
}

.hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  color: var(--hero-title);
}

.hero-subtitle {
  font-size: 18px;
  line-height: 1.6;
  max-width: 480px;
  color: var(--hero-copy);
}

.cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.btn.primary {
  background: var(--accent);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(31, 23, 18, 0.28);
}

.btn.ghost {
  background: rgba(8, 7, 6, 0.16);
  border-color: rgba(245, 239, 229, 0.78);
  color: var(--hero-title);
}

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

.btn.primary:hover {
  background: var(--accent-hover);
  box-shadow: 0 12px 24px rgba(31, 23, 18, 0.32);
}

.hero-meta {
  font-size: 14px;
  color: var(--hero-copy);
}

.cta-hint {
  font-size: 12px;
  color: rgba(245, 239, 229, 0.78);
}

.hero-card {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 16px;
  justify-items: center;
  text-align: center;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}

.hero-photo {
  background: rgba(255, 255, 255, 0.08);
  padding: 18px;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.hero-card img {
  display: block;
  width: min(240px, 70vw);
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.hero-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  color: var(--hero-title);
}

.hero-role {
  font-size: 14px;
  color: var(--hero-card-role);
}

.section {
  display: grid;
  gap: 24px;
}

.section-header h2,
.section h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
}

.section-header p {
  color: var(--olive);
  max-width: 520px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--spacing-md);
  container-type: inline-size;
}

.card {
  background: var(--white);
  padding: 18px 20px;
  border-radius: 18px;
  box-shadow: 0 10px 20px rgba(33, 27, 22, 0.08);
  font-weight: 600;
}

@container (min-width: 500px) {
  .card {
    padding: var(--spacing-lg);
  }
}

.reviews {
  gap: 20px;
}

.seo-text {
  color: var(--olive);
  font-size: 14px;
  line-height: 1.7;
  max-width: 760px;
}

.review-marquee {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.review-track {
  display: flex;
  gap: 16px;
  width: max-content;
  padding: 18px 22px;
  animation: reviewMarquee 28s linear infinite;
  will-change: transform;
}

.review-marquee::-webkit-scrollbar {
  height: 0;
}

.review-marquee.is-paused .review-track {
  animation-play-state: paused;
}

.review-card {
  min-width: 240px;
  max-width: 280px;
  background: var(--white);
  padding: 16px 18px;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(33, 27, 22, 0.08);
  display: grid;
  gap: 8px;
  scroll-snap-align: start;
}

.review-stars {
  color: var(--accent);
  letter-spacing: 2px;
  font-size: 14px;
}

.review-text {
  font-size: 14px;
  line-height: 1.5;
}

.review-author {
  font-weight: 600;
  font-size: 13px;
  color: var(--olive);
}

.review-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.review-note {
  color: var(--olive);
  font-size: 14px;
}

.split {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: start;
}

.feature {
  background: var(--white);
  padding: 24px;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.feature-label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  color: var(--olive);
  margin-bottom: 14px;
}

.feature ul {
  display: grid;
  gap: 12px;
  list-style: none;
  font-weight: 600;
}

.feature li::before {
  content: "\2022";
  margin-right: 10px;
  color: var(--accent);
}

.hours {
  display: grid;
  gap: 12px;
  background: var(--white);
  padding: 24px;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.hours-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-weight: 600;
}

.muted {
  color: var(--olive);
  font-size: 14px;
}

.contact {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: start;
  gap: 32px;
}

.contact-block {
  display: grid;
  gap: 6px;
  margin: 12px 0;
}

.label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  color: var(--olive);
}

.contact-link {
  font-weight: 600;
  font-size: 18px;
}

.contact-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.map iframe {
  width: 100%;
  min-height: 280px;
  border: none;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: var(--olive);
  padding-top: 24px;
  border-top: 1px solid rgba(91, 90, 69, 0.2);
}

.hero-card,
.card,
.review-card {
  transform: translateZ(0);
  backface-visibility: hidden;
}

@media (max-width: 900px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    flex-wrap: wrap;
  }

  .hero {
    padding: 32px;
  }
}

@media (max-width: 640px) {
  .page {
    padding: 24px 6vw 48px;
    gap: 72px;
  }

  .site-header {
    position: static;
  }

  .hero {
    padding: 28px;
  }

  .hours-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .section,
  .hero {
    animation: fadeUp 0.8s ease both;
  }
}

@media print {
  .hero-bg,
  .lang-switch,
  .review-marquee,
  .map iframe {
    display: none !important;
  }

  .page {
    padding: 0;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    font-weight: normal;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes reviewMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
