.t4-header .logo-img{
    height: 125px;
    width: auto;
    margin: 15px 0;
    transition-duration: 0.3s;
}
.home-page .t4-main-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.home-page .article-aside{
    margin-bottom: 0 ;
}
.mod-footer span{
    float: right;
}
.mod-footer a{
    color: #e0a94a;
}
.footer_brand img{
    height: 110px;
    margin-bottom: 20px;
}
.footer_brand p{
    font-size: .92rem;
    line-height: 1.7;
    max-width: 300px;
}
.t4-slideshow{
    margin-top: -155px;
    background: linear-gradient(110deg, rgba(35, 32, 28, .88) 0%, rgba(35, 32, 28, .55) 45%, rgba(35, 32, 28, .25) 100%), linear-gradient(0deg, rgba(35, 32, 28, .5), rgba(35, 32, 28, 0) 40%) !important;
}
.t4-header{
    z-index: 999;
    background: rgba(0,0,0,0.0);
    transition-duration: 0.3s;
    border-bottom: none;
}
.not-at-top #t4-header.t4-sticky{
    background-color: #25211C;
}
.not-at-top #t4-header.t4-sticky .logo-img{
    height: 100px;
}
.header-test-btn{
    font-size: .85rem;
    font-weight: 600;
    padding: 11px 24px;
    border-radius: 50px;
    background: #c8862b;
    color: #fff;
    transition: all .3s;
}
.header-test-btn:hover{
    background: #e0a94a;
    transform: translateY(-2px);
    color: #fff;
}
.t4-header .nav-link{
    font-size: .9rem !important;
    font-weight: 500 !important;
    letter-spacing: .04em !important;
    color: rgba(255, 255, 255, .85) !important;
    position: relative !important;
    transition: color .3s var(--ease) !important;
}
.t4-header .menu-item-title{
    position: relative;
    display: inline-block;
}

.t4-header .menu-item-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1.5px;
    background: #c8862b;
    transition: width .3s ease;
}

.t4-header .nav-link:hover .menu-item-title::after{
    width: 100%;
}
.t4-megamenu .dropdown-toggle .item-caret::before{
    border-top: 4px solid #c8862b;
}
.slide-btn-left{
    box-shadow: 0 10px 26px rgba(200, 134, 43, .35) !important;
    border-radius: 50px;
    transition-duration: 0.3s;
}
.slide-btn-left:hover{
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(200, 134, 43, .45) !important;
}
.slide-btn-right{
    border-radius: 50px;
    transition-duration: 0.3s;
}
.slide-btn-right:hover{
    transform: translateY(-3px);
}
.slide-heading em{
    color: #e0a94a;
}
.hero-eyebrow .n2-ss-item-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-eyebrow .n2-ss-item-content::before {
    content: "";
    width: 40px;
    height: 1px;
    background: #e0a94a;
    flex-shrink: 0;
}
/* =========================================================
   TRUST BAR  —  3 columns
   Only one added class: .trust on the outer wrapper.
   Everything else targets your existing wf-* markup.
   ========================================================= */
.trust{
  background:#23201c;
  color:#fff;
  position:relative;
  z-index:5;
}

/* Row */
.trust .wf-columns{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  align-items:stretch;
  max-width:1240px;
  margin:0 auto;
  padding:0;
}

/* Each box */
.trust .wf-column{
  padding:34px 28px;
  text-align:center;
  border-right:1px solid rgba(255,255,255,.09);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
}
.trust .wf-column:last-child{border-right:none}

/* Kill default paragraph spacing */
.trust .wf-column p{margin:0;padding:0}

/* Top line — the big amber figure */
.trust .wf-column p:first-child{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:2.4rem;
  font-weight:600;
  color:#e0a94a;
  line-height:1;
}

/* Bottom line — the caption */
.trust .wf-column p:last-child{
  font-family:Inter,-apple-system,'Segoe UI',sans-serif;
  font-size:.78rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(255,255,255,.7);
  line-height:1.4;
}

/* Award badge — overrides the inline width/height on the img */
.trust .wf-column img{
  height:54px;
  width:auto;
  max-width:100%;
  object-fit:contain;
  display:block;
  margin:0 auto;
}

/* =========================== Responsive =========================== */
@media (max-width:768px){
  .trust .wf-columns{grid-template-columns:1fr 1fr}
  .trust .wf-column{padding:28px 20px}
  .trust .wf-column:nth-child(2){border-right:none}
  .trust .wf-column{border-bottom:1px solid rgba(255,255,255,.09)}
  .trust .wf-column:last-child{
    grid-column:1 / -1;
    border-bottom:none;
    border-right:none;
  }
  .trust .wf-column p:first-child{font-size:2.1rem}
}

@media (max-width:520px){
  .trust .wf-columns{grid-template-columns:1fr}
  .trust .wf-column{
    border-right:none;
    border-bottom:1px solid rgba(255,255,255,.09);
    padding:26px 18px;
  }
  .trust .wf-column:last-child{border-bottom:none}
  .trust .wf-column img{height:64px}
}
/* =========================================================
   A WARM WELCOME
   ========================================================= */
