@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnycmit5lu.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: "Raleway";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptug8zys_skggpnyc0itw.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: "Raleway";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4q4fqpfe.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: "Raleway";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/wp-content/uploads/elementor/google-fonts/fonts/raleway-1ptsg8zys_skggpnycg4tyfq.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;
}
:root {
  color-scheme: light;
  --ink: #3f372f;
  --paper: #fff8f2;
  --white: #ffffff;
  --sage: #dfd2c5;
  --sage-dark: #796552;
  --coral: #b47764;
  --coral-soft: #f5ded7;
  --lime: #c9a46a;
  --yellow: #fff0df;
  --lilac: #f1e6df;
  --mint: #f1eee7;
  --rose: #f7d8cf;
  --blush: #fff1eb;
  --muted: #746a61;
  --line: rgba(118, 87, 70, 0.14);
  --soft-line: rgba(118, 87, 70, 0.09);
  --soft-shadow: 0 18px 46px rgba(118, 87, 70, .10);
  --media-radius: 18px;
  --card-radius: 8px;
  --max: 1240px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fffaf5 0%, var(--paper) 42%, #fff6ef 100%);
  font-family: "Raleway", Arial, sans-serif;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background-image:
    url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23a47551' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' opacity='.16'%3E%3Cpath d='M90 44c0-10 15-10 15 0 0 7-6 10-15 15v15'/%3E%3Cpath d='M53 103h74L90 73 53 103Z'/%3E%3Cpath d='M68 123c12 9 32 9 44 0'/%3E%3Cpath d='M135 42l4 9 9 4-9 4-4 9-4-9-9-4 9-4 4-9Z'/%3E%3Cpath d='M39 129l3 7 7 3-7 3-3 7-3-7-7-3 7-3 3-7Z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 38px 120px;
  background-size: 260px 260px;
  opacity: .24;
}
button, input, select, textarea { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
svg { width: 1.15em; height: 1.15em; stroke-width: 1.8; }

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 78px;
  padding: 13px max(24px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(255, 248, 242, 0.94);
  backdrop-filter: blur(14px);
}
.scroll-progress {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  overflow: hidden;
  background: rgba(164, 117, 81, .15);
}
.scroll-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: var(--coral);
  transition: width 80ms linear;
}
.brand { width: 210px; flex: 0 0 auto; }
.brand img { width: 100%; }
.main-nav { display: flex; align-items: center; gap: clamp(14px, 1.8vw, 28px); }
.main-nav a {
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.main-nav a:not(.nav-cta) {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 3px;
}
.main-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 3px;
  bottom: 2px;
  left: 3px;
  height: 2px;
  content: "";
  background: var(--coral);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}
.main-nav a:not(.nav-cta):hover { color: var(--coral); }
.main-nav a:not(.nav-cta):hover::after,
.main-nav a.active:not(.nav-cta)::after { transform: scaleX(1); }
.main-nav a.active {
  color: var(--coral);
}
.nav-cta {
  padding: 12px 18px;
  color: var(--white);
  background: var(--coral);
  border-radius: 999px;
}
.menu-toggle {
  display: none;
  border: 0;
  padding: 8px;
  color: var(--ink);
  background: transparent;
}

main { overflow: hidden; }
.hero {
  position: relative;
  min-height: min(860px, calc(100vh - 78px));
  overflow: hidden;
  color: var(--white);
  background-color: #b47764;
  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;
  isolation: isolate;
}
.hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(104, 67, 54, 0.52) 0%, rgba(180, 119, 100, 0.24) 48%, rgba(255, 239, 230, 0.08) 100%),
    linear-gradient(180deg, rgba(255, 241, 235, 0.08) 0%, rgba(104, 67, 54, 0.54) 100%);
}
.hero-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  z-index: 0;
  opacity: 1;
  filter: saturate(1.08) contrast(.94) brightness(1.05) sepia(.05);
}
.glide-media {
  --media-shift: 0px;
  --media-scale: 1.055;
  transform: translate3d(0, var(--media-shift), 0) scale(var(--media-scale));
  transition: transform 120ms linear;
  will-change: transform;
}
.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  width: min(var(--max), calc(100% - 48px));
  min-height: inherit;
  margin: 0 auto;
  padding: 80px 0 130px;
}
.kicker {
  margin: 0 0 18px;
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}
h1, h2, h3, p { letter-spacing: 0; }
h1, h2, h3 { margin: 0; }
h1 {
  max-width: 620px;
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(1.7rem, 4.2vw, 3.7rem);
  font-weight: 500;
  line-height: 1.02;
}
h2 {
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(1.18rem, 2.5vw, 2.35rem);
  font-weight: 500;
  line-height: 1.08;
}
h3 { font-size: 1rem; }
.hero .kicker { color: #f0d4bb; }
.hero-lead {
  max-width: 590px;
  margin: 28px 0 0;
  font-size: clamp(1rem, 1.7vw, 1.28rem);
  line-height: 1.65;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 22px;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--coral); box-shadow: 0 12px 26px rgba(180, 119, 100, .18); }
.button-primary:hover { background: #a96857; }
.button-ghost { border-color: rgba(121, 101, 82, .28); color: var(--ink); background: rgba(255,255,255,.38); }
.hero .button-ghost { border-color: rgba(255,255,255,.72); color: var(--white); background: rgba(255,255,255,.14); }
.hero-note {
  position: absolute;
  right: max(24px, calc((100vw - var(--max)) / 2));
  bottom: 28px;
  z-index: 2;
  display: grid;
  gap: 5px;
  padding-left: 18px;
  color: var(--white);
  border-left: 3px solid #f7d8cf;
}
.hero-note span { font-size: .72rem; text-transform: uppercase; }
.hero-note strong { font-size: .98rem; }

.intro-band {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 0;
  color: var(--ink);
  border-top: 1px solid rgba(255, 255, 255, .52);
  background: linear-gradient(90deg, rgba(255, 241, 235, .98), rgba(241, 238, 231, .98));
  box-shadow: 0 -14px 36px rgba(118, 87, 70, .07);
}
.intro-band > p, .intro-band > div {
  min-height: 124px;
  margin: 0;
  padding: 30px max(30px, calc((100vw - var(--max)) / 6));
}
.intro-band > p {
  display: flex;
  align-items: center;
  color: var(--sage-dark);
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.intro-band > div {
  display: flex;
  align-items: center;
  gap: 16px;
  border-left: 1px solid var(--soft-line);
}
.intro-band span { color: var(--coral); font-size: .74rem; font-weight: 700; }
.intro-band div p { margin: 0; line-height: 1.5; }

.about-marta-section {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 248, 242, .95), rgba(241, 238, 231, .78));
}
.about-marta-photo {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  border: 10px solid rgba(255, 255, 255, .72);
  border-radius: 120px 34px 120px 34px;
  background: var(--sage);
  box-shadow: var(--soft-shadow);
}
.about-marta-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(63, 55, 47, 0) 58%, rgba(63, 55, 47, .18));
}
.about-marta-photo img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center 24%;
}
.about-marta-copy {
  position: relative;
  max-width: 720px;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .62);
  box-shadow: 0 18px 42px rgba(118, 87, 70, .08);
}
.about-marta-copy h2 {
  max-width: 560px;
}
.about-marta-copy .large-copy {
  max-width: 650px;
  margin-top: 22px;
}
.about-marta-story {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}
.about-marta-story p {
  margin: 0;
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.75;
}
.about-marta-copy blockquote {
  margin: 30px 0 0;
  padding: 22px 0 0 24px;
  color: var(--ink);
  border-top: 1px solid var(--line);
  border-left: 3px solid var(--coral);
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(1.08rem, 1.6vw, 1.34rem);
  line-height: 1.45;
}

.section-pad { padding: clamp(72px, 9vw, 130px) max(24px, calc((100vw - var(--max)) / 2)); }
.salon-section { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(620px, 1.28fr); gap: clamp(34px, 5vw, 76px); align-items: center; }
.salon-copy { max-width: 520px; }
.large-copy { margin: 30px 0; color: var(--muted); font-size: 1.12rem; line-height: 1.75; }
.feature-list { display: grid; gap: 0; margin: 34px 0; padding: 0; list-style: none; }
.feature-list li { display: flex; align-items: center; gap: 14px; padding: 16px 0; border-top: 1px solid var(--line); }
.feature-list li:last-child { border-bottom: 1px solid var(--line); }
.feature-list svg { color: var(--coral); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--sage-dark);
  font-size: .83rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.text-link:hover { color: var(--coral); }
