
:root{
 --espresso:#1a0c07;--chocolate:#31150c;--cocoa:#5b2b18;--caramel:#a56d2a;
 --gold:#d4aa55;--cream:#fff8e9;--parchment:#f3e4c5;--ink:#301a11;--muted:#77665b;
 --max:1240px;--serif:Georgia,"Times New Roman",serif;--sans:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fffaf0;color:var(--ink);font-family:var(--sans);line-height:1.65}
img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:var(--serif);line-height:1.08;font-weight:500}h1{font-size:clamp(3rem,6vw,6rem)}h2{font-size:clamp(2.1rem,4vw,3.7rem)}h3{font-size:1.45rem}
.site-header{position:sticky;top:0;z-index:50;background:rgba(29,12,7,.96);border-bottom:1px solid rgba(212,170,85,.35);backdrop-filter:blur(14px)}
.nav-shell{max-width:var(--max);margin:auto;display:grid;grid-template-columns:230px 1fr auto;align-items:center;gap:28px;padding:8px 20px}
.brand img{width:220px;height:72px;object-fit:contain;object-position:left center}
.main-nav{display:flex;justify-content:center;gap:28px;font-size:.88rem;text-transform:uppercase;letter-spacing:.06em;color:#fff3df}
.main-nav a:hover,.main-nav a:focus{color:var(--gold)}
.phone-link{color:var(--gold);font-weight:700;white-space:nowrap}.menu-toggle{display:none}
.hero{height:min(760px,76vh);min-height:590px;position:relative;overflow:hidden;background:#1b0c07;color:#fff}
.slides,.slide{position:absolute;inset:0}.slide{opacity:0;transition:opacity 1s ease;background-size:cover;background-position:center;display:flex;align-items:center}
.slide.active{opacity:1;z-index:1}.slide:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,7,3,.94) 0%,rgba(34,12,5,.68) 42%,rgba(26,10,5,.18) 76%)}
.hero-copy{position:relative;z-index:2;width:min(680px,82vw);margin-left:max(6vw,calc((100vw - var(--max))/2 + 24px));padding:40px 0}
.hero-copy h1,.hero-copy h2{margin:.15em 0;color:#fff6e6}.hero-copy h1 em{display:block;color:var(--gold);font-weight:400}.hero-copy>p:not(.eyebrow){font-family:var(--serif);font-size:1.35rem;max-width:610px}
.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:800;color:#e2b864}.eyebrow.dark{color:#8a5b22}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:3px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;font-size:.82rem;border:1px solid transparent;cursor:pointer}
.btn.gold{background:linear-gradient(135deg,#e0b85e,#bd8433);color:#281306}.btn.dark{background:var(--chocolate);color:#fff}.btn.outline{border-color:#e9d6b5;color:#fff;margin-left:10px}
.hero-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:28px}.slide-arrow{position:absolute;z-index:3;top:50%;transform:translateY(-50%);border:0;background:rgba(20,7,3,.35);color:#fff;font-size:3rem;width:50px;height:72px;cursor:pointer}.slide-arrow.prev{left:12px}.slide-arrow.next{right:12px}.slide-dots{position:absolute;z-index:4;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:10px}.slide-dots button{width:11px;height:11px;border-radius:50%;border:1px solid #fff;background:transparent}.slide-dots button.active{background:var(--gold);border-color:var(--gold)}
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#fff5e5;border-bottom:1px solid #ead8bd}.trust-strip>div{padding:24px;text-align:center;border-right:1px solid #ead8bd}.trust-strip strong,.trust-strip small{display:block}.trust-strip strong{font-family:var(--serif);font-size:1.2rem}.trust-strip small{color:var(--muted)}.icon{color:#9b6a2c;font-size:1.7rem}
.section{padding:84px max(24px,calc((100vw - var(--max))/2))}.history-feature{display:grid;grid-template-columns:1fr 1.15fr;gap:56px;align-items:center}.history-photo img{border-radius:4px;box-shadow:0 18px 50px rgba(47,24,13,.2)}.history-copy p{font-size:1.05rem}.text-link{font-weight:800;color:#7a3f1f}
.parchment{background-color:var(--parchment);background-image:radial-gradient(rgba(118,76,30,.08) 1px,transparent 1px);background-size:9px 9px}
.section-heading{text-align:center;max-width:780px;margin:0 auto 42px}.section-heading h2{margin:.2em 0}.timeline-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #caa76e;background:rgba(255,250,238,.45)}.timeline-grid article{padding:30px;border-right:1px solid #caa76e}.timeline-grid article:last-child{border:0}.timeline-grid span{color:#8a5b22;font-size:.78rem;text-transform:uppercase;font-weight:800;letter-spacing:.08em}.timeline-grid h3{margin:.5rem 0}
.products-section{background:#fffaf0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:#fff;border:1px solid #e8d9c4;box-shadow:0 8px 20px rgba(64,31,15,.06);overflow:hidden}.product-card img{width:100%;height:230px;object-fit:cover}.product-card div{padding:22px}.product-card h3{margin:0 0 8px}.center{text-align:center;margin-top:32px}
.two-panel{display:grid;grid-template-columns:1fr 1fr;color:#fff}.two-panel>div{padding:72px max(40px,calc((100vw - var(--max))/2));min-height:360px;display:flex;flex-direction:column;justify-content:center;background-size:cover;background-position:center}.gift-panel{background:linear-gradient(rgba(31,11,5,.82),rgba(31,11,5,.82)),url('../img/slide-2.jpg')}.retail-panel{background:linear-gradient(rgba(50,24,12,.78),rgba(50,24,12,.78)),url('../img/slide-3.jpg')}.two-panel h2{margin:.2em 0}
.cta{text-align:center}.cta h2{margin:.2em auto;max-width:850px}.big-phone{display:inline-block;font-family:var(--serif);font-size:2rem;color:#986523;font-weight:700}.dark-text{color:var(--chocolate)}
.site-footer{background:#1b0c07;color:#eadcc6;padding:56px max(24px,calc((100vw - var(--max))/2)) 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer-logo{width:260px;margin-bottom:20px}.footer-grid h3{color:#d9b15f}.footer-grid a{display:block;margin:8px 0}.footer-bottom{border-top:1px solid rgba(212,170,85,.25);margin-top:32px;padding-top:18px;display:flex;justify-content:space-between;color:#a99b88;font-size:.8rem}
.page-hero{min-height:460px;display:flex;align-items:center;padding:80px max(24px,calc((100vw - var(--max))/2));color:#fff;background-size:cover;background-position:center;position:relative}.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(25,9,4,.92),rgba(25,9,4,.35))}.page-hero>div{position:relative;z-index:2;max-width:820px}.page-hero h1{margin:.15em 0;font-size:clamp(3rem,6vw,5.5rem)}.page-hero p:not(.eyebrow){font-size:1.2rem;max-width:700px}.story-hero{background-image:url('../img/history.jpg')}.chocolate-hero{background-image:url('../img/slide-1.jpg')}.custom-hero{background-image:url('../img/slide-2.jpg')}.retail-hero{background-image:url('../img/slide-3.jpg')}.contact-hero{background-image:url('../img/slide-1.jpg')}
.story-grid{display:grid;grid-template-columns:1.3fr .8fr;gap:60px}.quote-card{background:var(--chocolate);color:#fff6e7;padding:46px;align-self:center}.quote-card blockquote{font-family:var(--serif);font-size:2rem;margin:0 0 20px}.history-long{display:grid;grid-template-columns:1fr 1.2fr;gap:48px;align-items:center}.source-note{font-size:.82rem;color:#7b6959;font-style:italic}
.feature-columns,.custom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-columns article,.custom-grid article{padding:30px;border:1px solid #e4d4bd;background:#fff}.flavor-list{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}.flavor-list span{padding:12px 18px;border:1px solid #bb8a4c;background:rgba(255,250,238,.7);font-family:var(--serif)}
.price-feature{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.price-feature img{border-radius:4px}.price{font-family:var(--serif);font-size:4rem;color:#8a5821;margin:.2em 0}.fine-print{font-size:.85rem;color:#77665b}
.order-steps ol{max-width:850px;margin:auto;font-size:1.08rem}.order-steps li{margin:18px 0;padding-left:8px}
.retailer{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center}.retailer address{font-style:normal;font-size:1.15rem;margin:20px 0}.actions{display:flex;gap:12px;flex-wrap:wrap}.retailer-art{aspect-ratio:1/1;background:radial-gradient(circle,#fff4d4,#d5aa57 70%,#70401b);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 15px 50px rgba(78,42,18,.18)}.retailer-art span{font-family:var(--serif);font-size:6rem}.retailer-art small{letter-spacing:.2em}
.contact-grid{display:grid;grid-template-columns:.8fr 1.3fr;gap:50px}.contact-card{background:#f2e3c5;padding:40px}.order-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.order-form label{font-weight:700;font-size:.9rem}.order-form input,.order-form select,.order-form textarea{width:100%;margin-top:7px;padding:13px;border:1px solid #cdbb9f;background:#fffdf8;font:inherit}.order-form .full{grid-column:1/-1}.form-status{color:#7c4a1f}
@media(max-width:980px){
 .nav-shell{grid-template-columns:1fr auto}.main-nav{display:none;grid-column:1/-1;flex-direction:column;padding:16px 0}.main-nav.open{display:flex}.phone-link{display:none}.menu-toggle{display:block;background:none;border:0;color:#fff;font-size:1.7rem}
 .trust-strip{grid-template-columns:1fr 1fr}.history-feature,.story-grid,.history-long,.price-feature,.retailer,.contact-grid{grid-template-columns:1fr}.timeline-grid{grid-template-columns:1fr 1fr}.product-grid,.feature-columns,.custom-grid{grid-template-columns:1fr 1fr}.two-panel{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
 .brand img{width:190px}.hero{min-height:620px;height:78vh}.hero-copy{margin:0 28px;width:auto}.slide-arrow{display:none}.hero-copy h1{font-size:3.3rem}.hero-copy h2{font-size:2.7rem}
 .trust-strip,.timeline-grid,.product-grid,.feature-columns,.custom-grid,.footer-grid{grid-template-columns:1fr}.trust-strip>div{border-right:0;border-bottom:1px solid #ead8bd}.timeline-grid article{border-right:0;border-bottom:1px solid #caa76e}
 .section{padding:58px 24px}.two-panel>div{padding:58px 28px}.order-form{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}
}


/* v2 — official Twin Sisters branding */
.nav-shell{
  grid-template-columns:150px 1fr auto;
  min-height:96px;
}
.brand{
  display:flex;
  align-items:center;
  align-self:stretch;
}
.brand img{
  width:128px;
  height:128px;
  object-fit:contain;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.25));
  transform:translateY(16px);
  position:relative;
  z-index:55;
}
.site-header{overflow:visible}
.main-nav{padding-left:18px}
.footer-logo{
  width:190px;
  max-height:190px;
  object-fit:contain;
  filter:drop-shadow(0 6px 16px rgba(0,0,0,.24));
}
.premium-hero{
  min-height:680px;
}
.hero-brand-lockup{
  position:absolute;
  z-index:3;
  top:34px;
  right:max(34px,calc((100vw - var(--max))/2 + 20px));
  width:190px;
  height:190px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,247,228,.90);
  border:1px solid rgba(212,170,85,.65);
  box-shadow:0 18px 50px rgba(18,6,3,.28);
  backdrop-filter:blur(4px);
}
.hero-brand-lockup img{
  width:165px;
  height:165px;
  object-fit:contain;
}
.premium-hero .slide:before{
  background:
    linear-gradient(90deg,rgba(19,6,3,.95) 0%,rgba(35,13,6,.74) 44%,rgba(21,8,4,.22) 78%),
    linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.22));
}
.premium-hero .hero-copy{
  padding-top:90px;
}
.premium-hero .hero-copy h1,
.premium-hero .hero-copy h2{
  text-shadow:0 3px 22px rgba(0,0,0,.32);
}
.premium-hero .hero-copy h1{
  font-size:clamp(3.7rem,6vw,6.6rem);
}
.premium-hero .hero-copy h2{
  font-size:clamp(3rem,5vw,5.5rem);
}
.product-card{
  transition:transform .24s ease, box-shadow .24s ease;
}
.product-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 36px rgba(64,31,15,.13);
}
.btn{
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(46,22,10,.18);
}
.page-hero{
  border-bottom:1px solid rgba(212,170,85,.35);
}
.page-hero>div:before{
  content:"";
  display:block;
  width:76px;
  height:2px;
  margin-bottom:20px;
  background:linear-gradient(90deg,var(--gold),transparent);
}

@media(max-width:980px){
  .nav-shell{grid-template-columns:120px 1fr auto;min-height:84px}
  .brand img{width:105px;height:105px;transform:translateY(11px)}
  .hero-brand-lockup{width:145px;height:145px;right:28px}
  .hero-brand-lockup img{width:126px;height:126px}
}
@media(max-width:700px){
  .nav-shell{grid-template-columns:100px 1fr auto}
  .brand img{width:92px;height:92px;transform:translateY(8px)}
  .hero-brand-lockup{
    width:112px;height:112px;top:22px;right:18px;
  }
  .hero-brand-lockup img{width:96px;height:96px}
  .premium-hero .hero-copy{padding-top:130px}
  .premium-hero .hero-copy h1{font-size:3rem}
  .premium-hero .hero-copy h2{font-size:2.55rem}
}

/* v3 — refined tan wordmark navigation */
.nav-shell{
  grid-template-columns:285px 1fr auto;
  min-height:88px;
}
.brand img{
  width:265px;
  height:82px;
  object-fit:contain;
  object-position:left center;
  transform:none;
  filter:none;
}
.footer-logo.tan-wordmark,
.footer-logo{
  width:285px;
  height:auto;
  max-height:none;
  filter:none;
}
.hero-brand-lockup.round-seal{
  width:155px;
  height:155px;
  top:30px;
}
.hero-brand-lockup.round-seal img{
  width:136px;
  height:136px;
}
.history-gallery-section{
  background:#fff8e9;
}
.history-gallery{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.history-gallery figure,
.history-story-grid figure{
  margin:0;
  background:#fffdf7;
  border:1px solid #ddc9a7;
  box-shadow:0 12px 28px rgba(64,31,15,.09);
  overflow:hidden;
}
.history-gallery img{
  width:100%;
  height:280px;
  object-fit:cover;
}
.history-gallery figcaption,
.history-story-grid figcaption{
  padding:18px 20px;
  color:#5f4a3c;
}
.history-gallery figcaption strong{
  display:block;
  color:#3d2013;
  font-family:var(--serif);
  font-size:1.25rem;
  margin-bottom:4px;
}
.history-gallery figcaption span{
  display:block;
  font-size:.91rem;
}
.image-credit{
  text-align:center;
  margin:24px auto 0;
  max-width:850px;
  color:#7b6a5b;
  font-size:.78rem;
}
.historical-photo-story{
  background:#fffaf0;
}
.history-story-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  max-width:1100px;
  margin:auto;
}
.history-story-grid figure.wide{
  grid-column:1/-1;
}
.history-story-grid img{
  width:100%;
  height:360px;
  object-fit:cover;
}
.history-story-grid .wide img{
  height:500px;
  object-position:center 42%;
}
@media(max-width:980px){
  .nav-shell{grid-template-columns:230px 1fr auto}
  .brand img{width:220px;height:72px}
  .history-gallery{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .nav-shell{grid-template-columns:190px 1fr auto}
  .brand img{width:180px;height:64px}
  .history-gallery,.history-story-grid{grid-template-columns:1fr}
  .history-story-grid figure.wide{grid-column:auto}
  .history-gallery img,.history-story-grid img,.history-story-grid .wide img{height:280px}
  .hero-brand-lockup.round-seal{width:100px;height:100px}
  .hero-brand-lockup.round-seal img{width:88px;height:88px}
}


/* v4 — single-line premium navigation + refined spacing */
.site-header{
  background:rgba(27,12,7,.97);
  border-bottom:1px solid rgba(212,170,85,.32);
  backdrop-filter:blur(12px);
}
.nav-shell{
  max-width:1320px;
  grid-template-columns:250px minmax(0,1fr) auto;
  min-height:74px;
  gap:20px;
  padding:0 22px;
}
.brand{
  min-width:0;
  overflow:visible;
}
.brand img{
  width:238px;
  height:70px;
  object-fit:contain;
  object-position:left center;
}
.main-nav{
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  justify-content:center;
  gap:22px;
  min-width:0;
  white-space:nowrap;
  font-size:.78rem;
  letter-spacing:.055em;
}
.main-nav a{
  position:relative;
  padding:28px 0 24px;
}
.main-nav a:after{
  content:"";
  position:absolute;
  left:50%;
  bottom:17px;
  width:0;
  height:1px;
  background:var(--gold);
  transform:translateX(-50%);
  transition:width .22s ease;
}
.main-nav a:hover:after,
.main-nav a:focus:after{
  width:100%;
}
.phone-link{
  font-size:.9rem;
  letter-spacing:.02em;
}
.premium-hero .hero-copy{
  max-width:720px;
}
.experience-section{
  background:linear-gradient(180deg,#fffaf0 0%,#f8ead0 100%);
}
.experience-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  max-width:1100px;
  margin:0 auto;
}
.experience-grid article{
  text-align:center;
  background:#fffdf8;
  border:1px solid #e2ceb0;
  padding:34px 28px;
  box-shadow:0 10px 28px rgba(57,27,13,.07);
  transition:transform .22s ease, box-shadow .22s ease;
}
.experience-grid article:hover{
  transform:translateY(-5px);
  box-shadow:0 16px 36px rgba(57,27,13,.11);
}
.experience-icon{
  width:58px;
  height:58px;
  margin:0 auto 16px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--chocolate);
  color:var(--gold);
  font-size:1.65rem;
  box-shadow:inset 0 0 0 1px rgba(212,170,85,.35);
}
.experience-grid h3{
  margin:.2rem 0 .55rem;
  color:var(--chocolate);
}
@media(max-width:1180px){
  .nav-shell{
    grid-template-columns:210px minmax(0,1fr) auto;
    gap:14px;
  }
  .brand img{width:200px}
  .main-nav{gap:15px;font-size:.73rem}
  .phone-link{font-size:.83rem}
}
@media(max-width:980px){
  .nav-shell{
    grid-template-columns:220px 1fr auto;
    min-height:78px;
  }
  .brand img{width:205px;height:72px}
  .main-nav{
    display:none;
    grid-column:1/-1;
    flex-direction:column;
    align-items:flex-start;
    white-space:normal;
    padding:12px 0 20px;
  }
  .main-nav.open{display:flex}
  .main-nav a{padding:8px 0}
  .main-nav a:after{display:none}
  .phone-link{display:none}
  .menu-toggle{display:block}
  .experience-grid{grid-template-columns:1fr}
}

/* v5 uploaded-product-photo treatment */
.premium-hero .slide{background-position:center;background-size:cover}.premium-hero .slide:before{background:linear-gradient(90deg,rgba(20,7,3,.92) 0%,rgba(34,12,5,.64) 45%,rgba(22,8,4,.18) 78%)}.signature-gallery{background:#fff8e9}.photo-mosaic{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.photo-mosaic figure{margin:0;overflow:hidden;min-height:280px;background:#241109}.photo-mosaic img{width:100%;height:100%;min-height:280px;object-fit:cover;transition:transform .5s ease}.photo-mosaic figure:hover img{transform:scale(1.035)}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.collection-grid article{background:#fff;border:1px solid #e5d4ba;box-shadow:0 10px 26px rgba(50,24,12,.08);overflow:hidden}.collection-grid img{width:100%;height:290px;object-fit:cover}.collection-grid h3{margin:0;padding:18px 20px}.custom-show-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.custom-show-grid figure{margin:0;background:#27120a;color:#fff;overflow:hidden}.custom-show-grid img{width:100%;height:350px;object-fit:cover}.custom-show-grid figcaption{padding:16px 18px;font-family:var(--serif);font-size:1.25rem;color:#f0cf85}.photo-collections{background:#fffaf0}@media(max-width:900px){.photo-mosaic,.collection-grid,.custom-show-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.photo-mosaic,.collection-grid,.custom-show-grid{grid-template-columns:1fr}.collection-grid img,.custom-show-grid img{height:280px}}

/* v6 approved concept */
.site-header{position:sticky;top:0;z-index:100;background:#120905;border-bottom:1px solid #c9942f;overflow:visible}
.nav-shell{max-width:none;width:100%;min-height:92px;grid-template-columns:185px minmax(0,1fr) auto;padding:0 38px 0 24px;gap:26px}
.brand{position:relative;align-self:stretch;overflow:visible}
.brand img{position:absolute;top:10px;left:0;width:155px;height:155px;object-fit:contain;z-index:120;filter:drop-shadow(0 8px 16px rgba(0,0,0,.32))}
.main-nav{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;gap:42px;font-family:var(--serif);font-size:1rem;letter-spacing:.01em;text-transform:uppercase;white-space:nowrap}
.main-nav a{padding:32px 0 27px;position:relative}
.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:14px;height:2px;background:#d7a237;transition:right .22s ease}
.main-nav a:hover:after,.main-nav a:focus:after{right:0}
.phone-link{color:#e0ae4f;font-family:var(--serif);font-size:1.05rem;padding-left:28px;border-left:1px solid rgba(215,162,55,.55)}
.mockup-hero{min-height:650px;height:68vh;background:#160a06}
.mockup-hero .slide{background-position:center center}
.mockup-hero .slide:before{background:linear-gradient(90deg,rgba(10,4,2,.95) 0%,rgba(18,7,3,.78) 28%,rgba(18,7,3,.22) 56%,rgba(9,3,1,.08) 100%)}
.mockup-hero .hero-copy{margin-left:60px;max-width:650px;padding-top:80px}
.mockup-hero .hero-copy h1,.mockup-hero .hero-copy h2{margin:0;color:#fffaf1;font-size:clamp(3.3rem,5vw,5.7rem);line-height:1.03;text-shadow:0 3px 16px rgba(0,0,0,.36)}
.hero-divider,.mini-divider{display:flex;align-items:center;gap:10px;width:330px;margin:22px 0 10px;color:#d9a439}
.hero-divider span,.mini-divider span{height:1px;flex:1;background:#d9a439}.hero-divider b,.mini-divider b{font-size:1rem}
.hero-kicker{color:#e2b75a;font-family:var(--serif);text-transform:uppercase;letter-spacing:.08em;font-size:1.2rem!important;line-height:1.5;margin:12px 0 28px}
.btn.outline-gold{border:1px solid #d6a53e;background:rgba(16,7,3,.58);color:#f7deb0;padding:15px 26px}
.btn.outline-gold:hover{background:#d6a53e;color:#211006}.slide-dots{bottom:18px}
.mockup-story-band{display:grid;grid-template-columns:31% 23% 46%;background:#f1dfbd;min-height:315px;border-top:1px solid #c89a4d;border-bottom:1px solid #c89a4d}
.heritage-photo-panel{padding:34px 0 0 38px;overflow:hidden}
.heritage-photo-panel img{width:100%;height:100%;max-height:290px;object-fit:cover;object-position:center;filter:sepia(.5) contrast(.94)}
.heritage-copy-panel{padding:38px 30px 30px;display:flex;flex-direction:column;justify-content:center}
.heritage-copy-panel h2{margin:0;color:#2d170c;font-size:2.25rem}.heritage-copy-panel p{margin:.55rem 0;font-size:.95rem}
.mini-divider{width:230px;margin:12px 0 10px}.light-outline{margin-top:10px;border:1px solid #a67529;color:#432415;background:transparent;align-self:flex-start}
.experience-card{margin:18px 24px 18px 0;padding:24px 30px 28px;background:linear-gradient(145deg,#201006,#0e0704);color:#fff8e8;border:2px solid #9d6b28;box-shadow:0 12px 28px rgba(51,25,10,.18),inset 0 0 0 1px rgba(218,173,83,.26)}
.experience-card h2{text-align:center;color:#e2b65a;margin:0;font-size:2.2rem}.mini-divider.gold{margin:10px auto 18px;width:300px}
.experience-columns{display:grid;grid-template-columns:repeat(3,1fr)}.experience-columns article{text-align:center;padding:0 20px;border-right:1px solid rgba(215,162,55,.45)}.experience-columns article:last-child{border-right:0}
.experience-symbol{color:#daa83f;font-size:2.2rem;line-height:1;margin-bottom:9px}.experience-columns h3{margin:.25rem 0 .5rem;color:#fff6e7;font-size:1.35rem}.experience-columns p{margin:0;color:#f0e1cc;font-size:.88rem;line-height:1.55}
.footer-logo.tan-wordmark,.footer-logo{width:315px;height:auto;margin-left:auto}
@media(max-width:1180px){.nav-shell{grid-template-columns:150px minmax(0,1fr) auto;padding-left:16px;gap:16px}.brand img{width:135px;height:135px}.main-nav{gap:24px;font-size:.88rem}.phone-link{font-size:.92rem;padding-left:18px}.mockup-story-band{grid-template-columns:1fr 1fr}.experience-card{grid-column:1/-1;margin:0 24px 24px}}
@media(max-width:980px){.nav-shell{grid-template-columns:120px 1fr auto;min-height:82px}.brand img{width:112px;height:112px;top:7px}.main-nav{display:none;grid-column:1/-1;flex-direction:column;align-items:flex-start;gap:0;padding:14px 0 22px}.main-nav.open{display:flex}.main-nav a{padding:8px 0}.phone-link{display:none}.menu-toggle{display:block}.mockup-hero .hero-copy{margin-left:34px}.mockup-story-band{grid-template-columns:1fr}.heritage-photo-panel{padding:26px 26px 0}.heritage-copy-panel{padding:28px}.experience-card{grid-column:auto;margin:0 26px 28px}}
@media(max-width:700px){.brand img{width:96px;height:96px}.mockup-hero{min-height:620px;height:72vh}.mockup-hero .hero-copy{margin:0 24px;padding-top:120px}.mockup-hero .hero-copy h1,.mockup-hero .hero-copy h2{font-size:3rem}.hero-divider{width:240px}.hero-kicker{font-size:1rem!important}.experience-columns{grid-template-columns:1fr}.experience-columns article{border-right:0;border-bottom:1px solid rgba(215,162,55,.35);padding:18px 0}.experience-columns article:last-child{border-bottom:0}.experience-card{padding:24px 20px}.footer-logo.tan-wordmark,.footer-logo{width:250px}}


/* v7 — exact client-provided upper-left logo */
.site-header .brand img{
  content:url('../img/twin-sisters-logo-exact.png');
  width:155px;
  height:155px;
  object-fit:contain;
  object-position:center;
  filter:none !important;
  opacity:1;
  background:transparent;
  border:0;
  border-radius:0;
}
@media(max-width:1180px){
  .site-header .brand img{width:135px;height:135px}
}
@media(max-width:980px){
  .site-header .brand img{width:112px;height:112px}
}
@media(max-width:700px){
  .site-header .brand img{width:96px;height:96px}
}


/* v8 — production polish */
.site-header{
  box-shadow:0 6px 24px rgba(0,0,0,.16);
}
.nav-shell{
  align-items:center;
}
.main-nav{
  gap:34px;
}
.main-nav a{
  display:inline-block;
  position:relative;
  padding:32px 0 24px;
  line-height:1;
}
.main-nav a::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:13px;
  width:0;
  height:2px;
  background:#d7a237;
  transform:translateX(-50%);
  transition:width .24s ease;
}
.main-nav a:hover::after,
.main-nav a:focus-visible::after{
  width:88%;
}
.main-nav a:focus-visible{
  outline:1px solid rgba(215,162,55,.55);
  outline-offset:6px;
}
.site-header .brand img{
  filter:drop-shadow(0 7px 18px rgba(0,0,0,.26)) !important;
}
.mockup-hero .slide{
  transform:scale(1.025);
  transition:opacity 1.2s ease, transform 9s ease;
}
.mockup-hero .slide.active{
  transform:scale(1.07);
}
.mockup-hero .slide:before{
  background:
    linear-gradient(90deg,rgba(10,4,2,.96) 0%,rgba(18,7,3,.82) 28%,rgba(18,7,3,.27) 57%,rgba(9,3,1,.10) 100%),
    linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.18));
}
.mockup-hero .hero-copy{
  text-shadow:0 2px 18px rgba(0,0,0,.22);
}
.mockup-hero .hero-copy h1,
.mockup-hero .hero-copy h2{
  letter-spacing:-.02em;
}
.hero-kicker{
  text-shadow:0 1px 10px rgba(0,0,0,.32);
}
.slide-dots button{
  cursor:pointer;
  transition:transform .18s ease, background .18s ease;
}
.slide-dots button:hover{
  transform:scale(1.18);
}
.btn{
  will-change:transform;
}
.btn:hover{
  transform:translateY(-2px);
}
.product-card img,
.history-gallery img,
.history-story-grid img{
  transition:transform .45s ease;
}
.product-card:hover img,
.history-gallery figure:hover img,
.history-story-grid figure:hover img{
  transform:scale(1.025);
}
.product-card,
.history-gallery figure,
.history-story-grid figure{
  overflow:hidden;
}
@media (prefers-reduced-motion: reduce){
  *{scroll-behavior:auto!important}
  .mockup-hero .slide,
  .product-card img,
  .history-gallery img,
  .history-story-grid img,
  .btn,
  .main-nav a::after{
    transition:none!important;
  }
  .mockup-hero .slide,
  .mockup-hero .slide.active{
    transform:none!important;
  }
}
@media(max-width:1180px){
  .main-nav{gap:24px}
}
@media(max-width:980px){
  .main-nav a{padding:9px 0}
  .main-nav a::after{display:none}
}


/* v9 contact-form support */
.hp-field{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}
.form-status{
  font-size:.82rem;
  color:#786654;
  margin:.2rem 0 0;
}
.status-page{
  min-height:65vh;
  display:grid;
  place-items:center;
  padding:70px 24px;
  background:linear-gradient(180deg,#fff8e9,#f0dfbd);
}
.status-card{
  width:min(720px,100%);
  padding:48px;
  text-align:center;
  background:#fffdf7;
  border:1px solid #dcc39a;
  box-shadow:0 18px 45px rgba(60,29,12,.12);
}
.status-card h1{
  color:var(--chocolate);
  margin:.2em 0;
}
.status-card p{
  max-width:580px;
  margin:1rem auto 1.5rem;
}

/* v10 homepage cleanup */
.mockup-story-band{margin-bottom:0}
