/**
 * De ce există:
 * Reproduce fidel direcția vizuală hibridă aprobată pentru Perfect Studio Navan.
 *
 * Responsabilitate:
 * Definește tipografia, paleta, layout-ul desktop/mobile și stările interactive accesibile.
 *
 * Ce NU face:
 * Nu conține date despre programări, prețuri dinamice sau logică WordPress.
 *
 * Depinde de:
 * Markup-ul template-urilor, fonturile locale și iconițele Font Awesome.
 */

@font-face {
  font-family: 'PS Cardo';
  src: url('../fonts/cardo-regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'PS Cardo';
  src: url('../fonts/cardo-italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'PS Jost';
  src: url('../fonts/jost-variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --ps-black: #0d0d0d;
  --ps-charcoal: #151515;
  --ps-ink: #181713;
  --ps-gold: #c9a84e;
  --ps-gold-deep: #a98226;
  --ps-ivory: #f7f2e8;
  --ps-cream: #efe6d8;
  --ps-white: #fffdfa;
  --ps-muted: #706b63;
  --ps-line: rgba(169, 130, 38, 0.28);
  --ps-max: 100%;
  --ps-serif: 'PS Cardo', Georgia, serif;
  --ps-sans: 'PS Jost', Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--ps-black);
  color: var(--ps-ink);
  font-family: var(--ps-sans);
  font-size: 17px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.has-open-menu {
  overflow: hidden;
}

main {
  overflow: clip;
}

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

[id] {
  scroll-margin-top: 124px;
}

.motion-ready .reveal {
  opacity: 0;
  transform: translate3d(0, 42px, 0);
  transition: opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.motion-ready .reveal--left {
  transform: translate3d(-72px, 0, 0);
}

.motion-ready .reveal--right {
  transform: translate3d(72px, 0, 0);
}

.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 2px solid var(--ps-gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--ps-white);
  color: var(--ps-black);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(201, 168, 78, 0.2);
  background: rgba(10, 10, 9, 0.94);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  color: var(--ps-white);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  transition: background-color 260ms ease, border-color 260ms ease,
    box-shadow 260ms ease, backdrop-filter 260ms ease;
}

body.home .site-header:not(.is-scrolled):not(.is-menu-open) {
  border-bottom-color: transparent;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.admin-bar .site-header {
  top: 32px;
}

.site-header__inner {
  width: min(100%, var(--ps-max));
  min-height: 106px;
  margin: 0 auto;
  padding: 0 42px;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto minmax(150px, 1fr);
  align-items: center;
  gap: 32px;
}

.site-header__actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 18px;
}

.language-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.language-switcher button {
  min-width: 32px;
  min-height: 40px;
  padding: 0 3px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.58);
  font: inherit;
  cursor: pointer;
  transition: color 180ms ease;
}

.language-switcher__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 76px!important;
  padding: 0 10px!important;
  border: 1px solid rgba(255,255,255,.22)!important;
  color: #fff!important;
}

.language-switcher__toggle .fa-chevron-down {
  font-size: 8px;
  transition: transform 180ms ease;
}

.language-switcher.is-open .language-switcher__toggle .fa-chevron-down {
  transform: rotate(180deg);
}

.language-switcher__options {
  position: absolute;
  top: 50%;
  right: calc(100% + 8px);
  display: flex;
  align-items: center;
  padding: 3px 6px;
  border: 1px solid rgba(212,177,92,.38);
  background: rgba(14,14,13,.98);
  box-shadow: 0 10px 28px rgba(0,0,0,.28);
  opacity: 0;
  pointer-events: none;
  transform: translate(10px,-50%);
  transition: opacity 180ms ease,transform 180ms ease;
}

.language-switcher__options a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 0 8px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1;
  text-decoration: none;
  border-radius: 2px;
  transition: color 180ms ease, background-color 180ms ease;
}

.language-switcher__options a:hover,
.language-switcher__options a:focus-visible,
.language-switcher__options a[aria-current='page'] {
  color: var(--ps-gold);
  background: rgba(212, 177, 92, 0.1);
}

.language-switcher__options a:focus-visible {
  outline: 1px solid var(--ps-gold);
  outline-offset: -3px;
}

.language-switcher.is-open .language-switcher__options {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0,-50%);
}

.language-switcher button:hover,
.language-switcher button[aria-pressed='true'] {
  color: var(--ps-gold);
}

.language-switcher button[aria-pressed='true'] {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  width: max-content;
  line-height: 1;
}

.brand__name {
  font-family: var(--ps-serif);
  font-size: 30px;
  letter-spacing: -0.02em;
}

.brand__name em {
  color: var(--ps-gold);
  font-weight: 400;
}

.brand__location {
  display: inline-block;
  margin-left: 0.16em;
  color: #f4f1e9;
  font-family: var(--ps-sans);
  font-size: 0.4em;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  vertical-align: 0.14em;
  white-space: nowrap;
}

.brand__descriptor {
  margin-top: 10px;
  color: #c9c6bf;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
}

.brand__descriptor b {
  color: var(--ps-gold);
  font-weight: 400;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 2.6vw, 42px);
  font-size: 15px;
}

.primary-nav__mobile-brand {
  display: none;
}

.primary-nav a {
  position: relative;
  padding: 12px 0;
  background: linear-gradient(
    105deg,
    #fffdfa 0%,
    #b5b3ae 28%,
    var(--ps-gold) 48%,
    #f0ece4 68%,
    #fffdfa 100%
  );
  background-position: 100% 50%;
  background-size: 260% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 500;
  letter-spacing: 0.015em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.48);
  transition: background-position 650ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 300ms ease,
    letter-spacing 300ms ease;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: var(--ps-gold);
  content: '';
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  background-position: 0 50%;
  filter: drop-shadow(0 0 7px rgba(201, 168, 78, 0.22));
  letter-spacing: 0.055em;
}

.menu-toggle {
  display: none;
}

