.site-refresh {
  --refresh-petrol: #174957;
  --refresh-petrol-deep: #103b47;
  --refresh-turquoise: #42c7d3;
  --refresh-turquoise-strong: #168c98;
  --refresh-magenta: #c72d79;
  --refresh-magenta-deep: #a51d63;
  --refresh-yellow: #f7efc9;
  --refresh-yellow-soft: #fcf8e9;
  --refresh-ink: #143b47;
  --refresh-muted: #4f6971;
  --refresh-line: rgba(23, 73, 87, 0.14);
  --turquoise-dark: var(--refresh-petrol);
  --magenta: var(--refresh-magenta);
  --yellow-light: var(--refresh-yellow);
  --text-primary: var(--refresh-ink);
  --text-muted: var(--refresh-muted);
  --bg: #ffffff;
  background: #ffffff;
  color: var(--refresh-ink);
}

.site-refresh::before {
  background: #ffffff;
}

.site-refresh::after {
  display: none;
}

.site-refresh .site-header {
  z-index: 30;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(23, 73, 87, 0.08);
  box-shadow: 0 10px 28px rgba(23, 73, 87, 0.06);
  backdrop-filter: blur(14px);
}

.site-refresh .site-header nav a[aria-current="page"],
.site-refresh .header-content > .cta[aria-current="page"] {
  position: relative;
}

.site-refresh .site-header nav a[aria-current="page"] {
  color: var(--refresh-magenta);
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.site-refresh .site-header nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  right: 0.9rem;
  bottom: -0.25rem;
  left: 0.9rem;
  height: 2px;
  border-radius: 999px;
  background: var(--refresh-magenta);
}

.site-refresh .header-content > .cta,
.site-refresh .cta {
  border-color: transparent;
  border-radius: 13px;
  background: var(--refresh-magenta);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(199, 45, 121, 0.24);
}

.site-refresh .header-content > .cta {
  padding: 0.62rem 1.25rem;
  border-radius: 12px;
  font-size: 0.9rem;
  line-height: 1.15;
  white-space: nowrap;
}

.site-refresh .header-content > .cta:hover,
.site-refresh .cta:hover {
  box-shadow: 0 16px 30px rgba(199, 45, 121, 0.3);
}

.site-refresh .ghost {
  min-height: 50px;
  border-color: var(--refresh-magenta);
  border-radius: 13px;
  background: #ffffff;
  color: var(--refresh-magenta);
  font-family: "Poppins", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.2s ease;
}

.site-refresh .ghost:hover {
  background: rgba(199, 45, 121, 0.05);
  box-shadow: 0 12px 24px rgba(23, 73, 87, 0.1);
  transform: translateY(-2px);
}

.site-refresh .cta:focus-visible,
.site-refresh .ghost:focus-visible,
.site-refresh button:focus-visible,
.site-refresh input:focus-visible,
.site-refresh select:focus-visible,
.site-refresh textarea:focus-visible,
.site-refresh a:focus-visible {
  outline: 3px solid rgba(66, 199, 211, 0.48);
  outline-offset: 3px;
}

.site-refresh main section {
  overflow: clip;
}

.site-refresh main section::before,
.site-refresh main section::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: clamp(80px, 8vw, 120px);
  aspect-ratio: 1;
  background-image: url("../bilder/pfote1.jpg");
  background-repeat: no-repeat;
  background-position: 50% 52%;
  background-size: 270% auto;
  opacity: 0.17;
  filter: grayscale(1);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.site-refresh main section::before {
  top: clamp(1.5rem, 5vw, 4rem);
  right: clamp(1rem, 6vw, 6rem);
  display: block;
  transform: rotate(-12deg);
}

.site-refresh main section::after {
  right: auto;
  bottom: clamp(1.5rem, 7vw, 6rem);
  left: clamp(0.5rem, 4vw, 4rem);
  display: block;
  background-image: url("../bilder/pfote2.jpg");
  background-position: center;
  background-size: 520% auto;
  transform: rotate(15deg);
}