.salon-gallery {
  position: relative;
  display: grid;
  grid-template-columns: 1.12fr .92fr .86fr;
  grid-template-rows: 340px 340px 260px;
  gap: 22px;
  padding: clamp(14px, 2vw, 24px);
  border: 1px solid rgba(180, 119, 100, .10);
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.74), rgba(255,241,235,.46)),
    rgba(255,248,242,.52);
  box-shadow: 0 26px 70px rgba(118, 87, 70, .08);
}
.salon-gallery img {
  width: 100%;
  height: 100%;
  border: 8px solid rgba(255, 250, 246, .9);
  border-radius: 34px;
  object-fit: cover;
  filter: saturate(1.08) contrast(.9) brightness(1.08) sepia(.06);
  box-shadow: 0 18px 42px rgba(118, 87, 70, .12);
  transition: border-radius 420ms ease, filter 420ms ease, transform 420ms ease;
}
.salon-gallery img:hover {
  filter: saturate(1.12) contrast(.92) brightness(1.1) sepia(.05);
}
.photo-slot {
  display: grid;
  place-items: center;
  min-height: 220px;
  color: var(--sage-dark);
  background: var(--mint);
  border-radius: var(--media-radius);
}
.photo-slot svg { width: 32px; height: 32px; }
.photo-slot-coral { color: #a65043; background: var(--coral-soft); }
.photo-slot-lilac { color: #6b6285; background: var(--lilac); }
.salon-main {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  border-radius: 44px 110px 72px 44px !important;
  object-position: center 46%;
}
.salon-clothes {
  grid-column: 3;
  grid-row: 1;
  border-radius: 96px 34px 82px 34px !important;
}
.salon-colors {
  grid-column: 3;
  grid-row: 2;
  border-radius: 34px 92px 34px 82px !important;
}
.salon-gallery img:nth-child(4) {
  border-radius: 80px 32px 60px 32px;
}
.salon-gallery img:nth-child(5) {
  border-radius: 32px 76px 32px 64px;
}
.salon-gallery img:nth-child(6) {
  border-radius: 68px 32px 74px 32px;
}

.services-section {
  background:
    radial-gradient(circle at 88% 8%, rgba(247, 216, 207, .42), transparent 28%),
    linear-gradient(180deg, var(--white), #fff9f4);
}
.section-title { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; margin-bottom: 54px; }
.section-title > p { max-width: 500px; margin: 0; color: var(--muted); line-height: 1.7; }
.service-list { border-top: 1px solid var(--line); }
.service-row {
  display: grid;
  grid-template-columns: 55px minmax(0, 1.3fr) minmax(170px, .5fr) 50px;
  gap: 24px;
  align-items: center;
  min-height: 150px;
  border-bottom: 1px solid var(--soft-line);
  border-radius: var(--card-radius);
  padding-inline: 18px;
}
.service-row[data-href] {
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}
.service-row[data-href]:hover,
.service-row[data-href]:focus-visible {
  background: rgba(255, 241, 235, .62);
  box-shadow: 0 14px 34px rgba(118, 87, 70, .07);
  outline: 0;
  transform: translateY(-1px);
}
.service-number { color: var(--coral); font-size: .78rem; font-weight: 700; }
.service-row h3 { font-family: "Raleway", Arial, sans-serif; font-size: clamp(1rem, 1.3vw, 1.15rem); font-weight: 500; }
.service-row p { max-width: 600px; margin: 8px 0 0; color: var(--muted); line-height: 1.5; }
.service-meta { display: grid; gap: 6px; }
.service-meta span { color: var(--muted); font-size: .78rem; text-transform: uppercase; }
.service-meta strong { font-size: 1.15rem; }
.service-row > a { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; }
.service-row > a:hover { color: var(--white); background: var(--coral); }
.featured-service { margin-inline: -24px; padding-inline: 24px; color: var(--ink); background: linear-gradient(90deg, var(--coral-soft), var(--blush)); }
.featured-service p, .featured-service .service-meta span { color: var(--muted); }
.featured-service .service-number, .service-label { color: #b04f40 !important; }
.service-label { margin: 0 0 4px !important; font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.featured-service > a { border-color: var(--line); }
.service-overview-cta {
  margin-top: 26px;
}
.service-soft-feature {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  margin-top: clamp(42px, 7vw, 82px);
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(180, 119, 100, .12);
  border-radius: 44px;
  background:
    linear-gradient(135deg, rgba(255, 250, 246, .88), rgba(247, 216, 207, .28)),
    var(--white);
  box-shadow: 0 28px 70px rgba(118, 87, 70, .09);
}
.service-soft-feature img {
  width: 100%;
  height: clamp(360px, 44vw, 560px);
  border: 9px solid rgba(255, 250, 246, .92);
  border-radius: 160px 56px 140px 56px;
  object-fit: cover;
  object-position: center 34%;
  filter: saturate(1.06) contrast(.91) brightness(1.08) sepia(.05);
  box-shadow: 0 24px 60px rgba(118, 87, 70, .12);
}
.service-soft-feature h3 {
  max-width: 680px;
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(1.08rem, 2vw, 1.85rem);
  font-weight: 500;
  line-height: 1.16;
}
.service-soft-feature p:not(.kicker) {
  max-width: 620px;
  margin: 22px 0 28px;
  color: var(--muted);
  line-height: 1.75;
}

.free-call-section {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
  background:
    radial-gradient(circle at 18% 20%, rgba(247, 216, 207, .48), transparent 26%),
    linear-gradient(180deg, #fffaf5, var(--paper));
}
.free-call-copy {
  display: grid;
  justify-items: center;
  text-align: center;
}
.free-call-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border-radius: 50%;
  color: var(--white);
  background: var(--coral);
  box-shadow: 0 16px 34px rgba(180, 119, 100, .22);
}
.free-call-icon svg { width: 26px; height: 26px; }
.free-call-copy .kicker {
  margin-bottom: 14px;
  color: var(--lime);
}
.free-call-copy .free-kicker {
  justify-self: center;
  padding: 9px 16px;
  border: 1px solid rgba(180, 119, 100, .18);
  border-radius: 999px;
  color: var(--coral);
  background: rgba(255, 241, 235, .96);
  box-shadow: 0 12px 26px rgba(180, 119, 100, .12);
}
.free-call-copy h2 {
  max-width: 660px;
  color: var(--sage-dark);
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(1.35rem, 3vw, 2.55rem);
  font-weight: 500;
}
.free-call-copy > p:not(.kicker) {
  max-width: 650px;
  margin: 26px 0 34px;
  color: var(--ink);
  font-size: clamp(1rem, 1.55vw, 1.24rem);
  line-height: 1.72;
}
.free-call-photo {
  overflow: hidden;
  border: 9px solid rgba(255, 250, 246, .94);
  border-radius: 48px 116px 48px 96px;
  box-shadow: 0 26px 70px rgba(118, 87, 70, .12);
}
.free-call-photo img {
  width: 100%;
  height: clamp(360px, 40vw, 560px);
  object-fit: cover;
  object-position: center 32%;
  filter: saturate(1.07) contrast(.92) brightness(1.07) sepia(.05);
}

.gallery-section { color: var(--ink); background: linear-gradient(180deg, var(--lilac), var(--blush)); }
.editorial-gallery { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: 330px 330px; gap: 12px; }
.editorial-gallery figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--media-radius);
  box-shadow: var(--soft-shadow);
}
.editorial-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.06) contrast(.93) brightness(1.06) sepia(.04);
  transition: transform 420ms ease, filter 420ms ease;
}
.editorial-gallery figure:hover img { --media-scale: 1.085; }
.gallery-placeholder { display: grid; place-items: center; }
.gallery-placeholder > svg { width: 34px; height: 34px; opacity: .7; }
.gallery-mint { color: var(--sage-dark); background: var(--mint); }
.gallery-coral { color: #a65043; background: var(--coral-soft); }
.gallery-yellow { color: #82721c; background: var(--yellow); }
.gallery-lilac { color: #6b6285; background: #eeeafd; }
.gallery-tall { grid-row: 1 / 3; }
.gallery-wide { grid-column: 2 / 4; }
.gallery-men-tall { grid-row: 1 / 3; }
.editorial-gallery figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(255, 248, 242, .88);
  backdrop-filter: blur(10px);
  font-size: .76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.reels-section {
  background: var(--white);
}
.reels-title > p {
  max-width: 560px;
  color: var(--muted);
  line-height: 1.7;
}
.reel-library {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 18px;
}
.reel-card {
  position: relative;
  display: grid;
  align-content: end;
  aspect-ratio: 9 / 14;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--media-radius);
  padding: 0;
  color: var(--ink);
  background: var(--paper);
  text-align: left;
  box-shadow: var(--soft-shadow);
  cursor: pointer;
  isolation: isolate;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.reel-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(180deg, rgba(255, 248, 242, 0.02) 18%, rgba(255, 248, 242, 0.91) 100%);
  pointer-events: none;
}
.reel-card:hover,
.reel-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(118, 87, 70, .14);
}
.reel-card:focus-visible {
  outline: 3px solid rgba(180, 119, 100, .34);
  outline-offset: 3px;
}
.reel-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
  opacity: .96;
  filter: saturate(1.05) contrast(.92) brightness(1.06) sepia(.05);
  transition: transform 420ms ease, opacity 420ms ease;
}
.reel-card:hover img,
.reel-card:focus-visible img {
  transform: scale(1.045);
  opacity: .88;
}
.reel-pill {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 8px 11px;
  color: var(--white);
  background: var(--coral);
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
}
.reel-card strong {
  position: absolute;
  right: 18px;
  bottom: 68px;
  left: 18px;
  z-index: 2;
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(1.02rem, 1.2vw, 1.16rem);
  font-weight: 600;
  line-height: 1.12;
}
.reel-card small {
  position: absolute;
  right: 18px;
  bottom: 24px;
  left: 18px;
  z-index: 2;
  color: var(--muted);
  line-height: 1.45;
}
.play-button {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--white);
  background: var(--coral);
  box-shadow: 0 12px 26px rgba(180,119,100,.22);
}
.reel-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(63, 55, 47, .66);
  backdrop-filter: blur(10px);
}
.reel-modal[hidden] { display: none; }
.reel-modal-panel {
  position: relative;
  width: min(430px, calc(100vw - 36px));
  max-height: calc(100vh - 36px);
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 8px;
  background: #1f1b18;
  box-shadow: 0 30px 80px rgba(31, 27, 24, .28);
}
.reel-modal-frame {
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 8px;
}
.reel-modal-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.reel-modal-close {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 50%;
  color: var(--white);
  background: var(--coral);
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(63, 55, 47, .22);
}
body.reel-modal-open { overflow: hidden; }

