@import url('https://fonts.googleapis.com/css2?family=Anton&family=Fredoka:wght@500;600;700&family=Nunito+Sans:ital,opsz,wght@0,6..12,400;0,6..12,600;0,6..12,700;0,6..12,800;1,6..12,600&display=swap');

:root {
  --orange-light: #FAA61A;
  --orange: #F68C1E;
  --orange-deep: #E8720C;
  --green: #82A738;
  --green-deep: #6C8C2C;
  --charcoal: #3A3B3B;
  --charcoal-soft: #4D4E4E;
  --cream: #FFF8EC;
  --cream-deep: #FBEFD9;
  --white: #FFFFFF;
  --line: rgba(58, 59, 59, 0.12);
  --font-display: 'Fredoka', system-ui, sans-serif;
  --font-body: 'Nunito Sans', system-ui, sans-serif;
  --font-impact: 'Anton', 'Fredoka', system-ui, sans-serif;
  --carrot-taper: polygon(0 0, 100% 0, 92% 55%, 78% 78%, 55% 95%, 40% 100%, 25% 88%, 8% 60%);
  /* Corporate / B2B accent palette (Carrot Corporate Solutions) */
  --midnight: #16233F;
  --midnight-deep: #0D1626;
  --midnight-soft: #24365C;
  --gold: #C9A227;
  --gold-light: #E4C568;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
body { font-family: var(--font-body); color: var(--charcoal); background: var(--cream); line-height: 1.5; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; border-radius: 4px; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.eyebrow { display: none; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 600; font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--orange-deep); }
.eyebrow::before { content: ''; width: 10px; height: 14px; background: linear-gradient(180deg, var(--orange-light), var(--orange)); clip-path: var(--carrot-taper); }
.eyebrow.on-dark { color: var(--orange-light); }
.eyebrow.corporate { color: var(--gold); }
.eyebrow.corporate::before { background: linear-gradient(180deg, var(--gold-light), var(--gold)); }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.1; }
h1, h2 { color: var(--orange-deep); }
h3, h4 { color: var(--charcoal); }
h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 700; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.6rem); font-weight: 600; }
h3 { font-size: 1.3rem; font-weight: 600; }
p.lead { font-size: 1.1rem; color: var(--charcoal-soft); max-width: 46ch; }
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; border-radius: 100px; font-family: var(--font-display); font-weight: 600; font-size: 0.95rem; letter-spacing: 0.02em; transition: transform 0.15s ease, box-shadow 0.15s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(180deg, var(--orange-light), var(--orange)); color: var(--white); box-shadow: 0 6px 18px rgba(246, 140, 30, 0.35); }
.btn-primary:hover { box-shadow: 0 10px 24px rgba(246, 140, 30, 0.45); }
.btn-dark { background: var(--charcoal); color: var(--white); }
.btn-outline { background: transparent; border: 2px solid var(--charcoal); color: var(--charcoal); padding: 12px 26px; }
.btn-outline:hover { background: var(--charcoal); color: var(--white); }
.btn-outline-light { background: transparent; border: 2px solid var(--white); color: var(--white); padding: 12px 26px; }
.btn-outline-light:hover { background: var(--white); color: var(--charcoal); }
.btn-corporate { background: linear-gradient(180deg, var(--midnight-soft), var(--midnight)); color: var(--white); box-shadow: 0 6px 18px rgba(13, 22, 38, 0.35); }
.btn-corporate:hover { box-shadow: 0 10px 24px rgba(13, 22, 38, 0.45); }
.btn-gold { background: linear-gradient(180deg, var(--gold-light), var(--gold)); color: var(--midnight-deep); box-shadow: 0 6px 18px rgba(201, 162, 39, 0.35); }
.btn-gold:hover { box-shadow: 0 10px 24px rgba(201, 162, 39, 0.45); }
.btn-block { width: 100%; justify-content: center; }
.btn[disabled], .btn.is-disabled { opacity: 0.55; pointer-events: none; }