.welcome{
  position:relative;
  background:#efe6d6;
  padding:96px 0 104px;
  overflow:hidden;
  text-align:center;
}

/* Soft decorative glows, top-left and bottom-right */
.welcome::before,
.welcome::after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}
.welcome::before{
  width:520px;height:520px;top:-240px;left:-160px;
  background:radial-gradient(circle,rgba(200,134,43,.14),transparent 68%);
}
.welcome::after{
  width:560px;height:560px;bottom:-280px;right:-180px;
  background:radial-gradient(circle,rgba(181,83,47,.10),transparent 68%);
}

/* Row / column */
.welcome .wf-columns{
  position:relative;
  z-index:1;
  max-width:780px;
  margin:0 auto;
  padding:0 24px;
}
.welcome .wf-column{padding:0}
.welcome .wf-column p{margin:0}

/* "A warm Welcome" — italic serif script */
.welcome h2{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-style:italic;
  font-weight:500;
  font-size:clamp(2.6rem,6vw,4.2rem);
  line-height:1;
  color:#a86c1c;
  margin:0 0 20px;
}

/* Logo mark — overrides the inline width/height on the img */
.welcome img{
  height:88px;
  width:auto;
  max-width:100%;
  display:block;
  margin:0 auto 14px;
  opacity:.92;
}

/* Brand lockup */
.welcome .wf-column p:nth-of-type(2){
  font-family:Inter,-apple-system,'Segoe UI',sans-serif;
  font-size:.74rem;
  font-weight:600;
  letter-spacing:.26em;
  text-transform:uppercase;
  color:#23201c;
  opacity:.55;
  margin-bottom:30px;
}
.welcome .wf-column p:nth-of-type(2) span{
  display:block;
  margin-top:5px;
  color:#a86c1c;
  opacity:1;
}

/* Diamond divider */
.welcome hr{
  border:0;
  width:158px;
  height:7px;
  margin:0 auto 32px;
  position:relative;
  opacity: 1;
  background:
    linear-gradient(rgba(35,32,28,.18),rgba(35,32,28,.18)) left center/70px 1px no-repeat,
    linear-gradient(rgba(35,32,28,.18),rgba(35,32,28,.18)) right center/70px 1px no-repeat;
}
.welcome hr::after{
  content:"";
  position:absolute;
  left:50%;top:50%;
  width:7px;height:7px;
  transform:translate(-50%,-50%) rotate(45deg);
  background:#c8862b;
}