.media-section { background: var(--mint); }
.media-feature { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(44px, 7vw, 100px); align-items: center; }
.media-copy > p:not(.kicker) { max-width: 570px; margin: 28px 0; color: var(--muted); line-height: 1.7; }
.media-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.tv-visual { position: relative; display: block; min-height: 430px; overflow: hidden; border-radius: var(--media-radius); background: var(--white); box-shadow: var(--soft-shadow); }
.tv-visual img { width: 100%; min-height: 430px; object-fit: cover; filter: saturate(1.05) contrast(.93) brightness(1.05) sepia(.04); }
.media-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 42px; }
.media-links a { display: grid; gap: 5px; min-height: 100px; padding: 22px; border: 1px solid var(--soft-line); border-radius: var(--card-radius); background: rgba(255,255,255,.68); text-decoration: none; }
.media-links a:hover { background: var(--white); }
.media-links span { color: var(--muted); font-size: .78rem; text-transform: uppercase; }

.media-hero {
  min-height: 620px;
}
.media-hero.subpage-photo {
  background-image:
    linear-gradient(90deg, rgba(104, 67, 54, .50), rgba(180, 119, 100, .18)),
    linear-gradient(180deg, rgba(104, 67, 54, .10), rgba(104, 67, 54, .42)),
    var(--subpage-image);
  background-position: center calc(38% + var(--bg-shift, 0px));
}
.media-page-feature {
  position: relative;
  background:
    radial-gradient(circle at 20% 0%, rgba(247, 216, 207, .55), transparent 34%),
    linear-gradient(135deg, #fffaf5 0%, var(--mint) 62%, var(--blush) 100%);
}
.media-page-feature::before,
.media-archive-section::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image:
    url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23b47764' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' opacity='.15'%3E%3Cpath d='M90 48c0-9 14-9 14 0 0 7-6 10-14 14v14'/%3E%3Cpath d='M54 106h72L90 76l-36 30Z'/%3E%3Cpath d='M70 126c11 8 29 8 40 0'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 260px 260px;
  opacity: .22;
}
.media-page-feature > *,
.media-archive-section > * {
  position: relative;
  z-index: 1;
}
.media-page-tv {
  min-height: 500px;
  border: 10px solid rgba(255,255,255,.8);
  border-radius: 74px 28px 88px 30px;
}
.media-page-tv img {
  min-height: 500px;
}
.media-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
}
.media-highlights div {
  min-height: 108px;
  padding: 20px;
  border: 1px solid var(--soft-line);
  border-radius: 24px 10px 26px 10px;
  background: rgba(255,255,255,.62);
  box-shadow: 0 12px 30px rgba(118, 87, 70, .06);
}
.media-highlights span {
  display: block;
  margin-bottom: 8px;
  color: var(--coral);
  font-size: .76rem;
  font-weight: 800;
  text-transform: uppercase;
}
.media-highlights strong {
  font-family: "Raleway", Arial, sans-serif;
  line-height: 1.25;
}
.media-archive-section {
  position: relative;
  background: linear-gradient(180deg, var(--paper), #fffaf6 48%, var(--blush));
}
.media-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.media-card {
  position: relative;
  display: grid;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 34px 14px 38px 14px;
  color: var(--ink);
  background: var(--white);
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(118, 87, 70, .10);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.media-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 54px rgba(118, 87, 70, .14);
}
.media-card-large {
  grid-column: span 2;
}
.media-card img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  filter: saturate(1.04) contrast(.94) brightness(1.04) sepia(.04);
}
.media-card > div {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 210px;
  padding: 26px;
}
.media-card span {
  color: var(--coral);
  font-size: .74rem;
  font-weight: 800;
  text-transform: uppercase;
}
.media-card h3 {
  margin: 0;
  font-size: clamp(1.15rem, 1.7vw, 1.7rem);
}
.media-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}
.media-card strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--coral);
  font-size: .82rem;
  text-transform: uppercase;
}
.media-contact-call {
  background:
    radial-gradient(circle at 82% 20%, rgba(244, 202, 190, .38), transparent 32%),
    linear-gradient(135deg, var(--blush), #fffaf5);
}

.blog-section { background: linear-gradient(180deg, var(--paper), var(--blush)); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.blog-card {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 26px;
  border-radius: var(--card-radius);
  color: var(--ink);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.blog-card:hover { transform: translateY(-4px); }
.blog-card time { color: var(--muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.blog-card h3 { margin-top: 34px; font-family: "Raleway", Arial, sans-serif; font-size: 1rem; font-weight: 500; line-height: 1.25; }
.blog-card span { display: flex; align-items: center; gap: 8px; margin-top: auto; font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.blog-coral { background: linear-gradient(135deg, var(--coral-soft), var(--blush)); }
.blog-mint { background: linear-gradient(135deg, var(--mint), #fffaf4); }
.blog-yellow { background: linear-gradient(135deg, var(--yellow), #fff8ed); }
.blog-lilac { background: linear-gradient(135deg, var(--lilac), var(--blush)); }

.blog-home-shell {
  display: grid;
  grid-template-columns: minmax(280px, .74fr) minmax(0, 1.26fr);
  gap: clamp(28px, 5vw, 54px);
  align-items: center;
}
.blog-home-copy p:not(.kicker) {
  max-width: 460px;
  margin: 20px 0 28px;
  color: var(--muted);
  line-height: 1.7;
}
.blog-home-copy h3 {
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(1.1rem, 1.55vw, 1.55rem);
  font-weight: 500;
  line-height: 1.16;
}
.blog-home-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.blog-home-tile {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid var(--soft-line);
  border-radius: 30px;
  color: var(--ink);
  background: rgba(255, 255, 255, .9);
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(121, 101, 82, .09);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.blog-home-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(180, 119, 100, .28);
  box-shadow: 0 22px 48px rgba(121, 101, 82, .14);
}
.blog-home-tile-media {
  aspect-ratio: 5 / 4;
  overflow: hidden;
  background: var(--coral-soft);
}
.blog-home-tile-media img,
.blog-home-tile-media .blog-card-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(.93) brightness(1.05) sepia(.04);
  transition: transform 360ms ease;
}
.blog-home-tile:hover .blog-home-tile-media img,
.blog-home-tile:hover .blog-home-tile-media .blog-card-fallback {
  transform: scale(1.04);
}
.blog-home-tile-copy {
  display: grid;
  gap: 9px;
  padding: 16px;
}
.blog-home-tile-copy time {
  color: var(--muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.blog-home-tile-copy strong {
  font-family: "Raleway", Arial, sans-serif;
  font-size: .98rem;
  font-weight: 600;
  line-height: 1.28;
}
.blog-home-tile-copy span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: var(--coral);
  font-size: .74rem;
  font-weight: 800;
  text-transform: uppercase;
}
.blog-home-tile-copy svg {
  width: 15px;
  height: 15px;
}
.blog-rail-wrap {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.blog-rail-wrap::before,
.blog-rail-wrap::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(12vw, 84px);
  content: "";
  pointer-events: none;
}
.blog-rail-wrap::before {
  left: 0;
  background: linear-gradient(90deg, var(--paper) 0%, rgba(251,247,241,0) 100%);
}
.blog-rail-wrap::after {
  right: 0;
  background: linear-gradient(270deg, var(--paper) 0%, rgba(251,247,241,0) 100%);
}
.blog-rail-track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: blogRailMove 42s linear infinite;
  will-change: transform;
}
.blog-rail-wrap:hover .blog-rail-track {
  animation-play-state: paused;
}
.blog-rail-card {
  display: grid;
  grid-template-rows: auto 1fr;
  flex: 0 0 clamp(250px, 22vw, 320px);
  overflow: hidden;
  border: 1px solid var(--soft-line);
  border-radius: var(--card-radius);
  color: var(--ink);
  background: var(--white);
  text-decoration: none;
  box-shadow: var(--soft-shadow);
}
.blog-rail-card:hover {
  transform: translateY(-3px);
}
.blog-rail-image {
  aspect-ratio: 4 / 3;
  background: var(--coral-soft);
}
.blog-rail-image img,
.blog-rail-image .blog-card-fallback,
.blog-card-media img,
.blog-card-media .blog-card-fallback,
.blog-featured-media img,
.blog-featured-media .blog-card-fallback,
.article-hero-media img,
.article-hero-media .blog-card-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(.93) brightness(1.05) sepia(.04);
}
.blog-rail-copy {
  display: grid;
  gap: 10px;
  padding: 18px;
}
.blog-rail-copy time,
.blog-card-copy time,
.blog-featured-copy time,
.article-hero-copy time {
  color: var(--muted);
  font-size: .74rem;
  font-weight: 700;
  text-transform: uppercase;
}
.blog-rail-copy strong {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.32;
}
.blog-featured-shell {
  padding-bottom: 30px;
  background: var(--paper);
}
#blogFeatured {
  min-height: 200px;
}
.blog-featured-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(26px, 5vw, 54px);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--soft-line);
  border-radius: var(--card-radius);
  color: var(--ink);
  background: var(--white);
  text-decoration: none;
  box-shadow: var(--soft-shadow);
}
.blog-featured-card:hover {
  transform: translateY(-4px);
}
.blog-featured-media {
  min-height: 420px;
  background: var(--mint);
}
.blog-featured-copy {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(28px, 5vw, 52px);
  background: linear-gradient(180deg, rgba(255,248,242,.96), rgba(255,255,255,.98));
}
.blog-featured-copy .kicker {
  margin-bottom: 0;
}
.blog-featured-copy h2 {
  font-size: clamp(1.2rem, 2vw, 1.9rem);
}
.blog-featured-copy p,
.blog-card-copy p,
.article-lead {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}
.blog-featured-copy span,
.blog-card-copy span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
}
.blog-archive {
  background: var(--white);
}
.blog-grid-modern {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.blog-card-modern {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--soft-line);
  border-radius: var(--card-radius);
  color: var(--ink);
  background: var(--white);
  text-decoration: none;
  box-shadow: var(--soft-shadow);
}
.blog-card-modern:hover {
  transform: translateY(-4px);
}
.blog-card-media {
  aspect-ratio: 4 / 3;
  background: var(--mint);
}
.blog-card-copy {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 240px;
  padding: 24px;
}
.blog-card-copy h3 {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.18;
}
.blog-card-modern.tone-1 .blog-card-copy { background: rgba(239,225,212,.56); }
.blog-card-modern.tone-2 .blog-card-copy { background: rgba(246,238,229,.82); }
.blog-card-modern.tone-3 .blog-card-copy { background: rgba(244,234,220,.72); }
.blog-card-modern.tone-4 .blog-card-copy { background: rgba(235,227,218,.82); }
.blog-card-fallback {
  display: grid;
  place-items: center;
  min-height: 100%;
  background:
    linear-gradient(135deg, rgba(180,119,100,.14), rgba(247,216,207,.46)),
    var(--paper);
}
.blog-card-fallback::after {
  content: "Marta Hlávková";
  color: var(--sage-dark);
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.blog-load-error {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid var(--line);
  color: #773b32;
  background: #fff0ed;
  font-weight: 600;
}

.article-hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
  background: var(--paper);
}
.article-hero-copy {
  display: grid;
  gap: 16px;
}
.article-back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.article-hero-copy h1 {
  max-width: 900px;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.5vw, 2.6rem);
  line-height: 1.08;
}
.article-hero-media {
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--media-radius);
  background: var(--mint);
  box-shadow: var(--soft-shadow);
}
.article-shell {
  padding-top: 24px;
  background: var(--white);
}
.article-body {
  width: min(820px, 100%);
  margin: 0 auto;
}
.article-body > *:first-child {
  margin-top: 0;
}
.article-body h2,
.article-body h3,
.article-body h4 {
  margin: 46px 0 18px;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.12;
}
.article-body h2 { font-size: clamp(1.1rem, 1.55vw, 1.5rem); }
.article-body h3 { font-size: clamp(1rem, 1.2vw, 1.15rem); }
.article-body p,
.article-body li {
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.85;
}
.article-body p {
  margin: 0 0 18px;
}
.article-body ul,
.article-body ol {
  margin: 0 0 26px;
  padding-left: 22px;
}
.article-body a {
  color: var(--coral);
  text-decoration-thickness: 1px;
}
.article-body blockquote {
  margin: 34px 0;
  padding: 18px 0 18px 22px;
  border-left: 3px solid var(--coral);
  color: var(--sage-dark);
  font-size: 1.15rem;
}
.article-body img {
  width: 100%;
  height: auto;
  margin: 0;
  border: 1px solid var(--soft-line);
  border-radius: var(--media-radius);
}
.article-body iframe,
.article-body video {
  width: 100%;
  max-width: 100%;
}
.article-figure {
  margin: 36px 0;
}
.article-figure figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: .88rem;
}
.article-related {
  background: var(--paper);
}

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

.testimonials-section {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(50px, 8vw, 120px);
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.72), transparent 25%),
    linear-gradient(180deg, var(--yellow), var(--blush));
}
.testimonial-intro { position: sticky; top: 120px; align-self: start; }
.testimonial-grid {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px 4px 24px;
  margin-inline: -4px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--coral) rgba(180,119,100,.12);
  scrollbar-width: thin;
}
.testimonial-grid::-webkit-scrollbar {
  height: 9px;
}
.testimonial-grid::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(180,119,100,.12);
}
.testimonial-grid::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--coral);
}
.testimonial-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  flex: 0 0 clamp(310px, 35vw, 430px);
  min-height: 250px;
  padding: 22px;
  border: 1px solid rgba(180, 119, 100, .13);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 250, 246, .94), rgba(255, 241, 235, .62)),
    var(--white);
  box-shadow: 0 18px 44px rgba(118, 87, 70, .08);
  scroll-snap-align: start;
}
.testimonial-card > img {
  width: 74px;
  height: 74px;
  border: 4px solid rgba(255,255,255,.92);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(118, 87, 70, .14);
}
.testimonial-card strong {
  display: block;
  font-size: .98rem;
}
.testimonial-card span {
  display: block;
  margin-top: 5px;
  color: var(--sage-dark);
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
}
.testimonial-card p {
  grid-column: 1 / -1;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: clamp(.93rem, 1vw, 1rem);
  line-height: 1.72;
}

