:root {
  --red: #b51a00;
  --red-dark: #8f1604;
  --ink: #171414;
  --muted: #706966;
  --line: #ebe4df;
  --paper: #ffffff;
  --cream: #faf7f4;
  --cream-deep: #f4eee9;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(46, 28, 20, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.7; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img, svg { display: block; max-width: 100%; }

.intro { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; background: #fff; transition: opacity .7s ease, visibility .7s ease; }
.intro.hide { opacity: 0; visibility: hidden; }
.intro-logo { width: min(560px, 78vw); animation: intro-in 1.25s cubic-bezier(.18,.72,.23,1) both; }
@keyframes intro-in { from { opacity: 0; transform: translateY(14px) scale(.975); } to { opacity: 1; transform: none; } }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; min-height: 88px; display: grid; grid-template-columns: minmax(180px, 245px) 1fr auto; align-items: center; gap: 26px; padding: 8px clamp(22px, 4.6vw, 74px); background: rgba(255,255,255,.95); border-bottom: 1px solid transparent; backdrop-filter: blur(15px); transition: min-height .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.scrolled { min-height: 72px; border-color: var(--line); box-shadow: 0 8px 28px rgba(35,22,16,.05); }
.brand { display: flex; align-items: center; height: 70px; }
.brand img { width: 205px; max-height: 66px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(14px, 1.8vw, 30px); }
.main-nav > a, .nav-more-button { position: relative; border: 0; background: none; text-decoration: none; color: var(--ink); padding: 9px 0; font-size: 12px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; white-space: nowrap; }
.main-nav > a::after { content: ""; position: absolute; left: 0; bottom: 3px; width: 0; height: 1px; background: var(--red); transition: width .22s ease; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { width: 100%; }
.nav-more { position: relative; }
.nav-more-button { display: inline-flex; align-items: center; gap: 7px; }
.nav-dropdown { position: absolute; top: calc(100% + 14px); right: 0; min-width: 220px; padding: 10px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .22s ease; }
.nav-dropdown a { display: block; padding: 11px 12px; text-decoration: none; font-size: 13px; }
.nav-dropdown a:hover { color: var(--red); background: var(--cream); }
.nav-more:hover .nav-dropdown, .nav-more.open .nav-dropdown { opacity: 1; visibility: visible; transform: none; }
.language-switcher { display: flex; align-items: center; gap: 5px; font-size: 11px; }
.language-switcher button { border: 0; background: none; color: #a39a95; padding: 6px; cursor: pointer; }
.language-switcher button.active { color: var(--ink); font-weight: 700; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 132px clamp(22px, 5vw, 78px) 82px;
  background:
    radial-gradient(circle at 15% 20%, rgba(181,26,0,.08), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(181,26,0,.06), transparent 22%),
    radial-gradient(circle at 74% 82%, rgba(23,20,20,.035), transparent 20%),
    linear-gradient(135deg, #ffffff 0%, #fffdfb 42%, #faf4ef 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(113deg, transparent 0 19%, rgba(181,26,0,.045) 19% 19.08%, transparent 19.08% 100%),
    linear-gradient(72deg, transparent 0 70%, rgba(23,20,20,.035) 70% 70.08%, transparent 70.08% 100%),
    linear-gradient(149deg, transparent 0 62%, rgba(181,26,0,.035) 62% 62.08%, transparent 62.08% 100%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(82vw, 1220px);
  height: min(58vw, 760px);
  transform: translate(-50%, -47%) rotate(-3deg);
  border: 1px solid rgba(181,26,0,.07);
  border-radius: 50%;
  pointer-events: none;
}
.hero-background {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero-slash,
.hero-curve,
.hero-dot,
.hero-watermark {
  position: absolute;
  display: block;
}
.hero-slash {
  height: 1px;
  background: linear-gradient(90deg, rgba(181,26,0,0), rgba(181,26,0,.48), rgba(181,26,0,0));
  transform-origin: center;
}
.slash-one { width: 34%; left: -4%; top: 31%; transform: rotate(18deg); }
.slash-two { width: 28%; right: -3%; top: 27%; transform: rotate(-15deg); }
.slash-three { width: 42%; right: 12%; bottom: 18%; transform: rotate(7deg); opacity: .65; }
.hero-curve {
  border: 1px solid rgba(181,26,0,.12);
  border-radius: 999px;
}
.curve-one { width: 34%; height: 18%; left: 4%; bottom: 15%; transform: rotate(10deg); }
.curve-two { width: 24%; height: 12%; right: 5%; top: 18%; transform: rotate(-12deg); border-color: rgba(23,20,20,.065); }
.hero-dot {
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 8px rgba(181,26,0,.045);
}
.dot-one { width: 9px; height: 9px; left: 12%; top: 25%; }
.dot-two { width: 12px; height: 12px; right: 14%; bottom: 23%; }
.dot-three { width: 6px; height: 6px; right: 26%; top: 16%; background: rgba(23,20,20,.36); box-shadow: 0 0 0 7px rgba(23,20,20,.035); }
.hero-watermark {
  left: 50%;
  top: 51%;
  transform: translate(-50%, -50%);
  font-family: var(--serif);
  font-size: clamp(260px, 34vw, 580px);
  font-weight: 600;
  line-height: .8;
  letter-spacing: -.09em;
  color: rgba(181,26,0,.025);
  white-space: nowrap;
  user-select: none;
}
.hero-editorial {
  position: relative;
  z-index: 2;
  width: min(1480px, 100%);
  margin: 0 auto;
  text-align: center;
}
.hero-topline {
  display: grid;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  align-items: center;
  gap: 18px;
  width: min(760px, 100%);
  margin: 0 auto 28px;
}
.hero-topline span,
.hero-signature span {
  height: 1px;
  background: linear-gradient(90deg, rgba(181,26,0,0), rgba(181,26,0,.65), rgba(181,26,0,0));
}
.hero-topline p {
  margin: 0;
  color: var(--red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -.055em;
  text-align: center;
}
.hero h1 span {
  display: block;
}
.hero-title-main {
  font-size: clamp(104px, 14.5vw, 220px);
  line-height: .72;
  color: var(--ink);
  opacity: 0;
  transform: translateY(-24px);
  animation: hero-reveal .9s .75s cubic-bezier(.2,.78,.2,1) forwards;
}
.hero-title-secondary {
  margin-top: clamp(18px, 2.2vw, 28px);
  font-size: clamp(62px, 8.2vw, 132px);
  line-height: .82;
  color: var(--red);
  opacity: 0;
  transform: translateY(22px);
  animation: hero-reveal .9s .9s cubic-bezier(.2,.78,.2,1) forwards;
}
@keyframes hero-reveal { to { opacity: 1; transform: none; } }
.hero-signature {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  width: min(520px, 74%);
  margin: 30px auto 0;
}
.hero-signature b {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(181,26,0,.18);
  border-radius: 50%;
  color: var(--red);
  background: rgba(255,255,255,.74);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  box-shadow: inset 0 0 0 7px rgba(181,26,0,.035);
}
.hero-subtitle {
  margin: 24px 0 0;
  font-family: var(--serif);
  font-size: clamp(30px, 3.5vw, 50px);
  line-height: 1;
  letter-spacing: -.025em;
}
.hero-note {
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.scroll-cue {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 22px;
  width: 28px;
  height: 45px;
  border: 1px solid #d8cbc4;
  border-radius: 20px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 10px 28px rgba(30,18,13,.05);
  transform: translateX(-50%);
}
.scroll-cue span {
  position: absolute;
  left: 11px;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--red);
  animation: scroll-dot 1.7s infinite;
}
@keyframes scroll-dot { 0%{opacity:0;transform:translateY(0)} 35%{opacity:1} 100%{opacity:0;transform:translateY(18px)} }
.section { padding: clamp(92px, 11vw, 164px) clamp(24px, 7vw, 110px); }
.about { background: #fff; }
.about-layout { display: grid; grid-template-columns: minmax(300px,.94fr) minmax(0,1.06fr); gap: clamp(40px, 7vw, 116px); align-items: center; }
.about-title { display: flex; flex-direction: column; align-items: flex-start; }
.about-title h2 { max-width: 460px; }
.about h2, .section-heading-row h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 6.3vw, 92px); line-height: .95; font-weight: 600; letter-spacing: -.035em; }
.founder-name { margin: 24px 0 0; color: var(--red); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.portrait-card { position: relative; width: min(230px, 100%); margin: 34px 0 0; }
.portrait-card::before { content: ""; position: absolute; inset: 18px -14px -14px 18px; border: 1px solid rgba(181,26,0,.12); z-index: 0; }
.portrait-frame { position: relative; z-index: 1; aspect-ratio: 4 / 5; padding: 10px; border: 1px solid rgba(181,26,0,.1); background: linear-gradient(180deg, #fff, #faf7f4); box-shadow: 0 18px 42px rgba(32,20,14,.06); overflow: hidden; }
.portrait-image { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 14%; }
.about-text { max-width: 660px; color: var(--muted); }
.about-text p { margin: 0 0 24px; font-size: 16px; line-height: 1.9; }
.about-signoff { color: var(--ink); font-family: var(--serif); font-size: clamp(18px, 2.1vw, 31px); line-height: 1.2; letter-spacing: -.025em; white-space: normal; max-width: 760px; }

.reviews { background: var(--cream); }
.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 45px; }
.section-heading-row p { max-width: 390px; margin: 0 0 8px; color: var(--muted); }
.review-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 58px; }
.review-panel { min-width: 0; min-height: 440px; padding: clamp(25px, 3.5vw, 50px); background: #fff; border: 1px solid #eee6e1; box-shadow: 0 14px 45px rgba(51,29,19,.04); }
.review-source { display: flex; align-items: center; gap: 14px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.review-source > span:first-child { flex: 0 0 auto; width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; font-family: var(--serif); font-size: 22px; }
.source-mark { color: #fff; background: var(--red); }
.google-mark { color: #4285f4; background: #fff; border: 1px solid var(--line); font-family: var(--sans) !important; font-weight: 700; }
.review-source div { display: grid; }
.review-source strong { font-size: 14px; }
.review-source div span { color: var(--muted); font-size: 11px; }
.salonized-review-shell { position: relative; margin-top: 28px; min-height: 285px; overflow: hidden; }
.salonized-reviews { position: relative; min-height: 270px; }
.salonized-reviews * { font-family: var(--sans) !important; }
.salonized-reviews a[href*="salonized"], .salonized-reviews [class*="powered" i], .salonized-reviews [class*="branding" i] { display: none !important; }
.google-review-carousel { min-height: 260px; display: grid; align-items: center; margin-top: 26px; }
.google-review-loading { max-width: 500px; }
.stars { color: var(--red); letter-spacing: .14em; font-size: 14px; }
.google-review-loading p { margin: 18px 0 0; color: var(--muted); font-family: var(--serif); font-size: 25px; line-height: 1.35; }
.google-review-card { display: none; animation: fade-review .45s ease; }
.google-review-card.active { display: block; }
.google-review-card blockquote { margin: 16px 0 22px; font-family: var(--serif); font-size: clamp(27px,3vw,38px); line-height: 1.22; }
.google-review-card footer { color: var(--muted); font-size: 12px; }
@keyframes fade-review { from{opacity:0;transform:translateY(8px)} to{opacity:1;transform:none} }
.review-controls { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.review-controls button { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; }
.review-dots { display: flex; gap: 7px; }
.review-dots button { width: 6px; height: 6px; padding: 0; border: 0; background: #d2c9c4; }
.review-dots button.active { background: var(--red); }

.instagram { background: #fff; text-align: center; }
.instagram-link { display: inline-grid; justify-items: center; text-decoration: none; padding: 30px 44px; }
.instagram-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 24px; border: 1px solid var(--line); border-radius: 50%; transition: transform .25s ease, border-color .25s ease; }
.instagram-icon svg { width: 27px; fill: none; stroke: var(--ink); stroke-width: 1.7; }
.instagram-label { color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; }
.instagram-link strong { margin-top: 10px; font-family: var(--serif); font-size: clamp(30px, 4vw, 47px); font-weight: 600; line-height: 1.1; }
.instagram-arrow { margin-top: 17px; color: var(--muted); font-size: 18px; }
.instagram-link:hover .instagram-icon { transform: translateY(-4px); border-color: var(--red); }

.visit { background: linear-gradient(135deg, #fbf9f7, #f7f1ec); }
.visit-layout { display: grid; grid-template-columns: minmax(310px,.72fr) minmax(0,1.28fr); gap: clamp(45px, 7vw, 105px); align-items: stretch; }
.visit-details { padding: 30px 0; }
.visit h2 { max-width: 560px; margin: 0; font-family: var(--serif); font-size: 24px; line-height: 1.4; font-weight: 600; letter-spacing: -.01em; }
.visit address { margin: 30px 0 38px; font-style: normal; font-family: var(--serif); font-size: 24px; line-height: 1.4; }
.contact-links { display: grid; border-top: 1px solid #ded4cd; }
.contact-links a { display: grid; grid-template-columns: 100px 1fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid #ded4cd; text-decoration: none; }
.contact-links span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .11em; }
.contact-links strong { font-size: 13px; font-weight: 500; word-break: break-word; }
.map-links { display: flex; flex-wrap: wrap; gap: 14px 26px; margin-top: 28px; }
.map-links a { color: var(--red); font-size: 12px; font-weight: 600; text-decoration: none; border-bottom: 1px solid currentColor; }
.map-frame { min-height: 570px; overflow: hidden; border-radius: 2px; box-shadow: var(--shadow); background: #ece7e3; }
.map-frame iframe { width: 100%; height: 100%; min-height: 570px; border: 0; filter: none; }

.site-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 36px; padding: 42px clamp(24px, 7vw, 110px); background: #fff; border-top: 1px solid var(--line); }
.footer-brand img { width: 215px; max-height: 78px; object-fit: contain; object-position: left; }
.footer-nav, .footer-contact { display: flex; flex-wrap: wrap; gap: 18px 25px; }
.footer-nav a, .footer-contact a { text-decoration: none; font-size: 12px; }
.footer-nav a:hover, .footer-contact a:hover { color: var(--red); }
.footer-contact { flex-direction: column; gap: 3px; align-items: flex-end; }
.copyright { grid-column: 1 / -1; margin: 0; color: #968e89; font-size: 11px; }

.legal-main { padding-top: 88px; }
.legal-hero { padding: clamp(100px,13vw,175px) clamp(24px,12vw,190px) 75px; background: var(--cream); }
.legal-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(58px,8vw,112px); line-height: .95; font-weight: 600; letter-spacing: -.04em; }
.legal-hero > p:last-child { color: var(--muted); }
.legal-content { max-width: 900px; margin: 0 auto; padding: 75px 24px 130px; }
.legal-content article { display: grid; grid-template-columns: 230px 1fr; gap: 45px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin: 0; font-family: var(--serif); font-size: 29px; font-weight: 600; }
.legal-content p { margin: 0; color: var(--muted); }
.legal-content a { color: var(--red); }
.legal-footer { margin-top: 0; }

.privacy-page .legal-main { padding-top: 88px; }
.privacy-page .privacy-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(96px, 12vw, 168px) clamp(18px, 6vw, 68px) clamp(72px, 9vw, 112px);
  text-align: center;
  background:
    linear-gradient(118deg, rgba(181,26,0,.08) 0 1px, transparent 1px 100%),
    linear-gradient(152deg, rgba(181,26,0,.06) 0 1px, transparent 1px 100%),
    linear-gradient(72deg, rgba(23,20,20,.05) 0 1px, transparent 1px 100%),
    linear-gradient(132deg, rgba(181,26,0,.045) 0 1px, transparent 1px 100%),
    linear-gradient(58deg, rgba(181,26,0,.035) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 12% 16%, rgba(181,26,0,.09), transparent 24%),
    radial-gradient(circle at 88% 22%, rgba(181,26,0,.08), transparent 20%),
    radial-gradient(circle at 78% 84%, rgba(23,20,20,.04), transparent 18%),
    linear-gradient(135deg, #fffefe 0%, #fdf8f4 55%, #f7eee6 100%);
}
.privacy-page .privacy-hero::before,
.privacy-page .privacy-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.privacy-page .privacy-hero::before {
  left: -7%;
  top: 15%;
  width: 48%;
  height: 24%;
  border-top: 1px solid rgba(181,26,0,.14);
  border-right: 1px solid rgba(181,26,0,.08);
  border-radius: 0 220px 0 0;
  transform: rotate(-8deg);
  box-shadow: 260px 140px 0 -259px rgba(181,26,0,.10), 560px 80px 0 -559px rgba(181,26,0,.08);
}
.privacy-page .privacy-hero::after {
  right: -5%;
  bottom: 14%;
  width: 38%;
  height: 18%;
  border-bottom: 1px solid rgba(23,20,20,.08);
  border-left: 1px solid rgba(181,26,0,.10);
  border-radius: 0 0 0 180px;
  transform: rotate(9deg);
  box-shadow: -240px -120px 0 -239px rgba(181,26,0,.08), -520px -40px 0 -519px rgba(23,20,20,.06);
}
.privacy-page .legal-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1460px, 100%);
  margin: 0 auto;
  padding: clamp(12px, 2vw, 18px) clamp(10px, 2vw, 18px) clamp(26px, 3vw, 34px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.privacy-page .legal-hero-inner::before {
  content: none;
}
.privacy-page .legal-hero-inner::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 20%;
  height: 1px;
  background: linear-gradient(90deg, rgba(181,26,0,0), rgba(181,26,0,.15), rgba(181,26,0,0));
  transform: rotate(-3deg);
}
.privacy-page .privacy-hero .section-label::before,
.privacy-page .privacy-hero .section-label::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 1px;
  margin-inline: 10px;
  background: linear-gradient(90deg, rgba(181,26,0,0), rgba(181,26,0,.55), rgba(181,26,0,0));
  vertical-align: middle;
}
.privacy-page .privacy-hero .section-label {
  justify-content: center;
  margin-bottom: 16px;
  text-align: center;
}
.privacy-page .privacy-hero h1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: 'Cormorant Garamond', var(--serif);
  font-size: clamp(90px, 14vw, 210px);
  font-weight: 600;
  line-height: .88;
  letter-spacing: -.03em;
  white-space: nowrap;
}
.privacy-page .privacy-hero h1::before,
.privacy-page .privacy-hero h1::after {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(90px, 17vw, 260px);
  height: 1px;
  background: linear-gradient(90deg, rgba(181,26,0,0), rgba(181,26,0,.78), rgba(181,26,0,.12));
}
.privacy-page .privacy-hero h1::before {
  left: 0;
  transform: translate(-8%, -50%);
}
.privacy-page .privacy-hero h1::after {
  right: 0;
  transform: translate(8%, -50%) rotate(180deg);
}
.privacy-page .legal-intro {
  max-width: 980px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.85;
}
.privacy-page .privacy-content {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 56px 24px 130px;
}
.privacy-page .privacy-content article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(181,26,0,.09);
  border-radius: 24px 24px 44px 24px;
  background: linear-gradient(180deg, #fff, #fdfaf8);
  box-shadow: 0 16px 45px rgba(41, 26, 18, .045);
}
.privacy-page .privacy-content article:last-child {
  background: linear-gradient(180deg, rgba(181,26,0,.05), rgba(255,255,255,.98));
}
.privacy-page .privacy-content h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.02;
}
.privacy-page .privacy-content p {
  color: var(--muted);
  line-height: 1.8;
}
.privacy-page .privacy-content a {
  color: var(--red);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 175px 1fr auto; padding-inline: 22px; }
  .brand img { width: 170px; }
  .main-nav { gap: 14px; }
  .main-nav > a, .nav-more-button { font-size: 10px; }
  .about-layout, .visit-layout { grid-template-columns: 1fr; }
  .about-layout { gap: 48px; }
  .about-title { align-items: center; text-align: center; }
  .about-title h2 { max-width: 720px; }
  .portrait-card { width: 200px; margin: 28px auto 0; }
  .about-text { max-width: 760px; margin: 0 auto; text-align: center; }
  .review-panels { grid-template-columns: 1fr; }
  .map-frame, .map-frame iframe { min-height: 470px; }
  .site-footer { grid-template-columns: 1fr auto; }
  .footer-contact { grid-column: 1 / -1; align-items: flex-start; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 72px; }
  .site-header { min-height: 72px; grid-template-columns: 1fr auto auto; gap: 13px; padding: 6px 17px; }
  .brand { height: 58px; }
  .brand img { width: 155px; max-height: 56px; }
  .menu-toggle { display: grid; width: 38px; height: 38px; place-content: center; gap: 6px; border: 0; background: transparent; cursor: pointer; z-index: 102; }
  .menu-toggle span { width: 24px; height: 1px; background: var(--ink); transition: transform .25s ease; }
  .menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 101; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 19px; padding: 90px 32px 40px; background: #fff; overflow-y: auto; transform: translateX(100%); transition: transform .32s ease; }
  .menu-open .main-nav { transform: none; }
  .main-nav > a, .nav-more-button { font-family: var(--serif); font-size: 36px; line-height: 1.05; letter-spacing: -.02em; text-transform: none; }
  .nav-more { width: 100%; }
  .nav-more-button { width: 100%; justify-content: space-between; }
  .nav-dropdown { position: static; display: none; min-width: 0; padding: 9px 0 0 14px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .nav-more.open .nav-dropdown { display: block; }
  .nav-dropdown a { font-size: 17px; padding: 8px 0; }
  .language-switcher { position: relative; z-index: 102; }
  .hero { min-height: 95svh; padding: 108px 18px 82px; }
  .hero::after { width: 128vw; height: 80vw; transform: translate(-50%, -46%) rotate(-6deg); }
  .hero-topline { width: min(500px, 100%); gap: 10px; margin-bottom: 22px; }
  .hero-topline p { font-size: 9px; letter-spacing: .18em; white-space: normal; }
  .hero-title-main { font-size: clamp(72px, 24vw, 112px); line-height: .76; }
  .hero-title-secondary { margin-top: 18px; font-size: clamp(48px, 14vw, 72px); line-height: .9; }
  .hero-signature { width: min(340px, 82%); margin-top: 24px; }
  .hero-signature b { width: 48px; height: 48px; font-size: 19px; }
  .hero-subtitle { margin-top: 20px; font-size: 28px; }
  .hero-note { max-width: 330px; margin-top: 16px; font-size: 9px; line-height: 1.7; letter-spacing: .12em; }
  .slash-one { width: 52%; left: -13%; top: 28%; }
  .slash-two { width: 46%; right: -12%; top: 31%; }
  .slash-three { width: 68%; right: -3%; bottom: 20%; }
  .curve-one { width: 62%; height: 12%; left: -12%; bottom: 17%; }
  .curve-two { width: 50%; height: 10%; right: -8%; top: 18%; }
  .dot-one { left: 8%; top: 24%; }
  .dot-two { right: 10%; bottom: 22%; }
  .hero-watermark { font-size: 72vw; }
  .section { padding: 88px 22px; }
  .about-layout { gap: 40px; }
  .portrait-card { width: 170px; margin-inline: auto; }
  .portrait-card::before { inset: 14px -10px -10px 14px; }
  .portrait-frame { padding: 8px; }
  .about h2, .section-heading-row h2 { font-size: 49px; }
  .founder-name { margin-top: 18px; font-size: 11px; letter-spacing: .11em; }
  .about-text p { font-size: 15px; line-height: 1.8; }
  .about-signoff { font-size: 22px; line-height: 1.18; }
  .visit h2 { font-size: 24px; }
  .section-heading-row { display: block; }
  .section-heading-row p { margin-top: 18px; }
  .review-panels { margin-top: 38px; }
  .review-panel { min-height: auto; padding: 25px 20px; }
  .google-review-loading p { font-size: 23px; }
  .instagram-link { padding-inline: 8px; }
  .instagram-link strong { font-size: 33px; }
  .visit-layout { gap: 40px; }
  .visit-details { padding: 0; }
  .contact-links a { grid-template-columns: 83px 1fr; gap: 12px; }
  .map-frame, .map-frame iframe { min-height: 390px; }
  .site-footer { display: block; padding: 34px 22px; }
  .footer-brand img { width: 195px; }
  .footer-nav { margin: 26px 0; }
  .footer-contact { align-items: flex-start; margin-bottom: 25px; }
  .legal-main { padding-top: 72px; }
  .legal-hero { padding: 95px 22px 55px; }
  .legal-content { padding: 50px 22px 90px; }
  .legal-content article { grid-template-columns: 1fr; gap: 12px; padding: 27px 0; }
  .privacy-page .privacy-hero { padding: 92px 18px 56px; }
  .privacy-page .privacy-hero::before { left: -22%; top: 14%; width: 76%; height: 18%; }
  .privacy-page .privacy-hero::after { right: -20%; bottom: 12%; width: 70%; height: 14%; }
  .privacy-page .legal-hero-inner { padding: 8px 4px 18px; border-radius: 0; }
  .privacy-page .legal-hero-inner::before { content: none; }
  .privacy-page .privacy-hero h1 { font-size: clamp(56px, 17vw, 102px); white-space: normal; }
  .privacy-page .privacy-hero h1::before,
  .privacy-page .privacy-hero h1::after { width: 48px; }
  .privacy-page .legal-intro { margin-top: 18px; font-size: 15px; }
  .privacy-page .privacy-content { grid-template-columns: 1fr; gap: 16px; padding: 40px 18px 88px; }
  .privacy-page .privacy-content article { padding: 22px; border-radius: 20px 20px 34px 20px; }
}

@media (max-width: 620px) {
  .intro-logo { width: min(420px, 74vw); }
  .site-header { padding-inline: 14px; }
  .brand img { width: 146px; }
  .language-switcher { gap: 2px; font-size: 10px; }
  .language-switcher button { padding: 4px; }
  .main-nav { padding: 86px 24px 34px; gap: 17px; }
  .main-nav > a, .nav-more-button { font-size: 31px; }
  .nav-dropdown a { font-size: 16px; }
  .hero { min-height: auto; padding: 98px 16px 74px; }
  .hero-topline { margin-bottom: 18px; }
  .hero-title-main { font-size: clamp(60px, 22vw, 92px); }
  .hero-title-secondary { font-size: clamp(38px, 12vw, 58px); }
  .hero-signature { width: min(280px, 86%); gap: 12px; }
  .hero-signature b { width: 42px; height: 42px; font-size: 17px; }
  .hero-subtitle { font-size: 23px; }
  .hero-note { max-width: 290px; font-size: 8px; letter-spacing: .1em; }
  .scroll-cue { bottom: 14px; }
  .section { padding: 74px 18px; }
  .about h2, .section-heading-row h2 { font-size: 42px; }
  .portrait-card { width: 152px; }
  .about-text p { font-size: 14px; line-height: 1.75; }
  .about-signoff { font-size: 19px; }
  .section-heading-row p { font-size: 14px; }
  .review-panel { padding: 22px 18px; }
  .review-source { gap: 10px; padding-bottom: 18px; }
  .review-source > span:first-child { width: 34px; height: 34px; font-size: 19px; }
  .google-review-card blockquote { font-size: clamp(22px, 7vw, 30px); }
  .google-review-loading p { font-size: 20px; }
  .review-controls { margin-top: 6px; }
  .instagram-link { padding: 16px 4px; }
  .instagram-icon { width: 52px; height: 52px; margin-bottom: 18px; }
  .instagram-link strong { font-size: 28px; }
  .visit h2, .visit address { font-size: 21px; }
  .visit address { margin: 22px 0 28px; }
  .contact-links a { grid-template-columns: 1fr; gap: 4px; padding: 13px 0; }
  .contact-links span { font-size: 10px; }
  .contact-links strong { font-size: 14px; }
  .map-links { display: grid; gap: 12px; }
  .map-frame, .map-frame iframe { min-height: 320px; }
  .footer-brand img { width: 176px; }
  .footer-nav, .footer-contact { gap: 12px 18px; }
  .footer-nav a, .footer-contact a { font-size: 11px; }
  .legal-hero { padding: 88px 18px 48px; }
  .legal-hero h1 { font-size: 46px; }
  .legal-content { padding: 42px 18px 80px; }
  .legal-content h2 { font-size: 24px; }
  .privacy-page .privacy-hero { padding: 86px 14px 50px; }
  .privacy-page .privacy-hero h1 { font-size: clamp(48px, 16vw, 84px); }
  .privacy-page .privacy-hero h1::before,
  .privacy-page .privacy-hero h1::after { width: 34px; }
  .privacy-page .legal-intro { font-size: 14px; line-height: 1.72; }
  .privacy-page .privacy-content { padding: 34px 14px 76px; }
  .privacy-page .privacy-content article { padding: 20px 18px; }
}

@media (max-width: 420px) {
  .site-header { gap: 10px; }
  .brand img { width: 136px; }
  .menu-toggle { width: 34px; height: 34px; }
  .main-nav { padding: 84px 20px 30px; }
  .main-nav > a, .nav-more-button { font-size: 28px; }
  .hero { padding: 94px 14px 66px; }
  .hero::after { width: 148vw; height: 92vw; }
  .hero-topline { gap: 8px; }
  .hero-topline p { font-size: 8px; letter-spacing: .14em; }
  .hero-title-main { font-size: clamp(56px, 21vw, 82px); }
  .hero-title-secondary { margin-top: 14px; font-size: clamp(34px, 11.5vw, 52px); }
  .hero-subtitle { font-size: 20px; }
  .hero-note { max-width: 250px; }
  .hero-watermark { font-size: 84vw; }
  .section { padding: 68px 14px; }
  .about h2, .section-heading-row h2 { font-size: 37px; }
  .portrait-card { width: 138px; }
  .portrait-card::before { inset: 10px -8px -8px 10px; }
  .about-text p { font-size: 13.5px; }
  .about-signoff { font-size: 17px; }
  .review-panel { padding: 20px 16px; }
  .review-source strong { font-size: 13px; }
  .review-source div span { font-size: 10px; }
  .google-review-card blockquote { margin: 14px 0 18px; }
  .instagram-link strong { font-size: 24px; }
  .visit h2, .visit address { font-size: 19px; }
  .map-frame, .map-frame iframe { min-height: 280px; }
  .site-footer { padding: 30px 14px; }
  .copyright { font-size: 10px; }
  .privacy-page .privacy-hero h1::before,
  .privacy-page .privacy-hero h1::after { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.cookie-banner {
  position: fixed;
  z-index: 999;
  left: 20px;
  right: 20px;
  bottom: 20px;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px 20px;
  background: rgba(255,255,255,.97);
  border: 1px solid var(--line);
  box-shadow: 0 20px 60px rgba(32,20,14,.14);
  backdrop-filter: blur(12px);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.cookie-banner button { flex: 0 0 auto; border: 0; padding: 10px 18px; color: #fff; background: var(--red); cursor: pointer; }
@media (max-width: 620px) {
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; align-items: stretch; flex-direction: column; gap: 12px; padding: 16px; }
  .cookie-banner button { width: 100%; }
}