.site-refresh main section:nth-of-type(even)::before {
  top: clamp(1.5rem, 5vw, 4rem);
  right: auto;
  left: clamp(0.5rem, 5vw, 5rem);
  background-image: url("../bilder/pfote2.jpg");
  background-position: center;
  background-size: 520% auto;
  transform: rotate(14deg);
}

.site-refresh main section:nth-of-type(even)::after {
  right: clamp(0.5rem, 5vw, 5rem);
  left: auto;
  background-image: url("../bilder/pfote1.jpg");
  background-position: 50% 52%;
  background-size: 270% auto;
  transform: rotate(-13deg);
}

.site-refresh main section > .container {
  position: relative;
  z-index: 1;
}

.site-refresh h1,
.site-refresh h2,
.site-refresh h3,
.site-refresh h4 {
  color: var(--refresh-petrol);
}

.site-refresh h1 {
  font-size: clamp(3.25rem, 6vw, 5.8rem);
  line-height: 0.98;
  text-wrap: balance;
}

.site-refresh h2 {
  font-size: clamp(2.45rem, 4.5vw, 4rem);
  line-height: 1.04;
  text-wrap: balance;
}

.site-refresh h3 {
  font-size: clamp(1.75rem, 2.7vw, 2.5rem);
  line-height: 1.08;
}

.site-refresh .eyebrow {
  margin-bottom: 0.85rem;
  color: var(--refresh-magenta);
  font-family: "Poppins", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.site-refresh .lead {
  color: var(--refresh-muted);
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  line-height: 1.7;
}

.site-refresh .hero {
  padding: clamp(4rem, 7vw, 7rem) 0;
  background: #ffffff;
}

.site-refresh .secondary-hero {
  min-height: 0;
  background: var(--refresh-yellow-soft);
  border-bottom: 1px solid rgba(226, 183, 67, 0.2);
}

.site-refresh .hero-copy {
  gap: 1rem;
}

.site-refresh .hero-copy > p:not(.eyebrow) {
  max-width: 680px;
  color: var(--refresh-muted);
  font-size: clamp(1.02rem, 1.45vw, 1.18rem);
  line-height: 1.72;
}

.site-refresh .hero-actions,
.site-refresh .section-cta {
  gap: 0.85rem;
}

.site-refresh .hero-actions .cta,
.site-refresh .hero-actions .ghost,
.site-refresh .section-cta .cta,
.site-refresh .section-cta .ghost {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0.82rem 1.35rem;
}

.site-refresh .refresh-hero-media {
  position: relative;
  z-index: 1;
  min-height: 610px;
  margin: 0;
}

.site-refresh .refresh-hero-media::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1rem;
  right: -1rem;
  width: 58%;
  height: 46%;
  border-radius: 30px;
  background: var(--refresh-yellow);
  transform: rotate(4deg);
}

.site-refresh .refresh-hero-media::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 1.15rem;
  bottom: 1.15rem;
  width: 82px;
  height: 82px;
  border: 2px dashed rgba(199, 45, 121, 0.48);
  border-radius: 50%;
  pointer-events: none;
}

.site-refresh .refresh-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
  border-radius: 170px 30px 30px 30px;
  box-shadow: 0 30px 60px rgba(23, 73, 87, 0.16);
}

.site-refresh .feature-list {
  color: var(--refresh-muted);
}

.site-refresh .feature-list li::before {
  width: 7px;
  height: 12px;
  top: 0.25rem;
  border: 0;
  border-right: 2px solid var(--refresh-turquoise-strong);
  border-bottom: 2px solid var(--refresh-turquoise-strong);
  border-radius: 0;
  background: transparent;
  transform: rotate(45deg);
}

.site-refresh .value-note,
.site-refresh .extra-note {
  border: 1px dashed rgba(199, 45, 121, 0.34);
  border-radius: 20px;
  background: var(--refresh-yellow-soft);
  color: var(--refresh-muted);
}

.site-refresh .site-footer {
  padding: 2.5rem 0;
  background: #0d3540;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-refresh .footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) minmax(360px, 1fr) auto;
  gap: 2rem;
  align-items: end;
}

.site-refresh .footer-links {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.65rem 1rem;
}

.site-refresh .footer-links a,
.site-refresh .site-footer a {
  text-underline-offset: 0.2em;
}