/* Lead line */
.welcome .lead{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:clamp(1.45rem,2.7vw,1.95rem);
  line-height:1.42;
  color:#23201c;
  margin-bottom:22px!important;
}
.welcome .lead strong{color:#a86c1c;font-weight:600}

/* Body copy */
.welcome .wf-column p:nth-of-type(4){
  font-family:Inter,-apple-system,'Segoe UI',sans-serif;
  font-size:1.06rem;
  line-height:1.85;
  color:rgba(35,32,28,.76);
  margin-bottom:24px;
}

/* Milestone pill */
.welcome .milestone{
  display:inline-block;
  font-family:Inter,-apple-system,'Segoe UI',sans-serif;
  font-size:.9rem;
  letter-spacing:.02em;
  color:#23201c;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(200,134,43,.3);
  border-radius:50px;
  padding:11px 26px;
  margin-bottom:36px!important;
}
.welcome .milestone strong{color:#a86c1c;font-weight:700}

/* Buttons */
.welcome .cta{
  display:flex;
  gap:14px;
  justify-content:center;
  flex-wrap:wrap;
}
.welcome .btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-family:Inter,-apple-system,'Segoe UI',sans-serif;
  font-weight:600;
  font-size:.95rem;
  letter-spacing:.02em;
  padding:15px 30px;
  border-radius:50px;
  text-decoration:none;
  transition:all .35s cubic-bezier(.22,.61,.36,1);
  background:#c8862b;
  color:#fff;
  box-shadow:0 10px 26px rgba(200,134,43,.35);
}
.welcome .btn:hover{
  background:#a86c1c;
  transform:translateY(-3px);
  box-shadow:0 16px 36px rgba(200,134,43,.45);
}
.welcome .btn-alt{
  background:transparent;
  color:#23201c;
  border:1.5px solid rgba(35,32,28,.28);
  box-shadow:none;
}
.welcome .btn-alt:hover{
  background:#23201c;
  color:#fff;
  border-color:#23201c;
  box-shadow:none;
}

/* =========================== Responsive =========================== */
@media (max-width:768px){
  .welcome{padding:76px 0 82px}
  .welcome img{height:74px}
}

@media (max-width:520px){
  .welcome{padding:64px 0 70px}
  .welcome img{height:66px}
  .welcome hr{width:130px}
  .welcome .cta{flex-direction:column;align-items:stretch}
  .welcome .btn{justify-content:center}
}
/* =========================================================
   WELCOME TO HUNGRY TUMS  (about / intro split section)
   All classes namespaced ht- to avoid Bootstrap / template
   collisions (.badge, .lead, .sign are all Bootstrap names).
   ========================================================= */

/* Shared font stacks — safe fallbacks if webfonts fail */
.ht-about{
  --ht-serif:'Cormorant Garamond','EB Garamond',Garamond,Georgia,'Times New Roman',serif;
  --ht-sans:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;

  background:#f7f1e7;
  padding:96px 0;
  position:relative;
}

/* ---------- Outer 2-column row ---------- */
.ht-about > .wf-columns{
  display:grid;
  grid-template-columns:1fr 1.08fr;
  gap:70px;
  align-items:center;
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
}
.ht-about > .wf-columns > .wf-column{position:relative;padding:0;min-width:0}
/* NB: no blanket `.ht-about p{margin:0}` here — it out-ranks the
   single-class rules below and collapses the paragraph spacing. */

/* ---------- Left: image + floating badge ---------- */
.ht-about__media{
  margin:0!important;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 18px 50px rgba(35,32,28,.13);
  aspect-ratio:4/5;
}
.ht-about__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* Badge sits inside the image edge so it can never overhang the column */
.ht-about__stat{
  position:absolute;
  bottom:22px;
  left:22px;
  width:auto;
  max-width:calc(100% - 44px);
  background:#23201c;
  color:rgba(255,255,255,.78);
  padding:18px 22px;
  border-radius:10px;
  box-shadow:0 18px 40px rgba(35,32,28,.30);
  font-family:var(--ht-sans);
  font-size:.76rem;
  font-weight:400;
  line-height:1.45;
  letter-spacing:.01em;
  text-align:left;
  text-transform:none;
  white-space:normal;
}
.ht-about__stat b{
  display:block;
  font-family:var(--ht-serif);
  font-size:1.85rem;
  font-weight:600;
  color:#e0a94a;
  line-height:1;
  margin-bottom:4px;
  letter-spacing:0;
}

/* ---------- Right: copy ---------- */
.ht-about__eyebrow{
  font-family:var(--ht-sans);
  font-size:11.5px;
  font-weight:600;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:#a86c1c;
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 16px!important;
}
.ht-about__eyebrow::before{
  content:"";
  width:30px;
  height:1px;
  background:#c8862b;
  flex:0 0 30px;
}

.ht-about__title{
  font-family:var(--ht-serif);
  font-weight:600;
  font-size:clamp(1.75rem,2.6vw,2.5rem);
  line-height:1.2;
  letter-spacing:0;
  color:#23201c;
  margin:0 0 20px;
  text-wrap:balance;
}
.ht-about__title em{
  font-style:italic;
  color:#a86c1c;
  font-weight:600;
}

.ht-about__copy{
  font-family:var(--ht-sans);
  color:#6f6659;
  font-size:.97rem;
  font-weight:400;
  line-height:1.75;
  margin:0 0 15px!important;
}
.ht-about__copy:last-of-type{margin-bottom:0!important}

/* Signature line */
.ht-about__sign{
  margin:26px 0 0!important;
  display:flex;
  align-items:baseline;
  gap:12px;
  flex-wrap:wrap;
}
.ht-about__sign b{
  font-family:var(--ht-serif);
  font-style:italic;
  font-weight:600;
  font-size:1.2rem;
  color:#a86c1c;
  letter-spacing:0;
}
.ht-about__sign i{
  font-family:var(--ht-sans);
  font-style:normal;
  font-size:.8rem;
  color:#8a8073;
}

/* ---------- Nested 3-column stats strip ---------- */
.ht-about .wf-column .wf-columns{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:38px;
  padding-top:30px;
  border-top:1px solid rgba(35,32,28,.13);
}
.ht-about .wf-column .wf-column{padding:0;min-width:0}

.ht-about .wf-column .wf-column p:first-child{
  font-family:var(--ht-serif);
  font-size:1.75rem;
  font-weight:600;
  color:#a86c1c;
  line-height:1;
  letter-spacing:0;
  margin:0;
}
.ht-about .wf-column .wf-column p:last-child{
  font-family:var(--ht-sans);
  font-size:.79rem;
  font-weight:400;
  color:#8a8073;
  letter-spacing:.03em;
  line-height:1.4;
  margin:7px 0 0;
}

/* =========================== Responsive =========================== */
@media (max-width:1024px){
  .ht-about > .wf-columns{grid-template-columns:1fr;gap:48px}
  .ht-about__media{max-width:520px;margin:0 auto}
}

@media (max-width:768px){
  .ht-about{padding:72px 0}
  .ht-about__title{font-size:clamp(1.6rem,5.4vw,2rem)}
  .ht-about .wf-column .wf-columns{
    grid-template-columns:repeat(3,1fr);
    gap:14px;
    margin-top:32px;
    padding-top:26px;
  }
  .ht-about .wf-column .wf-column p:first-child{font-size:1.5rem}
  .ht-about .wf-column .wf-column p:last-child{font-size:.72rem}
}

@media (max-width:520px){
  .ht-about{padding:60px 0}
  .ht-about__media{aspect-ratio:4/4.2}
  .ht-about__stat{
    bottom:16px;
    left:16px;
    max-width:calc(100% - 32px);
    padding:15px 18px;
  }
  .ht-about__stat b{font-size:1.6rem}
  .ht-about .wf-column .wf-columns{grid-template-columns:1fr;gap:18px}
  .ht-about__sign{gap:6px}
}
/* =========================================================
   HUNGRY TUMS  —  SERVICES SECTION  (single Joomla article)
   Contains:  1) .ht-svc   service cards, 3 rows x 3 columns
              2) .ht-list  dark numbered category panel
   ========================================================= */

/* ---------- Shared design tokens ---------- */
.ht-svc,
.ht-list{
  --ht-serif:'Cormorant Garamond','EB Garamond',Garamond,Georgia,'Times New Roman',serif;
  --ht-sans:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
}

.ht-svc{
  background:#fbf7f0;
  padding:96px 0;
}

/* =========================================================
   1. SECTION HEAD
   ========================================================= */
.ht-svc__head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:36px;
  flex-wrap:wrap;
  max-width:1200px;
  margin:0 auto 46px;
  padding:0 24px;
}
.ht-svc__head > div{max-width:640px}

