:root {
  --page: #e4dcd1;
  --surface: #f0ece7;
  --ink: #000000;
  --muted: #5f5750;
  --rose: #c49a95;
  --rose-soft: rgba(196, 154, 149, 0.2);
  --petal: #f5eee7;
  --line: rgba(0, 0, 0, 0.14);
  --white: #fffaf6;
  --max: 1440px;
  --signature-font: "Brittany Signature", "Segoe Script", "Brush Script MT", cursive;
  --radius-panel: 46px;
  --radius-panel-alt: 42px;
  --radius-card: 34px;
  --radius-card-alt: 38px;
  --radius-media: 52px;
  --site-logo-height: clamp(50px, 4.45vw, 64px);
  --wp-admin-bar-offset: 0px;
  color: var(--ink);
  background: var(--page);
  font-family: "Nunito Sans", ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  background: var(--page);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--page);
}

body.admin-bar {
  --wp-admin-bar-offset: 32px;
}

html.menu-lock,
body.menu-lock {
  overflow: hidden;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

button,
input,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

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

img {
  display: block;
  max-width: 100%;
}

::selection {
  background: #ece6df;
  color: #000000;
}

main {
  min-height: 100vh;
}

section {
  position: relative;
}

#home,
#over,
#diensten,
#tarieven,
#contact {
  scroll-margin-top: calc(88px + var(--wp-admin-bar-offset));
}

.site-header {
  position: fixed;
  inset: var(--wp-admin-bar-offset) 0 auto;
  z-index: 20;
  background: rgba(228, 220, 209, 0.82);
  backdrop-filter: blur(16px);
  transition: background-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(213, 202, 187, 0.96);
}

.header-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  width: min(100%, var(--max));
  min-height: 78px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 72px);
}

.brand,
.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  width: fit-content;
  line-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.brand img,
.footer-logo img {
  display: block;
  height: var(--site-logo-height);
  width: auto;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.desktop-nav a,
.mobile-menu a,
.text-link {
  color: inherit;
  text-decoration: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.desktop-nav a {
  position: relative;
  padding: 10px 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.72);
  transition: opacity 180ms ease, transform 180ms ease;
}

.desktop-nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.desktop-nav a.is-active {
  color: var(--ink);
}

.desktop-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
  background: var(--rose);
}

.mobile-menu a.is-active {
  color: var(--ink);
}

.nav-cta,
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--surface);
  font-weight: 760;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.nav-cta {
  justify-self: end;
  min-height: 44px;
  padding: 0 17px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.primary-button {
  text-decoration: none;
  padding: 0 24px;
}

.nav-cta:hover,
.primary-button:hover {
  transform: translateY(-1px);
  background: transparent;
  color: var(--ink);
}

.menu-toggle {
  display: none;
  justify-self: end;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  cursor: pointer;
}

.menu-close-icon {
  display: none;
}

.menu-toggle[aria-expanded="true"] .menu-open-icon {
  display: none;
}

.menu-toggle[aria-expanded="true"] .menu-close-icon {
  display: inline-flex;
}

.mobile-menu {
  display: none;
}

.mobile-menu-cta {
  display: none;
}

.hero,
.section,
.rates-section,
.brand-section,
.contact-section {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding-left: clamp(20px, 5vw, 72px);
  padding-right: clamp(20px, 5vw, 72px);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
  min-height: 100vh;
  padding-top: 118px;
  padding-bottom: clamp(52px, 7vh, 96px);
  overflow: hidden;
}

.hero-copy {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 clamp(10px, 1vw, 14px);
  color: var(--muted);
  font-family: var(--signature-font);
  font-size: clamp(21px, 1.7vw, 28px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.95 !important;
  text-transform: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(48px, 6.4vw, 92px);
  line-height: 0.96;
}

h2 {
  max-width: 850px;
  margin-bottom: 0;
  font-size: clamp(36px, 4.8vw, 72px);
  line-height: 1;
}

h3 {
  margin-bottom: 10px;
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.1;
}

.hero-copy > p:not(.eyebrow),
.rates-copy p:not(.eyebrow),
.brand-section > p:not(.eyebrow),
.contact-copy > p:not(.eyebrow),
.intro-grid p {
  color: var(--muted);
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(240, 236, 231, 0.62);
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.text-link {
  color: var(--muted);
  font-weight: 780;
}

.text-link:hover {
  color: var(--ink);
}

.hero-visual {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border-radius: var(--radius-media);
  background: var(--surface);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.12);
  transform: rotate(1.2deg);
  isolation: isolate;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.hero-visual:active {
  cursor: grabbing;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 54%, rgba(0, 0, 0, 0.32));
  pointer-events: none;
}

.hero-slides {
  position: absolute;
  inset: -22px;
  overflow: hidden;
  border-radius: inherit;
  background: var(--surface);
}

.hero-slides img {
  position: absolute;
  inset: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  min-height: 724px;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.035) rotate(-1.2deg);
  transition: opacity 900ms ease, transform 1200ms ease;
  will-change: opacity, transform;
}

.hero-slides img.is-active {
  opacity: 1;
  transform: scale(1.055) rotate(-1.2deg);
}

.slide-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 250, 246, 0.42);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.24);
  color: var(--surface);
  cursor: pointer;
  opacity: 0.86;
  backdrop-filter: blur(10px);
  transform: translateY(-50%);
  transition: opacity 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.slide-arrow:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.42);
  transform: translateY(-50%) scale(1.04);
}

