:root { --black:#000000; --navy:#1b2b4b; --navy-deep:#0c1424; --navy-mid:#152238; --gold:#b8962e; --gold-light:#dfc78c; --ivory:#f5f0e8; --cream:#efe7d8; --teal:#3fa8a6; --teal-deep:#256a68; --teal-light:#5cc3c1; }
* { box-sizing:border-box; }
html,body { margin:0; min-height:100%; background:var(--black); color:var(--ivory); }
body { font-family:"Jost",sans-serif; }
button,a { font:inherit; }
.living-room { position:relative; min-height:100svh; overflow-x:hidden; isolation:isolate; }
.room-photo { position:absolute; inset:0 0 auto; width:100%; height:100svh; object-fit:cover; z-index:-3; }
.hero-artwork-hotspot { position:absolute; z-index:1; left:50%; top:20svh; width:min(30%,340px); height:38svh; transform:translateX(-50%); display:block; text-decoration:none; }
.hero-artwork-frame { position:absolute; inset:-14px; border:1px solid rgba(239,213,160,0); border-radius:2px; box-shadow:0 0 0 rgba(240,169,73,0); transition:border-color .4s,box-shadow .5s; }
.hero-artwork-hotspot:hover .hero-artwork-frame,.hero-artwork-hotspot:focus-visible .hero-artwork-frame { border-color:rgba(239,213,160,.55); box-shadow:0 0 60px rgba(240,169,73,.16),inset 0 0 40px rgba(240,169,73,.06); }
.hero-artwork-plate { position:absolute; left:50%; bottom:-30px; transform:translateX(-50%); white-space:nowrap; padding:5px 14px; border-radius:2px; background:linear-gradient(160deg,#e3c797,#a87534); color:#1a1108; font:600 8px "Jost",sans-serif; letter-spacing:.16em; text-transform:uppercase; opacity:0; transition:opacity .35s,transform .35s; box-shadow:0 6px 16px rgba(0,0,0,.4); }
.hero-artwork-hotspot:hover .hero-artwork-plate,.hero-artwork-hotspot:focus-visible .hero-artwork-plate { opacity:1; transform:translateX(-50%) translateY(-3px); }
@media (max-width:760px){ .hero-artwork-hotspot{ display:none; } }
.room-shade { position:absolute; inset:0 0 auto; height:100svh; z-index:-2; background:linear-gradient(90deg,rgba(4,5,7,.48),rgba(4,5,7,.05) 47%,rgba(4,5,7,.18)),linear-gradient(0deg,rgba(3,3,3,.84),transparent 48%,rgba(3,3,3,.26)); }
.room-shade::after { content:""; position:absolute; inset:0; box-shadow:inset 0 0 180px rgba(0,0,0,.55); }
.house-mark { position:absolute; top:clamp(22px,4vw,50px); left:50%; transform:translateX(-50%); display:grid; justify-items:center; color:var(--gold-light); text-transform:uppercase; letter-spacing:.28em; text-shadow:0 2px 24px #000; }
.house-mark .crown { font-size:25px; line-height:.8; }
.house-mark span:not(.crown) { font-family:"Cormorant Garamond",serif; font-size:12px; margin-top:7px; }
.house-mark strong { font:500 clamp(25px,3.4vw,48px)/.9 "Cormorant Garamond",serif; letter-spacing:.16em; }
.room-intro { position:relative; min-height:100svh; display:flex; flex-direction:column; align-items:center; justify-content:flex-end; text-align:center; padding:150px 24px clamp(112px,13vh,150px); text-shadow:0 2px 20px #000; }
.eyebrow,.subtitle,.panel-kicker { margin:0; color:var(--gold-light); font-size:10px; letter-spacing:.32em; text-transform:uppercase; }
h1 { margin:7px 0 0; font:400 clamp(48px,7.6vw,104px)/.86 "Cormorant Garamond",serif; letter-spacing:.035em; }
.subtitle { margin-top:12px; }
.key { display:flex; align-items:center; margin:20px 0 16px; color:var(--gold-light); filter:drop-shadow(0 2px 10px #000); transform:rotate(-8deg); }
.key span { font-size:25px; }
.key i { display:block; width:62px; height:3px; background:var(--gold-light); }
.key b { font-size:23px; margin-left:-2px; }
.play-button { display:flex; gap:16px; align-items:center; border:1px solid rgba(239,213,160,.72); color:var(--ivory); background:rgba(9,19,38,.66); backdrop-filter:blur(9px); border-radius:999px; padding:10px 25px 10px 10px; cursor:pointer; transition:transform .25s,background .25s,border-color .25s; box-shadow:0 10px 40px rgba(0,0,0,.35); }
.play-button:hover,.play-button:focus-visible { transform:translateY(-2px); background:rgba(18,36,67,.9); border-color:var(--gold-light); outline:none; }
.play-icon { width:48px; height:48px; display:grid; place-items:center; border-radius:50%; background:linear-gradient(135deg,#eed49c,#a97836); color:#19120a; padding-left:3px; }
.play-button>span:last-child { text-align:left; font:500 16px "Cormorant Garamond",serif; letter-spacing:.08em; }
.play-button small { display:block; margin-bottom:3px; color:var(--gold-light); font:400 8px "Jost",sans-serif; letter-spacing:.22em; text-transform:uppercase; }
.invitation { max-width:520px; margin:16px 0 0; color:rgba(245,238,226,.82); font:italic 400 16px/1.5 "Cormorant Garamond",serif; }
.room-actions { position:absolute; bottom:25px; left:28px; right:28px; display:flex; justify-content:space-between; }
.room-actions a { color:rgba(245,238,226,.76); text-decoration:none; font-size:9px; letter-spacing:.2em; text-transform:uppercase; border-bottom:1px solid transparent; padding-bottom:4px; }
.room-actions a:hover,.room-actions a:focus-visible { color:var(--gold-light); border-color:var(--gold); outline:none; }
.room-collection { position:relative; z-index:2; padding:clamp(80px,10vw,150px) clamp(24px,7vw,110px) 80px; background:radial-gradient(circle at 78% 4%,rgba(63,168,166,.22),transparent 32%),linear-gradient(180deg,var(--navy-deep),var(--navy) 52%,#120b06); border-top:1px solid rgba(239,213,160,.2); }
.collection-heading { max-width:760px; margin:0 auto 58px; text-align:center; }
.collection-heading h2 { margin:12px 0 18px; font:400 clamp(38px,5.6vw,72px)/.96 "Cormorant Garamond",serif; }
.collection-heading .collection-description { margin:0 auto; max-width:610px; color:rgba(245,238,226,.7); font:400 16px/1.8 "Cormorant Garamond",serif; }
.collection-heading .reading-note { margin:18px auto 0; max-width:650px; color:var(--gold-light); font:400 9px/1.6 "Jost",sans-serif; letter-spacing:.13em; text-transform:uppercase; }
.story-card { border:1px solid rgba(239,213,160,.22); background:rgba(12,20,36,.4); padding:clamp(28px,4vw,48px); transition:transform .3s,border-color .3s,background .3s,box-shadow .3s; }
.story-card:hover { transform:translateY(-4px); border-color:rgba(239,213,160,.5); background:rgba(37,106,104,.42); box-shadow:0 22px 50px rgba(0,0,0,.4); }
.story-image { position:relative; height:clamp(220px,25vw,340px); margin:calc(-1 * clamp(28px,4vw,48px)) calc(-1 * clamp(28px,4vw,48px)) 30px; overflow:hidden; background:var(--navy-deep); }
.story-image::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(5,9,17,.3),transparent 55%); pointer-events:none; }
.story-image img { width:100%; height:100%; display:block; object-fit:cover; filter:saturate(.9) contrast(1.03); transition:transform .7s ease,filter .4s ease; }
.story-card:hover .story-image img { transform:scale(1.025); filter:saturate(1) contrast(1.03); }
.story-image.portrait-story { height:auto; background:#091326; }
.story-image.portrait-story img { height:auto; object-fit:contain; object-position:center top; }
.story-number,.story-intention { margin:0 0 18px; color:var(--gold); font-size:9px; letter-spacing:.22em; text-transform:uppercase; }
.story-card h3,.house-gift h3 { margin:0 0 14px; font:400 clamp(27px,3vw,42px)/1.05 "Cormorant Garamond",serif; }
.story-card p:not(.story-number):not(.story-intention),.house-gift>p { color:rgba(245,238,226,.67); font:400 15px/1.72 "Cormorant Garamond",serif; }
.story-card a,.house-gift a,.collection-footer a { display:inline-block; margin-top:14px; color:var(--gold-light); text-decoration:none; font-size:9px; letter-spacing:.17em; text-transform:uppercase; }
.story-card a span,.house-gift a span { margin-left:7px; transition:margin .2s; }
.story-card a:hover span,.house-gift a:hover span { margin-left:12px; }
.featured-story { max-width:1160px; margin:0 auto 24px; display:grid; grid-template-columns:.45fr 1.35fr .9fr; gap:clamp(26px,4vw,62px); align-items:start; border-color:rgba(239,213,160,.34); background:linear-gradient(135deg,rgba(37,106,104,.5),rgba(12,20,36,.5)); }
.featured-story .story-image { grid-column:1/-1; width:auto; height:clamp(260px,40vw,510px); margin-bottom:0; }
.featured-story blockquote { margin:0; padding-left:25px; border-left:1px solid var(--gold); color:var(--gold-light); font:italic 400 clamp(19px,2.3vw,27px)/1.4 "Cormorant Garamond",serif; }
.story-grid { max-width:1160px; margin:0 auto; display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.house-gift { max-width:1160px; margin:24px auto 0; display:grid; grid-template-columns:1fr 1.25fr auto; gap:36px; align-items:center; padding:34px clamp(28px,4vw,52px); border:1px solid rgba(239,213,160,.34); background:linear-gradient(90deg,rgba(37,106,104,.55),rgba(12,20,36,.55)); }
.house-gift h3 { margin:8px 0 0; }
.house-gift>p { margin:0; }
.house-gift a { margin:0; white-space:nowrap; }
.house-signoff { max-width:1160px; margin:56px auto 0; text-align:center; color:var(--gold-light); font:italic 400 20px "Cormorant Garamond",serif; }
.collection-footer { max-width:1160px; margin:22px auto 0; padding-top:28px; border-top:1px solid rgba(239,213,160,.15); display:flex; justify-content:center; gap:40px; }
.collection-footer a { margin:0; padding-bottom:5px; border-bottom:1px solid rgba(239,213,160,.35); }
.experience-panel[hidden] { display:none; }
.experience-panel { position:fixed; inset:0; z-index:20; display:grid; place-items:center; padding:clamp(18px,4vw,60px); opacity:0; transition:opacity .45s ease; }
.experience-panel.is-open { opacity:1; }
.panel-backdrop { position:absolute; inset:0; background:rgba(3,3,3,.9); backdrop-filter:blur(0px); transition:backdrop-filter .5s ease; }
.experience-panel.is-open .panel-backdrop { backdrop-filter:blur(16px); }
.panel-content { position:relative; width:min(1180px,100%); z-index:1; text-align:center; opacity:0; transform:translateY(18px); transition:opacity .45s ease .05s,transform .45s ease .05s; }
.experience-panel.is-open .panel-content { opacity:1; transform:none; }
.panel-content h2 { margin:7px 0 0; font:400 clamp(38px,5vw,70px)/.9 "Cormorant Garamond",serif; }
.panel-subtitle { margin:9px 0 22px; color:rgba(245,238,226,.78); font:italic 400 18px "Cormorant Garamond",serif; }
.close-button { position:absolute; right:0; top:-8px; width:42px; height:42px; border:1px solid rgba(239,213,160,.45); border-radius:50%; color:var(--gold-light); background:rgba(0,0,0,.45); font-size:26px; cursor:pointer; z-index:2; }
.video-frame { position:relative; aspect-ratio:16/9; border:1px solid rgba(239,213,160,.45); background:#000 url("assets/house-key-thumbnail.png") center/cover no-repeat; box-shadow:0 28px 80px rgba(0,0,0,.7); }
.video-frame iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
.art-credit { margin:15px 0 0; color:rgba(245,238,226,.56); font-size:9px; letter-spacing:.12em; text-transform:uppercase; }
body.panel-open { overflow:hidden; }
@keyframes rise { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:none; } }
@media (max-width:700px) {
  .room-photo { object-position:46% center; }
  .house-mark { top:22px; }
  .room-intro { padding-bottom:122px; }
  .invitation { font-size:14px; max-width:330px; }
  .room-actions { left:18px; right:18px; bottom:18px; }
  .panel-content { width:100%; }
  .close-button { top:-51px; }
  .art-credit { line-height:1.6; }
  .room-collection { padding:72px 18px 60px; }
  .collection-heading { margin-bottom:38px; }
  .featured-story,.story-grid,.house-gift { display:grid; grid-template-columns:1fr; }
  .featured-story { gap:20px; }
  .featured-story blockquote { margin-top:8px; }
  .story-grid { gap:16px; }
  .house-gift { gap:12px; }
  .collection-footer { align-items:center; flex-direction:column; gap:18px; }
}
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { animation-duration:.01ms!important; transition-duration:.01ms!important; } }

/* Living Room music experience — the conversation-deck panel (record player now lives in the room itself) */
.music-room { position:relative; z-index:3; padding:clamp(90px,11vw,155px) clamp(24px,7vw,110px); background:radial-gradient(circle at 72% 40%,rgba(210,166,100,.15),transparent 35%),linear-gradient(145deg,#0c1424 0%,#152238 52%,#080d16 100%); border-top:1px solid rgba(239,213,160,.22); }
.music-copy { max-width:720px; margin:0 auto; text-align:center; }
.music-copy h2 { margin:12px 0 22px; font:400 clamp(42px,5.8vw,76px)/.92 "Cormorant Garamond",serif; }
.music-copy>p:not(.eyebrow) { max-width:560px; margin:0 auto 10px; color:rgba(245,238,226,.72); font:400 18px/1.75 "Cormorant Garamond",serif; }
.music-dock { position:fixed; right:22px; bottom:22px; z-index:15; display:grid; grid-template-columns:auto 1fr auto auto; gap:12px; align-items:center; width:min(440px,calc(100vw - 32px)); padding:11px 14px; border:1px solid rgba(239,213,160,.42); border-radius:999px; background:rgba(12,20,36,.91); backdrop-filter:blur(15px); box-shadow:0 18px 55px rgba(0,0,0,.48); }
.music-dock[hidden] { display:none; }
.dock-pulse { width:10px; height:10px; border-radius:50%; background:var(--gold); box-shadow:0 0 0 0 rgba(210,166,100,.55); animation:dockPulse 2s infinite; }
.music-dock div { min-width:0; display:grid; }
.music-dock small { color:var(--gold-light); font-size:7px; letter-spacing:.2em; text-transform:uppercase; }
.music-dock strong { overflow:hidden; color:var(--ivory); font:500 14px "Cormorant Garamond",serif; white-space:nowrap; text-overflow:ellipsis; }
.music-dock button { width:34px; height:34px; border:1px solid rgba(239,213,160,.4); border-radius:50%; color:var(--gold-light); background:transparent; cursor:pointer; }
.music-dock a { color:rgba(245,238,226,.68); font-size:8px; letter-spacing:.12em; text-decoration:none; text-transform:uppercase; }
@keyframes dockPulse { 70% { box-shadow:0 0 0 8px rgba(210,166,100,0); } 100% { box-shadow:0 0 0 0 rgba(210,166,100,0); } }
@media (max-width:600px) { .music-room { padding:76px 18px 90px; } .music-dock { right:16px; bottom:16px; grid-template-columns:auto 1fr auto; border-radius:18px; } .music-dock a { display:none; } }

/* The turntable itself — base visual, sized by whichever container it sits in */
.turntable-deck { position:relative; border:1px solid rgba(239,213,160,.3); background:linear-gradient(135deg,#5e351e,#1b100b 55%,#050506); box-shadow:0 35px 80px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.08); }
.turntable-deck::before { content:""; position:absolute; inset:16px; border:1px solid rgba(239,213,160,.12); border-radius:12px; pointer-events:none; }
.platter { position:absolute; left:8%; top:8%; width:min(59%,430px); aspect-ratio:1; border-radius:50%; background:radial-gradient(circle,#262626 0 60%,#111 61% 68%,#98713f 69% 70%,#080808 71%); box-shadow:0 18px 35px rgba(0,0,0,.55); }
.vinyl { position:absolute; inset:4.5%; border-radius:50%; overflow:hidden; background:repeating-radial-gradient(circle at center,#111 0 2px,#181818 3px 4px,#0b0b0b 5px 7px); box-shadow:inset 0 0 35px #000; }
.vinyl::after { content:""; position:absolute; inset:0; border-radius:50%; background:linear-gradient(110deg,transparent 32%,rgba(255,255,255,.1) 43%,transparent 54%); mix-blend-mode:screen; }
.record-grooves { position:absolute; inset:10%; border:1px solid rgba(255,255,255,.08); border-radius:50%; box-shadow:0 0 0 22px rgba(255,255,255,.015),0 0 0 44px rgba(255,255,255,.012); }
.record-label { position:absolute; inset:34%; z-index:2; overflow:hidden; border-radius:50%; border:1px solid rgba(239,213,160,.42); background:#0a0a0a; }
.record-label img { width:100%; height:100%; object-fit:cover; display:block; }
.tonearm { position:absolute; top:12%; right:8%; width:35%; height:68%; transform-origin:75% 12%; transition:transform 1.2s cubic-bezier(.2,.75,.2,1); }
.tonearm .pivot { position:absolute; right:0; top:0; width:58px; height:58px; border-radius:50%; background:radial-gradient(circle at 35% 30%,#e7d2aa,#8c6b3b 43%,#23190e 70%); box-shadow:0 8px 18px rgba(0,0,0,.5); }
.tonearm .arm { position:absolute; right:34px; top:38px; width:10px; height:72%; border-radius:999px; background:linear-gradient(90deg,#7e653e,#e7d3aa 48%,#70562f); transform:rotate(28deg); transform-origin:top; box-shadow:3px 6px 9px rgba(0,0,0,.45); }
.tonearm .needle { position:absolute; left:21%; bottom:4%; width:35px; height:19px; border-radius:3px; background:linear-gradient(#d7bf8d,#6f522d); transform:rotate(27deg); }
.power-light { position:absolute; right:7%; bottom:8%; width:8px; height:8px; border-radius:50%; background:#8e361e; box-shadow:0 0 10px #a83f21; transition:.35s; }

/* The walnut console — real furniture living in the room, not a modal or a full-width widget */
.room-console { position:absolute; z-index:2; right:clamp(16px,4.5vw,58px); top:31svh; width:min(21vw,195px); }
.console-table { height:12px; margin:0 8px; border-radius:1px; background:linear-gradient(180deg,#3a2414,#1c120a); box-shadow:0 12px 20px rgba(0,0,0,.5); }
.room-console .turntable-deck { min-height:auto; aspect-ratio:1.5; border-radius:2px 2px 10px 10px; box-shadow:0 22px 44px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.08); }
.room-console .turntable-deck::before { inset:9px; border-radius:8px; }
.room-console .platter { left:6%; top:9%; width:52%; }
.room-console .tonearm { top:9%; right:6%; width:40%; height:72%; }
.room-console .tonearm .pivot { width:16px; height:16px; }
.room-console .tonearm .arm { right:9px; top:11px; width:4px; }
.room-console .tonearm .needle { width:11px; height:6px; }
.room-console .power-light { right:6%; bottom:6%; width:6px; height:6px; }
.console-play { display:flex; align-items:center; gap:10px; width:100%; margin-top:10px; padding:7px 14px 7px 7px; border:1px solid rgba(239,213,160,.5); border-radius:999px; color:var(--ivory); background:rgba(12,20,36,.82); backdrop-filter:blur(8px); box-shadow:0 10px 26px rgba(0,0,0,.4); cursor:pointer; transition:transform .25s,border-color .25s; }
.console-play:hover,.console-play:focus-visible { transform:translateY(-2px); border-color:var(--gold-light); outline:none; }
.record-play-icon { display:grid; place-items:center; padding-left:2px; border-radius:50%; color:#161008; background:linear-gradient(145deg,#f0d7a3,#a87534); box-shadow:inset 0 1px 0 rgba(255,255,255,.5); }
.record-play>span:last-child { display:grid; text-align:left; }
.record-play small { display:block; color:var(--gold-light); letter-spacing:.15em; text-transform:uppercase; }
.record-play strong { display:block; margin-top:2px; font-family:"Cormorant Garamond",serif; letter-spacing:.04em; }
.console-play .record-play-icon { width:30px; height:30px; flex:0 0 30px; font-size:11px; }
.console-play strong { font-size:12px; letter-spacing:.03em; }
.console-play small { font-size:6px; }
.room-console .music-note { margin:8px 2px 0; font-size:7px; letter-spacing:.08em; text-align:center; }
.room-console .spotify-launch { margin-top:8px; text-align:center; }
.room-console .spotify-open { display:inline-block; min-height:auto; padding:6px 4px; border:0; color:rgba(245,238,226,.62); font-size:7px; letter-spacing:.1em; text-decoration:underline; text-underline-offset:3px; background:none; }
.room-console .spotify-open:hover { color:var(--gold-light); transform:none; background:none; }
.spotify-concealed { position:fixed; left:-10000px; top:0; width:320px; height:152px; overflow:hidden; pointer-events:none; }
#phonograph.is-playing .vinyl { animation:spinRecord 4s linear infinite; }
#phonograph.is-playing .tonearm { transform:rotate(23deg); }
#phonograph.is-stopping .tonearm { transform:rotate(12deg); }
#phonograph.is-playing .power-light { background:#d8a85e; box-shadow:0 0 14px #edc271; }
@keyframes spinRecord { to { transform:rotate(360deg); } }
@media (max-width:900px) { .room-console { top:14svh; right:14px; width:130px; } .console-play strong { font-size:10px; } }
@media (max-width:600px) { .room-console { top:62svh; right:10px; width:104px; } .console-play { padding:5px 10px 5px 5px; } .console-play .record-play-icon { width:24px; height:24px; flex:0 0 24px; } .room-console .music-note { display:none; } }

/* 24-card conversation deck under The Living Room Gather */
.conversation-deck { margin-top:52px; padding-top:34px; border-top:1px solid rgba(239,213,160,.22); }
.deck-heading h3 { margin:8px 0 10px; color:var(--ivory); font:500 clamp(30px,3vw,42px)/1 "Cormorant Garamond",serif; }
.deck-heading>p:last-child { margin:0 0 24px; color:rgba(245,238,226,.66); font:400 16px/1.55 "Cormorant Garamond",serif; }
.card-category { margin-top:16px; border:1px solid rgba(239,213,160,.22); border-radius:2px 16px 16px 2px; background:rgba(12,20,36,.4); overflow:hidden; }
.card-category summary { display:flex; justify-content:space-between; align-items:center; gap:16px; padding:16px 18px; cursor:pointer; list-style:none; color:var(--ivory); background:linear-gradient(135deg,rgba(37,106,104,.42),rgba(12,20,36,.4)); }
.card-category summary::-webkit-details-marker { display:none; }
.card-category summary span { font:500 22px "Cormorant Garamond",serif; letter-spacing:.06em; }
.card-category summary small { color:var(--gold-light); font-size:8px; letter-spacing:.16em; text-transform:uppercase; }
.card-category summary::after { content:"+"; color:var(--gold-light); font-size:20px; line-height:1; }
.card-category[open] summary::after { content:"−"; }
.prompt-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px 14px; padding:22px 18px 24px; }
.prompt-card { min-height:150px; display:flex; flex-direction:column; justify-content:space-between; padding:20px 18px; border:1px solid rgba(223,199,140,.48); border-radius:1px; background:linear-gradient(155deg,#1b2b4b,#0c1424 94%); box-shadow:0 10px 22px rgba(0,0,0,.38),0 1px 0 rgba(255,255,255,.06) inset; transition:transform .3s,box-shadow .3s; }
.prompt-card:nth-child(3n+1) { transform:rotate(-.6deg); }
.prompt-card:nth-child(3n+2) { transform:rotate(.5deg) translateY(3px); }
.prompt-card:nth-child(3n) { transform:rotate(-.3deg) translateY(-2px); }
.prompt-card:hover { transform:translateY(-4px) rotate(0deg); box-shadow:0 18px 34px rgba(0,0,0,.38),0 1px 0 rgba(255,255,255,.4) inset; }
.prompt-card small { color:var(--gold-light); font-size:8px; letter-spacing:.18em; text-transform:uppercase; }
.prompt-card p { margin:22px 0 0; color:#f5f0e8; font:500 18px/1.28 "Cormorant Garamond",serif; }

@media (max-width:900px) {
  .conversation-deck { text-align:left; }
}
@media (max-width:520px) {
  .prompt-grid { grid-template-columns:1fr; }
  .prompt-card { min-height:132px; }
}

/* Living Room 3.0 — the interior is the interface */
.curtain-breeze{position:absolute;inset:0 0 auto;height:100svh;z-index:-2;overflow:hidden;pointer-events:none}.curtain-breeze span{position:absolute;inset:0;background:url("assets/living-room-with-oak-bluffs.png") center/cover no-repeat;will-change:transform;transform-origin:top center}.curtain-breeze span:nth-child(1){clip-path:polygon(0 0,14% 0,18% 78%,11% 100%,0 100%);animation:curtainDrift 8s ease-in-out infinite}.curtain-breeze span:nth-child(2){clip-path:polygon(12% 0,25% 0,29% 79%,23% 100%,16% 84%);animation:curtainDrift 10s ease-in-out -3s infinite reverse}.curtain-breeze span:nth-child(3){clip-path:polygon(25% 0,35% 0,38% 74%,34% 100%,27% 84%);animation:curtainDrift 9s ease-in-out -5s infinite}@keyframes curtainDrift{0%,100%{transform:translate3d(-2px,0,0) skewX(-.15deg)}50%{transform:translate3d(5px,0,0) skewX(.35deg)}}.room-shade{z-index:-1}
.stay-awhile{display:flex;align-items:center;gap:14px;margin-top:23px;padding:10px 25px 10px 10px;border:1px solid rgba(239,213,160,.64);border-radius:999px;color:var(--ivory);background:rgba(6,13,24,.72);backdrop-filter:blur(10px);box-shadow:0 15px 42px rgba(0,0,0,.38);cursor:pointer;transition:.25s}.stay-awhile:hover,.stay-awhile:focus-visible{transform:translateY(-3px);border-color:var(--gold-light);outline:none}.stay-awhile>span:first-child{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;color:#171108;background:linear-gradient(145deg,#f0d7a3,#a87534);font-size:19px}.stay-awhile>span:last-child{display:grid;text-align:left}.stay-awhile small{color:var(--gold-light);font-size:7px;letter-spacing:.18em;text-transform:uppercase}.stay-awhile strong{margin-top:3px;font:500 20px "Cormorant Garamond",serif;letter-spacing:.08em}
.room-tools{display:flex;gap:12px;margin-top:24px}.room-tools button{min-width:148px;display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;column-gap:10px;align-items:center;padding:10px 14px;border:1px solid rgba(239,213,160,.48);border-radius:14px;color:var(--ivory);background:rgba(5,10,18,.66);backdrop-filter:blur(10px);box-shadow:0 12px 34px rgba(0,0,0,.36);cursor:pointer;text-align:left;transition:.25s}.room-tools button:hover,.room-tools button:focus-visible{transform:translateY(-3px);border-color:var(--gold-light);outline:none}.room-tools button>span{grid-row:1/3;width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(239,213,160,.52);border-radius:50%;color:var(--gold-light)}.room-tools strong{font:500 16px "Cormorant Garamond",serif}.room-tools small{color:rgba(245,238,226,.56);font-size:7px;letter-spacing:.16em;text-transform:uppercase}.room-actions button{padding:0 0 4px;border:0;border-bottom:1px solid transparent;color:rgba(245,238,226,.76);background:none;cursor:pointer;font-size:9px;letter-spacing:.2em;text-transform:uppercase}.room-layer[hidden]{display:none!important}.room-layer{position:fixed;inset:0;z-index:30;height:100svh;overflow:auto;overscroll-behavior:contain;grid-template-columns:minmax(320px,.82fr) minmax(500px,1.18fr);padding:clamp(72px,8vw,110px) clamp(24px,6vw,96px);background:linear-gradient(90deg,rgba(12,20,36,.94),rgba(12,20,36,.78)),url("assets/living-room-with-oak-bluffs.png") center/cover fixed;animation:roomReveal .45s ease both}.room-layer-close{position:fixed;top:22px;right:24px;z-index:36;width:46px;height:46px;border:1px solid rgba(239,213,160,.55);border-radius:50%;color:var(--gold-light);background:rgba(5,10,18,.82);font-size:27px;cursor:pointer}body.room-open{overflow:hidden}@keyframes roomReveal{from{opacity:0}to{opacity:1}}.house-ritual{margin-top:34px;padding:26px;border:1px solid rgba(239,213,160,.36);border-radius:4px 18px 18px 18px;background:linear-gradient(145deg,rgba(37,106,104,.6),rgba(12,20,36,.9));box-shadow:0 18px 45px rgba(0,0,0,.3)}.house-ritual h3{margin:8px 0 18px;font:500 29px/1 "Cormorant Garamond",serif}.house-ritual ol{margin:0;padding-left:22px;color:rgba(245,238,226,.72);font:400 15px/1.7 "Cormorant Garamond",serif}.ritual-close{margin:18px 0 0;color:var(--gold-light);font:italic 500 17px "Cormorant Garamond",serif}.host-note{margin:12px 12px 0;padding:20px;border:1px solid rgba(239,213,160,.38);border-radius:12px;background:linear-gradient(145deg,rgba(114,78,35,.3),rgba(12,20,36,.96))}.host-note small{color:var(--gold-light);font-size:8px;letter-spacing:.18em;text-transform:uppercase}.host-note h4{margin:8px 0 7px;font:500 21px "Cormorant Garamond",serif}.host-note p{margin:0;color:rgba(245,238,226,.7);font:400 14px/1.55 "Cormorant Garamond",serif}
@media(max-width:900px){.room-layer{grid-template-columns:1fr;background-attachment:scroll}.room-layer .music-copy{width:min(100%,680px);max-width:none;margin:auto;text-align:left}.room-tools{flex-wrap:wrap;justify-content:center}}
@media(max-width:620px){.room-intro{justify-content:flex-end;padding:110px 16px 104px}.room-tools{width:min(100%,360px);display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.room-tools button{min-width:0;display:flex;flex-direction:column;gap:6px;padding:9px 5px;text-align:center}.room-tools button>span{flex:0 0 31px;width:31px;height:31px}.room-tools strong{font-size:13px}.room-tools small{display:none}.room-layer{padding:76px 16px 54px}.room-layer-close{top:15px;right:15px}.house-ritual{padding:21px}}
@media(max-width:620px){.stay-awhile{margin-top:18px}.stay-awhile>span:first-child{width:42px;height:42px}.stay-awhile strong{font-size:18px}}
@media(prefers-reduced-motion:reduce){.curtain-breeze span{animation:none!important}}

/* Hospitality touches — soft light, a candle, a note left for the guest */
.light-drift{position:absolute;inset:0 0 auto;height:100svh;z-index:-1;pointer-events:none;background:radial-gradient(ellipse at 28% 18%,rgba(255,214,150,.14),transparent 58%);animation:lightDrift 26s ease-in-out infinite alternate}
@keyframes lightDrift{0%{opacity:.45;transform:translateX(-1.5%)}100%{opacity:.85;transform:translateX(1.5%)}}
.dust{position:absolute;inset:0 0 auto;height:100svh;z-index:-1;pointer-events:none;overflow:hidden}
.dust i{position:absolute;width:3px;height:3px;border-radius:50%;background:rgba(239,213,160,.5);filter:blur(.3px);animation:dustFloat 30s linear infinite}
.dust i:nth-child(1){left:22%;top:30%;animation-duration:34s}
.dust i:nth-child(2){left:61%;top:52%;animation-duration:41s;animation-delay:-9s}
.dust i:nth-child(3){left:78%;top:20%;animation-duration:37s;animation-delay:-21s}
@keyframes dustFloat{0%{transform:translate(0,0);opacity:0}10%{opacity:.6}90%{opacity:.4}100%{transform:translate(14px,-70px);opacity:0}}
.hospitality-note{position:absolute;left:clamp(20px,4vw,54px);bottom:clamp(120px,15vh,170px);z-index:1;display:flex;align-items:flex-end;gap:14px;pointer-events:none}
.candle{position:relative;width:9px;height:46px;border-radius:2px;background:linear-gradient(180deg,#efe4cd,#cbb98d);box-shadow:0 4px 16px rgba(0,0,0,.4)}
.candle .flame{position:absolute;left:50%;bottom:100%;width:9px;height:16px;margin-left:-4.5px;border-radius:50% 50% 50% 50%/60% 60% 40% 40%;background:radial-gradient(circle at 50% 70%,#fff3cf,#f0a949 55%,rgba(240,169,73,0) 78%);filter:blur(.2px);transform-origin:bottom center;animation:flicker 2.6s ease-in-out infinite}
.candle::after{content:"";position:absolute;left:50%;bottom:100%;width:64px;height:64px;margin-left:-32px;margin-bottom:-10px;border-radius:50%;background:radial-gradient(circle,rgba(240,169,73,.22),transparent 70%);animation:flicker 2.6s ease-in-out infinite}
@keyframes flicker{0%,100%{transform:scaleY(1) rotate(-1deg);opacity:.95}30%{transform:scaleY(1.06) rotate(1deg);opacity:1}55%{transform:scaleY(.94) rotate(-2deg);opacity:.9}80%{transform:scaleY(1.03) rotate(1deg);opacity:1}}
.note-card{max-width:200px;margin:0 0 6px;padding:14px 16px;border-radius:1px;background:linear-gradient(168deg,var(--cream),#e6d7b6 96%);box-shadow:0 10px 26px rgba(0,0,0,.4);color:#1a1410;font:500 15px/1.4 "Caveat",cursive;transform:rotate(-2.5deg)}
.note-card span{display:block;margin-top:6px;font-size:14px;color:#1b2b4b}
@media (max-width:760px){.hospitality-note{display:none}}
@media(prefers-reduced-motion:reduce){.light-drift,.dust i,.candle .flame,.candle::after{animation:none!important}}

/* Launch refinement — the room leads; controls recede into the residence. */
:root{--ink:#10182b;--warm-black:#070a12;--navy:#1b2b4b;--navy-deep:#0c1424;--navy-mid:#152238;--teal-deep:#123f43;--gold:#b8962e;--gold-light:#dfc78c}
.room-photo{object-position:center center}
.room-shade{background:linear-gradient(90deg,rgba(7,12,24,.28),transparent 42%,rgba(7,12,24,.04)),linear-gradient(0deg,rgba(7,11,21,.38),transparent 38%,rgba(7,11,21,.05))}
.room-shade::after{box-shadow:inset 0 0 85px rgba(7,12,24,.18)}
.curtain-breeze{display:none}
.light-drift{display:none}
.house-mark{top:22px;left:28px;transform:none;justify-items:start;color:#f0dcb1;opacity:.9}
.house-mark .crown{display:none}.house-mark span:not(.crown){font-size:9px;margin:0}.house-mark strong{font-size:26px}
.room-intro{align-items:flex-start;justify-content:flex-end;text-align:left;padding:110px clamp(24px,4.2vw,70px) 92px;pointer-events:none;text-shadow:0 2px 22px rgba(0,0,0,.75)}
.room-intro>*{pointer-events:auto}.room-intro .eyebrow{font-size:8px}.room-intro h1{max-width:520px;margin-top:5px;font-size:clamp(42px,5vw,72px);line-height:.9}.room-intro .subtitle{max-width:390px;margin-top:10px;font:italic 400 15px/1.45 "Cormorant Garamond",serif;letter-spacing:.06em;text-transform:none;color:rgba(255,244,223,.88)}
.key{display:none}.invitation{margin-top:10px;font-size:17px;color:#f3dfbb}
.play-button,.stay-awhile{min-height:0;margin-top:16px;padding:0;border:0;border-radius:0;background:none;box-shadow:none;backdrop-filter:none;color:#f8ead0}
.play-button:hover,.play-button:focus-visible,.stay-awhile:hover,.stay-awhile:focus-visible{transform:none;background:none;outline:1px solid rgba(228,201,145,.55);outline-offset:7px}
.play-icon,.stay-awhile>span:first-child{width:25px;height:25px;flex:0 0 25px;border:1px solid rgba(228,201,145,.7);background:rgba(28,18,10,.3);color:#f0d29a;font-size:8px}
.play-button>span:last-child,.stay-awhile strong{font-size:15px}.play-button small,.stay-awhile small{font-size:6px}
.room-actions{bottom:22px;left:clamp(24px,4.2vw,70px);right:clamp(24px,4.2vw,70px)}
.hero-artwork-hotspot{left:69.6%;top:6.5svh;width:min(20%,330px);height:34svh}
.hero-artwork-frame{inset:-8px}.hero-artwork-plate{bottom:-22px}
.hospitality-note{left:54%;bottom:8.5svh;transform:translateX(-50%)}
.hospitality-note .candle{display:none}.note-card{max-width:150px;padding:10px 12px;font-size:12px;opacity:.95}
.room-console{right:4.1vw;top:41.7svh;width:min(10.2vw,170px)}
.console-table{display:none}.room-console .turntable-deck{aspect-ratio:1.72;border-color:rgba(228,201,145,.28);border-radius:2px;background:linear-gradient(135deg,rgba(72,39,20,.96),rgba(11,8,6,.98));box-shadow:0 7px 14px rgba(0,0,0,.4)}
.room-console .turntable-deck::before{inset:5px}.console-play{position:absolute;top:calc(100% + 14px);right:0;width:auto;white-space:nowrap;margin:0;padding:5px 9px 5px 5px;background:rgba(24,15,9,.74);border-color:rgba(228,201,145,.44)}
.console-play .record-play-icon{width:22px;height:22px;flex-basis:22px}.console-play small{display:none}.console-play strong{font-size:10px}.room-console .music-note,.room-console .spotify-launch{display:none}
.power-light{background:#6f2e1d;box-shadow:none}.room-console.is-powered .power-light{background:#f0ad52;box-shadow:0 0 11px #ffb65c}
#phonograph.is-cued .tonearm,#phonograph.is-playing .tonearm{transform:rotate(23deg)}
#phonograph.is-lifting .tonearm{transform:rotate(12deg)}
.music-dock{background:rgba(12,20,36,.94);border-color:rgba(223,199,140,.45)}
.room-layer{background:linear-gradient(90deg,rgba(12,20,36,.97),rgba(12,20,36,.86)),url("assets/living-room-refined.png") center/cover fixed}
.music-room{background:radial-gradient(circle at 72% 35%,rgba(184,150,46,.11),transparent 36%),linear-gradient(145deg,#0c1424,#152238 52%,#080d16)}
.house-ritual{border-radius:2px;background:linear-gradient(145deg,rgba(18,63,67,.75),rgba(20,13,8,.94))}
.card-category{border-radius:2px;background:linear-gradient(145deg,rgba(27,43,75,.82),rgba(7,12,23,.96));box-shadow:0 16px 35px rgba(0,0,0,.3)}
.card-category summary{background:linear-gradient(90deg,rgba(18,63,67,.52),rgba(12,20,36,.74))}
.host-note{background:linear-gradient(145deg,rgba(27,43,75,.92),rgba(7,12,23,.98));border-color:rgba(223,199,140,.38)}
.prompt-grid{background:repeating-linear-gradient(90deg,rgba(255,255,255,.018) 0 1px,transparent 1px 6px)}
.room-collection{background:radial-gradient(circle at 76% 8%,rgba(184,150,46,.1),transparent 34%),linear-gradient(180deg,#0c1424,#1b2b4b 55%,#070b14)}
.story-card{position:relative;border:0;border-top:1px solid rgba(228,201,145,.3);background:transparent;padding:clamp(28px,4vw,48px) 0}
.story-card:hover{transform:none;border-color:rgba(228,201,145,.65);background:transparent;box-shadow:none}
.story-image{margin:0 0 30px;height:clamp(230px,28vw,390px);box-shadow:0 22px 50px rgba(0,0,0,.34)}
.featured-story{grid-template-columns:.45fr 1.35fr .9fr;gap:clamp(26px,4vw,62px);padding-top:0;background:transparent}.featured-story .story-image{margin-bottom:0}
.story-grid{gap:clamp(28px,5vw,72px)}
.house-gift{border:0;border-top:1px solid rgba(228,201,145,.3);border-bottom:1px solid rgba(228,201,145,.3);background:transparent}
@media(max-width:900px){.hero-artwork-hotspot{display:none}.room-console{right:3vw;top:41svh;width:120px}.hospitality-note{display:none}.room-intro{padding-bottom:88px}.room-layer{background-attachment:scroll}}
@media(max-width:620px){.room-photo{object-position:58% center}.curtain-breeze{display:none}.house-mark{left:17px}.room-intro{justify-content:flex-end;align-items:flex-start;padding:110px 17px 86px}.room-intro h1{font-size:42px}.room-intro .subtitle{max-width:280px}.room-console{top:15svh;right:10px;width:100px}.console-play strong{font-size:8px}.room-actions{left:17px;right:17px}.featured-story{grid-template-columns:1fr}}

/* The record ritual belongs inside The Living Room Gather. */
.gather-console{width:min(100%,560px);margin:38px auto 8px;padding:20px 20px 24px;border:1px solid rgba(223,199,140,.34);background:linear-gradient(145deg,rgba(30,48,78,.72),rgba(7,12,22,.94));box-shadow:0 28px 70px rgba(0,0,0,.45);text-align:center}
.gather-console .turntable-deck{width:100%;aspect-ratio:1.62;border-radius:3px;background:linear-gradient(135deg,#623c22,#26150d 58%,#080708)}
.gather-console .turntable-deck::before{inset:16px}.gather-console .platter{left:8%;top:8%;width:57%}.gather-console .tonearm{top:11%;right:8%;width:35%;height:68%}
.gather-console .console-play{position:static;width:max-content;max-width:100%;margin:18px auto 0;padding:8px 18px 8px 8px;background:rgba(12,20,36,.88)}
.gather-console .console-play .record-play-icon{width:36px;height:36px;flex-basis:36px}.gather-console .console-play small{display:block;font-size:7px}.gather-console .console-play strong{font-size:15px}
.gather-console .music-note{margin:12px auto 0;color:rgba(245,240,232,.7);font:italic 400 14px "Cormorant Garamond",serif}.gather-console .spotify-open{display:inline-block;margin-top:14px;color:var(--gold-light);font-size:8px;letter-spacing:.14em;text-decoration:none;text-transform:uppercase}
.gather-console .spotify-player{width:100%;min-height:152px;margin-top:14px;border-radius:10px;overflow:hidden;background:#121212;box-shadow:0 14px 30px rgba(0,0,0,.34)}
.gather-console .spotify-player iframe{display:block;width:100%!important;height:152px!important;border:0}
.gather-console.is-powered .power-light{background:#f0ad52;box-shadow:0 0 14px #ffb65c}
#phonograph.is-playing .vinyl{animation:none}
@media(max-width:620px){.gather-console{padding:12px 12px 20px}.gather-console .turntable-deck::before{inset:9px}.gather-console .tonearm .pivot{width:36px;height:36px}.gather-console .tonearm .arm{right:22px;top:27px;width:7px}.gather-console .tonearm .needle{width:24px;height:13px}.gather-console .console-play strong{font-size:13px}}

/* The original Gather composition: music and conversation in one shared view. */
.room-layer .music-copy{width:min(100%,1180px);max-width:none}
.gather-layout{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(430px,1.18fr);grid-template-rows:auto 1fr;gap:20px clamp(28px,4vw,58px);align-items:start;margin-top:38px;text-align:left}
.gather-layout .gather-console{grid-column:1;grid-row:1;width:100%;margin:0}
.gather-layout .house-ritual{grid-column:1;grid-row:2;margin-top:0}
.gather-layout .conversation-deck{grid-column:2;grid-row:1 / span 2;margin-top:0;padding-top:0;border-top:0}
.gather-layout .deck-heading{text-align:left}.gather-layout .prompt-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:900px){.gather-layout{grid-template-columns:1fr;margin-top:30px}.gather-layout .gather-console,.gather-layout .house-ritual,.gather-layout .conversation-deck{grid-column:1;grid-row:auto}.gather-layout .conversation-deck{margin-top:14px;padding-top:28px;border-top:1px solid rgba(223,199,140,.22)}}
@media(max-width:520px){.gather-layout .prompt-grid{grid-template-columns:1fr}}

/* House Key welcome video, kept entirely separate from the Spotify music room. */
.house-key-button{display:flex;align-items:center;gap:10px;margin-top:14px;padding:0;border:0;color:#f5f0e8;background:none;cursor:pointer;text-align:left}
.house-key-button>span:first-child{width:25px;height:25px;display:grid;place-items:center;border:1px solid rgba(223,199,140,.7);border-radius:50%;color:var(--gold-light);font-size:13px}
.house-key-button>span:last-child{font:500 14px "Cormorant Garamond",serif;letter-spacing:.05em}.house-key-button small{display:block;color:var(--gold-light);font:400 6px "Jost",sans-serif;letter-spacing:.2em;text-transform:uppercase}
.house-key-button:hover,.house-key-button:focus-visible{outline:1px solid rgba(223,199,140,.55);outline-offset:7px}
.house-key-panel[hidden]{display:none}.house-key-panel{position:fixed;inset:0;z-index:45;display:grid;place-items:center;padding:clamp(12px,2.5vw,38px);opacity:0;transition:opacity .35s ease}.house-key-panel.is-open{opacity:1}
.house-key-backdrop{position:absolute;inset:0;background:rgba(4,7,13,.9);backdrop-filter:blur(14px)}
.house-key-content{position:relative;z-index:1;width:min(1400px,96vw);display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,.68fr);align-items:center;border:1px solid rgba(223,199,140,.44);background:#0c1424;box-shadow:0 35px 100px rgba(0,0,0,.72);overflow:hidden;transform:translateY(14px);transition:transform .35s ease}.house-key-panel.is-open .house-key-content{transform:none}
.house-key-media{position:relative;width:100%;aspect-ratio:16/9;background:#05080e;overflow:hidden}.house-key-media img,.house-key-media iframe{position:absolute;inset:0;width:100%;height:100%;display:block;border:0;object-fit:cover}.house-key-media iframe{visibility:hidden}.house-key-media.is-playing img,.house-key-media.is-playing .house-key-video-button{display:none}.house-key-media.is-playing iframe{visibility:visible}
.house-key-video-button{position:absolute;left:50%;bottom:9%;z-index:1;display:flex;align-items:center;gap:9px;transform:translateX(-50%);white-space:nowrap;padding:12px 18px;border:1px solid rgba(239,213,160,.72);color:#fff;background:rgba(7,12,23,.86);box-shadow:0 10px 30px rgba(0,0,0,.45);cursor:pointer;font:500 13px "Cormorant Garamond",serif;letter-spacing:.04em}.house-key-video-button:hover,.house-key-video-button:focus-visible{background:#162442;outline:1px solid var(--gold-light);outline-offset:3px}
.house-key-copy{padding:clamp(28px,4vw,52px);text-align:left}.house-key-copy h2{margin:9px 0 13px;font:400 clamp(34px,4vw,58px)/.92 "Cormorant Garamond",serif}.house-key-copy>p:not(.eyebrow){color:rgba(245,240,232,.7);font:400 17px/1.5 "Cormorant Garamond",serif}
.house-key-close{position:absolute;top:14px;right:14px;z-index:2;width:40px;height:40px;border:1px solid rgba(223,199,140,.5);border-radius:50%;color:var(--gold-light);background:rgba(7,12,23,.76);font-size:25px;cursor:pointer}.house-key-open{overflow:hidden}
@media(max-width:760px){.house-key-content{grid-template-columns:1fr;max-height:92svh;overflow:auto}.house-key-copy{padding:24px}.house-key-button{margin-top:12px}}
