/* ==========================================================================
   Salon Handstede Beauty & Pedicure, Heumen
   Visuele identiteit afgeleid van de salon zelf: saliegroene wanden,
   warm linnen, rozenkwarts en messing klankschalen.
   ========================================================================== */

/* ---- Fonts (self-hosted, geen externe requests) ------------------------- */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(/assets/fonts/fraunces-latinext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(/assets/fonts/fraunces-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(/assets/fonts/karla-latinext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(/assets/fonts/karla-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---- Tokens ------------------------------------------------------------- */
:root {
  --linen:      #f6f2ea;
  --paper:      #fffdf9;
  --paper-warm: #f0e9dd;
  --ink:        #2c352c;
  --ink-soft:   #57604f;
  --moss:       #33412f;
  --moss-deep:  #263021;
  --sage:       #6f8367;
  --sage-200:   #c6d2bd;
  --sage-100:   #e3eadd;
  --clay:       #92583a;
  --clay-hover: #7a4830;
  --clay-soft:  #f0dfd5;
  --rose:       #d8ada1;
  --brass:      #a07d45;
  --line:       #ddd5c6;

  --shadow-sm: 0 1px 2px rgba(44,53,44,.05), 0 4px 14px rgba(44,53,44,.05);
  --shadow-md: 0 2px 6px rgba(44,53,44,.06), 0 16px 40px rgba(44,53,44,.09);

  --arch: 999px 999px 10px 10px;   /* signature: boogvorm, zoals een salonnis */
  --leaf: 60% 8px 60% 8px;         /* signature: bladvorm */

  --wrap: 1140px;
  --gut: clamp(1.15rem, 4vw, 2.5rem);
  --sp-section: clamp(3.5rem, 8vw, 7rem);

  --f-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --f-body: 'Karla', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}

/* ---- Reset -------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--linen);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: clamp(1rem, .96rem + .2vw, 1.09rem);
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, picture { max-width: 100%; display: block; }
img { height: auto; }
a { color: var(--clay); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--clay-hover); }
ul, ol { padding-left: 1.15em; }
figure { margin: 0; }

h1, h2, h3, h4 {
  font-family: var(--f-display);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.012em;
  color: var(--moss);
  margin: 0 0 .5em;
  font-variation-settings: 'SOFT' 30, 'WONK' 1, 'opsz' 48;
}
h1 { font-size: clamp(2.15rem, 1.5rem + 3vw, 3.65rem); font-variation-settings: 'SOFT' 40, 'WONK' 1, 'opsz' 100; }
h2 { font-size: clamp(1.72rem, 1.25rem + 2vw, 2.55rem); }
h3 { font-size: clamp(1.2rem, 1.05rem + .6vw, 1.45rem); line-height: 1.25; }
h4 { font-size: 1.05rem; }
p { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }

:focus-visible {
  outline: 3px solid var(--clay);
  outline-offset: 3px;
  border-radius: 3px;
}

::selection { background: var(--sage-200); color: var(--moss-deep); }

/* ---- Helpers ------------------------------------------------------------ */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }
.wrap--narrow { max-width: 760px; }
.wrap--mid { max-width: 940px; }
.section { padding-block: var(--sp-section); }
.section--tight { padding-block: clamp(2.5rem, 5vw, 4rem); }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}
.skip-link {
  position: absolute; left: 50%; translate: -50% -140%;
  z-index: 200; background: var(--moss); color: var(--linen);
  padding: .7rem 1.2rem; border-radius: 0 0 10px 10px; text-decoration: none;
  transition: translate .15s ease;
}
.skip-link:focus { translate: -50% 0; color: var(--linen); }

.eyebrow {
  font-size: .78rem; letter-spacing: .16em; text-transform: uppercase;
  font-weight: 600; color: var(--sage); margin: 0 0 .9rem;
  display: flex; align-items: center; gap: .6rem;
}
.eyebrow::before {
  content: ''; width: 26px; height: 1px; background: currentColor; flex: none;
}
.eyebrow--center { justify-content: center; }
.lead { font-size: clamp(1.08rem, 1rem + .45vw, 1.28rem); color: var(--ink-soft); line-height: 1.65; }
.center { text-align: center; }
.muted { color: var(--ink-soft); }

/* Botanische sprig-divider, het signatuurelement */
.sprig { display: block; margin: 0 auto; width: 74px; color: var(--sage); opacity: .85; }
.sprig--sm { width: 52px; }

/* ---- Buttons ------------------------------------------------------------ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--f-body); font-weight: 600; font-size: .97rem;
  letter-spacing: .01em; line-height: 1;
  padding: 1rem 1.6rem; border-radius: 999px; border: 1.5px solid transparent;
  text-decoration: none; cursor: pointer;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn svg { width: 1.05em; height: 1.05em; flex: none; }
.btn--primary { background: var(--clay); color: #fff; }
.btn--primary:hover { background: var(--clay-hover); color: #fff; }
.btn--ghost { background: transparent; color: var(--moss); border-color: var(--sage-200); }
.btn--ghost:hover { background: var(--sage-100); color: var(--moss); border-color: var(--sage); }
.btn--light { background: var(--linen); color: var(--moss); }
.btn--light:hover { background: #fff; color: var(--moss); }
.btn--outline-light { background: transparent; color: var(--linen); border-color: rgba(246,242,234,.45); }
.btn--outline-light:hover { background: rgba(246,242,234,.12); color: var(--linen); border-color: var(--linen); }
.btn--sm { padding: .72rem 1.15rem; font-size: .88rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: .7rem; }
.btn-row--center { justify-content: center; }

.arrow-link {
  display: inline-flex; align-items: center; gap: .45rem;
  font-weight: 600; font-size: .93rem; text-decoration: none; color: var(--clay);
}
.arrow-link::after { content: '\2192'; transition: translate .18s ease; }
.arrow-link:hover::after { translate: 4px 0; }

/* ---- Header ------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(246,242,234,.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  min-height: 74px;
}
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--moss); }
.brand__mark { width: 34px; height: 34px; flex: none; color: var(--sage); }
.brand__name {
  font-family: var(--f-display); font-size: 1.16rem; line-height: 1.05;
  font-variation-settings: 'SOFT' 40, 'WONK' 1, 'opsz' 30;
}
.brand__sub {
  display: block; font-family: var(--f-body); font-size: .64rem;
  letter-spacing: .18em; text-transform: uppercase; color: var(--sage); font-weight: 600;
  margin-top: .18rem;
}

/* Belknop die op mobiel altijd zichtbaar is, naast het menu */
.header-call {
  display: none; width: 44px; height: 44px; border-radius: 50%;
  background: var(--clay); color: #fff; place-items: center;
  text-decoration: none; flex: none;
}
.header-call:hover { background: var(--clay-hover); color: #fff; }
.header-call svg { width: 19px; height: 19px; }

.nav-toggle {
  display: none; background: none; border: 1.5px solid var(--sage-200);
  border-radius: 999px; padding: .55rem .9rem; align-items: center; gap: .5rem;
  font-family: var(--f-body); font-weight: 600; font-size: .85rem; color: var(--moss);
  cursor: pointer;
}
.nav-toggle__bars { display: grid; gap: 4px; width: 16px; }
.nav-toggle__bars span { height: 1.6px; background: currentColor; border-radius: 2px; }

.nav { display: flex; align-items: center; gap: .15rem; }
.nav__list { display: flex; align-items: center; gap: .1rem; list-style: none; margin: 0; padding: 0; }
.nav__link {
  display: block; padding: .55rem .68rem; border-radius: 999px;
  font-size: .91rem; font-weight: 500; color: var(--ink); text-decoration: none;
  white-space: nowrap; transition: background-color .15s ease, color .15s ease;
}
.nav__link:hover { background: var(--sage-100); color: var(--moss); }
.nav__link[aria-current="page"] { color: var(--clay); font-weight: 600; }
.nav__item--has-sub { position: relative; }
.nav__sub {
  position: absolute; top: calc(100% + 6px); left: 0; min-width: 268px;
  background: var(--paper); border: 1px solid var(--line); border-radius: 14px;
  box-shadow: var(--shadow-md); padding: .5rem; list-style: none; margin: 0;
  opacity: 0; visibility: hidden; translate: 0 6px;
  transition: opacity .16s ease, translate .16s ease, visibility .16s;
}
.nav__item--has-sub:hover .nav__sub,
.nav__item--has-sub:focus-within .nav__sub { opacity: 1; visibility: visible; translate: 0 0; }
.nav__sub a {
  display: block; padding: .6rem .8rem; border-radius: 9px;
  font-size: .92rem; color: var(--ink); text-decoration: none;
}
.nav__sub a:hover { background: var(--sage-100); color: var(--moss); }
.nav__sub a[aria-current="page"] { color: var(--clay); font-weight: 600; }
.nav__cta { margin-left: .5rem; }

/* ---- Hero --------------------------------------------------------------- */
.hero { position: relative; overflow: hidden; background: var(--linen); }
.hero__inner {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center; padding-block: clamp(3rem, 7vw, 5.5rem);
}
.hero__title { margin-bottom: .55rem; }
.hero__title em {
  font-style: italic; color: var(--clay); margin-right: .09em;
  font-variation-settings: 'SOFT' 60, 'WONK' 1, 'opsz' 100;
}
.hero__place {
  font-size: .82rem; letter-spacing: .17em; text-transform: uppercase;
  font-weight: 600; color: var(--sage); margin: 0 0 1.1rem;
}
.hero__lead { max-width: 46ch; margin-bottom: 1.7rem; }
.hero__media { position: relative; }
.hero__img {
  border-radius: var(--arch); width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
  box-shadow: var(--shadow-md);
}
.hero__badge {
  position: absolute; left: -12px; bottom: 28px;
  background: var(--paper); border: 1px solid var(--line); border-radius: 14px;
  padding: .85rem 1.1rem; box-shadow: var(--shadow-md); max-width: 216px;
}
.hero__badge strong { display: block; font-family: var(--f-display); font-size: 1.02rem; color: var(--moss); }
.hero__badge span { font-size: .82rem; color: var(--ink-soft); line-height: 1.45; display: block; }

.trust-strip {
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: var(--paper-warm);
}
.trust-strip ul {
  list-style: none; margin: 0; padding: 1.1rem 0;
  display: grid; grid-template-columns: repeat(4, auto);
  gap: .6rem clamp(1rem, 3vw, 2.4rem); justify-content: space-between;
}
@media (max-width: 1100px) { .trust-strip ul { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .trust-strip ul { grid-template-columns: 1fr; } }
.trust-strip li {
  display: flex; align-items: center; gap: .55rem;
  font-size: .89rem; font-weight: 500; color: var(--ink-soft);
}
.trust-strip svg { width: 17px; height: 17px; color: var(--sage); flex: none; }

/* ---- Cards -------------------------------------------------------------- */
.grid { display: grid; gap: clamp(1.1rem, 2.4vw, 1.8rem); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 18px;
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--sage-200); }
.card__img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.card__body { padding: 1.25rem 1.35rem 1.45rem; display: flex; flex-direction: column; flex: 1; gap: .55rem; }
.card__body h3 { margin: 0; }
.card__body p { font-size: .95rem; color: var(--ink-soft); margin: 0; }
.card__meta {
  font-size: .82rem; color: var(--sage); font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
}
.card__foot { margin-top: auto; padding-top: .5rem; }
.card--plain { padding: 1.5rem; }

/* Behandelkaart met boogfoto */
.treatcard { text-align: center; }
.treatcard__img {
  width: 100%; aspect-ratio: 3 / 4; object-fit: cover;
  border-radius: var(--arch); margin-bottom: 1.15rem;
}
.treatcard h3 { margin-bottom: .35rem; }
.treatcard p { font-size: .94rem; color: var(--ink-soft); margin-bottom: .7rem; }

/* ---- Prijslijst (salonmenu met stippellijn) ----------------------------- */
.pricelist { margin: 0; padding: 0; list-style: none; }
.pricelist > li { padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.pricelist > li:first-child { border-top: 1px solid var(--line); }
.price-head {
  display: flex; align-items: baseline; gap: .75rem; flex-wrap: wrap;
}
.price-head__name {
  font-family: var(--f-display); font-size: 1.14rem; color: var(--moss); font-weight: 500;
  font-variation-settings: 'SOFT' 30, 'WONK' 1, 'opsz' 30;
}
.price-head__dots {
  flex: 1 1 40px; min-width: 24px; height: 1px;
  background-image: radial-gradient(circle, var(--line) 1px, transparent 1.2px);
  background-size: 6px 2px; background-repeat: repeat-x; background-position: bottom;
  transform: translateY(-3px);
}
.price-head__dur { font-size: .85rem; color: var(--sage); font-weight: 600; white-space: nowrap; }
.price-head__amt {
  font-family: var(--f-display); font-size: 1.14rem; color: var(--clay); font-weight: 600;
  white-space: nowrap; font-variation-settings: 'opsz' 20;
}
.price-desc { margin: .4rem 0 0; font-size: .93rem; color: var(--ink-soft); max-width: 62ch; }
.price-note { font-size: .85rem; color: var(--ink-soft); margin-top: 1rem; font-style: italic; }

/* Compacte prijstabel voor losse behandelingen */
.pricegrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 clamp(1.5rem, 4vw, 3rem); }
.pricegrid dl { margin: 0; }
.pricegrid div {
  display: flex; align-items: baseline; gap: .6rem;
  padding: .62rem 0; border-bottom: 1px solid var(--line);
}
.pricegrid dt { font-size: .96rem; color: var(--ink); }
.pricegrid dd { margin: 0; font-weight: 600; color: var(--clay); white-space: nowrap; }
.pricegrid .dots {
  flex: 1; height: 1px;
  background-image: radial-gradient(circle, var(--line) 1px, transparent 1.2px);
  background-size: 6px 2px; background-repeat: repeat-x; background-position: bottom;
  transform: translateY(-3px);
}

/* ---- Split / media blokken ---------------------------------------------- */
.split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
}
.split--narrow-media { grid-template-columns: .85fr 1.15fr; }
.split__img { width: 100%; border-radius: 20px; object-fit: cover; box-shadow: var(--shadow-sm); }
.split__img--arch { border-radius: var(--arch); aspect-ratio: 3 / 4; }
.split__img--leaf { border-radius: var(--leaf); aspect-ratio: 1; }
/* Portretfoto's van Celesta staan links-onder in het kader, niet in het midden */
.split__img--face { object-position: 33% 62%; }

/* ---- Donkere sectie ----------------------------------------------------- */
.dark { background: var(--moss); color: #e8e6dc; }
.dark h1, .dark h2, .dark h3 { color: var(--linen); }
.dark .lead, .dark p { color: #ccd0c4; }
.dark .eyebrow { color: var(--sage-200); }
.dark a { color: var(--rose); }
.dark .sprig { color: var(--sage-200); }

/* ---- Quote -------------------------------------------------------------- */
.quote {
  border-left: 2px solid var(--sage-200); padding-left: 1.4rem; margin: 0;
  font-family: var(--f-display); font-size: clamp(1.15rem, 1rem + .7vw, 1.5rem);
  line-height: 1.45; color: var(--moss); font-variation-settings: 'SOFT' 50, 'WONK' 1, 'opsz' 40;
}
.quote cite { display: block; margin-top: .8rem; font-family: var(--f-body); font-size: .88rem; font-style: normal; color: var(--sage); font-weight: 600; letter-spacing: .05em; }
.dark .quote { border-color: var(--sage); color: var(--linen); }
.dark .quote cite { color: var(--sage-200); }

.quote-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 18px;
  padding: 1.6rem 1.7rem;
}
.quote-card blockquote { margin: 0; font-size: .98rem; color: var(--ink-soft); line-height: 1.7; }
.quote-card cite { display: block; margin-top: .9rem; font-style: normal; font-size: .85rem; font-weight: 600; color: var(--sage); }
.stars { color: var(--brass); letter-spacing: .12em; font-size: .95rem; margin-bottom: .6rem; }

/* ---- FAQ ---------------------------------------------------------------- */
.faq { border-top: 1px solid var(--line); }
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  cursor: pointer; list-style: none; padding: 1.15rem 2.5rem 1.15rem 0;
  font-family: var(--f-display); font-size: clamp(1.03rem, 1rem + .3vw, 1.18rem);
  color: var(--moss); position: relative;
  font-variation-settings: 'SOFT' 30, 'WONK' 1, 'opsz' 30;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ''; position: absolute; right: .3rem; top: 50%; width: 11px; height: 11px;
  border-right: 1.8px solid var(--sage); border-bottom: 1.8px solid var(--sage);
  translate: 0 -60%; rotate: 45deg; transition: rotate .2s ease;
}
.faq details[open] summary::after { rotate: -135deg; translate: 0 -25%; }
.faq details > div { padding: 0 0 1.3rem; max-width: 72ch; }
.faq details > div p:first-child { margin-top: 0; }

/* ---- Steps (HowTo) ------------------------------------------------------ */
.steps { list-style: none; margin: 0; padding: 0; counter-reset: step; display: grid; gap: 1.4rem; }
.steps li { display: grid; grid-template-columns: 42px 1fr; gap: 1.1rem; align-items: start; }
.steps li::before {
  counter-increment: step; content: counter(step);
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--sage-100); color: var(--moss); border: 1px solid var(--sage-200);
  display: grid; place-items: center;
  font-family: var(--f-display); font-size: 1.05rem;
}
.steps h3 { margin-bottom: .25rem; font-size: 1.08rem; }
.steps p { font-size: .95rem; color: var(--ink-soft); margin: 0; }

/* ---- Contactblok -------------------------------------------------------- */
.contact-panel {
  background: var(--paper); border: 1px solid var(--line); border-radius: 22px;
  padding: clamp(1.6rem, 4vw, 2.6rem); box-shadow: var(--shadow-sm);
}
.contact-lines { list-style: none; margin: 0 0 1.5rem; padding: 0; display: grid; gap: .95rem; }
.contact-lines li { display: grid; grid-template-columns: 22px 1fr; gap: .85rem; align-items: start; }
.contact-lines svg { width: 19px; height: 19px; color: var(--sage); margin-top: .22rem; }
.contact-lines a { color: var(--ink); text-decoration: none; font-weight: 600; }
.contact-lines a:hover { color: var(--clay); text-decoration: underline; }
.contact-lines span.label { display: block; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--sage); font-weight: 600; }