.slide-arrow-left {
  left: 24px;
}

.slide-arrow-right {
  right: 24px;
}

.hero-card {
  position: absolute;
  z-index: 2;
  left: 42px;
  right: 42px;
  bottom: 42px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding: 16px 24px;
  border: 1px solid rgba(240, 236, 231, 0.5);
  border-radius: 34px;
  background: rgba(240, 236, 231, 0.76);
  backdrop-filter: blur(12px);
  font-weight: 520;
}

.leaf {
  position: absolute;
  z-index: 0;
  width: clamp(124px, 15vw, 250px);
  opacity: 0.34;
  pointer-events: none;
  filter: drop-shadow(0 14px 26px rgba(0, 0, 0, 0.035));
}

.leaf-hero {
  top: clamp(118px, 15vh, 178px);
  right: clamp(24px, 5vw, 82px);
  width: clamp(150px, 17vw, 270px);
  opacity: 0.24;
  transform: rotate(9deg);
}

.leaf-services {
  top: 84px;
  right: clamp(24px, 7vw, 118px);
  width: clamp(130px, 14vw, 220px);
  opacity: 0.28;
  transform: rotate(-10deg);
}

.leaf-personal {
  left: clamp(18px, 5vw, 72px);
  bottom: 42px;
  width: clamp(118px, 12vw, 190px);
  opacity: 0.22;
  transform: rotate(-18deg);
}

.leaf-rates {
  right: clamp(26px, 5vw, 78px);
  bottom: 74px;
  width: clamp(128px, 13vw, 220px);
  opacity: 0.22;
  transform: rotate(8deg);
}

.leaf-price-page {
  right: clamp(18px, 5vw, 86px);
  bottom: 36px;
  width: clamp(150px, 18vw, 270px);
  opacity: 0.24;
  transform: rotate(-9deg);
}

.leaf-full-prices {
  right: clamp(22px, 5vw, 72px);
  bottom: 28px;
  width: clamp(118px, 12vw, 190px);
  opacity: 0.18;
  transform: rotate(19deg);
}

.dotted-line {
  position: absolute;
  z-index: 0;
  width: min(46vw, 620px);
  height: auto;
  overflow: visible;
  pointer-events: none;
}

div.dotted-line {
  height: 2px;
  border-top: 2px dotted rgba(196, 154, 149, 0.78);
  border-radius: 999px;
  opacity: 0.72;
}

.dotted-line path {
  fill: none;
  stroke: rgba(196, 154, 149, 0.78);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 1 12;
  opacity: 0.72;
}