.ht-svc__eyebrow{
  font-family:var(--ht-sans);
  font-size:11.5px;
  font-weight:600;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:#a86c1c;
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 16px!important;
}
.ht-svc__eyebrow::before{
  content:"";
  width:30px;
  height:1px;
  background:#c8862b;
  flex:0 0 30px;
}

.ht-svc__title{
  font-family:var(--ht-serif);
  font-weight:600;
  font-size:clamp(1.75rem,2.6vw,2.5rem);
  line-height:1.2;
  letter-spacing:0;
  color:#23201c;
  margin:0;
}
.ht-svc__title em{font-style:italic;color:#a86c1c;font-weight:600}

.ht-svc__lead{
  font-family:var(--ht-sans);
  font-size:.97rem;
  font-weight:400;
  color:#6f6659;
  line-height:1.75;
  max-width:600px;
  margin:14px 0 0!important;
}

.ht-svc__btn{
  font-family:var(--ht-sans);
  font-size:.85rem;
  font-weight:600;
  letter-spacing:.02em;
  color:#23201c;
  background:transparent;
  border:1.5px solid rgba(35,32,28,.22);
  border-radius:50px;
  padding:12px 26px;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:9px;
  white-space:nowrap;
  transition:all .35s cubic-bezier(.22,.61,.36,1);
}
.ht-svc__btn:hover{
  border-color:#c8862b;
  color:#a86c1c;
  text-decoration:none;
}
.ht-svc__btn span{transition:transform .35s cubic-bezier(.22,.61,.36,1)}
.ht-svc__btn:hover span{transform:translateX(4px)}

/* =========================================================
   2. CARD ROWS
   ========================================================= */
.ht-svc .wf-columns{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
  align-items:stretch;
}
/* Space between the three rows */
.ht-svc .wf-columns + .wf-columns{margin-top:26px}

/* Each column IS a card */
.ht-svc .wf-column{
  background:#fff;
  border:1px solid rgba(35,32,28,.05);
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 2px 10px rgba(35,32,28,.06);
  display:flex;
  flex-direction:column;
  padding:0;
  min-width:0;
  transition:transform .45s cubic-bezier(.22,.61,.36,1),
             box-shadow .45s cubic-bezier(.22,.61,.36,1);
}
.ht-svc .wf-column:hover{
  transform:translateY(-8px);
  box-shadow:0 24px 60px rgba(35,32,28,.16);
}

/* Card image */
.ht-svc__media{
  margin:0!important;
  aspect-ratio:4/3;
  overflow:hidden;
  position:relative;
  flex:0 0 auto;
}
.ht-svc__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .7s cubic-bezier(.22,.61,.36,1);
}
.ht-svc .wf-column:hover .ht-svc__media img{transform:scale(1.07)}

/* Card title */
.ht-svc .wf-column h3{
  font-family:var(--ht-serif);
  font-size:1.25rem;
  font-weight:600;
  line-height:1.25;
  letter-spacing:0;
  color:#23201c;
  margin:22px 22px 8px;
}

/* Card body copy — flex:1 pushes the link to the bottom
   so every card in a row lines up */
.ht-svc .wf-column h3 + p{
  font-family:var(--ht-sans);
  font-size:.89rem;
  font-weight:400;
  line-height:1.7;
  color:#6f6659;
  margin:0 22px 18px!important;
  flex:1 1 auto;
}