/* ---- Header / Nav ---- */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--charcoal); }
.topbar { background: rgba(0,0,0,0.2); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.03em; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 6px; padding-top: 8px; padding-bottom: 8px; color: var(--orange-light); text-transform: uppercase; flex-wrap: wrap; }
.topbar .topbar-item { display: inline-flex; align-items: center; gap: 6px; }
.topbar a:hover { color: var(--white); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; max-width: 1600px; margin: 0 auto; gap: 12px; }
.nav-logo { display: flex; align-items: center; gap: 9px; flex: none; }
.nav-logo img { height: 46px; width: auto; }
.nav-logo-word { display: flex; flex-direction: column; line-height: 1.05; }
.nav-logo-word strong { font-family: var(--font-display); color: var(--white); font-size: 0.92rem; font-weight: 700; white-space: nowrap; }
.nav-logo-word span { font-family: var(--font-display); color: var(--orange-light); font-size: 0.62rem; letter-spacing: 0.05em; text-transform: uppercase; white-space: nowrap; }
.nav-links { display: flex; align-items: center; gap: 10px; flex-wrap: nowrap; }
.nav-links a { color: var(--white); font-family: var(--font-display); font-weight: 600; font-size: 0.9rem; letter-spacing: 0; padding: 8px 1px; border-bottom: 2px solid transparent; transition: border-color 0.15s ease, color 0.15s ease; white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { border-bottom-color: var(--orange-light); color: var(--orange-light); }
.nav-franchise { color: var(--gold-light); border: 1px solid rgba(228,197,104,0.5); border-radius: 100px; padding: 8px 14px; font-family: var(--font-display); font-weight: 600; font-size: 0.9rem; white-space: nowrap; transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease; }
.nav-franchise:hover, .nav-franchise.active { background: var(--gold); color: var(--midnight-deep); border-color: var(--gold); }
.nav-cta { display: flex; align-items: center; gap: 10px; flex: none; }
.nav-cta .btn-primary { padding: 10px 18px; font-size: 0.88rem; white-space: nowrap; }
.nav-toggle { display: none; color: var(--white); font-size: 1.6rem; flex: none; }
@media (max-width: 1480px) {
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open { display: flex; flex-direction: column; align-items: flex-start; position: absolute; top: 100%; left: 0; right: 0; background: var(--charcoal); padding: 20px 24px 28px; gap: 16px; box-shadow: 0 12px 20px rgba(0,0,0,0.2); flex-wrap: wrap; }
  .nav-links.open a { font-size: 0.92rem; }
}
@media (max-width: 640px) {
  .nav-logo-word { display: none; }
}
@media (max-width: 460px) {
  .nav-cta .btn-primary span.full { display: none; }
  .nav-franchise { padding: 9px 12px; font-size: 0.78rem; }
  .nav-cta { gap: 8px; }
}

/* ---- Hero (video / generic) ---- */
.hero { position: relative; background: var(--charcoal); overflow: hidden; }
.hero-grid { max-width: 1200px; margin: 0 auto; padding: 70px 24px 0; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; min-height: 560px; }
.hero-copy .eyebrow { color: var(--orange-light); }
.hero-copy .eyebrow::before { background: linear-gradient(180deg, var(--orange-light), var(--green)); }
.hero-copy h1 { color: var(--white); margin: 14px 0 18px; }
.hero-copy p.lead { color: rgba(255,255,255,0.8); margin-bottom: 30px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-media { position: relative; align-self: end; height: 100%; }
.hero-media img { width: 100%; height: auto; clip-path: var(--carrot-taper); transform: scaleX(-1); }
.hero-media::before { content: ''; position: absolute; inset: -30px -30px auto auto; width: 260px; height: 260px; background: radial-gradient(circle, rgba(250,166,26,0.35), transparent 70%); z-index: -1; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; padding-top: 40px; text-align: left; } .hero-media { order: -1; height: 280px; } }
.divider { height: 46px; background: var(--cream); position: relative; }
.divider::after { content: ''; position: absolute; left: 50%; top: 0; transform: translateX(-50%) rotate(180deg); width: 34px; height: 46px; background: linear-gradient(180deg, var(--green), var(--green-deep)); clip-path: var(--carrot-taper); }
.divider.on-cream { background: var(--white); }
.promo-section { padding: 70px 0 80px; }
.promo-section.tight { padding: 40px 0 60px; }
.section-head { text-align: center; margin-bottom: 44px; }
.section-head.left { text-align: left; }
.section-head .eyebrow { justify-content: center; }
.section-head.left .eyebrow { justify-content: flex-start; }
.section-head h2 { margin-top: 10px; }
.section-head p.lead { margin: 14px auto 0; text-align: center; }
.section-head.left p.lead { margin: 14px 0 0; text-align: left; }
.promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.promo-card { background: var(--charcoal); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.promo-card:hover { transform: translateY(-6px); box-shadow: 0 18px 34px rgba(0,0,0,0.18); }
.promo-card-media { aspect-ratio: 4/3; overflow: hidden; }
.promo-card-media img { width: 100%; height: 100%; object-fit: cover; }
.promo-card-body { padding: 22px 24px 28px; }
.promo-card-body .eyebrow { color: var(--orange-light); font-size: 0.75rem; }
.promo-card-body h3 { color: var(--white); margin: 8px 0 10px; }
.promo-card-body p { color: rgba(255,255,255,0.72); font-size: 0.95rem; }
.promo-card.light { background: var(--white); border: 1px solid var(--line); }
.promo-card.light .promo-card-body h3 { color: var(--charcoal); }
.promo-card.light .promo-card-body p { color: var(--charcoal-soft); }
.promo-card.corporate { background: var(--midnight); }
.promo-card.corporate .promo-card-body .eyebrow { color: var(--gold-light); }
@media (max-width: 900px) { .promo-grid { grid-template-columns: 1fr; } }

.feature-banner { background: linear-gradient(120deg, var(--orange-light), var(--orange) 55%, var(--orange-deep)); color: var(--white); border-radius: 22px; padding: 44px; display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 30px; position: relative; overflow: hidden; }
.feature-banner::before { content: ''; position: absolute; right: -60px; top: -60px; width: 220px; height: 220px; border-radius: 50%; background: rgba(255,255,255,0.14); }
.feature-banner h2 { color: var(--white); }
.feature-banner .tag { display: inline-block; background: var(--charcoal); color: var(--white); font-family: var(--font-display); font-weight: 600; font-size: 0.8rem; padding: 6px 14px; border-radius: 100px; margin-bottom: 14px; }
.feature-banner-media { background: rgba(255,255,255,0.15); border-radius: 16px; aspect-ratio: 4/3; overflow: hidden; }
.feature-banner-media img { width: 100%; height: 100%; object-fit: cover; }
.feature-banner.photo { background: var(--charcoal); }
.feature-banner.photo .feature-banner-bg { position: absolute; inset: 0; }
.feature-banner.photo .feature-banner-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.4; }
.feature-banner.photo .feature-banner-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(13,22,38,0.92), rgba(13,22,38,0.55)); }
.feature-banner.photo .feature-banner-copy { position: relative; z-index: 2; grid-column: 1 / -1; max-width: 60ch; }
.feature-banner.photo { display: block; padding: 60px 50px; }
@media (max-width: 900px) { .feature-banner { grid-template-columns: 1fr; padding: 30px; } .feature-banner.photo { padding: 40px 28px; } }

