:root {
  --ink: #0b0a08;
  --ink-soft: #17130f;
  --cream: #f7f0e6;
  --paper: #fffdfa;
  --beige: #d9c4aa;
  --pink: #d78bab;
  --pink-deep: #c75b8a;
  --gold: #d9ae4b;
  --gold-light: #f4d785;
  --muted: #887f74;
  --line: rgba(11, 10, 8, 0.16);
  --display: "Bodoni Moda", "Times New Roman", serif;
  --body: "Manrope", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

::selection {
  background: var(--pink);
  color: var(--ink);
}

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

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

button {
  font: inherit;
}

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

.noise {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.85'/%3E%3C/svg%3E");
}

.cursor-glow {
  position: fixed;
  width: 420px;
  height: 420px;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 174, 75, 0.1), transparent 66%);
  transform: translate(-50%, -50%);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  padding: 0 clamp(22px, 4vw, 70px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: var(--paper);
  transition: background 0.35s ease, height 0.35s ease, border-color 0.35s ease;
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  height: 72px;
  background: rgba(11, 10, 8, 0.9);
  backdrop-filter: blur(18px);
  border-color: rgba(255, 255, 255, 0.1);
}

.wordmark {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  color: var(--gold-light);
  line-height: 1;
}

.wordmark img {
  width: 142px;
  height: 58px;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.desktop-nav {
  display: flex;
  gap: 34px;
}

.desktop-nav a {
  position: relative;
  font-size: 0.68rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

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

.nav-cta {
  justify-self: end;
  min-width: 116px;
  padding: 13px 20px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 99px;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.nav-cta:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
  align-items: center;
  gap: 4vw;
  padding: 140px clamp(24px, 7vw, 130px) 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 82%, rgba(215, 139, 171, 0.14), transparent 30%),
    radial-gradient(circle at 76% 30%, rgba(217, 174, 75, 0.08), transparent 27%),
    var(--ink);
  color: var(--paper);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 12% auto auto 4%;
  width: 1px;
  height: 68%;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.2), transparent);
}

.hero-copy {
  position: relative;
  z-index: 4;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 22px;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  line-height: 1.5;
  text-transform: uppercase;
}

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

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

h1,
h2 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.045em;
}

h1 {
  margin-bottom: 28px;
  font-size: clamp(4.1rem, 7.2vw, 8.4rem);
  line-height: 0.84;
}

h1 em,
h2 em {
  color: var(--pink);
  font-weight: 400;
}

.hero-lead {
  width: min(550px, 90%);
  margin-bottom: 38px;
  color: rgba(255, 253, 250, 0.68);
  font-size: clamp(0.95rem, 1.3vw, 1.14rem);
  font-weight: 300;
  line-height: 1.78;
}

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

.button {
  min-width: 176px;
  padding: 18px 28px;
  display: inline-flex;
  justify-content: center;
  border-radius: 99px;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.button-gold {
  background: linear-gradient(130deg, var(--gold-light), var(--gold));
  color: var(--ink);
  box-shadow: 0 12px 35px rgba(217, 174, 75, 0.15);
}

.button-gold:hover {
  box-shadow: 0 18px 50px rgba(217, 174, 75, 0.28);
}

.text-link {
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

.link-arrow {
  position: relative;
  width: 1.7em;
  height: 0.72em;
  display: inline-block;
  flex: 0 0 auto;
  margin-left: 0.62em;
  color: inherit;
  vertical-align: -0.04em;
}

.link-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0.08em;
  height: 1px;
  background: currentColor;
}

.link-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.08em;
  width: 0.38em;
  height: 0.38em;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
}

.hero-scene {
  position: relative;
  z-index: 2;
  width: min(46vw, 690px);
  height: min(75vh, 770px);
  justify-self: center;
  perspective: 1200px;
  transform-style: preserve-3d;
  transition: transform 0.25s ease-out;
}

.portrait-shell {
  position: absolute;
  z-index: 4;
  inset: 6% 12% 4% 15%;
  transform: translateZ(42px) rotate(-2deg);
}

.portrait-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 48% 48% 20px 20px / 38% 38% 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: var(--cream);
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.48);
}

.portrait-frame::after,
.about-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 58%, rgba(11, 10, 8, 0.24));
  mix-blend-mode: multiply;
}

.portrait-frame img {
  width: 100%;
  height: 122%;
  object-fit: cover;
  object-position: center 63%;
  transform: translateY(-18%);
  filter: saturate(0.86) contrast(1.03) sepia(0.04);
}

