/*
Theme Name: Pausenhof Spreewald
Theme URI: https://www.pausenhof-spreewald.de
Author: Pausenhof Spreewald
Description: Maßgeschneidertes, schlankes Theme für Ferienwohnungen, Alpaka-Touren und Hofshop.
Version: 0.1.0
Requires at least: 6.7
Requires PHP: 8.2
Text Domain: pausenhof-spreewald
*/

:root {
  --ink: #183127;
  --ink-soft: #46554d;
  --forest: #173f31;
  --forest-deep: #0d2b22;
  --sage: #dce5d6;
  --sage-pale: #edf1e9;
  --cream: #f5f0e6;
  --paper: #fffdf8;
  --sun: #e1a73f;
  --line: rgba(24, 49, 39, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ldg-psb-background: #ffffff;
  --ldg-psb-border-radius: 0.75rem;
  --ldg-psb-box-shadow: none;
  --ldg-psb-padding: 10px;
  --ldg-psb-input-background: #ffffff;
  --ldg-psb-button-border-radius: 999px;
  --ldg-psb-color-primary: #173f31;
  --ldg-psb-color-primary-lighter: #dce5d6;
  --ldg-psb-color-primary-darker: #0d2b22;
  --ldg-psb-color-primary-contrast: #ffffff;
  --ldg-semantic-color-primary: #173f31;
  --ldg-semantic-color-primary-lighter: #dce5d6;
  --ldg-semantic-color-primary-darker: #0d2b22;
  --ldg-semantic-color-primary-contrast: #ffffff;
  --ldg-component-modal-z-index: 999;
  --ldg-bnb-background: #ffffff;
  --ldg-bnb-border-radius: 0.75rem;
  --ldg-bnb-box-shadow: none;
  --ldg-bnb-padding: 14px;
  --ldg-bnb-input-background: #ffffff;
  --ldg-bnb-button-border-radius: 999px;
  --ldg-bnb-color-primary: #e1a73f;
  --ldg-bnb-color-primary-lighter: #f2d49f;
  --ldg-bnb-color-primary-darker: #72501d;
  --ldg-bnb-color-primary-contrast: #183127;
  --ldg-component-calendar-cell-selection-bg-color: #e1a73f;
  --ldg-component-calendar-cell-selection-color: #183127;
  --ldg-component-calendar-cell-selected-bg-color: #f2d49f;
  --ldg-component-calendar-cell-selected-color: #183127;
  --ldg-bnb-font-family: inherit;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
::selection { background: var(--sun); color: var(--forest-deep); }

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  background: white;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 78px;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 2rem;
  padding: 0.8rem clamp(1rem, 4vw, 4.5rem);
  background: rgba(255, 253, 248, 0.94);
  border-bottom: 1px solid rgba(24, 49, 39, 0.08);
  backdrop-filter: blur(16px);
}
.brand { width: 150px; line-height: 0; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.2vw, 2.2rem); }
.desktop-nav a {
  position: relative;
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.035em;
  white-space: nowrap;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -0.35rem;
  height: 1px;
  background: var(--ink);
  transition: right 180ms ease;
}
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-cta {
  justify-self: end;
  border-radius: 999px;
  background: var(--forest);
  color: white;
  padding: 0.7rem 1.2rem;
  font-size: 0.82rem;
  font-weight: 700;
}
.mobile-menu { display: none; }