/* ---- Footer ---- */
.site-footer { background: var(--midnight-deep); color: rgba(255,255,255,0.75); padding: 60px 0 30px; margin-top: 90px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.footer-logo img { height: 46px; }
.footer-logo strong { display: block; color: var(--white); font-family: var(--font-display); font-size: 1.05rem; }
.footer-logo span { display: block; color: var(--gold-light); font-size: 0.7rem; letter-spacing: 0.06em; text-transform: uppercase; }
.footer-col-wide p { max-width: 32ch; font-size: 0.9rem; }
.footer-col h4 { color: var(--white); font-size: 0.95rem; margin-bottom: 16px; }
.footer-col a { display: block; font-size: 0.9rem; padding: 6px 0; transition: color 0.15s ease; }
.footer-col a:hover { color: var(--orange-light); }
.footer-social { display: flex; gap: 14px; margin-top: 16px; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; }
.footer-social a:hover { background: var(--orange); }
.footer-bottom { padding-top: 24px; font-size: 0.8rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---- Page hero (interior pages) ---- */
.page-hero { background: var(--charcoal); padding: 56px 0 70px; text-align: center; position: relative; }
.page-hero h1 { color: var(--white); }
.page-hero p.lead { color: rgba(255,255,255,0.75); margin: 14px auto 0; text-align: center; }
.page-hero.corporate { background: linear-gradient(160deg, var(--midnight), var(--midnight-deep)); }
.page-hero.left { text-align: left; }
.page-hero.left p.lead { margin-left: 0; margin-right: 0; text-align: left; }
.page-hero.left .hero-actions,
.page-hero.left .btn { margin-left: 0; }
.page-hero.has-photo { background-size: cover; background-position: center; }
.page-hero.has-photo::before { content: ''; position: absolute; inset: 0; z-index: 0; background: linear-gradient(160deg, rgba(10,14,20,0.90), rgba(10,14,20,0.72)); }
.page-hero.has-photo.corporate::before { background: linear-gradient(160deg, rgba(13,22,38,0.92), rgba(13,22,38,0.76)); }
.page-hero.has-photo > .container,
.page-hero.has-photo > .page-hero-media,
.page-hero.has-photo > .page-hero-split { position: relative; z-index: 1; }
.page-hero .btn { margin-top: 24px; }
.page-hero-media { max-width: 1200px; margin: 34px auto 0; padding: 0 24px; }
.page-hero-media img { width: 100%; border-radius: 20px; aspect-ratio: 21/8; object-fit: cover; }
.page-hero-split { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin-top: 34px; border-radius: 20px; overflow: hidden; }
.page-hero-split img { width: 100%; height: 260px; object-fit: cover; }
@media (max-width: 800px) { .page-hero-split { grid-template-columns: 1fr; } }

/* ---- Menu ---- */
.menu-tabs-row { display: flex; align-items: center; gap: 10px; margin: -34px auto 50px; max-width: 1000px; }
.menu-tabs { display: flex; gap: 8px; overflow-x: auto; background: var(--cream-deep); border-radius: 100px; padding: 6px; position: relative; z-index: 2; flex: 1; margin: 0; }
.menu-tabs::-webkit-scrollbar { display: none; }
.menu-tab { flex: none; padding: 12px 22px; border-radius: 100px; font-family: var(--font-display); font-weight: 600; font-size: 0.85rem; letter-spacing: 0.02em; color: var(--charcoal-soft); white-space: nowrap; transition: background 0.15s ease, color 0.15s ease; }
.menu-tab:hover { background: rgba(58,59,59,0.08); }
.menu-tab.active { background: var(--charcoal); color: var(--white); }
.tab-arrow { flex: none; width: 38px; height: 38px; border-radius: 50%; background: var(--white); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; font-size: 1rem; color: var(--charcoal); box-shadow: 0 4px 10px rgba(0,0,0,0.06); }
.tab-arrow:hover { background: var(--charcoal); color: var(--white); }
.menu-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; padding-bottom: 40px; }
.menu-item-card { background: var(--white); border-radius: 16px; padding: 20px; text-align: center; border: 1px solid var(--line); transition: transform 0.15s ease, box-shadow 0.15s ease; }
.menu-item-card:hover { transform: translateY(-4px); box-shadow: 0 14px 26px rgba(58,59,59,0.1); }
.menu-item-media { aspect-ratio: 1; border-radius: 12px; overflow: hidden; margin-bottom: 16px; background: var(--cream-deep); }
.menu-item-media img { width: 100%; height: 100%; object-fit: cover; }
.menu-item-card h3 { font-size: 1.05rem; margin-bottom: 6px; }
.menu-item-cals { font-size: 0.82rem; color: var(--charcoal-soft); margin-bottom: 16px; }
.menu-item-price { font-family: var(--font-display); font-weight: 700; color: var(--orange-deep); font-size: 1.15rem; margin-bottom: 14px; }
.menu-item-action { position: relative; }
.qty-stepper { display: none; align-items: center; justify-content: space-between; gap: 10px; background: var(--green); border-radius: 100px; padding: 6px 8px; box-shadow: 0 6px 16px rgba(37, 95, 66, 0.25); }
.qty-stepper .qty-btn { width: 34px; height: 34px; flex: none; border-radius: 50%; border: none; background: var(--white); color: var(--green-deep); display: flex; align-items: center; justify-content: center; font-size: 1.25rem; font-weight: 700; line-height: 1; cursor: pointer; transition: transform 0.12s ease; }
.qty-stepper .qty-btn:hover { transform: scale(1.08); }
.qty-stepper .qty-btn:active { transform: scale(0.92); }
.qty-stepper .qty-value { color: var(--white); font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; min-width: 22px; text-align: center; }
.qty-stepper .qty-label { color: rgba(255,255,255,0.85); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.02em; }
@media (max-width: 1000px) { .menu-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px) { .menu-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .menu-grid { grid-template-columns: 1fr 1fr; gap: 14px; } }

.offers-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; padding-bottom: 90px; }
.offer-card { background: var(--white); border-radius: 18px; overflow: hidden; border: 1px solid var(--line); display: flex; }
.offer-card-media { flex: 0 0 42%; }
.offer-card-media img { width: 100%; height: 100%; object-fit: cover; }
.offer-card-body { padding: 26px; display: flex; flex-direction: column; }
.offer-card-body .eyebrow { font-size: 0.72rem; margin-bottom: 8px; }
.offer-card-body h3 { margin-bottom: 10px; }
.offer-card-body p { font-size: 0.92rem; color: var(--charcoal-soft); flex: 1; margin-bottom: 16px; }
@media (max-width: 800px) { .offers-grid { grid-template-columns: 1fr; } .offer-card { flex-direction: column; } .offer-card-media { aspect-ratio: 16/9; } }