.button {
  min-height: 54px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 0;
  font-family: var(--ps-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--gold {
  background: var(--ps-gold);
  color: var(--ps-black);
}

.button--gold:hover {
  background: #dfbf67;
}

.button--outline {
  border-color: rgba(201, 168, 78, 0.7);
  background: transparent;
  color: var(--ps-white);
}

.button--outline:hover {
  background: var(--ps-gold);
  color: var(--ps-black);
}

.button--dark {
  background: var(--ps-black);
  color: var(--ps-white);
}

.button--dark:hover {
  background: #2a2926;
}

.button--light-outline {
  border-color: rgba(24, 23, 19, 0.35);
  color: var(--ps-ink);
}

.hero {
  width: min(100%, var(--ps-max));
  min-height: 810px;
  height: 100svh;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 47% 53%;
  background: var(--ps-black);
  color: var(--ps-white);
}

.hero__content {
  padding: 200px clamp(36px, 5vw, 76px) 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.eyebrow,
.section-kicker {
  margin: 0 0 22px;
  color: var(--ps-gold-deep);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.26em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--ps-gold);
}

.eyebrow__divider {
  padding: 0 8px;
}

.hero h1,
h2 {
  margin: 0;
  font-family: var(--ps-serif);
  font-weight: 400;
  line-height: 1.05;
}

.hero h1 {
  max-width: 590px;
  font-size: clamp(62px, 6vw, 88px);
  letter-spacing: -0.035em;
}

.hero h1 em,
.about h2 em {
  display: block;
  color: var(--ps-gold);
  font-weight: 400;
}

.hero__lede {
  max-width: 440px;
  margin: 34px 0 0;
  color: #d4d0c8;
  font-size: 19px;
  line-height: 1.7;
}

.button-group {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero__media {
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section-light,
.section-ivory,
.section-dark,
.trust-strip {
  width: min(100%, var(--ps-max));
  margin: 0 auto;
}

.section-light {
  background: var(--ps-white);
}

.section-ivory {
  background: var(--ps-ivory);
}

.section-dark {
  background: var(--ps-black);
  color: var(--ps-white);
}

.services {
  display: grid;
  grid-template-columns: 54% 46%;
}

.services__content {
  padding: 94px clamp(40px, 6vw, 100px);
}

h2 {
  font-size: clamp(46px, 4.2vw, 66px);
  letter-spacing: -0.025em;
}

.section-intro {
  max-width: 590px;
  margin: 20px 0 0;
  color: var(--ps-muted);
}

.service-list {
  margin-top: 48px;
  border-top: 1px solid var(--ps-line);
}

.service-row {
  min-height: 126px;
  display: grid;
  grid-template-columns: 50px 1fr auto;
  align-items: center;
  gap: 26px;
  border-bottom: 1px solid var(--ps-line);
  transition: color 180ms ease, padding 180ms ease;
}

.service-row:hover {
  padding-left: 8px;
  color: var(--ps-gold-deep);
}

.service-row > i:first-child {
  color: var(--ps-gold-deep);
  font-size: 30px;
  text-align: center;
}

.service-row > i:last-child {
  color: var(--ps-gold-deep);
}

.service-row span {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-row strong {
  font-family: var(--ps-serif);
  font-size: 29px;
  font-weight: 400;
  line-height: 1;
}

.service-row small {
  color: var(--ps-muted);
  font-size: 14px;
  line-height: 1.5;
}

.services__media {
  min-height: 670px;
}

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

.popular,
.gallery,
.team,
.contact {
  padding: 106px clamp(30px, 6vw, 96px);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
}

.section-heading > p {
  max-width: 430px;
  margin: 0;
  color: var(--ps-muted);
}

.section-heading--center {
  justify-content: center;
  text-align: center;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ps-gold-deep);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.text-link i {
  transition: transform 180ms ease;
}

.text-link:hover i {
  transform: translateX(5px);
}

.price-list {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--ps-line);
}

.price-list a {
  min-height: 118px;
  padding: 25px 28px 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--ps-line);
}

.price-list a:nth-child(odd) {
  margin-right: 34px;
}

.price-list a:nth-child(even) {
  padding-left: 34px;
  border-left: 1px solid var(--ps-line);
}

.price-list a:hover strong {
  color: var(--ps-gold-deep);
}

.price-list span {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.price-list strong {
  font-family: var(--ps-serif);
  font-size: 24px;
  font-weight: 400;
  transition: color 180ms ease;
}

.price-list small {
  color: var(--ps-muted);
}

.price-list b {
  white-space: nowrap;
  color: var(--ps-gold-deep);
  font-weight: 500;
}

.data-note {
  margin: 24px 0 0;
  color: var(--ps-muted);
  font-size: 12px;
}

.about {
  display: grid;
  grid-template-columns: 56% 44%;
}

.about__media {
  min-height: 560px;
}

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

.about__content {
  padding: 80px clamp(42px, 6vw, 92px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.about__content p:not(.section-kicker) {
  max-width: 470px;
  margin: 30px 0 36px;
  color: #cac6bf;
}

.gallery-grid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 18px;
}

.gallery-card {
  position: relative;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  background: #ddd3c3;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.gallery-card:hover img {
  transform: scale(1.035);
}

.gallery-card figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 14px 18px;
  background: rgba(13, 13, 13, 0.86);
  color: var(--ps-white);
  font-family: var(--ps-serif);
  font-size: 20px;
}

.gallery__action {
  margin-top: 38px;
  text-align: center;
}

.team {
  padding-top: 96px;
  padding-bottom: 96px;
}

.team-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ps-line);
  border-bottom: 1px solid var(--ps-line);
}

.team-grid article {
  padding: 46px;
  text-align: center;
}

.team-grid article + article {
  border-left: 1px solid var(--ps-line);
}

.team-grid span {
  width: 78px;
  height: 78px;
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ps-gold);
  border-radius: 50%;
  color: var(--ps-gold-deep);
  font-family: var(--ps-serif);
  font-size: 24px;
}

.team-grid .team-photo {
  display: block;
  width: 88px;
  height: 88px;
  margin: 0 auto 1.25rem;
  border: 1px solid rgba(174, 132, 43, 0.45);
  border-radius: 50%;
  object-fit: cover;
}

.team-grid h3 {
  margin: 0;
  font-family: var(--ps-serif);
  font-size: 28px;
  font-weight: 400;
}

.team-grid p {
  margin: 6px 0 0;
  color: var(--ps-muted);
  font-size: 14px;
}

.team-card__link{display:block;color:inherit}.team-card__link:hover h3{color:var(--ps-gold-deep)}.team-card__rating{display:block;margin-top:.75rem;color:var(--ps-gold-deep);font-size:.75rem;letter-spacing:.04em}
.psn-specialist-card__media{display:grid;min-height:220px;place-items:center;background:radial-gradient(circle at 50% 45%,#3b321f,#17130c 66%)}.psn-specialist-card__media .psn-specialist-card__photo{width:112px;height:112px;aspect-ratio:1;border:2px solid #d4b455;border-radius:50%;object-fit:cover}.psn-specialist-card__initials{display:grid;width:100%;min-height:220px;place-items:center;color:#d4b455;font-family:var(--ps-serif);font-size:5rem}.psn-specialist-card__rating{color:#76633a;font-size:.85rem}.psn-specialist-card__rating span:first-child{color:#b78924;font-weight:700}.psn-specialist-card__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.25rem}

.reviews {
  padding: 90px clamp(30px, 7vw, 120px);
}

.reviews__overview {
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: center;
  gap: 80px;
}

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

.reviews__score > strong {
  font-family: var(--ps-serif);
  font-size: clamp(86px, 9vw, 132px);
  font-weight: 400;
  line-height: 1;
}

.reviews__score div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reviews__score span {
  color: var(--ps-gold);
  letter-spacing: 0.1em;
}

.reviews__score small,
.reviews__copy p {
  color: #bbb7af;
}

.reviews__copy h2 {
  font-size: clamp(42px, 4vw, 60px);
}

.reviews__copy p:not(.section-kicker) {
  max-width: 610px;
  margin: 22px 0;
}

.reviews__source-links{display:flex;flex-wrap:wrap;gap:1.25rem 2rem}.review-card__treatment{display:block;margin:-14px 0 22px;color:#a9a398;font-size:.75rem}.review-card footer a{color:#918d86;font-size:12px;text-align:right}.review-card footer a:hover{color:var(--ps-gold)}

.review-grid {
  margin-top: 66px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.review-card {
  min-height: 300px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(211, 170, 74, 0.24);
  background: rgba(255, 255, 255, 0.035);
}

.review-card__meta,
.review-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.review-card__stars {
  color: var(--ps-gold);
  font-size: 13px;
  letter-spacing: 0.14em;
}

.review-card time,
.review-card footer span {
  color: #918d86;
  font-size: 12px;
}

.review-card blockquote {
  margin: 30px 0;
  flex: 1;
}

.review-card blockquote p {
  margin: 0;
  color: #ddd8ce;
  font-family: var(--ps-serif);
  font-size: clamp(22px, 1.7vw, 28px);
  line-height: 1.35;
}

.review-card footer {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.review-card footer strong {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.review-card footer i {
  margin-right: 5px;
  color: var(--ps-gold);
}

.text-link--light {
  color: var(--ps-gold);
}

.trust-strip {
  padding: 38px clamp(30px, 4vw, 65px);
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  align-items: center;
  gap: 26px;
  background: var(--ps-white);
}

.trust-strip > div {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.trust-strip > div + div {
  padding-left: 24px;
  border-left: 1px solid var(--ps-line);
}

.trust-strip i {
  color: var(--ps-gold-deep);
  font-size: 28px;
}

.trust-strip span {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}

.trust-strip strong {
  font-family: var(--ps-serif);
  font-size: 20px;
  font-weight: 400;
}

.trust-strip small {
  margin-top: 4px;
  color: var(--ps-muted);
  font-size: 12px;
}

.contact {
  display: grid;
  grid-template-columns: 38% 62%;
  gap: 70px;
}

.contact__intro > p:not(.section-kicker) {
  max-width: 420px;
  color: var(--ps-muted);
}

.contact__actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact__details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ps-line);
  border-bottom: 1px solid var(--ps-line);
}

.contact__details article {
  padding: 34px;
}

.contact__details article + article {
  border-left: 1px solid var(--ps-line);
}

.contact__details h3 {
  margin: 0 0 20px;
  font-family: var(--ps-serif);
  font-size: 24px;
  font-weight: 400;
}

.contact__details p,
.contact__details dl {
  margin: 0 0 22px;
  color: var(--ps-muted);
  font-size: 14px;
}

.contact__details dl div {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
}

.contact__details dt {
  color: var(--ps-ink);
  font-weight: 500;
}

.contact__details dd {
  margin: 2px 0 0;
}

.contact__map {
  position: relative;
  min-height: 520px;
  grid-column: 1 / -1;
  overflow: hidden;
  background: #d8d2c7;
}

.contact__map iframe {
  width: 100%;
  height: 520px;
  display: block;
  border: 0;
  filter: saturate(0.7) contrast(1.02);
}

.contact__map-card {
  position: absolute;
  top: 50%;
  left: clamp(24px, 5vw, 76px);
  width: min(380px, calc(100% - 48px));
  padding: 34px;
  transform: translateY(-50%);
  color: var(--ps-white);
  background: rgba(12, 12, 12, 0.94);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.contact__map-card .section-kicker {
  color: var(--ps-gold);
}

.contact__map-card > strong {
  display: block;
  font-family: var(--ps-serif);
  font-size: 30px;
  font-weight: 400;
}

.contact__map-card p {
  margin: 16px 0 26px;
  color: #c4c0b8;
  font-size: 14px;
  line-height: 1.65;
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-links a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ps-line);
  transition: background-color 180ms ease, color 180ms ease;
}

.social-links a:hover {
  background: var(--ps-black);
  color: var(--ps-white);
}

.social-float {
  position: fixed;
  z-index: 90;
  right: 22px;
  bottom: 22px;
}

.social-float__toggle,
.social-float__item {
	width: 56px;
	height: 56px;
	display: grid;
	place-items: center;
	border: 0;
	border-radius: 50%;
	color: #fff;
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
}

.social-float__toggle {
	position: relative;
	z-index: 2;
	background: var(--ps-black);
	border: 1px solid rgba(207, 170, 73, 0.85);
	cursor: pointer;
	font-size: 19px;
	transition: color 180ms ease, background-color 180ms ease, transform 220ms ease;
}

.social-float.is-open .social-float__toggle {
	background: var(--ps-gold);
	color: var(--ps-black);
	transform: rotate(45deg);
}

.social-float__menu {
	position: absolute;
	right: 0;
	bottom: calc(100% + 12px);
	display: grid;
	gap: 10px;
	pointer-events: none;
}

.social-float__item {
	position: relative;
	opacity: 0;
	transform: translateY(16px) scale(0.78);
	pointer-events: none;
	font-size: 22px;
	transition: opacity 180ms ease, transform 220ms ease, filter 180ms ease;
}

.social-float.is-open .social-float__item {
	opacity: 1;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}

.social-float.is-open .social-float__item:nth-child(2) { transition-delay: 35ms; }
.social-float.is-open .social-float__item:nth-child(3) { transition-delay: 70ms; }
.social-float.is-open .social-float__item:nth-child(4) { transition-delay: 105ms; }

.social-float__item:hover,
.social-float__item:focus-visible {
	filter: brightness(1.12);
	transform: translateY(0) scale(1.08);
}

.social-float__item--whatsapp { background: #20a862; }
.social-float__item--facebook { background: #1877f2; }
.social-float__item--instagram { background: linear-gradient(135deg, #833ab4, #fd1d1d 62%, #fcb045); }
.social-float__item--tiktok { background: #111; }

.social-float__item.is-disabled {
	opacity: 0;
	filter: grayscale(1);
	cursor: not-allowed;
}

.social-float.is-open .social-float__item.is-disabled {
	opacity: 0.5;
	pointer-events: auto;
}

.social-float__label {
	position: absolute;
	right: calc(100% + 10px);
	padding: 7px 10px;
	border-radius: 2px;
	background: rgba(15, 15, 15, 0.94);
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.04em;
	opacity: 0;
	transform: translateX(5px);
	pointer-events: none;
	transition: opacity 160ms ease, transform 160ms ease;
	white-space: nowrap;
}

.social-float__item:hover .social-float__label,
.social-float__item:focus-visible .social-float__label {
	opacity: 1;
	transform: translateX(0);
}

.social-float__sr {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.site-footer {
  width: min(100%, var(--ps-max));
  margin: 0 auto;
  padding: 70px clamp(30px, 6vw, 96px) 28px;
  background: var(--ps-black);
  color: var(--ps-white);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: end;
  gap: 50px;
}

.brand--footer .brand__name {
  font-size: 26px;
}

.site-footer__inner > p {
  max-width: 350px;
  margin: 0;
  color: #aaa69f;
  font-size: 14px;
}

.site-footer nav {
  display: flex;
  gap: 28px;
  color: #d4d0c9;
  font-size: 13px;
}

.site-footer nav a:hover,
.site-footer__legal a:hover {
  color: var(--ps-gold);
}

.site-footer__legal {
  margin-top: 55px;
  padding-top: 24px;
  display: flex;
  justify-content: center;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #85817a;
  font-size: 12px;
  text-align: center;
}

.site-footer__legal p {
  margin: 0;
}

.site-footer__legal .demo-credit {
  width: 100%;
  color: #aaa69f;
  letter-spacing: 0.035em;
}

.site-footer__legal .demo-credit a {
  color: var(--ps-gold);
}

/* Pagini interioare: păstrează aceeași direcție editorială și aceleași componente. */
.inner-page {
  background: var(--ps-ivory);
}

.page-hero {
  position: relative;
  min-height: 560px;
  padding: 180px clamp(30px, 8vw, 124px) 100px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--ps-charcoal);
  color: var(--ps-white);
}

.page-hero::before,
.page-hero::after {
  position: absolute;
  content: '';
  pointer-events: none;
}

.page-hero::before {
  inset: 0;
  background: radial-gradient(circle at 78% 25%, rgba(201, 168, 78, 0.18), transparent 30%),
    linear-gradient(125deg, transparent 55%, rgba(255, 255, 255, 0.04));
}

.page-hero::after {
  right: clamp(30px, 8vw, 124px);
  bottom: 90px;
  width: min(32vw, 430px);
  height: 1px;
  background: var(--ps-gold);
  box-shadow: 0 -18px 0 rgba(201, 168, 78, 0.28), 0 18px 0 rgba(201, 168, 78, 0.14);
}

.page-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.page-hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--ps-serif);
  font-size: clamp(64px, 7.5vw, 112px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.page-hero__copy > p:not(.section-kicker) {
  max-width: 680px;
  margin: 34px 0 0;
  color: #d2cec7;
  font-size: 20px;
}

.page-hero__copy > .button {
  margin-top: 36px;
}

.page-hero__copy small {
  display: block;
  margin-top: 28px;
  color: #aaa69f;
  font-size: 13px;
}

.inner-section {
  width: min(100%, var(--ps-max));
  margin: 0 auto;
  padding: 110px clamp(30px, 8vw, 124px);
}

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

.service-card {
  min-height: 380px;
  padding: 48px 38px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--ps-line);
  background: var(--ps-white);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(24, 23, 19, 0.09);
}

.service-card > i {
  color: var(--ps-gold-deep);
  font-size: 30px;
}

.service-card h2 {
  margin: 58px 0 14px;
  font-size: 42px;
}

.service-card p {
  margin: 0 0 34px;
  color: var(--ps-muted);
}

.service-card .text-link {
  margin-top: auto;
  align-self: flex-start;
}

.price-page .section-heading > p {
  max-width: 460px;
}

.catalog-page .section-heading > p {
  max-width: 500px;
}

.catalog-nav {
  margin: 58px 0 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.catalog-nav a {
  padding: 10px 16px;
  border: 1px solid var(--ps-line);
  background: rgba(255, 253, 250, 0.55);
  color: #4f4a43;
  font-size: 13px;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.catalog-nav a:hover {
  border-color: var(--ps-gold-deep);
  background: var(--ps-white);
  color: var(--ps-gold-deep);
}

.catalog-treatment-nav {
  margin: -48px 0 80px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--ps-line);
  border-left: 1px solid var(--ps-line);
}

.catalog-treatment-nav a {
  min-height: 58px;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-right: 1px solid var(--ps-line);
  border-bottom: 1px solid var(--ps-line);
  background: rgba(255, 253, 250, 0.52);
  color: var(--ps-ink);
}

.catalog-treatment-nav a:hover {
  background: var(--ps-white);
  color: var(--ps-gold-deep);
}

.catalog-treatment-nav b {
  color: var(--ps-muted);
  font-weight: 500;
}

.catalog-groups {
  display: grid;
  gap: 78px;
}

.catalog-group {
  scroll-margin-top: 28px;
}

.catalog-group__heading {
  padding-bottom: 22px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 2px solid var(--ps-ink);
}

.catalog-group__heading h3 {
  max-width: 850px;
  margin: 0;
  font-family: var(--ps-serif);
  font-size: clamp(36px, 4.3vw, 58px);
  font-weight: 400;
  line-height: 1.05;
}

.catalog-group__heading > span {
  flex: 0 0 auto;
  color: var(--ps-muted);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.catalog-subgroup {
  margin-top: 34px;
}

.catalog-level-label {
  display: block;
  margin-bottom: 6px;
  color: var(--ps-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.catalog-subgroup__heading {
  padding: 0 4px 14px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(176, 139, 55, 0.42);
}

.catalog-subgroup__heading > span {
  color: var(--ps-muted);
  font-size: 14px;
}

.catalog-subgroup h4 {
  margin: 0;
  padding: 0;
  color: var(--ps-gold-deep);
  font-family: var(--ps-serif);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 400;
  line-height: 1.2;
}

.catalog-family {
  margin: 26px 0 0;
  padding: 11px 14px;
  background: rgba(176, 139, 55, 0.1);
  border-left: 3px solid var(--ps-gold);
}

.catalog-family .catalog-level-label {
  margin-bottom: 3px;
  color: var(--ps-gold-deep);
}

.catalog-family h5 {
  margin: 0;
  color: var(--ps-ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.catalog-list a {
  min-height: 88px;
  padding: 18px 4px;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 180px 110px 24px;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--ps-line);
  transition: color 180ms ease, padding 180ms ease;
}

.catalog-list a:hover {
  padding-right: 10px;
  padding-left: 10px;
  color: var(--ps-gold-deep);
}

.catalog-list__name {
  font-family: var(--ps-serif);
  font-size: 23px;
  line-height: 1.2;
}

.catalog-list__duration {
  color: var(--ps-muted);
  font-size: 14px;
}

.catalog-list__price {
  display: grid;
  justify-items: end;
  gap: 2px;
  text-align: right;
}

.catalog-list__price strong {
  font-size: 15px;
}

.catalog-list__price del {
  color: var(--ps-muted);
  font-size: 12px;
}

.catalog-list i {
  color: var(--ps-gold-deep);
  font-size: 13px;
}

.catalog-page > .data-note {
  margin-top: 65px;
}

.inner-cta,
.booking-help {
  width: min(100%, var(--ps-max));
  margin: 0 auto;
  padding: 100px clamp(30px, 8vw, 124px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 70px;
}

.inner-cta h2,
.booking-help h2 {
  max-width: 760px;
  margin: 0;
}

.inner-cta p:not(.section-kicker),
.booking-help p:not(.section-kicker) {
  max-width: 660px;
  color: #b9b5ae;
}

.booking-help p:not(.section-kicker) {
  color: var(--ps-muted);
}

.booking-steps {
  margin: 70px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  list-style: none;
  background: var(--ps-line);
}

.booking-steps li {
  min-height: 330px;
  padding: 42px 34px;
  background: var(--ps-white);
}

.booking-steps span {
  color: var(--ps-gold-deep);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.booking-steps h3 {
  margin: 64px 0 14px;
  font-family: var(--ps-serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
}

.booking-steps p {
  margin: 0;
  color: var(--ps-muted);
}

.booking-help__actions {
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
}

.booking-help__actions .text-link {
  margin-top: 14px;
}

.button--outline-dark {
  border: 1px solid rgba(24, 23, 19, 0.3);
  color: var(--ps-ink);
}

.legal-layout {
  width: min(100%, var(--ps-max));
  margin: 0 auto;
  padding: 100px clamp(30px, 8vw, 124px) 130px;
  display: grid;
  grid-template-columns: 230px minmax(0, 800px);
  justify-content: space-between;
  gap: 90px;
}

.legal-layout aside nav {
  position: sticky;
  top: 30px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--ps-line);
}

.legal-layout aside a {
  padding: 15px 0;
  border-bottom: 1px solid var(--ps-line);
  color: var(--ps-muted);
  font-size: 13px;
}

.legal-layout aside a:hover {
  color: var(--ps-gold-deep);
}

.legal-content > section {
  padding: 0 0 58px;
  margin: 0 0 58px;
  border-bottom: 1px solid var(--ps-line);
}

.legal-content h2 {
  margin: 0 0 22px;
  font-size: clamp(38px, 4vw, 54px);
}

.legal-content p {
  margin: 0;
  color: #504c46;
  font-size: 18px;
  line-height: 1.8;
}

.legal-content .text-link,
.legal-content .button,
.legal-actions {
  margin-top: 28px;
}

.legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.legal-note {
  padding: 30px;
  border-left: 3px solid var(--ps-gold);
  background: var(--ps-cream);
}

.legal-note strong {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-note p {
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .site-header__inner {
    grid-template-columns: 1fr auto auto;
  }

  .primary-nav {
    display: none;
  }

  .site-header__actions {
    gap: 12px;
  }

  .menu-toggle {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    border: 0;
    background: transparent;
    color: var(--ps-white);
    cursor: pointer;
  }

  .menu-toggle__line {
    width: 28px;
    height: 1px;
    background: currentColor;
    transition: transform 180ms ease;
  }

  .menu-toggle__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .site-header.is-menu-open .primary-nav {
    position: fixed;
    inset: 106px 0 0;
    z-index: 101;
    padding: clamp(30px, 5vh, 58px) 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(10px, 1.8vh, 18px);
    overflow-y: auto;
    background: #0d0d0d;
    font-family: var(--ps-serif);
    font-size: clamp(28px, 5vh, 38px);
    text-align: center;
    overscroll-behavior: contain;
  }

  .site-header.is-menu-open {
    height: 100dvh;
    background: #0d0d0d;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .admin-bar .site-header.is-menu-open {
    height: calc(100dvh - 32px);
  }

  .admin-bar .site-header.is-menu-open .primary-nav {
    inset: 138px 0 0;
  }

  .primary-nav__mobile-brand {
    width: clamp(118px, 19vh, 168px);
    aspect-ratio: 1;
    margin: 0 0 clamp(8px, 1.5vh, 18px);
    display: block;
    flex: 0 0 auto;
  }

  .primary-nav__mobile-brand img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(212, 177, 92, 0.3), 0 18px 48px rgba(0, 0, 0, 0.42);
  }

  .site-header.is-menu-open .primary-nav > a {
    min-width: min(280px, 78vw);
    padding: 4px 20px 9px;
    line-height: 1.08;
  }

  .site-header.is-menu-open .menu-toggle__line:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .site-header.is-menu-open .menu-toggle__line:nth-child(2) {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .hero {
    grid-template-columns: 50% 50%;
  }

  .hero h1 {
    font-size: clamp(52px, 7vw, 70px);
  }

  .trust-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .trust-strip > .button {
    grid-column: 1 / -1;
  }

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

@media (max-width: 820px) {
  [id] {
    scroll-margin-top: 104px;
  }

  .admin-bar .site-header {
    top: 46px;
  }

  .admin-bar .site-header.is-menu-open {
    height: calc(100dvh - 46px);
  }

  .admin-bar .site-header.is-menu-open .primary-nav {
    inset: 134px 0 0;
  }

  .site-header__inner {
    min-height: 88px;
    padding: 0 20px;
    grid-template-columns: 1fr auto auto;
    gap: 14px;
  }

  .brand__name {
    font-size: 24px;
  }

  .brand__descriptor {
    font-size: 9px;
  }

  .site-header__booking {
    display: none;
  }

  .site-header__actions {
    gap: 0;
  }

  .language-switcher {
    gap: 3px;
  }

  .language-switcher button {
    min-width: 29px;
    min-height: 44px;
  }

  .language-switcher__toggle {
    min-width: 68px!important;
  }

  .language-switcher__options {
    top: calc(100% + 8px);
    right: 0;
    max-width: calc(100vw - 24px);
    transform: translateY(-6px);
  }

  .language-switcher.is-open .language-switcher__options {
    transform: translateY(0);
  }

  .site-header.is-menu-open .primary-nav {
    inset: 88px 0 0;
  }

  .hero {
    height: auto;
    min-height: auto;
    display: flex;
    flex-direction: column;
  }

  .hero__content {
    min-height: 620px;
    padding: 144px 24px 56px;
  }

  .hero h1 {
    font-size: clamp(50px, 15vw, 72px);
  }

  .hero__media {
    height: auto;
    min-height: 500px;
  }

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

  .services__content,
  .popular,
  .gallery,
  .team,
  .contact {
    padding: 72px 24px;
  }

  .services__media {
    min-height: 420px;
  }

  h2 {
    font-size: clamp(42px, 11vw, 58px);
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

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

  .price-list a:nth-child(odd) {
    margin-right: 0;
  }

  .price-list a:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }

  .about__media {
    min-height: 380px;
  }

  .about__content {
    padding: 72px 24px;
  }

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

  .gallery-card {
    min-height: 360px;
  }

  .team-grid,
  .contact__details {
    grid-template-columns: 1fr;
  }

  .team-grid article + article,
  .contact__details article + article {
    border-top: 1px solid var(--ps-line);
    border-left: 0;
  }

  .reviews {
    padding: 72px 24px;
  }

  .reviews__overview {
    grid-template-columns: 1fr;
    gap: 48px;
  }

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

  .review-card {
    min-height: 0;
  }

  .trust-strip {
    padding: 46px 24px;
    grid-template-columns: 1fr;
  }

  .trust-strip > div + div {
    padding-top: 22px;
    padding-left: 0;
    border-top: 1px solid var(--ps-line);
    border-left: 0;
  }

  .trust-strip > .button {
    grid-column: auto;
    margin-top: 14px;
  }

  .contact__details article {
    padding: 30px 0;
  }

  .contact__map {
    min-height: 620px;
  }

  .contact__map iframe {
    height: 620px;
  }

  .contact__map-card {
    top: auto;
    right: 24px;
    bottom: 24px;
    left: 24px;
    width: auto;
    transform: none;
  }

  .site-footer {
    padding: 60px 24px 24px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .site-footer nav {
    flex-wrap: wrap;
  }

  .site-footer__legal {
    flex-direction: column;
  }

  .motion-ready .reveal,
  .motion-ready .reveal--left,
  .motion-ready .reveal--right {
    transform: translate3d(0, 30px, 0);
  }

  .motion-ready .reveal.is-visible {
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 460px) {
  [id] {
    scroll-margin-top: 96px;
  }

  body {
    font-size: 16px;
  }

  .site-header__inner {
    min-height: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .brand__name {
    font-size: 22px;
  }

  .brand__descriptor {
    margin-top: 8px;
    font-size: 8px;
    letter-spacing: 0.28em;
  }

  .language-switcher {
    font-size: 10px;
  }

  .site-header.is-menu-open .primary-nav {
    inset: 80px 0 0;
    padding: 24px 18px 28px;
    gap: clamp(8px, 1.35vh, 12px);
    font-size: clamp(27px, 4.6vh, 32px);
  }

  .admin-bar .site-header.is-menu-open .primary-nav {
    inset: 126px 0 0;
  }

  .primary-nav__mobile-brand {
    width: clamp(108px, 18vh, 142px);
    margin-bottom: clamp(6px, 1vh, 12px);
  }

  .hero__content {
    min-height: auto;
    padding: 126px 20px 46px;
  }

  .eyebrow,
  .section-kicker {
    margin-bottom: 18px;
    font-size: 10px;
    letter-spacing: 0.22em;
  }

  .eyebrow span {
    padding: 0 5px;
  }

  .hero h1 {
    max-width: 350px;
    font-size: clamp(48px, 14.5vw, 62px);
    line-height: 0.99;
  }

  .hero__lede {
    margin-top: 26px;
    font-size: 17px;
    line-height: 1.55;
  }

  .button-group {
    margin-top: 32px;
    gap: 12px;
  }

  .button {
    min-height: 56px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .hero__media {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .hero__media img {
    object-position: 52% top;
  }

  .services__content,
  .popular,
  .gallery,
  .team,
  .contact,
  .about__content,
  .reviews {
    padding: 66px 20px;
  }

  h2,
  .reviews__copy h2 {
    font-size: clamp(39px, 11vw, 48px);
    line-height: 1.02;
  }

  .section-intro {
    margin-top: 18px;
  }

  .service-list,
  .price-list,
  .gallery-grid,
  .team-grid {
    margin-top: 38px;
  }

  .services__media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .button-group,
  .contact__actions {
    width: 100%;
    flex-direction: column;
  }

  .button-group .button,
  .contact__actions .button {
    width: 100%;
  }

  .service-row {
    min-height: 108px;
    grid-template-columns: 32px minmax(0, 1fr) 16px;
    gap: 12px;
  }

  .service-row strong {
    font-size: 24px;
  }

  .service-row small {
    font-size: 13px;
    line-height: 1.4;
  }

  .price-list a {
    min-height: 96px;
    padding: 20px 0;
    gap: 16px;
  }

  .price-list strong {
    font-size: 22px;
  }

  .price-list b {
    font-size: 14px;
  }

  .about__media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .gallery-grid {
    gap: 12px;
  }

  .gallery-card {
    min-height: 310px;
  }

  .gallery-card figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 12px 14px;
    font-size: 18px;
  }

  .team-grid article {
    padding: 34px 18px;
  }

  .team-grid span {
    width: 68px;
    height: 68px;
    margin-bottom: 18px;
  }

  .reviews {
    gap: 36px;
  }

  .reviews__overview {
    gap: 36px;
  }

  .review-grid {
    margin-top: 42px;
  }

  .review-card {
    padding: 26px 22px;
  }

  .review-card blockquote p {
    font-size: 23px;
  }

  .reviews__score {
    gap: 18px;
  }

  .reviews__score > strong {
    font-size: 78px;
  }

  .trust-strip {
    padding: 42px 20px;
  }

  .contact {
    gap: 44px;
  }

  .contact__details article {
    padding: 26px 0;
  }

  .contact__map {
    min-height: 560px;
    margin-right: -20px;
    margin-left: -20px;
  }

  .contact__map iframe {
    height: 560px;
  }

  .contact__map-card {
    right: 16px;
    bottom: 16px;
    left: 16px;
    padding: 26px 22px;
  }

  .site-footer {
    padding: 54px 20px 24px;
  }

  .site-footer__legal {
    margin-top: 38px;
    gap: 14px;
  }

  .social-float {
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
  }

	.social-float__toggle,
	.social-float__item { width: 52px; height: 52px; }
	.social-float__label { display: none; }
}

@media (max-width: 360px) {
  .site-header__inner {
    padding-right: 12px;
    padding-left: 12px;
    gap: 8px;
  }

  .brand__name {
    font-size: 18px;
  }

  .brand__descriptor {
    display: none;
  }

  .language-switcher__toggle {
    min-width: 58px!important;
    padding-right: 6px!important;
    padding-left: 6px!important;
    gap: 6px;
  }

  .menu-toggle__line {
    width: 24px;
  }
}

@media (max-width: 820px) {
  .page-hero {
    min-height: 500px;
    padding: 150px 24px 76px;
  }

  .page-hero::after {
    display: none;
  }

  .page-hero h1 {
    font-size: clamp(54px, 12vw, 80px);
  }

  .inner-section,
  .inner-cta,
  .booking-help,
  .legal-layout {
    padding-right: 24px;
    padding-left: 24px;
  }

  .service-card-grid,
  .booking-steps {
    grid-template-columns: 1fr;
  }

  .service-card,
  .booking-steps li {
    min-height: 0;
  }

  .service-card h2,
  .booking-steps h3 {
    margin-top: 34px;
  }

  .inner-cta,
  .booking-help {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 40px;
  }

  .booking-help__actions {
    min-width: 0;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .legal-layout aside nav {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
  }

  .catalog-nav {
    margin-top: 42px;
    margin-bottom: 60px;
  }

  .catalog-list a {
    grid-template-columns: minmax(0, 1fr) 100px 20px;
    gap: 16px;
  }

  .catalog-list__duration {
    grid-column: 1 / 2;
    grid-row: 2;
  }

  .catalog-list__price {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .catalog-list i {
    grid-column: 3;
    grid-row: 1 / 3;
  }
}

@media (max-width: 460px) {
  .page-hero {
    min-height: 480px;
    padding: 126px 20px 62px;
  }

  .page-hero h1 {
    font-size: clamp(48px, 14vw, 62px);
  }

  .page-hero__copy > p:not(.section-kicker) {
    margin-top: 26px;
    font-size: 17px;
  }

  .inner-section,
  .inner-cta,
  .booking-help,
  .legal-layout {
    padding: 66px 20px;
  }

  .service-card {
    padding: 34px 26px;
  }

  .service-card h2 {
    font-size: 36px;
  }

  .booking-steps {
    margin-top: 38px;
  }

  .booking-steps li {
    padding: 34px 26px;
  }

  .booking-help__actions .button,
  .inner-cta .button,
  .legal-actions .button {
    width: 100%;
  }

  .legal-layout aside nav {
    grid-template-columns: 1fr;
  }

  .legal-content > section {
    padding-bottom: 42px;
    margin-bottom: 42px;
  }

  .legal-content h2 {
    font-size: 38px;
  }

  .legal-content p {
    font-size: 16px;
    line-height: 1.7;
  }

  .catalog-nav {
    margin-right: -20px;
    margin-left: -20px;
    padding: 0 20px 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .catalog-nav a {
    flex: 0 0 auto;
  }

  .catalog-treatment-nav {
    margin-top: -38px;
    grid-template-columns: 1fr;
  }

  .catalog-groups {
    gap: 60px;
  }

  .catalog-group__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .catalog-group__heading h3 {
    font-size: 38px;
  }

  .catalog-list a {
    min-height: 98px;
    padding: 18px 0;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 14px;
  }

  .catalog-list__name {
    font-size: 20px;
  }

  .catalog-list__duration {
    grid-column: 1;
  }

  .catalog-list__price {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .catalog-list i {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Team, moderated reviews and special moments */
.psn-page-hero{padding:clamp(8rem,12vw,12rem) max(5vw,2rem) 4rem;text-align:center;background:#0b0b0b;color:#fff}.psn-page-hero h1{max-width:900px;margin:.5rem auto;font-family:Cardo,serif;font-size:clamp(2.5rem,6vw,5.5rem);font-weight:400}.psn-team-page,.psn-celebrations{background:#f7f3eb;min-height:70vh}.psn-specialist-grid,.psn-celebration-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:2rem;padding:4rem max(5vw,2rem)}.psn-specialist-card,.psn-celebration-grid article{background:#fff;box-shadow:0 18px 50px rgba(20,16,8,.08)}.psn-specialist-card__photo,.psn-celebration-grid img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover}.psn-specialist-card__body,.psn-celebration-grid article>div{padding:2rem}.psn-specialist-card h2,.psn-celebration-grid h2{font-family:Cardo,serif;font-size:2rem;margin:0 0 .35rem}.psn-specialist-card__role{color:#a47d25;font-weight:700;text-transform:uppercase;letter-spacing:.12em;font-size:.76rem}.psn-specialist-reviews{border-top:1px solid #e6dfd2;margin-top:1.5rem;padding-top:1rem}.psn-specialist-reviews blockquote{margin:1rem 0}.psn-specialist-reviews span{color:#caa543}.psn-specialist-reviews p{font-style:italic;margin:.4rem 0}.psn-specialist-reviews cite{font-size:.8rem}.psn-review-form{display:grid;grid-template-columns:minmax(240px,.7fr) minmax(300px,1.3fr);gap:3rem;padding:4rem max(5vw,2rem);background:#101010;color:#fff}.psn-review-form h2{font-family:Cardo,serif;font-size:clamp(2rem,4vw,3.5rem)}.psn-review-form form{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.psn-review-form label{display:grid;gap:.4rem}.psn-review-form input,.psn-review-form select,.psn-review-form textarea{width:100%;padding:.9rem;border:1px solid #555;background:#181818;color:#fff}.psn-review-form .is-wide{grid-column:1/-1}.psn-review-form .psn-consent{display:flex;align-items:flex-start}.psn-review-form .psn-consent input{width:auto;margin-top:.2rem}.psn-honeypot{position:absolute!important;left:-10000px!important}.psn-empty{padding:3rem;text-align:center}.psn-celebration-grid article{display:grid;grid-template-columns:minmax(180px,.8fr) 1fr}.psn-celebration-grid img{aspect-ratio:1/1}.psn-celebration-grid h2{color:#a47d25}
@media(max-width:760px){.psn-review-form{grid-template-columns:1fr}.psn-review-form form{grid-template-columns:1fr}.psn-celebration-grid article{grid-template-columns:1fr}.psn-page-hero{padding-top:7rem}}

/* Current team and gallery: editorial layouts built from salon-owned photography. */
.gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 230px;
  gap: clamp(10px, 1.4vw, 20px);
}

.gallery-card {
  min-height: 0;
  border-radius: 2px;
  box-shadow: 0 16px 38px rgba(39, 30, 14, 0.09);
}

.gallery-card--1 { grid-column: span 2; grid-row: span 2; }
.gallery-card--2,
.gallery-card--5,
.gallery-card--6 { grid-row: span 2; }
.gallery-card--7,
.gallery-card--8 { grid-column: span 2; }

.gallery-card figcaption {
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px;
  background: linear-gradient(135deg, rgba(13, 13, 13, 0.91), rgba(13, 13, 13, 0.72));
  font-size: clamp(16px, 1.4vw, 20px);
  backdrop-filter: blur(7px);
}

.gallery-card figcaption small {
  color: var(--ps-gold);
  font-family: var(--ps-sans);
  font-size: 11px;
  letter-spacing: .16em;
}

.team-feature,
.psn-team-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr);
  align-items: stretch;
  margin-top: 52px;
  overflow: hidden;
  background: var(--ps-black);
  color: var(--ps-white);
}

.team-feature__media img,
.psn-team-intro > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.team-feature__copy,
.psn-team-intro > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 5vw, 72px);
}

.team-feature__copy h3,
.psn-team-intro h2 {
  margin: 8px 0 20px;
  font-family: var(--ps-serif);
  font-size: clamp(30px, 3.3vw, 52px);
  font-weight: 400;
  line-height: 1.05;
}

.team-feature__copy > p:last-child,
.psn-team-intro > div > p:last-child {
  margin: 0;
  color: #d7d1c7;
  line-height: 1.75;
}

.team-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 30px);
  border: 0;
}

.team-grid article,
.team-grid article + article {
  padding: 0;
  overflow: hidden;
  border: 0;
  background: var(--ps-white);
  box-shadow: 0 14px 42px rgba(33, 26, 14, 0.08);
  text-align: left;
}

.team-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #e9e2d6;
}

.team-grid .team-card__media > span,
.team-grid .team-photo {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  transition: transform 500ms ease;
}

.team-card__link:hover .team-photo { transform: scale(1.025); }
.team-card__body { position: relative; padding: 24px 26px 28px; }
.team-card__body > i { position: absolute; right: 26px; bottom: 31px; color: var(--ps-gold-deep); }
.team-grid h3 { font-size: clamp(25px, 2vw, 31px); }
.team-grid p { max-width: calc(100% - 34px); }

.psn-team-intro {
  margin: 4rem max(5vw, 2rem) 0;
}

.psn-specialist-card__media {
  display: block;
  min-height: 0;
  overflow: hidden;
  background: #e9e2d6;
}

.psn-specialist-card__media .psn-specialist-card__photo {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center 24%;
  transition: transform 500ms ease;
}

.psn-specialist-card__media:hover .psn-specialist-card__photo { transform: scale(1.025); }

@media (max-width: 900px) {
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 240px; }
  .gallery-card { grid-column: auto; grid-row: span 2; }
  .gallery-card--1,
  .gallery-card--7,
  .gallery-card--8 { grid-column: span 2; grid-row: span 1; }
  .team-feature,
  .psn-team-intro { grid-template-columns: 1fr; }
  .team-feature__media img,
  .psn-team-intro > img { min-height: 0; aspect-ratio: 3 / 2; }
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .gallery-card,
  .gallery-card--1,
  .gallery-card--7,
  .gallery-card--8 { grid-column: auto; grid-row: auto; aspect-ratio: 4 / 5; }
  .gallery-card--1,
  .gallery-card--7,
  .gallery-card--8 { aspect-ratio: 3 / 2; }
  .team-grid { grid-template-columns: 1fr; }
  .team-feature,
  .psn-team-intro { margin-top: 34px; }
  .psn-team-intro { margin-right: 20px; margin-left: 20px; }
}
.psn-review-notice {
	max-width: 760px;
	margin: 0 auto 2rem;
	padding: 1rem 1.25rem;
	border: 1px solid rgba(201, 164, 76, .45);
	background: rgba(201, 164, 76, .1);
	color: #f5e8bf;
	text-align: center;
}

.psn-review-notice--invalid,
.psn-review-notice--error {
	border-color: rgba(220, 90, 90, .55);
	background: rgba(220, 90, 90, .1);
}

/* Bridal and celebration storytelling */
.moments-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(520px, 1.18fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: center;
  overflow: hidden;
  padding: clamp(88px, 10vw, 150px) max(5vw, 36px);
}

.moments-showcase::before {
  position: absolute;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(201, 168, 78, .2);
  border-radius: 50%;
  content: '';
  left: -280px;
  bottom: -340px;
}

.moments-showcase__copy { position: relative; z-index: 2; }
.moments-showcase__copy h2 {
  max-width: 720px;
  margin: 12px 0 28px;
  color: var(--ps-white);
  font-family: var(--ps-serif);
  font-size: clamp(45px, 5.3vw, 84px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}
.moments-showcase__copy > p:not(.section-kicker) {
  max-width: 620px;
  margin: 0 0 30px;
  color: #d9d3ca;
  font-size: 18px;
}
.moments-showcase__types {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}
.moments-showcase__types li {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid rgba(201, 168, 78, .38);
  color: #f4ead1;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.moments-showcase__types i { color: var(--ps-gold); }
.moments-showcase__gallery {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  min-height: 690px;
}
.moments-showcase__image { margin: 0; overflow: hidden; background: #29251f; }
.moments-showcase__image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 700ms ease; }
.moments-showcase__image:hover img { transform: scale(1.025); }
.moments-showcase__image--main { grid-row: 1 / 3; }
.moments-showcase__image--main img { object-position: 54% center; }
.moments-showcase__image--detail img { object-position: center 38%; }
.moments-showcase__image--portrait img { object-position: center 24%; }
.moments-showcase__seal {
  position: absolute;
  left: calc(62.5% - 62px);
  top: calc(50% - 62px);
  display: grid;
  place-content: center;
  width: 124px;
  height: 124px;
  padding: 14px;
  border: 1px solid rgba(201, 168, 78, .55);
  border-radius: 50%;
  background: rgba(13, 13, 13, .94);
  color: var(--ps-white);
  text-align: center;
  box-shadow: 0 14px 40px rgba(0,0,0,.34);
}
.moments-showcase__seal span { color: var(--ps-gold); font-family: var(--ps-serif); font-size: 32px; line-height: 1; }
.moments-showcase__seal small { margin-top: 6px; font-size: 8px; line-height: 1.25; letter-spacing: .12em; text-transform: uppercase; }

.psn-page-hero--moments { display: grid; place-content: center; min-height: 600px; padding-bottom: 7rem; }
.psn-page-hero--moments p:last-child { max-width: 650px; margin: 20px auto 0; color: #d3ccc1; font-size: 18px; }
.psn-moment-type { display: inline-block; color: var(--ps-gold-deep); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.psn-moment-editorial {
  display: grid;
  grid-template-columns: minmax(520px, 1.25fr) minmax(340px, .75fr);
  gap: 0;
  margin: 0;
  background: var(--ps-white);
}
.psn-moment-editorial__images {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  grid-template-rows: 1fr 1fr;
  min-height: 760px;
}
.psn-moment-editorial__images img { display: block; width: 100%; height: 100%; object-fit: cover; }
.psn-moment-editorial__images img:first-child { grid-row: 1 / 3; }
.psn-moment-editorial__images img:nth-child(2) { object-position: center 22%; }
.psn-moment-editorial__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 7vw, 112px); }
.psn-moment-editorial__copy h2 { margin: 12px 0 26px; font-family: var(--ps-serif); font-size: clamp(42px, 4.5vw, 70px); font-weight: 400; line-height: 1; letter-spacing: -.03em; }
.psn-moment-editorial__copy p { margin: 0 0 34px; color: var(--ps-muted); }
.psn-moment-editorial__copy .button { align-self: flex-start; }
.psn-celebration-grid .psn-moment-type { margin-bottom: 8px; }

@media (max-width: 1020px) {
  .moments-showcase { grid-template-columns: 1fr; }
  .moments-showcase__copy { max-width: 780px; }
  .moments-showcase__gallery { min-height: 620px; }
  .psn-moment-editorial { grid-template-columns: 1fr; }
  .psn-moment-editorial__images { min-height: 650px; }
}

@media (max-width: 620px) {
  .moments-showcase { gap: 46px; padding: 76px 20px; }
  .moments-showcase__copy h2 { font-size: clamp(42px, 13vw, 62px); }
  .moments-showcase__copy .button-group { align-items: stretch; }
  .moments-showcase__copy .button { width: 100%; text-align: center; }
  .moments-showcase__gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 220px; min-height: 0; gap: 10px; }
  .moments-showcase__image--main { grid-column: 1 / 3; grid-row: 1; }
  .moments-showcase__image--detail { grid-column: 1; grid-row: 2; }
  .moments-showcase__image--portrait { grid-column: 2; grid-row: 2; }
  .moments-showcase__seal { left: calc(50% - 48px); top: 285px; width: 96px; height: 96px; }
  .moments-showcase__seal span { font-size: 25px; }
  .moments-showcase__seal small { font-size: 6px; }
  .psn-page-hero--moments { min-height: 540px; padding-right: 20px; padding-left: 20px; }
  .psn-moment-editorial__images { grid-template-columns: 1fr 1fr; grid-template-rows: 340px 210px; min-height: 0; }
  .psn-moment-editorial__images img:first-child { grid-column: 1 / 3; grid-row: 1; }
  .psn-moment-editorial__images img:nth-child(2) { grid-column: 1; grid-row: 2; }
  .psn-moment-editorial__images img:nth-child(3) { grid-column: 2; grid-row: 2; }
  .psn-moment-editorial__copy { padding: 54px 24px 64px; }
  .psn-moment-editorial__copy .button { width: 100%; text-align: center; }
}

/* Our Story: editorial history sourced from the salon's approved narrative. */
.story-page { background: var(--ps-cream); color: var(--ps-ink); }
.story-hero {
  position: relative;
  min-height: min(820px, 92vh);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--ps-white);
}
.story-hero__image,
.story-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.story-hero__image { object-fit: cover; object-position: center 55%; }
.story-hero__shade {
  background: linear-gradient(90deg, rgba(8, 8, 8, .9) 0%, rgba(8, 8, 8, .58) 48%, rgba(8, 8, 8, .15) 100%),
    linear-gradient(0deg, rgba(8, 8, 8, .72), transparent 52%);
}
.story-hero__copy {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  padding: clamp(150px, 19vw, 250px) max(6vw, 24px) clamp(70px, 9vw, 120px);
}
.story-hero__copy .section-kicker { color: var(--ps-gold); }
.story-hero h1 {
  max-width: 820px;
  margin: 18px 0 26px;
  font-family: var(--ps-serif);
  font-size: clamp(52px, 7.3vw, 106px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.045em;
}
.story-hero__lead { max-width: 650px; margin: 0; color: #e2ddd3; font-size: clamp(17px, 1.7vw, 21px); line-height: 1.72; }
.story-manifesto {
  position: relative;
  padding: clamp(76px, 10vw, 140px) max(6vw, 24px);
  overflow: hidden;
  background: #f7f1e7;
  text-align: center;
}
.story-manifesto__mark {
  position: absolute;
  top: -48px;
  left: 50%;
  color: rgba(161, 123, 43, .07);
  font-family: var(--ps-serif);
  font-size: clamp(190px, 30vw, 440px);
  line-height: 1;
  transform: translateX(-50%);
}
.story-manifesto blockquote {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  font-family: var(--ps-serif);
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.story-milestones {
  position: relative;
  max-width: 1050px;
  margin: clamp(58px, 7vw, 92px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(161, 123, 43, .28);
}
.story-milestones > div { padding: 34px 24px 0; display: grid; gap: 8px; }
.story-milestones > div + div { border-left: 1px solid rgba(161, 123, 43, .28); }
.story-milestones strong { color: var(--ps-gold-deep); font-family: var(--ps-serif); font-size: clamp(44px, 5vw, 70px); font-weight: 400; line-height: 1; }
.story-milestones span { color: var(--ps-muted); font-size: 13px; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }
.story-chapters { padding: clamp(72px, 9vw, 132px) max(5vw, 20px); }
.story-chapter {
  width: min(1240px, 100%);
  margin: 0 auto clamp(82px, 11vw, 170px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  align-items: center;
  gap: clamp(48px, 7vw, 110px);
}
.story-chapter:last-child { margin-bottom: 0; }
.story-chapter--reverse .story-chapter__media { order: 2; }
.story-chapter--reverse .story-chapter__copy { order: 1; }
.story-chapter__media { position: relative; min-height: 620px; overflow: visible; }
.story-chapter__media::before {
  position: absolute;
  inset: 28px -28px -28px 28px;
  border: 1px solid rgba(161, 123, 43, .42);
  content: '';
}
.story-chapter--reverse .story-chapter__media::before { inset: 28px 28px -28px -28px; }
.story-chapter__media img { position: relative; width: 100%; height: 100%; min-height: 620px; display: block; object-fit: cover; box-shadow: 0 28px 70px rgba(28, 20, 8, .13); }
.story-chapter__media > span {
  position: absolute;
  right: -22px;
  bottom: -44px;
  color: var(--ps-gold-deep);
  font-family: var(--ps-serif);
  font-size: clamp(72px, 9vw, 126px);
  line-height: 1;
}
.story-chapter--reverse .story-chapter__media > span { right: auto; left: -22px; }
.story-chapter__copy h2 {
  margin: 12px 0 28px;
  font-family: var(--ps-serif);
  font-size: clamp(40px, 4.2vw, 64px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.035em;
}
.story-chapter__copy > p:not(.section-kicker) { margin: 0 0 18px; color: var(--ps-muted); font-size: 17px; line-height: 1.8; }
.story-closing {
  padding: clamp(90px, 13vw, 180px) max(6vw, 24px);
  background: radial-gradient(circle at 80% 20%, rgba(195, 158, 73, .15), transparent 28%), #0c0c0c;
  color: var(--ps-white);
  text-align: center;
}
.story-closing__copy { max-width: 900px; margin: 0 auto; }
.story-closing .section-kicker { color: var(--ps-gold); }
.story-closing h2 { margin: 14px 0 24px; font-family: var(--ps-serif); font-size: clamp(48px, 6.3vw, 88px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.story-closing__copy > p:not(.section-kicker) { max-width: 680px; margin: 0 auto 40px; color: #cbc6bd; font-size: 18px; line-height: 1.75; }
.story-closing .button-group { justify-content: center; }

.story-careers {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(520px, 1.18fr);
  gap: clamp(46px, 7vw, 110px);
  align-items: start;
  padding: clamp(80px, 11vw, 150px) max(6vw, 24px);
  background: #f7f1e7;
}
.story-careers__intro { position: sticky; top: 120px; max-width: 620px; }
.story-careers__intro h2 {
  margin: 14px 0 26px;
  font-family: var(--ps-serif);
  font-size: clamp(44px, 5vw, 74px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.04em;
}
.story-careers__intro > p:not(.section-kicker) { color: var(--ps-muted); font-size: 18px; line-height: 1.75; }
.story-careers__intro ul { display: grid; gap: 16px; margin: 34px 0 0; padding: 0; list-style: none; }
.story-careers__intro li { display: flex; gap: 13px; align-items: center; font-weight: 600; }
.story-careers__intro li i { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(161, 123, 43, .5); border-radius: 50%; color: var(--ps-gold-deep); font-size: 11px; }
.story-careers__form { padding: clamp(30px, 5vw, 62px); background: #fff; box-shadow: 0 26px 80px rgba(28, 20, 8, .1); }
.story-careers__form h3 { margin: 0 0 12px; font-family: var(--ps-serif); font-size: clamp(36px, 4vw, 54px); font-weight: 400; line-height: 1.08; }
.story-careers__form > p { margin: 0 0 30px; color: var(--ps-muted); line-height: 1.7; }
.career-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.career-form label { display: grid; gap: 8px; color: var(--ps-ink); font-size: 13px; font-weight: 650; letter-spacing: .035em; }
.career-form .is-wide { grid-column: 1 / -1; }
.career-form input:not([type="checkbox"]),
.career-form select,
.career-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid #d8d0c2;
  border-radius: 0;
  background: #fff;
  color: var(--ps-ink);
  font: inherit;
}
.career-form textarea { min-height: 120px; resize: vertical; }
.career-form input:focus,
.career-form select:focus,
.career-form textarea:focus { outline: 2px solid rgba(161, 123, 43, .3); outline-offset: 2px; border-color: var(--ps-gold-deep); }
.career-form__file { padding: 18px; border: 1px dashed rgba(161, 123, 43, .65); background: #fbf8f2; }
.career-form__file input { padding: 0 !important; border: 0 !important; background: transparent !important; }
.career-form__check { grid-template-columns: 20px 1fr; align-items: start; gap: 11px !important; color: var(--ps-muted) !important; font-weight: 400 !important; line-height: 1.55; letter-spacing: 0 !important; }
.career-form__check input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--ps-gold-deep); }
.career-form__check a { color: var(--ps-gold-deep); text-decoration: underline; text-underline-offset: 3px; }
.career-notice { margin: 0 0 24px; padding: 14px 16px; border-left: 3px solid; line-height: 1.55; }
.career-notice--success { border-color: #38734a; background: #edf7f0; color: #245533; }
.career-notice--error { border-color: #a5443c; background: #fbefee; color: #7b302b; }

@media (max-width: 920px) {
  .story-chapter { grid-template-columns: 1fr; }
  .story-chapter--reverse .story-chapter__media,
  .story-chapter--reverse .story-chapter__copy { order: initial; }
  .story-chapter__media,
  .story-chapter__media img { min-height: 540px; }
  .story-chapter__copy { max-width: 720px; }
  .story-careers { grid-template-columns: 1fr; }
  .story-careers__intro { position: static; }
}

@media (max-width: 620px) {
  .story-hero { min-height: 690px; }
  .story-hero__shade { background: linear-gradient(0deg, rgba(8, 8, 8, .92), rgba(8, 8, 8, .28) 78%); }
  .story-hero__copy { padding-bottom: 62px; }
  .story-hero h1 { font-size: clamp(48px, 14vw, 64px); }
  .story-milestones { grid-template-columns: 1fr; border-top: 0; }
  .story-milestones > div { padding: 24px 0; border-top: 1px solid rgba(161, 123, 43, .28); }
  .story-milestones > div + div { border-left: 0; }
  .story-chapters { padding-top: 74px; }
  .story-chapter { gap: 58px; margin-bottom: 110px; }
  .story-chapter__media,
  .story-chapter__media img { min-height: 420px; }
  .story-chapter__media::before { inset: 14px -10px -14px 10px; }
  .story-chapter--reverse .story-chapter__media::before { inset: 14px 10px -14px -10px; }
  .story-chapter__media > span { right: 4px; bottom: -42px; }
  .story-chapter--reverse .story-chapter__media > span { right: 4px; left: auto; }
  .story-chapter__copy h2 { font-size: clamp(38px, 11vw, 52px); }
  .story-closing .button-group { align-items: stretch; }
  .story-closing .button { width: 100%; text-align: center; }
  .story-careers { padding-inline: 18px; }
  .story-careers__form { padding: 28px 20px; }
  .career-form { grid-template-columns: 1fr; }
  .career-form .button { width: 100%; }
}