.hero {
  position: relative;
  min-height: calc(100svh - 78px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--forest);
  color: white;
}
.hero picture, .hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 48%; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 29, 22, 0.82) 0%, rgba(7, 29, 22, 0.3) 52%, rgba(7, 29, 22, 0.04) 78%),
    linear-gradient(0deg, rgba(7, 29, 22, 0.58) 0%, transparent 44%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(5rem, 12vh, 9rem) 0 clamp(7.6rem, 16vh, 10.5rem);
}
.kicker {
  margin: 0 0 1.2rem;
  color: #476859;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.kicker.light { color: #d7e2d2; }
.hero h1, h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.96;
}
.hero h1 { max-width: 800px; font-size: clamp(4rem, 8.2vw, 8.6rem); }
.hero-copy { max-width: 600px; margin: 1.8rem 0 0; font-size: clamp(1rem, 1.6vw, 1.28rem); color: rgba(255,255,255,0.9); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0.8rem 1.45rem;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 750;
  transition: transform 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-light { background: white; color: var(--forest-deep); }
.button-light:hover { background: var(--cream); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.18rem;
  font-size: 0.84rem;
  font-weight: 750;
}
.text-link span { transition: transform 180ms ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.light-link { color: white; border-color: rgba(255,255,255,0.55); }
.hero-facts {
  position: absolute;
  z-index: 2;
  right: clamp(1rem, 4vw, 4.5rem);
  bottom: 2rem;
  display: flex;
  gap: 0;
  color: rgba(255,255,255,0.9);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-facts span { padding: 0 1.2rem; border-left: 1px solid rgba(255,255,255,0.38); }

.booking-shell {
  position: relative;
  z-index: 5;
  width: min(1180px, calc(100% - 2rem));
  margin: clamp(-3.2rem, -5vw, -2rem) auto 0;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  background: white;
  box-shadow: 0 22px 70px rgba(15, 45, 34, 0.14);
}
.booking-heading { display: grid; grid-template-columns: 1fr minmax(260px, 0.55fr); align-items: end; gap: 2rem; margin-bottom: 1.5rem; }
.booking-heading .kicker { margin-bottom: 0.5rem; }
.booking-heading h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
.booking-heading > p { margin: 0; color: var(--ink-soft); font-size: 0.92rem; }
#lodgify-search-bar { width: 100%; min-height: 68px; }
.lodgify-wrap { min-height: 68px; border-top: 1px solid var(--line); padding-top: 1rem; }
#lodgify-book-now-box { width: 100%; min-height: 310px; }
.lodgify-book-now-wrap { min-height: 310px; }

.section { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; padding: clamp(6rem, 11vw, 10rem) 0; }
.section-heading h2, .hof-copy h2, .experience-content h2, .alpaca-content h2, .shop-section h2, .final-cta h2 {
  font-size: clamp(3rem, 6vw, 6.25rem);
}
.split-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.55fr); gap: 4rem; align-items: end; }
.split-heading > p { margin: 0 0 0.4rem; color: var(--ink-soft); font-size: 1.05rem; }

.apartment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem 1.5rem; margin-top: 4.5rem; }
.apartment-card:nth-child(even) { transform: translateY(4.5rem); }
.apartment-image-link { position: relative; display: block; overflow: hidden; aspect-ratio: 3 / 2; background: var(--sage); }
.apartment-image-link img { width: 100%; height: 100%; object-fit: cover; transition: transform 600ms cubic-bezier(.2,.7,.2,1); }
.apartment-image-link:hover img { transform: scale(1.035); }
.card-index {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  color: var(--forest);
  font-family: var(--serif);
}
.apartment-body { padding: 1.6rem 0 0; }
.eyebrow { margin: 0 0 0.45rem; color: #678070; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.apartment-body h3 { margin: 0; max-width: 26ch; font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.6rem); font-weight: 400; line-height: 1.1; letter-spacing: -0.025em; }
.apartment-body > p:not(.eyebrow) { max-width: 56ch; color: var(--ink-soft); }
.apartment-body ul { display: flex; flex-wrap: wrap; gap: 0.45rem; padding: 0; margin: 1.2rem 0 1.4rem; list-style: none; }
.apartment-body li { border: 1px solid var(--line); border-radius: 999px; padding: 0.38rem 0.7rem; font-size: 0.73rem; }

.hof-section { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr); min-height: 850px; background: var(--forest); color: white; }
.hof-gallery { position: relative; min-height: 820px; padding: clamp(1rem, 4vw, 4rem); }
.hof-main { width: 78%; height: 70%; object-fit: cover; }
.hof-small { position: absolute; right: 5%; bottom: 7%; width: 47%; aspect-ratio: 4/3; object-fit: cover; border: 10px solid var(--forest); }
.photo-note { position: absolute; left: 8%; bottom: 7%; font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 3rem); line-height: 1; color: var(--sage); }
.hof-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 6vw, 7rem) clamp(4rem, 8vw, 8rem) clamp(1rem, 4vw, 4rem); }
.hof-copy h2 { max-width: 9ch; }
.hof-copy > p:not(.kicker) { max-width: 48ch; color: #d6e0da; }
.hof-copy .large-copy { margin: 2rem 0 0.75rem; color: white; font-family: var(--serif); font-size: 1.35rem; line-height: 1.45; }
.hof-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.18); }
.hof-stats div { display: flex; flex-direction: column; }
.hof-stats strong { font-family: var(--serif); font-size: 2.4rem; font-weight: 400; }
.hof-stats span { color: #c6d4cd; font-size: 0.7rem; line-height: 1.35; }

.experience-section { display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.experience-photo { position: relative; }
.experience-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.experience-photo > p { position: absolute; right: -1.3rem; bottom: 1.2rem; margin: 0; padding: 1rem 1.2rem; background: var(--sun); color: var(--forest-deep); font-family: var(--serif); font-size: 1.4rem; line-height: 1; transform: rotate(-3deg); }
.experience-content h2 { max-width: 11ch; }
.place-list { margin-top: 3.5rem; border-top: 1px solid var(--line); }
.place-list article { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.place-list article > span { color: #799082; font-family: var(--serif); }
.place-list h3 { margin: 0; font-size: 1rem; }
.place-list p { margin: 0.35rem 0 0; color: var(--ink-soft); font-size: 0.9rem; }

.alpaca-section { display: grid; grid-template-columns: 0.8fr 1.2fr; min-height: 720px; background: #9b633e; color: white; overflow: hidden; }
.alpaca-mark { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 4rem 2rem; border-right: 1px solid rgba(255,255,255,0.22); font-family: var(--serif); font-size: clamp(5rem, 11vw, 11rem); line-height: 0.72; letter-spacing: -0.08em; color: rgba(255,255,255,0.14); }
.alpaca-mark span:last-child { align-self: flex-end; }
.alpaca-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 9vw, 9rem); }
.alpaca-content h2 { max-width: 10ch; }
.alpaca-content > p:not(.kicker) { max-width: 58ch; color: #f7e9df; }
.tour-prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.25); }
.tour-prices div { display: flex; flex-direction: column; gap: 0.25rem; }
.tour-prices strong { font-family: var(--serif); font-size: clamp(1.45rem, 2.6vw, 2.3rem); font-weight: 400; }
.tour-prices span { color: #f0d9c9; font-size: 0.73rem; }
.alpaca-content .tour-note { margin-top: 2rem; font-size: 0.78rem; color: #f0d9c9; }
.alpaca-link { margin-top: 2rem; color: white; border-color: rgba(255,255,255,0.5); }

.shop-section { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; padding: clamp(6rem, 10vw, 9rem) 0; display: grid; grid-template-columns: 1.15fr 0.65fr; gap: clamp(3rem, 8vw, 8rem); align-items: end; }
.shop-section h2 { max-width: 11ch; }
.shop-copy p { color: var(--ink-soft); }
.status-pill { display: inline-flex; margin-top: 1rem; padding: 0.48rem 0.8rem; border-radius: 999px; background: var(--sage-pale); color: var(--forest); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.shop-link { display: flex; margin-top: 1.5rem; }

.final-cta { display: flex; min-height: 650px; flex-direction: column; align-items: center; justify-content: center; padding: 6rem 1rem; background: linear-gradient(rgba(8, 35, 27, 0.63), rgba(8, 35, 27, 0.78)), url('assets/images/hero-hof.webp') center/cover; color: white; text-align: center; }
.final-cta h2 { max-width: 13ch; }
.final-cta .button { margin-top: 2.25rem; }

footer { padding: 3rem clamp(1rem, 4vw, 4.5rem) 2rem; background: var(--paper); }
.footer-brand { display: block; width: 180px; }
.footer-brand img { width: 100%; }
footer > p { margin: 1rem 0 2.5rem; color: var(--ink-soft); font-size: 0.85rem; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 0.7rem 1.5rem; margin: 0 0 2.5rem; font-size: 0.8rem; font-weight: 700; }
.footer-nav a { border-bottom: 1px solid transparent; }
.footer-nav a:hover { border-color: currentColor; }
.footer-meta { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); color: #718078; font-size: 0.68rem; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0.45rem 1rem; }
.footer-legal a { color: var(--ink); font-weight: 750; border-bottom: 1px solid currentColor; }

.legal-hero {
  min-height: 390px;
  display: flex;
  align-items: flex-end;
  padding: clamp(5rem, 9vw, 8rem) max(1rem, calc((100vw - 1180px) / 2));
  background: var(--forest);
  color: white;
}
.legal-hero > div { width: min(1180px, 100%); margin: 0 auto; }
.legal-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.055em;
}
.legal-content {
  width: min(920px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4rem, 9vw, 8rem) 0;
}
.legal-content article { padding: 2.2rem 0; border-bottom: 1px solid var(--line); }
.legal-content article:first-child { padding-top: 0; }
.legal-content h2 {
  margin: 0 0 1.2rem;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
}
.legal-content p,
.legal-content address { margin: 0; color: var(--ink-soft); font-style: normal; }
.legal-content a { color: var(--forest); font-weight: 700; border-bottom: 1px solid currentColor; }

.content-hero {
  position: relative;
  min-height: clamp(650px, 82svh, 900px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: white;
}
.alpaca-page-hero { background: #9b633e; }
.shop-page-hero { background: var(--forest); }
.content-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12,29,23,0.32), transparent 72%);
}
.content-hero-mark {
  position: absolute;
  right: -0.045em;
  bottom: -0.15em;
  font-family: var(--serif);
  font-size: clamp(10rem, 25vw, 26rem);
  line-height: 0.78;
  letter-spacing: -0.09em;
  color: rgba(255,255,255,0.1);
  user-select: none;
}
.shop-hero-mark { right: 0.03em; color: rgba(220,229,214,0.12); }
.content-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 8rem) 0;
}
.content-hero h1 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.5rem, 9.5vw, 9.5rem);
  font-weight: 400;
  line-height: 0.87;
  letter-spacing: -0.06em;
}
.content-hero-inner > p:not(.kicker) { max-width: 620px; margin: 1.8rem 0; color: rgba(255,255,255,0.9); font-size: clamp(1rem, 1.5vw, 1.2rem); }