/* ---- Generic split hero / two-col blocks ---- */
.careers-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: 20px; overflow: hidden; margin-bottom: 90px; border: 1px solid var(--line); }
.careers-hero-copy { background: var(--white); padding: 54px; display: flex; flex-direction: column; justify-content: center; }
.careers-hero-copy .btn { align-self: flex-start; margin-top: 20px; }
.careers-hero-media { min-height: 320px; position: relative; overflow: hidden; }
.careers-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.careers-hero-media#careersSlideshow img { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; }
.careers-hero-media#careersSlideshow img.active { opacity: 1; }
@media (max-width: 850px) { .careers-hero { grid-template-columns: 1fr; } .careers-hero-copy { padding: 36px; } }

.stats-strip { background: var(--charcoal); border-radius: 20px; padding: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; text-align: center; margin-bottom: 90px; }
.stats-strip.corporate { background: linear-gradient(160deg, var(--midnight), var(--midnight-deep)); }
.stat h3 { color: var(--orange-light); font-size: 2.4rem; margin-bottom: 6px; font-variant-numeric: tabular-nums; }
.stats-strip.corporate .stat h3 { color: var(--gold-light); }
.stat p { color: rgba(255,255,255,0.75); font-size: 0.9rem; }
@media (max-width: 700px) { .stats-strip { grid-template-columns: 1fr; } }

.growth-block { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; margin-bottom: 90px; }
.growth-block.reverse { direction: rtl; }
.growth-block.reverse > * { direction: ltr; }
.growth-media { border-radius: 18px; overflow: hidden; aspect-ratio: 4/3; }
.growth-media img { width: 100%; height: 100%; object-fit: cover; }
.growth-copy blockquote { font-size: 1.1rem; font-style: italic; color: var(--charcoal-soft); border-left: 3px solid var(--orange); padding-left: 18px; margin-top: 16px; }
@media (max-width: 850px) { .growth-block, .growth-block.reverse { grid-template-columns: 1fr; direction: ltr; } }

.careers-explore-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding-bottom: 90px; }
@media (max-width: 900px) { .careers-explore-grid { grid-template-columns: 1fr; } }

