:root {
  --navy-950: #101a24;
  --navy-900: #152433;
  --navy-800: #1e3142;
  --navy-700: #2a4256;
  --paper: #f7f5ef;
  --paper-deep: #efebe2;
  --white: #ffffff;
  --ink: #15212c;
  --muted: #56636d;
  --line: #d8d7d1;
  --gold: #d2a85f;
  --gold-light: #e5c78d;
  --gold-dark: #76511f;
  --error: #c95f58;
  --success: #8fb598;
  --max: 1240px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Hanken Grotesk", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(16, 26, 36, .12);
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
[hidden] { display: none !important; }

.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(34px, calc((100vw - var(--max)) / 2)); color: #eaf0f4; background: rgba(16, 26, 36, .97); border-bottom: 1px solid rgba(255,255,255,.12); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px); }
.brand { width: 112px; height: 54px; overflow: hidden; display: flex; align-items: center; }
.brand img { width: 158px; max-width: none; margin-left: -24px; filter: brightness(0) invert(1); opacity: .94; }
.site-header nav { display: flex; align-items: center; gap: 32px; }
.site-header nav > a:not(.button) { color: #c5d0d8; font-size: 13px; text-decoration: none; }
.site-header nav > a:not(.button):hover { color: #fff; }
.menu-toggle { display: none; min-height: 44px; color: #fff; border: 1px solid rgba(255,255,255,.35); background: transparent; padding: 8px 12px; gap: 8px; align-items: center; }

.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; padding: 0 28px; border: 1px solid transparent; text-decoration: none; letter-spacing: .025em; font-size: 13px; font-weight: 700; transition: background .2s ease, transform .2s ease, border-color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-1px); }
.button:disabled { cursor: wait; opacity: .66; transform: none; }
.button-gold { color: #17212a; background: var(--gold); }
.button-gold:hover { background: var(--gold-light); }
.button-small { min-height: 46px; padding-inline: 22px; font-size: 12px; }
.button-outline { color: var(--gold-light); background: transparent; border-color: var(--gold); }
.button-outline:hover { color: var(--navy-950); background: var(--gold); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; color: #f2f4f5; font-size: 14px; font-weight: 600; text-underline-offset: 5px; }
.text-link span { color: var(--gold); font-size: 20px; }

.hero { color: #f3f5f6; background: var(--navy-950); }
.hero-inner { min-height: 700px; max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; padding: 78px 0 86px; }
.eyebrow, .section-kicker { margin: 0 0 22px; color: var(--gold-dark); font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 13px; color: var(--gold-light); }
.eyebrow span { width: 30px; height: 1px; background: var(--gold); }
.section-kicker.light { color: var(--gold-light); }
.hero h1 { margin: 0 0 27px; max-width: 670px; font: 600 clamp(48px, 4.35vw, 66px)/.98 var(--serif); letter-spacing: -.035em; }
.hero-lead { max-width: 625px; margin: 0 0 30px; color: #c4cdd3; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-note { max-width: 610px; margin: 18px 0 0; color: #8797a3; font-size: 12px; }
.hero-visual { height: 520px; margin: 0; overflow: hidden; position: relative; background: var(--navy-800); box-shadow: 26px 26px 0 rgba(210,168,95,.09); }
.hero-visual::before { content: ""; position: absolute; z-index: 1; inset: 0; border: 1px solid rgba(229,199,141,.35); pointer-events: none; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,22,31,.05) 40%, rgba(12,22,31,.86)); pointer-events: none; }
.hero-visual picture { display: block; height: 100%; }
.hero-visual img { height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.08) brightness(.88); }
.hero-visual figcaption { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 24px; font: 500 22px/1.15 var(--serif); }
.hero-visual figcaption span { display: block; margin-bottom: 10px; color: var(--gold-light); font: 700 10px/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; }

.stats { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; background: #fff; border: 1px solid var(--line); border-top: 0; box-shadow: 0 12px 35px rgba(16,26,36,.05); transform: translateY(-1px); }
.stats div { min-height: 118px; display: flex; flex-direction: column; justify-content: center; padding: 24px 30px; border-right: 1px solid var(--line); }
.stats div:last-child { border-right: 0; }
.stats strong { font: 600 34px/1 var(--serif); }
.stats span { margin-top: 8px; color: var(--muted); font-size: 11px; line-height: 1.35; }

.section { max-width: var(--max); margin: 0 auto; padding: 118px 0; }
.section-heading { margin-bottom: 52px; }
.split-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 72px; align-items: end; }
.section-heading h2, .coordination h2, .rfp h2, .final-cta h2 { margin: 0; font: 600 clamp(42px, 4vw, 58px)/1 var(--serif); letter-spacing: -.025em; }
.section-heading > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 15px; }
.section-heading.light h2 { color: #f4f6f7; }
.section-heading.light > p { color: #a9b6bf; }

.format-selector { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #c8c8c2; background: #fff; }
.format-selector-button { min-height: 84px; padding: 18px 20px; color: var(--ink); background: #fff; border: 0; border-right: 1px solid #c8c8c2; font-weight: 700; line-height: 1.25; cursor: pointer; }
.format-selector-button:last-child { border-right: 0; }
.format-selector-button:hover { background: #f1eee6; }
.format-selector-button.is-active { color: #fff; background: var(--navy-800); box-shadow: inset 0 -4px var(--gold); }
.format-panels { min-height: 470px; background: var(--paper-deep); border: 1px solid #c8c8c2; border-top: 0; }
.format-panel { min-height: 470px; display: grid; grid-template-columns: .85fr 1.15fr; }
.format-panel > div { padding: 58px 54px; }
.panel-index { color: var(--gold-dark); font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.format-panel h3 { max-width: 430px; margin: 20px 0 16px; font: 600 36px/1.05 var(--serif); }
.format-panel p { max-width: 480px; margin: 0 0 24px; color: var(--muted); }
.format-panel ul { margin: 0; padding: 0; list-style: none; }
.format-panel li { padding: 10px 0 10px 20px; border-top: 1px solid #d4d1c9; position: relative; font-size: 13px; }
.format-panel li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-dark); position: absolute; left: 0; top: 17px; }
.format-panel img { height: 100%; min-height: 470px; object-fit: cover; filter: saturate(.78) contrast(1.04); }

.proof-section { color: #f0f3f4; background: var(--navy-900); }
.proof-inner { max-width: var(--max); margin: 0 auto; padding: 116px 0; }
.proof-layout { display: grid; grid-template-columns: 1.14fr .86fr; min-height: 470px; }
.proof-image { margin: 0; overflow: hidden; }
.proof-image img { height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.08) brightness(.8); }
.proof-cases { display: grid; grid-template-rows: 1fr 1fr; background: var(--navy-800); }
.proof-cases article { padding: 42px; border-bottom: 1px solid rgba(255,255,255,.14); }
.proof-cases article:last-child { border-bottom: 0; }
.proof-cases span { color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.proof-cases h3 { margin: 15px 0 9px; font: 600 32px/1.05 var(--serif); }
.proof-cases p { margin: 0; color: #aeb9c1; font-size: 13px; }
.proof-placeholders { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.proof-placeholders > div { min-height: 145px; display: grid; grid-template-columns: 55px 1fr; grid-template-rows: auto auto; gap: 5px 20px; align-items: center; padding: 28px 30px; border: 1px dashed rgba(229,199,141,.45); background: rgba(255,255,255,.025); }
.proof-placeholders > div > span { grid-row: 1 / 3; color: var(--gold); font: 600 60px/1 var(--serif); }
.proof-placeholders .logo-mark { font: 700 12px/1 var(--sans); letter-spacing: .15em; }
.proof-placeholders p { align-self: end; margin: 0; color: #c4cdd3; font-size: 13px; }
.proof-placeholders small { align-self: start; color: #94a5b1; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.room-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.room-card { margin: 0; background: #fff; border: 1px solid var(--line); }
.room-card img { height: 210px; object-fit: cover; filter: saturate(.74) contrast(1.05); }
.room-card > div { padding: 22px; }
.room-card span { display: block; color: var(--gold-dark); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.room-card strong { display: block; margin-top: 10px; font: 600 32px/1 var(--serif); }
.room-card p { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.room-card-wide { grid-column: span 2; display: grid; grid-template-columns: 1.4fr .6fr; }
.room-card-wide img { height: 100%; min-height: 210px; }
.room-card-wide > div { display: flex; flex-direction: column; justify-content: center; background: var(--navy-800); color: #fff; }
.room-card-wide span { color: var(--gold-light); }
.room-card-wide p { color: #b5c0c7; }
.room-specs { margin-top: 32px; background: #fff; border: 1px solid var(--line); }
.room-specs summary { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 26px; cursor: pointer; list-style: none; font-weight: 700; }
.room-specs summary::-webkit-details-marker { display: none; }
.room-specs summary::after { content: "+"; margin-left: auto; color: var(--gold-dark); font: 600 30px/1 var(--serif); }
.room-specs[open] summary::after { content: "−"; }
.room-specs summary small { margin-left: auto; color: var(--muted); font-size: 10px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.room-specs-content { padding: 0 26px 28px; border-top: 1px solid var(--line); }
.floor-plan-wrap { padding: 30px 0; }
.floor-plan-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.floor-plan-head span { color: var(--muted); font-size: 12px; }
.floor-plan-head strong { color: var(--gold-dark); font-size: 12px; }
.floor-plan { max-width: 920px; margin: 0 auto; }
.venue-map { display: block; width: 100%; height: auto; }
.map-room rect { fill: #f1eee7; stroke: #182c3c; stroke-width: 3; }
.map-room-name { fill: #172a3a; font: 700 26px var(--sans); }
.map-room-area { fill: #7c6540; font: 600 17px var(--sans); }
.map-service rect { fill: #e1e4e3; stroke: #536574; stroke-width: 2; }
.map-service line { stroke: #536574; stroke-width: 2; }
.map-service text { fill: #65727c; font: 600 12px var(--sans); letter-spacing: 1px; }
.map-service .foyer-label { fill: #314756; font-size: 16px; }
.map-windows line { stroke: #b78b46; stroke-width: 10; stroke-dasharray: 28 12; }
.map-legend { display: flex; justify-content: flex-end; margin-top: -14px; padding-right: 8%; color: var(--muted); font-size: 11px; }
.map-legend span { display: inline-flex; align-items: center; gap: 8px; }
.map-legend i { width: 28px; height: 5px; display: inline-block; background: var(--gold); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); }
.capacity-matrix { width: 100%; min-width: 870px; border-collapse: collapse; background: #fff; font-size: 12px; }
.capacity-matrix th, .capacity-matrix td { padding: 17px 14px; border-bottom: 1px solid var(--line); text-align: center; }
.capacity-matrix thead th { color: var(--gold-dark); background: #f0ede6; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.capacity-matrix th:first-child { text-align: left; }
.capacity-matrix tbody th { font-size: 13px; }
.capacity-matrix tbody tr:last-child th, .capacity-matrix tbody tr:last-child td { border-bottom: 0; }
.capacity-total { background: #e9edf0; }
.capacity-total th, .capacity-total td { font-weight: 700; }
.disclaimer { margin: 17px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }

.coordination { color: #eff3f5; background: var(--navy-950); }
.coordination-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; padding: 116px 0; }
.coordination-lead { max-width: 490px; margin: 24px 0 35px; color: #aebac2; }
.coordination-copy figure { height: 320px; margin: 0; overflow: hidden; }
.coordination-copy img { height: 100%; object-fit: cover; filter: saturate(.62) brightness(.72) contrast(1.08); }
.coordination-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.15); }
.coordination-grid article { min-height: 245px; padding: 30px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.coordination-grid article:nth-child(even) { border-right: 0; }
.coordination-grid article:nth-child(n+3) { border-bottom: 0; }
.coordination-grid span { color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.coordination-grid h3 { margin: 30px 0 12px; font: 600 28px/1.05 var(--serif); }
.coordination-grid p { margin: 0; color: #9eabb4; font-size: 12px; }
.coordination-grid .coordination-highlight { color: var(--navy-950); background: var(--gold); }
.coordination-highlight span { color: #49351c; }
.coordination-highlight p { color: #3e3a31; }

.scope-media-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 250px 250px; gap: 15px; }
.scope-media-card { position: relative; overflow: hidden; background: var(--navy-800); color: #fff; }
.scope-media-card img { height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.07) brightness(.75); }
.scope-media-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(11,24,34,.9)); pointer-events: none; }
.scope-media-card > div { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 26px; }
.scope-media-card span { color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.scope-media-card h3 { margin: 8px 0 6px; font: 600 29px/1 var(--serif); }
.scope-media-card p { margin: 0; color: #d2d9dd; font-size: 12px; }
.scope-media-large { grid-row: 1 / 3; }
.scope-media-card.text-card { background: var(--navy-800); }
.scope-media-card.text-card::after { display: none; }
.scope-media-card.text-card > div { top: 0; display: flex; flex-direction: column; justify-content: flex-end; }

.pricing { padding-top: 100px; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.price-card { min-height: 280px; padding: 30px 27px; background: #fff; border-right: 1px solid var(--line); }
.price-card:last-child { border-right: 0; }
.price-card.featured-price { background: #e8edf0; }
.price-label { color: var(--gold-dark); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.price-card h3, .offer-download h3 { margin: 42px 0 14px; font: 600 30px/1.05 var(--serif); }
.price-card p, .offer-download p { margin: 0; color: var(--muted); font-size: 13px; }
.offer-download { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; margin-top: 22px; padding: 33px 35px; color: #fff; background: var(--navy-900); }
.offer-download h3 { max-width: 720px; margin: 12px 0 8px; font-size: 30px; }
.offer-download p { color: #aeb9c1; }
.offer-download .price-label { color: var(--gold-light); }
.offer-download .button { min-width: 235px; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid article { min-height: 255px; padding: 30px; border-right: 1px solid var(--line); }
.process-grid article:last-child { border-right: 0; }
.process-grid span { color: var(--gold-dark); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.process-grid h3 { margin: 40px 0 12px; font: 600 29px/1.05 var(--serif); }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.rfp { color: #f0f3f5; background: var(--navy-950); }
.rfp-inner { max-width: var(--max); margin: 0 auto; padding: 112px 0; }
.rfp-head { max-width: 760px; margin-bottom: 48px; }
.rfp-head > p { max-width: 650px; margin: 22px 0 0; color: #aeb9c1; }
.rfp-layout { display: grid; grid-template-columns: 2fr 1fr; align-items: start; gap: 20px; }
#rfp-form { padding: 42px; color: #eef2f4; background: var(--navy-900); border: 1px solid rgba(255,255,255,.16); box-shadow: 0 30px 80px rgba(0,0,0,.18); }
.form-section + .form-section { margin-top: 40px; padding-top: 38px; border-top: 1px solid rgba(255,255,255,.15); }
.form-section-head { display: flex; align-items: center; gap: 13px; margin-bottom: 24px; }
.form-section-head > span { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold-light); border-radius: 50%; font-size: 10px; font-weight: 700; }
.form-section-head h3 { margin: 0; font: 600 28px/1 var(--serif); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
#rfp-form label, #rfp-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; font-size: 12px; font-weight: 600; }
#rfp-form > label, .form-grid > label, .form-grid > fieldset { display: flex; flex-direction: column; gap: 8px; }
#rfp-form legend { padding: 0; margin-bottom: 9px; font-size: 12px; font-weight: 600; }
#rfp-form input, #rfp-form textarea { width: 100%; color: #f8fafb; background: #1b2e3e; border: 1px solid #4c6070; border-radius: 5px; padding: 13px 14px; transition: border-color .16s ease, box-shadow .16s ease, background .16s ease; }
#rfp-form input { min-height: 52px; }
#rfp-form textarea { min-height: 115px; resize: vertical; }
#rfp-form input::placeholder, #rfp-form textarea::placeholder { color: #768996; }
#rfp-form input:hover, #rfp-form textarea:hover { border-color: #758795; }
#rfp-form input:focus, #rfp-form textarea:focus { outline: 0; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(210,168,95,.16); background: #203649; }
.form-grid label > span:first-child { display: flex; justify-content: space-between; gap: 14px; }
.form-grid small { color: #8799a5; font-weight: 400; }
.full-field { grid-column: 1 / -1; }
.event-type-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.event-type-options label, .choice-buttons label { display: block; }
#rfp-form .event-type-options input, #rfp-form .choice-buttons input { position: absolute; width: 1px; height: 1px; min-height: 1px; padding: 0; opacity: 0; pointer-events: none; clip-path: inset(50%); }
.event-type-options label > span, .choice-buttons label > span { min-height: 50px; display: flex; align-items: center; justify-content: center; padding: 9px 12px; border: 1px solid #4c6070; border-radius: 5px; background: #1b2e3e; color: #c7d0d6; text-align: center; cursor: pointer; transition: border-color .16s ease, background .16s ease, color .16s ease; }
.event-type-options input:checked + span, .choice-buttons input:checked + span { border-color: var(--gold); background: rgba(210,168,95,.14); color: #fff; box-shadow: inset 0 0 0 1px var(--gold); }
.event-type-options input:focus-visible + span, .choice-buttons input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 2px; }
.choice-buttons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.consent { display: grid !important; grid-template-columns: 22px 1fr; align-items: start; gap: 11px !important; color: #b9c4cb; font-weight: 400 !important; line-height: 1.5; }
.consent input { width: 20px !important; min-height: 20px !important; margin: 2px 0 0; padding: 0 !important; accent-color: var(--gold); }
.consent .field-error { grid-column: 2; }
.field-error { min-height: 15px; color: #ffaaa4; font-size: 10px; font-weight: 500; }
.invalid-field input, .invalid-field textarea, .invalid-field .choice-buttons label > span, .invalid-field .event-type-options label > span { border-color: var(--error) !important; }
.form-submit { margin-top: 26px; }
.form-submit .button { width: 100%; min-height: 58px; }
.form-submit p { margin: 11px 0 0; color: #8fa0ab; font-size: 11px; text-align: center; }
.form-success { margin-top: 20px; padding: 22px; color: #e3f3e6; background: rgba(107,155,116,.16); border: 1px solid var(--success); }
.form-success.is-error { color: #ffe5e2; background: rgba(201,95,88,.13); border-color: var(--error); }
.form-success.is-error > span { color: #efc1bd; }
.form-success strong, .form-success > span { display: block; }
.form-success > span { margin-top: 5px; color: #bdd2c1; font-size: 12px; }
.form-success-summary { display: grid; grid-template-columns: auto 1fr; gap: 5px 18px; margin: 18px 0 0; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.15); font-size: 11px; }
.form-success-summary dt { color: #94a6b1; }
.form-success-summary dd { margin: 0; color: #eef5ef; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-next { padding: 35px 31px; color: var(--ink); background: var(--paper-deep); border-top: 5px solid var(--gold); }
.next-label { color: var(--gold-dark); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.form-next h3 { margin: 13px 0 25px; font: 600 34px/1 var(--serif); }
.form-next ol { margin: 0; padding: 0; list-style: none; }
.form-next li { display: grid; grid-template-columns: 29px 1fr; gap: 12px; padding: 15px 0; border-top: 1px solid #cfcdc6; }
.form-next li > span { width: 27px; height: 27px; display: grid; place-items: center; color: var(--navy-800); border: 1px solid #9ba3a8; border-radius: 50%; font-size: 10px; font-weight: 700; }
.form-next li p { margin: 2px 0 0; color: #59656e; font-size: 12px; }
.direct-contact { display: flex; flex-direction: column; gap: 4px; margin-top: 26px; padding-top: 23px; border-top: 1px solid #cfcdc6; }
.direct-contact span { margin-bottom: 5px; color: var(--gold-dark); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.direct-contact a { font-size: 13px; font-weight: 600; text-underline-offset: 3px; }

.faq { padding-bottom: 128px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 23px 46px 23px 0; cursor: pointer; list-style: none; font-weight: 700; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 15px; color: var(--gold-dark); font: 600 30px var(--serif); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 850px; margin: -2px 0 26px; color: var(--muted); font-size: 14px; }

.final-cta { max-width: var(--max); margin: 0 auto 116px; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; padding: 54px 58px; color: #fff; background: var(--navy-800); box-shadow: var(--shadow); }
.final-cta h2 { max-width: 790px; font-size: clamp(38px, 3.5vw, 52px); }
.final-cta .section-kicker { margin-bottom: 15px; }
.final-cta .button { min-width: 280px; }

footer { color: #c4ced5; background: #0d171f; border-top: 1px solid #2d3b47; }
.footer-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 75px; padding: 68px 0; }
.footer-inner > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 7px; }
.footer-inner strong { margin-bottom: 8px; color: var(--gold-light); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.footer-inner a, .footer-inner p { margin: 0; color: #8797a3; font-size: 12px; line-height: 1.75; }
.footer-brand img { width: 150px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 430px; margin-top: 18px; }
.footer-bottom { max-width: var(--max); margin: 0 auto; display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; color: #91a0aa; border-top: 1px solid #23313c; font-size: 10px; }
.privacy-settings { padding: 0; color: #8d9aa4; background: transparent; border: 0; border-bottom: 1px solid #53616c; font: inherit; cursor: pointer; }
.privacy-settings:hover, .privacy-settings:focus-visible { color: var(--gold-light); border-color: var(--gold); }

.cookie-banner { position: fixed; z-index: 120; right: 22px; bottom: 22px; left: 22px; max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 28px; padding: 24px 26px; color: #f3f6f7; background: rgba(16, 26, 36, .98); border: 1px solid #4c5e6c; box-shadow: 0 22px 70px rgba(0,0,0,.34); }
.cookie-banner[hidden] { display: none; }
.cookie-copy strong { color: var(--gold-light); font: 600 24px/1.15 var(--serif); }
.cookie-copy p { max-width: 760px; margin: 8px 0 5px; color: #c2cbd1; font-size: 12px; line-height: 1.55; }
.cookie-copy a { color: #e3e8eb; font-size: 11px; text-underline-offset: 3px; }
.cookie-actions, .cookie-dialog-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.cookie-button { min-height: 44px; padding: 10px 16px; border: 1px solid #6d7b85; font: 700 10px/1 var(--sans); letter-spacing: .06em; cursor: pointer; }
.cookie-button.primary { color: var(--navy-950); background: var(--gold); border-color: var(--gold); }
.cookie-button.secondary { color: #eef2f4; background: transparent; }
.cookie-button:hover, .cookie-button:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.cookie-dialog { width: min(620px, calc(100vw - 32px)); padding: 0; color: var(--ink); background: var(--paper); border: 1px solid #c8bcaa; box-shadow: 0 28px 90px rgba(0,0,0,.45); }
.cookie-dialog::backdrop { background: rgba(9,15,20,.76); }
.cookie-dialog form { margin: 0; padding: 30px; background: transparent; }
.cookie-dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.cookie-dialog-head h2 { margin: 5px 0 0; font: 600 37px/1.05 var(--serif); }
.cookie-dialog > form > p { margin: 18px 0 22px; color: var(--muted); font-size: 13px; }
.cookie-close { width: 42px; height: 42px; color: var(--ink); background: transparent; border: 1px solid var(--line); font-size: 25px; cursor: pointer; }
.cookie-options { border-top: 1px solid var(--line); }
.cookie-options label { display: grid; grid-template-columns: 22px 1fr; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--line); cursor: pointer; }
.cookie-options input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--gold-dark); }
.cookie-options strong, .cookie-options small { display: block; }
.cookie-options strong { font-size: 13px; }
.cookie-options small { margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.cookie-dialog-actions { margin-top: 24px; }
.cookie-dialog .cookie-button.secondary { color: var(--ink); border-color: #9a9387; }

@media (max-width: 1120px) {
  .site-header, .hero-inner, .section, .proof-inner, .coordination-inner, .rfp-inner, .final-cta, .footer-inner, .footer-bottom { padding-left: 28px; padding-right: 28px; }
  .hero-inner { gap: 48px; }
  .site-header nav { gap: 20px; }
}

@media (max-width: 920px) {
  .site-header { padding-inline: 22px; }
  .menu-toggle { display: flex; }
  .site-header nav { display: none; position: fixed; inset: 82px 0 0; padding: 26px 24px; flex-direction: column; align-items: stretch; gap: 4px; background: var(--navy-950); }
  .site-header nav.open { display: flex; }
  .site-header nav > a { padding: 14px 10px; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 62px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { height: 520px; }
  .stats { margin-inline: 28px; grid-template-columns: 1fr 1fr; }
  .stats div:nth-child(2) { border-right: 0; }
  .stats div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .format-selector { grid-template-columns: 1fr 1fr; }
  .format-selector-button:nth-child(2) { border-right: 0; }
  .format-selector-button:nth-child(-n+2) { border-bottom: 1px solid #c8c8c2; }
  .format-panel { grid-template-columns: 1fr; }
  .format-panel img { min-height: 390px; max-height: 480px; }
  .proof-layout, .coordination-inner { grid-template-columns: 1fr; }
  .proof-image { min-height: 440px; }
  .room-grid { grid-template-columns: 1fr 1fr; }
  .room-card-wide { grid-column: 1 / -1; }
  .coordination-copy figure { height: 390px; }
  .scope-media-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 370px 240px 240px; }
  .scope-media-large { grid-column: 1 / -1; grid-row: auto; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .price-card:nth-child(2) { border-right: 0; }
  .price-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .offer-download { grid-template-columns: 1fr; gap: 24px; }
  .offer-download .button { justify-self: start; }
  .rfp-layout { grid-template-columns: 1fr; }
  .form-next { display: grid; grid-template-columns: .75fr 1.25fr; gap: 30px; }
  .form-next .next-label, .form-next h3 { grid-column: 1; }
  .form-next ol { grid-column: 2; grid-row: 1 / 4; }
  .direct-contact { grid-column: 1; }
  .final-cta { margin-inline: 28px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 74px; }
  .site-header { height: 74px; }
  .site-header nav { inset: 74px 0 0; }
  .brand { width: 102px; }
  .hero-inner, .section, .proof-inner, .coordination-inner, .rfp-inner, .footer-inner { padding-left: 20px; padding-right: 20px; }
  .hero-inner { min-height: auto; padding-top: 50px; padding-bottom: 56px; gap: 42px; }
  .hero h1 { font-size: 45px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .hero .button { width: 100%; padding-inline: 14px; font-size: 12px; }
  .hero .text-link { justify-content: center; }
  .hero-visual { height: 380px; box-shadow: 12px 12px 0 rgba(210,168,95,.09); }
  .stats { margin-inline: 20px; }
  .stats div { min-height: 103px; padding: 18px 12px; }
  .stats strong { font-size: 27px; }
  .section, .proof-inner, .coordination-inner, .rfp-inner { padding-top: 82px; padding-bottom: 82px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .coordination h2, .rfp h2 { font-size: 41px; }
  .format-selector { grid-template-columns: 1fr; }
  .format-selector-button { min-height: 62px; border-right: 0; border-bottom: 1px solid #c8c8c2; }
  .format-selector-button:nth-child(3) { border-bottom: 1px solid #c8c8c2; }
  .format-selector-button:last-child { border-bottom: 0; }
  .format-panel > div { padding: 38px 25px; }
  .format-panel h3 { font-size: 33px; }
  .format-panel img { min-height: 290px; }
  .proof-layout { min-height: 0; }
  .proof-image { min-height: 300px; }
  .proof-cases article { padding: 30px 25px; }
  .proof-placeholders { grid-template-columns: 1fr; }
  .room-grid { grid-template-columns: 1fr; }
  .room-card img { height: 240px; }
  .room-card-wide { grid-column: auto; display: block; }
  .room-card-wide img { height: 240px; min-height: 0; }
  .room-specs { margin-inline: -20px; border-right: 0; border-left: 0; }
  .room-specs summary { padding-inline: 20px; }
  .room-specs summary small { display: none; }
  .room-specs-content { padding-inline: 20px; }
  .floor-plan { overflow-x: auto; }
  .venue-map { min-width: 570px; }
  .map-legend { min-width: 570px; justify-content: flex-start; margin-top: 5px; padding: 0; }
  .table-wrap { overflow: visible; border: 0; }
  .capacity-matrix { display: block; min-width: 0; background: transparent; }
  .capacity-matrix thead { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
  .capacity-matrix tbody, .capacity-matrix tr { display: block; }
  .capacity-matrix tr { margin-bottom: 13px; padding: 0 15px 10px; background: #fbfaf7; border: 1px solid var(--line); }
  .capacity-matrix tbody th { display: block; padding: 15px 0 11px; border-bottom: 1px solid var(--line); font-size: 17px; }
  .capacity-matrix td { display: flex; justify-content: space-between; gap: 18px; padding: 8px 0; border-bottom: 1px solid #ebe7de; text-align: right; }
  .capacity-matrix td::before { content: attr(data-label); color: var(--gold-dark); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
  .capacity-matrix .capacity-total { background: #e9edf0; }
  .coordination-grid { grid-template-columns: 1fr; }
  .coordination-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15) !important; }
  .coordination-grid article:last-child { border-bottom: 0 !important; }
  .coordination-grid h3 { margin-top: 22px; }
  .scope-media-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 300px); }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .price-card:last-child { border-bottom: 0; }
  .price-card h3 { margin-top: 28px; }
  .offer-download { margin-inline: -20px; padding: 28px 20px; }
  .offer-download .button { width: 100%; min-width: 0; padding-inline: 14px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid article:last-child { border-bottom: 0; }
  .process-grid h3 { margin-top: 24px; }
  .rfp-head { margin-bottom: 34px; }
  #rfp-form { margin-inline: -20px; padding: 30px 20px; border-right: 0; border-left: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .event-type-options { grid-template-columns: 1fr 1fr; }
  #rfp-form input, #rfp-form textarea { font-size: 16px; }
  .event-type-options label > span, .choice-buttons label > span { min-height: 52px; font-size: 11px; }
  .form-next { display: block; margin-top: 8px; }
  .form-next ol { margin-top: 22px; }
  .final-cta { margin: 0 20px 82px; grid-template-columns: 1fr; gap: 30px; padding: 38px 26px; }
  .final-cta h2 { font-size: 39px; }
  .final-cta .button { min-width: 0; width: 100%; padding-inline: 14px; font-size: 12px; }
  .footer-inner { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { margin-inline: 20px; padding-inline: 0; flex-direction: column; gap: 5px; }
  .cookie-banner { right: 10px; bottom: 10px; left: 10px; grid-template-columns: 1fr; gap: 18px; padding: 20px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; justify-content: stretch; }
  .cookie-actions .primary { grid-column: 1 / -1; grid-row: 1; }
  .cookie-button { width: 100%; }
  .cookie-dialog form { margin: 0; padding: 22px; }
  .cookie-dialog-actions { display: grid; grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