.tour-intro,
.shop-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr); gap: clamp(3rem, 8vw, 8rem); align-items: end; }
.tour-intro h2,
.shop-intro h2,
.tour-booking-heading h2,
.shop-readiness h2 { max-width: 10ch; font-size: clamp(3rem, 6vw, 6.2rem); }
.tour-intro-copy p,
.shop-intro-copy p { margin: 0; color: var(--ink-soft); font-size: 1.02rem; }
.tour-intro-copy p + p { margin-top: 1rem; }

.tour-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1440px, calc(100% - 2rem));
  margin: 0 auto clamp(6rem, 10vw, 9rem);
  background: var(--cream);
}
.tour-facts div { min-height: 250px; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(1.3rem, 3vw, 2.4rem); border-right: 1px solid var(--line); }
.tour-facts div:last-child { border-right: 0; }
.tour-facts span { color: #687c71; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.tour-facts strong { margin-top: auto; font-family: var(--serif); font-size: clamp(2rem, 3.3vw, 3.5rem); font-weight: 400; line-height: 1; }
.tour-facts p { margin: 0.6rem 0 0; color: var(--ink-soft); font-size: 0.78rem; }

.tour-steps-section { padding: clamp(6rem, 10vw, 9rem) max(1rem, calc((100% - 1180px) / 2)); background: #713f2b; color: white; }
.tour-steps-heading { display: grid; grid-template-columns: 0.55fr 1fr; gap: 3rem; align-items: start; }
.tour-steps-heading h2 { max-width: 11ch; font-size: clamp(3rem, 6vw, 6.2rem); }
.tour-step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: clamp(3rem, 7vw, 6rem); background: rgba(255,255,255,0.22); }
.tour-step-grid article { min-height: 330px; padding: clamp(1.5rem, 3vw, 2.5rem); background: #713f2b; }
.tour-step-grid article > span { color: #e7c4ae; font-family: var(--serif); }
.tour-step-grid h3 { max-width: 13ch; margin: 4rem 0 1rem; font-family: var(--serif); font-size: clamp(1.6rem, 2.8vw, 2.6rem); font-weight: 400; line-height: 1.05; }
.tour-step-grid p { color: #ecd8ca; font-size: 0.9rem; }

.tour-booking-heading { display: grid; grid-template-columns: 0.55fr 1fr; gap: 3rem; align-items: start; }
.tour-option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: clamp(3rem, 6vw, 5rem); }
.tour-option-card { position: relative; min-height: 430px; display: flex; flex-direction: column; padding: clamp(1.5rem, 4vw, 3rem); background: var(--cream); }
.tour-option-card.featured { background: var(--forest); color: white; }
.tour-option-card .option-number { position: absolute; top: 1.5rem; right: 1.5rem; color: #83948b; font-family: var(--serif); font-size: 1.2rem; }
.tour-option-card .eyebrow { margin-top: auto; }
.tour-option-card h3 { max-width: 16ch; margin: 0.6rem 0 1.2rem; font-family: var(--serif); font-size: clamp(2rem, 3.6vw, 3.5rem); font-weight: 400; line-height: 1.02; }
.tour-option-card > p:not(.eyebrow) { max-width: 54ch; color: var(--ink-soft); }
.tour-option-card.featured > p:not(.eyebrow) { color: #cfddd6; }
.tour-option-card .status-pill { width: fit-content; }
.tour-contact-link { margin-top: 1rem; }
.status-pill.inverse { background: white; color: var(--forest); }
.integration-note { max-width: 70ch; margin: 2rem auto 0; color: var(--ink-soft); text-align: center; font-size: 0.84rem; }

.cross-cta { min-height: 620px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 6rem 1rem; color: white; text-align: center; }
.cross-cta-stay { background: var(--forest); }
.cross-cta-tour { background: #9b633e; }
.cross-cta h2 { max-width: 13ch; margin: 0; font-family: var(--serif); font-size: clamp(3rem, 6vw, 6.2rem); font-weight: 400; line-height: 0.97; letter-spacing: -0.045em; }
.cross-cta .button { margin-top: 2.2rem; }

.shop-showcase { padding-top: 0; }
.shop-showcase-heading,
.shop-flow-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}
.shop-showcase-heading h2,
.shop-flow-heading h2 { max-width: 10ch; font-size: clamp(3rem, 6vw, 6.2rem); }
.shop-showcase-heading > p,
.shop-flow-heading > p { margin: 0; color: var(--ink-soft); font-size: 1.02rem; }

.shop-product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(3rem, 6vw, 5rem);
}
.shop-product-card {
  grid-column: span 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
}
.shop-product-card:nth-child(4),
.shop-product-card:nth-child(5) { grid-column: span 3; }
.product-card-visual {
  position: relative;
  aspect-ratio: 1 / 1.04;
  overflow: hidden;
  background: var(--cream);
}
.product-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.2,.7,.2,1);
}
.shop-product-card:hover .product-card-visual img { transform: scale(1.025); }
.product-card-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.42rem 0.68rem;
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.94);
  color: var(--forest-deep);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-card-body { flex: 1; display: flex; flex-direction: column; padding: clamp(1.3rem, 2.5vw, 2rem); }
.product-card-body h3 {
  margin: 0.45rem 0 0.9rem;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.8vw, 2.65rem);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.035em;
}
.product-card-body > p:not(.eyebrow) { margin: 0 0 1.6rem; color: var(--ink-soft); font-size: 0.88rem; }
.product-card-foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.product-card-foot > div { display: flex; flex-direction: column; gap: 0.15rem; }
.product-card-foot strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; line-height: 1; }
.product-card-foot small { color: var(--ink-soft); font-size: 0.68rem; }
.product-card-foot span {
  padding: 0.48rem 0.72rem;
  border-radius: 999px;
  background: var(--sage-pale);
  color: #5a6e63;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.bedding-visual {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 74% 22%, rgba(255,255,255,0.9), transparent 28%),
    linear-gradient(145deg, #e8e0cf, #c9d6c7);
}
.heart-soap-visual {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 24% 22%, rgba(255,255,255,0.8), transparent 26%),
    linear-gradient(145deg, #f0d8ca, #d5a68d);
}
.product-placeholder-object {
  position: relative;
  width: 70%;
  aspect-ratio: 1.25 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: var(--forest-deep);
  text-align: center;
  filter: drop-shadow(0 20px 24px rgba(24, 49, 39, 0.14));
}
.product-placeholder-object.bedding {
  border-radius: 48% 46% 16% 18%;
  background: linear-gradient(160deg, #fffefa, #e9e6dd);
  border: 1px solid rgba(24,49,39,0.08);
  transform: rotate(-3deg);
}
.product-placeholder-object.bedding::after {
  content: "";
  position: absolute;
  inset: 10%;
  border: 1px dashed rgba(24,49,39,0.2);
  border-radius: inherit;
}
.product-placeholder-object.bedding span,
.product-placeholder-object.bedding small,
.product-placeholder-object.heart-soap span {
  position: relative;
  z-index: 1;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.product-placeholder-object.bedding strong {
  position: relative;
  z-index: 1;
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 400;
}
.product-placeholder-object.heart-soap strong {
  color: #b56857;
  font-family: var(--serif);
  font-size: clamp(7rem, 13vw, 11rem);
  font-weight: 400;
  line-height: 0.68;
}
.voucher-visual {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,0.65), transparent 27%),
    linear-gradient(145deg, #e4dbc9, #c6d5c5);
}
.voucher-card {
  position: relative;
  width: 72%;
  aspect-ratio: 1.5 / 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1rem, 2.5vw, 1.8rem);
  background: var(--forest);
  color: white;
  box-shadow: 0 22px 45px rgba(13, 43, 34, 0.22);
  transform: rotate(-4deg);
}
.voucher-card::before,
.voucher-card::after {
  content: "";
  position: absolute;
  right: -0.55rem;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: #cdd7c8;
}
.voucher-card::before { top: 26%; }
.voucher-card::after { bottom: 26%; }
.voucher-card span,
.voucher-card small { font-size: 0.58rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.voucher-card strong { font-family: var(--serif); font-size: clamp(1.45rem, 3vw, 2.6rem); font-weight: 400; line-height: 0.95; letter-spacing: -0.035em; }
.voucher-card small { align-self: flex-end; color: #d6e0da; }

.planned-range { padding-top: 0; }
.planned-range-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}
.planned-range-heading h2 { max-width: 11ch; font-size: clamp(3rem, 6vw, 6.2rem); }
.planned-range-heading > p { margin: 0; color: var(--ink-soft); font-size: 1.02rem; }
.planned-range-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(3rem, 6vw, 5rem);
  background: var(--line);
}
.planned-range-grid article { min-height: 290px; padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--sage-pale); }
.planned-range-grid article > span { color: #71867a; font-family: var(--serif); }
.planned-range-grid h3 { margin: 3.5rem 0 1.2rem; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.6rem); font-weight: 400; line-height: 1.05; }
.planned-range-grid ul { margin: 0; padding: 0; list-style: none; }
.planned-range-grid li { padding: 0.55rem 0; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 0.84rem; }