/* Card link */
.ht-svc .wf-column > p:last-child{
  margin:0 22px 24px!important;
}
.ht-svc__link{
  font-family:var(--ht-sans);
  font-size:.76rem;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#a86c1c;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:8px;
  transition:gap .3s cubic-bezier(.22,.61,.36,1);
}
.ht-svc__link:hover{color:#a86c1c;text-decoration:none}
.ht-svc .wf-column:hover .ht-svc__link{gap:14px}

/* =========================================================
   3. SERVICE CATEGORY LIST  (dark panel)
   Sits inside .ht-svc, aligned to the same grid as the cards
   (1200 - 48px gutter = 1152px), exactly as the design.
   ========================================================= */
.ht-list{
  max-width:1152px;
  margin:80px auto 0;
  background:#23201c;
  border-radius:20px;
  padding:60px 52px 54px;
  position:relative;
  overflow:hidden;
}

/* Faint photographic texture behind the panel */
.ht-list::before{
  content:"";
  position:absolute;
  inset:0;
  background:url('../images/home_images/gallery-05.jpg') center/cover;
  opacity:.07;
  mix-blend-mode:overlay;
  pointer-events:none;
}

/* ---------- Panel head ---------- */
.ht-list__head{
  position:relative;
  z-index:1;
  text-align:center;
  margin-bottom:40px;
}

.ht-list__eyebrow{
  font-family:var(--ht-sans);
  font-size:11.5px;
  font-weight:600;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:#e0a94a;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:0 0 14px!important;
}
.ht-list__eyebrow::before,
.ht-list__eyebrow::after{
  content:"";
  width:30px;
  height:1px;
  background:#e0a94a;
  flex:0 0 30px;
}

.ht-list__title{
  font-family:var(--ht-serif);
  font-weight:600;
  font-size:clamp(1.6rem,2.4vw,2.2rem);
  line-height:1.2;
  letter-spacing:0;
  color:#fff;
  margin:0 0 10px;
}
.ht-list__title em{font-style:italic;color:#e0a94a;font-weight:600}

.ht-list__sub{
  font-family:var(--ht-sans);
  font-size:.93rem;
  font-weight:400;
  line-height:1.7;
  color:rgba(247,241,231,.66);
  max-width:520px;
  margin:0 auto!important;
}

/* ---------- Numbered grid ---------- */
.ht-list ul{
  position:relative;
  z-index:1;
  list-style:none!important;
  counter-reset:htsvc;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  margin:0!important;
  padding:0!important;
  border-top:1px solid rgba(247,241,231,.13);
}

.ht-list ul li{
  counter-increment:htsvc;
  display:flex;
  align-items:center;
  gap:15px;
  padding:18px 18px;
  margin:0;
  font-family:var(--ht-serif);
  font-size:1.1rem;
  font-weight:600;
  line-height:1.3;
  color:#f7f1e7;
  list-style:none!important;
  border-bottom:1px solid rgba(247,241,231,.13);
  border-right:1px solid rgba(247,241,231,.13);
  transition:background .3s cubic-bezier(.22,.61,.36,1),
             color .3s cubic-bezier(.22,.61,.36,1),
             padding-left .3s cubic-bezier(.22,.61,.36,1);
}

/* Auto-numbering: 01, 02, 03 ... */
.ht-list ul li::before{
  content:counter(htsvc,decimal-leading-zero);
  font-family:var(--ht-sans);
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.1em;
  color:#c8862b;
  flex:0 0 22px;
}

/* No right border on the last column, or on the final item
   (stops a border dangling into the empty trailing grid cell) */
.ht-list ul li:nth-child(3n),
.ht-list ul li:last-child{border-right:none}

.ht-list ul li:hover{
  background:rgba(200,134,43,.12);
  color:#fff;
  padding-left:26px;
}

/* ---------- Panel foot button ---------- */
.ht-list__foot{
  position:relative;
  z-index:1;
  text-align:center;
  margin:40px 0 0!important;
}

.ht-list__btn{
  font-family:var(--ht-sans);
  font-size:.85rem;
  font-weight:600;
  letter-spacing:.02em;
  color:#fff;
  background:#c8862b;
  border:0;
  border-radius:50px;
  padding:14px 30px;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:9px;
  box-shadow:0 10px 26px rgba(200,134,43,.32);
  transition:all .35s cubic-bezier(.22,.61,.36,1);
}
.ht-list__btn:hover{
  background:#a86c1c;
  color:#fff;
  text-decoration:none;
  transform:translateY(-3px);
  box-shadow:0 16px 36px rgba(200,134,43,.42);
}

/* =========================================================
   4. RESPONSIVE  (must stay last so it wins the cascade)
   ========================================================= */
@media (max-width:1024px){
  /* cards */
  .ht-svc .wf-columns{grid-template-columns:repeat(2,1fr);gap:22px}
  .ht-svc .wf-columns + .wf-columns{margin-top:22px}

  /* list panel — keep it inset by the same 24px gutter as the cards */
  .ht-list{padding:52px 34px 48px;margin:64px 24px 0}
  .ht-list ul{grid-template-columns:repeat(2,1fr)}
  /* reinstate the 3rd-column border, then clear the new 2nd column */
  .ht-list ul li:nth-child(3n){border-right:1px solid rgba(247,241,231,.13)}
  .ht-list ul li:nth-child(2n),
  .ht-list ul li:last-child{border-right:none}
}

@media (max-width:768px){
  /* cards */
  .ht-svc{padding:72px 0}
  .ht-svc__head{margin-bottom:38px}
  .ht-svc__title{font-size:clamp(1.6rem,5.4vw,2rem)}
  .ht-svc .wf-columns{grid-template-columns:1fr;gap:20px}
  .ht-svc .wf-columns + .wf-columns{margin-top:20px}
  .ht-svc__btn{width:100%;justify-content:center}

  /* list panel */
  .ht-list{margin:56px 24px 0;padding:46px 26px 42px;border-radius:16px}
  .ht-list__head{margin-bottom:32px}
}

@media (max-width:520px){
  /* cards */
  .ht-svc{padding:60px 0}
  .ht-svc .wf-column h3{font-size:1.18rem;margin:20px 20px 8px}
  .ht-svc .wf-column h3 + p{margin:0 20px 16px!important}
  .ht-svc .wf-column > p:last-child{margin:0 20px 22px!important}

  /* list panel */
  .ht-list{margin:48px 24px 0;padding:40px 20px 36px;border-radius:12px}
  .ht-list ul{grid-template-columns:1fr}
  .ht-list ul li{
    border-right:none!important;
    font-size:1.05rem;
    padding:15px 12px;
  }
  .ht-list ul li:hover{padding-left:20px}
  .ht-list__foot{margin-top:32px!important}
  .ht-list__btn{width:100%;justify-content:center}
}
/* =========================================================
   HUNGRY TUMS  —  YOUR PERFECT WEDDING FEAST
   Dark full-bleed split section: copy left / image right.
   Values are 1:1 with the approved design (build/css/style.css).
   rem values from the design are converted to px (1rem = 16px)
   so they are independent of the template's root font-size.
   ========================================================= */

.ht-wed{
  --ht-serif:'Cormorant Garamond','EB Garamond',Garamond,Georgia,'Times New Roman',serif;
  --ht-sans:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;

  background:#2e2a24;
  color:#f7f1e7;
  padding:0;
  overflow:hidden;
}

/* ---------- The split grid ---------- */
.ht-wed .wf-columns{
  display:grid;
  grid-template-columns:1fr 1.05fr;
  gap:0;
  align-items:stretch;
  max-width:1280px;
  margin:0 auto;
  padding:0 24px;
  box-sizing:border-box;
}
.ht-wed .wf-column{padding:0;min-width:0;box-sizing:border-box}

/* ---------- Left: copy ---------- */
.ht-wed .wf-column:first-child{
  padding:96px 64px 96px 0;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.ht-wed__eyebrow{
  font-family:var(--ht-sans);
  font-size:13px;
  font-weight:600;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:#e0a94a;
  display:flex;
  align-items:center;
  gap:14px;
  margin:0 0 22px!important;
  line-height:1.7;
}
.ht-wed__eyebrow::before{
  content:"";
  width:34px;
  height:1px;
  background:#e0a94a;
  flex:0 0 34px;
}

.ht-wed__title{
  font-family:var(--ht-serif);
  font-weight:600;
  font-size:clamp(35.2px,4.6vw,56px);     /* = clamp(2.2rem,4.6vw,3.5rem) */
  line-height:1.08;
  letter-spacing:0;
  color:#fff !important;
  margin:0 0 14px;
}
/* second half of the heading drops to its own line, in amber italic */
.ht-wed__title em{
  font-style:italic;
  color:#e0a94a;
  font-weight:600;
  display:block;
}

.ht-wed__tag{
  font-family:var(--ht-serif);
  font-style:italic;
  font-size:19.5px;                      /* 1.22rem */
  font-weight:400;
  line-height:1.7;
  color:#e0a94a;
  margin:0 0 24px!important;
}

/* Body copy — the paragraph directly after the tag line */
.ht-wed__tag + p{
  font-family:var(--ht-sans);
  font-size:16.5px;                      /* 1.03rem */
  font-weight:400;
  line-height:1.85;
  color:rgba(247,241,231,.78);
  margin:0 0 28px!important;
}

/* ---------- Bullet list (diamond markers) ---------- */
.ht-wed ul{
  list-style:none!important;
  margin:0 0 34px!important;
  padding:0!important;
}
.ht-wed ul li{
  position:relative;
  padding-left:30px;
  margin:0 0 13px;
  font-family:var(--ht-sans);
  font-size:15.5px;                      /* .97rem */
  font-weight:400;
  line-height:1.7;
  color:rgba(247,241,231,.86);
  list-style:none!important;
}
.ht-wed ul li::before{
  content:"";
  position:absolute;
  left:0;
  top:8px;
  width:8px;
  height:8px;
  transform:rotate(45deg);
  background:#c8862b;
}

/* ---------- Buttons ---------- */
.ht-wed__cta{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin:0!important;
}
.ht-wed__btn{
  font-family:var(--ht-sans);
  font-size:15.2px;                      /* .95rem */
  font-weight:600;
  letter-spacing:.02em;
  line-height:1.7;
  color:#fff !important;
  background:#c8862b;
  border:0;
  border-radius:50px;
  padding:15px 30px;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:10px;
  box-shadow:0 10px 26px rgba(200,134,43,.35);
  transition:all .35s cubic-bezier(.22,.61,.36,1);
}
.ht-wed__btn:hover{
  background:#a86c1c;
  color:#fff;
  text-decoration:none;
  transform:translateY(-3px);
  box-shadow:0 16px 36px rgba(200,134,43,.45);
}
/* Secondary outline button */
.ht-wed__btn--ghost{
  background:transparent;
  border:1.5px solid rgba(255,255,255,.6);
  box-shadow:none;
}
.ht-wed__btn--ghost:hover{
  background:#fff;
  border-color:#fff;
  color:#23201c !important;
  box-shadow:none;
}

/* ---------- Right: image ---------- */
.ht-wed .wf-column:last-child{
  position:relative;
  min-height:560px;
}
.ht-wed__media{
  margin:0!important;
  position:absolute;
  inset:0;
}
.ht-wed__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
/* Soft charcoal fade on the left so the image melts into the copy */
.ht-wed__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#2e2a24 0%,rgba(46,42,36,.35) 26%,transparent 60%);
  pointer-events:none;
}

/* ---------- "Since 1995" stamp ---------- */
.ht-wed__stamp{
  position:absolute;
  z-index:2;
  right:34px;
  bottom:34px;
  margin:0!important;
  background:rgba(35,32,28,.86);
  backdrop-filter:blur(6px);
  border:1px solid rgba(200,134,43,.35);
  border-radius:10px;
  padding:16px 24px;
  text-align:center;
  line-height:1.7;
}
.ht-wed__stamp span{
  display:block;
  font-family:var(--ht-sans);
  font-size:10.25px;                     /* .64rem */
  font-weight:700;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:#e0a94a;
  margin-bottom:4px;
}
.ht-wed__stamp strong{
  display:block;
  font-family:var(--ht-serif);
  font-size:18.4px;                      /* 1.15rem */
  font-weight:600;
  color:#fff;
  line-height:1.7;
}

/* =========================== Responsive =========================== */
@media (max-width:1024px){
  .ht-wed .wf-columns{grid-template-columns:1fr}

  /* image moves above the copy and goes edge-to-edge */
  .ht-wed .wf-column:first-child{padding:64px 0;order:2}
  .ht-wed .wf-column:last-child{
    order:1;
    min-height:420px;
    margin:0 calc(50% - 50vw);
    width:100vw;
  }
  .ht-wed__media::after{
    background:linear-gradient(180deg,rgba(46,42,36,.55) 0%,rgba(46,42,36,.15) 45%,transparent 100%);
  }
}

@media (max-width:768px){
  .ht-wed .wf-column:first-child{padding:56px 0 60px}
  .ht-wed .wf-column:last-child{min-height:340px}
}

@media (max-width:520px){
  .ht-wed .wf-column:first-child{padding:48px 0 54px}
  .ht-wed .wf-column:last-child{min-height:290px}
  .ht-wed__cta{flex-direction:column;align-items:stretch}
  .ht-wed__btn{justify-content:center}
  .ht-wed__stamp{right:18px;bottom:18px;padding:12px 18px}
}
/* =========================================================
   HUNGRY TUMS  —  SIGNATURE DISPLAYS  (showcase)
   Centred heading + two tall 4:5 image cards with captions.
   Values are 1:1 with the approved design (build/css/style.css).
   rem values converted to px (1rem = 16px) so they are
   independent of the template's root font-size.
   ========================================================= */

.ht-show{
  --ht-serif:'Cormorant Garamond','EB Garamond',Garamond,Georgia,'Times New Roman',serif;
  --ht-sans:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;

  background:#f7f1e7;
  padding:110px 0;
  position:relative;
}

/* ---------- Centred head ---------- */
.ht-show__head{
  max-width:1240px;
  margin:0 auto;
  padding:0 24px;
  box-sizing:border-box;
  text-align:center;
}

.ht-show__eyebrow{
  font-family:var(--ht-sans);
  font-size:13px;
  font-weight:600;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:#a86c1c;
  display:inline-flex;
  align-items:center;
  gap:14px;
  line-height:1.7;
  /* in the design the eyebrow is inline-flex on a 17px body text line,
     which adds 8px above and 1px below — reproduced here */
  margin:8px 0 23px!important;
  vertical-align:top;
}
.ht-show__eyebrow::before{
  content:"";
  width:34px;
  height:1px;
  background:#c8862b;
  display:inline-block;
}

.ht-show__title{
  font-family:var(--ht-serif);
  font-weight:600;
  font-size:clamp(35.2px,5vw,57.6px);     /* clamp(2.2rem,5vw,3.6rem) */
  line-height:1.12;
  letter-spacing:-.01em;
  color:#23201c;
  margin:0;
}
.ht-show__title em{font-style:italic;color:#a86c1c;font-weight:600}

/* Sub line — the paragraph directly after the title */
.ht-show__title + p{
  font-family:var(--ht-sans);
  font-size:17px;
  font-weight:400;
  line-height:1.7;
  color:#23201c;
  margin:0!important;
}

/* ---------- Two-up card grid ---------- */
.ht-show .wf-columns{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
  align-items:start;
  max-width:1240px;
  margin:56px auto 0;
  padding:0 24px;
  box-sizing:border-box;
}

/* Each column IS a card */
.ht-show .wf-column{
  position:relative;
  padding:0;
  min-width:0;
  aspect-ratio:4/5;
  border-radius:20px;
  overflow:hidden;
  cursor:pointer;
  box-shadow:0 14px 40px rgba(35,32,28,.12);
  background:#000;
}

/* Image fills the card */
.ht-show .wf-column > p:first-child{
  margin:0!important;
  position:absolute;
  inset:0;
}
.ht-show .wf-column > p:first-child img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform 1s cubic-bezier(.22,.61,.36,1);
}
.ht-show .wf-column:hover > p:first-child img{transform:scale(1.05)}

/* Dark fade behind the caption */
.ht-show .wf-column::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 45%,rgba(35,32,28,.82) 100%);
  pointer-events:none;
}