/* ---- Forms ---- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding-bottom: 100px; align-items: start; }
.contact-form { display: flex; flex-direction: column; gap: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; padding: 34px; }
.contact-form.plain { background: transparent; border: none; padding: 0; }
.field label { display: block; font-family: var(--font-display); font-weight: 600; font-size: 0.85rem; margin-bottom: 8px; }
.field input, .field textarea, .field select { width: 100%; padding: 13px 16px; border-radius: 10px; border: 1.5px solid var(--line); font-family: var(--font-body); font-size: 0.95rem; background: var(--white); transition: border-color 0.15s ease; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--orange); outline: none; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 560px) { .field-row { grid-template-columns: 1fr; } }
.phone-input-row { display: flex; gap: 8px; }
.phone-input-row .phone-code-select { flex: 0 0 132px; width: auto; padding-left: 10px; padding-right: 8px; }
.phone-input-row input { flex: 1; min-width: 0; }
@media (max-width: 380px) { .phone-input-row { flex-direction: column; } .phone-input-row .phone-code-select { flex: none; width: 100%; } }
.checkbox-group { display: flex; flex-wrap: wrap; gap: 10px; }
.checkbox-pill { display: flex; align-items: center; gap: 8px; border: 1.5px solid var(--line); border-radius: 100px; padding: 9px 16px; font-size: 0.88rem; cursor: pointer; transition: border-color 0.15s ease, background 0.15s ease; }
.checkbox-pill:has(input:checked) { border-color: var(--orange); background: var(--cream-deep); }
.checkbox-pill input { width: auto; accent-color: var(--orange); }
.radio-row { display: flex; gap: 18px; flex-wrap: wrap; }
.radio-row label { display: flex; align-items: center; gap: 8px; font-size: 0.9rem; }
.radio-row input { width: auto; accent-color: var(--orange); }
.contact-info { display: flex; flex-direction: column; gap: 26px; }
.info-card { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 24px 26px; display: flex; gap: 16px; align-items: flex-start; }
.info-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--cream-deep); display: flex; align-items: center; justify-content: center; flex: none; font-size: 1.2rem; }
.info-card h4 { margin-bottom: 4px; }
.info-card p { font-size: 0.9rem; color: var(--charcoal-soft); }
.info-card a.link { color: var(--orange-deep); font-weight: 700; }
@media (max-width: 850px) { .contact-grid { grid-template-columns: 1fr; } }
.form-note { font-size: 0.82rem; color: var(--charcoal-soft); }
.success-msg { display: none; background: var(--green); color: var(--white); padding: 14px 18px; border-radius: 10px; font-weight: 600; font-size: 0.9rem; }
.success-msg.show { display: block; }
section[id] { scroll-margin-top: 130px; }

/* ---- Dept contact cards ---- */
.dept-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-bottom: 70px; }
.dept-card { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 26px 22px; }
.dept-card .info-icon { margin-bottom: 14px; }
.dept-card h4 { margin-bottom: 8px; }
.dept-card p { font-size: 0.88rem; color: var(--charcoal-soft); margin-bottom: 12px; }
.dept-card a.link { font-weight: 700; color: var(--orange-deep); font-size: 0.9rem; word-break: break-word; }
@media (max-width: 1000px) { .dept-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .dept-grid { grid-template-columns: 1fr; } }

.locations-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 70px; }
.location-card { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 28px 26px; }
.location-card .eyebrow { margin-bottom: 10px; }
.location-card ul { display: flex; flex-direction: column; gap: 8px; margin-top: 14px; font-size: 0.9rem; color: var(--charcoal-soft); }
.location-card ul li { display: flex; gap: 8px; align-items: flex-start; }
.location-card ul li svg { flex: none; margin-top: 3px; color: var(--orange-deep); }
@media (max-width: 900px) { .locations-grid { grid-template-columns: 1fr; } }

.map-embed { border-radius: 18px; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16/6; margin-bottom: 90px; }
.map-embed iframe { width: 100%; height: 100%; border: 0; }
@media (max-width: 700px) { .map-embed { aspect-ratio: 4/5; } }

/* ---- Icon / pillar lists ---- */
.pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.pillar-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.pillar-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.pillar-grid.stacked { grid-template-columns: 1fr; max-width: 860px; margin: 0 auto; gap: 24px; }
.pillar-grid.stacked .pillar-card { padding: 40px 44px; }
.pillar-grid.stacked .pillar-card .pillar-icon { width: 56px; height: 56px; font-size: 1.6rem; }
.pillar-grid.stacked .pillar-card h3 { font-size: 1.3rem; }
.pillar-grid.stacked .pillar-card p { font-size: 1rem; }
.pillar-card { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 26px 24px; }
.pillar-card .pillar-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--cream-deep); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 16px; }
.pillar-card.corporate { background: var(--midnight); border-color: var(--midnight); }
.pillar-card.corporate h3, .pillar-card.corporate p { color: var(--white); }
.pillar-card.corporate p { color: rgba(255,255,255,0.72); }
.pillar-card.corporate .pillar-icon { background: rgba(228,197,104,0.15); color: var(--gold-light); }
.pillar-card h3 { margin-bottom: 8px; font-size: 1.1rem; }
.pillar-card p { color: var(--charcoal-soft); font-size: 0.92rem; }
@media (max-width: 1000px) { .pillar-grid, .pillar-grid.cols-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .pillar-grid, .pillar-grid.cols-2, .pillar-grid.cols-3 { grid-template-columns: 1fr; } }

.check-list { display: flex; flex-direction: column; gap: 18px; }
.check-list li { display: flex; gap: 14px; align-items: flex-start; background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; }
.check-list li .check-ico { flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--green); color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 0.9rem; }
.check-list li strong { font-family: var(--font-display); display: block; margin-bottom: 3px; }
.check-list li p { color: var(--charcoal-soft); font-size: 0.92rem; margin: 0; }