.line-hero {
  right: clamp(330px, 36vw, 620px);
  bottom: clamp(88px, 12vh, 150px);
  width: min(31vw, 430px);
  transform: rotate(-17deg);
}

.line-intro {
  right: clamp(260px, 25vw, 430px);
  bottom: 54px;
  width: min(27vw, 360px);
  transform: rotate(-21deg);
}

.line-rates {
  right: clamp(34px, 7vw, 120px);
  top: 54px;
  width: min(33vw, 440px);
  transform: rotate(21deg);
}

.line-price-page {
  left: clamp(34px, 6vw, 96px);
  top: 32px;
  width: min(34vw, 460px);
  transform: rotate(-18deg);
}

.section {
  padding-top: 108px;
  padding-bottom: 108px;
}

.section::before,
.rates-section::before,
.full-price-section::before,
.gallery-page-section::before {
  content: "";
  position: absolute;
  top: 28px;
  left: clamp(20px, 5vw, 72px);
  right: clamp(20px, 5vw, 72px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.12), transparent);
  pointer-events: none;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(160px, 0.34fr) minmax(0, 1fr);
  column-gap: 36px;
  row-gap: 12px;
  align-items: start;
  margin-bottom: 42px;
  padding-top: 0;
  border-top: 0;
}

.section-heading .eyebrow {
  margin-bottom: 0;
}

.rates-copy > .eyebrow,
.brand-section > .eyebrow,
.contact-copy > .eyebrow,
.price-page-hero > .eyebrow,
.gallery-page-hero > .eyebrow,
.appointment-modal > .eyebrow {
  margin-bottom: clamp(10px, 1vw, 14px);
}

.intro-section,
.gallery-section {
  background: var(--surface);
  box-shadow: 50vw 0 0 var(--surface), -50vw 0 0 var(--surface);
}

.intro-section {
  border-radius: 0 0 56px 0;
  overflow: hidden;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(36px, 6vw, 82px);
  align-items: start;
}

.intro-grid p {
  max-width: 850px;
}

.personal-note {
  margin-top: 24px;
  padding-left: 18px;
  border-left: 2px solid var(--rose);
  color: var(--ink) !important;
  font-weight: 650;
}

.opening-card,
.service-card,
.price-list,
.contact-form,
.full-price-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--white);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.045);
}

.opening-card {
  padding: 28px;
  transform: rotate(0.4deg);
}

.opening-card svg {
  margin-bottom: 18px;
}

.opening-card h3 {
  font-family: "Marcellus", Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.1;
}

.opening-card dl {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
}

.opening-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.price-list div:first-child {
  border-top: 0;
}

.opening-card dt,
.opening-card dd {
  margin: 0;
}

.opening-card dt,
.price-list span {
  color: var(--muted);
}

.opening-card dd,
.price-list strong {
  font-weight: 820;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-card {
  min-height: 280px;
  padding: 26px;
}

.service-card:nth-child(1) {
  border-radius: var(--radius-card);
  transform: rotate(-0.8deg);
}

.service-card:nth-child(2) {
  border-radius: var(--radius-card-alt);
  transform: translateY(22px) rotate(0.6deg);
}

.service-card:nth-child(3) {
  border-radius: var(--radius-card);
  transform: rotate(-0.4deg);
}

.service-card.reveal-target.is-visible:hover {
  transform: translateY(-3px);
}

.service-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 28px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
}

.service-card p {
  color: var(--muted);
  line-height: 1.58;
}

.personal-section {
  overflow: hidden;
  background: var(--surface);
  box-shadow: 50vw 0 0 var(--surface), -50vw 0 0 var(--surface);
  border-radius: 56px 0 56px 0;
}

.personal-section .section-heading {
  grid-template-columns: minmax(160px, 0.24fr) minmax(0, 0.76fr);
  margin-bottom: 48px;
  padding-top: 0;
  border-top: 0;
}

.personal-section .section-heading h2 {
  max-width: 660px;
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.04;
}