.resources-section { display: grid; grid-template-columns: 1fr 1fr; padding-block: 0; }
.resource-card {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  padding: clamp(46px, 7vw, 88px);
  isolation: isolate;
}
.resource-card::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background: var(--card-image, none) center calc(50% + var(--bg-shift, 0px)) / cover no-repeat;
  opacity: .52;
  filter: saturate(1.08) contrast(.92) brightness(1.04) sepia(.04);
  will-change: background-position;
}
.resource-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, rgba(255,248,242,.92), rgba(255,241,235,.62));
}
.resource-card h2 { max-width: 550px; }
.resource-card > p:not(.kicker) { max-width: 520px; margin: 26px 0 36px; line-height: 1.7; }
.resource-ebook { --card-image: url("assets/site-assets/marta-ebook-green.jpg"); background: var(--lilac); }
.resource-gift { --card-image: url("uploads/site-uploads/new-photos/IMG_4992.JPG"); background: var(--coral-soft); }
.resource-gift::before {
  background-position: center calc(24% + var(--bg-shift, 0px));
}
.resource-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.visual-callout {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 620px;
  overflow: hidden;
  color: var(--white);
  background: var(--coral);
  isolation: isolate;
}
.visual-callout::before,
.visual-callout::after {
  position: absolute;
  inset: 0;
  content: "";
}
.visual-callout::before {
  z-index: -2;
  background: var(--callout-image) center calc(50% + var(--bg-shift, 0px)) / cover no-repeat;
  filter: saturate(1.06) contrast(.9) brightness(1.08) sepia(.05);
  will-change: background-position;
}
.visual-callout::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(104,67,54,.58), rgba(180,119,100,.20)),
    linear-gradient(180deg, rgba(255,241,235,.05), rgba(104,67,54,.48));
}
.visual-callout > div {
  max-width: 720px;
}
.visual-callout .kicker { color: #f0d4bb; }
.visual-callout p:not(.kicker) {
  max-width: 590px;
  margin: 26px 0 34px;
  font-size: 1.1rem;
  line-height: 1.7;
}
.visual-callout-style { --callout-image: url("uploads/site-uploads/new-photos/IMG_4694.JPG"); }
.visual-callout-style::before {
  background-position: center calc(44% + var(--bg-shift, 0px));
}
.visual-callout-ebook {
  --callout-image: url("assets/site-assets/marta-ebook-green.jpg");
}
.visual-callout-ebook::before {
  background-position: center calc(42% + var(--bg-shift, 0px));
}

.gift-hero.subpage-photo {
  background-position: center calc(20% + var(--bg-shift, 0px));
}
.contact-hero.subpage-photo {
  background-position: center calc(18% + var(--bg-shift, 0px));
}

@media (min-width: 1025px) {
  .visual-callout-style::before,
  .visual-callout-ebook::before,
  .resource-ebook::before {
    background-attachment: fixed;
  }
}

.voucher-showcase {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(44px, 7vw, 100px);
  align-items: center;
  background: var(--paper);
}
.voucher-copy > p:not(.kicker) {
  max-width: 620px;
  margin: 28px 0 36px;
  color: var(--muted);
  line-height: 1.7;
}
.voucher-preview {
  display: block;
  padding: clamp(16px, 3vw, 28px);
  border: 1px solid var(--soft-line);
  border-radius: var(--card-radius);
  background: var(--white);
  box-shadow: var(--soft-shadow);
}
.voucher-preview img { width: 100%; border-radius: var(--card-radius); }
.voucher-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  background: var(--white);
}
.voucher-options article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--soft-line);
  border-radius: var(--card-radius);
  background: var(--paper);
}
.voucher-options span {
  color: var(--coral);
  font-weight: 700;
}
.voucher-options h3 {
  margin-top: 70px;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
.voucher-options p {
  color: var(--muted);
  line-height: 1.55;
}

.projects-section {
  background:
    radial-gradient(circle at 8% 10%, rgba(247, 216, 207, .45), transparent 28%),
    var(--white);
}
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.project-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 380px;
  overflow: hidden;
  padding: clamp(30px, 5vw, 60px);
  border: 1px solid rgba(180, 119, 100, .12);
  border-radius: 36px;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 22px 56px rgba(118, 87, 70, .08);
}
.project-watermark {
  position: absolute;
  right: clamp(18px, 4vw, 48px);
  bottom: clamp(18px, 4vw, 42px);
  width: min(48%, 250px);
  max-height: 180px;
  object-fit: contain;
  opacity: .17;
  pointer-events: none;
  filter: saturate(.7) contrast(.86);
}
.project-card > span { font-size: .74rem; font-weight: 700; text-transform: uppercase; }
.project-card h3 { margin-top: auto; font-family: "Raleway", Arial, sans-serif; font-size: clamp(1.1rem, 2vw, 1.8rem); font-weight: 500; }
.project-card p { max-width: 480px; line-height: 1.6; }
.project-card strong { display: flex; align-items: center; gap: 8px; margin-top: 18px; font-size: .78rem; text-transform: uppercase; }
.project-olomouc { background: linear-gradient(135deg, var(--mint), #fffaf4); }
.project-elite { background: linear-gradient(135deg, var(--yellow), var(--blush)); }

.location-section {
  display: grid;
  grid-template-columns: minmax(280px, .86fr) minmax(420px, 1.14fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 248, 242, .96), rgba(247, 216, 207, .34)),
    var(--paper);
}
.location-copy { max-width: 820px; }
.location-copy > p:not(.kicker) { margin: 26px 0; color: var(--muted); line-height: 1.7; }
.location-points {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
.location-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--sage-dark);
  font-weight: 700;
}
.location-points svg { color: var(--coral); }
.salon-map {
  width: 100%;
  min-height: 430px;
  border: 9px solid rgba(255, 250, 246, .92);
  border-radius: 42px 88px 42px 88px;
  box-shadow: 0 24px 62px rgba(118, 87, 70, .12);
}

