@import "tailwindcss";

:root { --ink:#080806; --coal:#151410; --bone:#f1e9da; --paper:#d8c9b0; --gold:#c69b4a; --rust:#a34b2e; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--ink); color:var(--bone); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; text-decoration:none; }
img { display:block; width:100%; }
.page-shell { width:min(1240px,calc(100% - 64px)); margin-inline:auto; }
.section-label { margin:0 0 20px; color:var(--rust); font-size:11px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; }
h1,h2,h3,p { text-wrap:balance; }

.hero { min-height:100svh; position:relative; isolation:isolate; background:linear-gradient(90deg,rgba(5,5,3,.92) 0%,rgba(5,5,3,.62) 42%,rgba(5,5,3,.08) 73%,rgba(5,5,3,.3) 100%),url('../images/showroom-wide-retouched.png') center/cover no-repeat; }
.hero::after { content:""; position:absolute; inset:0; z-index:-1; background:linear-gradient(180deg,rgba(0,0,0,.2),transparent 40%,rgba(0,0,0,.65)); }
.site-header { height:112px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid rgba(238,231,216,.16); }
.brand { width:180px; height:86px; overflow:hidden; }
.brand img { width:100%; height:100%; object-fit:cover; }
.nav-links { display:flex; gap:36px; font-size:11px; letter-spacing:.14em; text-transform:uppercase; }
.nav-links a,.header-socials a,.text-link { transition:color .2s; }
.nav-links a:hover,.header-socials a:hover,.text-link:hover { color:var(--gold); }
.header-socials { display:flex; gap:13px; }
.social-icon { width:28px; height:28px; display:inline-grid; place-items:center; border:1px solid rgba(238,231,216,.42); border-radius:50%; font:700 17px/1 Georgia,serif; }
.social-facebook { font-family:Arial,sans-serif; font-size:15px; }
.hero-content { min-height:calc(100vh - 112px); display:grid; grid-template-columns:1fr 310px; align-items:center; gap:80px; padding:70px 0 95px; }
.hero-copy { max-width:760px; }
.eyebrow { margin:0 0 24px; color:var(--gold); font-size:11px; font-weight:700; letter-spacing:.21em; text-transform:uppercase; }
h1 { max-width:900px; margin:0; font:400 clamp(76px,9.6vw,150px)/.84 Georgia,serif; letter-spacing:-.07em; }
h1 em,h2 em { color:var(--rust); font-weight:400; }
.hero-intro { max-width:610px; margin:32px 0 0; color:rgba(238,231,216,.8); font:19px/1.65 Georgia,serif; }
.hero-manifesto { margin:18px 0 0; color:var(--gold); font-size:10px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; }
.hero-actions { display:flex; align-items:center; gap:30px; margin-top:38px; }
.button { min-height:52px; display:inline-flex; align-items:center; justify-content:center; gap:14px; padding:0 24px; font-size:11px; font-weight:700; letter-spacing:.13em; text-transform:uppercase; }
.button-primary { background:var(--rust); color:#fff8eb; }
.button-primary:hover { background:#ad5a38; }
.text-link { font-size:11px; letter-spacing:.12em; text-transform:uppercase; }
.hero-card { align-self:end; margin-bottom:32px; padding:30px; background:rgba(8,8,6,.72); border:1px solid rgba(198,155,74,.58); backdrop-filter:blur(12px); }
.hero-card span { color:var(--gold); font-size:9px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; }
.hero-card strong { display:block; margin:14px 0 4px; font:24px/1.15 Georgia,serif; }
.hero-card p { margin:0; color:rgba(238,231,216,.7); font:13px/1.7 Georgia,serif; }
.hero-card hr { margin:22px 0; border:0; border-top:1px solid rgba(238,231,216,.2); }
.scroll-note { position:absolute; left:50%; bottom:24px; transform:translateX(-50%); font-size:9px; letter-spacing:.2em; text-transform:uppercase; color:rgba(238,231,216,.58); }
.scroll-note span { color:var(--gold); margin-left:8px; }

.philosophy { padding:145px 0 155px; background:var(--paper); color:var(--ink); }
.editorial-rule { padding-top:35px; border-top:1px solid rgba(16,17,13,.28); }
.philosophy-grid { display:grid; grid-template-columns:1.4fr .6fr; gap:90px; align-items:end; }
.philosophy h2,.design-copy h2,.visit-copy h2 { margin:0; font:400 clamp(44px,5vw,68px)/1.02 Georgia,serif; letter-spacing:-.045em; }
.lead { margin:0; color:#5a554c; font:17px/1.75 Georgia,serif; }
.photo-triptych { margin-top:74px; display:grid; grid-template-columns:1.1fr .9fr .9fr; gap:12px; height:500px; }
.photo-triptych figure { margin:0; overflow:hidden; }
.photo-triptych img { height:100%; object-fit:cover; transition:transform .7s ease; }
.photo-triptych figure:hover img { transform:scale(1.025); }
.photo-triptych figure:nth-child(2) img { object-position:center 64%; }
.collection-copy { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin-top:45px; background:rgba(16,17,13,.18); border:1px solid rgba(16,17,13,.18); }
.collection-copy article { min-height:235px; padding:31px; background:#e1d7c5; }
.collection-copy span { color:var(--rust); font-size:10px; letter-spacing:.15em; }
.collection-copy h3 { margin:26px 0 13px; font:34px/1 Georgia,serif; }
.collection-copy p { margin:0; color:#625c51; font-size:14px; line-height:1.65; }

.feature-image { min-height:86vh; display:flex; align-items:flex-end; background:linear-gradient(0deg,rgba(0,0,0,.78),transparent 62%),url('../images/dinosaur-retouched.png') center 57%/cover no-repeat fixed; }
.feature-caption { margin:0 auto 76px; width:min(1240px,calc(100% - 64px)); font:400 clamp(38px,4.8vw,66px)/1.04 Georgia,serif; }
.feature-caption em { color:var(--gold); }

.design-section { padding:145px 0; background:#b6a488; color:var(--ink); }
.design-grid { display:grid; grid-template-columns:1fr 1fr; gap:95px; align-items:center; }
.design-photo { margin:0; height:720px; overflow:hidden; box-shadow:22px 22px 0 rgba(16,17,13,.16); }
.design-photo img { height:100%; object-fit:cover; }
.design-copy > p:not(.section-label) { margin:34px 0 28px; color:#4f493f; font:18px/1.7 Georgia,serif; }
.design-copy ul { list-style:none; padding:0; margin:0 0 36px; border-top:1px solid rgba(16,17,13,.23); }
.design-copy li { padding:15px 0; border-bottom:1px solid rgba(16,17,13,.23); font-size:11px; font-weight:700; letter-spacing:.13em; text-transform:uppercase; }
.design-copy li::before { content:"✦"; color:var(--rust); margin-right:13px; }
.button-dark { background:var(--ink); color:var(--bone); }

.visit-section { padding:135px 0; background:#171713; }
.visit-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:110px; align-items:center; }
.visit-copy h2 { color:var(--bone); }
.address { margin:40px 0 28px; color:var(--gold); font:23px/1.45 Georgia,serif; }
.hours { max-width:520px; margin-bottom:34px; border-top:1px solid rgba(238,231,216,.2); border-bottom:1px solid rgba(238,231,216,.2); }
.hours p { display:flex; justify-content:space-between; margin:0; padding:13px 0; font-size:12px; }
.hours span { color:rgba(238,231,216,.65); }
.social-callout { max-width:540px; margin-top:46px; padding-top:27px; border-top:1px solid rgba(238,231,216,.2); }
.social-callout p { color:rgba(238,231,216,.68); font:15px/1.6 Georgia,serif; }
.social-callout a { display:inline-flex; align-items:center; gap:10px; margin:16px 23px 0 0; font-size:10px; font-weight:700; letter-spacing:.13em; text-transform:uppercase; }
.social-callout a:hover { color:var(--gold); }
.social-callout .social-icon { width:25px; height:25px; font-size:14px; }
.owners-photo { margin:0; position:relative; }
.owners-photo img { height:700px; object-fit:cover; object-position:center; }
.reveal { animation:rise .9s ease both; }
.hero-card.reveal { animation-delay:.18s; }
@keyframes rise { from { opacity:0; transform:translateY(18px) } to { opacity:1; transform:none } }
.owners-photo figcaption { position:absolute; right:0; bottom:0; padding:12px 18px; background:var(--gold); color:var(--ink); font-size:9px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }

.site-footer { padding:72px 0 26px; background:#0c0d0a; }
.footer-main { display:grid; grid-template-columns:1fr 1fr 1fr; gap:70px; align-items:start; padding-bottom:58px; }
.footer-logo { width:230px; height:155px; overflow:hidden; margin-top:-25px; }
.footer-logo img { height:100%; object-fit:cover; }
.footer-main > p { margin:0; color:rgba(238,231,216,.58); font:italic 18px/1.55 Georgia,serif; }
.footer-links { display:grid; grid-template-columns:1fr 1fr; gap:15px 28px; font-size:10px; letter-spacing:.14em; text-transform:uppercase; }
.footer-links a:hover { color:var(--gold); }
.footer-bottom { display:flex; justify-content:space-between; padding-top:24px; border-top:1px solid rgba(238,231,216,.16); color:rgba(238,231,216,.35); font-size:9px; letter-spacing:.15em; text-transform:uppercase; }

@media (max-width:900px) {
  .page-shell { width:min(100% - 36px,720px); }
  .site-header { height:90px; }
  .brand { width:150px; height:75px; }
  .nav-links { display:none; }
  .hero-content { grid-template-columns:1fr; gap:45px; padding:90px 0; }
  .hero-card { align-self:auto; width:min(100%,360px); margin:0; }
  .philosophy-grid,.design-grid,.visit-grid { grid-template-columns:1fr; gap:55px; }
  .photo-triptych { height:auto; grid-template-columns:1fr 1fr; }
  .photo-triptych figure { height:430px; }
  .photo-triptych figure:first-child { grid-column:1/-1; }
  .collection-copy { grid-template-columns:1fr; }
  .collection-copy article { min-height:190px; }
  .feature-image { background-attachment:scroll; min-height:65vh; }
  .design-photo { height:600px; }
  .owners-photo { max-width:600px; }
  .footer-main { grid-template-columns:1fr 1fr; }
  .footer-links { grid-column:2; }
}
@media (max-width:560px) {
  .page-shell { width:calc(100% - 32px); }
  .site-header { height:78px; }
  .brand { width:130px; height:66px; }
  .header-socials { gap:8px; }
  h1 { font-size:clamp(72px,23vw,105px); }
  .hero { background-position:58% center; }
  .hero-actions { align-items:flex-start; flex-direction:column; }
  .philosophy,.design-section,.visit-section { padding:80px 0; }
  .philosophy h2,.design-copy h2,.visit-copy h2 { font-size:45px; }
  .photo-triptych { grid-template-columns:1fr; }
  .photo-triptych figure,.photo-triptych figure:first-child { grid-column:auto; height:390px; }
  .feature-caption { width:calc(100% - 32px); margin-bottom:40px; }
  .design-photo,.owners-photo img { height:500px; }
  .hours p { flex-direction:column; gap:5px; }
  .footer-main { grid-template-columns:1fr; gap:28px; }
  .footer-logo { margin-left:-15px; }
  .footer-links { grid-column:1; }
  .footer-bottom { flex-direction:column; gap:12px; line-height:1.5; }
}
@media (prefers-reduced-motion:reduce) { html{scroll-behavior:auto} *{transition:none!important} }