.personal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 22px;
  align-items: stretch;
}

.personal-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 352px;
  padding: clamp(30px, 3.2vw, 42px);
  border: 1px solid var(--line);
  border-radius: 46px;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.045);
}

.personal-card .service-icon {
  flex: 0 0 auto;
  margin-bottom: 34px;
}

.personal-card h3 {
  min-width: 0;
  max-width: 520px;
  margin: 0 0 18px;
  font-size: clamp(36px, 3.3vw, 48px);
}

.personal-card p {
  min-width: 0;
  max-width: 620px;
}

.personal-card:first-child {
  border-color: rgba(0, 0, 0, 0.22);
  border-radius: 48px;
  background: var(--ink);
  color: var(--surface);
  transform: rotate(-0.35deg);
}

.personal-card:first-child .service-icon {
  border-color: rgba(240, 236, 231, 0.22);
  background: rgba(240, 236, 231, 0.08);
}

.personal-card:first-child h3 {
  max-width: 480px;
}

.personal-card:first-child p {
  max-width: 620px;
}

.personal-card:nth-child(2) {
  border-radius: var(--radius-card-alt);
  transform: translateY(0) rotate(0.18deg);
}

.personal-card p {
  color: var(--muted);
  line-height: 1.58;
}

.personal-card:first-child p {
  grid-column: auto;
  color: rgba(240, 236, 231, 0.78);
}

.rates-section,
.brand-section,
.contact-section {
  display: grid;
  gap: clamp(34px, 6vw, 82px);
  padding-top: 112px;
  padding-bottom: 112px;
  border-top: 0;
}

.rates-section {
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.72fr);
}

.rates-copy {
  align-self: center;
  max-width: 720px;
}

.rates-copy h2 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(36px, 4vw, 62px);
  line-height: 1.06;
}

.rates-copy p {
  max-width: 680px;
  margin-bottom: 0;
  line-height: 1.62;
}

.price-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0;
  padding: 14px 28px 28px;
}

.rates-section .price-list {
  border-radius: var(--radius-panel-alt);
  transform: rotate(-0.35deg);
}

.price-list div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 18px;
  min-height: 64px;
  padding-top: 14px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.price-list div:first-child {
  border-top: 0;
}

.brand-section {
  grid-template-columns: minmax(260px, 0.56fr) minmax(0, 1fr);
  background: var(--ink);
  color: var(--surface);
  box-shadow: 50vw 0 0 var(--ink), -50vw 0 0 var(--ink);
  border-radius: 56px 0 0 36px;
}

.brand-section .eyebrow {
  color: rgba(240, 236, 231, 0.78);
}

.brand-section p:not(.eyebrow) {
  max-width: 780px;
  color: rgba(255, 250, 246, 0.92);
  font-size: clamp(19px, 1.45vw, 23px);
  line-height: 1.68;
}

.photo-collage {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  grid-auto-rows: 210px;
  gap: 14px;
}

.collage-item {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-card);
  background: var(--page);
}

.collage-item:nth-child(1),
.collage-item:nth-child(5) {
  border-radius: var(--radius-card-alt);
}

.collage-item:nth-child(2),
.collage-item:nth-child(6) {
  border-radius: var(--radius-card);
}

.collage-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-1 {
  grid-row: span 2;
}

.item-4 {
  grid-column: span 2;
}

.item-6 {
  grid-column: span 2;
}

.contact-section {
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 0.86fr);
  align-items: start;
}

