
:root{
  --charcoal:#171816;
  --charcoal-2:#22231f;
  --cream:#f2eee6;
  --paper:#fbf8f2;
  --white:#ffffff;
  --ink:#23241f;
  --muted:#747368;
  --gold:#c6a15b;
  --sage:#818775;
  --line:#d9d1c4;
  --max:1220px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.65}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
.site-shell{width:min(var(--max),calc(100% - 48px));margin:auto}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:400;line-height:1.05;margin:0}
h2{font-size:clamp(2.6rem,5vw,5.2rem)}
p{margin:.5rem 0 1rem}
.micro{text-transform:uppercase;letter-spacing:.22em;font-weight:700;font-size:.73rem;color:#fff}
.micro.dark{color:#725f39}.micro.gold{color:#d7b574}
.solid-btn,.outline-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border:1px solid var(--charcoal);text-transform:uppercase;letter-spacing:.08em;font-size:.76rem;font-weight:700;transition:.25s ease}
.solid-btn{background:var(--charcoal);color:#fff}
.solid-btn:hover{background:#32332e}
.outline-btn{background:transparent;color:var(--charcoal)}
.outline-btn:hover{background:var(--charcoal);color:#fff}
.outline-btn.light{border-color:rgba(255,255,255,.75);color:#fff}
.outline-btn.light:hover{background:#fff;color:#181916}
.light-fill{background:#fff;color:#181916;border-color:#fff}
.text-link{display:inline-flex;gap:12px;align-items:center;text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;font-weight:700;border-bottom:1px solid #555;padding-bottom:5px}

.site-header{position:sticky;top:0;z-index:100;background:rgba(248,245,238,.96);backdrop-filter:blur(9px);border-bottom:1px solid rgba(0,0,0,.08)}
.nav-wrap{height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo-link img{width:76px;height:64px;object-fit:cover;object-position:center;border-radius:2px}
.main-nav{display:flex;align-items:center;gap:30px;text-transform:uppercase;letter-spacing:.08em;font-size:.76rem;font-weight:700}
.main-nav>a,.dropdown>a{padding:34px 0}
.main-nav a:hover{color:#856c3c}
.dropdown{position:relative}
.dropdown-menu{display:none;position:absolute;top:72px;left:-15px;width:165px;background:#fff;padding:8px;border:1px solid #ddd4c8}
.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu{display:block}
.dropdown-menu a{display:block;padding:11px 12px;font-size:.75rem}
.dropdown-menu a:hover{background:#f2eee6}
.header-actions{display:flex;gap:8px}
.menu-toggle{display:none;border:0;background:none;font-size:1.65rem}

.hero-oaken{position:relative;min-height:740px;display:flex;align-items:center;overflow:hidden;background:#111}
.hero-slides,.hero-slide,.hero-shade{position:absolute;inset:0}
.hero-slide{opacity:0;background-size:cover;background-position:center;transition:opacity 1.2s ease}
.hero-slide.active{opacity:1}
.hero-shade{background:linear-gradient(90deg,rgba(12,13,11,.76),rgba(12,13,11,.44) 52%,rgba(12,13,11,.12))}
.hero-content{position:relative;z-index:2;color:#fff;padding:105px 0}
.hero-content h1{font-size:clamp(4rem,8vw,8rem);margin:16px 0 24px;color:#fff}
.hero-content h1 em{font-style:italic;color:#d3b06a}
.hero-content p{font-size:1.1rem;max-width:580px;color:#f0eee8}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}

.quality-strip{background:var(--charcoal);color:#fff;padding:44px 0}
.quality-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.quality-grid>div{padding:0 34px;border-right:1px solid rgba(255,255,255,.16)}
.quality-grid>div:first-child{padding-left:0}
.quality-grid>div:last-child{border-right:0}
.quality-grid span{color:#c7a35d;font-size:.72rem;letter-spacing:.15em}
.quality-grid h3{font-size:1.6rem;margin:8px 0;color:#fff}
.quality-grid p{color:#c9c9c2;font-size:.93rem}

.editorial-section{padding:110px 0;background:var(--paper)}
.editorial-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:80px}
.editorial-image{position:relative}
.editorial-image:after{content:"";position:absolute;left:-22px;bottom:-22px;width:42%;height:46%;border:1px solid #b89c68;z-index:0}
.editorial-image img{width:100%;height:650px;object-fit:cover;position:relative;z-index:1}
.editorial-copy h2{margin:15px 0 25px}
.editorial-copy p{font-size:1.05rem;color:#59594f;margin-bottom:28px}

.signature-section{padding:100px 0;background:var(--charcoal-2);color:#fff}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:42px}
.section-head h2{color:#fff;max-width:760px;margin-top:12px}
.dish-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.dish-card{position:relative;overflow:hidden;background:#111}
.dish-card img{width:100%;height:390px;object-fit:cover;transition:transform .5s ease}
.dish-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(0,0,0,.78))}
.dish-card:hover img{transform:scale(1.035)}
.dish-copy{position:absolute;z-index:2;left:18px;right:18px;bottom:18px}
.dish-copy span{display:block;color:#e2c184;text-transform:uppercase;letter-spacing:.12em;font-size:.64rem}
.dish-copy h3{color:#fff;font-size:1.5rem;margin-top:5px}

.experience-section{display:grid;grid-template-columns:1.15fr .85fr;min-height:650px;background:#e9e3d8}
.experience-image{background-size:cover;background-position:center}
.experience-panel{padding:85px 9vw;align-self:center}
.experience-panel h2{margin:14px 0 24px}
.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:10px 24px;margin:28px 0 34px}
.feature-list span:before{content:"—";margin-right:9px;color:#947641}

.quote-section{padding:110px 0;background:#f7f3ec;text-align:center}
.quote-wrap{max-width:920px}
.quote-mark{font-family:Georgia,serif;font-size:6rem;line-height:.7;color:#ba9858}
blockquote{margin:20px 0;font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.8rem);line-height:1.25;color:#2a2b27}
.quote-wrap p{text-transform:uppercase;letter-spacing:.15em;font-size:.73rem;color:#777268}

.reservation-section{padding:110px 0}
.reservation-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px}
.reservation-grid h2{margin:14px 0 22px}
.contact-mini{display:grid;gap:5px;margin-top:32px}
.booking-form{background:#fff;border:1px solid var(--line);padding:34px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
label{display:grid;gap:6px;margin-bottom:14px;font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}
input,select,textarea{width:100%;padding:13px 12px;border:1px solid #cbc5bb;background:#fdfbf7;color:#222}
textarea{min-height:110px;resize:vertical}

.page-hero{padding:105px 0 70px;background:var(--charcoal);color:#fff}
.page-hero h1,.page-hero h2{color:#fff}
.page-hero p{max-width:760px;color:#cecec7}
.section{padding:90px 0}.section.soft{background:#eee8de}
.card,.order-card,.form-card,.food-photo-card,.people-photo-card{background:#fff;border:1px solid var(--line)}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card-body,.order-card,.form-card{padding:28px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.photo-stack{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.photo-stack img{width:100%;height:430px;object-fit:cover}
.menu-list,.menu-preview{display:grid;grid-template-columns:1fr 1fr;gap:0 34px}
.menu-item{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:18px 0}
.price{font-weight:700;color:#826936}
.order-choice{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px}
.info-list{display:grid;gap:8px}.info-row{padding:15px 0;border-bottom:1px solid var(--line)}
.people-grid,.food-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.people-photo-card,.food-photo-card{overflow:hidden}
.people-photo-card img,.food-photo-card img{width:100%;height:300px;object-fit:cover}
.caption,.food-body{padding:15px}
.food-title{display:flex;justify-content:space-between;gap:15px}.mock-price{font-weight:700}.mock-note{font-size:.78rem;color:#777}
.gallery-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-top:25px}.gallery-tabs a{border:1px solid #777;padding:9px 12px}

.site-footer{background:#151613;color:#d8d8d1;padding:72px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .9fr;gap:70px}
.footer-logo{width:105px;height:88px;object-fit:cover;margin-bottom:18px}
.footer-copy{max-width:430px;color:#aeadab}
.footer-kicker{text-transform:uppercase;letter-spacing:.18em;font-size:.7rem;color:#c7a35d;margin-bottom:15px}
.site-footer a{display:block;margin:7px 0;color:#e4e4df}
.site-footer .outline-btn{display:inline-flex}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:20px;margin-top:45px;color:#8f9089;font-size:.82rem}

@media(max-width:980px){
  .header-actions{display:none}
  .menu-toggle{display:block}
  .main-nav{display:none;position:absolute;top:88px;left:24px;right:24px;background:#fff;border:1px solid #ddd;padding:10px;flex-direction:column;align-items:stretch;gap:0}
  .main-nav.open{display:flex}
  .main-nav>a,.dropdown>a{padding:12px}
  .dropdown-menu{position:static;width:auto;border:0;padding-left:12px}
  .dropdown:hover .dropdown-menu{display:block}
  .editorial-grid,.reservation-grid,.split,.contact-grid{grid-template-columns:1fr;gap:38px}
  .dish-grid{grid-template-columns:repeat(3,1fr)}
  .experience-section{grid-template-columns:1fr}
  .experience-image{min-height:470px}
}
@media(max-width:680px){
  .site-shell{width:min(100% - 28px,var(--max))}
  .nav-wrap{height:78px}.logo-link img{width:64px;height:54px}.main-nav{top:78px}
  .hero-oaken{min-height:650px}.hero-content{padding:75px 0}
  .quality-grid{grid-template-columns:1fr;gap:24px}.quality-grid>div{padding:0;border:0}
  .editorial-section,.signature-section,.reservation-section,.quote-section{padding:70px 0}
  .editorial-image img{height:480px}
  .dish-grid{grid-template-columns:1fr 1fr}
  .dish-card img{height:330px}
  .dish-card:last-child{grid-column:1/-1}
  .experience-panel{padding:60px 24px}
  .feature-list{grid-template-columns:1fr}
  .section-head{align-items:flex-start;flex-direction:column}
  .form-row,.menu-list,.menu-preview,.order-choice,.people-grid,.food-grid,.footer-grid,.grid-3{grid-template-columns:1fr}
  .footer-grid{gap:35px}
}


/* ===== Polished interior pages ===== */
.main-nav .dropdown{display:none!important}

.subpage-hero{
  position:relative;
  overflow:hidden;
  background:#191a17;
  color:#fff;
  min-height:430px;
  display:flex;
  align-items:flex-end;
}
.subpage-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(14,15,13,.86),rgba(14,15,13,.54) 58%,rgba(14,15,13,.22)),
    url("images/chefs-kitchen.jpg") center/cover no-repeat;
}
.menu-hero:before{
  background:
    linear-gradient(90deg,rgba(14,15,13,.86),rgba(14,15,13,.50) 58%,rgba(14,15,13,.18)),
    url("images/filipino-batchoy.jpg") center/cover no-repeat;
}
.gallery-hero:before{
  background:
    linear-gradient(90deg,rgba(14,15,13,.84),rgba(14,15,13,.48) 60%,rgba(14,15,13,.20)),
    url("images/gallery-loyal-customers.jpg") center/cover no-repeat;
}
.order-hero:before{
  background:
    linear-gradient(90deg,rgba(14,15,13,.86),rgba(14,15,13,.52) 58%,rgba(14,15,13,.18)),
    url("images/kiwi-fries.jpg") center/cover no-repeat;
}
.contact-hero:before{
  background:
    linear-gradient(90deg,rgba(14,15,13,.86),rgba(14,15,13,.58) 58%,rgba(14,15,13,.18)),
    url("images/family.jpg") center/cover no-repeat;
}
.subpage-hero-inner{
  position:relative;
  z-index:1;
  padding:92px 0 74px;
  max-width:900px;
}
.subpage-hero h1{
  color:#fff;
  font-size:clamp(3rem,7vw,6.5rem);
  max-width:1000px;
  margin:12px 0 20px;
  overflow-wrap:break-word;
}
.subpage-hero p{
  color:#e5e2db;
  max-width:700px;
  font-size:1.05rem;
}

.content-band{padding:92px 0}
.warm-band{background:#eee8de}

.story-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:72px;
  align-items:center;
}
.story-grid.reverse{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}
.story-photo{min-width:0}
.story-photo img{
  width:100%;
  height:520px;
  object-fit:cover;
}
.story-photo.tall img{height:650px}
.story-copy{min-width:0}
.story-copy h2{
  font-size:clamp(2.5rem,5vw,4.8rem);
  margin:14px 0 26px;
  max-width:720px;
}
.story-copy p{
  max-width:680px;
  color:#5c5a52;
  font-size:1.02rem;
}
.story-quote{
  border-left:3px solid #b58e4d;
  margin:30px 0;
  padding:8px 0 8px 24px;
  font-size:clamp(1.65rem,3vw,2.45rem);
  line-height:1.3;
  text-align:left;
}
.cta-band{background:#191a17;color:#fff;padding:72px 0}
.cta-band-inner{display:flex;align-items:end;justify-content:space-between;gap:40px}
.cta-band h2{color:#fff;max-width:800px;font-size:clamp(2.5rem,5vw,4.8rem);margin-top:10px}
.cta-actions{display:flex;gap:10px;flex-wrap:wrap}

.section-title-row{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:34px;
}
.section-title-row h2{margin-top:8px}
.section-note{max-width:360px;color:#6c695f}
.menu-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.menu-card-grid.two-up{
  grid-template-columns:repeat(2,minmax(0,1fr));
  max-width:820px;
}
.menu-card{
  min-width:0;
  background:#fff;
  border:1px solid #d9d1c4;
  overflow:hidden;
}
.menu-card img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}
.menu-card-copy{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-start;
  padding:18px 18px 20px;
}
.menu-card-copy span{
  display:block;
  color:#8d7547;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-size:.64rem;
  font-weight:700;
}
.menu-card-copy h3{
  font-size:1.45rem;
  margin-top:4px;
}
.menu-card-copy strong{
  white-space:nowrap;
  font-size:1rem;
  color:#725a30;
}
.menu-note-band{padding:36px 0;background:#f7f2e9;border-top:1px solid #ddd3c5}
.menu-note-inner{display:flex;justify-content:space-between;align-items:center;gap:24px}
.menu-note-inner p{margin:0;max-width:850px}

.gallery-section-head{
  display:flex;
  align-items:flex-start;
  gap:24px;
  margin-bottom:34px;
}
.gallery-section-head>span{
  font-family:Georgia,serif;
  font-size:2rem;
  color:#b58e4d;
  line-height:1;
  padding-top:8px;
}
.gallery-section-head h2{margin-top:6px}
.gallery-masonry{
  columns:3 280px;
  column-gap:16px;
}
.gallery-tile{
  margin:0 0 16px;
  break-inside:avoid;
  overflow:hidden;
}
.gallery-tile img{
  width:100%;
  height:auto;
  display:block;
}
.community-layout{
  columns:2 360px;
  max-width:940px;
}
.food-layout{
  columns:3 260px;
}

.order-options{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
}
.order-option{
  min-width:0;
  padding:44px;
  border:1px solid #cfc6b7;
  min-height:520px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.pickup-option{background:#f6f1e8}
.delivery-option{background:#1b1c18;color:#fff;border-color:#1b1c18}
.delivery-option h2,.delivery-option p,.delivery-option li{color:#fff}
.order-option-number{
  font-family:Georgia,serif;
  font-size:4rem;
  line-height:1;
  color:#b58e4d;
  margin-bottom:54px;
}
.order-option h2{font-size:clamp(3rem,5vw,5rem);margin:8px 0 22px}
.order-option p{font-size:1.02rem;max-width:520px}
.order-option ul{
  margin:28px 0 34px;
  padding-left:20px;
  color:#5f5b53;
}
.order-option li{margin-bottom:8px}

.contact-layout{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:70px;
  align-items:start;
}
.contact-panel h2,
.contact-form h2{
  font-size:clamp(2.6rem,5vw,4.8rem);
  margin:10px 0 28px;
}
.contact-detail-list{display:grid;border-top:1px solid #d8d0c4}
.contact-detail{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:20px;
  padding:20px 0;
  border-bottom:1px solid #d8d0c4;
}
.contact-detail span{
  text-transform:uppercase;
  letter-spacing:.1em;
  font-size:.7rem;
  color:#78736a;
  font-weight:700;
}
.contact-detail strong{font-size:1.02rem}
.contact-callout{
  margin-top:28px;
  padding:18px;
  background:#f1eadf;
  border-left:3px solid #b58e4d;
}
.contact-form{
  background:#fff;
  border:1px solid #d9d1c4;
  padding:36px;
}
.form-status{margin-top:14px;font-size:.9rem;color:#5d684f}

@media(max-width:1050px){
  .story-grid,
  .story-grid.reverse,
  .contact-layout{
    grid-template-columns:1fr;
    gap:42px;
  }
  .story-photo.tall img,.story-photo img{height:520px}
  .menu-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .order-options{grid-template-columns:1fr}
  .order-option{min-height:0}
  .cta-band-inner{align-items:flex-start;flex-direction:column}
}

@media(max-width:720px){
  .subpage-hero{min-height:360px}
  .subpage-hero-inner{padding:72px 0 56px}
  .subpage-hero h1{font-size:clamp(2.7rem,12vw,4.5rem)}
  .content-band{padding:64px 0}
  .story-photo.tall img,.story-photo img{height:390px}
  .section-title-row{align-items:flex-start;flex-direction:column}
  .menu-card-grid,
  .menu-card-grid.two-up{grid-template-columns:1fr;max-width:none}
  .menu-note-inner{align-items:flex-start;flex-direction:column}
  .gallery-masonry,
  .community-layout,
  .food-layout{columns:1}
  .order-option{padding:30px 24px}
  .order-option-number{margin-bottom:36px}
  .contact-form{padding:26px 20px}
  .contact-detail{grid-template-columns:1fr;gap:5px}
}

@media(max-width:980px){
  .main-nav{
    max-height:calc(100vh - 100px);
    overflow:auto;
  }
}

.pickup-hero:before{background:linear-gradient(90deg,rgba(14,15,13,.84),rgba(14,15,13,.52) 58%,rgba(14,15,13,.18)),url("images/kiwi-fries.jpg") center/cover no-repeat}.delivery-hero:before{background:linear-gradient(90deg,rgba(14,15,13,.84),rgba(14,15,13,.52) 58%,rgba(14,15,13,.18)),url("images/filipino-batchoy.jpg") center/cover no-repeat}.fulfilment-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:44px;align-items:start}.fulfilment-main{min-width:0}.fulfilment-aside{min-width:0;display:grid;gap:18px;position:sticky;top:112px}.step-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:52px}.step{min-width:0;display:flex;align-items:center;gap:10px;padding:14px;border-bottom:1px solid #d3cabd;color:#817c72}.step span{width:30px;height:30px;flex:0 0 30px;border-radius:50%;display:grid;place-items:center;background:#ded8cd;color:#555;font-size:.8rem}.step strong{font-size:.77rem;text-transform:uppercase;letter-spacing:.06em;line-height:1.25}.step.active{color:#6c542b;border-color:#b58e4d}.step.active span{background:#b58e4d;color:#fff}.fulfilment-title{font-size:clamp(2.5rem,5vw,4.6rem);margin:10px 0 28px}.order-food-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:46px}.order-food-card{display:grid;grid-template-columns:140px minmax(0,1fr);min-width:0;overflow:hidden;background:#fff;border:1px solid #d9d1c4}.order-food-card img{width:100%;height:100%;min-height:150px;object-fit:cover}.order-food-card>div{padding:18px;min-width:0}.order-food-card span{display:block;text-transform:uppercase;letter-spacing:.1em;font-size:.62rem;font-weight:700;color:#8d7547}.order-food-card h3{font-size:1.35rem;margin:5px 0 12px;overflow-wrap:anywhere}.order-food-card strong{color:#725a30}.fulfilment-form{padding:32px;background:#fff;border:1px solid #d9d1c4;margin-bottom:36px}.fulfilment-form h2{font-size:clamp(2.2rem,4vw,3.5rem);margin:8px 0 25px}.aside-card{padding:26px;border:1px solid #d9d1c4;background:#f7f2e9}.aside-card h3{font-size:1.8rem;margin:8px 0 14px}.dark-card{background:#1b1c18;color:#fff;border-color:#1b1c18}.dark-card h3,.dark-card p,.dark-card li{color:#fff}.aside-list{padding-left:18px;margin:18px 0 0}.aside-list li{margin-bottom:10px}.delivery-submit{margin-top:4px}.ai-gallery-tile figcaption{padding:8px 0 0;color:#777268;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em}@media(max-width:1000px){.fulfilment-layout{grid-template-columns:1fr}.fulfilment-aside{position:static;grid-template-columns:1fr 1fr}.fulfilment-aside .text-link{grid-column:1/-1}}@media(max-width:720px){.step-strip{grid-template-columns:1fr;margin-bottom:38px}.step{padding:10px 0}.order-food-grid{grid-template-columns:1fr}.order-food-card{grid-template-columns:110px minmax(0,1fr)}.order-food-card img{min-height:125px}.fulfilment-form{padding:24px 18px}.fulfilment-aside{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}}@media(max-width:440px){.order-food-card{grid-template-columns:1fr}.order-food-card img{height:220px}}


/* =========================================================
   V4 — NEW TASSe DESIGN LAYER
   Inspired by the supplied mockup. Existing photo files kept.
   ========================================================= */

:root{
  --charcoal:#171815;
  --charcoal-soft:#20211d;
  --gold:#c89436;
  --gold-light:#e1b75d;
  --cream:#f5efe4;
  --paper:#fbf8f2;
  --ink:#1d1e1a;
  --line:#ded4c5;
}

body{background:var(--paper);color:var(--ink)}
.site-header.site-header-dark{
  background:rgba(22,23,20,.97);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.site-header-dark .main-nav a{color:#f4f0e8}
.site-header-dark .main-nav a:hover{color:var(--gold-light)}
.site-header-dark .menu-toggle{color:#fff}
.site-header-dark .logo-link img{
  width:100px;
  height:62px;
  object-fit:cover;
  border-radius:0;
}
.gold-btn{
  background:linear-gradient(135deg,#d4a54c,#b77d20);
  color:#fff;
  border-color:#c38f34;
}
.gold-btn:hover{background:linear-gradient(135deg,#e0b55f,#c48b2b)}
.site-header-dark .header-actions .solid-btn{padding:12px 24px;border-radius:11px}

.hero-new{
  position:relative;
  min-height:720px;
  overflow:hidden;
  background:#151613;
}
.hero-new .hero-slides,.hero-new .hero-slide,.hero-shade-new{position:absolute;inset:0}
.hero-new .hero-slide{
  opacity:0;
  background-size:cover;
  background-position:center;
  transition:opacity 1.05s ease-in-out;
}
.hero-new .hero-slide.active{opacity:1}
.hero-shade-new{
  z-index:1;
  background:
    linear-gradient(90deg,rgba(9,10,8,.82) 0%,rgba(9,10,8,.48) 48%,rgba(9,10,8,.60) 100%);
}
.hero-new-grid{
  position:relative;
  z-index:2;
  min-height:720px;
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(280px,.55fr);
  gap:70px;
  align-items:center;
  color:#fff;
}
.hero-new-copy{max-width:700px;padding:80px 0}
.hero-new-copy h1{
  color:#fff;
  font-size:clamp(4rem,7.2vw,7.4rem);
  line-height:.92;
  letter-spacing:-.035em;
  margin:15px 0 25px;
}
.hero-new-copy p{
  color:#eee9df;
  max-width:620px;
  font-size:1.12rem;
}
.hero-side-card{
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:50px 12px 50px 42px;
  border-left:1px solid rgba(255,255,255,.18);
}
.script-heading{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.4rem,4vw,4.6rem);
  line-height:1.02;
  font-style:italic;
  color:var(--gold-light);
  margin-bottom:42px;
}
.hero-side-list{display:grid;gap:24px}
.hero-side-list>div{display:grid;grid-template-columns:34px 1fr;gap:15px;align-items:start}
.hero-side-list>div>span{color:var(--gold-light);font-size:1.4rem}
.hero-side-list p{margin:0}
.hero-side-list strong{
  display:block;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.72rem;
}
.hero-side-list small{display:block;color:#d8d4cc;margin-top:2px}

.more-than{padding:56px 0 42px;background:#f7f2e9}
.center-heading{text-align:center;margin-bottom:34px}
.center-heading h2{font-size:clamp(2.6rem,5vw,4.8rem)}
.center-heading p{color:#666157}
.value-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid #ddd2c2;
  padding-top:18px;
}
.value-grid>div{text-align:center;padding:16px 24px;border-right:1px solid #ddd2c2}
.value-grid>div:last-child{border-right:0}
.value-grid span{display:block;color:var(--gold);font-size:1.7rem;margin-bottom:4px}
.value-grid h3{font-size:1.3rem}
.value-grid p{font-size:.88rem;color:#6d675d;margin:4px 0}

.home-action-cards{padding:0 0 80px;background:#f7f2e9}
.action-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.home-action-card{
  overflow:hidden;
  background:#fffaf2;
  border:1px solid #eadfce;
  border-radius:14px;
}
.action-card-copy{text-align:center;padding:18px 20px 24px}
.action-card-copy h3{font-size:1.8rem}
.action-card-copy p{color:#676158}
.action-card-copy .solid-btn{border-radius:999px;padding:11px 22px}

.popular-section{
  padding:72px 0 86px;
  background:
    radial-gradient(circle at 6% 8%,rgba(200,148,54,.08),transparent 22%),
    radial-gradient(circle at 94% 92%,rgba(200,148,54,.08),transparent 25%),
    #1a1b18;
  color:#fff;
}
.light-heading h2,.light-heading p{color:#fff}
.light-heading p{opacity:.78}
.popular-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.popular-card{
  min-width:0;
  background:#f9f4eb;
  color:#1d1e1a;
  border-radius:10px;
  overflow:hidden;
}
.popular-card>div:last-child{padding:14px 16px 18px}
.popular-card span{
  display:block;
  color:#916e30;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.62rem;
  font-weight:700;
}
.popular-card h3{font-size:1.45rem;margin-top:4px}
.popular-cta{text-align:center;margin-top:32px}

/* Dynamic image holders:
   keep the current photo, but if the file is changed or missing,
   the responsive placeholder appears automatically. */
.photo-holder{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(135deg,#e9e2d6,#f8f4ed);
  isolation:isolate;
}
.wide-holder{aspect-ratio:16/9}
.square-holder{aspect-ratio:1/1}
.photo-holder img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:2;
}
.photo-placeholder{
  position:absolute;
  inset:0;
  z-index:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  border:2px dashed rgba(104,88,57,.35);
  margin:12px;
  color:#7e725f;
  text-align:center;
}
.photo-placeholder span{font-family:Georgia,serif;font-size:1.05rem}
.photo-placeholder small{font-size:.72rem}
.photo-holder.is-missing img{display:none}
.photo-holder.is-missing .photo-placeholder{z-index:3}
.dynamic-bg-placeholder{
  position:absolute;
  inset:24px;
  display:none;
  place-content:center;
  text-align:center;
  border:2px dashed rgba(255,255,255,.45);
  background:rgba(20,20,18,.35);
  color:#fff;
  z-index:2;
}
.dynamic-bg-placeholder span{font-family:Georgia,serif;font-size:1.3rem}
.dynamic-bg-placeholder small{display:block;opacity:.8;margin-top:4px}
.hero-slide.is-missing-bg{background-image:none!important;background:#2a2b27}
.hero-slide.is-missing-bg .dynamic-bg-placeholder{display:grid}

.new-reservation{background:#f8f3eb}

.site-footer{background:#161714}

/* Bring interior pages into the new visual system without changing their content/photos */
.subpage-hero{min-height:390px}
.subpage-hero:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:4px;
  background:linear-gradient(90deg,var(--gold),transparent 55%);
}
.subpage-hero h1{letter-spacing:-.025em}
.menu-card,.order-option,.contact-form,.aside-card,.fulfilment-form,.order-food-card{
  border-radius:12px;
}
.menu-card,.order-food-card,.contact-form,.fulfilment-form{
  box-shadow:0 12px 35px rgba(37,31,22,.06);
}

@media(max-width:1050px){
  .hero-new-grid{grid-template-columns:1fr;gap:0}
  .hero-side-card{
    align-self:auto;
    border-left:0;
    border-top:1px solid rgba(255,255,255,.18);
    padding:28px 0 48px;
  }
  .hero-new,.hero-new-grid{min-height:760px}
  .script-heading{margin-bottom:22px}
  .hero-side-list{grid-template-columns:repeat(3,1fr)}
  .value-grid{grid-template-columns:repeat(2,1fr)}
  .value-grid>div:nth-child(2){border-right:0}
  .value-grid>div:nth-child(-n+2){border-bottom:1px solid #ddd2c2}
  .action-card-grid{grid-template-columns:1fr}
  .popular-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
  .site-header-dark .logo-link img{width:82px;height:52px}
  .site-header-dark .main-nav{background:#191a17;border-color:#34352f}
  .site-header-dark .main-nav a{color:#fff}
  .hero-new,.hero-new-grid{min-height:760px}
  .hero-new-copy{padding:68px 0 35px}
  .hero-new-copy h1{font-size:clamp(3.4rem,16vw,5.4rem)}
  .hero-side-list{grid-template-columns:1fr;gap:14px}
  .value-grid{grid-template-columns:1fr}
  .value-grid>div{
    border-right:0;
    border-bottom:1px solid #ddd2c2!important;
  }
  .value-grid>div:last-child{border-bottom:0!important}
  .popular-grid{grid-template-columns:1fr}
}


/* =========================================================
   V5 — ORDER / PICKUP / DELIVERY / CONTACT
   Layout rebuilt to match the supplied reference screenshot.
   ========================================================= */

.screenshot-pages{
  background:#faf7f0;
}
.screenshot-pages .site-footer{
  margin-top:0;
}
.shot-page{
  background:#fbf8f1;
  color:#181915;
  min-height:70vh;
}
.shot-narrow{max-width:980px}
.shot-main-width{max-width:1080px}
.shot-title{
  text-align:center;
  padding:48px 0 28px;
}
.shot-title.compact{padding:12px 0 20px}
.shot-title h1{
  font-size:clamp(2.5rem,5vw,4.4rem);
  letter-spacing:-.025em;
}
.shot-title p{
  margin:.3rem auto 0;
  color:#4e4c46;
  font-size:.96rem;
}
.shot-back{
  display:inline-block;
  margin-top:28px;
  font-size:.78rem;
  font-weight:700;
  color:#5c564c;
}

.shot-order-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  padding-bottom:44px;
}
.shot-choice-card{
  overflow:hidden;
  background:#fffaf2;
  border:1px solid #e3d8c7;
  border-radius:13px;
  box-shadow:0 9px 25px rgba(62,48,28,.06);
}
.shot-choice-image{
  aspect-ratio:1.45/1;
}
.shot-choice-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.shot-choice-copy{
  text-align:center;
  padding:22px 26px 28px;
}
.shot-choice-copy h2{font-size:2rem}
.shot-choice-copy p{
  max-width:320px;
  margin:10px auto 22px;
  color:#47453f;
}
.shot-gold-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  border:0;
  background:linear-gradient(135deg,#d4a74c,#ba8128);
  color:#fff;
  padding:13px 23px;
  border-radius:999px;
  font-size:.82rem;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 5px 12px rgba(140,93,21,.14);
}
.shot-gold-button:hover{filter:brightness(1.06)}
.shot-gold-button.full{width:100%;border-radius:5px}
.shot-wave-dark{
  position:relative;
  margin-top:18px;
  min-height:205px;
  background:#191a17;
  color:#fff;
  overflow:hidden;
}
.shot-wave-dark:before{
  content:"";
  position:absolute;
  top:-55px;
  left:-5%;
  width:110%;
  height:95px;
  background:#fbf8f1;
  border-radius:0 0 50% 50%;
}
.shot-wave-dark .site-shell{
  position:relative;
  z-index:2;
  padding-top:85px;
}
.shot-script{
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
  color:#d9a84e;
  font-size:clamp(2rem,4vw,3.6rem);
  line-height:1.05;
  transform:rotate(-4deg);
}
.shot-script.small{
  font-size:2rem;
  text-align:center;
  transform:rotate(-3deg);
  margin:12px 0 22px;
}

/* Progress */
.shot-progress{
  display:grid;
  grid-template-columns:auto 1fr auto 1fr auto;
  align-items:start;
  max-width:800px;
  margin:0 auto 42px;
}
.shot-step{
  text-align:center;
  min-width:90px;
}
.shot-step span{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  margin:0 auto 8px;
  border-radius:50%;
  background:#c6c3bb;
  color:#fff;
  font-size:.8rem;
}
.shot-step.active span{background:#c59035}
.shot-step small{font-size:.72rem;color:#4e4b45}
.shot-line{
  height:1px;
  background:#cbc7bd;
  margin-top:17px;
}

/* Pickup */
.shot-menu-block{margin-bottom:30px}
.shot-menu-block h2{font-size:2rem;margin-bottom:14px}
.shot-category-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.shot-category-grid article{
  position:relative;
  overflow:hidden;
  min-height:155px;
  border-radius:8px;
  background:#222;
}
.shot-category-grid img{
  width:100%;height:100%;object-fit:cover;position:absolute;inset:0;
}
.shot-category-grid article:after{
  content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.74));
}
.shot-category-grid span{
  position:absolute;z-index:2;left:12px;bottom:12px;color:#fff;
  font-weight:700;font-size:.82rem;line-height:1.2;
}
.shot-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.shot-product{
  background:#fff;
  border:1px solid #ded6c9;
  border-radius:7px;
  overflow:hidden;
  box-shadow:0 5px 14px rgba(45,37,26,.05);
}
.shot-product img{
  width:100%;aspect-ratio:1.45/1;object-fit:cover;
}
.shot-product>div{padding:10px}
.shot-product h3{font-size:1rem;line-height:1.18;min-height:38px}
.shot-product strong{display:block;margin:3px 0 9px}
.shot-product button{
  width:100%;
  border:0;
  border-radius:4px;
  background:#c99336;
  color:#fff;
  padding:9px;
  cursor:pointer;
}

/* Delivery */
.shot-delivery-grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(240px,.65fr);
  gap:22px;
  max-width:760px;
  margin:0 auto 60px;
  align-items:start;
}
.shot-delivery-form{
  background:#fff;
  border:1px solid #e3dacd;
  border-radius:8px;
  padding:22px;
  box-shadow:0 8px 20px rgba(49,40,29,.05);
}
.shot-delivery-form h2{font-size:1.5rem;margin-bottom:12px}
.shot-delivery-form label{
  text-transform:none;
  letter-spacing:0;
  font-weight:600;
  font-size:.74rem;
  margin-bottom:11px;
}
.shot-delivery-form input,
.shot-delivery-form textarea{
  background:#fff;
  border-color:#dedbd4;
  padding:11px;
}
.shot-delivery-form textarea{min-height:72px}
.shot-delivery-aside{
  background:#f3eadc;
  border-radius:9px;
  padding:24px 20px;
}
.shot-icon-scene{
  height:145px;
  display:grid;
  place-items:center;
}
.shot-scooter{font-size:5rem}
.shot-delivery-aside ul{
  list-style:none;
  padding:0;
  margin:0;
  font-size:.8rem;
}
.shot-delivery-aside li{
  position:relative;
  padding:8px 0 8px 24px;
}
.shot-delivery-aside li:before{
  content:"✓";
  position:absolute;
  left:0;
  color:#9e722a;
  font-weight:700;
}

/* Contact */
.shot-contact-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.95fr);
  gap:42px;
  max-width:880px;
  margin:0 auto 44px;
  align-items:start;
}
.shot-contact-info{display:grid;gap:18px}
.shot-contact-row{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:14px;
  align-items:start;
}
.shot-round-icon{
  width:38px;height:38px;border:1px solid #e2d5bd;border-radius:50%;
  display:grid;place-items:center;color:#c1903a;font-size:1rem;
}
.shot-contact-row h3{font-size:1.1rem;margin-bottom:4px}
.shot-contact-row p{font-size:.82rem;color:#47443e;margin:0}
.shot-contact-form{
  background:#fff;
  border:1px solid #e3dad0;
  border-radius:8px;
  padding:22px;
  box-shadow:0 8px 22px rgba(49,40,29,.06);
}
.shot-contact-form label{margin-bottom:11px}
.shot-contact-form input,.shot-contact-form textarea{
  background:#fff;border-color:#dedbd4;border-radius:4px;
}
.shot-contact-form textarea{min-height:155px}
.contact-wave{min-height:240px}
.contact-wave-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.shot-coffee{
  font-size:7rem;
  filter:grayscale(.1);
}
.sr-only{
  position:absolute;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  white-space:nowrap;border:0;
}

@media(max-width:900px){
  .shot-order-grid,
  .shot-delivery-grid,
  .shot-contact-grid{
    grid-template-columns:1fr;
  }
  .shot-category-grid,
  .shot-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .shot-delivery-aside{max-width:520px;margin:auto}
}
@media(max-width:620px){
  .shot-title{padding-top:34px}
  .shot-progress{
    grid-template-columns:1fr;
    gap:10px;
    margin-bottom:30px;
  }
  .shot-line{display:none}
  .shot-step{
    display:flex;
    align-items:center;
    gap:10px;
    min-width:0;
    text-align:left;
  }
  .shot-step span{margin:0}
  .shot-category-grid,
  .shot-product-grid{
    grid-template-columns:1fr;
  }
  .shot-category-grid article{min-height:190px}
  .contact-wave-inner{align-items:flex-start}
  .shot-coffee{font-size:4.5rem}
}


/* =========================================================
   V6 — FUNCTIONAL CART / FILTERS / CHECKOUT DEMO
   ========================================================= */
.header-cart-link{
  display:inline-flex;align-items:center;gap:7px;color:#fff;
  padding:11px 14px;border:1px solid rgba(255,255,255,.28);
  border-radius:10px;font-size:.78rem;font-weight:700;
}
.cart-count{
  display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 6px;
  border-radius:999px;background:#c89436;color:#fff;font-size:.72rem;
}

.menu-category-tools{
  margin:10px 0 36px;padding:24px;background:#fff;border:1px solid #e0d7ca;
  border-radius:12px;
}
.category-intro{display:flex;justify-content:space-between;gap:24px;align-items:start}
.category-intro h2{font-size:2rem}
.category-intro p{max-width:720px;color:#6a655d;margin:.35rem 0 0;font-size:.9rem}
.category-filter-row{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}
.category-filter{
  border:1px solid #d6c8b4;background:#f7f1e7;color:#38352f;
  padding:9px 15px;border-radius:999px;cursor:pointer;font-weight:700;font-size:.76rem;
}
.category-filter.active,.category-filter:hover{background:#1c1d1a;color:#fff;border-color:#1c1d1a}

.shop-section{margin-bottom:38px}
.shop-heading{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:18px}
.shop-heading h2{font-size:2rem}
.shop-heading p{max-width:500px;color:#656158;font-size:.88rem}
.shop-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.shop-product{
  background:#fff;border:1px solid #ded6c9;border-radius:9px;overflow:hidden;
  transition:.2s ease;
}
.shop-product[hidden]{display:none!important}
.shop-product img{width:100%;aspect-ratio:1.35/1;object-fit:cover}
.shop-product-body{padding:12px}
.shop-product h3{font-size:1.05rem;min-height:40px}
.shop-product strong{display:block;color:#765725;margin:5px 0 11px}
.add-cart-btn{
  width:100%;border:0;border-radius:5px;background:#c89436;color:#fff;
  padding:10px;cursor:pointer;font-weight:700;
}
.add-cart-btn.added{background:#263c2a}
.shop-next-row{display:flex;justify-content:flex-end;margin:20px 0 55px}
.floating-cart{
  position:fixed;right:22px;bottom:22px;z-index:90;display:flex;align-items:center;gap:10px;
  background:#191a17;color:#fff;padding:13px 16px;border-radius:999px;
  box-shadow:0 10px 30px rgba(0,0,0,.2);font-weight:700;font-size:.8rem;
}

.delivery-detail-wrap{
  display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:20px;align-items:start;
  max-width:900px;margin:0 auto 38px;
}
.save-delivery-btn{
  border:0;background:#1d1e1a;color:#fff;padding:12px 18px;border-radius:5px;font-weight:700;cursor:pointer;
}
.compact-aside{height:100%}

.commerce-page{padding:60px 0 90px;background:#fbf8f1;min-height:70vh}
.commerce-shell{max-width:1120px}
.commerce-title{text-align:center;max-width:720px;margin:0 auto 42px}
.commerce-kicker{text-transform:uppercase;letter-spacing:.14em;color:#a4782d;font-size:.72rem;font-weight:700}
.commerce-title h1,.success-card h1{font-size:clamp(3rem,6vw,5rem);margin:8px 0 12px}
.commerce-title p{color:#605c54}
.cart-layout,.checkout-layout,.payment-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:24px;align-items:start}
.cart-panel,.cart-summary,.checkout-form,.checkout-summary,.payment-card{
  background:#fff;border:1px solid #e0d7ca;border-radius:12px;padding:24px;
  box-shadow:0 10px 28px rgba(45,37,26,.05);
}
.cart-item{
  display:grid;grid-template-columns:90px minmax(0,1fr) auto;gap:16px;align-items:center;
  padding:14px 0;border-bottom:1px solid #eee6db;
}
.cart-item img{width:90px;height:74px;object-fit:cover;border-radius:7px}
.cart-item h3{font-size:1.15rem;margin-bottom:5px}
.cart-item-price{color:#725525;font-weight:700}
.qty-controls{display:flex;align-items:center;gap:7px;margin-top:8px}
.qty-controls button,.remove-cart-item{
  border:1px solid #d9d0c3;background:#fff;border-radius:5px;padding:5px 9px;cursor:pointer;
}
.remove-cart-item{color:#8b3d32}
.summary-line,.summary-total{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid #eee5d9}
.summary-total{font-size:1.2rem;border-bottom:0;margin:6px 0 14px}
.cart-continue{display:block;text-align:center;margin-top:14px;font-size:.82rem;text-decoration:underline}
.empty-cart{text-align:center;padding:50px 20px}
.empty-cart h2{font-size:2.2rem}
.checkout-form h2,.checkout-summary h2,.payment-card h2{font-size:2rem;margin-bottom:18px}
.checkout-summary{position:sticky;top:110px}
.checkout-item{display:flex;justify-content:space-between;gap:15px;padding:9px 0;border-bottom:1px solid #eee5d9;font-size:.88rem}
.demo-note,.payment-demo-banner{
  margin-top:18px;padding:12px;background:#fff2d8;border:1px solid #efd6a6;border-radius:7px;
  color:#6a542c;font-size:.8rem;
}
.payment-demo-banner{margin:0 0 18px;font-weight:700}
.success-card{
  max-width:720px;text-align:center;background:#fff;border:1px solid #e0d7ca;border-radius:14px;
  padding:60px 30px;margin:30px auto;
}
.success-icon{
  width:68px;height:68px;border-radius:50%;display:grid;place-items:center;
  background:#2d5635;color:#fff;font-size:2rem;margin:0 auto 18px;
}

@media(max-width:960px){
  .shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .delivery-detail-wrap,.cart-layout,.checkout-layout,.payment-layout{grid-template-columns:1fr}
  .checkout-summary{position:static}
}
@media(max-width:680px){
  .header-cart-link{display:none}
  .category-intro,.shop-heading{flex-direction:column;align-items:flex-start}
  .shop-product-grid{grid-template-columns:1fr}
  .delivery-detail-wrap{grid-template-columns:1fr}
  .cart-item{grid-template-columns:72px minmax(0,1fr)}
  .cart-item img{width:72px;height:64px}
  .cart-item-actions{grid-column:1/-1}
}

/* V8 Home hero background restoration */
.hero-new { position: relative; overflow: hidden; }
.hero-new .hero-slides,
.hero-new .hero-slide,
.hero-new .hero-shade-new {
  position: absolute;
  inset: 0;
}
.hero-new .hero-slides { z-index: 0; }
.hero-new .hero-slide {
  opacity: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 1s ease-in-out;
}
.hero-new .hero-slide.active { opacity: 1; }
.hero-new .hero-shade-new { z-index: 1; }
.hero-new .hero-new-grid { position: relative; z-index: 2; }


/* =========================================================
   V9 — CUSTOMER COMMENTS / TESTIMONIALS
   ========================================================= */
.customer-comments-section{
  margin-top:58px;
  padding-top:54px;
  border-top:1px solid #ddd4c6;
}
.comments-intro{
  max-width:820px;
  margin-bottom:28px;
}
.comments-intro h2{
  font-size:clamp(2.4rem,5vw,4.4rem);
  margin:7px 0 14px;
}
.comments-intro p{
  color:#686259;
  max-width:760px;
}
.comments-layout{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  gap:28px;
  align-items:stretch;
}
.comments-carousel{
  position:relative;
  min-height:430px;
  padding:46px 46px 66px;
  overflow:hidden;
  background:
    radial-gradient(circle at 85% 15%,rgba(205,156,65,.14),transparent 28%),
    #1a1b18;
  color:#fff;
  border-radius:14px;
}
.comment-slide{
  position:absolute;
  inset:46px 46px 70px;
  opacity:0;
  transform:translateX(20px);
  pointer-events:none;
  transition:opacity .65s ease,transform .65s ease;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.comment-slide.active{
  opacity:1;
  transform:translateX(0);
  pointer-events:auto;
}
.comment-category{
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:.7rem;
  font-weight:700;
  color:#d9aa50;
  margin-bottom:16px;
}
.comment-stars{
  color:#e7b95d;
  letter-spacing:.12em;
  font-size:1rem;
  margin-bottom:18px;
}
.comment-slide blockquote{
  margin:0;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.8rem,3.3vw,3rem);
  line-height:1.26;
  text-align:left;
}
.comment-meta{
  margin-top:26px;
  display:grid;
  gap:2px;
}
.comment-meta strong{
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.15rem;
}
.comment-meta span{
  color:#c8c6bf;
  font-size:.82rem;
}
.comment-dots{
  position:absolute;
  left:46px;
  bottom:28px;
  display:flex;
  gap:8px;
  z-index:3;
}
.comment-dot{
  width:8px;
  height:8px;
  border:0;
  border-radius:50%;
  padding:0;
  background:rgba(255,255,255,.28);
  cursor:pointer;
}
.comment-dot.active{
  background:#d4a64d;
  transform:scale(1.25);
}
.customer-comment-form{
  background:#fff;
  border:1px solid #ddd4c7;
  border-radius:14px;
  padding:30px;
  box-shadow:0 12px 34px rgba(40,34,24,.06);
}
.customer-comment-form h3{
  font-size:2rem;
  margin:5px 0 22px;
}
.customer-comment-form textarea{
  min-height:145px;
}
.comment-demo-note{
  margin:12px 0 0;
  color:#777168;
  font-size:.75rem;
  line-height:1.45;
}
.comment-status{
  margin-top:10px;
  color:#2f5a37;
  font-weight:700;
  font-size:.85rem;
}

@media(max-width:930px){
  .comments-layout{grid-template-columns:1fr}
  .comments-carousel{min-height:390px}
}
@media(max-width:620px){
  .customer-comments-section{margin-top:42px;padding-top:42px}
  .comments-carousel{padding:32px 24px 58px;min-height:430px}
  .comment-slide{inset:32px 24px 62px}
  .comment-dots{left:24px;bottom:24px}
  .customer-comment-form{padding:24px 18px}
}


/* =========================================================
   V10 — TWO TESTIMONIAL OPTIONS: VIDEO + WRITTEN
   ========================================================= */
.testimonial-options-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin-bottom:34px;
}
.testimonial-option-card{
  position:relative;
  background:#fff;
  border:1px solid #ddd4c7;
  border-radius:14px;
  padding:28px;
  box-shadow:0 12px 34px rgba(40,34,24,.06);
}
.testimonial-option-card h3{
  font-size:2rem;
  margin:5px 0 10px;
}
.testimonial-option-card>p{
  color:#6a645b;
  margin-bottom:20px;
}
.option-badge{
  position:absolute;
  top:18px;
  right:18px;
  background:#1c1d1a;
  color:#fff;
  border-radius:999px;
  padding:6px 11px;
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.video-demo-holder{
  position:relative;
  overflow:hidden;
  aspect-ratio:16/9;
  border-radius:12px;
  background:#191a17;
  margin:20px 0;
}
.video-placeholder{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:24px;
  color:#fff;
  border:2px dashed rgba(255,255,255,.28);
  margin:10px;
  border-radius:8px;
}
.video-placeholder-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#c89436;
  color:#fff;
  font-size:1.3rem;
  margin-bottom:11px;
}
.video-placeholder strong{font-family:Georgia,"Times New Roman",serif;font-size:1.3rem}
.video-placeholder span{color:#d9b160;margin-top:3px}
.video-placeholder small{max-width:360px;color:#bebbb3;margin-top:8px;font-size:.72rem}
#testimonial-video-preview{
  width:100%;
  height:100%;
  object-fit:cover;
  background:#000;
}
.testimonial-form{
  display:grid;
  gap:0;
}
.testimonial-form input[type="file"]{
  background:#f9f5ee;
  padding:10px;
}
.video-status{margin-top:10px;color:#2f5a37;font-weight:700;font-size:.85rem}

.testimonial-demo-board{
  margin-top:20px;
  padding:30px;
  border-radius:14px;
  background:#f5eee3;
  border:1px solid #ddd0bd;
}
.demo-board-heading{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:end;
  margin-bottom:20px;
}
.demo-board-heading h3{
  font-size:2rem;
  margin-top:5px;
}
.demo-board-heading>span{
  color:#7d6a47;
  font-size:.78rem;
  font-weight:700;
}
.video-posts-demo{
  margin-top:18px;
  display:grid;
  gap:14px;
}
.demo-video-card{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  overflow:hidden;
  background:#fff;
  border:1px solid #ddd4c7;
  border-radius:10px;
}
.demo-video-poster{
  min-height:140px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  background:#1b1c18;
  color:#fff;
  padding:18px;
}
.demo-video-poster .video-placeholder-icon{
  width:42px;
  height:42px;
  font-size:1rem;
}
.demo-video-poster span{
  color:#d9b160;
  margin-top:4px;
  font-size:.78rem;
}
.demo-video-copy{
  padding:22px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:5px;
}
.demo-video-copy strong{font-family:Georgia,"Times New Roman",serif;font-size:1.25rem}
.demo-video-copy span{color:#69635b}
.testimonial-demo-note{
  margin:18px 0 0;
  padding:14px 16px;
  border-left:3px solid #c89436;
  background:#fff8ea;
  color:#6a5c43;
  font-size:.82rem;
}

@media(max-width:900px){
  .testimonial-options-grid{grid-template-columns:1fr}
}
@media(max-width:680px){
  .testimonial-option-card{padding:22px 18px}
  .option-badge{position:static;display:inline-flex;margin-bottom:12px}
  .demo-board-heading{flex-direction:column;align-items:flex-start}
  .demo-video-card{grid-template-columns:1fr}
}

/* ===== Weekend Special, High Tea & expanded About ===== */
.weekend-hero:before{background:linear-gradient(90deg,rgba(14,15,13,.87),rgba(14,15,13,.52) 58%,rgba(14,15,13,.18)),url("images/filipino-special-and-puto.jpg") center/cover no-repeat}
.hightea-hero:before{background:linear-gradient(90deg,rgba(14,15,13,.88),rgba(14,15,13,.58) 60%,rgba(14,15,13,.22)),url("images/traditional_spanish bread.jpg") center/cover no-repeat}
.teacher-story-band{background:#f7f3ec}
.story-emphasis{font-family:Georgia,serif;font-size:1.15rem!important;color:#4b4337!important;border-left:3px solid var(--gold);padding-left:20px}
.team-band{background:var(--charcoal);color:#fff}
.team-intro{max-width:820px;margin-bottom:42px}.team-intro h2{color:#fff;margin:10px 0 18px}.team-intro p{color:#c9c9c2}
.tasse-team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.tasse-team-card{background:#20211e;border:1px solid rgba(255,255,255,.12)}
.team-image-holder{height:350px;background:#2d2e2a;display:grid;place-items:center}.team-image-placeholder{display:grid;place-items:center;text-align:center;gap:8px;color:#d8d0c0}.team-image-placeholder strong{font-family:Georgia,serif;font-size:2rem}.team-image-placeholder span{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#a99f8b}
.team-card-copy{padding:24px}.team-card-copy h3{color:#fff;font-size:1.8rem;margin:0}.team-role{color:#d8b36b;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem}.credential-holder{border-top:1px solid rgba(255,255,255,.12);padding-top:18px;margin-top:18px}.credential-holder strong{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:#d8b36b}.credential-holder p{color:#bdbdb6;margin:8px 0 0}
.weekend-editor-band{background:#f7f3ec}.weekend-feature{display:grid;grid-template-columns:1.15fr .85fr;background:#fff;border:1px solid var(--line);min-height:460px}.weekend-feature-photo{position:relative;min-height:460px}.weekend-feature-photo img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}.weekend-feature-copy{padding:50px;align-self:center}.weekend-feature-copy label{margin:18px 0}.weekend-feature-copy input{font-size:1rem;background:#fbf8f2}.editor-note{font-size:.82rem;color:#77756c;margin-top:18px}
.feature-upload,.photo-change{position:absolute;z-index:2;left:14px;bottom:14px;background:rgba(20,21,18,.9);color:#fff!important;padding:10px 12px!important;margin:0!important;font-size:.68rem!important;cursor:pointer}.feature-upload input,.photo-change input{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}.photo-change{left:10px;bottom:10px}
.section-heading{max-width:760px;margin-bottom:34px}.section-heading h2{margin:10px 0 14px}.weekend-five-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.weekend-food-card{background:#fff;border:1px solid var(--line);min-width:0}.weekend-photo{height:230px;position:relative;overflow:hidden;background:#e8e2d8}.weekend-photo img{width:100%;height:100%;object-fit:cover}.weekend-food-copy{padding:14px}.dish-type{font-size:.63rem;text-transform:uppercase;letter-spacing:.1em;color:#8c7446}.special-name{border:0;border-bottom:1px solid var(--line);padding:8px 0;font-family:Georgia,serif;font-size:1.08rem;background:transparent;margin-top:4px}.special-price-row{display:flex;align-items:center;gap:4px;margin-top:10px;color:#826936;font-weight:700}.special-price{border:0;padding:4px;width:88px;background:transparent;font-weight:700;color:#826936}
.hightea-photo-holder{height:580px;background:#e9e3d8;position:relative}.hightea-photo-holder img{width:100%;height:100%;object-fit:cover}.missing-photo-placeholder{height:100%;display:none;place-items:center;align-content:center;gap:10px;text-align:center;color:#645b4b}.missing-photo-placeholder strong{font-family:Georgia,serif;font-size:2rem}.missing-photo-placeholder span{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em}
.hightea-package{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:center}.hightea-package h2{font-size:clamp(3rem,6vw,5.8rem);margin:10px 0 20px}.hightea-list{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px;padding:0;list-style:none;margin:26px 0}.hightea-list li{border-bottom:1px solid #d1c8ba;padding:12px 0}.hightea-list li:before{content:"✦";color:#a88445;margin-right:10px}.dietary-card{background:#fff;border:1px solid var(--line);padding:38px}.dietary-card h3{font-size:2.4rem;margin:10px 0}.dietary-tags{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0}.dietary-tags span{border:1px solid #cdbb96;padding:8px 10px;font-size:.75rem}.dietary-card small{display:block;color:#726f66;line-height:1.5}.hightea-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gallery-upload-placeholder{height:280px;border:1px dashed #aaa18f;background:#f6f1e8;display:grid;place-items:center;text-align:center;color:#837866;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;padding:16px}
@media(max-width:1100px){.weekend-five-grid{grid-template-columns:repeat(3,1fr)}.main-nav{gap:12px}.main-nav>a{font-size:.67rem}}
@media(max-width:980px){.tasse-team-grid,.hightea-gallery{grid-template-columns:1fr 1fr}.weekend-feature,.hightea-package{grid-template-columns:1fr}.weekend-feature-photo{min-height:420px}.weekend-feature-copy{padding:34px}}
@media(max-width:680px){.tasse-team-grid,.weekend-five-grid,.hightea-gallery,.hightea-list{grid-template-columns:1fr}.weekend-photo{height:320px}.team-image-holder{height:390px}.hightea-photo-holder{height:440px}}


/* ===== V12: dynamic image holders + five-item rows ===== */
.logo-link img,
.site-header-dark .logo-link img{
  width:86px;
  height:54px;
  object-fit:contain;
  object-position:center;
  background:transparent;
}
.footer-logo{
  width:96px;
  height:72px;
  object-fit:contain;
  object-position:left center;
  background:transparent;
}
.menu-hero:before{
  background:
    linear-gradient(90deg,rgba(14,15,13,.86),rgba(14,15,13,.50) 58%,rgba(14,15,13,.18)),
    url("images/home-hero-special-puto.jpg") center/cover no-repeat;
}
.five-item-grid,
.menu-card-grid.five-item-grid,
.gallery-five-grid,
.hightea-gallery.five-item-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  max-width:none;
}
.menu-card-grid.five-item-grid .menu-card img,
.dynamic-image-holder,
.weekend-photo,
.gallery-five-grid .gallery-tile{
  width:100%;
  aspect-ratio:4/3;
  height:auto;
  overflow:hidden;
  background:#eee8de;
}
.gallery-five-grid .gallery-tile{margin:0;}
.gallery-five-grid .gallery-tile img,
.dynamic-image-holder img,
.hightea-memory-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.dynamic-placeholder{
  width:100%;
  height:100%;
  min-height:160px;
  display:grid;
  place-items:center;
  padding:18px;
  text-align:center;
  border:1px dashed #b9ad9b;
  color:#7b7163;
  background:#f6f1e8;
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.1em;
}
.weekend-five-grid{grid-template-columns:repeat(5,minmax(0,1fr));}
.weekend-photo img{width:100%;height:100%;object-fit:cover;display:block;}
.hightea-memory-card{aspect-ratio:4/3;min-height:0;}
@media(max-width:1100px){
  .five-item-grid,.menu-card-grid.five-item-grid,.gallery-five-grid,.hightea-gallery.five-item-grid,.weekend-five-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:720px){
  .five-item-grid,.menu-card-grid.five-item-grid,.gallery-five-grid,.hightea-gallery.five-item-grid,.weekend-five-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:480px){
  .five-item-grid,.menu-card-grid.five-item-grid,.gallery-five-grid,.hightea-gallery.five-item-grid,.weekend-five-grid{grid-template-columns:1fr;}
  .logo-link img,.site-header-dark .logo-link img{width:72px;height:46px;}
}

/* V13 — supplied Tasse Café logo, fitted cleanly in the upper-left header */
.logo-link{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  flex:0 0 auto;
}
.logo-link img,
.site-header-dark .logo-link img{
  width:72px !important;
  height:72px !important;
  object-fit:contain !important;
  object-position:center !important;
  border-radius:50% !important;
  background:transparent !important;
  display:block;
}
.footer-logo{
  width:96px !important;
  height:96px !important;
  object-fit:contain !important;
  border-radius:50% !important;
  background:transparent !important;
}
@media (max-width: 760px){
  .logo-link img,
  .site-header-dark .logo-link img{
    width:58px !important;
    height:58px !important;
  }
}

/* V14 — medium Tasse logo + full Café Favourites menu */
.logo-link img,.site-header-dark .logo-link img{width:92px!important;height:92px!important;object-fit:contain!important;border-radius:50%!important}
.nav-wrap{min-height:104px;height:auto!important;padding-top:6px;padding-bottom:6px}
.kiwi-menu-section{padding-top:70px;padding-bottom:80px}
.section-intro{max-width:720px;margin:10px 0 0;color:#6d625b;line-height:1.7}
.kiwi-menu-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:22px 16px;margin-top:34px}
.kiwi-menu-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(50,38,30,.08);display:flex;flex-direction:column}
.kiwi-ai-holder{aspect-ratio:4/3;overflow:hidden;background:#eee6de}
.kiwi-ai-holder img{width:100%;height:100%;object-fit:cover;display:block}
.kiwi-menu-copy{padding:15px 15px 18px;flex:1}.kiwi-menu-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.kiwi-menu-top h3{font-size:17px;line-height:1.2;margin:0}.kiwi-menu-top strong{white-space:nowrap;color:#9a684c;font-size:15px}.kiwi-menu-copy p{font-size:13px;line-height:1.5;color:#6c625c;margin:9px 0 0}
.kids-addons-wrap{display:grid;grid-template-columns:1fr 1.35fr;gap:24px;margin-top:46px}.menu-info-panel{background:#f8e9e5;border-radius:18px;padding:28px}.simple-menu-line{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid rgba(70,50,40,.12)}.simple-menu-line span{display:flex;flex-direction:column;gap:4px}.simple-menu-line small{color:#6d625b}.addons-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 24px}.addons-grid span{display:flex;justify-content:space-between;gap:12px}.dietary-note{font-size:12px;margin-top:20px;color:#6d625b}
@media(max-width:1100px){.kiwi-menu-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.logo-link img,.site-header-dark .logo-link img{width:72px!important;height:72px!important}.nav-wrap{min-height:84px}.kiwi-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.kids-addons-wrap{grid-template-columns:1fr}.addons-grid{grid-template-columns:1fr}.kiwi-menu-top{display:block}.kiwi-menu-top strong{display:block;margin-top:5px}}
@media(max-width:480px){.kiwi-menu-grid{grid-template-columns:1fr}.kiwi-menu-card{display:grid;grid-template-columns:120px 1fr}.kiwi-ai-holder{aspect-ratio:auto;height:100%}}

/* Filipino menu category separation */
.filipino-menu-category { margin-top: 34px; }
.filipino-menu-category + .filipino-menu-category { margin-top: 54px; padding-top: 40px; border-top: 1px solid rgba(55, 45, 35, .14); }
.menu-category-heading { margin: 0 0 8px; font-size: clamp(1.55rem, 2.5vw, 2.15rem); }
.menu-category-intro { margin: 0 0 22px; max-width: 760px; line-height: 1.7; opacity: .78; }
/* V20 — Ave + family story */
.ave-feature-photo{min-height:560px}.ave-feature-photo img{width:100%;height:100%;min-height:560px;object-fit:cover;object-position:center 32%}
.family-story-band{padding-top:76px;padding-bottom:80px}.family-story-heading{text-align:center;max-width:820px}.family-story-heading h2{margin:.35rem 0 .65rem}.family-story-lead{font-size:1.12rem;margin-bottom:30px}
.story-photo-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:30px}.story-photo-row img{width:100%;height:250px;object-fit:cover;border-radius:14px;display:block}.story-photo-row img:nth-child(1){object-position:center 38%}.story-photo-row img:nth-child(2){object-position:center}.story-photo-row img:nth-child(3){object-position:center 48%}.story-photo-row img:nth-child(4){object-position:center 35%}.story-photo-row img:nth-child(5){object-position:center 42%}
.family-story-quotes{max-width:930px;text-align:center;margin-top:40px}.family-story-quotes blockquote{font-family:Georgia,serif;font-size:1.2rem;line-height:1.65;margin:18px auto;padding:0 28px;border:0}.family-story-quotes h3{font-size:1.65rem;margin:34px 0 12px}.family-story-quotes>p{max-width:760px;margin:0 auto;line-height:1.75}.story-journey-line{margin-top:32px;padding:18px 22px;border-top:1px solid rgba(0,0,0,.15);border-bottom:1px solid rgba(0,0,0,.15);font-weight:700;line-height:1.8}.story-journey-line span{padding:0 6px}
@media(max-width:900px){.story-photo-row{grid-template-columns:repeat(2,1fr)}.story-photo-row img{height:280px}.story-photo-row img:last-child{grid-column:1/-1;height:340px}.ave-feature-photo,.ave-feature-photo img{min-height:430px}}
@media(max-width:560px){.story-photo-row{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.story-photo-row img{flex:0 0 78%;height:360px;scroll-snap-align:center}.story-photo-row img:last-child{height:360px}.family-story-quotes blockquote{font-size:1.08rem;padding:0}.story-journey-line{font-size:.9rem}.ave-feature-photo,.ave-feature-photo img{min-height:400px}}

/* V21 — story to inspire */
.inspire-story{margin-top:54px;padding-top:42px;border-top:1px solid rgba(0,0,0,.12);display:grid;grid-template-columns:.82fr 1.5fr;gap:34px;align-items:center}.inspire-copy h3{font-size:2rem;margin:.35rem 0 1rem}.inspire-copy p{line-height:1.75;margin:.8rem 0}.inspire-family-photos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.inspire-family-photos img{width:100%;height:270px;object-fit:cover;border-radius:14px;display:block}.inspire-family-photos img:nth-child(1){object-position:center 38%}.inspire-family-photos img:nth-child(2){object-position:center 42%}.inspire-family-photos img:nth-child(3){object-position:center 38%}
@media(max-width:900px){.inspire-story{grid-template-columns:1fr}.inspire-family-photos img{height:300px}}
@media(max-width:600px){.inspire-family-photos{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.inspire-family-photos img{flex:0 0 82%;height:380px;scroll-snap-align:center}.inspire-copy h3{font-size:1.65rem}}

/* V23: simplified Home hero */
.hero-new-grid.hero-simple { grid-template-columns: minmax(0, 760px); }
.hero-simple .hero-new-copy { max-width: 760px; }
.hero-home-signature {
  display: inline-block;
  margin: 10px 0 16px;
  padding: 10px 16px;
  border: 1px solid rgba(212,168,74,.75);
  border-radius: 999px;
  background: rgba(20,20,20,.48);
  color: #f3d68c;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
@media (max-width: 760px) {
  .hero-home-signature { border-radius: 14px; font-size: .82rem; }
}

/* V24: keep the full Order Online and Our Story photos visible inside their Home cards. */
.home-action-card .home-fit-photo img{
  object-fit:contain;
  object-position:center;
}
.home-action-card .home-fit-photo{
  background:#eee8de;
}


/* V25: Home cards, order menu categories, and collapsible team credentials. */
.home-action-card.no-card-border{border:0;box-shadow:none;background:transparent;}
.home-action-card.no-card-border .action-card-copy{background:transparent;}
.order-menu-groups{display:grid;gap:34px;}
.order-menu-group{display:grid;gap:14px;}
.order-menu-group[hidden]{display:none!important;}
.order-group-heading{border-bottom:1px solid #e2d7c6;padding-bottom:10px;}
.order-group-heading h3{font-size:1.75rem;margin:0 0 4px;}
.order-group-heading p{margin:0;color:#6d675d;max-width:780px;}
.order-five-grid{grid-template-columns:repeat(5,minmax(0,1fr));}
.shop-product-desc{color:#6d675d;font-size:.86rem;line-height:1.45;min-height:58px;margin:7px 0 0;}
.credential-holder{border-top:1px solid rgba(255,255,255,.12);padding-top:14px;margin-top:18px;}
.credential-summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;color:#d8b36b;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:700;padding:4px 0;}
.credential-summary::-webkit-details-marker{display:none;}
.credential-arrow{font-size:1.25rem;line-height:1;transition:transform .2s ease;}
.credential-holder[open] .credential-arrow{transform:rotate(180deg);}
.credential-content{padding-top:10px;}
.credential-content p{color:#bdbdb6;margin:0;}
@media(max-width:1180px){.order-five-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:760px){.order-five-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:480px){.order-five-grid{grid-template-columns:1fr;}}

/* V26: Keep the normal card borders. Hide only the dashed photo-placeholder outline when real Home card images are present. */
.home-action-card .home-fit-photo:not(.is-missing) .photo-placeholder{display:none;}

/* V28 Our Team portraits */
.team-image-holder img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}

/* V29: align Kiwi Food Add buttons across each menu row */
.order-menu-group[data-order-group="kiwi"] .shop-product{
  display:flex;
  flex-direction:column;
  height:100%;
}
.order-menu-group[data-order-group="kiwi"] .shop-product-body{
  display:flex;
  flex-direction:column;
  flex:1;
}
.order-menu-group[data-order-group="kiwi"] .shop-product-desc{
  flex:1;
  min-height:0;
}
.order-menu-group[data-order-group="kiwi"] .shop-product strong{
  margin-top:auto;
}
.order-menu-group[data-order-group="kiwi"] .add-cart-btn{
  margin-top:0;
}
.category-filter-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}


/* V30 — keep Order Now slogan fully visible + footer social icons */
.shot-wave-dark{
  min-height:270px;
  overflow:visible;
}
.shot-wave-dark .site-shell{
  padding-top:105px;
  padding-bottom:58px;
}
.shot-wave-dark .shot-script{
  display:inline-block;
  max-width:100%;
  padding:8px 18px 14px 6px;
  font-size:clamp(1.9rem,3.4vw,3.25rem);
  line-height:1.08;
  transform:rotate(-3deg);
}
.footer-socials{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:16px;
}
.site-footer .footer-socials .social-icon{
  width:38px;
  height:38px;
  margin:0;
  border:1px solid rgba(255,255,255,.35);
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.site-footer .footer-socials .social-icon:hover{
  transform:translateY(-2px);
  border-color:#d9a84e;
  background:rgba(217,168,78,.12);
}
.footer-socials svg{
  width:18px;
  height:18px;
  fill:currentColor;
}
@media(max-width:680px){
  .shot-wave-dark{min-height:245px;}
  .shot-wave-dark .site-shell{padding-top:95px;padding-bottom:45px;}
  .shot-wave-dark .shot-script{font-size:clamp(1.7rem,8vw,2.5rem);padding-right:10px;}
}

/* V30 testimonial upload fix — playable stored videos + admin delete */
.posted-video-wrap{background:#111;min-height:180px;display:grid;place-items:center}
.posted-video-wrap video{width:100%;height:100%;max-height:360px;display:block;background:#000;object-fit:contain}
.posted-video-meta{display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%}
.posted-video-meta>div{display:flex;flex-direction:column;gap:5px;min-width:0}
.admin-delete-video{border:0;border-radius:999px;background:#7d2f2f;color:#fff;padding:10px 16px;font:inherit;font-size:.78rem;font-weight:700;cursor:pointer;white-space:nowrap}
.admin-delete-video:hover,.admin-delete-video:focus-visible{background:#5f2020}
.no-video-testimonials{margin:0;padding:20px;background:#fff;border:1px dashed #cdbfAA;border-radius:10px;color:#6a645b;text-align:center}
@media(max-width:680px){.posted-video-meta{align-items:flex-start;flex-direction:column}.admin-delete-video{width:100%}}

/* Our Team alignment: keep Michael's card aligned with Ave and Carl */
.tasse-team-grid{align-items:stretch;}
.tasse-team-card{display:flex;flex-direction:column;height:100%;}
.team-image-holder{flex:0 0 350px;}
.team-card-copy{display:flex;flex-direction:column;flex:1;}
.team-role{min-height:1.2em;margin-bottom:0;}
.credential-holder{margin-top:18px;}
@media(max-width:680px){.team-image-holder{flex-basis:390px;}}

/* V38 Our Team: force equal card/photo heights so Michael aligns with Ave and Carl */
.tasse-team-grid{grid-auto-rows:1fr;align-items:stretch;}
.tasse-team-grid>.tasse-team-card{height:100%;min-height:0;}
.tasse-team-grid>.tasse-team-card .team-image-holder{height:350px!important;min-height:350px!important;max-height:350px!important;flex:0 0 350px!important;overflow:hidden;}
.tasse-team-grid>.tasse-team-card .team-image-holder img{width:100%!important;height:100%!important;object-fit:cover!important;display:block;}
.tasse-team-grid>.tasse-team-card .team-card-copy{flex:1 1 auto;}
@media(max-width:680px){.tasse-team-grid>.tasse-team-card .team-image-holder{height:390px!important;min-height:390px!important;max-height:390px!important;flex-basis:390px!important;}}


/* V40 — customer submission confirmation message */
.form-status.success-message,
.comment-status.success-message{
  margin-top:14px;
  padding:12px 14px;
  border:1px solid rgba(122,143,92,.45);
  border-radius:8px;
  background:rgba(122,143,92,.10);
  color:#435034;
  font-weight:600;
  line-height:1.45;
}