.contact-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 120px); background: linear-gradient(135deg, var(--coral-soft), var(--blush)); }
.contact-copy > p:not(.kicker) { max-width: 520px; margin: 28px 0; line-height: 1.7; }
.contact-copy .kicker { color: var(--sage-dark); }
.contact-details { display: grid; gap: 12px; margin-top: 42px; }
.contact-details a, .contact-details span { display: flex; align-items: center; gap: 10px; font-weight: 600; text-decoration: none; }
.inquiry-form { display: grid; gap: 16px; align-self: start; padding: clamp(24px, 4vw, 46px); border-radius: var(--card-radius); background: rgba(255,255,255,.86); box-shadow: var(--soft-shadow); }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 8px; font-size: .76rem; font-weight: 700; text-transform: uppercase; }
input, select, textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--soft-line);
  border-radius: var(--card-radius);
  padding: 12px 14px;
  color: var(--ink);
  background: rgba(255,255,255,.92);
}
textarea { resize: vertical; line-height: 1.5; }
input:focus, select:focus, textarea:focus { border-color: var(--sage); outline: 2px solid rgba(71,100,90,.13); }
.check-field, .consent-field { display: flex; align-items: flex-start; gap: 10px; font-weight: 500; line-height: 1.4; text-transform: none; }
.check-field input, .consent-field input { flex: 0 0 auto; width: 18px; min-height: 18px; margin-top: 1px; }
.form-submit { width: 100%; }
.form-message { margin: 0; padding: 12px; color: var(--sage-dark); background: #edf4ec; font-weight: 600; }
.form-message.error { color: #773b32; background: #fff0ed; }
.service-budget-warning {
  margin-top: -6px;
}
select:disabled {
  color: rgba(63,55,47,.62);
  background: rgba(255,255,255,.62);
  cursor: not-allowed;
}


.booking-section { background: var(--paper); }
.booking-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: -12px 0 34px; }
.booking-steps div { display: flex; align-items: center; gap: 12px; min-height: 66px; padding: 14px 16px; border-radius: var(--card-radius); background: rgba(255,255,255,.86); box-shadow: 0 12px 28px rgba(118,87,70,.06); }
.booking-steps span { display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; border-radius: 50%; color: var(--white); background: var(--coral); font-weight: 700; }
.booking-steps strong { font-size: .84rem; }
.date-picker { width: min(230px, 100%); }
.booking-layout { display: grid; grid-template-columns: minmax(0,.95fr) minmax(340px,1.05fr); gap: 34px; }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.panel-heading span { color: var(--muted); font-size: .82rem; }
.slot-list { display: grid; gap: 8px; margin-top: 14px; }
.availability-slot {
  display: grid;
  grid-template-columns: 76px minmax(0,1fr) auto;
  gap: 14px;
  align-items: center;
  width: 100%;
  min-height: 72px;
  border: 1px solid var(--soft-line);
  border-radius: var(--card-radius);
  padding: 0 14px 0 0;
  color: var(--ink);
  background: rgba(255,248,242,.92);
  text-align: left;
  cursor: pointer;
}
.availability-slot:hover, .availability-slot.selected { border-color: rgba(180,119,100,.46); background: var(--white); box-shadow: 0 12px 28px rgba(180,119,100,.10); }
.availability-slot.occupied { cursor: not-allowed; opacity: .64; }
.loading-slot { cursor: wait; opacity: .62; }
.retry-slots { min-height: 52px; border: 1px solid var(--line); color: var(--white); background: var(--coral); font-weight: 700; cursor: pointer; }
.availability-time { display: grid; place-items: center; align-self: stretch; color: var(--ink); background: var(--mint); font-weight: 700; }
.availability-slot.occupied .availability-time { background: var(--coral-soft); }
.availability-info { display: grid; gap: 4px; min-width: 0; }
.availability-info strong { overflow-wrap: anywhere; font-size: .9rem; }
.availability-info small { color: var(--muted); }
.status-badge { padding: 6px 8px; border: 1px solid var(--soft-line); border-radius: 999px; color: var(--sage-dark); background: var(--white); font-size: .66rem; font-weight: 700; white-space: nowrap; }
.status-badge.confirmed { color: #2f573c; background: #eaf4eb; }
.status-badge.pending { color: #765817; background: #fff7df; }
.consultation-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
  align-items: stretch;
  margin-bottom: 26px;
}
.consultation-choice-grid-refined {
  grid-template-columns: minmax(280px, .85fr) minmax(440px, 1.15fr);
}
.consultation-choice-card {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: clamp(22px, 3vw, 34px);
  min-height: 360px;
  padding: clamp(26px, 3.4vw, 44px);
  border: 1px solid rgba(180, 119, 100, .16);
  border-radius: 38px;
  background:
    radial-gradient(circle at 92% 12%, rgba(245, 222, 215, .46), transparent 34%),
    rgba(255, 255, 255, .88);
  box-shadow: 0 24px 58px rgba(121, 101, 82, .075);
}
.consultation-card-copy {
  display: grid;
  align-content: start;
  gap: 18px;
  max-width: 620px;
}
.consultation-card-copy span,
.google-booking-card span {
  display: block;
  color: var(--coral);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.consultation-card-copy h3,
.google-booking-card h3 {
  max-width: 680px;
  margin: 0;
  font-family: "Raleway", Arial, sans-serif;
  font-size: clamp(1.55rem, 2.15vw, 2.35rem);
  font-weight: 600;
  line-height: 1.13;
}
.consultation-card-copy h3 em {
  color: var(--coral);
  font-style: normal;
}
.consultation-card-copy p,
.google-booking-card p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  line-height: 1.68;
}
.consultation-choice-free {
  background:
    radial-gradient(circle at 90% 16%, rgba(255, 241, 235, .76), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(241, 238, 231, .62));
}
.consultation-choice-paid {
  border-color: rgba(180, 119, 100, .28);
  background:
    radial-gradient(circle at 92% 14%, rgba(245, 222, 215, .82), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 241, 235, .9));
}
.consultation-price {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin-top: 2px;
  padding: 9px 15px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 10px 22px rgba(121, 101, 82, .08);
  font-size: .95rem;
}
.consultation-detail-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  color: var(--muted);
  font-size: .92rem;
}
.consultation-detail-row .consultation-price {
  margin: 0;
}
.google-booking-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin: 0 0 26px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(180, 119, 100, .24);
  border-radius: 34px;
  background:
    radial-gradient(circle at 92% 14%, rgba(245, 222, 215, .9), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(255, 241, 235, .88));
  box-shadow: 0 18px 44px rgba(121, 101, 82, .11);
}
.booking-card-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}
.consultation-choice-card > .button,
.booking-card-actions .button {
  min-height: 56px;
}
.consultation-choice-free .button {
  justify-content: center;
  width: 100%;
}
.consultation-choice-paid .booking-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(210px, 1fr));
}
.consultation-choice-paid .button {
  justify-content: center;
}
.reservation-panel { min-height: 330px; }
.empty-selection { display: grid; place-items: center; align-content: center; min-height: 330px; border: 1px dashed var(--line); border-radius: var(--card-radius); padding: 30px; text-align: center; background: rgba(255,255,255,.54); }
.empty-selection svg { width: 38px; height: 38px; margin-bottom: 18px; color: var(--coral); }
.empty-selection p { max-width: 380px; margin: 10px auto 0; color: var(--muted); line-height: 1.5; }
.reservation-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.selected-slot { grid-column: span 2; display: flex; justify-content: space-between; gap: 18px; padding: 14px 16px; color: var(--ink); background: var(--mint); }
.selected-slot span { font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.selected-slot strong { text-align: right; }
.full-field, .consent-field { grid-column: span 2; }
.message { margin: 0 0 20px; padding: 13px 16px; color: #2f573c; background: #eaf4eb; font-weight: 600; }
.message.error { color: #773b32; background: #fff0ed; }
.loading-text { padding: 20px; color: var(--muted); text-align: center; }
.calendar-note { display: flex; align-items: center; gap: 15px; margin-top: 30px; padding: 18px; border: 1px solid var(--soft-line); border-radius: var(--card-radius); background: rgba(255,248,242,.86); }
.calendar-note svg { flex: 0 0 auto; color: var(--coral); }
.calendar-note div { display: grid; gap: 3px; }
.calendar-note span { color: var(--muted); font-size: .82rem; }

.consultation-booking-highlight {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: 22px 0;
  padding: 18px;
  border: 1px solid rgba(180, 119, 100, .24);
  border-radius: 24px;
  background: rgba(255, 241, 235, .78);
}
.consultation-booking-highlight svg {
  flex: 0 0 auto;
  color: var(--coral);
}
.consultation-booking-highlight div {
  display: grid;
  gap: 5px;
}
.consultation-booking-highlight span {
  color: var(--muted);
  line-height: 1.55;
}


.return-policy-section {
  background:
    radial-gradient(circle at 16% 20%, rgba(247, 216, 207, .58), transparent 30%),
    linear-gradient(135deg, var(--mint), #fffaf6 48%, var(--blush));
}
.return-policy-panel {
  display: grid;
  gap: clamp(24px, 4vw, 38px);
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(118, 87, 70, .18);
  border-radius: 36px 12px 42px 12px;
  background: rgba(255, 250, 244, .9);
  box-shadow: var(--soft-shadow);
}
.return-policy-header {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: start;
}
.return-policy-header h2 {
  max-width: 760px;
}
.return-policy-emphasis {
  margin: 0;
  padding: 20px 22px;
  border-left: 4px solid var(--coral);
  border-radius: 0 18px 18px 0;
  color: var(--ink);
  background: rgba(245, 222, 215, .68);
  font-size: clamp(1rem, 1.55vw, 1.18rem);
  font-weight: 700;
  line-height: 1.55;
}
.return-policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.return-policy-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--soft-line);
  border-radius: 24px 8px 28px 8px;
  background: rgba(255,255,255,.72);
}
.return-policy-grid svg {
  width: 34px;
  height: 34px;
  color: var(--coral);
}
.return-policy-grid h3 {
  font-size: clamp(1rem, 1.4vw, 1.24rem);
}
.return-policy-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}
.return-policy-cta {
  justify-self: start;
}
.form-policy-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(180,119,100,.24);
  border-radius: 18px;
  color: var(--ink);
  background: rgba(245,222,215,.46);
  line-height: 1.48;
}
.form-policy-note svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: var(--coral);
}
.form-policy-note a {
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-page {
  position: relative;
  padding: clamp(72px, 10vw, 132px) max(18px, calc((100vw - var(--max)) / 2));
  background:
    radial-gradient(circle at 80% 10%, rgba(247,216,207,.54), transparent 28%),
    linear-gradient(180deg, var(--paper), #fffaf6 52%, var(--mint));
}
.legal-shell {
  display: grid;
  gap: 28px;
  max-width: 980px;
}
.legal-shell h1 {
  max-width: 820px;
}
.legal-intro {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.7vw, 1.24rem);
  line-height: 1.72;
}
.legal-summary {
  display: grid;
  gap: 14px;
  max-width: 820px;
  padding: clamp(20px, 4vw, 34px);
  border-left: 5px solid var(--coral);
  border-radius: 0 24px 24px 0;
  background: rgba(245,222,215,.6);
}
.legal-summary strong {
  font-size: clamp(1.1rem, 2vw, 1.65rem);
  line-height: 1.2;
}
.legal-blocks {
  display: grid;
  gap: 16px;
  max-width: 900px;
}
.legal-blocks article {
  padding: clamp(20px, 4vw, 32px);
  border: 1px solid var(--soft-line);
  border-radius: 28px 10px 30px 10px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 12px 28px rgba(118,87,70,.06);
}
.legal-blocks h2 {
  margin-bottom: 12px;
  font-size: clamp(1.08rem, 1.7vw, 1.42rem);
}
.legal-blocks p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}
.legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.closing-invite {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: clamp(30px, 6vw, 84px);
  align-items: center;
  background:
    radial-gradient(circle at 82% 18%, rgba(247, 216, 207, .5), transparent 28%),
    linear-gradient(180deg, #fffaf6, var(--blush));
}
.closing-invite img {
  width: 100%;
  height: clamp(420px, 50vw, 660px);
  border: 10px solid rgba(255, 250, 246, .92);
  border-radius: 180px 64px 160px 64px;
  object-fit: cover;
  object-position: center 34%;
  filter: saturate(1.06) contrast(.91) brightness(1.08) sepia(.05);
  box-shadow: 0 28px 72px rgba(118, 87, 70, .13);
}
.closing-invite h2 { max-width: 760px; }
.closing-invite p:not(.kicker) {
  max-width: 620px;
  margin: 28px 0 34px;
  color: var(--muted);
  line-height: 1.75;
}

.site-footer { display: grid; grid-template-columns: 1.2fr .8fr auto; gap: 50px; padding: 62px max(24px, calc((100vw - var(--max)) / 2)) 28px; color: var(--ink); background: linear-gradient(180deg, var(--mint), var(--blush)); }
.site-footer img { width: 220px; }
.site-footer p { color: var(--muted); }
.footer-links { display: grid; gap: 10px; }
.footer-links a { font-size: .82rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; }
.copyright { grid-column: 1 / -1; margin: 30px 0 0; padding-top: 20px; border-top: 1px solid var(--line); font-size: .72rem; text-transform: uppercase; }

.social-rail {
  position: fixed;
  top: 50%;
  right: 18px;
  z-index: 26;
  display: grid;
  gap: 10px;
  transform: translateY(-50%);
}
.social-rail a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-width: 150px;
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 250, 244, 0.93);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 30px rgba(63, 55, 47, .08);
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.social-rail a:hover {
  color: var(--white);
  background: var(--coral);
}
.social-rail span { display: inline-block; }