/* ---- Numbered steps ---- */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.steps-grid.cols-5 { grid-template-columns: repeat(5, 1fr); }
.step-card { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 30px 22px 24px; }
.step-card .step-num { font-family: var(--font-impact); font-size: 2.2rem; color: var(--cream-deep); -webkit-text-stroke: 1.5px var(--orange); position: absolute; top: 12px; right: 16px; line-height: 1; }
.step-card h4 { margin-bottom: 8px; font-size: 1.02rem; }
.step-card p { color: var(--charcoal-soft); font-size: 0.88rem; }
@media (max-width: 1000px) { .steps-grid, .steps-grid.cols-5 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps-grid, .steps-grid.cols-5 { grid-template-columns: 1fr; } }

.steps-grid.xl { gap: 30px; }
.steps-grid.xl .step-card { padding: 44px 32px 36px; border-radius: 20px; }
.steps-grid.xl .step-card .step-num { font-size: 2.8rem; top: 16px; right: 20px; }
.steps-grid.xl .step-card h4 { font-size: 1.3rem; margin-bottom: 12px; }
.steps-grid.xl .step-card p { font-size: 1rem; }

/* ---- Service blocks (Business Solutions) ---- */
.service-block { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; margin-bottom: 80px; padding-bottom: 80px; border-bottom: 1px solid var(--line); }
.service-block:last-of-type { border-bottom: none; }
.service-block.reverse .service-media { order: 2; }
.service-media { border-radius: 20px; overflow: hidden; aspect-ratio: 4/3; }
.service-media img { width: 100%; height: 100%; object-fit: cover; }
.service-copy .tag-num { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 10px; background: var(--midnight); color: var(--gold-light); font-family: var(--font-display); font-weight: 700; margin-bottom: 14px; }
.service-meta { display: flex; gap: 22px; flex-wrap: wrap; margin: 16px 0 20px; }
.service-meta div { font-size: 0.85rem; }
.service-meta strong { display: block; font-family: var(--font-display); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--charcoal-soft); margin-bottom: 3px; }
.feature-list { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; }
.feature-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 0.94rem; color: var(--charcoal-soft); }
.feature-list li svg { flex: none; margin-top: 3px; color: var(--green-deep); }
.mini-steps { display: flex; flex-direction: column; gap: 12px; margin-top: 18px; }
.mini-steps li { display: flex; gap: 12px; align-items: flex-start; font-size: 0.92rem; color: var(--charcoal-soft); }
.mini-steps li::before { content: ''; flex: none; width: 8px; height: 8px; margin-top: 7px; border-radius: 50%; background: var(--gold); }
@media (max-width: 900px) { .service-block, .service-block.reverse { grid-template-columns: 1fr; } .service-block.reverse .service-media { order: 0; } }

/* ---- Brand split (Our Brands / Home two-worlds) ---- */
.split-block { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.split-card { border-radius: 20px; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.split-card-media { aspect-ratio: 16/10; }
.split-card-media img { width: 100%; height: 100%; object-fit: cover; }
.split-card-body { padding: 30px; }
.split-card.corporate { background: var(--midnight); border-color: var(--midnight); }
.split-card.corporate .split-card-body h3, .split-card.corporate .split-card-body p { color: var(--white); }
.split-card.corporate .split-card-body p { color: rgba(255,255,255,0.72); }
@media (max-width: 850px) { .split-block { grid-template-columns: 1fr; } }

/* ---- Path cards (Work With Us) ---- */
.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-bottom: 90px; }
.path-card { border-radius: 20px; padding: 38px; border: 1px solid var(--line); background: var(--white); }
.path-card.corporate-path { background: var(--midnight); border-color: var(--midnight); color: var(--white); }
.path-card.corporate-path p, .path-card.corporate-path .path-meta strong { color: rgba(255,255,255,0.75); }
.path-card .path-tag { display: inline-block; padding: 5px 14px; border-radius: 100px; background: var(--cream-deep); font-family: var(--font-display); font-weight: 600; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 16px; }
.path-card.corporate-path .path-tag { background: rgba(228,197,104,0.15); color: var(--gold-light); }
.path-card .path-meta { margin: 16px 0 22px; display: flex; flex-direction: column; gap: 8px; font-size: 0.9rem; }
.path-card .path-meta strong { color: var(--charcoal-soft); font-family: var(--font-body); font-weight: 700; }
@media (max-width: 800px) { .path-grid { grid-template-columns: 1fr; } }

/* ---- Disclaimer / download cards ---- */
.disclaimer-box { background: var(--cream-deep); border: 1px dashed var(--charcoal-soft); border-radius: 14px; padding: 22px 26px; font-size: 0.85rem; color: var(--charcoal-soft); margin-bottom: 90px; }
.download-card { display: flex; align-items: center; gap: 20px; background: var(--midnight); color: var(--white); border-radius: 18px; padding: 28px 30px; margin-bottom: 90px; flex-wrap: wrap; }
.download-card .dl-icon { width: 52px; height: 52px; border-radius: 12px; background: rgba(228,197,104,0.18); color: var(--gold-light); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex: none; }
.download-card .dl-copy { flex: 1; min-width: 220px; }
.download-card .dl-copy p { color: rgba(255,255,255,0.7); font-size: 0.88rem; margin-top: 4px; }

/* ---- Ticker ---- */
.ticker { background: var(--green); overflow: hidden; white-space: nowrap; position: relative; }
.ticker-track { display: inline-flex; gap: 0; animation: ticker-scroll 26s linear infinite; }
.ticker-track span { font-family: var(--font-display); font-weight: 600; font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--white); padding: 10px 28px; display: inline-flex; align-items: center; gap: 10px; }
.ticker-track span svg { flex: none; opacity: 0.9; }
@keyframes ticker-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }

