
:root{
  --navy:#061b38;
  --navy2:#0a2a58;
  --red:#bd0d1d;
  --red2:#8b0714;
  --gold:#d99a3b;
  --gold2:#f1c27a;
  --cream:#fffaf2;
  --paper:#fff;
  --ink:#0a1730;
  --muted:#536070;
  --line:rgba(6,27,56,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.55}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.container{width:min(1160px,calc(100% - 44px));margin-inline:auto}
.header{position:sticky;top:0;z-index:20;color:white;background:rgba(6,27,56,.98);box-shadow:0 8px 24px rgba(0,0,0,.18);border-bottom:1px solid rgba(217,154,59,.38)}
.nav{min-height:96px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;position:relative}
.brand{grid-column:2;justify-self:center;width:142px;position:relative;z-index:2;filter:drop-shadow(0 9px 12px rgba(0,0,0,.28))}
.nav-links{grid-column:3;justify-self:end;display:flex;gap:2rem;align-items:center;font-size:.97rem;font-weight:700;position:relative;z-index:2}
.nav-links a{padding:.4rem 0;position:relative}
.nav-links a::after{content:"";position:absolute;left:0;right:0;bottom:-.18rem;height:2px;background:var(--gold);transform:scaleX(0);transition:.18s ease}
.nav-links a:hover::after,.nav-links a.active::after{transform:scaleX(1)}
.mobile-toggle{display:none;background:transparent;color:white;border:1px solid rgba(255,255,255,.35);border-radius:10px;padding:.45rem .7rem;font-size:1.25rem;position:relative;z-index:2}

.hero{min-height:720px;position:relative;overflow:hidden;color:white;background:
  linear-gradient(90deg,rgba(6,27,56,.98) 0%,rgba(6,27,56,.92) 38%,rgba(6,27,56,.52) 58%,rgba(6,27,56,.05) 100%),
  url("assets/hero-spice-bowl-hires.jpg") center right/cover no-repeat;
  border-bottom:4px solid var(--gold)}
.hero::before{content:none}
.hero::after{content:"";position:absolute;right:0;top:0;width:58%;height:48px;background:linear-gradient(90deg,transparent,var(--red));clip-path:polygon(0 100%,100% 0,100% 100%);opacity:.9}
.hero-inner{min-height:720px;display:flex;align-items:center;position:relative;z-index:1}
.hero-copy{padding:3.2rem 0 3rem;max-width:625px;position:relative;z-index:2}
.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(3.35rem,7vw,6.2rem);font-style:italic;font-weight:500;line-height:.92;margin:0 0 1.15rem;text-shadow:0 5px 14px rgba(0,0,0,.35)}
.rule{width:min(460px,80%);height:1px;background:linear-gradient(90deg,var(--gold),transparent);margin:0 0 1.15rem}
.hero .tag{letter-spacing:.18em;text-transform:uppercase;color:var(--gold2);font-weight:800;font-size:clamp(.92rem,1.4vw,1.12rem);margin:0 0 2rem}
.btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,var(--red),var(--red2));color:white;border:1px solid var(--gold2);padding:.95rem 1.45rem;border-radius:8px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;box-shadow:0 12px 28px rgba(139,7,20,.25)}
.btn.navy{background:linear-gradient(180deg,var(--navy2),var(--navy))}
.btn.outline{background:transparent;color:white;border-color:var(--gold2)}

