:root{--black:#090806;--gold:#c7a25b;--cream:#f3eee4;--paper:#fbf8f2;--ink:#1d1812;--muted:#716a60;--serif:Georgia,"Times New Roman",serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,sans-serif;line-height:1.6}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}header{position:absolute;z-index:20;top:0;width:100%;height:100px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff30}header.sticky{position:fixed;background:#090806f2;backdrop-filter:blur(12px)}.logo{width:220px}.logo img{height:76px;object-fit:contain;filter:drop-shadow(0 3px 8px #000)}nav{display:flex;align-items:center;gap:25px;color:#fff;font-size:.72rem;font-weight:bold;letter-spacing:.12em;text-transform:uppercase}details{position:relative}summary{cursor:pointer}.small{min-height:42px!important;padding:0 17px!important}details div{position:absolute;right:0;top:34px;width:210px;background:#fff;color:#111;padding:8px;box-shadow:0 15px 35px #0005}details div a{display:block;padding:12px;border-bottom:1px solid #eee}.hero{height:min(930px,100vh);min-height:730px;background:url('assets/images/hero.jpg') center/cover;position:relative;display:flex;align-items:center}.shade{position:absolute;inset:0;background:linear-gradient(90deg,#050403e8,#05040370 55%,#05040320)}.hero-copy{position:relative;width:min(1150px,90%);margin:auto;color:#fff}.eyebrow{color:#e2c788;font-size:.68rem;font-weight:bold;letter-spacing:.24em;text-transform:uppercase}.dark{color:#946a29}h1,h2{font-family:var(--serif);font-weight:400;line-height:.98;letter-spacing:-.035em}h1{font-size:clamp(4rem,8vw,7.5rem);margin:18px 0}h1 em{color:#e2c788;font-weight:400}h2{font-size:clamp(2.7rem,5vw,5rem);margin:15px 0 28px}.hero-copy>p:not(.eyebrow){font-family:var(--serif);font-size:1.25rem;max-width:620px}.actions{display:flex;gap:28px;align-items:center;margin-top:36px}.btn{display:inline-flex;min-height:52px;align-items:center;padding:0 25px;background:var(--gold);border:1px solid var(--gold);color:#090806;font-size:.7rem;font-weight:bold;letter-spacing:.14em;text-transform:uppercase}.outline{background:transparent;border-color:var(--ink)}.ticker{padding:21px;background:var(--gold);text-align:center;font-size:.7rem;font-weight:bold;letter-spacing:.15em}.section{padding:115px max(5vw,24px)}.story{display:grid;grid-template-columns:1.05fr .95fr;gap:8vw;align-items:center}.story img{width:100%;height:620px;object-fit:cover}.story .lead{font:1.35rem/1.55 var(--serif)}.story p{color:var(--muted)}.cream{background:var(--cream)}.title{text-align:center;max-width:760px;margin:0 auto 50px}.title p{color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:19px}.cards article{background:#fff;box-shadow:0 15px 40px #251a100c;transition:.25s}.cards article:hover{transform:translateY(-7px)}.cards img{width:100%;height:340px;object-fit:cover}.cards article:nth-child(3) img{object-position:center 67%}.cards article div{padding:22px}.cards small,.locations small{color:#956b2b;font-weight:bold;letter-spacing:.14em}.cards h3,.locations h3{font:1.4rem var(--serif);margin:10px 0}.cards p{color:var(--muted);margin:0}.centre{text-align:center;margin:45px 0 0}.coffee-feature,.qr-feature{display:grid;grid-template-columns:1fr 1fr;background:var(--black);color:#fff}.coffee-feature>img{width:100%;height:720px;object-fit:cover;object-position:center 66%}.coffee-feature>div,.qr-feature>div{padding:100px max(6vw,40px);display:flex;flex-direction:column;justify-content:center}.coffee-feature p:not(.eyebrow),.qr-feature p:not(.eyebrow){color:#ffffffad}.coffee-feature .btn,.qr-feature .btn{align-self:flex-start;margin-top:24px}.qr-feature{background:#17130f}.qr-feature figure{display:grid;place-items:center;align-content:center;margin:0;padding:70px}.qr-feature figure img{width:min(430px,90%);background:#fff;padding:20px}.qr-feature figcaption{margin-top:18px;color:#e2c788;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase}.locations{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.locations article{position:relative;background:#fff;border:1px solid #1d181221;padding:34px;min-height:390px}.locations b{position:absolute;right:22px;top:10px;font:4.2rem var(--serif);color:#c7a25b2b}.locations p{color:var(--muted);min-height:55px}.phone{display:block;font:1.25rem var(--serif);margin:25px 0}.social{background:var(--gold);padding:75px 7vw;display:flex;align-items:center;justify-content:space-between}.social h2{margin:0}.social div{display:flex;gap:15px}.social a{border:1px solid #111;padding:17px 28px;font-size:.75rem;font-weight:bold;text-transform:uppercase}footer{background:#080706;color:#ffffffa8;text-align:center;padding:65px 20px 28px}footer img{width:250px;height:100px;object-fit:contain;margin:auto}#toggle{display:none;background:none;border:0;color:#fff;font-size:1.6rem}@media(max-width:980px){#toggle{display:block}nav{position:fixed;inset:0 0 0 24%;background:#090806;display:none;flex-direction:column;justify-content:center;align-items:flex-start;padding:45px}nav.open{display:flex}.story,.coffee-feature,.qr-feature{grid-template-columns:1fr}.cards{grid-template-columns:1fr 1fr}.locations{grid-template-columns:1fr}.social{display:block}.social div{margin-top:25px}.qr-feature figure{grid-row:2}.coffee-feature>img{height:580px}}@media(max-width:600px){header{height:82px}.logo{width:170px}.logo img{height:60px}nav{inset:0 0 0 8%}.actions{flex-direction:column;align-items:flex-start}.section{padding:82px 18px}.story img{height:430px}.cards{grid-template-columns:1fr}.cards img{height:390px}.coffee-feature>img{height:520px}.coffee-feature>div,.qr-feature>div{padding:75px 24px}.qr-feature figure{padding:40px 18px}.social div{flex-direction:column}.social a{text-align:center}h1{font-size:clamp(3.5rem,17vw,5rem)}}