.quick-action-rail {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 34;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px;
  border: 1px solid rgba(180, 119, 100, .16);
  border-radius: 999px;
  background: rgba(255, 250, 244, .94);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 42px rgba(63, 55, 47, .12);
}
.quick-action-rail a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 11px 16px;
  color: var(--ink);
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}
.quick-action-rail a:hover {
  transform: translateY(-1px);
}
.quick-action-rail .quick-action-primary {
  color: var(--white);
  background: var(--coral);
  box-shadow: 0 12px 26px rgba(180, 119, 100, .18);
}
.quick-action-rail a:not(.quick-action-primary) {
  border-color: rgba(180, 119, 100, .16);
  background: rgba(255, 255, 255, .5);
}
.quick-action-rail a:not(.quick-action-primary):hover {
  color: var(--white);
  background: var(--sage-dark);
}

.subpage-hero {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 560px;
  padding: clamp(80px, 10vw, 140px) max(24px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
}
.subpage-photo {
  color: var(--white);
  background-image:
    linear-gradient(90deg, rgba(104, 67, 54, .56), rgba(180, 119, 100, .16)),
    var(--subpage-image);
  background-position: center calc(28% + var(--bg-shift, 0px));
  background-size: cover;
}
.subpage-photo .kicker { color: #f0d4bb; }
.subpage-hero h1 { max-width: 950px; }
.subpage-hero > p:last-child { max-width: 680px; margin: 30px 0 0; font-size: 1.15rem; line-height: 1.7; }
.subpage-coral { background: var(--coral-soft); }
.subpage-lilac { background: var(--lilac); }
.subpage-mint { background: var(--mint); }
.subpage-yellow { background: var(--yellow); }
.subpage-list { background: var(--white); }
.subpage-list article { display: grid; grid-template-columns: 50px minmax(0,1fr) auto; gap: 30px; align-items: center; padding: 42px 18px; border-top: 1px solid var(--soft-line); border-radius: var(--card-radius); }
.subpage-list article:last-child { border-bottom: 1px solid var(--line); }
.subpage-list article > span { color: var(--coral); font-weight: 700; }
.subpage-list article h2 { font-size: clamp(1.05rem, 1.55vw, 1.55rem); }
.subpage-list article p { max-width: 650px; color: var(--muted); line-height: 1.6; }
.subpage-list article > strong { white-space: nowrap; }
.subpage-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 70px max(24px, calc((100vw - var(--max)) / 2)); background: linear-gradient(135deg, var(--mint), var(--blush)); }
.subpage-cta h2 { font-size: clamp(1.2rem, 2vw, 2rem); }
.services-hero.subpage-photo {
  background-position: 76% calc(34% + var(--bg-shift, 0px));
}
.media-subpage-hero.subpage-photo {
  background-position: 70% calc(34% + var(--bg-shift, 0px));
}
.blog-subpage-hero.subpage-photo {
  background-position: 34% calc(42% + var(--bg-shift, 0px));
}
.contact-hero.subpage-photo {
  background-position: 50% calc(24% + var(--bg-shift, 0px));
}
.services-detail-section {
  background:
    radial-gradient(circle at 94% 6%, rgba(247, 216, 207, .48), transparent 28%),
    linear-gradient(180deg, var(--paper), #fffaf5);
}
.services-detail-grid {
  display: grid;
  gap: 22px;
}
.service-detail-card {
  position: relative;
  display: grid;
  gap: 26px;
  padding: clamp(26px, 4vw, 44px);
  overflow: hidden;
  border: 1px solid rgba(180, 119, 100, .13);
  border-radius: 42px 16px 46px 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .74), rgba(255, 241, 235, .58)),
    var(--white);
  box-shadow: 0 22px 58px rgba(118, 87, 70, .08);
}
.service-detail-card::after {
  position: absolute;
  right: -58px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  content: "";
  border-radius: 999px;
  background: rgba(245, 222, 215, .58);
}
.service-detail-featured {
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 240, 223, .72), transparent 34%),
    linear-gradient(135deg, rgba(245, 222, 215, .8), rgba(255, 250, 245, .92));
}
.service-detail-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
}
.service-detail-head > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--coral);
  border: 1px solid rgba(180, 119, 100, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .54);
  font-size: .76rem;
  font-weight: 700;
}
.service-detail-head h2,
.premium-service-card h2 {
  font-size: clamp(1.25rem, 2.2vw, 2.1rem);
}
.service-detail-head strong {
  padding: 12px 16px;
  color: var(--sage-dark);
  border: 1px solid rgba(180, 119, 100, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .54);
  white-space: nowrap;
}
.service-detail-card > p,
.premium-service-card p {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}
.service-columns {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(240px, .72fr);
  gap: 18px;
}
.service-columns > div {
  padding: 22px;
  border: 1px solid rgba(180, 119, 100, .1);
  border-radius: 28px 10px 30px 10px;
  background: rgba(255, 255, 255, .48);
}
.service-columns h3 {
  margin: 0 0 12px;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
.service-columns ul,
.premium-service-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.6;
}
.service-columns p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.service-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.premium-services {
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 240, 223, .6), transparent 28%),
    linear-gradient(180deg, #fffaf5, var(--mint));
}
.premium-service-grid {
  display: grid;
  gap: clamp(24px, 4vw, 42px);
}
.premium-service-card {
  display: grid;
  grid-template-columns: minmax(280px, .62fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(180, 119, 100, .13);
  border-radius: 46px 18px 52px 18px;
  background: rgba(255, 255, 255, .56);
  box-shadow: 0 24px 64px rgba(118, 87, 70, .08);
}
.premium-service-reverse img {
  order: 2;
}
.premium-service-card img {
  width: 100%;
  height: clamp(360px, 42vw, 540px);
  object-fit: cover;
  object-position: center 32%;
  border: 8px solid rgba(255, 250, 246, .94);
  border-radius: 120px 38px 108px 38px;
  filter: saturate(1.06) contrast(.92) brightness(1.07) sepia(.04);
  box-shadow: 0 20px 52px rgba(118, 87, 70, .12);
}
.premium-service-card > div {
  display: grid;
  gap: 20px;
}
.premium-service-card .button {
  width: fit-content;
}
.gift-detail { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 110px); align-items: center; background: var(--paper); }
.gift-detail img { width: min(100%, 430px); margin: auto; border-radius: var(--media-radius); box-shadow: var(--soft-shadow); }
.gift-detail p:not(.kicker) { max-width: 620px; margin: 28px 0 36px; color: var(--muted); line-height: 1.7; }