.site-refresh .footer-links a:hover,
.site-refresh .site-footer a:hover {
  text-decoration: underline;
}

.site-refresh .footer-links a[aria-current="page"] {
  color: #ffffff;
  font-weight: 800;
  text-decoration: underline;
}

/* Homepage */
.home-page .hero {
  padding-bottom: 0;
}

.home-page .hero::before {
  top: clamp(1rem, 3vw, 2.5rem);
  right: 46%;
  left: auto;
  width: clamp(90px, 8vw, 120px);
  transform: rotate(-8deg);
}

.home-page .hero-grid,
.services-page .hero-grid,
.gallery-page .hero-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(3rem, 7vw, 7rem);
}

.home-page .hero-copy {
  padding-bottom: clamp(4rem, 7vw, 7rem);
}

.home-page .hero-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: clamp(2.5rem, 5vw, 5rem);
}

.home-page .hero-copy > .eyebrow {
  margin-bottom: 1.25rem;
  font-size: clamp(0.78rem, 1.15vw, 0.96rem);
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.home-page .hero-slogan {
  display: flex;
  width: min(780px, 100%);
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.4rem, 0.8vw, 0.7rem);
  margin: 0;
}

.home-page .hero-slogan-line {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 0.06em 0.38em 0.13em 0.34em;
  background: var(--refresh-magenta);
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
  filter: drop-shadow(0 7px 0 rgba(117, 18, 69, 0.15));
}

.home-page .hero-slogan-line > span {
  display: block;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5.2vw, 4.65rem);
  font-style: italic;
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.home-page .refresh-hero-media img {
  object-position: 50% 24%;
}

.home-page .welcome {
  padding: clamp(4rem, 7vw, 6.5rem) 0;
  background: var(--refresh-yellow-soft);
  border-top: 1px solid rgba(226, 183, 67, 0.18);
  border-bottom: 1px solid rgba(226, 183, 67, 0.18);
}

.home-page .welcome-grid {
  counter-reset: refresh-values;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--refresh-line);
  border-bottom: 1px solid var(--refresh-line);
}

