:root{color-scheme:light;--bg:#f2eee7;--ink:#272c29;--sub:#5f6860;--line:#c8cbc1;--accent:#5c7667;--panel:#e7e4d9;--status:#708f73}
:root[data-theme=dark]{color-scheme:dark;--bg:#202724;--ink:#efece4;--sub:#b3bdb3;--line:#49534e;--accent:#a7c4a8;--panel:#343c36;--status:#a7c4a8}
@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--bg:#202724;--ink:#efece4;--sub:#b3bdb3;--line:#49534e;--accent:#a7c4a8;--panel:#343c36;--status:#a7c4a8}}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.site-header{height:90px;max-width:1600px;margin:auto;padding:0 clamp(24px,5vw,90px);display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:13px;font-size:18px;letter-spacing:-.07em;font-weight:700;white-space:nowrap}.brand-three{color:var(--accent)}.brand-symbol{width:30px;height:29px;position:relative;display:block}.brand-symbol span{position:absolute;width:10px;height:10px;border:2px solid var(--accent);transform:rotate(45deg) skew(-10deg,-10deg)}.brand-symbol span:nth-child(1){left:10px;top:0}.brand-symbol span:nth-child(2){left:1px;top:10px}.brand-symbol span:nth-child(3){left:18px;top:10px}.header-right{display:flex;align-items:center;gap:24px}.header-status{font-size:10px;letter-spacing:.2em;font-weight:700;color:var(--sub);white-space:nowrap}.status-dot,.index-dot{width:7px;height:7px;background:var(--status);display:inline-block;border-radius:50%;margin-right:8px}.theme-toggle{width:36px;height:36px;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--ink);font-size:19px;cursor:pointer;line-height:1}.theme-toggle:hover,.theme-toggle:focus-visible{border-color:var(--accent);outline:2px solid transparent}main{max-width:1600px;margin:auto}.hero{min-height:min(770px,calc(100vh - 170px));display:grid;grid-template-columns:43% 57%;align-items:center;padding:40px clamp(24px,5vw,90px) 52px;gap:0}.hero-copy{position:relative;z-index:2;padding:0 20px 0 0}.eyebrow{font-size:11px;letter-spacing:.22em;font-weight:700;color:var(--accent);display:flex;align-items:center;gap:14px;margin-bottom:30px}.eyebrow .line{height:1px;width:30px;background:var(--accent)}h1{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(54px,6.1vw,100px);line-height:.98;letter-spacing:-.065em;margin:0 0 31px}h1 em{font-weight:400;color:var(--accent)}.hero-copy p{font-size:clamp(15px,1.3vw,18px);line-height:1.75;max-width:440px;color:var(--sub);margin:0}.coming{display:flex;align-items:center;gap:14px;margin-top:50px;font-size:10px;line-height:1.8;letter-spacing:.16em;color:var(--sub)}.coming strong{color:var(--ink);font-size:12px;letter-spacing:.18em}.coming-mark{display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;height:43px;width:43px;font-size:18px;color:var(--accent)}.scene-panel{position:relative;overflow:hidden;aspect-ratio:1.11;background:var(--panel);border-radius:4px;display:flex;align-items:center;justify-content:center}.scene-panel:before{content:'';position:absolute;width:120%;height:120%;background:radial-gradient(circle at 67% 25%,#ffecc0aa,transparent 45%);pointer-events:none}.scene-caption{position:absolute;z-index:1;left:28px;right:28px;top:27px;display:flex;justify-content:space-between;gap:15px;font-size:9px;font-weight:700;letter-spacing:.17em;color:#59635b}.house{width:100%;height:100%;max-height:670px;filter:drop-shadow(0 23px 20px #433b3030)}.scene-index{position:absolute;bottom:26px;right:27px;font-size:9px;font-weight:700;letter-spacing:.14em;color:#59635b}.below{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:0 clamp(24px,5vw,90px);padding:23px 0;display:flex;justify-content:space-between;gap:30px}.below-label,.below-items,footer{font-size:10px;letter-spacing:.16em;font-weight:700}.below-label{color:var(--accent);white-space:nowrap}.below-items{display:flex;gap:clamp(20px,4vw,64px);color:var(--sub);flex-wrap:wrap}footer{max-width:1600px;margin:auto;padding:40px clamp(24px,5vw,90px);display:flex;justify-content:space-between;gap:25px;color:var(--sub)}
@media(max-width:900px){.hero{grid-template-columns:1fr;min-height:0;padding-top:75px;gap:56px}.hero-copy p{max-width:600px}.coming{margin-top:34px}.scene-panel{max-width:780px;width:100%;margin:auto}.below{align-items:flex-start;flex-direction:column;gap:18px}.below-items{line-height:1.7}}
@media(max-width:520px){.site-header{height:72px}.brand{font-size:16px}.header-right{gap:10px}.header-status{font-size:8px;letter-spacing:.1em}.hero{padding-top:56px;gap:43px;padding-bottom:35px}h1{font-size:clamp(48px,13vw,68px)}.scene-panel{aspect-ratio:.97}.scene-caption{top:16px;left:15px;right:15px;font-size:7px}.scene-index{bottom:15px;right:15px;font-size:7px}.below-items{gap:12px 20px}footer{flex-wrap:wrap;line-height:1.8}}
