/* The existing two-path home with the owner's sunset photograph. */
.is-home{--paper:#f3f2ec;--ink:#202824;--muted:#58645d;--line:#bfc7bd;--pad:clamp(24px,5vw,88px);background:var(--paper)}
.home-minimal{min-height:calc(100svh - 88px);display:flex;align-items:stretch;position:relative;overflow:hidden;background:#e8ece6}
.home-minimal::before{content:"";position:absolute;inset:0 0 auto;width:100%;height:79%;background:#292b2a url('/assets/home-sunset.jpg') center 57%/cover no-repeat}
.home-minimal::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(10,16,16,.13) 0%,rgba(8,16,18,.4) 34%,rgba(8,16,18,.65) 70%,rgba(238,240,233,.92) 82%,#eef0e9 90%,#eef0e9 100%)}
.home-minimal-inner{width:100%;display:flex;flex-direction:column;justify-content:flex-end;padding-top:clamp(52px,8vh,110px);padding-bottom:clamp(32px,5vh,64px);position:relative;z-index:1}
.home-minimal .eyebrow{font-size:.8rem;letter-spacing:.13em;color:#fff;text-shadow:0 1px 8px #0009;margin-bottom:auto}
.home-minimal h1{font-size:clamp(3.65rem,6.6vw,7.6rem);line-height:.95;letter-spacing:-.072em;font-weight:500;margin:8vh 0 clamp(40px,7vh,72px);max-width:950px;text-wrap:balance;color:#fff;text-shadow:0 2px 24px #0008}
.home-options{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--ink);background:rgba(243,242,236,.89);backdrop-filter:blur(9px)}
.home-options a{display:grid;grid-template-columns:44px minmax(0,1fr) auto;grid-template-rows:auto auto;gap:7px 18px;min-height:142px;padding:24px 2px;align-content:center;position:relative;transition:padding .25s cubic-bezier(.16,1,.3,1),background-color .25s}
.home-options a:first-child{border-right:1px solid var(--line);padding-right:32px}
.home-options a:last-child{padding-left:32px}
.home-options a:hover{padding-left:22px;background:rgba(255,255,255,.38)}
.home-options a:first-child:hover{padding-left:22px}
.home-options span{grid-row:1/3;font-size:.78rem;color:var(--muted);padding-top:7px}
.home-options strong{font-size:clamp(2rem,3.5vw,4rem);line-height:1;letter-spacing:-.055em;font-weight:500}
.home-options small{font-size:.95rem;color:var(--muted)}
.home-options b{grid-column:3;grid-row:1/3;font-size:1.45rem;font-weight:400;align-self:center}
.is-home .reveal.pending{opacity:.72;filter:none;transform:translateY(12px)}
.is-home .reveal{transition:opacity .42s ease-out,transform .42s cubic-bezier(.16,1,.3,1)}
.is-home::before{content:"";position:fixed;inset:0;z-index:200;pointer-events:none;background:#f3f2ec url('/assets/tt-mark-black.png') center/64px 63px no-repeat;animation:home-loader .72s ease-out both}
@keyframes home-loader{0%,35%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}
@media(max-width:1050px){.home-minimal h1{font-size:clamp(3.4rem,7vw,6.4rem);max-width:720px}}
@media(max-width:850px){.home-minimal{min-height:calc(100svh - 76px)}.home-minimal h1{font-size:clamp(3.5rem,7.7vw,5.6rem);max-width:690px}}
@media(max-width:620px){.home-minimal{min-height:calc(100svh - 76px)}.home-minimal::before{height:70%;background-position:72% 55%}.home-minimal::after{background:linear-gradient(180deg,rgba(8,16,18,.1) 0%,rgba(8,16,18,.44) 32%,rgba(8,16,18,.65) 62%,rgba(238,240,233,.88) 74%,#eef0e9 80%,#eef0e9 100%)}.home-minimal-inner{padding-top:28px;padding-bottom:28px}.home-minimal h1{font-size:clamp(2.65rem,10vw,4.4rem);line-height:.94;letter-spacing:-.065em;margin:28vh 0 38px;max-width:100%}.home-options{grid-template-columns:1fr;background:rgba(243,242,236,.94);backdrop-filter:blur(8px)}.home-options a{min-height:112px;padding:19px 0;grid-template-columns:34px minmax(0,1fr) auto}.home-options a:first-child{border-right:0;border-bottom:1px solid var(--line);padding-right:0}.home-options a:last-child{padding-left:0}.home-options a:hover,.home-options a:first-child:hover{padding-left:8px}.home-options strong{font-size:2.35rem}.home-options small{font-size:.9rem}}
@media(max-width:390px){.home-minimal h1{font-size:clamp(2.3rem,10vw,2.65rem)}}
@media(prefers-reduced-motion:reduce){.home-options a,.is-home .reveal{transition:none}.is-home .reveal.pending{opacity:1;transform:none}.is-home::before{display:none}}