.shop-flow { padding-top: 0; }
.shop-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: clamp(3rem, 6vw, 5rem) 0 0;
  padding: 0;
  background: var(--line);
  list-style: none;
}
.shop-flow-grid li { min-height: 270px; padding: clamp(1.3rem, 2.5vw, 2rem); background: var(--cream); }
.shop-flow-grid li > span { color: #71867a; font-family: var(--serif); }
.shop-flow-grid h3 { margin: 4rem 0 0.75rem; font-family: var(--serif); font-size: clamp(1.4rem, 2.2vw, 2rem); font-weight: 400; line-height: 1.08; }
.shop-flow-grid p { margin: 0; color: var(--ink-soft); font-size: 0.84rem; }

.connected-commerce-section { padding: clamp(6rem, 10vw, 9rem) max(1rem, calc((100% - 1180px) / 2)); background: var(--forest-deep); color: white; }
.connected-commerce-heading { display: grid; grid-template-columns: 0.55fr 1fr; gap: 3rem; }
.connected-commerce-heading h2 { max-width: 11ch; font-size: clamp(3rem, 6vw, 6.2rem); }
.commerce-paths { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: clamp(3rem, 7vw, 6rem); background: rgba(255,255,255,0.2); }
.commerce-paths article { min-height: 280px; padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--forest-deep); }
.commerce-paths span { color: #9db1a7; font-family: var(--serif); }
.commerce-paths h3 { margin: 4rem 0 0.8rem; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.7rem); font-weight: 400; }
.commerce-paths p { max-width: 32ch; color: #c7d5ce; font-size: 0.9rem; }

.apartment-hero {
  position: relative;
  min-height: clamp(620px, 78svh, 880px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--forest);
  color: white;
}
.apartment-hero > img,
.apartment-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.apartment-hero > img { object-fit: cover; }
.apartment-hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 31, 24, 0.77) 0%, rgba(8, 31, 24, 0.18) 65%, transparent 100%),
    linear-gradient(0deg, rgba(8, 31, 24, 0.64) 0%, transparent 52%);
}
.apartment-hero-content {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(5rem, 12vw, 9rem) 0 clamp(4rem, 8vw, 6.5rem);
}
.apartment-hero-content .back-link {
  display: inline-flex;
  margin-bottom: clamp(3rem, 7vw, 6rem);
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(255,255,255,0.55);
  font-size: 0.8rem;
  font-weight: 700;
}
.apartment-hero h1 {
  max-width: 12ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.8rem, 8vw, 8rem);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.05em;
}
.apartment-hero-content > p:last-child {
  max-width: 620px;
  margin: 1.5rem 0 0;
  color: rgba(255,255,255,0.91);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
}
.section-tight {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 8rem) 0;
}
.apartment-intro,
.features-section { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr); gap: clamp(3rem, 8vw, 8rem); }
.apartment-intro h2,
.features-section h2,
.detail-booking h2,
.more-apartments h2 {
  max-width: 11ch;
  font-size: clamp(2.8rem, 5.8vw, 5.8rem);
}
.apartment-description { align-self: end; }
.apartment-description p { margin: 0; color: var(--ink-soft); font-size: 1.02rem; }
.apartment-description p + p { margin-top: 1.1rem; }