/* ---- Video hero ---- */
.hero-video-section { position: relative; min-height: 640px; display: flex; align-items: center; overflow: hidden; background: var(--charcoal); }
.hero-video-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-video-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,20,20,0.88) 0%, rgba(20,20,20,0.62) 48%, rgba(20,20,20,0.25) 100%); z-index: 1; }
.hero-video-content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 24px; width: 100%; }
.hero-video-content .eyebrow { color: var(--orange-light); }
.hero-video-content .eyebrow::before { background: linear-gradient(180deg, var(--orange-light), var(--green)); }
.hero-headline { font-family: var(--font-impact); font-weight: 400; text-transform: uppercase; letter-spacing: 0.01em; color: var(--white); font-size: clamp(3rem, 8vw, 6rem); line-height: 0.95; margin: 16px 0 20px; }
.hero-headline .accent { color: var(--orange-light); }
.hero-video-content p.lead { color: rgba(255,255,255,0.85); margin-bottom: 30px; }
.mute-toggle { position: absolute; bottom: 22px; right: 22px; z-index: 2; width: 42px; height: 42px; border-radius: 50%; background: rgba(0,0,0,0.45); color: var(--white); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; border: 1px solid rgba(255,255,255,0.3); }
@media (max-width: 700px) { .hero-video-section { min-height: 520px; } }

/* ---- Scroll reveal ---- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in-view { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---- Testimonial carousel ---- */
.testimonial-carousel { position: relative; overflow: hidden; border-radius: 20px; border: 1px solid var(--line); }
.testimonial-track { display: flex; transition: transform 0.5s ease; }
.testimonial-slide { flex: none; width: 100%; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.testimonial-slide .growth-media { border-radius: 0; aspect-ratio: auto; height: 380px; }
.testimonial-slide .growth-copy { padding: 44px; }
.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 22px; }
.carousel-arrow { width: 40px; height: 40px; border-radius: 50%; background: var(--white); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; }
.carousel-arrow:hover { background: var(--charcoal); color: var(--white); }
.carousel-dots { display: flex; gap: 8px; }
.carousel-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--line); }
.carousel-dot.active { background: var(--orange); width: 22px; border-radius: 6px; }
@media (max-width: 850px) {
  .testimonial-slide { grid-template-columns: 1fr; }
  .testimonial-slide .growth-media { height: 220px; }
  .testimonial-slide .growth-copy { padding: 28px; }
}

/* ---- Sticky mobile order bar ---- */
.sticky-order-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 200; background: var(--charcoal); padding: 12px 18px; align-items: center; justify-content: space-between; box-shadow: 0 -8px 20px rgba(0,0,0,0.25); }
.sticky-order-bar span { color: var(--white); font-family: var(--font-display); font-weight: 600; font-size: 0.9rem; }
.sticky-order-bar .btn { padding: 10px 20px; font-size: 0.85rem; }
@media (max-width: 700px) { .sticky-order-bar { display: flex; } body { padding-bottom: 70px; } }

/* ---- WhatsApp basket / cart ---- */
.cart-fab {
  position: fixed; right: 24px; bottom: 24px; z-index: 260;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--green); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 24px rgba(0,0,0,0.25);
  transition: transform 0.15s ease;
}
.cart-fab:hover { transform: translateY(-2px) scale(1.03); }
.cart-fab.pulse { animation: cart-pulse 0.5s ease; }
@keyframes cart-pulse {
  0% { transform: scale(1); }
  35% { transform: scale(1.18); }
  100% { transform: scale(1); }
}
@media (prefers-reduced-motion: reduce) { .cart-fab.pulse { animation: none; } }
.cart-fab-count {
  position: absolute; top: -4px; right: -4px;
  min-width: 22px; height: 22px; padding: 0 5px; border-radius: 100px;
  background: var(--orange-deep); color: var(--white);
  font-family: var(--font-display); font-weight: 700; font-size: 0.72rem;
  align-items: center; justify-content: center; display: none;
  border: 2px solid var(--cream);
}
@media (max-width: 700px) { .cart-fab { bottom: 88px; right: 18px; width: 52px; height: 52px; } }

.cart-overlay {
  position: fixed; inset: 0; background: rgba(13,22,38,0.55); z-index: 270;
  opacity: 0; pointer-events: none; transition: opacity 0.2s ease;
}
.cart-overlay.open { opacity: 1; pointer-events: auto; }
body.cart-open-lock { overflow: hidden; }

.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 280;
  height: 100vh; height: 100dvh;
  width: min(460px, 100vw); background: var(--cream);
  box-shadow: -12px 0 30px rgba(0,0,0,0.2);
  display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform 0.25s ease;
}
.cart-drawer.open { transform: translateX(0); }
.cart-drawer-head { flex: none; display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--line); background: var(--white); }
.cart-drawer-head h3 { margin: 0; }
.cart-close { font-size: 1.6rem; line-height: 1; color: var(--charcoal-soft); width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border-radius: 50%; flex: none; }
.cart-close:hover { background: var(--cream-deep); }