.contact-copy h2 {
  margin-bottom: 22px;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.contact-links a,
.contact-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: min(100%, 245px);
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  font-size: 14px;
  font-weight: 820;
  line-height: 1.2;
  text-align: center;
  overflow-wrap: anywhere;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.contact-links a:hover {
  transform: translateY(-1px);
  border-color: var(--ink);
  background: var(--surface);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: var(--radius-panel);
  transform: rotate(0.25deg);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  color: var(--ink);
  font-size: 16px;
  outline: none;
  text-transform: none;
}

.contact-form input {
  height: 48px;
  padding: 0 16px;
  line-height: 48px;
}

.contact-form textarea {
  min-height: 150px;
  padding: 15px 16px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(228, 220, 209, 0.9);
}

.contact-form .primary-button {
  width: fit-content;
  border: 1px solid var(--ink);
}

.inline-link,
.footer-price-link,
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.inline-link {
  margin-top: 30px;
  padding: 0;
}

.back-link,
.footer-price-link {
  width: fit-content;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-weight: 800;
  cursor: pointer;
}

.back-link:hover,
.footer-price-link:hover {
  color: var(--ink);
}

.price-page-hero,
.gallery-page-hero,
.full-price-section,
.gallery-page-section,
.price-contact-band {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding-left: clamp(20px, 5vw, 72px);
  padding-right: clamp(20px, 5vw, 72px);
}

.price-page-hero,
.gallery-page-hero {
  min-height: 620px;
  padding-top: 140px;
  padding-bottom: 88px;
  overflow: hidden;
}

.price-page-hero h1,
.gallery-page-hero h1 {
  max-width: 880px;
}

.price-page-hero > p:not(.eyebrow),
.gallery-page-hero > p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.58;
  overflow-wrap: anywhere;
}

.price-page-hero .back-link,
.gallery-page-hero .back-link {
  margin-bottom: 34px;
}

.gallery-page-section {
  position: relative;
  padding-top: 86px;
  padding-bottom: 96px;
  background: var(--surface);
  box-shadow: 50vw 0 0 var(--surface), -50vw 0 0 var(--surface);
  overflow: hidden;
}

.gallery-board {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 240px;
  gap: 14px;
}

.gallery-tile {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-card);
  background: var(--page);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.045);
}

.gallery-tile:nth-child(1),
.gallery-tile:nth-child(4) {
  border-radius: var(--radius-card-alt);
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-tile figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 250, 246, 0.42);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.52);
  color: var(--surface);
  font-size: 13px;
  font-weight: 780;
  backdrop-filter: blur(10px);
}

.gallery-tile-1,
.gallery-tile-6,
.gallery-tile:nth-child(10n + 1),
.gallery-tile:nth-child(10n + 6) {
  grid-row: span 2;
}

.gallery-tile-3,
.gallery-tile:nth-child(10n + 3) {
  grid-column: span 2;
}

.gallery-link {
  margin-top: 28px;
}

.full-price-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 14px;
  padding-top: 86px;
  padding-bottom: 96px;
  background: var(--surface);
  box-shadow: 50vw 0 0 var(--surface), -50vw 0 0 var(--surface);
}

.full-price-card {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: var(--radius-panel);
}

.full-price-card:nth-of-type(2) {
  transform: translateY(28px);
}

.full-price-card:nth-of-type(2) {
  border-radius: var(--radius-panel-alt);
}

.full-price-card h2 {
  margin-bottom: 22px;
  font-size: clamp(30px, 3vw, 44px);
}

.full-price-card .price-list,
.full-price-card > div {
  display: grid;
}

.full-price-card .price-list div,
.full-price-card > div > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 18px;
  min-height: 60px;
  padding-top: 14px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.full-price-card .price-list div:first-child,
.full-price-card > div > div:first-child {
  border-top: 0;
}

.full-price-card span {
  color: var(--muted);
}

.price-list span,
.full-price-card span {
  min-width: 0;
  line-height: 1.35;
}

.price-list strong,
.full-price-card strong {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.full-price-card strong {
  text-align: right;
}

.price-contact-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding-top: 82px;
  padding-bottom: 88px;
}