.about-home{background:linear-gradient(90deg,#fffaf2 0 42%,rgba(255,250,242,.88) 54%,rgba(255,250,242,.08) 100%),url("assets/about-spice-still.jpg") right center/auto 100% no-repeat;border-bottom:1px solid rgba(217,154,59,.38)}
.about-home .container{min-height:345px;display:flex;align-items:center}
.about-copy{max-width:540px}
.about-copy h2,.section-title,.page-hero h1{font-family:Georgia,"Times New Roman",serif;color:var(--navy);font-size:clamp(2.35rem,4vw,4.3rem);font-weight:500;font-style:italic;line-height:1.03;margin:0}
.about-copy .sub,.section-sub,.page-hero .sub{font-family:Georgia,"Times New Roman",serif;color:var(--gold);font-style:italic;font-size:1.48rem;margin:.45rem 0 1.35rem}
.about-copy p{color:var(--navy);font-weight:600;margin:0 0 1.6rem}

.collection{position:relative;overflow:hidden;color:white;background:radial-gradient(circle at 50% -12%,rgba(241,194,122,.22),transparent 32%),linear-gradient(180deg,var(--red) 0%,var(--red2) 62%,var(--navy) 62%,var(--navy) 100%);padding:4rem 0 4.4rem}
.collection::before,.footer::before,.contact-band::before,.promise::before{content:"";position:absolute;inset:0;background:url("assets/lettermark.png") left 4% center/520px no-repeat;opacity:.033;pointer-events:none}
.section-head{text-align:center;margin-bottom:2rem;position:relative;z-index:1}
.section-title{color:#fff}
.section-sub{color:var(--gold2);margin:.15rem 0 0}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.8rem;position:relative;z-index:1;align-items:stretch}
.product-card{border:1px solid rgba(241,194,122,.85);border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 28px 60px rgba(0,0,0,.28);display:flex;flex-direction:column;height:100%}
.product-photo{height:330px;display:flex;align-items:center;justify-content:center;background:#f7f7f7;padding:0;overflow:hidden}
.product-photo img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;margin:auto}
.product-info{background:linear-gradient(180deg,var(--navy2),var(--navy));color:white;text-align:center;padding:1.15rem 1rem 1.25rem;border-top:1px solid rgba(241,194,122,.7)}
.product-info h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;font-style:italic;font-size:clamp(1.45rem,2.2vw,1.95rem);margin:0;white-space:nowrap}
.product-info p{margin:.4rem auto 0;color:rgba(255,255,255,.84);max-width:260px;font-size:.94rem}
.center{text-align:center;margin-top:1.9rem;position:relative;z-index:1}

.contact-band{position:relative;overflow:hidden;background:linear-gradient(180deg,var(--navy2),var(--navy));color:white;text-align:center;padding:3.8rem 0 2.6rem;border-top:3px solid var(--gold)}
.contact-band h2{font-family:Georgia,"Times New Roman",serif;font-style:italic;font-weight:500;font-size:clamp(2.6rem,4vw,4.3rem);margin:0;color:white}
.contact-band .sub{font-family:Georgia,"Times New Roman",serif;color:var(--gold2);font-style:italic;font-size:1.52rem;margin:.15rem 0 .85rem}
.contact-band p{margin:0;color:rgba(255,255,255,.88)}
.quick-contact{display:grid;grid-template-columns:repeat(3,1fr);margin:1.75rem auto 0;max-width:840px;border:1px solid rgba(255,255,255,.18);border-radius:14px;overflow:hidden}
.quick-contact a{display:flex;gap:.75rem;justify-content:center;align-items:center;padding:1.15rem;color:white;font-weight:800;font-size:1.18rem}
.quick-contact a+a{border-left:1px solid rgba(255,255,255,.2)}
.icon{display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid var(--gold2);border-radius:999px;color:var(--gold2)}

.page-hero{position:relative;color:white;overflow:hidden;padding:6.7rem 0 5rem;background:linear-gradient(90deg,rgba(6,27,56,.98),rgba(6,27,56,.82) 50%,rgba(6,27,56,.18)),var(--bg) center/cover no-repeat;border-bottom:4px solid var(--red)}
.page-hero::before{content:none}
.page-hero .container{position:relative;z-index:1}
.page-hero .kicker{font-family:Georgia,"Times New Roman",serif;color:var(--gold2);font-size:1.25rem;font-style:italic}
.page-hero h1{color:white;max-width:620px}
.page-hero p{max-width:560px;color:rgba(255,255,255,.9)}
.section{padding:5.4rem 0}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.copy h2,.panel h2{font-family:Georgia,"Times New Roman",serif;color:var(--navy);font-size:2.25rem;font-weight:500;margin:0 0 1rem}
.copy p{color:#111e35}
.story-image{min-height:380px;background:url("assets/about-spice-still.jpg") center/cover no-repeat;border-radius:14px;box-shadow:0 28px 60px rgba(6,27,56,.18)}
.promise{position:relative;background:linear-gradient(135deg,var(--navy),var(--navy2));color:white;overflow:hidden;padding:4rem 0}
.promise h2{text-align:center;color:var(--gold2);font-family:Georgia,"Times New Roman",serif;font-style:italic;font-weight:500;font-size:2.6rem;margin:0 0 2rem}
.promise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;position:relative;z-index:1}
.promise-item{text-align:center;padding:1.5rem}
.promise-item .big{font-size:2.3rem;color:var(--gold2);margin-bottom:.4rem}
.promise-item h3{color:var(--gold2);margin:.2rem 0}.promise-item p{color:rgba(255,255,255,.86);margin:0}
.catalogue{background:#fffaf2}
.catalogue-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.7rem;align-items:stretch}
.catalogue-card{background:white;border:1px solid var(--line);box-shadow:0 18px 45px rgba(6,27,56,.12);overflow:hidden;border-radius:10px;display:flex;flex-direction:column;height:100%}
.catalogue-card .product-photo{height:360px;background:#f7f7f7;padding:0}
.catalogue-content{padding:1.3rem;text-align:center;display:flex;flex-direction:column;flex:1}
.catalogue-content h3{font-family:Georgia,"Times New Roman",serif;color:var(--navy);font-size:1.55rem;margin:.1rem 0;white-space:nowrap}
.catalogue-content p{font-size:.94rem;color:var(--muted);min-height:50px}
.checklist{padding:0;margin:1rem 0 0;list-style:none;display:grid;gap:.55rem;margin-top:auto}
.checklist li{display:flex;justify-content:center;align-items:center;gap:.55rem}
.checklist li::before{content:"✓";width:22px;height:22px;border:1px solid var(--gold);border-radius:999px;display:grid;place-items:center;color:var(--navy);font-size:.8rem}
.red-band{background:linear-gradient(90deg,var(--red2),var(--red));color:white;padding:2.3rem 0;border-top:1px solid rgba(241,194,122,.6);border-bottom:1px solid rgba(241,194,122,.6)}
.red-band .container{display:flex;justify-content:space-between;align-items:center;gap:1rem}
.red-band p{font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:1.55rem;margin:0}
.panel{background:#fff;border:1px solid var(--line);box-shadow:0 18px 45px rgba(6,27,56,.12);padding:2rem}
.contact-grid{display:grid;grid-template-columns:.9fr 1.2fr;gap:2rem}
.contact-list{display:grid;gap:1.15rem;margin-top:1.4rem}.contact-line{display:grid;grid-template-columns:42px 1fr;gap:.75rem;align-items:start}.contact-line b{display:block;color:var(--navy)}
.hours{background:#f7efe3;border:1px solid var(--line);padding:1.2rem;margin-top:1.6rem}
.form{display:grid;gap:1rem}.form label{display:grid;gap:.35rem;font-weight:800;color:var(--navy);font-size:.92rem}.form input,.form textarea{width:100%;border:1px solid var(--line);padding:.85rem 1rem;background:white}.form textarea{min-height:145px;resize:vertical}.form button{border:0;cursor:pointer}
.mini-banner{background:linear-gradient(90deg,rgba(6,27,56,.3),rgba(139,7,20,.5)),url("assets/contact-banner-clean-v2.jpg") center/cover no-repeat;color:white;text-align:center;padding:3.6rem 0;border-top:4px solid var(--red)}.mini-banner h2{font-family:Georgia,"Times New Roman",serif;font-style:italic;font-weight:500;font-size:2.25rem;margin:0}
.footer{position:relative;overflow:hidden;background:linear-gradient(180deg,var(--navy2),var(--navy));color:white;padding:3rem 0 1.1rem;border-top:1px solid rgba(217,154,59,.7)}
.footer-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:2rem;position:relative;z-index:1}
.footer-logo{width:135px;margin-bottom:1rem}.footer p,.footer a{color:rgba(255,255,255,.82);font-size:.94rem}.footer h4{margin:.2rem 0 1rem}.social{display:flex;gap:.7rem;margin-top:1rem}.social a{width:34px;height:34px;border:1px solid rgba(255,255,255,.55);border-radius:999px;display:grid;place-items:center}
.footer-letter{width:85px;margin:2rem auto .8rem;filter:drop-shadow(0 8px 14px rgba(0,0,0,.25))}.footer-bottom{text-align:center;color:rgba(255,255,255,.72);border-top:1px solid rgba(255,255,255,.12);padding-top:1rem;font-size:.84rem}
@media(max-width:980px){
  .hero{min-height:620px;background-position:center right}
  .hero-inner{min-height:620px}
  .hero-copy{padding:3rem 0}
}
@media(max-width:900px){
  .nav{min-height:90px;grid-template-columns:auto 1fr auto}.brand{grid-column:1;width:118px}.mobile-toggle{display:block;grid-column:3}
  .nav-links{position:absolute;top:90px;left:-22px;right:-22px;display:none;flex-direction:column;gap:0;align-items:stretch;background:var(--navy);padding:1rem 1.4rem;border-top:1px solid rgba(255,255,255,.12)}
  .nav-links.open{display:flex}.nav-links a{padding:1rem}
  .product-grid,.quick-contact,.two-col,.promise-grid,.catalogue-grid,.contact-grid,.footer-grid{grid-template-columns:1fr}
  .quick-contact a+a{border-left:0;border-top:1px solid rgba(255,255,255,.2)}
  .about-home{background:linear-gradient(90deg,#fffaf2,rgba(255,250,242,.82)),url("assets/about-spice-still.jpg") center/cover no-repeat}
  .red-band .container{flex-direction:column;text-align:center}
}
@media(max-width:560px){.container{width:min(100% - 28px,1160px)}.hero{min-height:570px;background-position:66% center}.hero-inner{min-height:570px}.hero h1{font-size:3.05rem}.hero .tag{letter-spacing:.1em}.page-hero{padding:4.8rem 0 3.8rem}.quick-contact a{font-size:1rem}.product-grid{gap:1.25rem}}