/* Caption block — the paragraph after the image */
.ht-show .wf-column > p:last-child{
  position:absolute;
  z-index:2;
  left:30px;
  right:30px;
  bottom:28px;
  margin:0!important;
}
.ht-show .wf-column > p:last-child strong{
  display:block;
  font-family:var(--ht-serif);
  font-size:24.8px;                       /* 1.55rem */
  font-weight:600;
  line-height:1.7;
  color:#fff;
  margin-bottom:6px;
}
.ht-show .wf-column > p:last-child span{
  display:block;
  font-family:var(--ht-sans);
  font-size:12.8px;                       /* .8rem */
  font-weight:400;
  letter-spacing:.08em;
  line-height:1.7;
  text-transform:uppercase;
  color:#e0a94a;
}

/* =========================== Responsive =========================== */
@media (max-width:768px){
  .ht-show{padding:80px 0}
  .ht-show .wf-columns{grid-template-columns:1fr;gap:20px}
  .ht-show .wf-column{aspect-ratio:4/3.6}
}

@media (max-width:520px){
  .ht-show__title + p{font-size:16px}   /* design drops body to 16px on small screens */
  .ht-show__eyebrow{margin:7px 0 23px!important}
  .ht-show .wf-columns{gap:18px}
  .ht-show .wf-column{aspect-ratio:4/3.4}
  .ht-show .wf-column > p:last-child{left:20px;right:20px;bottom:20px}
  .ht-show .wf-column > p:last-child strong{font-size:20px}   /* 1.25rem */
}
/* =========================================================
   HUNGRY TUMS  —  "LET US CATER" CTA STRIP
   Gradient band, centred, with a faint photo overlay.
   Values are 1:1 with the approved design (build/css/style.css).
   rem → px at 1rem = 16px.
   ========================================================= */