.price-contact-band h2 {
  max-width: 760px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.site-footer {
  position: relative;
  overflow: hidden;
  border-top: 0;
  background: var(--ink);
  color: var(--surface);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(280px, 1.15fr) minmax(160px, 0.55fr) minmax(260px, 0.8fr);
  gap: clamp(34px, 6vw, 86px);
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 58px clamp(20px, 5vw, 72px) 42px;
}

.footer-brand-block {
  max-width: 620px;
}

.footer-brand-block > p {
  max-width: 560px;
  margin: 20px 0 0;
  color: rgba(240, 236, 231, 0.74);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.62;
}

.footer-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.footer-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(240, 236, 231, 0.22);
  border-radius: 999px;
  color: rgba(240, 236, 231, 0.82);
  font-weight: 760;
}

.footer-title {
  margin: 0 0 18px;
  color: var(--surface) !important;
  font-size: 12px !important;
  font-weight: 860;
  letter-spacing: 0.12em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.footer-nav,
.footer-info {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-nav a,
.footer-info a,
.footer-info span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(240, 236, 231, 0.74);
  text-decoration: none;
  font-size: 13px;
  font-weight: 620;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-nav a:hover,
.footer-info a:hover {
  color: var(--surface);
  transform: translateX(2px);
}

.footer-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 22px clamp(20px, 5vw, 72px) 30px;
  border-top: 0;
}

.footer-bottom p {
  margin: 0;
  color: rgba(240, 236, 231, 0.7);
  font-size: 14px;
}

.footer-bottom a {
  color: rgba(240, 236, 231, 0.86);
  font-weight: 400;
  text-decoration: none;
}

.footer-bottom a strong {
  color: var(--surface);
  font-weight: 820;
}

.footer-bottom a:hover {
  color: var(--surface);
}

.floating-appointment {
  position: fixed;
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 18;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  padding: 0;
  border: 1px solid rgba(255, 250, 246, 0.26);
  border-radius: 999px;
  background: var(--ink);
  color: var(--surface);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease;
}

.floating-appointment:hover {
  transform: translateY(-2px);
  background: #1c1a18;
}

.appointment-overlay {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
}

.appointment-overlay[hidden] {
  display: none;
}

.appointment-modal {
  position: relative;
  width: min(100%, 520px);
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius-panel);
  background: var(--white);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.26);
}

.appointment-modal h2 {
  max-width: 420px;
  margin-bottom: 14px;
  font-size: clamp(34px, 4vw, 50px);
}

.appointment-modal p:not(.eyebrow) {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
}

.appointment-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  cursor: pointer;
}

.reveal-target {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.reveal-target.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (max-width: 1040px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .nav-cta {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .mobile-menu {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1;
    min-height: 100dvh;
    overflow: hidden;
    background: rgba(240, 236, 231, 0.98);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px);
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .mobile-menu.is-open {
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu-inner {
    display: grid;
    grid-template-rows: 1fr auto;
    width: min(100%, var(--max));
    height: 100dvh;
    min-height: 100dvh;
    margin: 0 auto;
    padding: clamp(88px, 12dvh, 112px) clamp(20px, 5vw, 72px) max(18px, env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .mobile-menu nav {
    display: grid;
    align-content: center;
    gap: clamp(8px, 1.2dvh, 14px);
  }

  .mobile-menu nav a {
    position: relative;
    color: var(--ink);
    text-decoration: none;
    min-height: clamp(48px, 8dvh, 66px);
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    text-align: left;
    font-family: "Marcellus", Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 6vw, 50px);
    line-height: 0.98;
  }

  .mobile-menu nav a.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: min(74px, 32%);
    height: 2px;
    border-radius: 999px;
    background: var(--rose);
  }

  .mobile-menu-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    min-height: 44px;
    padding: 0 17px;
    border: 1px solid var(--ink);
    border-radius: 999px;
    background: var(--ink);
    color: var(--surface);
    font-family: "Nunito Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 13px;
    font-weight: 760;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    box-shadow: none;
  }

  .hero,
  .intro-grid,
  .rates-section,
  .brand-section,
  .contact-section,
  .section-heading,
  .personal-grid,
  .full-price-section,
  .footer-inner,
  .price-contact-band {
    grid-template-columns: 1fr;
  }

  .personal-section .section-heading {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 132px;
  }

  .hero-copy {
    order: 2;
  }

  .hero-visual {
    order: 1;
  }

  .hero-visual {
    min-height: 560px;
  }

  .line-hero,
  .line-intro,
  .line-rates,
  .line-price-page {
    width: min(68vw, 420px);
  }

  .line-hero {
    right: 22px;
    bottom: 510px;
  }

  .line-intro {
    right: 28px;
    bottom: 44px;
  }

  .line-rates {
    right: 20px;
    top: auto;
    bottom: 28px;
  }

  .line-price-page {
    left: 20px;
    top: 24px;
  }

  .hero-slides img {
    min-height: 604px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
    transform: none !important;
  }

  .personal-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: auto;
    transform: none !important;
  }

  .personal-card .service-icon {
    margin-bottom: 28px;
  }

  .personal-card h3,
  .personal-card p {
    grid-column: auto;
  }

  .personal-card:first-child {
    min-height: auto;
    transform: none !important;
  }

  .personal-card:first-child .service-icon {
    margin-bottom: 28px;
  }

  .personal-card:first-child h3 {
    font-size: clamp(32px, 5.4vw, 44px);
  }

  .full-price-card:nth-of-type(2) {
    transform: none;
  }

  .photo-collage {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 260px;
  }

  .gallery-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 260px;
  }

  .footer-inner {
    gap: 34px;
  }
}