.hours { width: 100%; border-collapse: collapse; font-size: .95rem; }
.hours th, .hours td { text-align: left; padding: .6rem 0; border-bottom: 1px solid var(--line); }
.hours th { font-weight: 500; color: var(--ink); }
.hours td { text-align: right; color: var(--ink-soft); font-variant-numeric: tabular-nums; }
.hours tr.is-closed td { color: var(--sage); }

.map-link { display: block; text-decoration: none; border-radius: 16px; overflow: hidden; border: 1px solid var(--line); background: var(--paper); }
.map-link img { width: 100%; height: auto; object-fit: cover; }
.map-link span {
  display: flex; align-items: center; justify-content: center; gap: .45rem;
  padding: .8rem; font-size: .9rem; font-weight: 600; color: var(--clay);
}
.map-link:hover span { text-decoration: underline; }

/* ---- CTA-band ----------------------------------------------------------- */
.cta-band { background: var(--moss); color: var(--linen); text-align: center; }
.cta-band h2 { color: var(--linen); }
.cta-band p { color: #ccd0c4; max-width: 52ch; margin-inline: auto; }

/* ---- Galerij ------------------------------------------------------------ */
.gallery { columns: 3; column-gap: 1rem; }
.gallery figure { break-inside: avoid; margin-bottom: 1rem; }
.gallery img { width: 100%; border-radius: 14px; }

/* ---- Blog --------------------------------------------------------------- */
.post-meta { font-size: .84rem; letter-spacing: .1em; text-transform: uppercase; color: var(--sage); font-weight: 600; margin-bottom: .6rem; }
.prose > * + * { margin-top: 1.15em; }
.prose h2 { margin-top: 2.2rem; }
.prose h3 { margin-top: 1.8rem; }
.prose ul, .prose ol { padding-left: 1.25em; }
.prose li + li { margin-top: .4em; }
.prose img { border-radius: 16px; margin-block: 1.8rem; }

.breadcrumb { font-size: .84rem; color: var(--ink-soft); padding-top: 1.4rem; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: .45rem; margin: 0; padding: 0; }
.breadcrumb li + li::before { content: '/'; color: var(--sage); margin-right: .45rem; }
.breadcrumb a { color: var(--ink-soft); text-decoration: none; }
.breadcrumb a:hover { color: var(--clay); text-decoration: underline; }

/* ---- Page header -------------------------------------------------------- */
.page-head { padding-block: clamp(2rem, 5vw, 3.4rem) clamp(1.5rem, 3vw, 2.4rem); }
.page-head .lead { max-width: 62ch; }

/* ---- Notice ------------------------------------------------------------- */
.notice {
  background: var(--clay-soft); border: 1px solid var(--rose); border-radius: 16px;
  padding: 1.2rem 1.4rem; font-size: .95rem;
}
.notice strong { color: var(--moss); }

.tag {
  display: inline-block; background: var(--sage-100); color: var(--moss);
  border-radius: 999px; padding: .3rem .8rem; font-size: .78rem; font-weight: 600;
  letter-spacing: .04em;
}

/* ---- Footer ------------------------------------------------------------- */
.site-footer { background: var(--moss-deep); color: #b9bfb0; padding-block: clamp(3rem, 6vw, 4.5rem) 0; font-size: .93rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: clamp(1.6rem, 4vw, 3rem); }
.site-footer h2, .site-footer h3 { color: var(--linen); font-size: .82rem; letter-spacing: .15em; text-transform: uppercase; font-family: var(--f-body); font-weight: 600; margin-bottom: 1rem; }
.site-footer a { color: #cdd2c4; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-brand .brand__name { color: var(--linen); font-size: 1.28rem; }
.footer-brand .brand__mark { color: var(--sage-200); }
.footer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.footer-bottom {
  margin-top: clamp(2.2rem, 5vw, 3.2rem); border-top: 1px solid rgba(246,242,234,.14);
  padding-block: 1.4rem; display: flex; flex-wrap: wrap; gap: .6rem 1.4rem;
  justify-content: space-between; font-size: .84rem; color: #9aa290;
}
.footer-bottom ul { list-style: none; display: flex; flex-wrap: wrap; gap: 1.1rem; margin: 0; padding: 0; }
.social-row { display: flex; gap: .6rem; margin-top: 1rem; }
.social-row a {
  width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(246,242,234,.22);
  display: grid; place-items: center; color: #cdd2c4;
}
.social-row a:hover { background: rgba(246,242,234,.1); color: #fff; }
.social-row svg { width: 17px; height: 17px; }

/* ---- 404 ---------------------------------------------------------------- */
.error-page { min-height: 58vh; display: grid; place-items: center; text-align: center; }

/* ---- Responsive --------------------------------------------------------- */
@media (max-width: 1000px) {
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .gallery { columns: 2; }
}

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .header-call { display: grid; margin-left: auto; }
  .header-inner { gap: .55rem; }
  .brand__name { font-size: 1.04rem; }
  .nav {
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--paper); border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: .6rem var(--gut) 1.3rem;
    display: none;
  }
  .nav.is-open { display: flex; }
  .nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav__link { padding: .8rem .3rem; border-bottom: 1px solid var(--line); border-radius: 0; font-size: 1rem; }
  .nav__item--has-sub { position: static; }
  .nav__sub {
    position: static; opacity: 1; visibility: visible; translate: 0; min-width: 0;
    box-shadow: none; border: 0; border-bottom: 1px solid var(--line);
    border-radius: 0; padding: .2rem 0 .6rem .9rem; background: transparent;
  }
  .nav__sub a { padding: .55rem .3rem; font-size: .95rem; }
  .nav__cta { margin: 1rem 0 0; justify-content: center; }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__media { order: -1; max-width: 460px; }
  .hero__img { aspect-ratio: 5 / 4; }
  .hero__badge { left: auto; right: 12px; bottom: -18px; }
  .split, .split--narrow-media { grid-template-columns: 1fr; }
  .split__img--arch { aspect-ratio: 5 / 4; max-width: 460px; }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .pricegrid { grid-template-columns: 1fr; }
  .gallery { columns: 1; }
  .trust-strip ul { justify-content: flex-start; }
  .btn { width: 100%; }
  .btn-row .btn { width: auto; flex: 1 1 200px; }
}

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

@media print {
  .site-header, .site-footer, .cta-band, .nav-toggle { display: none; }
  body { background: #fff; }
}