.portrait-tag {
  position: absolute;
  z-index: 5;
  padding: 10px 16px;
  background: rgba(11, 10, 8, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  border-radius: 99px;
  color: var(--cream);
  font-size: 0.57rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tag-top {
  top: 13%;
  right: -13%;
}

.tag-bottom {
  bottom: 9%;
  left: -13%;
}

.halo,
.orbit {
  position: absolute;
  border-radius: 50%;
}

.halo-one {
  inset: 2% 5% 0 10%;
  border: 1px solid rgba(217, 174, 75, 0.38);
  transform: rotate(15deg) translateZ(-50px);
  box-shadow: inset 0 0 45px rgba(217, 174, 75, 0.05);
}

.halo-two {
  inset: 12% -3% 8% 2%;
  border: 1px solid rgba(215, 139, 171, 0.25);
  transform: rotate(-19deg) translateZ(-20px);
}

.orbit {
  z-index: 6;
  border: 1px solid rgba(255, 255, 255, 0.24);
  animation: spin 12s linear infinite;
}

.orbit i {
  position: absolute;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 24px currentColor;
}

.orbit-gold {
  inset: 24% -2% 23% 0;
  color: var(--gold);
  transform: rotate(-16deg);
}

.orbit-gold i {
  width: 13px;
  height: 13px;
  top: 18%;
  left: 3%;
  background: var(--gold-light);
}

.orbit-pink {
  inset: 5% 13% 3% 10%;
  color: var(--pink);
  animation-direction: reverse;
  animation-duration: 17s;
  transform: rotate(21deg);
}

.orbit-pink i {
  width: 9px;
  height: 9px;
  right: 4%;
  bottom: 24%;
  background: var(--pink);
}

@keyframes spin {
  to { rotate: 1turn; }
}

.floating-sphere {
  position: absolute;
  z-index: 8;
  display: block;
  border-radius: 50%;
  animation: float 5s ease-in-out infinite;
}

.sphere-gold {
  width: 66px;
  height: 66px;
  top: 10%;
  left: 3%;
  background: radial-gradient(circle at 32% 24%, #fff3bd, var(--gold) 44%, #8b6414 78%);
  box-shadow: 0 15px 36px rgba(217, 174, 75, 0.25);
}

.sphere-pink {
  width: 38px;
  height: 38px;
  right: 4%;
  bottom: 16%;
  background: radial-gradient(circle at 30% 25%, #ffd5e5, var(--pink-deep) 62%, #6f2545);
  animation-delay: -2.5s;
}

@keyframes float {
  50% { transform: translateY(-18px) translateX(6px); }
}

.hero-side-note {
  position: absolute;
  right: 28px;
  top: 50%;
  writing-mode: vertical-rl;
  font-size: 0.5rem;
  letter-spacing: 0.35em;
  color: rgba(255, 255, 255, 0.36);
}

.scroll-cue {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 24px;
  width: 34px;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 99px;
}

.scroll-cue span {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
  transform: translateX(-50%);
  animation: scrollCue 2s ease-in-out infinite;
}

@keyframes scrollCue {
  70%, 100% { transform: translate(-50%, 25px); opacity: 0; }
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(.2,.8,.2,1);
}

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

.hero .reveal:nth-child(2) { transition-delay: 0.08s; }
.hero .reveal:nth-child(3) { transition-delay: 0.16s; }
.hero .reveal:nth-child(4) { transition-delay: 0.24s; }

.marquee {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 21px 0;
  overflow: hidden;
  background: var(--pink);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.marquee-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 36px;
  animation: marquee 22s linear infinite;
}

.marquee span {
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.5vw, 2.4rem);
  letter-spacing: 0.08em;
}

.marquee i {
  color: var(--cream);
  font-size: 0.9rem;
}

.answer-strip {
  padding: 28px clamp(24px, 7vw, 130px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.68);
}

.answer-strip p {
  width: min(1050px, 100%);
  margin: 0 auto;
  font-size: clamp(0.76rem, 1.2vw, 0.94rem);
  line-height: 1.8;
  text-align: center;
}

.answer-strip strong { color: var(--gold-light); }

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.loop-story {
  position: relative;
  padding: 150px clamp(24px, 7vw, 130px);
  background: var(--cream);
  overflow: clip;
}

.loop-story::before {
  content: "BEAUTY LOOP";
  position: absolute;
  top: 40px;
  right: -2vw;
  font-family: var(--display);
  font-size: clamp(5rem, 14vw, 13rem);
  color: rgba(11, 10, 8, 0.035);
  white-space: nowrap;
}

.story-intro {
  max-width: 760px;
  margin-bottom: 100px;
}

h2 {
  margin-bottom: 28px;
  font-size: clamp(3.3rem, 6.1vw, 7.4rem);
  line-height: 0.93;
}

.story-intro > p:last-child {
  max-width: 540px;
  color: #665e54;
  line-height: 1.8;
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(380px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(60px, 10vw, 170px);
}

.story-visual {
  position: sticky;
  top: 140px;
  height: 68vh;
  display: grid;
  place-items: center;
}

.loop-disc {
  position: relative;
  width: min(31vw, 480px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 37% 32%, rgba(255, 255, 255, 0.72), transparent 22%),
    linear-gradient(145deg, var(--pink) 4%, #e5b2c6 52%, var(--beige));
  box-shadow: 0 50px 100px rgba(103, 70, 46, 0.22), inset -20px -26px 55px rgba(117, 60, 85, 0.16);
  transform: rotateX(8deg) rotateY(-9deg);
  transition: background 0.6s ease, transform 0.6s ease;
}

.loop-disc::before,
.loop-disc::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(11, 10, 8, 0.24);
}

.loop-disc::before { inset: -9%; transform: rotateX(66deg) rotateZ(12deg); }
.loop-disc::after { inset: 8%; border-color: rgba(255, 255, 255, 0.3); }

.disc-number {
  position: absolute;
  top: 16%;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.25em;
}

.disc-copy {
  font-family: var(--display);
  font-size: clamp(2.1rem, 3.3vw, 3.7rem);
  line-height: 0.92;
  text-align: center;
}

.disc-path {
  position: absolute;
  inset: 4%;
  width: 92%;
  height: 92%;
  transform: rotate(-90deg);
}

.disc-path circle {
  fill: none;
  stroke: var(--ink);
  stroke-width: 0.8;
  stroke-dasharray: 68 32;
  stroke-linecap: round;
  animation: dashOrbit 8s linear infinite;
}

@keyframes dashOrbit {
  to { stroke-dashoffset: -100; }
}

.disc-dot {
  position: absolute;
  right: 7%;
  top: 45%;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.16);
}

.story-chapters {
  display: grid;
  gap: 24px;
  padding-bottom: 20vh;
}

.story-card {
  min-height: 47vh;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-top: 1px solid var(--line);
  opacity: 0.28;
  transform: translateX(45px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.story-card.is-active {
  opacity: 1;
  transform: translateX(0);
}

.story-card > span {
  margin-bottom: auto;
  color: var(--pink-deep);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.story-card h3 {
  margin: 0 0 18px;
  font-family: var(--display);
  font-size: clamp(2rem, 3.5vw, 4.2rem);
  font-weight: 400;
  line-height: 1;
}

.story-card p {
  max-width: 580px;
  margin-bottom: 0;
  color: #685f55;
  line-height: 1.8;
}

.portfolio {
  position: relative;
  padding: 150px clamp(24px, 7vw, 130px);
  overflow: hidden;
  background: var(--paper);
}

.portfolio::before {
  content: "PORTFOLIO";
  position: absolute;
  top: 0;
  right: -1vw;
  font-family: var(--display);
  font-size: clamp(6rem, 17vw, 16rem);
  color: rgba(11, 10, 8, 0.035);
  line-height: 0.8;
  pointer-events: none;
}

.portfolio-heading {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.25fr 0.55fr;
  gap: clamp(40px, 9vw, 140px);
  align-items: end;
  margin-bottom: 85px;
}

.portfolio-heading .eyebrow {
  color: #8b6414;
}

.portfolio-heading h2 {
  margin-bottom: 0;
}

.portfolio-heading h2 em {
  color: var(--pink-deep);
}

.portfolio-heading > p {
  margin-bottom: 8px;
  color: #675e54;
  font-size: 0.82rem;
  line-height: 1.8;
}

.portfolio-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 235px;
  gap: 15px;
}

.work-card {
  position: relative;
  grid-column: span 4;
  grid-row: span 2;
  overflow: hidden;
  background: var(--ink-soft);
}

.work-card-feature {
  grid-column: span 8;
  grid-row: span 3;
}

.work-card-tall {
  grid-column: span 4;
  grid-row: span 3;
}

.work-card-wide {
  grid-column: span 8;
}

.work-card::after {
  content: "→";
  position: absolute;
  z-index: 3;
  top: 22px;
  right: 22px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(11, 10, 8, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--paper);
  font-size: 0.86rem;
  backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.75s cubic-bezier(.2,.8,.2,1), filter 0.5s ease;
}

.work-card:nth-child(4) img,
.work-card:nth-child(5) img,
.work-card:nth-child(6) img {
  object-position: center top;
}

.work-card span {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  padding: 54px 24px 22px;
  display: grid;
  gap: 6px;
  color: var(--paper);
  background: linear-gradient(transparent, rgba(11, 10, 8, 0.8));
  transform: translateY(12px);
  transition: transform 0.4s ease;
}

.work-card small {
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.68;
}

.work-card strong {
  font-family: var(--display);
  font-size: clamp(1.4rem, 2.3vw, 2.35rem);
  font-weight: 400;
}

.work-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.06) contrast(1.02);
}

.work-card:hover span,
.work-card:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.pricing {
  position: relative;
  padding: 150px clamp(24px, 7vw, 130px);
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
}

.pricing::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  right: -180px;
  top: -120px;
  border-radius: 50%;
  border: 1px solid rgba(215, 139, 171, 0.18);
  box-shadow: 0 0 0 90px rgba(215, 139, 171, 0.025), 0 0 0 180px rgba(217, 174, 75, 0.02);
}

.section-heading {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 70px;
  align-items: end;
}

.pricing .eyebrow,
.packages .eyebrow,
.contact .eyebrow {
  color: var(--gold-light);
}

.pricing h2 em {
  color: var(--pink);
}

.pricing-note {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.pricing-note span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-light);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pricing-note p,
.price-footnote {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.76rem;
  line-height: 1.7;
}

.price-tabs {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 12px;
  margin: 75px 0 55px;
  overflow-x: auto;
  scrollbar-width: none;
}

.price-tabs::-webkit-scrollbar { display: none; }

.price-tab {
  flex: 0 0 auto;
  padding: 13px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 99px;
  background: transparent;
  color: rgba(255, 255, 255, 0.58);
  cursor: pointer;
  font-size: 0.64rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.price-tab:hover,
.price-tab.is-active {
  background: var(--cream);
  border-color: var(--cream);
  color: var(--ink);
}

.price-stage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.67fr 1.33fr;
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
}

.price-orb {
  position: relative;
  width: min(28vw, 410px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 27%, #fff0b5, transparent 14%),
    linear-gradient(145deg, #e9c66e, #a97520 70%);
  box-shadow: inset -28px -30px 55px rgba(63, 35, 4, 0.28), 0 42px 85px rgba(0, 0, 0, 0.42);
  transform: rotate(-8deg);
}

.price-orb::before,
.price-orb::after {
  content: "";
  position: absolute;
  inset: -12%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transform: rotateX(70deg) rotateZ(-12deg);
}

.price-orb::after {
  inset: -4%;
  border-color: rgba(215, 139, 171, 0.44);
  transform: rotateY(68deg) rotateZ(28deg);
}

.price-orb span {
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: 0.14em;
  color: rgba(11, 10, 8, 0.72);
}

.price-list {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.price-row {
  position: relative;
  min-height: 93px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  animation: priceIn 0.45s ease both;
}

@keyframes priceIn {
  from { opacity: 0; transform: translateY(16px); }
}

.price-row::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(215, 139, 171, 0.14), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.price-row:hover::before { transform: scaleX(1); }

.price-row h3 {
  margin: 0 0 6px;
  font-family: var(--display);
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 400;
}

.price-row p {
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.69rem;
}

.price-row strong {
  color: var(--gold-light);
  font-size: 0.92rem;
  font-weight: 600;
  white-space: nowrap;
}

.price-footnote {
  margin: 42px 0 0 calc(33.5% + clamp(50px, 8vw, 130px));
}

.packages {
  padding: 150px clamp(24px, 7vw, 130px);
  background: var(--beige);
}

.packages-top {
  max-width: 900px;
  margin-bottom: 80px;
}

.packages .eyebrow { color: #6f5016; }
.packages h2 em { color: var(--pink-deep); }

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  perspective: 1400px;
}

.package-card {
  position: relative;
  min-height: 590px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 0.18s ease-out, box-shadow 0.3s ease;
}

.package-card::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  top: 32%;
  right: -42%;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0.17;
  box-shadow: 0 0 0 40px transparent, 0 0 0 41px currentColor;
}

.package-card:hover {
  box-shadow: 0 35px 70px rgba(77, 53, 33, 0.2);
}

.package-light { background: var(--cream); }
.package-pink { background: var(--pink); }
.package-dark { background: var(--ink); color: var(--paper); }

.package-index {
  align-self: flex-end;
  font-family: var(--display);
  font-size: 3rem;
  opacity: 0.3;
}

.package-kicker {
  margin-bottom: 17px;
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.package-card h3 {
  margin: 0 0 26px;
  font-family: var(--display);
  font-size: clamp(2.5rem, 3.8vw, 4.3rem);
  font-weight: 400;
  line-height: 0.9;
}

.package-card > div > p:last-child {
  max-width: 330px;
  opacity: 0.65;
  font-size: 0.82rem;
  line-height: 1.7;
}

.package-price {
  display: grid;
  gap: 7px;
}

.package-price del { opacity: 0.45; font-size: 0.72rem; }
.package-price strong { font-family: var(--display); font-size: 2rem; font-weight: 500; }

.package-card > a {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid currentColor;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.about {
  padding: 150px clamp(24px, 9vw, 170px);
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(70px, 10vw, 170px);
  align-items: center;
  background: var(--paper);
}

.about-photo-wrap {
  position: relative;
}

.about-photo {
  position: relative;
  height: min(74vh, 780px);
  overflow: hidden;
  border-radius: 220px 220px 18px 18px;
  background: var(--cream);
}

.about-photo img {
  width: 100%;
  height: 123%;
  object-fit: cover;
  object-position: center 62%;
  transform: translateY(-17%);
}

.about-stamp {
  position: absolute;
  right: -47px;
  bottom: 11%;
  width: 104px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  font-family: var(--display);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 14px 40px rgba(110, 74, 14, 0.22);
}

.about-copy .eyebrow { color: #8b6414; }
.about-copy h2 em { color: var(--pink-deep); }

.about-copy blockquote {
  margin: 30px 0;
  padding: 22px 0 22px 30px;
  border-left: 1px solid var(--gold);
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.6vw, 2.6rem);
  font-style: italic;
  line-height: 1.2;
}

.about-copy > p {
  max-width: 620px;
  color: #645b51;
  line-height: 1.9;
}

.about-values {
  margin-top: 45px;
  display: grid;
  border-top: 1px solid var(--line);
}

.about-values span {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.social {
  padding: 140px clamp(24px, 7vw, 130px);
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 10vw;
  align-items: end;
  background: var(--pink);
}

.social h2 { margin-bottom: 0; }
.social h2 em { color: var(--cream); }

.social-cards {
  display: grid;
  gap: 16px;
  perspective: 1000px;
}

.social-card {
  min-height: 145px;
  padding: 20px 28px;
  display: grid;
  grid-template-columns: 96px 1fr auto;
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(11, 10, 8, 0.22);
  transform-style: preserve-3d;
  transition: transform 0.18s ease-out, background 0.3s ease;
}

.social-card:hover { background: rgba(255, 255, 255, 0.17); }

.social-card img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--ink);
}

.social-card div { display: grid; gap: 7px; }
.social-card span { font-size: 0.58rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.6; }
.social-card strong { font-family: var(--display); font-size: clamp(1.4rem, 2.4vw, 2.2rem); font-weight: 400; }
.social-card b { font-size: 1.4rem; font-weight: 400; }
.social-card .link-arrow { color: inherit; }

.location {
  position: relative;
  padding: 150px clamp(24px, 7vw, 130px);
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 6%, rgba(215, 139, 171, 0.22), transparent 28%),
    linear-gradient(145deg, #f8f1e8 0%, #efe2d2 100%);
}

.location::before {
  content: "FŐ 17";
  position: absolute;
  right: -0.05em;
  top: -0.12em;
  color: rgba(11, 10, 8, 0.035);
  font-family: var(--display);
  font-size: clamp(8rem, 19vw, 22rem);
  line-height: 1;
  pointer-events: none;
}

.location-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 8vw;
  align-items: end;
}

.location-heading h2 { margin-bottom: 0; }
.location-heading h2 em { color: var(--pink); }

.location-address {
  padding: 30px 0 5px;
  display: grid;
  gap: 17px;
  border-top: 1px solid var(--ink);
}

.location-address > span {
  color: #85786b;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.location-address strong {
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: 400;
  line-height: 1.08;
}

.location-landmark {
  margin-top: -7px;
  color: #6f6257 !important;
  font-size: 0.72rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
}

.location-address a {
  width: max-content;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--ink);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.location-address a .link-arrow { color: inherit; }
.location-address .route-link { padding-bottom: 0; border-bottom: 0; }

.location-map {
  position: relative;
  min-height: 560px;
  padding: 13px;
  overflow: hidden;
  border: 1px solid rgba(11, 10, 8, 0.22);
  background: var(--ink);
  box-shadow: 0 35px 90px rgba(62, 39, 26, 0.16);
}

.location-map iframe {
  width: 100%;
  height: 560px;
  display: block;
  border: 0;
  filter: grayscale(0.88) sepia(0.15) contrast(1.06);
}

.map-consent {
  min-height: 534px;
  padding: clamp(42px, 7vw, 92px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--paper);
  background:
    radial-gradient(circle at 80% 25%, rgba(215, 139, 171, 0.22), transparent 27%),
    radial-gradient(circle at 18% 76%, rgba(216, 174, 76, 0.18), transparent 32%),
    linear-gradient(125deg, #0b0a08 0%, #1d1712 56%, #090807 100%);
}

.map-consent::before {
  content: "";
  position: absolute;
  inset: 13px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to right, black, transparent 82%);
}

.map-consent > * { position: relative; z-index: 1; }
.map-consent .eyebrow { color: var(--gold-light); }
.map-consent h3 {
  max-width: 720px;
  margin: 18px 0 22px;
  font-family: var(--display);
  font-size: clamp(3.2rem, 7vw, 7rem);
  font-weight: 400;
  line-height: .88;
}
.map-consent h3 em { color: var(--pink); font-weight: 400; }
.map-consent > p:not(.eyebrow) { max-width: 590px; color: rgba(255,255,255,.62); line-height: 1.75; }
.map-consent-actions { margin-top: 28px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.map-consent-actions button { border: 0; cursor: pointer; }
.map-consent-actions a { color: var(--paper); font-size: .65rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.map-consent small { margin-top: 24px; color: rgba(255,255,255,.42); font-size: .62rem; }
.map-consent small a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }
.location-map.is-loaded .map-orbit { animation: mapLoaded 600ms ease both; }

@keyframes mapLoaded {
  from { opacity: 0; transform: scale(.8) rotate(-8deg); }
  to { opacity: 1; transform: none; }
}

.map-orbit {
  position: absolute;
  right: 38px;
  bottom: 38px;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 50%;
  background: rgba(11, 10, 8, 0.88);
  color: var(--gold-light);
  box-shadow: 0 15px 45px rgba(0,0,0,.28);
}

.map-orbit::before,
.map-orbit::after {
  content: "";
  position: absolute;
  inset: 13px;
  border: 1px solid rgba(215, 139, 171, 0.5);
  border-radius: 50%;
}

.map-orbit::after { inset: -11px 30px; transform: rotate(55deg); }
.map-orbit span { font-family: var(--display); font-size: 1rem; letter-spacing: 0.2em; }

.parking-intro {
  margin: 80px 0 32px;
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 7vw;
  align-items: start;
}

.parking-intro > p:last-child {
  max-width: 720px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.2;
}

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

.parking-card {
  min-height: 430px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(11, 10, 8, 0.22);
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.parking-card:hover {
  transform: translateY(-9px);
  box-shadow: 0 28px 65px rgba(62, 39, 26, 0.15);
}

.parking-paid { background: rgba(255, 255, 255, 0.44); }
.parking-free { background: var(--ink); color: var(--paper); }

.parking-tag {
  width: max-content;
  padding: 8px 11px;
  border: 1px solid currentColor;
  border-radius: 99px;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.parking-card > div {
  margin: 55px 0 28px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
}

.parking-card > div b { color: var(--pink); font-size: 0.65rem; letter-spacing: 0.12em; }
.parking-free > div b { color: var(--gold); }

.parking-card strong {
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 400;
  line-height: 0.95;
}

.parking-card p {
  margin: 0 0 30px;
  color: #75695d;
  font-size: 0.79rem;
  line-height: 1.75;
}

.parking-free p { color: rgba(255,255,255,.62); }
.parking-card small { margin-top: auto; font-size: 0.58rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }

.parking-note {
  margin-top: 14px;
  padding: 25px 28px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 30px;
  align-items: center;
  border: 1px solid rgba(11, 10, 8, 0.22);
  background: var(--gold);
}

.parking-note span,
.parking-note a { font-size: 0.56rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.parking-note p { margin: 0; font-size: 0.7rem; line-height: 1.65; }
.parking-note a { white-space: nowrap; border-bottom: 1px solid var(--ink); }

.faq {
  padding: 145px clamp(24px, 9vw, 170px);
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(60px, 9vw, 150px);
  background: #fdf9f3;
}

.faq-heading { position: sticky; top: 125px; align-self: start; }
.faq-heading h2 { margin-bottom: 28px; }
.faq-heading h2 em { color: var(--pink-deep); }
.faq-heading > p:last-child { max-width: 410px; color: #76695e; line-height: 1.8; }
.faq-list { border-top: 1px solid rgba(11, 10, 8, 0.22); }
.faq details { border-bottom: 1px solid rgba(11, 10, 8, 0.22); }

.faq summary {
  min-height: 104px;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  cursor: pointer;
  list-style: none;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.25vw, 2.25rem);
  line-height: 1.18;
}

.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--pink-deep); font-family: var(--sans); font-size: 1.5rem; font-weight: 300; transition: transform 0.3s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details > p { max-width: 720px; margin: -6px 0 32px; color: #6f6257; line-height: 1.85; }
.faq details a { color: var(--pink-deep); text-decoration: underline; text-underline-offset: 4px; }

.contact {
  position: relative;
  min-height: 100vh;
  padding: 130px 24px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(215, 139, 171, 0.17), transparent 36%),
    var(--ink);
  color: var(--paper);
}

.contact-ring {
  position: absolute;
  width: min(78vw, 1000px);
  aspect-ratio: 1;
  border: 1px solid rgba(217, 174, 75, 0.2);
  border-radius: 50%;
  animation: slowPulse 6s ease-in-out infinite;
}

.contact-ring::before,
.contact-ring::after {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.contact-ring::after { inset: 22%; border-color: rgba(215, 139, 171, 0.13); }

.contact-ring span {
  position: absolute;
  top: 4%;
  left: 50%;
  padding: 0 15px;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.55rem;
  letter-spacing: 0.32em;
  transform: translateX(-50%);
  white-space: nowrap;
}

@keyframes slowPulse {
  50% { transform: scale(1.035); }
}

.contact-inner {
  position: relative;
  z-index: 2;
  width: min(850px, 92vw);
  text-align: center;
}

.contact h2 { font-size: clamp(4.3rem, 9vw, 10.5rem); }
.contact h2 em { color: var(--pink); }

.contact-details {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-details a {
  padding: 26px 14px;
  color: rgba(255, 255, 255, 0.57);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.7rem;
  letter-spacing: 0.07em;
  line-height: 1.6;
  transition: color 0.3s ease;
}

.contact-details a:last-child { border-right: 0; }
.contact-details a:hover { color: var(--gold-light); }

footer {
  padding: 42px clamp(24px, 5vw, 80px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.35);
}

.footer-mark { color: var(--gold); }
.footer-mark img { width: 205px; height: 88px; }
footer p { margin: 0; font-size: 0.58rem; letter-spacing: 0.08em; }
footer > div { justify-self: end; display: flex; gap: 24px; font-size: 0.58rem; text-transform: uppercase; letter-spacing: 0.12em; }

.floating-book {
  position: fixed;
  z-index: 90;
  right: 28px;
  bottom: 26px;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.28);
  transition: transform 0.3s ease;
}

.floating-book:hover { transform: rotate(8deg) scale(1.06); }
.floating-book span { font-size: 0.53rem; font-weight: 800; letter-spacing: 0.13em; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto auto; gap: 14px; }
  .nav-cta { min-width: 100px; }
  .menu-toggle {
    width: 42px;
    height: 42px;
    display: grid;
    place-content: center;
    gap: 7px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    background: transparent;
    color: white;
    justify-self: end;
  }
  .menu-toggle span { width: 17px; height: 1px; background: currentColor; transition: .3s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu {
    position: fixed;
    z-index: 89;
    inset: 0;
    padding: 130px 32px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    background: var(--ink);
    color: var(--paper);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: .35s ease;
  }
  .mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; }
  .mobile-menu a { padding: 9px 0; font-family: var(--display); font-size: clamp(2.5rem, 10vw, 5rem); border-bottom: 1px solid rgba(255,255,255,.13); }
  .hero { grid-template-columns: 1fr 0.85fr; }
  .hero-scene { width: min(48vw, 570px); height: 65vh; }
  .story-layout { grid-template-columns: 0.8fr 1.2fr; gap: 40px; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card { min-height: 500px; }
  .social { grid-template-columns: 1fr; }
  .location-heading { grid-template-columns: 1fr; gap: 40px; }
  .parking-grid { grid-template-columns: 1fr 1fr; }
  .parking-free { grid-column: span 2; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; padding: 0 18px; }
  .nav-cta { display: none; }
  .wordmark img { width: 118px; height: 50px; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero {
    min-height: 980px;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 28px;
    padding: 130px 24px 60px;
  }
  h1 { font-size: clamp(3.65rem, 17vw, 5.8rem); }
  .hero h1 { font-size: clamp(3.15rem, 13.8vw, 4rem); }
  .hero-copy { order: 1; }
  .hero-scene { order: 2; width: 100%; height: 510px; }
  .portrait-shell { inset: 4% 11% 1% 12%; }
  .sphere-gold { width: 48px; height: 48px; }
  .tag-top { right: -5%; }
  .tag-bottom { left: -4%; }
  .hero-actions { gap: 22px; }
  .hero-actions .text-link { display: none; }
  .hero-side-note, .scroll-cue { display: none; }
  .marquee { padding: 15px 0; }
  .loop-story,
  .portfolio,
  .pricing,
  .packages,
  .about,
  .social,
  .location,
  .faq { padding: 100px 24px; }
  h2 { font-size: clamp(3.1rem, 15vw, 5.2rem); }
  .story-intro { margin-bottom: 50px; }
  .story-layout { display: block; }
  .story-visual { top: 92px; z-index: 3; height: auto; margin: 0 auto 55px; pointer-events: none; }
  .loop-disc { width: 73vw; max-width: 320px; }
  .story-chapters { padding-bottom: 0; }
  .story-card { min-height: 60vh; padding: 36px 8px; background: rgba(247,240,230,.92); }
  .portfolio-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 50px; }
  .portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 230px; gap: 9px; }
  .work-card,
  .work-card-feature,
  .work-card-tall,
  .work-card-wide { grid-column: span 1; grid-row: span 2; }
  .work-card-feature { grid-column: span 2; }
  .work-card span { padding: 46px 16px 16px; transform: none; }
  .work-card::after { top: 12px; right: 12px; opacity: 1; transform: none; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .pricing-note { max-width: 380px; }
  .price-tabs { margin: 48px 0 40px; }
  .price-stage { grid-template-columns: 1fr; }
  .price-orb { width: 64vw; max-width: 290px; justify-self: center; margin-bottom: 20px; }
  .price-row { min-height: 88px; }
  .price-footnote { margin-left: 0; }
  .packages-top { margin-bottom: 50px; }
  .package-card { min-height: 520px; padding: 28px; }
  .about { grid-template-columns: 1fr; }
  .about-photo { height: 580px; border-radius: 190px 190px 16px 16px; }
  .about-stamp { right: -7px; }
  .social-card { grid-template-columns: 72px 1fr auto; padding: 18px; gap: 14px; }
  .social-card img { width: 72px; height: 72px; }
  .location-heading { margin-bottom: 45px; }
  .location-map { min-height: 410px; padding: 8px; }
  .location-map iframe { height: 410px; }
  .map-consent { min-height: 394px; padding: 34px 26px; }
  .map-consent h3 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .map-consent-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .map-orbit { right: 24px; bottom: 24px; width: 88px; height: 88px; }
  .parking-intro { margin-top: 55px; grid-template-columns: 1fr; gap: 12px; }
  .parking-grid { grid-template-columns: 1fr; }
  .parking-free { grid-column: auto; }
  .parking-card { min-height: 380px; }
  .parking-note { grid-template-columns: 1fr; gap: 14px; }
  .parking-note a { width: max-content; white-space: normal; }
  .faq { grid-template-columns: 1fr; gap: 45px; }
  .faq-heading { position: static; }
  .faq summary { min-height: 86px; padding: 24px 0; }
  .contact { min-height: 850px; }
  .contact-ring { width: 130vw; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-details a { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer-mark img { width: 160px; height: 72px; }
  footer > div { justify-self: center; }
  .floating-book { width: 70px; height: 70px; right: 16px; bottom: 16px; }
  .floating-book span { font-size: .46rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .cursor-glow { display: none; }
}