@media (max-width: 680px) {
  :root {
    --site-logo-height: 50px;
  }

  .header-inner {
    min-height: 68px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .mobile-menu {
    inset: 0;
  }

  .mobile-menu-inner {
    padding: 82px 18px max(16px, env(safe-area-inset-bottom));
  }

  .mobile-menu nav {
    align-content: start;
    gap: clamp(9px, 1.3dvh, 13px);
    padding-top: clamp(10px, 3dvh, 28px);
  }

  .mobile-menu nav a {
    min-height: clamp(46px, 7.2dvh, 58px);
    padding-bottom: 10px;
    font-size: clamp(27px, 8vw, 39px);
  }

  .hero,
  .section,
  .rates-section,
  .brand-section,
  .contact-section,
  .price-page-hero,
  .gallery-page-hero,
  .full-price-section,
  .gallery-page-section,
  .price-contact-band {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    gap: 34px;
    padding-top: 94px;
    padding-bottom: 58px;
  }

  h1 {
    font-size: clamp(37px, 11vw, 52px);
    line-height: 1.04;
  }

  h2 {
    font-size: clamp(31px, 9vw, 44px);
    line-height: 1.06;
  }

  .personal-section .section-heading {
    row-gap: 10px;
    margin-bottom: 34px;
  }

  .personal-section .section-heading h2 {
    max-width: 11ch;
    font-size: clamp(35px, 9vw, 46px);
  }

  .hero-copy > p:not(.eyebrow),
  .rates-copy p:not(.eyebrow),
  .brand-section > p:not(.eyebrow),
  .contact-copy > p:not(.eyebrow),
  .intro-grid p {
    font-size: 17px;
  }

  .hero-proof {
    margin-top: 22px;
  }

  .hero-actions {
    align-items: stretch;
    gap: 12px;
    width: 100%;
    max-width: 100%;
  }

  .hero-actions .primary-button,
  .hero-actions .text-link {
    width: 100%;
    min-width: 0;
  }

  .hero-actions .text-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 250, 246, 0.58);
  }

  .hero-visual {
    min-height: 420px;
    border-radius: 38px;
    transform: rotate(0.7deg);
  }

  .hero-slides img {
    min-height: 464px;
    object-position: center top;
  }

  .hero-card {
    left: 24px;
    right: 24px;
    bottom: 28px;
    gap: 0;
  }

  .hero-card svg {
    display: none;
  }

  .slide-arrow {
    width: 40px;
    height: 40px;
  }

  .slide-arrow-left {
    left: 14px;
  }

  .slide-arrow-right {
    right: 14px;
  }

  .section,
  .rates-section,
  .brand-section,
  .contact-section,
  .full-price-section,
  .price-contact-band {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .price-page-hero,
  .gallery-page-hero {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 64px;
  }

  .price-page-hero h1,
  .gallery-page-hero h1 {
    max-width: 340px;
    font-size: clamp(40px, 12vw, 48px);
  }

  .price-page-hero > p:not(.eyebrow),
  .gallery-page-hero > p:not(.eyebrow) {
    max-width: 342px;
  }

  .section-heading {
    row-gap: 10px;
    margin-bottom: 28px;
  }

  .opening-card,
  .service-card,
  .personal-card,
  .contact-form,
  .full-price-card {
    padding: 22px;
  }

  .personal-card:first-child {
    padding: 22px;
    min-height: auto;
  }

  .personal-card {
    min-height: auto;
  }

  .personal-card:first-child h3,
  .personal-card h3 {
    max-width: 100%;
    font-size: clamp(28px, 8vw, 38px);
    line-height: 1.06;
    margin-top: 0;
    margin-bottom: 18px;
  }

  .personal-card:first-child p,
  .personal-card p {
    font-size: 17px;
    line-height: 1.55;
    max-width: 100%;
  }

  .opening-card dl div,
  .price-list div,
  .full-price-card > div > div {
    display: grid;
    gap: 5px;
  }

  .price-list div,
  .full-price-card > div > div {
    grid-template-columns: minmax(0, 1fr) max-content;
    column-gap: 14px;
  }

  .price-list strong,
  .full-price-card strong {
    text-align: right;
  }

  .dotted-line {
    width: 78vw;
    opacity: 0.7;
  }

  .line-hero {
    display: none;
  }

  .line-intro,
  .line-rates,
  .line-price-page {
    width: 82vw;
  }

  .line-intro {
    right: -34px;
    bottom: 18px;
  }

  .line-rates {
    right: -28px;
    bottom: 16px;
  }

  .line-price-page {
    left: -30px;
    top: 12px;
  }

  .leaf {
    width: 118px;
    opacity: 0.3;
  }

  .photo-collage {
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
  }

  .photo-collage .collage-item:nth-child(n + 4) {
    display: none;
  }

  .gallery-board {
    grid-template-columns: 1fr;
    grid-auto-rows: 320px;
  }

  .item-1,
  .item-4,
  .item-6,
  .gallery-tile-1,
  .gallery-tile-3,
  .gallery-tile-6,
  .gallery-tile:nth-child(10n + 1),
  .gallery-tile:nth-child(10n + 3),
  .gallery-tile:nth-child(10n + 6) {
    grid-column: auto;
    grid-row: auto;
  }

  .contact-form .primary-button {
    width: 100%;
  }

  .contact-links {
    display: grid;
  }

  .contact-links a,
  .contact-links span {
    width: 100%;
  }

  .floating-appointment {
    width: 56px;
    height: 56px;
    right: 18px;
    bottom: 18px;
  }

  .appointment-modal {
    border-radius: 34px;
  }

  .footer-bottom {
    display: grid;
  }
}

@media (max-width: 782px) {
  body.admin-bar {
    --wp-admin-bar-offset: 46px;
  }
}

body.admin-bar .mobile-menu {
  top: var(--wp-admin-bar-offset);
  min-height: calc(100dvh - var(--wp-admin-bar-offset));
}

body.admin-bar .mobile-menu-inner {
  height: calc(100dvh - var(--wp-admin-bar-offset));
  min-height: calc(100dvh - var(--wp-admin-bar-offset));
}

@media (max-width: 680px) and (max-height: 560px) {
  .mobile-menu-inner {
    padding-top: 68px;
    padding-bottom: max(12px, env(safe-area-inset-bottom));
  }

  .mobile-menu nav {
    gap: 7px;
    padding-top: 10px;
  }

  .mobile-menu nav a {
    min-height: 40px;
    padding-bottom: 8px;
    font-size: clamp(24px, 7.2vw, 32px);
  }

  .mobile-menu-cta {
    min-height: 44px;
  }
}