.thanks-page {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
  min-height: calc(100vh - 78px);
  padding: clamp(74px, 9vw, 128px) max(24px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 16%, rgba(247, 216, 207, .7), transparent 34%),
    linear-gradient(135deg, #fffaf5 0%, var(--blush) 48%, var(--mint) 100%);
}
.thanks-page::before {
  position: absolute;
  inset: 9% auto auto 4%;
  width: clamp(180px, 22vw, 340px);
  height: clamp(180px, 22vw, 340px);
  content: "";
  border: 1px solid rgba(180, 119, 100, .14);
  border-radius: 999px;
  box-shadow: 0 0 0 34px rgba(255, 255, 255, .3);
}
.thanks-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
}
.thanks-copy h1 {
  max-width: 720px;
  color: var(--ink);
}
.thanks-copy > p {
  max-width: 660px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.6vw, 1.22rem);
  line-height: 1.75;
}
.thanks-note {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 620px;
  margin-top: 30px;
  padding: 15px 18px;
  color: var(--sage-dark);
  border: 1px solid rgba(180, 119, 100, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .56);
  box-shadow: var(--soft-shadow);
}
.thanks-note svg {
  flex: 0 0 auto;
  color: var(--coral);
}
.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.thanks-photo-wrap {
  position: relative;
  z-index: 1;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .84);
  border-radius: 140px 42px 130px 42px;
  background: rgba(255, 255, 255, .44);
  box-shadow: 0 24px 70px rgba(118, 87, 70, .16);
}
.thanks-photo-wrap::after {
  position: absolute;
  right: -26px;
  bottom: 30px;
  z-index: -1;
  width: 118px;
  height: 118px;
  content: "";
  border-radius: 999px;
  background: rgba(245, 222, 215, .72);
}
.thanks-photo-wrap img {
  width: 100%;
  height: clamp(460px, 54vw, 680px);
  object-fit: cover;
  object-position: center 34%;
  border: 9px solid rgba(255, 255, 255, .86);
  border-radius: 126px 34px 116px 34px;
  filter: saturate(1.04) contrast(.94) brightness(1.07) sepia(.03);
}
.thanks-next {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  background: var(--paper);
}
.thanks-next article {
  display: grid;
  gap: 16px;
  align-content: start;
  min-height: 250px;
  padding: 30px;
  border: 1px solid rgba(180, 119, 100, .13);
  border-radius: 34px 14px 36px 14px;
  background: rgba(255, 255, 255, .48);
  box-shadow: 0 18px 42px rgba(118, 87, 70, .07);
}
.thanks-next article > svg {
  width: 32px;
  height: 32px;
  color: var(--coral);
}
.thanks-next h2 {
  font-size: clamp(1.02rem, 1.55vw, 1.45rem);
}
.thanks-next p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

@media (min-width: 921px) {
  .return-policy-panel {
    max-width: min(calc(var(--max) - 190px), calc(100% - 230px));
  }
}