.ht-cta{
  --ht-serif:'Cormorant Garamond',Georgia,'Times New Roman',serif;
  --ht-sans:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  --ht-ease:cubic-bezier(.22,.61,.36,1);

  background:linear-gradient(120deg,#b5532f,#a86c1c);
  color:#fff;
  text-align:center;
  padding:80px 24px;
  position:relative;
  overflow:hidden;
  box-sizing:border-box;
}

/* faint photo texture over the gradient */
.ht-cta::before{
  content:"";
  position:absolute;
  inset:0;
  background:url('/images/home_images/gallery-07.jpg') center/cover;
  opacity:.12;
  mix-blend-mode:overlay;
  pointer-events:none;
}

/* keep content above the overlay + hold the 1240px measure */
.ht-cta > *{
  position:relative;
  z-index:1;
  max-width:1192px;
  margin-left:auto;
  margin-right:auto;
}

.ht-cta h2{
  font-family:var(--ht-serif);
  font-size:clamp(32px,4.5vw,51.2px);     /* clamp(2rem,4.5vw,3.2rem) */
  font-weight:600;
  line-height:1.12;
  letter-spacing:normal;
  color:#fff;
  margin:0 auto 16px!important;
}

.ht-cta p{
  font-family:var(--ht-sans);
  font-size:17.92px;                      /* 1.12rem */
  font-weight:400;
  line-height:1.7;
  color:rgba(255,255,255,.9);
  max-width:560px;
  margin:0 auto 34px!important;
}

/* the paragraph holding the button */
.ht-cta p:last-child{
  font-size:17px;                         /* matches the design's text line */
  max-width:none;
  margin:0 auto!important;
}

/* ---------- Button ---------- */
.ht-cta a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-family:var(--ht-sans);
  font-weight:600;
  font-size:15.2px;                       /* .95rem */
  line-height:1.7;
  letter-spacing:.02em;
  padding:15px 30px;
  border-radius:50px;
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,.7);
  text-decoration:none;
  transition:all .35s var(--ht-ease);
}
.ht-cta a span{transition:transform .35s var(--ht-ease)}
.ht-cta a:hover,.ht-cta a:focus{
  background:#fff;
  color:#b5532f;
  border-color:#fff;
  transform:translateY(-3px);
  text-decoration:none;
}
.ht-cta a:hover span{transform:translateX(4px)}

/* =========================== Responsive =========================== */
@media (max-width:520px){
  .ht-cta p:last-child{font-size:16px}    /* design drops body to 16px */
}