.home-page .welcome-card {
  counter-increment: refresh-values;
  position: relative;
  min-height: 260px;
  padding: 2rem;
  border: 0;
  border-right: 1px solid var(--refresh-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .welcome-card:last-child {
  border-right: 0;
}

.home-page .welcome-card::before {
  content: "0" counter(refresh-values);
  display: block;
  margin-bottom: 2rem;
  color: rgba(66, 199, 211, 0.28);
  font-family: "Bernier", "Poppins", sans-serif;
  font-size: 4.5rem;
  line-height: 0.8;
}

.home-page .welcome-card h3,
.home-page .card-grid h3 {
  font-size: clamp(1.8rem, 2.4vw, 2.35rem);
}

.home-page .welcome-card p:not(.label),
.home-page .card-grid p {
  color: var(--refresh-muted);
}

.home-page .services {
  padding: clamp(4.5rem, 8vw, 8rem) 0;
  background: #ffffff;
}

.home-page .card-grid {
  counter-reset: refresh-services;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 2px dashed rgba(226, 183, 67, 0.45);
}

.home-page .card-grid article {
  counter-increment: refresh-services;
  display: grid;
  grid-template-columns: 86px 1fr;
  min-height: 0;
  gap: 1.25rem;
  align-content: start;
  padding: 2.25rem 1.5rem;
  border: 0;
  border-bottom: 2px dashed rgba(226, 183, 67, 0.45);
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.home-page .card-grid article::before {
  content: "0" counter(refresh-services);
  grid-row: 1 / span 2;
  color: rgba(66, 199, 211, 0.25);
  font-family: "Bernier", "Poppins", sans-serif;
  font-size: 4.4rem;
  line-height: 0.85;
}

.home-page .card-grid article:nth-child(odd) {
  border-right: 2px dashed rgba(226, 183, 67, 0.45);
}

.home-page .card-grid article h3,
.home-page .card-grid article p {
  grid-column: 2;
}

.site-refresh .before-after {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  background: var(--refresh-yellow-soft);
}

.site-refresh .ba-selector {
  gap: 0.65rem;
}

.site-refresh .ba-option {
  min-width: 72px;
  min-height: 44px;
  border: 1px solid rgba(23, 73, 87, 0.18);
  border-radius: 11px;
  background: #ffffff;
  color: var(--refresh-petrol);
  font-family: "Poppins", "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  box-shadow: none;
}

.site-refresh .ba-option[aria-pressed="true"] {
  border-color: var(--refresh-magenta);
  background: var(--refresh-magenta);
  color: #ffffff;
}

.site-refresh .ba-comparison {
  max-width: 760px;
  aspect-ratio: 4 / 3;
  margin-inline: auto;
  border: 0;
  border-radius: 28px;
  box-shadow: 0 26px 56px rgba(23, 73, 87, 0.16);
}

.site-refresh .ba-comparison::after {
  content: "";
  position: absolute;
  inset: 0.75rem -0.75rem -0.75rem 0.75rem;
  z-index: -1;
  border: 2px dashed rgba(226, 183, 67, 0.6);
  border-radius: 28px;
}

.site-refresh .ba-handle {
  background: var(--refresh-magenta);
  box-shadow: 0 10px 22px rgba(199, 45, 121, 0.28);
}

.home-page .studio,
.studio-page .studio {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  background: #ffffff;
}

.site-refresh .split {
  gap: clamp(2.5rem, 6vw, 6rem);
}

.site-refresh .studio-photo {
  min-height: 560px;
  border: 0;
  border-radius: 140px 28px 28px 28px;
  box-shadow: 0 28px 56px rgba(23, 73, 87, 0.16);
}

.site-refresh .studio-photo::after {
  display: none;
}

.site-refresh .bubble {
  border: 1px solid rgba(199, 45, 121, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--refresh-magenta);
  box-shadow: 0 12px 24px rgba(23, 73, 87, 0.12);
}

.home-page .team,
.team-page .team {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  background: var(--refresh-yellow-soft);
}

.site-refresh .team-grid {
  gap: 2rem;
}

.site-refresh .team article {
  gap: clamp(2.5rem, 6vw, 6rem);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.site-refresh .team article img,
.site-refresh .team article img.is-compact {
  width: 100%;
  max-width: 500px;
  height: auto;
  max-height: 650px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 35%;
  border: 0;
  border-radius: 120px 26px 26px 26px;
  box-shadow: 0 28px 56px rgba(23, 73, 87, 0.16);
}

.site-refresh .team-text {
  max-width: 68ch;
  color: var(--refresh-muted);
}

.site-refresh .quote {
  padding: 1.25rem 1.5rem;
  border-left: 3px solid var(--refresh-magenta);
  border-radius: 0 16px 16px 0;
  background: rgba(255, 255, 255, 0.76);
  color: var(--refresh-petrol);
}

.home-page .partner-shop {
  padding: 0;
  background: var(--refresh-petrol-deep);
}

.home-page .partner-shop-card {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .partner-shop-card h2,
.home-page .partner-shop-card p {
  color: #ffffff;
}

.home-page .partner-shop-card .eyebrow {
  color: #f3b5d4;
}

/* Services */
.services-page .secondary-hero,
.gallery-page .secondary-hero {
  padding-bottom: 0;
  background: #ffffff;
}

.services-page .hero-copy,
.gallery-page .hero-copy {
  padding-bottom: clamp(4rem, 7vw, 7rem);
}

.services-page .refresh-hero-media img {
  object-position: center 45%;
}

.gallery-page .refresh-hero-media img {
  object-position: center 40%;
}

.services-page .pricing,
.services-page .welcome {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

.services-page #pakete,
.services-page #pfoten {
  background: #ffffff;
}

.services-page #welpen,
.services-page #filz {
  background: var(--refresh-yellow-soft);
}

.services-page .price-grid {
  counter-reset: refresh-prices;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.services-page .price-card {
  counter-increment: refresh-prices;
  position: relative;
  padding: 2rem;
  border: 1px solid var(--refresh-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(23, 73, 87, 0.09);
}

.services-page .price-card::before {
  content: "0" counter(refresh-prices);
  display: block;
  margin-bottom: 1.5rem;
  color: rgba(66, 199, 211, 0.25);
  font-family: "Bernier", "Poppins", sans-serif;
  font-size: 4.6rem;
  line-height: 0.78;
}

.services-page .price-header {
  align-items: flex-start;
  padding-bottom: 0.85rem;
  border-bottom: 2px dashed rgba(226, 183, 67, 0.48);
}

.services-page .price-card .label {
  color: var(--refresh-petrol);
  font-family: "Bernier", "Poppins", sans-serif;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.02em;
}

.services-page .price-value {
  color: var(--refresh-turquoise-strong);
  font-size: 1.35rem;
  font-weight: 800;
  white-space: nowrap;
}

.services-page .price-card ul {
  color: var(--refresh-muted);
}

.services-page .price-card li::before {
  color: var(--refresh-turquoise-strong);
}

.services-page .price-card .extra-note {
  margin-top: 1.5rem;
  padding: 1rem;
  border-radius: 15px;
}

.services-page .availability-badge {
  top: 1.5rem;
  right: 1rem;
  width: 132px;
  background: var(--refresh-magenta);
}

.services-page .duration-box {
  margin-top: 1.5rem;
  padding: 2rem;
  border: 1px solid rgba(226, 183, 67, 0.3);
  border-radius: 22px;
  background: var(--refresh-yellow-soft);
  box-shadow: none;
}

.services-page .duration-field {
  color: var(--refresh-petrol);
  font-weight: 700;
}

.services-page .duration-field select,
.site-refresh input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
.site-refresh textarea,
.site-refresh select {
  min-height: 48px;
  border: 1px solid rgba(23, 73, 87, 0.22);
  border-radius: 11px;
  background: #ffffff;
  color: var(--refresh-ink);
  font-family: "Poppins", "Segoe UI", system-ui, sans-serif;
}

.services-page .duration-output {
  color: var(--refresh-petrol);
  font-weight: 800;
}

.services-page #filz .welcome-card {
  border: 0;
  border-left: 4px solid var(--refresh-magenta);
  background: #ffffff;
  box-shadow: none;
}

.services-page #termin {
  padding: clamp(4rem, 7vw, 6rem) 0;
  background: var(--refresh-petrol-deep);
  color: #ffffff;
}

.services-page #termin h2,
.services-page #termin p,
.services-page #termin li {
  color: #ffffff;
}

.services-page #termin .bubble {
  color: var(--refresh-magenta);
}

.services-page #termin .studio-photo {
  min-height: 460px;
  border-radius: 90px 24px 24px 24px;
}

/* Studio */
.studio-page .studio > .split {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  padding-bottom: clamp(4rem, 7vw, 6rem);
}

.studio-page .studio > .split > div:first-child {
  align-self: center;
}

.studio-page .studio h1 {
  max-width: 760px;
}

.studio-page .studio-gallery {
  counter-reset: refresh-equipment;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  padding-top: clamp(3rem, 6vw, 5rem);
  border-top: 2px dashed rgba(226, 183, 67, 0.5);
}

.studio-page .studio-gallery article {
  counter-increment: refresh-equipment;
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  padding: 1.5rem;
  border: 1px solid var(--refresh-line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(23, 73, 87, 0.08);
}

.studio-page .studio-gallery article::before {
  content: "0" counter(refresh-equipment);
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  color: rgba(66, 199, 211, 0.25);
  font-family: "Bernier", "Poppins", sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}

.studio-page .studio-gallery img {
  width: 150px;
  height: 190px;
  grid-row: 1 / span 2;
  object-fit: cover;
  border-radius: 80px 18px 18px 18px;
}

.studio-page .studio-gallery h3,
.studio-page .studio-gallery p {
  grid-column: 2;
}

/* Gallery */
.gallery-page .gallery {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  background: #ffffff;
}

.gallery-page .gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 230px;
  gap: 1rem;
}

.gallery-page .gallery-grid figure {
  min-height: 0;
  border: 0;
  border-radius: 22px;
  background: var(--refresh-yellow-soft);
  box-shadow: 0 16px 34px rgba(23, 73, 87, 0.1);
}

.gallery-page .gallery-grid figure:nth-child(1),
.gallery-page .gallery-grid figure:nth-child(8) {
  grid-row: span 2;
  grid-column: span 2;
}

.gallery-page .gallery-grid figure:nth-child(5),
.gallery-page .gallery-grid figure:nth-child(11) {
  grid-column: span 2;
}

.gallery-page .gallery-grid img {
  height: 100%;
  border-radius: inherit;
}

/* Team */
.team-page .team h1 {
  margin-bottom: 2rem;
}

.team-page .team article {
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);
  align-items: start;
}

