/* Palette, Manrope typography and gold finishes match Drobyshev Club. */
:root {
  --bg: #020202;
  --surface: #100e0a;
  --surface-2: #19150e;
  --text: #f7f1e3;
  --muted: #beb8ac;
  --gold: #d6aa4f;
  --gold-soft: #f8df9b;
  --line: rgba(232, 190, 104, .22);
  --gold-gradient: linear-gradient(115deg, #f8df9b, #d6aa4f 66%, #bd842f);
  --font: 'Manrope', Arial, Helvetica, sans-serif;
  color-scheme: dark;
  font-family: var(--font);
  font-size: 18px;
  color: var(--text);
  background: var(--bg);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

* { box-sizing: border-box; }
body { margin: 0; background: radial-gradient(ellipse at 70% 8%, #ad792709, transparent 23%), var(--bg); }
body:has(dialog[open]) { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a, input, textarea, summary { -webkit-tap-highlight-color: transparent; }
button { color: inherit; cursor: pointer; border: 0; }
img { display: block; max-width: 100%; }
svg { display: block; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--gold-soft); outline-offset: 5px; }
::selection { background: var(--gold-soft); color: var(--bg); }
h1, h2, h3, h4, p { margin: 0; }
.container { width: min(1320px, calc(100% - 96px)); margin-inline: auto; }
.icon { width: 24px; height: 24px; flex-shrink: 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: 12px; line-height: 1.6; letter-spacing: 1.8px; font-weight: 600; color: var(--gold-soft); }
em { font-family: var(--font); font-style: normal; font-weight: inherit; color: var(--gold-soft); background: linear-gradient(105deg, #fff2cf 0%, #e5bc63 44%, #bd842f 76%, #fff0c9 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

/* Navigation */
.header { min-height: 108px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); gap: 28px; }
.brand { display: flex; align-items: center; gap: 16px; font-size: 15px; font-weight: 800; letter-spacing: 1.2px; }
.brand small { display: block; margin-top: 6px; font-size: 11px; letter-spacing: 2.5px; font-weight: 500; color: var(--gold); }
.brand-symbol { position: relative; width: 51px; font-family: Georgia, serif; font-size: 48px; letter-spacing: -8px; font-weight: 400; line-height: 1; }
.brand-symbol span { color: var(--gold-soft); }
.brand-symbol i { position: absolute; right: 0; top: 5px; width: 5px; height: 5px; background: var(--gold); border-radius: 50%; }
.header-nav { display: flex; gap: 30px; color: var(--muted); font-size: 15px; }
.header-nav a:hover { color: var(--gold-soft); }
.header-contact { display: flex; align-items: center; gap: 18px; padding: 13px 20px; border: 1px solid var(--line); border-radius: 99px; font-size: 14px; font-weight: 600; color: var(--gold-soft); }
.header-contact:hover { border-color: var(--gold); }
.header-contact .icon { width: 19px; height: 19px; }

/* Hero */
.hero { display: grid; grid-template-columns: 1.15fr 1fr; grid-template-areas: "title portrait" "description portrait" "content portrait"; column-gap: 54px; row-gap: 0; padding-block: 26px 56px; align-items: stretch; position: relative; isolation: isolate; }
.hero::before { content: ''; position: absolute; z-index: -1; inset: -70px -10px 0 10%; border-radius: 50%; background: repeating-radial-gradient(ellipse at 58% 40%, transparent 0 104px, #d6aa4f0a 105px 106px, transparent 107px 180px); pointer-events: none; }
.hero-content { grid-area: content; padding-block: 10px; min-width: 0; }
.hero-title-line { display: block; white-space: nowrap; }
.status-dot { width: 6px; height: 6px; flex-shrink: 0; background: var(--gold-soft); border-radius: 50%; box-shadow: 0 0 16px #d6aa4f70; }
h1 { grid-area: title; margin-top: 0; text-align: center; font-size: clamp(26px, 2.65vw, 40px); line-height: 1.2; font-weight: 800; letter-spacing: -1.2px; }
h1 em { padding-bottom: 5px; }
.hero-highlight { display: flex; align-items: center; justify-content: center; gap: 14px; white-space: nowrap; }
.hero-key { width: .95em; height: .95em; flex-shrink: 0; filter: drop-shadow(0 3px 10px #d6aa4f25); }
.hero-description { grid-area: description; margin-top: 22px; text-align: center; font-size: 18px; line-height: 1.75; color: var(--muted); }
.desktop-break { display: none; }
.hero-prices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 28px; }
.price-link { display: grid; grid-template-columns: 25px minmax(0, 1fr) 30px; grid-template-rows: auto auto; align-content: center; align-items: center; gap: 5px 10px; min-height: 101px; padding: 15px; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(135deg, #d6aa4f09, #ffffff02); transition: border-color .2s, background .2s; }
.price-link:hover { border-color: var(--gold); background: #d6aa4f14; }
.price-icon { color: var(--gold); grid-row: 1 / 3; align-self: start; padding-top: 2px; }
.price-icon .icon { width: 23px; height: 23px; }
.price-name { grid-column: 2; font-size: 16px; line-height: 1.35; font-weight: 600; }
.price-value { grid-column: 2; font-size: 20px; font-weight: 700; line-height: 1.4; color: var(--gold-soft); white-space: nowrap; }
.price-value small { display: block; font-size: 13px; line-height: 1.4; color: var(--muted); font-weight: 400; }
.price-arrow { display: grid; place-items: center; grid-column: 3; grid-row: 1 / 3; width: 29px; height: 29px; border: 1px solid #d6aa4f55; border-radius: 50%; background: #d6aa4f09; color: var(--gold-soft); transition: background .2s, border-color .2s; }
.price-arrow .icon { width: 17px; height: 17px; }
.price-link:hover .price-arrow { background: #d6aa4f22; border-color: var(--gold); }
.hero-actions { margin-top: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 62px; padding: 18px 28px; border: 1px solid transparent; border-radius: 999px; font-size: 16px; line-height: 1.45; font-weight: 800; transition: transform .2s, filter .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold-gradient); color: #080604; border-color: #f7d98870; box-shadow: 0 8px 36px #bb88251c, inset 0 1px 0 #fff6d66b; }
.button-gold:hover { filter: brightness(1.1); box-shadow: 0 8px 36px #bb882538, inset 0 1px 0 #fff6d66b; }
.button .icon { width: 22px; height: 22px; }
.hero .button { width: 100%; justify-content: center; text-align: center; }
.hero-action-note { display: none; }
.price-disclaimer { margin-top: 18px; text-align: center; font-size: 14px; line-height: 1.65; color: var(--muted); }
.price-disclaimer > span { display: block; }
.price-disclaimer > span + span { margin-top: 10px; }
.hero-portrait { grid-area: portrait; position: relative; overflow: hidden; border-radius: 24px; background: #15110a; border: 1px solid var(--line); }
.hero-portrait > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: 51% center; }
.hero-portrait::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, #0008, transparent 25%, transparent 55%, #020202ee); pointer-events: none; }
.portrait-top { position: absolute; top: 28px; left: 28px; right: 28px; display: flex; justify-content: space-between; align-items: center; gap: 20px; z-index: 1; font-size: 11px; letter-spacing: 1.3px; line-height: 1.7; color: var(--gold-soft); }
.portrait-star { font-size: 45px; line-height: 1; font-family: Georgia, serif; }
.portrait-caption { position: absolute; bottom: 8%; right: 8%; z-index: 1; max-width: 84%; text-align: right; }
.signature { display: block; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(17px, 1.55vw, 22px); font-style: italic; font-weight: 400; letter-spacing: 0; line-height: 1.5; color: #a08a53; }
.portrait-index { position: absolute; bottom: 28px; left: 30px; z-index: 1; font-size: 11px; letter-spacing: 2px; color: var(--gold); }
.occasion-strip { display: flex; align-items: center; justify-content: space-between; min-height: 102px; border-block: 1px solid var(--line); gap: 24px; }
.occasion-strip > span { max-width: 280px; font-size: 12px; line-height: 1.7; letter-spacing: 1.3px; color: var(--gold); }
.occasion-strip > div { display: flex; align-items: center; gap: 22px; font-size: 16px; }
.occasion-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.occasion-strip > a { display: grid; place-items: center; flex-shrink: 0; border: 1px solid var(--line); border-radius: 50%; width: 44px; height: 44px; }
.occasion-strip .icon { width: 20px; }

/* Services */
.services-section { padding-top: 0; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 38px; }
h2 { margin-top: 20px; font-size: clamp(38px, 3.65vw, 54px); font-weight: 800; line-height: 1.12; letter-spacing: -1.8px; }
.section-heading > p { max-width: 400px; font-size: 17px; color: var(--muted); line-height: 1.8; }
.service-nav { position: sticky; top: 0; display: flex; justify-content: space-between; gap: 7px; padding: 18px 0; background: #020202f2; backdrop-filter: blur(16px); z-index: 5; }
.service-nav a { display: flex; align-items: center; justify-content: center; flex: 1 1 auto; min-width: 0; gap: 7px; padding: 13px 10px; white-space: nowrap; font-size: 14px; font-weight: 600; border: 1px solid var(--line); border-radius: 999px; transition: background .2s, border-color .2s; }
.service-nav .icon { width: 20px; height: 20px; color: var(--gold); }
.service-nav a:hover, .service-nav a.active { border-color: var(--gold); background: #d6aa4f17; color: var(--gold-soft); }
.service { position: relative; padding: 58px 0 72px; scroll-margin-top: 12px; }
.service-heading { margin-bottom: 30px; }
.service-heading .eyebrow { font-size: 12px; margin-top: 14px; }
.service-heading .eyebrow > span { margin-right: 7px; color: var(--gold); }
.service h3 { margin-top: 0; font-size: 40px; line-height: 1.2; letter-spacing: -1.2px; font-weight: 800; }
.service-layout { display: grid; grid-template-columns: 1.05fr 1fr; gap: 58px; align-items: start; }
.service-reverse .service-layout { grid-template-columns: 1fr 1.05fr; }
.service-reverse .gallery, .service-reverse .service-artwork { order: 2; }
.service-info { min-width: 0; padding-top: 4px; }
.service h4 { font-size: 28px; line-height: 1.35; font-weight: 700; letter-spacing: -.6px; }
.service-description { margin-top: 18px; font-size: 18px; color: var(--muted); line-height: 1.75; }
.includes-label { margin-top: 28px; font-size: 16px; color: var(--text); font-weight: 700; }
.includes { display: grid; grid-template-columns: 1fr; gap: 10px; list-style: none; padding: 0; margin: 16px 0 30px; }
.includes li { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; color: var(--muted); line-height: 1.6; }
.includes .icon { width: 18px; height: 24px; color: var(--gold); }
.package-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 17px 0; border-top: 1px solid var(--line); font-size: 16px; line-height: 1.5; color: #d8d0c1; }
.package-row strong { font-weight: 700; color: var(--gold-soft); font-size: 23px; white-space: nowrap; }
.package-group h5 { margin: 24px 0 12px; font-size: 15px; font-weight: 600; color: var(--gold); }
.service-note { white-space: pre-line; margin-top: 14px; font-size: 15px; color: var(--muted); line-height: 1.7; }
.service-details { margin-top: 22px; border: 1px solid var(--line); border-radius: 12px; padding: 17px 20px; background: #d6aa4f06; }
.service-details summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 16px; font-weight: 600; cursor: pointer; list-style: none; }
.service-details summary::-webkit-details-marker { display: none; }
.service-details summary > span { color: var(--gold); font-size: 25px; line-height: 1; }
.service-details[open] summary > span { transform: rotate(45deg); }
.service-details p { padding-top: 16px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.service-details .text-button { font-size: 16px; margin-top: 14px; }
.service-cta { display: flex; align-items: center; justify-content: center; width: 100%; margin-top: 22px; padding: 18px 22px; border: 1px solid #e5bc638c; border-radius: 999px; background: linear-gradient(110deg, #d6aa4f38, #bd842f1a); box-shadow: inset 0 1px 0 #fff1c51c, 0 5px 24px #d6aa4f16; color: var(--gold-soft); font-size: 16px; font-weight: 700; }
.service-cta:hover { background: #d6aa4f44; border-color: var(--gold-soft); box-shadow: 0 5px 28px #d6aa4f30; }
.service-cta .icon { width: 21px; }

/* Galleries */
.gallery { position: relative; min-width: 0; border-radius: 20px; overflow: hidden; background: var(--surface); border: 1px solid var(--line); box-shadow: 0 20px 70px #0004; }
.gallery-viewport { position: relative; }
.gallery-stage { position: relative; isolation: isolate; height: 520px; overflow: hidden; touch-action: pan-y; background: #080705; }
.gallery-stage::before { content: ''; position: absolute; z-index: -1; inset: -25px; background-image: var(--media-background); background-size: cover; background-position: center; filter: blur(24px) brightness(.3) saturate(.65); }
.gallery-stage > img, .gallery-stage > video { width: 100%; height: 100%; object-fit: contain; }
.gallery-stage > video { background: #000; }
.gallery-stage > img { transition: transform .8s; }
.gallery-stage:hover > img { transform: scale(1.025); }
.gallery-expand { position: absolute; z-index: 2; right: 17px; top: 17px; width: 44px; height: 44px; display: grid; place-items: center; background: #020202aa; border: 1px solid #f8df9b66; border-radius: 50%; backdrop-filter: blur(10px); }
.gallery-expand .icon { width: 20px; height: 20px; }
.gallery-bottom { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px 15px; gap: 18px; background: linear-gradient(100deg, #211a0f, #100e0a); }
.gallery-label { font-size: 14px; color: #ded4c2; }
.gallery-summary { display: block; margin-top: 5px; font-size: 12px; color: var(--muted); }
.gallery-kind { position: absolute; left: 17px; top: 21px; z-index: 2; display: flex; align-items: center; gap: 5px; padding: 7px 11px; border: 1px solid #ffffff24; border-radius: 999px; background: #020202a8; backdrop-filter: blur(10px); font-size: 11px; font-weight: 600; color: #f8df9b; pointer-events: none; }
.gallery-kind .icon { width: 15px; height: 15px; }
.gallery-arrow, .viewer-arrow { display: grid; place-items: center; position: absolute; z-index: 2; top: 50%; width: 44px; height: 44px; transform: translateY(-50%); border: 1px solid #f8df9b66; border-radius: 50%; background: #080604bb; color: var(--gold-soft); backdrop-filter: blur(12px); transition: background .2s, border-color .2s; }
.gallery-arrow:hover, .viewer-arrow:hover, .gallery-expand:hover { background: #3d2c12e6; border-color: var(--gold-soft); }
.gallery-prev { left: 14px; }
.gallery-next { right: 14px; }
.gallery-arrow .icon, .viewer-arrow .icon { width: 21px; height: 21px; }
.gallery-controls { display: flex; align-items: center; gap: 10px; }
.gallery-counter { position: absolute; right: 14px; bottom: 14px; z-index: 2; padding: 7px 11px; border: 1px solid #f8df9b33; border-radius: 99px; background: #080604c9; backdrop-filter: blur(8px); pointer-events: none; font-size: 12px; white-space: nowrap; letter-spacing: 1px; color: var(--gold-soft); }
.gallery[data-media-type="video"] .gallery-counter { bottom: 65px; }
.gallery-controls button { display: grid; place-items: center; background: transparent; padding: 9px; min-width: 40px; min-height: 40px; }
.gallery-controls .icon { width: 19px; }
.gallery-thumbs { position: relative; display: flex; gap: 10px; padding: 15px 20px; overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: #d6aa4f55 transparent; background: linear-gradient(100deg, #211a0f, #100e0a); }
.gallery-thumbs button { position: relative; flex: 0 0 82px; padding: 3px; width: 82px; height: 62px; background: #020202; border: 1px solid transparent; border-radius: 9px; overflow: hidden; opacity: .58; transition: opacity .2s, border-color .2s; }
.gallery-thumbs button:hover { opacity: 1; }
.gallery-thumbs button[aria-current=true] { border-color: var(--gold-soft); opacity: 1; box-shadow: 0 0 0 1px #d6aa4f33; }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; border-radius: 5px; }
.thumb-play { position: absolute; inset: 0; display: grid; place-items: center; background: #0002; color: #fff2cf; }
.thumb-play .icon { width: 27px; height: 27px; padding: 3px; border-radius: 50%; background: #0009; }
.media-error { position: absolute; inset: 35% 15% auto; z-index: 1; padding: 20px; background: #100e0ae6; border-radius: 12px; font-size: 16px; line-height: 1.7; text-align: center; }
.service-artwork { position: relative; min-height: 550px; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 20px; background: radial-gradient(ellipse at center, #39280e, #100d07 70%); }
.artwork-workshop { background: radial-gradient(ellipse at center, #443215, #100d07 70%); }
.art-orbit { position: absolute; border: 1px solid #d6aa4f30; border-radius: 50%; width: 390px; height: 390px; left: calc(50% - 195px); top: calc(50% - 195px); }
.orbit-two { width: 470px; height: 470px; left: calc(50% - 235px); top: calc(50% - 235px); }
.art-top { position: absolute; top: 29px; font-size: 11px; letter-spacing: 1.7px; color: var(--muted); }
.art-icon { height: 100px; width: 100px; color: var(--gold-soft); stroke-width: .8; margin-block: 15px 24px; transform: rotate(-12deg); }
.art-title { position: relative; font-size: 62px; font-weight: 800; letter-spacing: 2px; line-height: 1.1; text-align: center; color: var(--gold-soft); }
.art-bottom { position: absolute; bottom: 29px; font-size: 11px; letter-spacing: 1.4px; color: var(--gold); }

/* Partners and contact */
.partners { position: relative; margin-top: 60px; background: radial-gradient(ellipse at 5% 30%, #d6aa4f0d, transparent 65%), #090806; }
.partner-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; padding-block: 86px; }
.partner-inner > div > p { max-width: 470px; color: var(--muted); font-size: 18px; line-height: 1.8; margin-top: 28px; }
.text-button { display: inline-flex; align-items: center; gap: 25px; margin-top: 27px; padding: 0; background: transparent; color: var(--gold-soft); font-size: 16px; line-height: 1.6; font-weight: 700; text-align: left; }
.text-button .icon { width: 21px; }
.partner-steps { display: flex; flex-direction: column; justify-content: center; }
.partner-steps > div { display: grid; grid-template-columns: 35px 1fr; column-gap: 17px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.partner-steps > div:first-child { padding-top: 0; }
.partner-steps > div:last-child { border: 0; padding-bottom: 0; }
.partner-steps span { font-size: 15px; color: var(--gold); padding-top: 4px; }
.partner-steps h3 { font-size: 22px; line-height: 1.4; font-weight: 700; }
.partner-steps p { grid-column: 2; color: var(--muted); font-size: 16px; line-height: 1.75; margin-top: 12px; }
.contact-section { position: relative; text-align: center; padding-block: 115px 105px; background: radial-gradient(ellipse at 50% 80%, #d6aa4f0a, transparent 65%); }
.contact-section .eyebrow { justify-content: center; }
.contact-section h2 { font-size: 64px; letter-spacing: -2.5px; margin-top: 27px; }
.contact-section > p { max-width: 720px; margin-inline: auto; color: var(--muted); font-size: 18px; line-height: 1.8; margin-top: 28px; }
.contact-quote { max-width: 720px; margin: 34px auto 0; padding: 26px 32px; border-left: 4px solid var(--gold); background: linear-gradient(90deg, #d6aa4f0d, transparent); color: var(--text); text-align: left; font-size: clamp(20px, 2vw, 27px); font-weight: 700; line-height: 1.6; }
.contact-actions { display: flex; justify-content: center; gap: 16px; margin-top: 35px; }
.button-outline { background: transparent; border-color: #d6aa4f70; color: var(--gold-soft); }
.button-outline:hover { background: #d6aa4f14; }
.contact-name { display: block; margin-top: 28px; font-size: 15px; color: var(--muted); }
.contact-name > span { margin: 0 12px; color: var(--gold); }
.footer { padding: 32px 0 42px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 28px; font-size: 14px; color: var(--muted); }
.footer-name { font-size: 14px; letter-spacing: 1px; font-weight: 700; color: var(--text); }
.footer-name > span { display: block; margin-top: 9px; font-size: 13px; font-weight: 400; letter-spacing: 0; color: var(--muted); }
.footer > a:last-child { display: flex; gap: 12px; align-items: center; white-space: nowrap; }
.footer .icon { width: 18px; height: 18px; }
.floating-actions { position: fixed; bottom: 25px; right: 22px; z-index: 6; display: flex; flex-direction: column; gap: 10px; }
.floating-actions > a { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; box-shadow: 0 6px 25px #0009; }
.floating-telegram { background: var(--gold-gradient); color: #080604; border: 1px solid #f7d98870; }
.floating-telegram:hover { filter: brightness(1.12); }
.back-top { background: var(--surface); border: 1px solid var(--line); visibility: hidden; opacity: 0; transition: opacity .2s; }
.back-top.visible { visibility: visible; opacity: 1; }
.back-top .icon { width: 22px; }
.skip-link { position: fixed; top: -100px; left: 20px; background: var(--gold-soft); color: var(--bg); padding: 15px; z-index: 30; }
.skip-link:focus { top: 10px; }

/* Dialogs */
dialog { background: #100e0a; color: var(--text); border: 1px solid #d6aa4f66; border-radius: 22px; width: min(660px, calc(100% - 32px)); max-height: calc(100dvh - 40px); padding: 40px; overscroll-behavior: contain; }
dialog::backdrop { background: #000c; backdrop-filter: blur(10px); }
dialog h2 { font-size: 39px; letter-spacing: -1.4px; margin-top: 16px; }
.dialog-close { position: absolute; right: 14px; top: 14px; display: grid; place-items: center; width: 42px; height: 42px; background: transparent; color: var(--muted); }
.dialog-close .icon { width: 23px; height: 23px; }
.dialog-intro { margin-top: 16px; font-size: 16px; line-height: 1.7; color: var(--muted); }
fieldset { padding: 0; border: 0; margin: 28px 0 24px; }
legend, label { font-size: 15px; line-height: 1.5; }
legend { margin-bottom: 14px; font-weight: 700; }
.service-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.service-option { position: relative; display: flex; align-items: center; gap: 10px; padding: 13px; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; font-size: 15px; }
.service-option:has(input:checked) { border-color: var(--gold); background: #d6aa4f18; }
.service-option input { accent-color: var(--gold); width: 18px; height: 18px; flex-shrink: 0; margin: 0; }
.form-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 15px; }
form > label, .form-grid > label { display: block; margin-bottom: 19px; color: #ddd3c0; }
input:not([type=checkbox]), textarea { display: block; width: 100%; min-width: 0; background: var(--bg); border: 1px solid var(--line); padding: 13px; color: var(--text); font-size: 16px; margin-top: 9px; border-radius: 8px; }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { color: #a39b8b; }
form > .button { width: 100%; margin-top: 7px; }
.copy-button { display: block; margin: 17px auto 0; padding: 8px; background: transparent; color: var(--gold-soft); font-size: 15px; }
.form-note { margin-top: 15px; font-size: 14px; line-height: 1.7; color: var(--muted); text-align: center; }
.form-status { margin-top: 12px; font-size: 15px; line-height: 1.6; color: var(--gold-soft); text-align: center; }
.lightbox { width: min(1250px, calc(100% - 30px)); padding: 58px 66px 22px; background: #080705; }
.lightbox-media { position: relative; width: 100%; height: min(74dvh, 850px); touch-action: pan-y; }
.lightbox-media > img, .lightbox-media > video { width: 100%; height: 100%; object-fit: contain; }
.lightbox-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 18px; }
.lightbox-footer p { font-size: 15px; line-height: 1.6; color: var(--muted); }
.viewer-counter { font-size: 14px; color: var(--gold-soft); white-space: nowrap; }
.viewer-prev { left: 12px; }
.viewer-next { right: 12px; }
.viewer-arrow[hidden] { display: none; }
.noscript { padding: 30px; text-align: center; }

@media (max-width: 1150px) {
  .container { width: calc(100% - 64px); }
  .header-nav { gap: 20px; font-size: 14px; }
  .header-contact { font-size: 13px; padding: 12px 16px; gap: 12px; }
  .hero { column-gap: 32px; grid-template-columns: 1.2fr 1fr; }
  h1 { font-size: clamp(25px, 2.6vw, 32px); letter-spacing: -.8px; }
  .price-link { padding: 13px 11px; gap: 6px 8px; grid-template-columns: 22px minmax(0, 1fr) 29px; }
  .price-arrow { display: grid; }
  .hero .eyebrow { font-size: 11px; letter-spacing: 1.2px; }
  .portrait-top { left: 22px; right: 22px; font-size: 10px; }
  .portrait-index { left: 24px; }
  .occasion-strip > span { max-width: 225px; }
  .occasion-strip > div { gap: 15px; font-size: 15px; }
  .service-layout, .service-reverse .service-layout { gap: 35px; }
  .service h4 { font-size: 26px; }
  .gallery-stage { height: 510px; }
  .partner-inner { gap: 50px; }
  .footer { font-size: 13px; }
}

@media (max-width: 850px) {
  .container { width: calc(100% - 44px); }
  .header { min-height: 94px; }
  .header-nav { display: none; }
  .header-contact { font-size: 14px; }
  .hero { grid-template-columns: 1fr; grid-template-areas: "title" "portrait" "description" "content"; gap: 24px; }
  h1 { font-size: clamp(23px, 5.8vw, 40px); }
  .hero-description { font-size: 17px; }
  .hero-prices { grid-template-columns: 1fr; }
  .price-link { min-height: 76px; grid-template-columns: 25px minmax(0, 1fr) 30px; padding: 12px 15px; }
  .price-arrow { display: grid; }
  .price-value small { display: inline; margin-left: 6px; }
  .hero-portrait { height: 540px; position: relative; top: auto; }
  .hero-description { margin-top: 0; }
  .hero-prices { margin-top: 0; }
  .hero-content { padding: 0; }
  .hero .button { font-size: 15px; padding: 17px 20px; gap: 12px; }
  .portrait-top { font-size: 10px; letter-spacing: .8px; }
  .portrait-star { display: none; }
  .occasion-strip { flex-wrap: wrap; padding-block: 22px; position: relative; padding-right: 60px; }
  .occasion-strip > span { max-width: none; width: 100%; }
  .occasion-strip > a { position: absolute; right: 0; top: 30px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 25px; max-width: 520px; }
  .service-layout, .service-reverse .service-layout { grid-template-columns: 1fr; gap: 30px; }
  .service-reverse .gallery, .service-reverse .service-artwork { order: 0; }
  .gallery-stage { height: 480px; }
  .includes { grid-template-columns: 1fr 1fr; column-gap: 25px; }
  .service-artwork { min-height: 460px; }
  .partner-inner { grid-template-columns: 1fr; gap: 45px; }
  .partner-inner > div > p { max-width: 600px; }
  .contact-section h2 { font-size: 54px; }
  .footer { flex-wrap: wrap; }
  .footer-name { width: 100%; }
}

@media (max-width: 620px) {
  :root { scroll-padding-top: 95px; }
  .container { width: calc(100% - 36px); }
  .header { min-height: 90px; gap: 15px; }
  .brand { font-size: 12px; letter-spacing: .7px; gap: 12px; }
  .brand-symbol { width: 39px; font-size: 37px; letter-spacing: -7px; }
  .brand small { font-size: 10px; letter-spacing: 1.5px; }
  .header-contact { width: 44px; height: 44px; padding: 0; justify-content: center; flex-shrink: 0; font-size: 0; gap: 0; }
  .header-contact .icon { width: 21px; height: 21px; }
  .hero { gap: 23px; padding-block: 24px 40px; }
  .hero::before { display: none; }
  .hero-portrait { height: 420px; border-radius: 20px; }
  .hero-portrait > img { object-position: 50% 34%; }
  .portrait-top { top: 23px; left: 22px; right: 22px; font-size: 10px; line-height: 1.7; letter-spacing: 1px; }
  .portrait-star { display: block; font-size: 32px; }
  .signature { font-size: 17px; }
  .contact-quote { padding: 20px 22px; }
  .portrait-index { bottom: 24px; left: 23px; font-size: 10px; letter-spacing: 1.5px; }
  .hero-content { padding: 0; }
  .hero .eyebrow { font-size: 11px; letter-spacing: 1.1px; }
  h1 { font-size: clamp(20px, 6.1vw, 34px); line-height: 1.3; letter-spacing: -.65px; margin-top: 0; }
  .hero-description { font-size: 18px; line-height: 1.7; margin-top: 0; }
  .hero-prices { grid-template-columns: 1fr; gap: 10px; margin-top: 0; }
  .price-link { min-height: 87px; padding: 16px 18px; gap: 5px 13px; grid-template-columns: 25px minmax(0, 1fr) 29px; }
  .price-value small { font-size: 13px; }
  .hero-actions { margin-top: 25px; }
  .hero .button { min-height: 66px; padding: 17px 22px; font-size: 16px; gap: 14px; }
  .price-disclaimer { font-size: 14px; line-height: 1.75; margin-top: 20px; }
  .occasion-strip { gap: 15px; padding-block: 24px; padding-right: 0; }
  .occasion-strip > span { font-size: 11px; letter-spacing: 1px; padding-right: 48px; }
  .occasion-strip > div { flex-wrap: wrap; column-gap: 14px; row-gap: 10px; font-size: 15px; line-height: 1.6; }
  .occasion-strip > a { width: 36px; height: 36px; top: 18px; }
  .services-section { padding-top: 0; }
  .eyebrow { font-size: 11px; letter-spacing: 1.2px; }
  h2 { font-size: 38px; letter-spacing: -1.4px; line-height: 1.15; margin-top: 20px; }
  .section-heading { margin-bottom: 25px; }
  .section-heading > p { font-size: 17px; line-height: 1.75; margin-top: 24px; }
  .service { padding-block: 43px 48px; }
  .service-heading { margin-bottom: 24px; }
  .service-heading .eyebrow { font-size: 11px; letter-spacing: 1px; gap: 9px; }
  .service h3 { font-size: 32px; letter-spacing: -1px; line-height: 1.2; margin-top: 0; }
  .service-layout, .service-reverse .service-layout { display: flex; flex-direction: column; gap: 28px; }
  .gallery, .service-artwork, .service-info { width: 100%; }
  .gallery { border-radius: 16px; }
  .gallery-stage { height: 345px; }
  .gallery-bottom { padding: 17px 16px; gap: 10px; }
  .gallery-label { font-size: 13px; }
  .gallery-counter { font-size: 12px; }
  .gallery-controls { gap: 3px; }
  .gallery-controls button { min-width: 32px; padding: 5px; }
  .service-info { padding: 0; }
  .service h4 { font-size: 26px; line-height: 1.35; letter-spacing: -.6px; }
  .service-description { font-size: 18px; line-height: 1.75; margin-top: 18px; }
  .includes-label { font-size: 16px; margin-top: 27px; }
  .includes { grid-template-columns: 1fr; row-gap: 12px; margin-block: 16px 28px; }
  .includes li { font-size: 16px; line-height: 1.65; }
  .package-row { font-size: 16px; gap: 18px; padding: 17px 0; }
  .package-row strong { font-size: 21px; }
  .service-details { padding: 17px; }
  .service-cta { font-size: 16px; padding: 18px 22px; }
  .service-artwork { min-height: 385px; border-radius: 16px; }
  .art-top { font-size: 10px; letter-spacing: 1px; top: 24px; }
  .art-icon { height: 77px; width: 77px; }
  .art-title { font-size: 49px; }
  .art-bottom { font-size: 10px; bottom: 24px; letter-spacing: 1px; }
  .partners { margin-top: 60px; }
  .partner-inner { padding-block: 55px; gap: 40px; }
  .partner-steps > div { grid-template-columns: 27px 1fr; gap: 0 14px; padding-block: 25px; }
  .partner-steps h3 { font-size: 21px; }
  .contact-section { padding-block: 75px 65px; }
  .contact-section h2 { font-size: 40px; letter-spacing: -1.6px; }
  .contact-section > p br { display: none; }
  .contact-actions { flex-direction: column; align-items: stretch; gap: 13px; }
  .contact-actions .button { font-size: 16px; gap: 17px; padding-inline: 20px; }
  .contact-name { font-size: 14px; line-height: 1.7; }
  .contact-name > span { margin-inline: 7px; }
  .footer { align-items: flex-start; padding-block: 30px 100px; gap: 25px 15px; font-size: 13px; }
  .floating-actions { bottom: 18px; right: 16px; }
  .floating-actions > a { width: 48px; height: 48px; }
  dialog { padding: 38px 22px 27px; border-radius: 18px; max-height: calc(100dvh - 24px); width: calc(100% - 24px); }
  dialog h2 { font-size: 33px; }
  .service-options { grid-template-columns: 1fr; gap: 8px; }
  .service-option { font-size: 16px; padding: 12px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  form > .button { font-size: 15px; gap: 12px; padding-inline: 18px; }
  .gallery-thumbs { gap: 8px; padding: 12px; }
  .gallery-thumbs button { flex-basis: 72px; width: 72px; height: 57px; }
  .gallery-kind { left: 13px; font-size: 10px; }
  .gallery-expand { right: 13px; }
  .gallery-prev { left: 10px; }
  .gallery-next { right: 10px; }
  .lightbox { padding: 54px 10px 75px; }
  .lightbox-media { height: min(65dvh, 650px); }
  .lightbox-footer { padding-inline: 6px; gap: 10px; }
  .lightbox-footer p { font-size: 13px; }
  .viewer-arrow { top: auto; bottom: 15px; transform: none; }
  .viewer-prev { left: calc(50% - 52px); }
  .viewer-next { right: calc(50% - 52px); }
}

@media (max-width: 360px) {
  .hero-portrait { height: 375px; }
  .signature { font-size: 17px; }
  .hero .eyebrow { font-size: 10px; letter-spacing: .7px; }
  h2 { font-size: 34px; }
  .service h3 { font-size: 30px; }
  .contact-section h2 { font-size: 36px; }
  .price-link { padding-inline: 13px; column-gap: 10px; }
  .price-value small { display: block; margin-left: 0; }
  .hero .button { padding-inline: 19px; }
  .package-row { gap: 12px; }
  .package-row strong { font-size: 20px; }
  .art-top, .art-bottom { font-size: 9px; }
}


/* Tapered gold dividers shared with the Club website. */
.hero::after, .service:not(:last-child)::after, .partners::before, .contact-section::before {
  content: ''; position: absolute; left: 50%; transform: translateX(-50%);
  width: 100%; height: 2px; pointer-events: none;
  background: linear-gradient(90deg, transparent, #a47a3159 20%, #e9c267 50%, #a47a3159 80%, transparent);
  clip-path: polygon(0 50%, 42% 0, 58% 0, 100% 50%, 58% 100%, 42% 100%);
}
.hero::after, .service:not(:last-child)::after { bottom: 0; }
.partners::before, .contact-section::before { top: 0; }
.partners::before { width: min(1320px, calc(100% - 96px)); }

/* A compact two-line menu replaces the service bar on touch-sized screens. */
.mobile-menu { display: none; position: fixed; z-index: 10; top: 18px; right: 18px; }
.mobile-menu[hidden], .mobile-menu-panel[hidden] { display: none; }
.mobile-menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; width: 48px; height: 48px; padding: 12px; border-radius: 50%; border: 1px solid #d6aa4f70; background: #0b0906e8; backdrop-filter: blur(14px); box-shadow: 0 4px 24px #0006; }
.mobile-menu-toggle span { display: block; width: 21px; height: 1.5px; border-radius: 2px; background: var(--gold-soft); transition: transform .2s; }
.mobile-menu-toggle[aria-expanded=true] span:first-child { transform: translateY(4.25px) rotate(45deg); }
.mobile-menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-4.25px) rotate(-45deg); }
.mobile-menu-panel { position: absolute; top: 0; right: calc(100% + 12px); width: min(290px, calc(100vw - 96px)); max-height: calc(100dvh - 36px); overflow-y: auto; overscroll-behavior: contain; padding: 10px; border: 1px solid #d6aa4f55; border-radius: 18px; background: #100d08f7; backdrop-filter: blur(22px); box-shadow: 0 16px 60px #000a; animation: menu-reveal .18s ease-out; scrollbar-width: thin; scrollbar-color: #d6aa4f55 transparent; }
.mobile-menu-panel a { display: flex; gap: 11px; align-items: center; min-height: 44px; padding: 11px 12px; border-radius: 10px; font-size: 14px; line-height: 1.4; color: var(--text); }
.mobile-menu-panel a:first-child, .mobile-menu-panel a:last-child { color: var(--gold-soft); font-weight: 700; }
.mobile-menu-panel a:first-child { border-bottom: 1px solid var(--line); border-radius: 0; margin-bottom: 5px; }
.mobile-menu-panel a:last-child { border-top: 1px solid var(--line); border-radius: 0; margin-top: 5px; }
.mobile-menu-panel .icon { width: 19px; height: 19px; color: var(--gold); }
.mobile-menu-panel a:hover, .mobile-menu-panel a.active { background: #d6aa4f17; color: var(--gold-soft); }
@keyframes menu-reveal { from { opacity: 0; transform: translateX(8px); } to { opacity: 1; transform: translateX(0); } }
@media (max-width: 1150px) {
  .service-nav { gap: 5px; }
  .service-nav a { gap: 5px; padding: 12px 7px; font-size: 12px; }
  .service-nav .icon { width: 16px; height: 16px; }
}
@media (max-width: 850px) {
  :root { scroll-padding-top: 25px; }
  .service-nav { display: none; }
  .mobile-menu:not([hidden]) { display: block; }
  .partners::before { width: calc(100% - 44px); }
}
@media (max-width: 620px) {
  :root { scroll-padding-top: 20px; }
  .hero-highlight { gap: 10px; }
  .hero-key { width: .85em; height: .85em; }
  .partners::before { width: calc(100% - 36px); }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
/* The request scroll area stays inset from the rounded outer frame. */
#request-dialog { padding: 12px; overflow: hidden; }
#request-dialog .dialog-close { z-index: 3; top: 14px; right: 22px; border-radius: 50%; background: #100e0af2; }
.dialog-scroll { max-height: calc(100dvh - 66px); overflow-y: auto; overscroll-behavior: contain; padding: 30px 22px 24px; scrollbar-gutter: stable; scrollbar-width: thin; scrollbar-color: #a58b54 #ffffff08; border-radius: 12px; }
.dialog-scroll::-webkit-scrollbar { width: 6px; }
.dialog-scroll::-webkit-scrollbar-thumb { border-radius: 99px; background: #a58b54; }
.dialog-scroll .eyebrow { padding-right: 32px; }
.tobacco-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 16px 0 0; list-style: none; }
.tobacco-list li { padding: 7px 12px; border: 1px solid var(--line); border-radius: 99px; color: var(--gold-soft); font-size: 14px; line-height: 1.5; background: #d6aa4f0a; }
.footer-legal p { line-height: 1.7; }
.footer-legal p:first-child { font-weight: 600; color: var(--text); margin-bottom: 6px; }
.footer-copyright { line-height: 1.8; }
@media (max-width: 620px) {
  .dialog-scroll { max-height: calc(100dvh - 50px); padding: 28px 10px 18px; }
  .footer { flex-direction: column; }
}