@media (max-width: 920px) {
  .menu-toggle { display: grid; place-items: center; }
  .main-nav {
    position: absolute;
    top: 78px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 14px 24px 24px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 12px; padding-inline: 18px !important; text-align: center; }
  .intro-band { grid-template-columns: 1fr; }
  .intro-band > p,
  .intro-band > div {
    min-height: 0;
    padding: 24px;
  }
  .intro-band > div { border-top: 1px solid var(--line); border-left: 0; }
  .salon-section, .about-marta-section, .contact-section, .testimonials-section, .media-feature, .location-section, .gift-detail, .voucher-showcase, .service-soft-feature, .free-call-section, .closing-invite, .thanks-page, .premium-service-card, .service-columns, .return-policy-header { grid-template-columns: 1fr; }
  .about-marta-photo {
    min-height: 520px;
    max-width: 620px;
    width: 100%;
    margin-inline: auto;
  }
  .about-marta-copy { max-width: none; }
  .return-policy-grid { grid-template-columns: 1fr; }
  .salon-gallery {
    grid-template-columns: 1.08fr .92fr;
    grid-template-rows: 430px 260px 240px;
    gap: 16px;
  }
  .salon-main { grid-column: 1 / 3; grid-row: 1; }
  .salon-clothes, .salon-colors { grid-column: auto; grid-row: auto; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .blog-home-shell,
  .blog-featured-card,
  .article-hero { grid-template-columns: 1fr; }
  .blog-home-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-grid-modern { grid-template-columns: 1fr 1fr; }
  .blog-featured-media,
  .article-hero-media { min-height: 380px; }
  .testimonial-intro { position: static; }
  .section-title { grid-template-columns: 1fr; gap: 24px; }
  .service-row { grid-template-columns: 40px minmax(0,1fr) 46px; padding: 24px 0; }
  .service-meta { grid-column: 2; grid-row: 2; }
  .service-row > a { grid-column: 3; grid-row: 1 / 3; }
  .editorial-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 440px 280px 280px; }
  .gallery-tall { grid-row: 1; grid-column: 1 / 3; }
  .gallery-men-tall { grid-row: auto; grid-column: auto; }
  .gallery-wide { grid-column: 1 / 3; }
  .reel-library { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); }
  .booking-layout { grid-template-columns: 1fr; }
  .consultation-choice-grid { grid-template-columns: 1fr; }
  .google-booking-card { grid-template-columns: 1fr; }
  .booking-card-actions {
    justify-content: flex-start;
  }
  .consultation-choice-card { min-height: 0; }
  .consultation-choice-paid .booking-card-actions { grid-template-columns: 1fr; }
  .consultation-choice-card > .button,
  .booking-card-actions .button { width: 100%; }
  .location-copy { max-width: 680px; }
  .salon-map { min-height: 360px; }
  .subpage-list article { grid-template-columns: 40px minmax(0,1fr); }
  .subpage-list article > strong { grid-column: 2; }
  .service-detail-head {
    grid-template-columns: 44px minmax(0, 1fr);
  }
  .service-detail-head strong {
    grid-column: 2;
    width: fit-content;
  }
  .premium-service-reverse img {
    order: 0;
  }
  .thanks-next { grid-template-columns: 1fr; }
  .thanks-photo-wrap {
    max-width: 560px;
    margin-inline: auto;
  }
  .social-rail {
    top: auto;
    right: 18px;
    bottom: 18px;
    left: auto;
    grid-template-columns: 1fr;
    transform: none;
  }
  .social-rail a {
    justify-content: flex-start;
    min-width: 138px;
    min-height: 42px;
    padding-inline: 14px;
  }
  .social-rail span { display: inline-block; }
  .quick-action-rail {
    right: auto;
    bottom: 18px;
    left: 18px;
    flex-direction: column;
    align-items: stretch;
    border-radius: 28px;
  }
  .quick-action-rail a {
    justify-content: flex-start;
    min-height: 42px;
    padding: 10px 14px;
  }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 70px; }
  .site-header { min-height: 70px; padding-inline: 18px; }
  .brand { width: 168px; }
  .main-nav { top: 70px; }
  .hero { min-height: 0; }
  .hero-content {
    width: calc(100% - 36px);
    min-height: 0;
    padding: 360px 0 145px;
    align-content: end;
  }
  h1 { font-size: clamp(1.65rem, 7vw, 2.1rem); }
  .hero { background-position: 68% 24%; }
  .hero-image { top: 0; bottom: auto; width: 100%; height: 100%; object-position: 68% 24%; }
  .hero-note { right: 18px; bottom: 22px; left: 18px; }
  .section-pad { padding: 76px 18px; }
  .about-marta-section {
    gap: 28px;
  }
  .about-marta-photo {
    min-height: 430px;
    border-width: 6px;
    border-radius: 74px 24px 72px 24px;
  }
  .about-marta-copy {
    padding: 24px 18px;
  }
  .about-marta-story {
    gap: 14px;
  }
  .about-marta-story p {
    font-size: .95rem;
  }
  .about-marta-copy blockquote {
    padding-left: 16px;
  }
  .resource-ebook::before {
    background-position: 78% calc(30% + var(--bg-shift, 0px));
  }
  .visual-callout-ebook::before {
    background-position: 78% calc(28% + var(--bg-shift, 0px));
  }
  .salon-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 330px repeat(3, 230px);
    gap: 14px;
    padding: 10px;
    border-radius: 26px;
  }
  .salon-main { grid-column: 1 / 3; grid-row: 1; }
  .salon-clothes, .salon-colors { grid-column: auto; grid-row: auto; }
  .salon-gallery img {
    border-width: 5px;
    border-radius: 28px 54px 34px 42px !important;
  }
  .service-row { gap: 14px; }
  .service-soft-feature {
    margin-top: 38px;
    padding: 12px;
    border-radius: 30px;
  }
  .service-soft-feature img {
    height: 380px;
    border-width: 6px;
    border-radius: 90px 34px 82px 34px;
  }
  .service-detail-card {
    gap: 22px;
    padding: 24px 18px;
    border-radius: 34px 12px 38px 12px;
  }
  .service-detail-head {
    gap: 14px;
  }
  .service-detail-head strong {
    border-radius: 22px;
    white-space: normal;
  }
  .service-columns > div {
    padding: 18px;
    border-radius: 24px 10px 26px 10px;
  }
  .service-actions .button {
    width: 100%;
  }
  .premium-service-card {
    padding: 14px;
    border-radius: 34px 12px 40px 12px;
  }
  .premium-service-card img {
    height: 380px;
    border-width: 6px;
    border-radius: 76px 26px 70px 26px;
  }
  .premium-service-card .button {
    width: 100%;
  }
  .free-call-section {
    gap: 28px;
  }
  .free-call-copy {
    justify-items: start;
    text-align: left;
  }
  .free-call-photo {
    border-width: 6px;
    border-radius: 38px 76px 38px 68px;
  }
  .free-call-photo img {
    height: 340px;
  }
  .featured-service { margin-inline: -18px; padding-inline: 18px; }
  .editorial-gallery { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 410px); }
  .gallery-tall, .gallery-wide, .gallery-men-tall { grid-column: auto; grid-row: auto; }
  .reel-library { grid-template-columns: 1fr; }
  .reel-card { min-height: 460px; }
  .media-links, .media-highlights, .media-card-grid, .blog-grid, .resources-section, .project-grid, .voucher-options, .blog-grid-modern { grid-template-columns: 1fr; }
  .media-card-large { grid-column: auto; }
  .media-page-tv { min-height: 380px; border-radius: 42px 20px 52px 20px; }
  .media-page-tv img { min-height: 380px; }
  .media-card { min-height: auto; border-radius: 30px 12px 34px 12px; }
  .media-card img { height: 280px; }
  .resource-card { min-height: 390px; padding-inline: 24px; }
  .booking-steps { grid-template-columns: 1fr; }
  .blog-rail-card { flex-basis: min(82vw, 300px); }
  .blog-home-grid { grid-template-columns: 1fr; }
  .blog-home-tile { min-height: 0; }
  .blog-featured-copy,
  .blog-card-copy { padding: 22px; }
  .blog-featured-media,
  .article-hero-media { min-height: 300px; }
  .field-pair, .reservation-form { grid-template-columns: 1fr; }
  .selected-slot, .full-field, .consent-field { grid-column: span 1; }
  .availability-slot { grid-template-columns: 66px minmax(0,1fr); padding-right: 10px; }
  .status-badge { grid-column: 2; width: fit-content; margin-bottom: 8px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: 0;
    padding: 18px;
    border-radius: 26px;
  }
  .testimonial-card > img {
    width: 58px;
    height: 58px;
  }
  .project-grid { grid-template-columns: 1fr; }
  .project-card { border-radius: 28px; }
  .salon-map {
    min-height: 320px;
    border-width: 6px;
    border-radius: 32px 58px 32px 58px;
  }
  .closing-invite img {
    height: 420px;
    border-width: 6px;
    border-radius: 100px 38px 90px 38px;
  }
  .thanks-page {
    min-height: 0;
    padding: 74px 18px 62px;
  }
  .thanks-note {
    align-items: flex-start;
    border-radius: 24px;
  }
  .thanks-photo-wrap {
    border-radius: 54px 22px 64px 22px;
  }
  .thanks-photo-wrap img {
    height: 460px;
    border-width: 6px;
    border-radius: 48px 18px 58px 18px;
  }
  .thanks-next article {
    min-height: 0;
    padding: 24px;
    border-radius: 28px 12px 30px 12px;
  }
  .site-footer { grid-template-columns: 1fr; gap: 28px; padding-inline: 18px; }
  .copyright { grid-column: 1; }
  .subpage-hero { min-height: 500px; padding-inline: 18px; }
  .subpage-cta { align-items: flex-start; flex-direction: column; padding-inline: 18px; }
  .social-rail {
    right: 12px;
    bottom: 12px;
    left: auto;
    grid-template-columns: 1fr;
  }
  .social-rail a {
    justify-content: flex-start;
    min-width: 138px;
    padding: 10px 14px;
  }
  .social-rail span {
    display: inline-block;
  }
  .quick-action-rail {
    right: auto;
    bottom: 12px;
    left: 12px;
    max-width: calc(100vw - 160px);
    padding: 7px;
    border-radius: 24px;
  }
  .quick-action-rail a {
    min-height: 40px;
    padding: 9px 12px;
    font-size: .7rem;
  }
  .quick-action-rail span {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