.team-page .team article img {
  position: sticky;
  top: 115px;
}

.team-page .team-text h3:first-child {
  color: var(--refresh-magenta);
  font-family: "Poppins", "Segoe UI", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Contact and booking */
.contact-page .contact,
.booking-page .contact {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  background: #ffffff;
}

.site-refresh.contact-page .contact .split,
.site-refresh.booking-page .contact .split {
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  align-items: start;
}

.booking-page .contact .split {
  grid-template-columns: minmax(320px, 0.7fr) minmax(520px, 1.3fr);
}

.contact-page .contact h1,
.booking-page .contact h1,
.faq-body .faq-hero h1 {
  margin-bottom: 1rem;
}

.site-refresh .contact-info {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 2px dashed rgba(226, 183, 67, 0.55);
}

.site-refresh .contact-info a {
  color: var(--refresh-magenta);
  font-weight: 800;
}

.site-refresh .contact-form {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid var(--refresh-line);
  border-radius: 26px;
  background: var(--refresh-yellow-soft);
  box-shadow: 0 24px 50px rgba(23, 73, 87, 0.12);
}

.site-refresh .booking-contact-actions {
  gap: 0.75rem;
}

.site-refresh .booking-paused-notice {
  border: 1px dashed rgba(199, 45, 121, 0.4);
  border-radius: 16px;
  background: #ffffff;
}

.site-refresh .booking-paused-badge {
  background: var(--refresh-magenta);
  color: #ffffff;
}

.booking-page .booking-terms {
  color: var(--refresh-magenta-deep);
}

.site-refresh .reservation-form {
  border: 0;
  border-radius: 20px;
  background: transparent;
  box-shadow: none;
}

.site-refresh .booking-disabled-fields {
  border-color: rgba(23, 73, 87, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
}

.site-refresh .booking-steps {
  gap: 0.6rem;
}

.site-refresh .booking-steps .step.is-active,
.site-refresh .booking-steps .step.is-complete {
  color: var(--refresh-petrol);
}

.site-refresh .booking-steps .step.is-active .step-number,
.site-refresh .booking-steps .step.is-complete .step-number {
  background: var(--refresh-magenta);
}

.site-refresh .calendar {
  border-color: rgba(23, 73, 87, 0.16);
  border-radius: 18px;
  background: #ffffff;
}

.site-refresh .booking-contact-actions-card {
  padding: 1.25rem;
  border-radius: 16px;
  background: var(--refresh-petrol-deep);
}

.site-refresh .booking-contact-actions-card .ghost {
  border-color: rgba(255, 255, 255, 0.75);
  background: transparent;
  color: #ffffff;
}

/* FAQ */
.faq-body .faq-page {
  padding: 0 0 clamp(4.5rem, 8vw, 7.5rem);
  background: #ffffff;
}

.faq-body .faq-hero {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background: var(--refresh-yellow-soft);
  border-bottom: 1px solid rgba(226, 183, 67, 0.2);
}

.faq-body .faq-controls {
  gap: 0.6rem;
}

.faq-body .faq-filter {
  min-height: 44px;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(23, 73, 87, 0.18);
  border-radius: 11px;
  background: #ffffff;
  color: var(--refresh-petrol);
  font-family: "Poppins", "Segoe UI", system-ui, sans-serif;
  font-weight: 700;
  box-shadow: none;
}

.faq-body .faq-filter.is-active {
  border-color: var(--refresh-magenta);
  background: var(--refresh-magenta);
  color: #ffffff;
}

.faq-body .faq-grid {
  max-width: 960px;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 3rem;
  border-top: 2px dashed rgba(226, 183, 67, 0.5);
}

.faq-body .faq-card {
  border: 0;
  border-bottom: 2px dashed rgba(226, 183, 67, 0.5);
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.faq-body .faq-card:hover {
  box-shadow: none;
  transform: none;
}

.faq-body .faq-question {
  min-height: 88px;
  gap: 1rem;
  padding: 1.25rem 0;
  font-family: "Poppins", "Segoe UI", system-ui, sans-serif;
}

.faq-body .faq-tag {
  min-width: 112px;
  border: 0;
  background: transparent;
  color: var(--refresh-magenta);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.faq-body .faq-title {
  color: var(--refresh-petrol);
  font-family: "Bernier", "Poppins", sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 400;
  line-height: 1.12;
}

.faq-body .faq-toggle {
  color: var(--refresh-magenta);
  font-size: 2rem;
}

.faq-body .faq-answer {
  padding: 0 3.25rem 1.5rem 128px;
  color: var(--refresh-muted);
}

/* Legal */
.legal-page .legal-hero {
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
  background: var(--refresh-yellow-soft);
}

.legal-page .legal {
  padding: clamp(4rem, 7vw, 7rem) 0;
  background: #ffffff;
}

.legal-page .legal-grid,
.legal-page .legal-single-column .legal-grid {
  width: min(860px, 90vw);
  grid-template-columns: 1fr;
  gap: 0;
}

.legal-page .legal-grid article {
  padding: 2rem 0 2rem 1.5rem;
  border: 0;
  border-bottom: 1px solid var(--refresh-line);
  border-left: 3px solid var(--refresh-turquoise-strong);
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.legal-page .legal-grid h3 {
  margin-bottom: 0.85rem;
  color: var(--refresh-petrol);
  font-size: clamp(1.65rem, 2.6vw, 2.2rem);
}

.legal-page .legal-grid p,
.legal-page .legal-grid li {
  color: var(--refresh-muted);
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.legal-page .legal-grid code {
  padding: 0.1em 0.35em;
  border-radius: 5px;
  background: var(--refresh-yellow-soft);
  color: var(--refresh-petrol);
  overflow-wrap: anywhere;
}

@media (max-width: 1340px) {
  .site-refresh .site-header nav a[aria-current="page"] {
    border-color: rgba(199, 45, 121, 0.16);
    background: rgba(199, 45, 121, 0.08);
  }

  .site-refresh .site-header nav a[aria-current="page"]::after {
    display: none;
  }
}

@media (max-width: 1180px) {
  .home-page .hero-grid,
  .services-page .hero-grid,
  .gallery-page .hero-grid,
  .studio-page .studio > .split {
    grid-template-columns: minmax(0, 0.95fr) minmax(370px, 1.05fr);
    gap: 3rem;
  }

  .site-refresh .refresh-hero-media,
  .site-refresh .refresh-hero-media img {
    min-height: 540px;
  }

  .site-refresh .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .site-refresh .footer-watermark {
    grid-column: 2;
  }

  .site-refresh.contact-page .contact .split,
  .site-refresh.booking-page .contact .split,
  .booking-page .contact .split {
    grid-template-columns: minmax(280px, 0.75fr) minmax(460px, 1.25fr);
    gap: 2.5rem;
  }
}

@media (max-width: 900px) {
  .home-page .hero-grid,
  .services-page .hero-grid,
  .gallery-page .hero-grid,
  .studio-page .studio > .split,
  .site-refresh.contact-page .contact .split,
  .site-refresh.booking-page .contact .split,
  .booking-page .contact .split,
  .team-page .team article {
    grid-template-columns: 1fr;
  }

  .home-page .hero,
  .services-page .secondary-hero,
  .gallery-page .secondary-hero {
    padding-top: 4rem;
  }

  .home-page .hero-copy,
  .services-page .hero-copy,
  .gallery-page .hero-copy {
    padding-bottom: 3rem;
  }

  .site-refresh .refresh-hero-media,
  .site-refresh .refresh-hero-media img {
    min-height: 0;
  }

  .site-refresh .refresh-hero-media img {
    aspect-ratio: 16 / 11;
    border-radius: 90px 24px 24px 24px;
  }

  .home-page .welcome-grid {
    grid-template-columns: 1fr;
  }

  .home-page .welcome-card {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--refresh-line);
  }

  .home-page .welcome-card:last-child {
    border-bottom: 0;
  }

  .site-refresh .team article img,
  .site-refresh .team article img.is-compact {
    position: static;
    max-width: 640px;
    justify-self: stretch;
  }

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

  .studio-page .studio-gallery {
    grid-template-columns: 1fr;
  }

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

  .gallery-page .gallery-grid figure:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-page .gallery-grid figure:nth-child(1),
  .gallery-page .gallery-grid figure:nth-child(6) {
    grid-row: span 2;
  }

  .site-refresh .footer-grid {
    grid-template-columns: 1fr;
  }

  .site-refresh .footer-watermark {
    grid-column: auto;
    justify-self: start;
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .site-refresh h1 {
    font-size: clamp(3rem, 15vw, 4.2rem);
  }

  .site-refresh h2 {
    font-size: clamp(2.2rem, 11vw, 3.1rem);
  }

  .home-page .hero-slogan-line > span {
    font-size: clamp(2.15rem, 10.5vw, 3.15rem);
  }

  .home-page .hero-slogan-line {
    padding-right: 0.24em;
    padding-left: 0.22em;
    filter: drop-shadow(0 5px 0 rgba(23, 73, 87, 0.11));
  }

  .site-refresh .hero-actions,
  .site-refresh .section-cta {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .site-refresh .hero-actions .cta,
  .site-refresh .hero-actions .ghost,
  .site-refresh .section-cta .cta,
  .site-refresh .section-cta .ghost {
    width: 100%;
  }

  .site-refresh .refresh-hero-media img {
    aspect-ratio: 4 / 5;
    border-radius: 52px 20px 20px 20px;
  }

  .site-refresh .refresh-hero-media::after {
    width: 58px;
    height: 58px;
  }

  .home-page .card-grid {
    grid-template-columns: 1fr;
  }

  .home-page .card-grid article:nth-child(odd) {
    border-right: 0;
  }

  .home-page .card-grid article {
    grid-template-columns: 70px 1fr;
    padding-inline: 0;
  }

  .site-refresh .ba-comparison {
    aspect-ratio: 3 / 4;
    border-radius: 22px;
  }

  .site-refresh .studio-photo {
    min-height: 420px;
    border-radius: 60px 22px 22px 22px;
  }

  .site-refresh .team article img,
  .site-refresh .team article img.is-compact {
    border-radius: 60px 22px 22px 22px;
  }

  .site-refresh .partner-shop-card {
    align-items: stretch;
  }

  .services-page .price-card {
    padding: 1.4rem;
  }

  .services-page .price-header {
    display: grid;
  }

  .services-page .availability-badge {
    top: 1rem;
    right: 0.6rem;
    width: 116px;
  }

  .studio-page .studio-gallery article {
    grid-template-columns: 100px minmax(0, 1fr);
    padding: 1rem;
  }

  .studio-page .studio-gallery img {
    width: 100px;
    height: 140px;
  }

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

  .faq-body .faq-hero {
    padding: 3.5rem 0;
  }

  .faq-body .faq-controls {
    display: grid;
    grid-template-columns: 1fr;
  }

  .faq-body .faq-filter {
    width: 100%;
  }

  .faq-body .faq-question {
    display: grid;
    grid-template-columns: 1fr auto;
    min-height: 0;
  }

  .faq-body .faq-tag {
    grid-column: 1 / -1;
    min-width: 0;
    text-align: left;
  }

  .faq-body .faq-answer {
    padding: 0 2.5rem 1.25rem 0;
  }

  .legal-page .legal-grid,
  .legal-page .legal-single-column .legal-grid {
    width: min(92vw, 860px);
  }

  .legal-page .legal-grid article {
    padding-left: 1rem;
  }

  .site-refresh .footer-links {
    display: flex;
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-refresh .cta,
  .site-refresh .ghost,
  .site-refresh .refresh-hero-media img,
  .site-refresh .gallery-grid img {
    transition: none;
  }
}
