:root {
  --ink: #152921;
  --ink-deep: #0b1712;
  --paper: #f4f0e7;
  --linen: #e7e0d2;
  --sand: #c9bda8;
  --moss: #4c5b4b;
  --clay: #995d3c;
  --white: #fffdf9;
  --line: rgba(21, 41, 33, 0.17);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", monospace;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
button, input, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

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

.site-header { position: absolute; z-index: 5; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; padding: 30px 4.5vw; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.28); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid currentColor; font: 500 24px/1 var(--serif); }
.brand-name { font: 600 16px/1 var(--sans); letter-spacing: .035em; text-transform: uppercase; }
.brand-name em { display: block; margin-top: 3px; font: 400 7.6px/1 var(--sans); letter-spacing: .16em; }
.desktop-nav { display: flex; gap: 30px; font-size: 12px; font-weight: 600; letter-spacing: .085em; text-transform: uppercase; }
.desktop-nav a, .header-cta { transition: opacity .18s var(--ease); }
.desktop-nav a:hover, .header-cta:hover { opacity: .65; }
.header-cta { font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.header-cta span { margin-left: 8px; font-size: 15px; }

.hero { min-height: 745px; height: 100svh; position: relative; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); isolation: isolate; }
.hero-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; animation: hero-in 1.2s var(--ease) both; }
.hero-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(8,20,15,.79) 0%, rgba(8,20,15,.35) 42%, rgba(8,20,15,.05) 72%), linear-gradient(0deg, rgba(8,20,15,.58), transparent 50%); }
.hero-content { width: min(710px, 88vw); margin: 0 0 13.5vh 10.5vw; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--moss); font: 500 10px/1.2 var(--mono); letter-spacing: .135em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 25px; height: 1px; background: currentColor; }
.eyebrow.light { color: rgba(255,255,255,.86); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
h1 { margin: 0; font-size: clamp(57px, 7.1vw, 112px); }
h1 i, h2 i, h3 i { font-weight: 500; }
.hero-copy { max-width: 490px; margin: 24px 0 31px; color: rgba(255,255,255,.9); font-size: 15px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 53px; padding: 0 22px; border: 1px solid transparent; font-size: 10px; font-weight: 700; letter-spacing: .105em; text-transform: uppercase; transition: transform .16s var(--ease), background .18s var(--ease), color .18s var(--ease), border .18s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.97); }
.button span { font-size: 16px; font-weight: 400; }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--linen); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #294638; }
.button.wide { width: 100%; }
.text-button { padding: 0; border: 0; background: none; color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.text-button.light { color: var(--white); }
.text-button span { margin-left: 7px; font-size: 15px; }
.hero-meta { position: absolute; bottom: 35px; right: 4.5vw; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.8); font: 400 9px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.meta-line { width: 21px; height: 1px; background: rgba(255,255,255,.5); }
.scroll-cue { position: absolute; bottom: 34px; left: 4.5vw; display: flex; align-items: center; gap: 11px; padding: 0; border: 0; background: none; color: var(--white); font: 400 9px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.scroll-cue i { font: 400 19px/1 var(--serif); animation: bob 1.9s ease-in-out infinite; }

.section { padding-left: 10.5vw; padding-right: 10.5vw; }
.introduction { padding-top: 166px; padding-bottom: 160px; }
.intro-kicker { margin-bottom: 54px; color: var(--moss); font: 500 10px/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9vw; }
h2 { margin-bottom: 0; font-size: clamp(45px, 5.4vw, 82px); }
.intro-content { padding-top: 16px; }
.intro-content p { margin-bottom: 20px; color: #45534c; font-size: 17px; line-height: 1.78; }
.inline-link { display: inline-flex; align-items: center; gap: 15px; margin-top: 17px; border-bottom: 1px solid var(--ink); padding-bottom: 8px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: gap .18s var(--ease); }
.inline-link:hover { gap: 22px; }
.inline-link span { font-size: 16px; }

.advantage-band { background: var(--linen); }
.advantage-inner { width: min(1200px, 82vw); margin: auto; padding: 74px 0 78px; }
.advantage-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 65px; }
.advantage-list article { position: relative; padding-top: 32px; border-top: 1px solid rgba(21,41,33,.23); }
.advantage-number { position: absolute; top: -10px; left: 0; padding-right: 8px; background: var(--linen); color: var(--moss); font: 500 9px/1 var(--mono); letter-spacing: .1em; }
.advantage-list h3 { margin-bottom: 13px; font-size: 30px; }
.advantage-list p { max-width: 285px; margin-bottom: 0; color: #526057; font-size: 14px; line-height: 1.65; }

.design-section { padding-top: 164px; padding-bottom: 170px; }
.section-heading { display: flex; justify-content: space-between; gap: 60px; margin-bottom: 59px; }
.section-lede { width: min(390px, 100%); margin: 22px 0 0; color: #536059; font-size: 15px; line-height: 1.72; }
.visualizer { display: grid; grid-template-columns: minmax(0, 1.52fr) minmax(340px, .74fr); min-height: 650px; background: var(--white); }
.home-stage { position: relative; min-height: 520px; overflow: hidden; background: #d6d6ca; }
.home-stage > img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; transition: opacity .32s var(--ease), transform .7s var(--ease); }
.home-stage > img.is-changing { opacity: .22; transform: scale(1.018); }
.home-stage:after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,.04), transparent 26%, transparent 72%, rgba(0,0,0,.3)); }
.home-stage-overlay { position: absolute; z-index: 2; inset: 0; display: flex; align-items: flex-end; justify-content: space-between; padding: 25px; color: var(--white); }
.stage-label { display: flex; flex-direction: column; gap: 6px; font: 400 9px/1.2 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.stage-label b { font-weight: 500; }
.view-toggle { position: relative; z-index: 4; display: inline-flex; align-items: center; gap: 8px; padding: 10px 12px; background: rgba(14,28,22,.7); border: 1px solid rgba(255,255,255,.44); color: var(--white); backdrop-filter: blur(5px); font: 500 9px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.toggle-dot { width: 7px; height: 7px; border: 1px solid var(--white); border-radius: 50%; transition: background .18s var(--ease); }
.view-toggle.active .toggle-dot { background: var(--white); }
.plan-ghost { position: absolute; z-index: 1; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 23px; padding: 80px 11%; color: rgba(255,255,255,.95); opacity: 0; transform: scale(.98); pointer-events: none; transition: opacity .34s var(--ease), transform .34s var(--ease); background: rgba(18,39,30,.7); backdrop-filter: blur(2px); }
.plan-ghost.visible { opacity: 1; transform: none; }
.plan-ghost-title { font: 500 clamp(26px, 3.2vw, 47px)/1.1 var(--serif); text-align: center; }
.plan-ghost-grid { display: grid; grid-template-columns: repeat(3, 1fr); width: min(590px, 100%); border-left: 1px solid rgba(255,255,255,.55); border-top: 1px solid rgba(255,255,255,.55); }
.plan-ghost-grid span { padding: 15px 10px; border-right: 1px solid rgba(255,255,255,.55); border-bottom: 1px solid rgba(255,255,255,.55); font: 400 9px/1.3 var(--mono); letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.design-panel { display: flex; flex-direction: column; padding: 39px 34px 31px; background: var(--white); }
.design-panel-head { display: flex; align-items: flex-start; gap: 13px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.panel-index { color: var(--clay); font: 500 10px/1 var(--mono); }
.panel-label { margin: 0 0 5px; color: #788179; font: 500 9px/1 var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.design-panel h3 { margin: 0; font-size: 31px; }
.collection-description { min-height: 72px; margin: 23px 0; color: #526057; font-size: 13px; line-height: 1.62; }
.collection-options { display: grid; gap: 7px; }
.collection-card { display: flex; align-items: center; gap: 12px; padding: 11px 9px; border: 1px solid transparent; background: none; color: var(--ink); text-align: left; transition: background .18s var(--ease), border-color .18s var(--ease); }
.collection-card:hover, .collection-card.selected { border-color: var(--ink); background: #f8f5ee; }
.swatches { display: flex; flex: 0 0 auto; width: 41px; height: 41px; overflow: hidden; border-radius: 50%; border: 1px solid rgba(21,41,33,.11); }
.swatches i { display: block; width: 25%; height: 100%; background: var(--c); }
.collection-card b { display: block; font: 600 11px/1.2 var(--sans); letter-spacing: .02em; }
.collection-card small { display: block; margin-top: 3px; color: #69766e; font-size: 10px; }
.finish-summary { margin: auto 0 21px; padding-top: 24px; border-top: 1px solid var(--line); }
.finish-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 11px; }
.finish-tags span { padding: 6px 8px; background: var(--linen); color: #46534c; font: 500 9px/1 var(--mono); letter-spacing: .04em; }

.home-story { display: grid; grid-template-columns: 1fr 1fr; padding: 0; background: #ddd3c2; }
.story-image-wrap { min-height: 680px; overflow: hidden; }
.story-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.story-image-wrap:hover img { transform: scale(1.025); }
.story-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 75px 11vw 75px 8vw; }
.story-copy h2 { margin-bottom: 28px; }
.story-copy > p:not(.eyebrow) { margin-bottom: 32px; color: #4f5b53; font-size: 15px; line-height: 1.8; }
dl { width: 100%; margin: 0 0 11px; border-top: 1px solid rgba(21,41,33,.2); }
dl div { display: flex; justify-content: space-between; gap: 15px; padding: 12px 0; border-bottom: 1px solid rgba(21,41,33,.2); }
dt, dd { margin: 0; font-size: 11px; }
dt { font-weight: 700; } dd { color: #657168; text-align: right; }

.plans-section { padding: 138px 0 145px; background: var(--ink); color: var(--white); }
.plans-heading { padding-bottom: 70px; }
.plans-title-row { display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.plans-title-row h2 { max-width: 650px; }
.plans-title-row p { max-width: 335px; margin: 0 0 7px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.7; }
.plan-explorer { padding-top: 0; }
.plan-tabs { display: flex; gap: 23px; border-bottom: 1px solid rgba(255,255,255,.27); }
.plan-tab { position: relative; padding: 0 0 14px; border: 0; background: none; color: rgba(255,255,255,.56); font: 500 10px/1 var(--mono); letter-spacing: .09em; text-transform: uppercase; transition: color .18s var(--ease); }
.plan-tab:after { position: absolute; bottom: -1px; left: 0; width: 0; height: 2px; background: var(--linen); content: ""; transition: width .22s var(--ease); }
.plan-tab:hover, .plan-tab.active { color: var(--white); }
.plan-tab.active:after { width: 100%; }
.plan-viewer { display: grid; grid-template-columns: .73fr 1.27fr; gap: 7vw; align-items: center; padding-top: 48px; }
.plan-copy { padding-bottom: 8px; }
.plan-number { color: var(--sand); font: 500 10px/1 var(--mono); letter-spacing: .1em; }
.plan-copy h3 { margin: 17px 0 20px; font-size: clamp(36px, 3.6vw, 56px); }
.plan-copy > p { color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.75; }
.plan-feature-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 25px; }
.plan-feature-list span { padding: 7px 9px; border: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.85); font: 400 9px/1 var(--mono); letter-spacing: .05em; }
.plan-image-frame { background: var(--white); padding: 15px; }
.plan-image-frame img { width: 100%; aspect-ratio: 1.4; object-fit: contain; transition: opacity .25s var(--ease); }
.plan-image-frame img.is-changing { opacity: .25; }

.quote-section { padding-top: 151px; padding-bottom: 158px; text-align: center; }
.quote-rule { width: 1px; height: 52px; margin: 0 auto 30px; background: var(--clay); }
blockquote { max-width: 1000px; margin: 0 auto 20px; font: 500 clamp(33px, 4.4vw, 65px)/1.2 var(--serif); letter-spacing: -.04em; }
.quote-section > p { margin: 0; color: var(--moss); font: 500 10px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }

.preview-section { position: relative; min-height: 670px; display: grid; place-items: center; isolation: isolate; color: var(--white); overflow: hidden; }
.preview-image { position: absolute; z-index: -2; inset: 0; }
.preview-image:after { position: absolute; inset: 0; content: ""; background: rgba(10,24,18,.63); }
.preview-image img { width: 100%; height: 100%; object-fit: cover; }
.preview-content { max-width: 630px; padding: 80px 6vw; text-align: center; }
.preview-content .eyebrow { justify-content: center; }
.preview-content h2 { margin-bottom: 24px; }
.preview-content > p:not(.eyebrow) { max-width: 495px; margin: 0 auto 31px; color: rgba(255,255,255,.86); font-size: 15px; line-height: 1.75; }
.preview-fineprint { max-width: 500px; margin: 21px auto 0; color: rgba(255,255,255,.62); font-size: 10px; line-height: 1.6; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; gap: 30px; padding: 60px 4.5vw 31px; background: var(--ink-deep); color: var(--white); }
.footer-brand { color: var(--white); }
.site-footer > p { margin: 0; color: rgba(255,255,255,.6); font: 500 20px/1.25 var(--serif); }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; justify-self: end; font-size: 11px; color: rgba(255,255,255,.8); }
.footer-links a { border-bottom: 1px solid transparent; transition: border-color .18s var(--ease); }
.footer-links a:hover { border-color: currentColor; }
.copyright { grid-column: 1 / -1; padding-top: 42px; color: rgba(255,255,255,.35); font: 400 9px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }

.modal-backdrop { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 23px; background: rgba(6,15,11,.64); backdrop-filter: blur(7px); opacity: 0; pointer-events: none; transition: opacity .22s var(--ease); }
.modal-backdrop.open { opacity: 1; pointer-events: auto; }
.inquiry-modal { position: relative; width: min(680px, 100%); max-height: calc(100svh - 46px); overflow-y: auto; padding: 53px 59px 45px; background: var(--paper); transform: translateY(17px) scale(.98); transition: transform .26s var(--ease); }
.modal-backdrop.open .inquiry-modal { transform: none; }
.modal-close { position: absolute; top: 19px; right: 22px; width: 31px; height: 31px; border: 0; background: none; color: var(--ink); font: 400 28px/1 var(--serif); }
.inquiry-modal h2 { margin-bottom: 19px; }
.modal-intro { max-width: 490px; margin-bottom: 25px; color: #546158; font-size: 14px; line-height: 1.65; }
#inquiry-form { display: grid; gap: 14px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 6px; color: #526057; font: 500 9px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
input, select { width: 100%; height: 44px; padding: 0 12px; outline: none; border: 1px solid rgba(21,41,33,.25); border-radius: 0; background: var(--white); color: var(--ink); font: 500 13px var(--sans); letter-spacing: 0; text-transform: none; transition: border-color .18s var(--ease), box-shadow .18s var(--ease); }
input:focus, select:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(21,41,33,.09); }
.select-label { margin-top: 1px; }
.saved-selection { display: flex; align-items: center; justify-content: space-between; margin: 4px 0 2px; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 11px; }
.saved-selection span { color: #5b675f; } .saved-selection b { font-weight: 700; }
.form-error { min-height: 0; margin: 0; color: #a3442d; font-size: 11px; }
.form-error:not(:empty) { min-height: 16px; }
.form-consent { margin: 2px 0 0; color: #6f786f; font-size: 10px; line-height: 1.5; }
.success-state { padding: 25px 0 18px; }
.success-kicker { color: var(--clay); font: 500 10px/1 var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.success-state h3 { margin: 18px 0; font-size: 47px; }
.success-state p { color: #556158; font-size: 14px; }

@keyframes hero-in { from { opacity: 0; transform: scale(1.035); } to { opacity: 1; transform: none; } }
@keyframes bob { 50% { transform: translateY(5px); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; } }

@media (max-width: 820px) {
  .site-header { padding: 22px 6vw; } .desktop-nav { display: none; } .header-cta { font-size: 9px; }
  .hero { min-height: 700px; } .hero-content { margin: 0 0 14vh 7vw; } .hero-meta { display: none; } .scroll-cue { left: 7vw; }
  .section { padding-left: 7vw; padding-right: 7vw; } .introduction, .design-section { padding-top: 105px; padding-bottom: 108px; }
  .intro-grid, .home-story, .plan-viewer { grid-template-columns: 1fr; gap: 35px; } .intro-content { padding: 0; }
  .advantage-inner { width: 86vw; } .advantage-list { grid-template-columns: 1fr; gap: 33px; }
  .section-heading, .plans-title-row { display: block; } .section-lede { margin-top: 25px; }
  .visualizer { grid-template-columns: 1fr; } .home-stage > img { min-height: 430px; } .home-stage { min-height: 430px; } .design-panel { padding: 30px 23px; }
  .story-image-wrap { min-height: 420px; } .story-copy { padding: 78px 9vw; }
  .plans-section { padding: 101px 0; } .plans-heading { padding-bottom: 45px; } .plans-title-row p { margin-top: 23px; }
  .plan-viewer { padding-top: 38px; } .plan-copy { max-width: 520px; } .quote-section { padding-top: 110px; padding-bottom: 110px; }
  .preview-section { min-height: 600px; } .site-footer { grid-template-columns: 1fr; padding: 48px 7vw 27px; } .footer-links { justify-self: start; }
}

@media (max-width: 520px) {
  .brand-mark { width: 31px; height: 31px; font-size: 21px; } .brand-name { font-size: 13px; } .brand-name em { font-size: 6.5px; } .header-cta { display: none; }
  .hero-content { width: 86vw; } h1 { font-size: clamp(52px, 15vw, 75px); } .hero-copy { font-size: 14px; } .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .eyebrow { font-size: 9px; } .introduction { padding-top: 92px; padding-bottom: 90px; } .intro-kicker { margin-bottom: 37px; } .intro-content p { font-size: 15px; }
  h2 { font-size: 47px; } .advantage-inner { padding: 61px 0; } .design-section { padding-top: 93px; }
  .home-stage > img { min-height: 340px; } .home-stage { min-height: 340px; } .home-stage-overlay { padding: 14px; } .stage-label { font-size: 8px; } .view-toggle { padding: 9px; font-size: 8px; }
  .plan-ghost { padding: 55px 8%; } .plan-ghost-grid { grid-template-columns: repeat(2, 1fr); }
  .collection-description { min-height: auto; } .plan-tabs { gap: 14px; overflow-x: auto; } .plan-tab { flex: 0 0 auto; font-size: 9px; } .plan-image-frame { padding: 8px; }
  .field-row { grid-template-columns: 1fr; } .inquiry-modal { padding: 47px 23px 31px; } .success-state h3 { font-size: 40px; }
}


/* Luxury buyer confidence and front-to-back experience upgrade */
.facts-band { background: var(--ink); color: var(--white); }
.facts-inner { width: min(1200px, 82vw); margin: auto; padding: 68px 0 62px; }
.facts-inner .eyebrow { color: var(--sand); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 34px; border-top: 1px solid rgba(255,255,255,.28); border-left: 1px solid rgba(255,255,255,.2); }
.facts-grid > div { display: flex; flex-direction: column; min-height: 145px; padding: 21px 21px 17px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.28); }
.fact-index { color: var(--sand); font: 500 9px/1 var(--mono); letter-spacing: .1em; }
.facts-grid b { margin-top: auto; font: 500 27px/1.1 var(--serif); letter-spacing: -.03em; }
.facts-grid small { margin-top: 8px; color: rgba(255,255,255,.66); font-size: 11px; line-height: 1.45; }
.facts-note { margin: 22px 0 0; color: rgba(255,255,255,.56); font-size: 10px; }

.experience-section { padding: 150px 0 137px; background: #d9cfbd; }
.experience-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 8vw; margin-bottom: 55px; }
.experience-heading > p { max-width: 385px; margin: 0 0 7px; color: #536056; font-size: 15px; line-height: 1.75; }
.experience-explorer { display: grid; grid-template-columns: 265px minmax(0, 1fr); gap: 0; }
.experience-rail { display: flex; flex-direction: column; align-items: stretch; justify-content: center; padding: 11px 38px 11px 0; background: transparent; }
.experience-tab { display: grid; grid-template-columns: 26px 1fr; column-gap: 9px; padding: 18px 0 17px; border: 0; border-top: 1px solid rgba(21,41,33,.24); background: none; color: #607066; text-align: left; transition: color .18s var(--ease), padding .18s var(--ease); }
.experience-tab:last-child { border-bottom: 1px solid rgba(21,41,33,.24); }
.experience-tab:hover, .experience-tab.active { padding-left: 10px; color: var(--ink); }
.experience-tab > span { grid-row: span 2; padding-top: 2px; color: var(--clay); font: 500 9px/1 var(--mono); letter-spacing: .07em; }
.experience-tab b { font: 500 26px/1.05 var(--serif); letter-spacing: -.035em; }
.experience-tab small { margin-top: 4px; font-size: 10px; }
.experience-stage { position: relative; min-height: 580px; overflow: hidden; background: #889489; }
.experience-stage > img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; transition: opacity .28s var(--ease), transform .6s var(--ease); }
.experience-stage > img.is-changing { opacity: .25; transform: scale(1.02); }
.experience-stage:after { position: absolute; z-index: 1; inset: 0; content: ""; pointer-events: none; background: linear-gradient(0deg, rgba(5,13,9,.72), transparent 43%); }
.experience-caption { position: absolute; z-index: 2; bottom: 29px; left: 29px; width: min(390px, 68%); color: var(--white); }
.experience-caption span, .concept-label { font: 500 9px/1.2 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.experience-caption p { margin: 10px 0 0; font: 500 25px/1.2 var(--serif); letter-spacing: -.026em; }
.concept-label { position: absolute; z-index: 2; top: 21px; right: 21px; padding: 8px 9px; border: 1px solid rgba(255,255,255,.46); color: rgba(255,255,255,.87); background: rgba(10,25,17,.35); backdrop-filter: blur(5px); font-size: 8px; }
.share-strip { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-top: 46px; padding-top: 25px; border-top: 1px solid rgba(21,41,33,.26); }
.share-strip p { max-width: 500px; margin: 0; color: #536057; font-size: 14px; line-height: 1.65; }
.share-strip p b { color: var(--ink); }

@media (max-width: 820px) {
  .facts-inner { width: 86vw; } .facts-grid { grid-template-columns: 1fr 1fr; }
  .experience-section { padding: 100px 0 90px; } .experience-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 35px; }
  .experience-explorer { grid-template-columns: 1fr; } .experience-rail { display: grid; grid-template-columns: 1fr 1fr; padding: 0; margin-bottom: 24px; border-left: 1px solid rgba(21,41,33,.24); }
  .experience-tab { border-left: 0; border-right: 1px solid rgba(21,41,33,.24); border-bottom: 1px solid rgba(21,41,33,.24); padding: 13px 10px; }
  .experience-tab:last-child { border-bottom: 1px solid rgba(21,41,33,.24); } .experience-tab:hover, .experience-tab.active { padding-left: 14px; }
  .experience-tab b { font-size: 21px; } .experience-stage, .experience-stage > img { min-height: 470px; }
}

@media (max-width: 520px) {
  .facts-inner { padding: 55px 0 48px; } .facts-grid > div { min-height: 126px; padding: 16px 14px; } .facts-grid b { font-size: 23px; } .facts-grid small { font-size: 10px; }
  .experience-section { padding-top: 86px; } .experience-rail { grid-template-columns: 1fr; } .experience-tab { grid-template-columns: 23px 1fr; padding: 12px 5px; border-right: 0; } .experience-tab:hover, .experience-tab.active { padding-left: 10px; }
  .experience-stage, .experience-stage > img { min-height: 390px; } .experience-caption { bottom: 20px; left: 19px; width: calc(100% - 42px); } .experience-caption p { font-size: 22px; } .concept-label { top: 12px; right: 12px; font-size: 7px; }
  .share-strip { display: block; margin-top: 31px; } .share-strip .inline-link { margin-top: 23px; }
}

.share-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
@media (max-width: 520px) { .share-actions { display: grid; gap: 17px; margin-top: 23px; } .share-strip .share-actions .inline-link { margin-top: 0; } }


/* Full-home visualizer and aerial plan reveal */
.visualizer { align-items: start; min-height: 0; }
.home-stage { min-height: 0; aspect-ratio: 4 / 3; }
.home-stage > img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center; }
.design-panel { min-height: 0; }
.visualizer-note { display: flex; align-items: flex-start; gap: 8px; margin: -6px 0 17px; color: #6a756c; font: 400 8.5px/1.55 var(--mono); letter-spacing: .035em; text-transform: uppercase; }
.visualizer-note span { flex: 0 0 auto; width: 14px; height: 1px; margin-top: 6px; background: var(--clay); }
.plan-ghost { display: block; padding: 0; background: #21372b; }
.plan-ghost .aerial-cutaway { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.plan-ghost:after { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(8,22,15,.78), rgba(8,22,15,.2) 72%); }
.aerial-panel { position: absolute; z-index: 2; left: 28px; bottom: 26px; width: min(420px, 61%); padding: 20px 21px 18px; background: rgba(12,28,20,.78); border: 1px solid rgba(255,255,255,.34); color: var(--white); backdrop-filter: blur(9px); }
.aerial-panel .panel-label { color: rgba(255,255,255,.72); }
.aerial-panel .plan-ghost-title { margin: 11px 0 9px; color: var(--white); font-size: clamp(26px, 2.8vw, 44px); text-align: left; }
.aerial-panel > p:not(.panel-label) { margin: 0; color: rgba(255,255,255,.76); font-size: 11px; line-height: 1.55; }
.reveal-options { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.reveal-option { border: 1px solid rgba(255,255,255,.43); padding: 7px 8px; background: transparent; color: rgba(255,255,255,.84); font: 500 8px/1 var(--mono); letter-spacing: .05em; text-transform: uppercase; transition: background .17s var(--ease), color .17s var(--ease); }
.reveal-option:hover, .reveal-option.active { background: var(--white); color: var(--ink); }
.aerial-label { top: 18px; right: 18px; }

@media (max-width: 820px) {
  .home-stage { min-height: 0; aspect-ratio: 4 / 3; } .home-stage > img { min-height: 0; }
  .aerial-panel { left: 17px; bottom: 17px; width: min(430px, calc(100% - 34px)); }
}
@media (max-width: 520px) {
  .home-stage { min-height: 0; aspect-ratio: 4 / 3; } .home-stage > img { min-height: 0; }
  .home-stage-overlay { padding: 13px; } .view-toggle { font-size: 7.5px; }
  .aerial-panel { left: 12px; bottom: 12px; width: calc(100% - 24px); padding: 14px; } .aerial-panel .plan-ghost-title { font-size: 27px; }
  .aerial-panel > p:not(.panel-label) { font-size: 10px; } .reveal-options { gap: 4px; margin-top: 11px; } .reveal-option { padding: 6px; font-size: 7px; }
  .aerial-label { top: 10px; right: 10px; }
}


/* Repair: keep aerial cutaway unobstructed until the buyer asks for details */
.aerial-panel { left: 18px; bottom: 17px; width: auto; padding: 0; border: 0; background: none; color: var(--white); backdrop-filter: none; }
.aerial-info-trigger { display: inline-flex; align-items: center; gap: 13px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.5); background: rgba(9,24,16,.56); color: var(--white); backdrop-filter: blur(5px); font: 500 8.5px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.aerial-info-trigger:hover { background: rgba(9,24,16,.82); }
.aerial-info-trigger i { font: 400 16px/1 var(--serif); font-style: normal; }
.aerial-details { position: absolute; left: 0; bottom: 44px; width: min(390px, calc(100vw - 90px)); padding: 19px 20px 17px; border: 1px solid rgba(255,255,255,.34); background: rgba(12,28,20,.85); color: var(--white); backdrop-filter: blur(11px); box-shadow: 0 14px 35px rgba(0,0,0,.22); }
.aerial-details[hidden] { display: none; }
.aerial-detail-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.aerial-detail-head .panel-label { margin: 0; color: rgba(255,255,255,.74); }
.aerial-detail-close { width: 23px; height: 23px; border: 0; background: transparent; color: rgba(255,255,255,.9); font: 400 23px/1 var(--serif); }
.aerial-panel .plan-ghost-title { margin: 10px 0 8px; color: var(--white); font-size: clamp(25px, 2.7vw, 40px); text-align: left; }
.aerial-panel > p:not(.panel-label), .aerial-details > p { margin: 0; color: rgba(255,255,255,.76); font-size: 11px; line-height: 1.55; }
@media (max-width: 520px) {
  .aerial-panel { left: 11px; bottom: 10px; } .aerial-info-trigger { padding: 8px 9px; font-size: 7px; } .aerial-details { bottom: 37px; width: min(340px, calc(100vw - 46px)); padding: 14px; } .aerial-panel .plan-ghost-title { font-size: 28px; }
}


/* Full-site review repair: brighter cutaway, room-first controls, no image obstruction */
.plan-ghost:after { background: linear-gradient(0deg, rgba(4,16,10,.20), transparent 48%); pointer-events: none; }
.plan-ghost .aerial-cutaway { filter: brightness(1.27) saturate(.96) contrast(.93); }
.aerial-label { background: rgba(8,25,16,.58); }
.aerial-panel, .aerial-info-trigger, .aerial-details { display: none !important; }
.design-panel.inside-mode { min-height: 100%; padding: 35px 33px 28px; }
.design-panel.inside-mode > :not(.inside-controls) { display: none; }
.inside-controls[hidden] { display: none !important; }
.inside-controls { display: flex; flex: 1; flex-direction: column; }
.inside-controls-head { display: flex; align-items: flex-start; gap: 13px; padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.inside-controls-head h3 { margin: 0; font-size: 29px; }
.inside-panel-copy { margin: 18px 0 16px; color: #526057; font-size: 12px; line-height: 1.62; }
.room-options { display: grid; gap: 0; border-top: 1px solid var(--line); }
.room-option { display: grid; grid-template-columns: 20px minmax(0,1fr); grid-template-areas: "number name" "number sub"; column-gap: 9px; padding: 10px 5px 10px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: #6b756e; text-align: left; transition: color .16s var(--ease), padding-left .16s var(--ease), background .16s var(--ease); }
.room-option:hover, .room-option.active { padding-left: 8px; color: var(--ink); background: #f8f4ec; }
.room-option > span { grid-area: number; padding-top: 2px; color: var(--clay); font: 500 8px/1 var(--mono); letter-spacing: .05em; }
.room-option b { grid-area: name; font: 600 11px/1.25 var(--sans); }
.room-option small { grid-area: sub; margin-top: 2px; font-size: 9px; }
.inside-return { align-self: flex-start; margin-top: auto; padding-top: 20px; color: var(--ink); font-size: 9px; }
@media (max-width: 820px) { .design-panel.inside-mode { padding: 28px 23px 24px; } }
@media (max-width: 520px) { .inside-controls-head h3 { font-size: 27px; } .inside-panel-copy { font-size: 11px; } .room-option { padding: 9px 4px 9px 0; } .room-option b { font-size: 10px; } }

/* Keep the aerial cutaway visually pure; its room controls now live in the adjacent panel. */
.home-stage.inside-mode .home-stage-overlay,
.home-stage.inside-mode .aerial-label { opacity: 0; pointer-events: none; }


/* Visible room-response system for the aerial explorer */
.aerial-zones { position: absolute; z-index: 2; inset: 0; pointer-events: none; }
.aerial-zone { position: absolute; display: block; box-sizing: border-box; border: 2px solid rgba(249,244,224,.98); background: rgba(242,224,162,.17); box-shadow: 0 0 0 1px rgba(9,37,23,.5), 0 0 0 5px rgba(247,231,177,.14), inset 0 0 0 999px rgba(249,231,177,.07); opacity: 0; transform: scale(.94); transition: opacity .25s var(--ease), transform .38s var(--ease), box-shadow .38s var(--ease); }
.aerial-zone:after { position: absolute; inset: -7px; content: ""; border: 1px solid rgba(249,244,224,.52); opacity: .42; animation: roomPulse 1.9s ease-out infinite; }
.aerial-zone i { position: absolute; top: -10px; left: 8px; padding: 5px 7px; background: #f8f2df; color: #193326; font: 600 8px/1 var(--mono); font-style: normal; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; box-shadow: 0 2px 9px rgba(0,0,0,.16); }
.zone-whole { inset: 6.8% 7.4% 8% 7.4%; border-color: rgba(255,250,232,.9); background: rgba(255,247,211,.06); }
.zone-whole i { top: 12px; left: 12px; }
.zone-daily { left: 35.5%; top: 27%; width: 28%; height: 30%; }
.zone-suite { left: 13%; top: 25%; width: 22%; height: 28%; }
.zone-outdoor { left: 74%; top: 23%; width: 19%; height: 34%; }
.zone-wellness { left: 42%; top: 65%; width: 36%; height: 24%; }
.plan-ghost[data-focus="whole"] .zone-whole,
.plan-ghost[data-focus="daily"] .zone-daily,
.plan-ghost[data-focus="suite"] .zone-suite,
.plan-ghost[data-focus="outdoor"] .zone-outdoor,
.plan-ghost[data-focus="wellness"] .zone-wellness { opacity: 1; transform: scale(1); }
@keyframes roomPulse { 0% { transform: scale(.98); opacity: .6; } 80%,100% { transform: scale(1.06); opacity: 0; } }
@media (max-width: 520px) { .aerial-zone { border-width: 1px; } .aerial-zone i { font-size: 6px; padding: 4px 5px; } }


/* Immersive room portal */
.room-portal { position: fixed; z-index: 1000; inset: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 30vw); background: #173225; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .35s var(--ease), visibility .35s; }
.room-portal.open { opacity: 1; visibility: visible; pointer-events: auto; }
.room-portal-stage { position: relative; overflow: hidden; min-height: 100vh; background: #302a22; }
.room-portal-stage > img { width: 100%; height: 100%; min-height: 100vh; object-fit: cover; display: block; transform: scale(1.025); transition: opacity .25s var(--ease), transform .8s cubic-bezier(.2,.7,.2,1); }
.room-portal.open .room-portal-stage > img { transform: scale(1); }
.room-portal-stage > img.is-changing { opacity: .23; transform: scale(1.04); }
.room-portal-veil { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(8,24,17,.54) 0%, rgba(8,24,17,.14) 37%, transparent 62%), linear-gradient(0deg, rgba(8,24,17,.7) 0%, transparent 42%); }
.room-portal-topbar { position: absolute; z-index: 3; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 30px; color: #f7f2e6; }
.room-portal-topbar p { margin: 0; font: 600 10px/1.2 var(--mono); letter-spacing: .11em; text-transform: uppercase; opacity: .92; }
.room-portal-topbar p span { color: #e6c979; }
.portal-back, .portal-close { color: #f7f2e6; background: transparent; border: 0; font: 600 10px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: color .2s ease; }
.portal-back:hover, .portal-close:hover { color: #e6c979; }
.portal-close { min-width: 36px; min-height: 36px; border: 1px solid rgba(247,242,230,.5); border-radius: 50%; font: 400 22px/1 Georgia, serif; letter-spacing: 0; }
.room-portal-copy { position: absolute; z-index: 3; left: clamp(28px, 5vw, 90px); bottom: clamp(32px, 8vh, 86px); width: min(520px, 70%); color: #fffdf7; }
.room-portal-copy .eyebrow { margin-bottom: 16px; color: #f7f2e6; }
.room-portal-copy h2 { margin: 0 0 14px; color: #fffdf7; font-size: clamp(42px, 5.2vw, 82px); line-height: .93; }
.room-portal-copy > p:last-child { max-width: 470px; margin: 0; color: rgba(255,253,247,.9); font-size: clamp(15px, 1.3vw, 19px); line-height: 1.55; }
.portal-concept-label { position: absolute; z-index: 3; right: 30px; bottom: 24px; padding: 8px 10px; border: 1px solid rgba(247,242,230,.5); color: #f7f2e6; font: 600 8px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.room-portal-panel { overflow-y: auto; padding: 44px 34px 30px; background: #f7f3e8; color: #183326; box-shadow: -16px 0 40px rgba(0,0,0,.18); }
.portal-panel-intro { padding-bottom: 20px; border-bottom: 1px solid rgba(24,51,38,.18); }
.portal-panel-intro h3 { margin: 8px 0 0; color: #183326; font-size: clamp(32px, 3vw, 48px); line-height: .96; }
.portal-view-options { margin: 8px 0 24px; }
.portal-view, .material-option { width: 100%; display: grid; text-align: left; background: transparent; border: 0; color: #183326; cursor: pointer; transition: background .2s var(--ease), padding .2s var(--ease); }
.portal-view { grid-template-columns: 24px 1fr; gap: 8px 10px; padding: 14px 0; border-bottom: 1px solid rgba(24,51,38,.16); }
.portal-view span { grid-row: span 2; padding-top: 3px; color: #9a7358; font: 600 9px/1 var(--mono); letter-spacing: .06em; }
.portal-view b, .material-option b { font-size: 14px; line-height: 1.15; }
.portal-view small, .material-option small { color: rgba(24,51,38,.67); font-size: 12px; line-height: 1.25; }
.portal-view:hover, .portal-view.active { margin-left: -10px; width: calc(100% + 20px); padding-left: 10px; padding-right: 10px; background: #ebe1c8; }
.portal-view.active b { color: #0e3925; }
.portal-materials { padding-top: 4px; }
.portal-materials-heading { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.portal-materials-heading p { margin: 0; }
.portal-materials-heading span { color: #8d6d54; font: 600 8px/1.2 var(--mono); letter-spacing: .06em; text-transform: uppercase; text-align: right; }
.portal-material-note { margin: 8px 0 12px; color: rgba(24,51,38,.68); font-size: 12px; line-height: 1.45; }
.material-options { border-top: 1px solid rgba(24,51,38,.16); }
.material-option { grid-template-columns: 15px 1fr; gap: 4px 12px; align-items: start; padding: 12px 0; border-bottom: 1px solid rgba(24,51,38,.16); }
.material-option i { display: block; width: 14px; height: 14px; margin-top: 3px; border-radius: 50%; background: var(--c); box-shadow: inset 0 0 0 1px rgba(24,51,38,.25); }
.material-option:hover, .material-option.active { margin-left: -10px; width: calc(100% + 20px); padding-left: 10px; padding-right: 10px; background: #e3d4b6; }
.material-option.active i { box-shadow: 0 0 0 3px #f7f3e8, 0 0 0 4px #1c4a31; }
.portal-save { margin-top: 22px; }
.portal-fineprint { margin: 13px 0 0; color: rgba(24,51,38,.62); font-size: 10px; line-height: 1.45; }
@media (max-width: 820px) { .room-portal { display: block; overflow-y: auto; background: #f7f3e8; } .room-portal-stage { min-height: 61svh; height: 61svh; } .room-portal-stage > img { min-height: 61svh; } .room-portal-topbar { padding: 16px 18px; } .room-portal-topbar p { display: none; } .room-portal-copy { left: 22px; bottom: 26px; width: calc(100% - 44px); } .room-portal-copy h2 { font-size: clamp(42px, 12vw, 60px); } .room-portal-copy > p:last-child { display: none; } .portal-concept-label { right: 18px; bottom: 15px; font-size: 7px; } .room-portal-panel { overflow: visible; padding: 27px 23px 32px; } }


/* Luminous luxury pass: brighten imagery selectively without flattening the editorial contrast. */
.grain { opacity: .09; }
.hero-image { filter: brightness(1.08) saturate(1.025); }
.hero-shade { background: linear-gradient(90deg, rgba(8,20,15,.69) 0%, rgba(8,20,15,.28) 42%, rgba(8,20,15,.025) 72%), linear-gradient(0deg, rgba(8,20,15,.48), transparent 50%); }
.home-stage > img { filter: brightness(1.045) saturate(1.02); }
.home-stage:after { background: linear-gradient(180deg, rgba(0,0,0,.02), transparent 27%, transparent 72%, rgba(0,0,0,.21)); }
.experience-stage > img { filter: brightness(1.035) saturate(1.015); }
.experience-stage:after { background: linear-gradient(0deg, rgba(5,13,9,.58), transparent 45%); }
.preview-image:after { background: rgba(10,24,18,.52); }
.room-portal-stage > img { filter: brightness(1.035) saturate(1.015); }
.room-portal-veil { background: linear-gradient(90deg, rgba(8,24,17,.45) 0%, rgba(8,24,17,.10) 40%, transparent 65%), linear-gradient(0deg, rgba(8,24,17,.60) 0%, transparent 44%); }


/* Make the interactive interior experience unmistakable before the exterior visualizer. */
.hero-interior-teaser { display: grid; grid-template-columns: 31px 1fr auto; align-items: center; gap: 11px; width: min(475px, 100%); margin-top: 27px; padding: 12px 14px 12px 12px; border: 1px solid rgba(255,255,255,.42); background: rgba(9,28,20,.32); color: var(--white); text-align: left; backdrop-filter: blur(5px); transition: background .2s var(--ease), transform .2s var(--ease), border-color .2s var(--ease); }
.hero-interior-teaser:hover { border-color: rgba(247,235,190,.85); background: rgba(9,28,20,.52); transform: translateY(-2px); }
.teaser-orbit { display: grid; place-items: center; width: 29px; height: 29px; color: #f4d67d; border: 1px solid currentColor; border-radius: 50%; font-size: 22px; line-height: 1; }
.hero-interior-teaser small, .hero-interior-teaser b { display: block; }
.hero-interior-teaser small { margin-bottom: 4px; color: rgba(255,255,255,.72); font: 500 8px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.hero-interior-teaser b { font: 600 10px/1.35 var(--sans); letter-spacing: .035em; }
.hero-interior-teaser i { color: #f4d67d; font: 400 21px/1 var(--serif); font-style: normal; }
.inside-invitation { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 650px; background: #173225; color: var(--white); }
.inside-invitation-image { position: relative; overflow: hidden; min-height: 650px; }
.inside-invitation-image:after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(90deg, transparent 52%, rgba(15,46,30,.72)), linear-gradient(0deg, rgba(10,30,21,.25), transparent 54%); }
.inside-invitation-image img { width: 100%; height: 100%; object-fit: cover; filter: brightness(1.14) saturate(1.03); }
.inside-invitation-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; max-width: 560px; padding: 90px 11vw 90px 8vw; }
.inside-invitation-copy .eyebrow { color: #e7cf88; }
.inside-invitation-copy h2 { margin: 0 0 25px; color: var(--white); font-size: clamp(52px, 5.6vw, 88px); }
.inside-invitation-copy > p:not(.eyebrow) { max-width: 430px; margin-bottom: 28px; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.72; }
.inside-invitation-steps { display: grid; gap: 9px; width: 100%; max-width: 390px; margin: 0 0 32px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.32); border-bottom: 1px solid rgba(255,255,255,.32); }
.inside-invitation-steps span { color: rgba(255,255,255,.86); font-size: 12px; }
.inside-invitation-steps b { display: inline-block; width: 26px; color: #e7cf88; font: 500 9px/1 var(--mono); letter-spacing: .08em; }
.view-toggle { min-width: 240px; min-height: 60px; padding: 10px 12px 10px 14px; gap: 10px; text-align: left; }
.view-toggle-copy { display: grid; flex: 1; gap: 3px; }
.view-toggle-copy small { color: rgba(255,255,255,.7); font: 500 7px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.view-toggle-copy b { color: var(--white); font: 600 10px/1.1 var(--sans); letter-spacing: .04em; text-transform: uppercase; }
.view-toggle-copy em { color: rgba(255,255,255,.75); font: 400 8px/1.1 var(--sans); font-style: normal; letter-spacing: 0; text-transform: none; }
.view-toggle-arrow { color: #e7cf88; font: 400 17px/1 var(--serif); }
@media (max-width: 820px) { .inside-invitation { grid-template-columns: 1fr; } .inside-invitation-image { min-height: 370px; height: 56svh; } .inside-invitation-copy { max-width: none; padding: 68px 9vw 73px; } .inside-invitation-copy h2 { font-size: clamp(51px, 14vw, 72px); } }
@media (max-width: 520px) { .hero-interior-teaser { margin-top: 22px; } .hero-interior-teaser b { font-size: 9px; } .inside-invitation-image { min-height: 330px; height: 47svh; } .inside-invitation-copy { padding: 57px 7vw 64px; } .inside-invitation-copy > p:not(.eyebrow) { font-size: 15px; } .view-toggle { min-width: 210px; } }
