:root{--charcoal:#121212;--gold:#c5a059;--gold-btn:#6f5424;--cream:#f5f2ed;--header-h:78px;--font-display:"Cormorant Garamond",Georgia,serif;--font-body:Montserrat,system-ui,sans-serif;--ease:cubic-bezier(.22,1,.36,1);--max:1280px;--white:#fff}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--header-h)}body{font-family:var(--font-body);font-weight:400;color:#2a2a2a;background:var(--cream);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.skip-link{position:absolute;left:1rem;top:-100px;z-index:300;padding:.75rem 1.1rem;background:var(--charcoal);color:#fff;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.skip-link:focus{top:1rem}.site-header{position:fixed;inset:0 0 auto;z-index:100;height:var(--header-h);background:rgba(18,18,18,.92);border-bottom:1px solid rgba(197,160,89,.2)}.header-inner{max-width:var(--max);height:100%;margin:0 auto;padding:0 1.25rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.75rem}.nav-left,.nav-right{display:flex;align-items:center;gap:1.1rem}.nav-left{justify-content:flex-start}.nav-right{justify-content:flex-end}.logo-link{justify-self:center}.nav-link{font-size:.62rem;font-weight:500;letter-spacing:.12em;color:rgba(255,255,255,.82);padding:.35rem 0;white-space:nowrap}.logo{width:58px;height:58px;border-radius:50%;object-fit:cover;background:#f5f2ed;box-shadow:0 0 0 1.5px var(--gold)}.nav-toggle{display:none;width:40px;height:40px}.nav-toggle span{display:block;width:22px;height:1.5px;background:var(--gold);margin:5px auto}.mobile-only{display:none}.desktop-only{display:inline}.cart-link{margin-left:.5rem;color:var(--gold);display:flex}.hero{position:relative;min-height:100vh;min-height:100dvh;padding-top:var(--header-h);display:flex;align-items:stretch;overflow:hidden;background:var(--charcoal)}.hero-bg{position:absolute;inset:0;background:linear-gradient(180deg,rgba(80,45,20,.25),rgba(20,15,10,.35)) center/cover no-repeat;background-image:linear-gradient(180deg,rgba(80,45,20,.25),rgba(20,15,10,.35)),url("assets/images/hero-bg-mobile.webp");background-size:cover;background-position:center}.hero-veil{position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,18,18,.72) 0%,rgba(18,18,18,.35) 45%,rgba(18,18,18,.45) 100%),linear-gradient(180deg,rgba(18,18,18,.35) 0%,transparent 30%,rgba(18,18,18,.55) 100%)}.hero-content{position:relative;z-index:2;width:100%;max-width:var(--max);margin:0 auto;padding:2rem 1.25rem 2.5rem;display:grid;grid-template-columns:1fr;align-items:end;gap:1.25rem}.hero-crest{width:96px;height:96px;border-radius:50%;object-fit:cover;background:#f5f2ed;margin-bottom:1rem;box-shadow:0 0 0 2px rgba(197,160,89,.85)}.hero-title{color:var(--gold);font-family:var(--font-display);font-weight:600;line-height:1.05;letter-spacing:.04em}.hero-title-main{display:block;font-size:clamp(2.4rem,10vw,3.4rem);letter-spacing:.08em}.hero-title-sub{display:block;font-size:clamp(1.15rem,4.5vw,1.45rem);font-weight:500;letter-spacing:.28em;margin-top:.35rem;color:rgba(197,160,89,.92)}.hero-tagline{margin:1rem 0 1.35rem;color:rgba(255,255,255,.78);font-size:.92rem;font-weight:300;max-width:28rem}.hero-cta{display:flex;flex-wrap:wrap;gap:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.85rem 1.35rem;font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;border:0;cursor:pointer}.btn-gold{background:var(--gold-btn);color:#fff}.btn-outline-light{border:1px solid #fff;color:#fff;background:transparent}.hero-dog-wrap{justify-self:center;max-width:min(320px,78vw)}.hero-dog{width:100%;height:auto;object-fit:cover}.hero-script{display:none}@media(min-width:961px){.hero-content{grid-template-columns:1fr 1.05fr;padding:2.5rem 1.5rem 3rem}.hero-bg{background-image:linear-gradient(180deg,rgba(80,45,20,.25),rgba(20,15,10,.35)),url("assets/images/hero-bg.webp")}.hero-script{display:block;font-family:var(--font-script,cursive);color:var(--gold);text-align:center;margin-top:1rem;font-size:1.35rem}.hero-dog-wrap{justify-self:end}}@media(max-width:960px){.desktop-only{display:none!important}.mobile-only{display:block}.nav-left,.nav-right{display:none}.nav-toggle{display:block;justify-self:start}.header-inner{grid-template-columns:40px 1fr 40px}.logo-link{justify-self:center}}