:root {
  --ink: #080708;
  --ink-soft: #100c0e;
  --wine: #5a0a27;
  --pink: #d31355;
  --rose: #f0a4ba;
  --paper: #f2ede8;
  --paper-2: #ded5cf;
  --muted: #9d9498;
  --line: rgba(255,255,255,.14);
  --display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --pad: clamp(22px, 4.6vw, 76px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); overflow-x: clip; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--pink); color: #fff; }

.skip-link { position: fixed; top: -100px; left: 20px; z-index: 1000; background: var(--paper); color: var(--ink); padding: 12px 18px; }
.skip-link:focus { top: 16px; }

.site-header { height: 78px; padding: 0 var(--pad); position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid transparent; transition: background .35s, height .35s, border-color .35s; }
.site-header.is-scrolled { height: 66px; background: rgba(8,7,8,.9); backdrop-filter: blur(18px); border-color: var(--line); }
.brand { justify-self: start; display: flex; align-items: center; gap: 11px; font-size: 11px; letter-spacing: .16em; font-weight: 700; }
.brand-mark { display: grid; place-items: center; width: 34px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-family: var(--display); font-size: 14px; letter-spacing: -.08em; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 38px); }
.site-nav a { color: #c8bfc3; font-size: 11px; letter-spacing: .09em; transition: color .2s; }
.site-nav a:hover, .site-nav a:focus-visible { color: #fff; }
.header-cta { justify-self: end; font-size: 11px; letter-spacing: .09em; border-bottom: 1px solid rgba(255,255,255,.5); padding: 8px 0; }
.header-cta span { color: var(--rose); margin-left: 5px; }
.menu-toggle { display: none; }

.hero { min-height: 100svh; position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(340px, .98fr); align-items: center; padding: 130px var(--pad) 70px; isolation: isolate; overflow: hidden; }
.hero::before { content: "ROXANA"; position: absolute; left: -1.5vw; top: 50%; translate: 0 -46%; z-index: -2; font: 400 clamp(100px, 17vw, 260px)/.8 var(--display); letter-spacing: -.07em; color: rgba(255,255,255,.018); white-space: nowrap; }
.hero-glow { position: absolute; width: min(70vw, 950px); height: min(70vw, 950px); right: -20%; top: -14%; border-radius: 50%; background: radial-gradient(circle, rgba(153,9,58,.26), rgba(8,7,8,0) 69%); filter: blur(20px); z-index: -2; }
.hero-copy { padding: 5vh 3vw 0 0; max-width: 780px; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 26px; color: #9f9599; font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow > span { width: 35px; height: 1px; background: var(--pink); }
.eyebrow.light { color: #bbb1b5; }
.hero h1, h2 { margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: -.065em; }
.hero h1 { font-size: clamp(74px, 10vw, 154px); line-height: .78; }
h2 { font-size: clamp(51px, 7.3vw, 112px); line-height: .89; }
.hero h1 em, h2 em { color: var(--rose); font-weight: 400; }
.hero-lede { max-width: 540px; margin: 38px 0 30px; color: #b5abad; font-size: clamp(15px, 1.5vw, 18px); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; padding: 0 24px; border: 1px solid transparent; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; cursor: pointer; transition: transform .25s, background .25s, border-color .25s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--paper); color: var(--ink); }
.button-primary:hover { background: #fff; }
.button-primary span { color: var(--pink); font-size: 15px; }
.button-outline { border-color: rgba(255,255,255,.35); background: transparent; }
.button-outline:hover { border-color: #fff; background: rgba(255,255,255,.05); }
.text-link { display: inline-flex; align-items: center; gap: 17px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,.23); padding: 9px 0; }
.text-link span { color: var(--pink); }
.hero-signature { margin-top: 45px; display: flex; align-items: center; gap: 13px; }
.hero-signature img { width: 43px; height: 43px; object-fit: cover; border-radius: 50%; border: 1px solid #635258; }
.hero-signature div { display: grid; gap: 3px; }
.hero-signature strong { font: italic 16px var(--display); }
.hero-signature span { color: #7f767a; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }

.hero-art { height: min(75vh, 840px); position: relative; display: grid; place-items: center; }
.hero-frame { width: min(42vw, 570px); height: 92%; position: relative; overflow: hidden; border-radius: 50% 50% 8px 8px / 24% 24% 8px 8px; border: 1px solid rgba(255,255,255,.13); background: #0b0809; box-shadow: 0 50px 100px rgba(0,0,0,.6); }
.hero-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 100px 40px #080708; pointer-events: none; }
.hero-sculpture { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; mix-blend-mode: screen; filter: contrast(1.13) saturate(.95); }
.webgl-canvas { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; display: block; opacity: 0; transition: opacity .7s ease; touch-action: none; }
.webgl-ready .webgl-canvas { opacity: 1; }
.webgl-ready .hero-sculpture { opacity: .08; }
.webgl-label { position: absolute; z-index: 4; left: 18px; bottom: 16px; display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.48); font-size: 8px; letter-spacing: .17em; text-transform: uppercase; pointer-events: none; opacity: 0; transition: opacity .4s ease; }
.webgl-ready .webgl-label { opacity: 1; }
.webgl-label i { display: block; width: 5px; aspect-ratio: 1; border-radius: 50%; background: var(--pink); box-shadow: 0 0 12px var(--pink); }
.art-note { position: absolute; right: -20px; bottom: 8%; writing-mode: vertical-rl; font: italic 13px var(--display); letter-spacing: .08em; color: #96898e; }
.art-note span { color: var(--pink); margin-bottom: 12px; font: 9px var(--sans); }
.orbit { position: absolute; border: 1px solid rgba(216,84,127,.22); border-radius: 50%; pointer-events: none; }
.orbit::after { content: ""; width: 8px; aspect-ratio: 1; position: absolute; border-radius: 50%; background: var(--rose); box-shadow: 0 0 28px var(--pink); }
.orbit-one { width: 83%; aspect-ratio: 1; transform: rotate(-24deg); }
.orbit-one::after { top: 5%; left: 22%; }
.orbit-two { width: 66%; aspect-ratio: 1; transform: rotate(35deg); }
.orbit-two::after { right: 3%; bottom: 27%; }
.scroll-cue { position: absolute; left: var(--pad); bottom: 25px; display: flex; align-items: center; gap: 10px; color: #61595c; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.scroll-cue span { width: 45px; height: 1px; background: #423a3d; }

.marquee { overflow: hidden; border-block: 1px solid var(--line); background: #0c090a; }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 35px; padding: 22px 0; animation: marquee 25s linear infinite; }
.marquee span { font: italic 17px var(--display); letter-spacing: .16em; color: #7d7276; }
.marquee i { width: 5px; height: 5px; background: var(--pink); rotate: 45deg; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-pad { padding: clamp(90px, 12vw, 180px) var(--pad); }
.section-index { color: #9a8f93; font-size: 9px; letter-spacing: .18em; }
.intro { background: var(--paper); color: var(--ink); display: grid; grid-template-columns: .36fr 1.65fr .8fr; gap: 40px; align-items: end; }
.intro .eyebrow, .services .eyebrow, .experience .eyebrow, .faq .eyebrow, .final-cta .eyebrow { color: #6f6668; }
.intro h2 { font-size: clamp(46px, 6.4vw, 96px); }
.intro h2 em, .services h2 em, .experience h2 em, .faq h2 em, .final-cta h2 em { color: var(--wine); }
.intro-note { border-left: 1px solid rgba(8,7,8,.22); padding-left: 28px; }
.intro-note p { font: 18px/1.75 var(--display); color: #534b4d; margin: 0 0 22px; }
.intro-note .text-link { border-color: rgba(8,7,8,.2); }

.services { background: var(--paper); color: var(--ink); padding-top: 20px; }
.section-heading { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 70px; }
.section-heading h2 { font-size: clamp(54px, 7vw, 104px); }
.section-heading > p { max-width: 420px; margin: 0 0 10px; color: #5e5557; line-height: 1.7; }
.service-list { border-top: 1px solid rgba(8,7,8,.2); }
.service-row { min-height: 150px; display: grid; grid-template-columns: 70px minmax(0, 1fr) auto; align-items: center; gap: 30px; border-bottom: 1px solid rgba(8,7,8,.2); position: relative; overflow: hidden; }
.service-row::before { content: ""; position: absolute; inset: 0; background: var(--ink); transform: translateY(102%); transition: transform .45s cubic-bezier(.22,1,.36,1); }
.service-row:hover::before { transform: none; }
.service-row > * { position: relative; z-index: 1; }
.service-row:hover { color: var(--paper); }
.service-no { align-self: start; margin-top: 42px; color: #968c8f; font-size: 10px; }
.service-row h3 { margin: 0 0 8px; font: 400 clamp(26px, 3.2vw, 46px)/1 var(--display); }
.service-row p { margin: 0; color: #6f6668; font-size: 13px; line-height: 1.6; transition: color .3s; }
.service-row:hover p { color: #9e9498; }
.service-book { border: 0; background: transparent; border-bottom: 1px solid rgba(8,7,8,.3); padding: 9px 0; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.service-row:hover .service-book { border-color: rgba(255,255,255,.3); }
.service-book span { color: var(--pink); margin-left: 12px; }

.portfolio { background: #0a0809; }
.portfolio-head { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; margin-bottom: 70px; }
.portfolio-head .eyebrow { grid-column: 1 / -1; }
.portfolio-head h2 { font-size: clamp(54px, 7vw, 106px); }
.portfolio-head .button { margin-bottom: 10px; }
.gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: 250px; gap: 12px; }
.gallery-item { margin: 0; position: relative; overflow: hidden; grid-column: span 4; }
.gallery-item.gallery-tall { grid-column: span 5; grid-row: span 2; }
.gallery-item.gallery-wide { grid-column: span 5; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.22,1,.36,1), filter .5s; }
.gallery-item:hover img { transform: scale(1.035); filter: brightness(.8); }
.gallery-item::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.75)); }
.gallery-item figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 18px; display: flex; justify-content: space-between; align-items: end; }
.gallery-item figcaption span { font: italic 24px var(--display); }
.gallery-item figcaption small { color: #bdb4b7; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.portfolio-caption { margin: 16px 0 0; text-align: right; color: #70676a; font-size: 9px; letter-spacing: .1em; }

.experience { background: var(--paper); color: var(--ink); display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1fr); gap: clamp(50px, 9vw, 140px); align-items: center; }
.experience-visual { position: relative; min-height: 650px; }
.eye-crop { position: absolute; inset: 0 8% 0 0; overflow: hidden; border-radius: 50% 50% 0 0 / 30% 30% 0 0; }
.eye-crop img { width: 100%; height: 100%; object-fit: cover; }
.floating-word { position: absolute; bottom: -35px; right: -10px; font: italic 150px/.7 var(--display); color: transparent; -webkit-text-stroke: 1px rgba(89,10,39,.35); }
.experience h2 { font-size: clamp(50px, 6.5vw, 93px); }
.experience .lead { font: italic 21px/1.55 var(--display); color: #554c4e; max-width: 520px; }
.principles { margin: 45px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(8,7,8,.17); }
.principles li { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(8,7,8,.17); }
.principles li > span { color: var(--wine); font-size: 9px; padding-top: 5px; }
.principles strong { font: 21px var(--display); }
.principles p { color: #706668; margin: 7px 0 0; font-size: 12px; line-height: 1.6; }

.booking { background: radial-gradient(circle at 15% 50%, rgba(118,8,45,.22), transparent 38%), #0a0809; display: grid; grid-template-columns: minmax(0,.8fr) minmax(380px,1fr); gap: clamp(60px, 10vw, 150px); align-items: start; }
.booking h2 { font-size: clamp(54px, 6.5vw, 96px); }
.booking-intro > p:not(.eyebrow) { max-width: 530px; color: #a69b9f; line-height: 1.75; }
.booking-contact { margin-top: 50px; padding-top: 20px; border-top: 1px solid var(--line); display: grid; gap: 12px; }
.booking-contact span { color: #756c6f; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.booking-contact a { font: italic 25px var(--display); }
.booking-contact b { color: var(--pink); font: 14px var(--sans); margin-left: 10px; }
.booking-form { background: var(--paper); color: var(--ink); padding: clamp(26px, 4vw, 54px); box-shadow: 0 40px 100px rgba(0,0,0,.4); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.field { display: grid; gap: 10px; margin-bottom: 26px; }
.field span { color: #716769; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 0; border-bottom: 1px solid #bcb1ab; border-radius: 0; background: transparent; color: var(--ink); padding: 7px 0 13px; outline: 0; transition: border-color .2s; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--wine); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: #b3003c; }
.field textarea { resize: vertical; min-height: 85px; }
.form-error { min-height: 18px; color: #a00036; font-size: 11px; }
.form-submit { width: 100%; background: var(--ink); color: #fff; margin-top: 4px; }
.form-submit:hover { background: var(--wine); }
.booking-form > small { display: block; color: #827779; font-size: 9px; line-height: 1.5; margin-top: 12px; }

.faq { background: var(--paper); color: var(--ink); display: grid; grid-template-columns: .72fr 1fr; gap: clamp(60px, 10vw, 150px); }
.faq h2 { font-size: clamp(54px, 6.4vw, 94px); }
.faq-heading > p:not(.eyebrow) { color: #6e6466; max-width: 420px; line-height: 1.7; }
.accordion { border-top: 1px solid rgba(8,7,8,.2); }
.accordion details { border-bottom: 1px solid rgba(8,7,8,.2); }
.accordion summary { min-height: 95px; list-style: none; display: grid; grid-template-columns: 38px 1fr 24px; align-items: center; gap: 20px; cursor: pointer; font: 22px var(--display); }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--wine); font: 9px var(--sans); }
.accordion summary i { width: 17px; height: 17px; position: relative; }
.accordion summary i::before, .accordion summary i::after { content: ""; position: absolute; left: 0; top: 8px; width: 17px; height: 1px; background: var(--ink); transition: rotate .25s; }
.accordion summary i::after { rotate: 90deg; }
.accordion details[open] summary i::after { rotate: 0deg; }
.accordion details p { margin: -8px 40px 28px 58px; color: #6e6466; font-size: 13px; line-height: 1.75; }

.instagram-strip { background: #0c090a; display: grid; grid-template-columns: .75fr 1fr; gap: clamp(50px, 8vw, 120px); align-items: center; overflow: hidden; }
.insta-copy { position: relative; z-index: 2; }
.outline-number { position: absolute; z-index: -1; left: -30px; top: -140px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.07); font: 300px var(--display); }
.insta-copy h2 { font-size: clamp(52px, 6vw, 90px); }
.insta-copy .button { margin-top: 38px; }
.insta-stack { min-height: 590px; position: relative; perspective: 1000px; }
.insta-stack img { position: absolute; width: 53%; aspect-ratio: 4 / 5; object-fit: cover; box-shadow: 0 35px 80px rgba(0,0,0,.55); border: 1px solid rgba(255,255,255,.12); }
.insta-stack img:nth-child(1) { left: 0; top: 10%; rotate: -6deg; }
.insta-stack img:nth-child(2) { left: 27%; top: 0; z-index: 2; }
.insta-stack img:nth-child(3) { right: 0; top: 14%; rotate: 7deg; }

.final-cta { background: var(--paper); color: var(--ink); text-align: center; position: relative; isolation: isolate; overflow: hidden; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { font-size: clamp(65px, 9vw, 138px); }
.final-cta > p:not(.eyebrow) { color: #6a6062; margin: 30px auto; }
.final-cta > div:not(.final-orb) { display: flex; justify-content: center; align-items: center; gap: 35px; }
.final-cta .button-primary { background: var(--ink); color: #fff; }
.final-cta .text-link { border-color: rgba(8,7,8,.25); }
.final-orb { position: absolute; z-index: -1; width: min(54vw, 750px); aspect-ratio: 1; border-radius: 50%; left: 50%; top: 50%; translate: -50% -50%; background: radial-gradient(circle at 34% 25%, #fff, #e4b4c1 20%, #82183d 48%, #1a0a10 72%); opacity: .15; filter: blur(4px); box-shadow: inset -40px -40px 90px rgba(0,0,0,.5); }

.site-footer { background: #070607; padding: 80px var(--pad) 0; }
.footer-main { display: grid; grid-template-columns: 1fr 180px 190px; gap: 60px; padding-bottom: 70px; }
.footer-brand { display: grid; grid-template-columns: auto 1fr; align-items: start; column-gap: 20px; }
.footer-brand h2 { font: 400 clamp(40px, 5vw, 72px)/.8 var(--display); letter-spacing: -.04em; }
.footer-brand p { grid-column: 2; color: #776d70; font-size: 11px; line-height: 1.7; }
.footer-col { display: grid; align-content: start; gap: 14px; }
.footer-col > span { color: #645b5e; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 10px; }
.footer-col a { color: #bcb2b6; font: 17px var(--display); }
.footer-col p { color: #766c6f; font-size: 12px; line-height: 1.7; margin: 4px 0 0; }
.footer-bottom { padding: 18px 0; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #51494c; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.developer-credit { text-align: center; padding: 12px 0 8px; color: #292426; font-size: 7px; letter-spacing: .05em; }
.developer-credit a { color: #373033; }
.mobile-book { display: none; }

.reveal { opacity: 1; transform: none; transition: opacity .85s ease, transform .85s cubic-bezier(.22,1,.36,1); }
.reveal[data-delay="1"] { transition-delay: .16s; }
.reveal.is-visible { opacity: 1; transform: none; }
.hero .reveal { opacity: 1; transform: none; animation: hero-enter .9s cubic-bezier(.22,1,.36,1) both; }
.hero .reveal[data-delay="1"] { animation-delay: .14s; }
@keyframes hero-enter { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { display: flex; align-items: center; gap: 10px; border: 0; background: none; padding: 8px 0; cursor: pointer; }
  .menu-label { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
  .menu-lines { width: 22px; height: 10px; border-block: 1px solid #fff; transition: rotate .25s; }
  .menu-open .menu-lines { rotate: 90deg; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; background: rgba(8,7,8,.98); border-bottom: 1px solid var(--line); padding: 22px var(--pad) 28px; display: grid; gap: 0; transform: translateY(-115%); opacity: 0; pointer-events: none; transition: transform .35s, opacity .35s; z-index: -1; }
  .menu-open .site-nav { transform: none; opacity: 1; pointer-events: auto; }
  .site-nav a { font: 32px/1.2 var(--display); color: var(--paper); padding: 11px 0; border-bottom: 1px solid var(--line); }
  .header-cta { display: none; }
  .hero { grid-template-columns: minmax(0,1.1fr) minmax(280px,.9fr); }
  .hero h1 { font-size: clamp(68px, 11vw, 104px); }
  .hero-frame { width: 42vw; }
  .intro { grid-template-columns: 1fr 2fr; }
  .intro-note { grid-column: 2; }
  .gallery { grid-auto-rows: 210px; }
  .experience { gap: 60px; }
  .experience-visual { min-height: 520px; }
  .booking, .faq { gap: 60px; }
  .instagram-strip { grid-template-columns: 1fr; }
  .insta-stack { min-height: 540px; }
}

@media (max-width: 740px) {
  :root { --pad: 20px; }
  .site-header { height: 66px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 115px; padding-bottom: 55px; }
  .hero::before { font-size: 34vw; top: 27%; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(67px, 22.5vw, 100px); line-height: .82; }
  .hero-lede { font-size: 14px; margin: 27px 0 24px; }
  .hero-actions { gap: 23px; }
  .hero-actions .button { min-height: 50px; padding: 0 17px; gap: 17px; }
  .hero-signature { margin-top: 30px; }
  .hero-art { height: 520px; margin: 35px -20px 0; }
  .hero-frame { width: 86vw; height: 100%; }
  .art-note { right: 9px; }
  .scroll-cue { display: none; }
  .marquee-track { padding: 17px 0; }
  .section-pad { padding-block: 90px; }
  .intro { grid-template-columns: 1fr; gap: 24px; }
  .intro-copy, .intro-note { grid-column: auto; }
  .intro h2, .section-heading h2, .portfolio-head h2, .experience h2, .booking h2, .faq h2, .insta-copy h2 { font-size: clamp(48px, 15vw, 68px); }
  .intro-note { border-left: 0; border-top: 1px solid rgba(8,7,8,.2); padding: 22px 0 0; }
  .section-heading { display: grid; gap: 22px; margin-bottom: 44px; }
  .service-row { grid-template-columns: 34px 1fr; gap: 12px; padding: 28px 0; }
  .service-row .service-no { margin: 7px 0 0; }
  .service-row h3 { font-size: 30px; }
  .service-book { grid-column: 2; justify-self: start; margin-top: 7px; }
  .portfolio-head { grid-template-columns: 1fr; margin-bottom: 40px; }
  .portfolio-head .button { justify-self: start; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 230px; gap: 7px; }
  .gallery-item, .gallery-item.gallery-tall, .gallery-item.gallery-wide { grid-column: span 1; grid-row: span 1; }
  .gallery-item.gallery-tall { grid-row: span 2; }
  .gallery-item.gallery-wide { grid-column: span 2; }
  .gallery-item figcaption { left: 12px; right: 12px; bottom: 12px; display: grid; }
  .gallery-item figcaption span { font-size: 19px; }
  .gallery-item figcaption small { margin-top: 3px; }
  .experience { grid-template-columns: 1fr; }
  .experience-visual { min-height: 480px; order: 2; }
  .eye-crop { right: 0; }
  .floating-word { font-size: 110px; right: 0; }
  .booking, .faq { grid-template-columns: 1fr; }
  .booking { gap: 45px; }
  .booking-form { margin-inline: -5px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .faq { gap: 45px; }
  .accordion summary { min-height: 80px; font-size: 19px; grid-template-columns: 28px 1fr 18px; gap: 12px; }
  .accordion details p { margin: -3px 20px 24px 40px; }
  .instagram-strip { gap: 55px; }
  .insta-stack { min-height: 430px; margin-inline: -10px; }
  .insta-stack img { width: 57%; }
  .final-cta { padding-block: 110px; }
  .final-cta h2 { font-size: clamp(63px, 20vw, 88px); }
  .final-cta > div:not(.final-orb) { gap: 22px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 50px 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 8px; }
  .mobile-book { position: fixed; z-index: 90; left: 14px; right: 14px; bottom: 12px; min-height: 51px; background: var(--paper); color: var(--ink); display: flex; align-items: center; justify-content: space-between; padding: 0 20px; font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; box-shadow: 0 10px 40px rgba(0,0,0,.5); }
  .mobile-book span { color: var(--pink); font-size: 15px; }
  .developer-credit { padding-bottom: 78px; }
}

@media (max-width: 390px) {
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-signature span { font-size: 8px; }
  .gallery { grid-auto-rows: 200px; }
  .gallery-item figcaption small { display: none; }
  .booking-form { padding-inline: 22px; }
  .final-cta > div:not(.final-orb) { flex-direction: column; }
}

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