.apartment-gallery {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.8rem;
  width: min(1440px, calc(100% - 2rem));
  min-height: 760px;
  margin: 0 auto;
}
.apartment-gallery figure { min-height: 0; margin: 0; overflow: hidden; background: var(--sage); }
.apartment-gallery .gallery-featured { grid-row: 1 / 3; }
.apartment-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 650ms cubic-bezier(.2,.7,.2,1); }
.apartment-gallery figure:hover img { transform: scale(1.025); }

.features-section { align-items: start; }
.features-section ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.features-section li {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
}
.features-section li span { color: #799082; font-family: var(--sans); font-size: 0.72rem; font-weight: 750; letter-spacing: 0.08em; }

.detail-booking {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  padding: clamp(4rem, 8vw, 7rem) max(1rem, calc((100% - 1180px) / 2));
  background: var(--forest);
  color: white;
}
.detail-booking-heading { display: block; margin: 0; }
.detail-booking-heading > p { max-width: 45ch; margin: 1.5rem 0 0.4rem; color: #d4dfd9; }
.detail-booking .lodgify-wrap { padding: 1rem; border: 0; background: white; }
.detail-booking .lodgify-book-now-wrap {
  display: grid;
  place-items: center;
  width: 100%;
  padding: 1rem;
  background: white;
}

.more-heading { display: flex; justify-content: space-between; gap: 3rem; align-items: end; margin-bottom: 3rem; }
.more-heading .kicker { align-self: flex-start; }
.more-apartment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.more-apartment-grid a { display: flex; flex-direction: column; gap: 0.8rem; font-family: var(--serif); font-size: 1.15rem; }
.more-apartment-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.more-apartment-grid span span { font-family: var(--sans); font-size: 0.8rem; }

a:focus-visible, summary:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }

body.admin-bar .site-header { top: 32px; }
.standard-content,
.woocommerce-content {
  width: min(920px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4rem, 9vw, 8rem) 0;
}
.standard-content > :first-child { margin-top: 0; }
.standard-content h2,
.standard-content h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -0.035em; line-height: 1.05; }
.standard-content h2 { font-size: clamp(2.2rem, 5vw, 4.6rem); }
.standard-content h3 { font-size: clamp(1.6rem, 3vw, 2.8rem); }
.standard-content a { color: var(--forest); font-weight: 700; border-bottom: 1px solid currentColor; }
.not-found-page {
  min-height: calc(100svh - 78px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6rem 1rem;
  background: var(--forest);
  color: white;
  text-align: center;
}
.not-found-page h1,
.commerce-hero h1 {
  max-width: 12ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.8rem, 8vw, 8rem);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.05em;
}
.not-found-page .button { margin-top: 2rem; }
.commerce-hero {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(5rem, 9vw, 8rem) max(1rem, calc((100vw - 1180px) / 2));
  background: var(--forest);
  color: white;
}
.woocommerce-showcase { padding-top: 0; }
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: clamp(3rem, 6vw, 5rem) 0 0;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto;
  float: none;
  margin: 0;
  padding-bottom: 1.5rem;
  background: white;
  border: 1px solid var(--line);
}
.woocommerce ul.products li.product a img { margin: 0 0 1.2rem; aspect-ratio: 1 / 1.04; object-fit: cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button { margin-inline: 1.3rem; }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  font-weight: 400;
  line-height: 1.05;
}
.woocommerce ul.products li.product .price { color: var(--forest); font-weight: 750; }
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-components-button {
  border-radius: 999px !important;
  background: var(--forest) !important;
  color: white !important;
}
.woocommerce .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.wc-block-components-text-input input {
  border: 1px solid var(--line);
  border-radius: 0.35rem;
  background: white;
}
.woocommerce-info,
.woocommerce-message { border-top-color: var(--forest); background: var(--sage-pale); }
.woocommerce-info::before,
.woocommerce-message::before { color: var(--forest); }
.amelia-booking-slot { width: 100%; margin-top: 1.5rem; color: var(--ink); }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; justify-self: end; position: relative; }
  .mobile-menu summary { display: grid; gap: 6px; width: 42px; height: 42px; place-content: center; cursor: pointer; list-style: none; border: 1px solid var(--line); border-radius: 50%; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 18px; height: 1.5px; background: var(--ink); }
  .mobile-menu nav { position: absolute; right: 0; top: calc(100% + 0.75rem); min-width: 260px; display: flex; flex-direction: column; padding: 1rem; background: white; border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(15,45,34,0.15); }
  .mobile-menu nav a { padding: 0.72rem; font-weight: 650; }
  .shop-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-product-card,
  .shop-product-card:nth-child(4),
  .shop-product-card:nth-child(5) { grid-column: auto; }
  .hof-section { grid-template-columns: 1fr; }
  .hof-gallery { min-height: 680px; }
  .hof-copy { padding-top: 2rem; }
  .alpaca-section { grid-template-columns: 0.55fr 1.45fr; }
  .alpaca-mark { padding: 2rem 0.8rem; font-size: clamp(3.5rem, 11vw, 8rem); }
  .tour-facts { grid-template-columns: 1fr 1fr; }
  .tour-facts div:nth-child(2) { border-right: 0; }
  .tour-facts div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .shop-flow-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  body.admin-bar .site-header { top: 46px; }
  .site-header { min-height: 68px; padding-block: 0.65rem; }
  .brand { width: 130px; }
  .hero { min-height: 780px; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,29,22,0.88) 0%, rgba(7,29,22,0.34) 72%, rgba(7,29,22,0.12) 100%); }
  .hero-image { object-position: center; }
  .hero-content { width: calc(100% - 2rem); padding-bottom: 8.5rem; }
  .hero h1 { font-size: clamp(3.7rem, 18vw, 5.5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .hero-facts { left: 1rem; right: 1rem; bottom: 1.5rem; justify-content: space-between; font-size: 0.58rem; }
  .hero-facts span { padding: 0 0.5rem; }
  .booking-shell { width: calc(100% - 1rem); padding: 1.25rem; }
  .booking-heading, .split-heading, .shop-section { grid-template-columns: 1fr; gap: 1.5rem; }
  .section { width: calc(100% - 2rem); }
  .section-heading h2, .hof-copy h2, .experience-content h2, .alpaca-content h2, .shop-section h2, .final-cta h2 { font-size: clamp(2.8rem, 13vw, 4.4rem); }
  .apartment-grid { grid-template-columns: 1fr; gap: 3.5rem; margin-top: 3rem; }
  .apartment-card:nth-child(even) { transform: none; }
  .hof-gallery { min-height: 520px; padding: 1rem; }
  .hof-main { width: 88%; height: 64%; }
  .hof-small { width: 60%; right: 1rem; bottom: 3.5rem; border-width: 6px; }
  .photo-note { left: 1rem; bottom: 1rem; }
  .hof-copy { padding: 4.5rem 1rem; }
  .hof-stats { grid-template-columns: 1fr 1fr 1fr; }
  .experience-section { grid-template-columns: 1fr; }
  .experience-photo { width: calc(100% - 1.5rem); }
  .experience-photo img { aspect-ratio: 4/4.7; }
  .alpaca-section { grid-template-columns: 1fr; }
  .alpaca-mark { min-height: 180px; flex-direction: row; justify-content: space-between; align-items: center; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.22); font-size: 4rem; }
  .alpaca-mark span:last-child { align-self: auto; }
  .alpaca-content { padding: 4.5rem 1rem; }
  .tour-prices { grid-template-columns: 1fr; }
  .final-cta { min-height: 560px; }
  .footer-meta { flex-direction: column; }
  .footer-legal { justify-content: flex-start; }
  .apartment-hero { min-height: 700px; }
  .apartment-hero-shade { background: linear-gradient(0deg, rgba(8,31,24,0.84) 0%, rgba(8,31,24,0.1) 78%); }
  .apartment-hero h1 { font-size: clamp(3.5rem, 16vw, 5.2rem); }
  .apartment-intro,
  .features-section,
  .detail-booking { grid-template-columns: 1fr; gap: 2rem; }
  .apartment-gallery { grid-template-columns: 1fr; grid-template-rows: none; min-height: 0; }
  .apartment-gallery .gallery-featured { grid-row: auto; }
  .apartment-gallery figure { aspect-ratio: 4/3; }
  .more-heading { display: block; }
  .more-apartment-grid { grid-template-columns: 1fr; gap: 2rem; }
  .content-hero { min-height: 720px; }
  .content-hero h1 { font-size: clamp(4rem, 18vw, 6.2rem); }
  .content-hero-mark { font-size: 43vw; right: -0.08em; }
  .tour-intro,
  .shop-intro,
  .shop-showcase-heading,
  .shop-flow-heading,
  .planned-range-heading,
  .tour-steps-heading,
  .tour-booking-heading,
  .connected-commerce-heading { grid-template-columns: 1fr; gap: 2rem; }
  .tour-facts { width: calc(100% - 1rem); }
  .tour-facts div { min-height: 190px; }
  .tour-step-grid,
  .tour-option-grid,
  .commerce-paths,
  .shop-product-grid,
  .planned-range-grid,
  .shop-flow-grid { grid-template-columns: 1fr; }
  .tour-step-grid article { min-height: 280px; }
  .tour-option-card { min-height: 390px; }
  .shop-flow-grid li { min-height: 230px; }
  .cross-cta { min-height: 540px; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