/* Single scroll region for the whole drawer body, so the item list is
   never squeezed by the checkout form below it — everything gets the
   room it needs and you scroll to see more. */
.cart-drawer-body { flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; }

.cart-items { padding: 22px 24px 8px; }
.cart-count-label { font-size: 0.85rem; color: var(--charcoal-soft); margin: 0 0 16px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; }
.cart-empty { color: var(--charcoal-soft); font-size: 0.95rem; text-align: center; margin-top: 60px; padding: 0 20px; }

.cart-item { display: flex; flex-direction: column; gap: 14px; padding: 18px; margin-bottom: 14px; background: var(--white); border-radius: 16px; border: 1px solid var(--line); box-shadow: 0 3px 10px rgba(58,59,59,0.05); }
.cart-item-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.cart-item-name { font-family: var(--font-display); font-size: 1.08rem; line-height: 1.3; color: var(--charcoal); overflow-wrap: anywhere; }
.cart-item-unit { font-size: 0.82rem; color: var(--charcoal-soft); margin-top: 4px; }
.cart-item-bottom { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }

.cart-item-controls { display: flex; align-items: center; gap: 12px; flex: none; background: var(--cream); border-radius: 100px; padding: 5px; }
.cart-qty-btn { width: 34px; height: 34px; border-radius: 50%; border: none; background: var(--white); box-shadow: 0 1px 3px rgba(0,0,0,0.12); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; font-weight: 700; color: var(--charcoal); }
.cart-qty-btn:hover { background: var(--charcoal); color: var(--white); }
.cart-qty { min-width: 24px; text-align: center; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; }

.cart-item-price { text-align: right; }
.cart-item-line-total { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: var(--orange-deep); }

.cart-remove { color: var(--charcoal-soft); width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex: none; }
.cart-remove:hover { background: var(--cream-deep); color: var(--orange-deep); }

.cart-checkout { border-top: 1px solid var(--line); background: var(--white); padding: 24px 24px 30px; margin-top: 8px; }
.cart-total-row { display: flex; align-items: center; justify-content: space-between; font-family: var(--font-display); font-size: 1.25rem; margin-bottom: 20px; }
.cart-checkout-form { display: flex; flex-direction: column; gap: 16px; }
.cart-checkout-form .field label { font-size: 0.82rem; font-weight: 600; }
.cart-whatsapp-btn { background: #25D366; color: var(--white); box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35); }
.cart-whatsapp-btn:hover { box-shadow: 0 10px 24px rgba(37, 211, 102, 0.45); }
.add-to-basket.just-added { background: var(--green); color: var(--white); border-color: var(--green); }

/* ---- Menu item View Details + zoom modal ---- */
.view-details-btn { display: block; width: 100%; text-align: center; background: none; border: none; color: var(--charcoal-soft); font-family: var(--font-display); font-weight: 600; font-size: 0.8rem; text-decoration: underline; padding: 2px 0 14px; cursor: pointer; }
.view-details-btn:hover { color: var(--orange-deep); }

.product-modal-overlay { position: fixed; inset: 0; background: rgba(13,22,38,0.6); z-index: 290; opacity: 0; pointer-events: none; transition: opacity 0.2s ease; }
.product-modal-overlay.open { opacity: 1; pointer-events: auto; }
.product-modal { position: fixed; top: 50%; left: 50%; transform: translate(-50%,-48%); width: min(720px, 92vw); max-height: 88vh; overflow: hidden; overflow-y: auto; background: var(--white); border-radius: 22px; z-index: 300; display: grid; grid-template-columns: 1fr 1fr; opacity: 0; pointer-events: none; transition: opacity 0.2s ease, transform 0.2s ease; box-shadow: 0 30px 60px rgba(0,0,0,0.35); }
.product-modal.open { opacity: 1; pointer-events: auto; transform: translate(-50%,-50%); }
.product-modal-close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border-radius: 50%; background: var(--white); box-shadow: 0 4px 10px rgba(0,0,0,0.15); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; line-height: 1; z-index: 2; }
.product-modal-close:hover { background: var(--cream-deep); }
.product-modal-media { overflow: hidden; }
.product-modal-media img { width: 100%; height: 100%; object-fit: cover; min-height: 280px; display: block; transition: transform 0.4s ease; cursor: zoom-in; }
.product-modal-media:hover img { transform: scale(1.18); }
.product-modal-body { padding: 34px 30px; display: flex; flex-direction: column; justify-content: center; }
.product-modal-body h3 { margin-bottom: 10px; }
.product-modal-price { font-family: var(--font-display); font-weight: 700; color: var(--orange-deep); font-size: 1.3rem; margin-bottom: 16px; }
.product-modal-body p { color: var(--charcoal-soft); margin-bottom: 26px; line-height: 1.6; }
@media (max-width: 700px) { .product-modal { grid-template-columns: 1fr; top: auto; bottom: 0; left: 0; right: 0; transform: translateY(100%); border-radius: 22px 22px 0 0; max-height: 92vh; } .product-modal.open { transform: translateY(0); } .product-modal-media img { min-height: 220px; } }

/* ---- Utility ---- */
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.center { text-align: center; }
.max-form { max-width: 680px; margin: 0 auto; }
