@import url("https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@400;500;600;700;800&display=swap");
:root {
  --ink: #18130f;
  --ink-soft: #312821;
  --ivory: #fff7e6;
  --paper: #f7edd7;
  --muted: #76685d;
  --maroon: #741a18;
  --red: #b3231f;
  --gold: #d4a043;
  --sage: #55745e;
  --teal: #1e6468;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(24, 19, 15, 0.18);
  --radius: 8px;
  --header-height: 78px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.6;
  overflow-x: hidden;
}

html:lang(gu) body,
html:lang(gu) body *:not(svg):not(svg *) {
  font-family: "Hind Vadodara", "Noto Sans Gujarati", "Nirmala UI", "Shruti", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
}

body.nav-open {
  overflow: hidden;
}

.main-without-hero {
  padding-top: var(--header-height);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding: 0 clamp(18px, 4vw, 64px);
  color: var(--white);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(255, 247, 230, 0.94);
  box-shadow: 0 12px 40px rgba(24, 19, 15, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 247, 230, 0.12);
  border: 2px solid rgba(244, 210, 124, 0.74);
  flex: 0 0 auto;
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
  white-space: nowrap;
}

.brand strong {
  font-family: "Segoe UI", "Nirmala UI", sans-serif;
  font-size: 0.98rem;
  letter-spacing: 0;
}

.brand small {
  font-size: 0.78rem;
  opacity: 0.78;
}

.header-contact-menu {
  position: relative;
  flex: 0 0 auto;
}

.header-contact-menu summary {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: inherit;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  list-style: none;
}

.header-contact-menu summary::-webkit-details-marker {
  display: none;
}

.header-contact-menu summary span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.header-contact-menu summary svg {
  width: 17px;
  height: 17px;
}

.site-header.is-scrolled .header-contact-menu summary {
  background: rgba(116, 26, 24, 0.06);
  border-color: rgba(24, 19, 15, 0.12);
}

.header-contact-menu[open] summary,
.header-contact-menu summary:hover,
.header-contact-menu summary:focus-visible {
  color: #fff;
  background: var(--teal);
  border-color: var(--teal);
  outline: none;
}

.header-contact-panel {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: min(360px, calc(100vw - 28px));
  display: grid;
  gap: 12px;
  padding: 18px 46px 18px 18px;
  border: 1px solid rgba(24, 19, 15, 0.12);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(255, 247, 230, 0.98);
  box-shadow: var(--shadow);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.45;
}

.header-contact-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(24, 19, 15, 0.12);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(116, 26, 24, 0.06);
  cursor: pointer;
}

.header-contact-close:hover,
.header-contact-close:focus-visible {
  color: #fff;
  background: var(--maroon);
  border-color: var(--maroon);
  outline: none;
}

.header-contact-close svg {
  width: 16px;
  height: 16px;
  margin: 0;
  color: currentColor;
}

.header-contact-panel div,
.site-nav .header-contact-panel a {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 0;
  color: inherit;
}

.site-nav .header-contact-panel a {
  width: fit-content;
  color: var(--teal);
  font-weight: 900;
}

.site-nav .header-contact-panel a::after {
  display: none;
}

.header-contact-panel svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--teal);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
  font-family: "Segoe UI", "Nirmala UI", sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-socials {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-left: 4px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.site-header.is-scrolled .header-socials {
  border-left-color: rgba(24, 19, 15, 0.14);
}

.site-nav .header-socials a {
  --header-social-color: var(--gold);
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  padding: 0;
  color: currentColor;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.site-header.is-scrolled .header-socials a {
  background: rgba(116, 26, 24, 0.06);
  border-color: rgba(24, 19, 15, 0.12);
}

.site-nav .header-socials a::after {
  display: none;
}

.site-nav .header-socials a:hover,
.site-nav .header-socials a:focus-visible {
  color: #fff;
  background: var(--header-social-color);
  border-color: var(--header-social-color);
  outline: none;
  transform: translateY(-2px);
}

.header-socials svg {
  width: 15px;
  height: 15px;
}

.header-socials .social-brand-icon,
.site-footer-contact .footer-socials .social-brand-icon {
  fill: currentColor;
  stroke: none;
  stroke-width: 0;
}

.header-socials a[data-platform="facebook"] {
  --header-social-color: #1877f2;
}

.header-socials a[data-platform="twitter"] {
  --header-social-color: #111;
}

.header-socials a[data-platform="instagram"] {
  --header-social-color: #c13584;
}

.header-socials a[data-platform="whatsapp"] {
  --header-social-color: #128c7e;
}

.header-socials a[data-platform="youtube"] {
  --header-social-color: #e62117;
}

.header-call {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  color: inherit;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.header-call svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.header-call.is-open {
  color: #23170e;
  background: var(--gold);
  border-color: var(--gold);
  cursor: pointer;
}

.header-call.is-open:hover,
.header-call.is-open:focus-visible {
  color: #23170e;
  outline: none;
  transform: translateY(-2px);
}

.header-call.is-closed {
  cursor: not-allowed;
  opacity: 0.68;
}

.site-header.is-scrolled .header-call {
  color: var(--ink);
  background: rgba(116, 26, 24, 0.06);
  border-color: rgba(116, 26, 24, 0.16);
}

.site-header.is-scrolled .header-call.is-open {
  color: #fff;
  background: var(--maroon);
  border-color: var(--maroon);
}

.language-switcher {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 8px 6px 10px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: inherit;
}

.site-header.is-scrolled .language-switcher {
  background: rgba(116, 26, 24, 0.08);
  border-color: rgba(116, 26, 24, 0.14);
}

.language-switcher svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.language-switcher select {
  min-width: 92px;
  border: 0;
  outline: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.language-switcher option {
  color: var(--ink);
  background: var(--ivory);
}

.language-switcher.language-switcher-links {
  position: relative;
  padding: 0;
}

.language-switcher-links summary {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 8px 6px 10px;
  list-style: none;
  cursor: pointer;
}

.language-switcher-links summary::-webkit-details-marker {
  display: none;
}

.language-switcher-links .language-switcher-chevron {
  width: 15px;
  height: 15px;
  transition: transform 160ms ease;
}

.language-switcher-links[open] .language-switcher-chevron {
  transform: rotate(180deg);
}

.language-switcher-menu {
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  right: 0;
  min-width: 150px;
  display: grid;
  padding: 6px;
  border: 1px solid rgba(116, 26, 24, 0.18);
  border-radius: var(--radius);
  background: var(--ivory);
  box-shadow: 0 14px 34px rgba(24, 19, 15, 0.16);
}

.language-switcher-menu a {
  display: block;
  padding: 9px 10px;
  border-radius: calc(var(--radius) - 2px);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.language-switcher-menu a:hover,
.language-switcher-menu a:focus-visible,
.language-switcher-menu a[aria-current="page"] {
  background: rgba(116, 26, 24, 0.1);
  color: var(--maroon);
}

.header-cart {
  position: relative;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: inherit;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
}

.site-header.is-scrolled .header-cart {
  background: rgba(116, 26, 24, 0.08);
  border-color: rgba(116, 26, 24, 0.14);
}

.header-cart svg {
  width: 19px;
  height: 19px;
}

.header-cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  padding: 0 5px;
  border-radius: 10px;
  color: var(--white);
  background: var(--red);
  border: 2px solid var(--ivory);
  font: 800 0.68rem/1 "Segoe UI", sans-serif;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  color: inherit;
  background: rgba(255, 255, 255, 0.16);
  cursor: pointer;
}

.nav-toggle svg,
.btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.hero {
  position: relative;
  min-height: clamp(540px, 66svh, 680px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  padding: 88px clamp(18px, 7vw, 96px) 30px;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background-image: url("assets/hero-lalkitab.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(13, 12, 11, 0.95) 0%, rgba(27, 19, 14, 0.74) 38%, rgba(89, 22, 19, 0.12) 74%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.18) 55%, rgba(24, 19, 15, 0.55));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
}

.eyebrow {
  margin: 0 0 8px;
  font-family: "Segoe UI", "Nirmala UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--gold);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.12;
}

h1 {
  font-family: "Segoe UI", "Nirmala UI", "Noto Sans Gujarati", sans-serif;
  font-size: clamp(3rem, 8vw, 6.9rem);
  max-width: 800px;
}

.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;
}

.hero-person {
  width: clamp(300px, 34vw, 430px);
  aspect-ratio: 344 / 214;
  display: grid;
  place-items: center;
  margin: 10px 0 18px;
  border-radius: 16px;
  padding: 6px;
  background:
    linear-gradient(145deg, rgba(244, 210, 124, 0.9), rgba(179, 35, 31, 0.78)),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.38);
}

.hero-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  border: 3px solid rgba(255, 247, 230, 0.86);
}

.hero-lead {
  width: min(660px, 100%);
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.04rem, 2vw, 1.32rem);
}

.hero-tagline {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin: 0;
  padding: 8px 14px;
  border-radius: var(--radius);
  background: rgba(116, 26, 24, 0.72);
  border: 1px solid rgba(244, 210, 124, 0.58);
  color: #ffe3a0;
  font-family: "Segoe UI", "Nirmala UI", "Noto Sans Gujarati", sans-serif;
  font-size: clamp(1.12rem, 2vw, 1.5rem);
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 12px 18px;
  font-family: "Segoe UI", "Nirmala UI", "Noto Sans Gujarati", sans-serif;
  font-weight: 800;
  font-size: 0.94rem;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--gold);
  color: #23170e;
  box-shadow: 0 16px 38px rgba(212, 160, 67, 0.22);
}

.btn-ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.34);
}

.btn-outline {
  color: var(--ink);
  background: transparent;
  border-color: rgba(24, 19, 15, 0.18);
}

.signal-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--ivory);
  /*border-top: 4px solid rgba(116, 26, 24, 0.72);*/
  border-bottom: 1px solid rgba(24, 19, 15, 0.1);
  box-shadow: 0 -8px 24px rgba(24, 19, 15, 0.05);
}

.signal-item {
  min-height: 78px;
  padding: 14px clamp(18px, 4vw, 52px);
  border-right: 1px solid rgba(24, 19, 15, 0.1);
}

.signal-item:last-child {
  border-right: 0;
}

.signal-item strong {
  display: block;
  font-size: 1.2rem;
  color: var(--maroon);
}

.signal-item span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-family: "Segoe UI", "Nirmala UI", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
}

.section,
.video-band,
.contact-section,
.quote-section {
  padding: clamp(18px, 2.4vw, 30px) clamp(18px, 6vw, 78px);
}

#services,
#products,
#videos,
#processes,
#testimonials,
#contacts {
  scroll-margin-top: calc(var(--header-height) + 8px);
}

.section-heading {
  width: min(860px, 100%);
  margin-bottom: 10px;
}

.section-heading .eyebrow,
.contact-copy .eyebrow {
  position: relative;
  top: -9px;
  margin-bottom: 0;
}

.section-heading h2,
.contact-copy h2,{
    font-size: clamp(1rem, 1.2vw, 1.35rem);
    line-height: 1.2;
}
.quote-section h2 {
    font-size: clamp(1.4rem, 2vw, 2rem);
    line-height: 1.16;
}

.section-heading.light,
.section-heading.light .eyebrow {
  color: var(--white);
}

.section-heading.light h2 {
  color: var(--white);
}

.intro-section {
  background:
    linear-gradient(180deg, rgba(255, 247, 230, 0.96), rgba(247, 237, 215, 0.82));
}

.intro-section .section-heading {
  width: 100%;
}

.about-summary {
  max-width: none;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.65;
}

.about-read-more {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    color: var(--maroon);
    font-weight: 900;
    display: block;
    width: 100%;
    text-align: right;
}

.section-note.process-note-accent {
    background: #f8e3b5 !important;
    border: 1px solid #e3c783;
    border-color: #d7ad54;
}

.compact-section-heading {
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 18px;
}

.about-read-more:hover,
.about-read-more:focus-visible {
  color: var(--teal);
  outline: none;
}

.about-read-more svg {
  width: 17px;
  height: 17px;
}

.intro-section .section-heading h2 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(1rem, 1.2vw, 1.35rem);
}

.intro-grid,
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.section-heading-with-note {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: clamp(10px, 2.2vw, 22px);
  align-items: center;
  margin-top: -8px;
}

.section-heading-with-note > *,
.intro-grid > *,
.service-grid > *,
.timeline > *,
.trust-strip > *,
.contact-section > *,
.quote-section > * {
  min-width: 0;
}

.section-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(24, 19, 15, 0.1);
  color: var(--muted);
  box-shadow: 0 16px 44px rgba(24, 19, 15, 0.06);
}

.section-heading-with-note .section-note {
  align-self: center;
}

.section-note svg {
  width: 22px;
  height: 22px;
  color: var(--teal);
  flex: 0 0 auto;
}

.section-note p {
  margin: 0;
  min-width: 0;
  font-weight: 700;
}

.section-note .note-line {
  display: block;
}

.services-section .section-heading .eyebrow {
  top: -14px;
}

@media (min-width: 1161px) {
  .services-section .section-heading-with-note {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  }

  .services-section .section-note {
    align-items: center;
    justify-self: end;
    width: min(420px, 100%);
  }

  .services-section .section-note p {
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .services-section .section-note .note-line {
    white-space: normal;
  }
}

.section-heading.light .section-note {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.78);
}

.section-heading.light .section-note svg {
  color: var(--gold);
}

.intro-card,
.service-card,
.timeline-step,
.contact-form {
  max-width: 100%;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(24, 19, 15, 0.1);
  box-shadow: 0 16px 52px rgba(24, 19, 15, 0.06);
}

.intro-card {
  padding: 16px;
}

.intro-card svg {
  width: 30px;
  height: 30px;
  color: var(--teal);
  margin-bottom: 12px;
}

.intro-card h3,
.service-card h3,
.timeline-step h3 {
  font-size: 1.12rem;
}

.intro-card p,
.service-card p,
.timeline-step p,
.contact-copy p {
  color: var(--muted);
  margin: 8px 0 0;
}

.services-section {
  background: var(--ivory);
}

.trust-section {
  padding-top: 10px;
  padding-bottom: 14px;
  background: var(--paper);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 0;
}

.trust-strip span {
  min-height: 54px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 10px 12px;
  border-radius: var(--radius);
  background: rgba(116, 26, 24, 0.08);
  border: 1px solid rgba(116, 26, 24, 0.1);
}

.trust-strip strong {
  color: var(--maroon);
  font-size: 1rem;
}

.trust-strip small {
  color: var(--muted);
  font-weight: 700;
}

.service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card {
  min-height: 174px;
  padding: 16px;
  background: var(--paper);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--maroon), var(--gold), var(--sage));
}

.service-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--white);
  color: var(--maroon);
  font-family: "Segoe UI", "Nirmala UI", sans-serif;
  font-weight: 800;
}

.video-band {
  background: #1a1512;
  color: var(--white);
}

.content-slider {
  position: relative;
}

.content-slider.has-slider {
  padding-inline: 42px;
}

.offers-section-slider .content-slider.has-slider {
  padding-inline: 0;
}

.content-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(116, 26, 24, 0.18);
  border-radius: 50%;
  color: var(--maroon);
  background: rgba(255, 247, 230, 0.94);
  box-shadow: 0 12px 28px rgba(24, 19, 15, 0.16);
  transform: translateY(-50%);
  cursor: pointer;
}

.video-band .content-slider-arrow {
  border-color: rgba(255, 247, 230, 0.18);
  color: var(--maroon);
  background: rgba(255, 247, 230, 0.96);
}

.content-slider-prev {
  left: -2px;
}

.content-slider-next {
  right: -2px;
}

.video-content-slider .content-slider-prev {
  left: -22px;
}

.video-content-slider .content-slider-next {
  right: -22px;
}

.content-slider-arrow:hover,
.content-slider-arrow:focus-visible {
  color: #fff;
  background: var(--maroon);
  outline: none;
}

.content-slider-arrow:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.content-slider-arrow svg {
  width: 20px;
  height: 20px;
}

.video-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 90px) / 6);
    grid-template-columns: none;
    gap: 18px;
    margin-top: clamp(10px, 1.4vw, 18px);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
}

.video-grid::-webkit-scrollbar {
    display: none;
}

.video-card {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    min-height: 0;
    display: flex;
    align-items: end;
    overflow: hidden;
    border-radius: var(--radius);
    background: #2a211c;
    isolation: isolate;
    scroll-snap-align: start;
}

.video-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 240ms ease;
  z-index: -2;
 
}

.video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.86));
  z-index: -1;
}

.video-card:hover img,
.video-card:focus-visible img {
  transform: scale(1.06);
}

.video-card h3 {
  padding: 0 18px 20px;
  font-size: 1.05rem;
  line-height: 1.28;
}

.play-pill {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(255, 247, 230, 0.92);
  color: var(--maroon);
  font-family: "Segoe UI", "Nirmala UI", sans-serif;
  font-weight: 800;
  font-size: 0.76rem;
}

.play-pill svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.process-section {
  background: var(--paper);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.timeline-step {
  padding: 16px;
}

.timeline-step span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  font-family: "Segoe UI", "Nirmala UI", sans-serif;
  font-weight: 800;
}

.testimonials-section {
  background:
    linear-gradient(180deg, rgba(255, 247, 230, 0.98), rgba(247, 237, 215, 0.92));
  padding-bottom: clamp(4px, 0.8vw, 10px);
}

.testimonial-shell {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.testimonial-arrow {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(116, 26, 24, 0.18);
  border-radius: 50%;
  color: var(--maroon);
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(24, 19, 15, 0.08);
  transition: transform 180ms ease, background 180ms ease;
}

.testimonial-arrow:hover,
.testimonial-arrow:focus-visible {
  transform: translateY(-2px);
  background: var(--white);
}

.testimonial-arrow svg {
  width: 20px;
  height: 20px;
}

.testimonial-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 30px) / 4);
  gap: 10px;
  min-width: 0;
  overflow: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.testimonial-card {
  min-width: 0;
  max-width: 100%;
  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  scroll-snap-align: start;
  padding: 14px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(24, 19, 15, 0.1);
  box-shadow: 0 16px 52px rgba(24, 19, 15, 0.07);
  position: relative;
  overflow: hidden;
}

.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--maroon), var(--teal));
}

.testimonial-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}

.testimonial-badge {
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--maroon);
  background: rgba(116, 26, 24, 0.08);
  font-weight: 800;
  font-size: 0.78rem;
}

.testimonial-stars {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 7px;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #2c2118;
  background: rgba(212, 160, 67, 0.16);
  border: 1px solid rgba(212, 160, 67, 0.34);
  font-family: "Segoe UI", "Nirmala UI", sans-serif;
  font-size: 0.88rem;
  font-weight: 900;
}

.testimonial-stars svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  color: var(--gold);
}

.testimonial-card p {
  margin: 16px 0;
  color: var(--ink-soft);
  font-weight: 700;
  min-width: 0;
}

.review-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 10px;
  justify-content: stretch;
}

.review-card .testimonial-top {
  justify-content: space-between;
  flex-wrap: nowrap;
}

.testimonial-reviewer {
  min-width: 0;
  max-width: calc(100% - 76px);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--maroon);
  font-size: 0.82rem;
  font-weight: 900;
}

.testimonial-reviewer span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.testimonial-reviewer svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

.testimonial-center {
  position: relative;
  min-width: 0;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  border-radius: var(--radius);
  cursor: pointer;
}

.testimonial-center:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(116, 26, 24, 0.55);
}

.testimonial-open-indicator {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: var(--maroon);
  background: rgba(255, 250, 240, 0.92);
  box-shadow: 0 6px 18px rgba(24, 19, 15, 0.14);
  pointer-events: auto;
  transition: transform 160ms ease, background 160ms ease;
}

.testimonial-open-indicator svg {
  width: 15px;
  height: 15px;
}

.testimonial-center:hover .testimonial-open-indicator,
.testimonial-center:focus-visible .testimonial-open-indicator {
  transform: scale(1.06);
  background: var(--white);
}

.review-text,
.review-audio {
  min-height: 0;
  height: 100%;
  border-radius: var(--radius);
  background: transparent;
}

.testimonial-card .review-text {
  --review-font-size: clamp(0.98rem, 1vw, 1.1rem);
  --review-line-height: 1.5;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0 2px;
  color: var(--ink-soft);
  font-size: var(--review-font-size);
  font-weight: 900;
  line-height: var(--review-line-height);
  text-wrap: balance;
}

.testimonial-card .review-text.is-medium {
  --review-font-size: clamp(1.04rem, 1.12vw, 1.2rem);
  --review-line-height: 1.48;
}

.testimonial-card .review-text.is-short {
  --review-font-size: clamp(1.16rem, 1.3vw, 1.36rem);
  --review-line-height: 1.46;
}

.testimonial-card .review-rating-only {
  min-height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 18px;
  border: 1px dashed rgba(139, 29, 27, 0.24);
  background: linear-gradient(135deg, rgba(222, 166, 64, 0.12), rgba(255, 250, 240, 0.84));
  color: var(--maroon);
  font-size: clamp(1.05rem, 1.08vw, 1.22rem);
  text-align: center;
}

.review-rating-star {
  position: relative;
  width: clamp(24px, 2vw, 34px);
  height: clamp(24px, 2vw, 34px);
  display: inline-grid;
  place-items: center;
  color: var(--gold);
}

.review-rating-star svg {
  width: clamp(24px, 2vw, 34px);
  height: clamp(24px, 2vw, 34px);
  stroke: var(--gold);
  fill: transparent;
}

.review-rating-star.is-filled svg {
  fill: var(--gold);
}

.review-rating-star.is-half .review-rating-star-half {
  position: absolute;
  inset: 0;
  clip-path: inset(0 50% 0 0);
  fill: var(--gold);
  pointer-events: none;
}

.review-image,
.review-video {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  border-radius: var(--radius);
  border: 1px solid rgba(24, 19, 15, 0.1);
  background: #1b1210;
  object-fit: cover;
  overflow: hidden;
}

.review-audio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.review-audio p {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(0.98rem, 1vw, 1.08rem);
  font-weight: 900;
  line-height: 1.44;
}

.review-audio audio {
  width: 100%;
  min-width: 0;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
}

.testimonial-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(116, 26, 24, 0.28);
  cursor: pointer;
}

.testimonial-dots button.is-active {
  width: 26px;
  border-radius: 999px;
  background: var(--maroon);
}

.testimonial-submit-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(24, 19, 15, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
}

.testimonial-submit-cta.has-status {
  border-color: rgba(29, 117, 111, 0.32);
  background: linear-gradient(135deg, rgba(29, 117, 111, 0.12), rgba(255, 255, 255, 0.9));
  box-shadow: 0 14px 36px rgba(24, 19, 15, 0.12);
}

.testimonial-submit-cta > div {
  display: grid;
  gap: 3px;
}

.testimonial-submit-cta strong {
  color: var(--ink);
  font-size: 1.04rem;
}

.testimonial-submit-cta > div > span {
  color: var(--muted);
  font-weight: 700;
}

.testimonial-submit-cta .form-status {
  min-height: 0;
  margin-top: 4px;
}

.testimonial-submit-cta.has-status .form-status {
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(29, 117, 111, 0.1);
  color: var(--teal);
  font-size: 1rem;
  font-weight: 900;
}

body.testimonial-modal-open {
  overflow: hidden;
}

.testimonial-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  place-items: center;
  padding: 20px;
}

.testimonial-modal.is-open {
  display: grid;
}

.testimonial-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 12, 9, 0.72);
}

.testimonial-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--radius);
  background: #fffaf0;
  box-shadow: 0 28px 90px rgba(18, 12, 9, 0.34);
}

.testimonial-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(24, 19, 15, 0.12);
}

.testimonial-modal-header > div {
  display: grid;
  gap: 5px;
}

.testimonial-modal-header .eyebrow,
.testimonial-modal-header h3,
.testimonial-modal-header p {
  margin: 0;
}

.testimonial-modal-header h3 {
  color: var(--ink);
  font-size: clamp(1.3rem, 1.8vw, 1.65rem);
  line-height: 1.28;
}

.testimonial-modal-header p:last-child {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.5;
}

.testimonial-modal-close {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid rgba(24, 19, 15, 0.14);
  border-radius: 50%;
  color: var(--ink);
  background: var(--white);
  cursor: pointer;
}

.testimonial-modal-close:hover,
.testimonial-modal-close:focus-visible {
  color: var(--maroon);
  border-color: var(--maroon);
  outline: none;
}

.testimonial-modal-close svg {
  width: 19px;
  height: 19px;
}

.testimonial-detail-dialog {
  width: min(720px, 100%);
}

.testimonial-detail-content {
  display: grid;
  gap: 14px;
}

.testimonial-detail-rating {
  justify-self: start;
}

.testimonial-detail-copy {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.06rem;
  font-weight: 750;
  line-height: 1.6;
  white-space: pre-line;
  overflow-wrap: anywhere;
}

.testimonial-detail-media {
  min-width: 0;
}

.testimonial-detail-media img,
.testimonial-detail-media video {
  width: 100%;
  max-height: min(56vh, 520px);
  display: block;
  border: 1px solid rgba(24, 19, 15, 0.12);
  border-radius: var(--radius);
  background: #1b1210;
  object-fit: contain;
}

.testimonial-detail-media audio {
  width: 100%;
  min-width: 0;
  display: block;
}

.testimonial-detail-media [hidden] {
  display: none;
}

.testimonial-submit-form {
  display: grid;
  gap: 11px;
  min-width: 0;
}

.testimonial-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px minmax(175px, 0.7fr);
  gap: 10px;
}

.testimonial-submit-form label {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
  color: var(--ink-soft);
  font-weight: 800;
}

.testimonial-submit-form input,
.testimonial-submit-form select,
.testimonial-submit-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(24, 19, 15, 0.18);
  border-radius: var(--radius);
  padding: 11px 12px;
  color: var(--ink);
  background: var(--ivory);
  font: inherit;
}

.testimonial-submit-form input:focus,
.testimonial-submit-form select:focus,
.testimonial-submit-form textarea:focus {
  outline: 3px solid rgba(212, 160, 67, 0.28);
  border-color: var(--gold);
}

.testimonial-submit-form textarea {
  min-height: 92px;
  resize: vertical;
}

.testimonial-description-field,
.testimonial-file-field {
  grid-column: 1 / -1;
}

.testimonial-file-field small {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.testimonial-file-field.is-hidden {
  display: none;
}

.testimonial-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 9px !important;
  line-height: 1.45;
}

.testimonial-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--maroon);
  flex: 0 0 auto;
}

.testimonial-submit-button {
  width: fit-content;
  min-width: 190px;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 390px);
  gap: clamp(14px, 3vw, 34px);
  align-items: center;
  background: var(--maroon);
  color: var(--white);
}

.quote-copy {
  width: min(960px, 100%);
}

.quote-mark {
  margin: 0;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: 0.7;
}

.quote-section p:last-child {
  width: min(680px, 100%);
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
}

.quote-points {
  display: grid;
  gap: 10px;
}

.quote-points span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 12px;
  border-radius: var(--radius);
  background: rgba(255, 247, 230, 0.1);
  border: 1px solid rgba(255, 247, 230, 0.18);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.quote-points svg {
  width: 18px;
  height: 18px;
  color: var(--gold);
  flex: 0 0 auto;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  gap: clamp(14px, 3vw, 34px);
  align-items: start;
  background:
    linear-gradient(135deg, rgba(85, 116, 94, 0.14), rgba(255, 247, 230, 0.92) 46%, rgba(212, 160, 67, 0.14));
}

.contact-section-without-form {
  grid-template-columns: minmax(0, 1fr);
}

.contact-section-form-only {
  display: block;
  padding-inline: clamp(18px, 3vw, 48px);
}

.contact-section-form-only .contact-form {
  width: 100%;
  margin: 0 auto;
}

.contact-section-without-form .contact-copy {
  width: min(920px, 100%);
}

.contact-copy {
  width: min(640px, 100%);
  margin-top: -8px;
}

.contact-tagline-card {
  margin-top: 14px;
  padding: 18px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(116, 26, 24, 0.94), rgba(137, 32, 28, 0.86)),
    var(--maroon);
  color: var(--white);
  box-shadow: 0 22px 54px rgba(116, 26, 24, 0.18);
}

.contact-tagline-card span {
  display: block;
  color: #f4d27c;
  font-size: 0.82rem;
  font-weight: 900;
}

.contact-tagline-card strong {
  display: block;
  margin-top: 4px;
  font-family: "Segoe UI", "Nirmala UI", "Noto Sans Gujarati", sans-serif;
  font-size: clamp(1.35rem, 2.3vw, 2.2rem);
  line-height: 1.14;
}

.contact-tagline-card p {
  max-width: 560px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.contact-info-grid span {
  display: grid;
  gap: 7px;
  min-height: 132px;
  padding: 14px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(24, 19, 15, 0.1);
  box-shadow: 0 16px 40px rgba(24, 19, 15, 0.06);
}

.contact-info-grid svg {
  width: 22px;
  height: 22px;
  color: var(--teal);
}

.contact-info-grid strong {
  color: var(--maroon);
  font-weight: 900;
}

.contact-info-grid small {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.45;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.82);
}

.form-title {
  grid-column: 1 / -1;
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: var(--radius);
  background: rgba(116, 26, 24, 0.08);
  border: 1px solid rgba(116, 26, 24, 0.12);
}

.form-title span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--maroon);
  font-weight: 900;
}

.form-title svg {
  width: 18px;
  height: 18px;
  color: var(--teal);
  flex: 0 0 auto;
}

.form-title p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.contact-form label {
  display: grid;
  align-content: start;
  min-width: 0;
  gap: 8px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-weight: 800;
}

.contact-form .form-field-question,
.contact-form .form-submit,
.contact-form .form-status {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(24, 19, 15, 0.18);
  border-radius: var(--radius);
  padding: 13px 14px;
  color: var(--ink);
  background: var(--ivory);
  font: inherit;
  resize: vertical;
}

.contact-form textarea {
  min-height: 142px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(212, 160, 67, 0.28);
  border-color: var(--gold);
}

.form-submit {
  width: 100%;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.68;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--sage);
  font-weight: 800;
}

.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.field-validation {
  display: block;
  margin-top: 5px;
  color: #9f1d1b;
  font-size: 0.82rem;
  font-weight: 800;
}

.form-status.is-success {
  color: #0e6258;
  font-weight: 800;
}

.form-status.is-error {
  color: #9f1d1b;
}

.form-status:empty {
  display: none;
}

.call-facility {
  position: static;
  inset: auto;
  z-index: auto;
  width: min(560px, 100%);
  max-width: 100%;
  min-width: 0;
  margin-top: 14px;
  padding: 0;
  border-radius: var(--radius);
  overflow: hidden;
}

.call-facility-action {
  min-height: 74px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 9px;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(24, 19, 15, 0.12);
  border-radius: var(--radius);
  transition: background 180ms ease;
}

.call-facility span {
  margin-top: 0;
}

.call-facility.is-open .call-facility-action {
  color: var(--white);
  background: var(--maroon);
  border-color: var(--maroon);
  cursor: pointer;
}

.call-facility.is-open .call-facility-action:hover,
.call-facility.is-open .call-facility-action:focus-visible {
  background: #8b2421;
}

.call-facility.is-closed .call-facility-action {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  cursor: not-allowed;
}

.call-facility-action:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: -4px;
}

.call-facility-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.call-facility.is-open .call-facility-icon {
  color: #281a10;
  background: var(--gold);
}

.call-facility.is-closed .call-facility-icon {
  color: var(--muted);
  background: rgba(24, 19, 15, 0.08);
}

.call-facility-icon svg {
  width: 22px;
  height: 22px;
}

.call-facility-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
  color: inherit;
}

.call-facility-copy strong,
.call-facility-copy small {
  display: block;
  letter-spacing: 0;
}

.call-facility-copy strong {
  color: inherit;
  font-size: 0.98rem;
  font-weight: 900;
}

.call-facility-copy small {
  color: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.4;
  opacity: 0.8;
}

.call-facility-indicator {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #8b8178;
}

.call-facility.is-open .call-facility-indicator {
  background: #6fd49b;
  box-shadow: 0 0 0 5px rgba(111, 212, 155, 0.14);
}

.products-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(247, 237, 215, 0.82)),
    var(--paper);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.product-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(24, 19, 15, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 40px rgba(24, 19, 15, 0.07);
}

.product-media {
  position: relative;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--teal);
  background:
    linear-gradient(135deg, rgba(212, 160, 67, 0.15), rgba(30, 100, 104, 0.1)),
    #f9f3e7;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-media > svg {
  width: 48px;
  height: 48px;
  opacity: 0.7;
}

.product-offer {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 9px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--maroon);
  font-size: 0.72rem;
  font-weight: 900;
}

.product-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.product-sku {
  color: var(--muted);
  font: 800 0.72rem/1.3 "Segoe UI", sans-serif;
}

.product-copy h3 {
  margin: 7px 0 5px;
  font-size: 1.08rem;
  line-height: 1.35;
}

.product-copy p {
  display: -webkit-box;
  min-height: 3.9em;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.product-price-row {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-top: 12px;
}

.product-price-row strong {
  color: var(--maroon);
  font-size: 1.25rem;
}

.product-price-row del {
  color: var(--muted);
  font-size: 0.86rem;
}

.product-actions {
  display: grid;
  gap: 9px;
  margin-top: auto;
  padding-top: 12px;
}

.product-stock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 850;
}

.product-stock::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.product-stock.is-available {
  color: #236b49;
}

.product-stock.is-unavailable {
  color: #9f302c;
}

.product-add {
  width: 100%;
  min-height: 42px;
}

.product-add:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.products-empty {
  min-height: 160px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 24px;
  border: 1px dashed rgba(24, 19, 15, 0.2);
  border-radius: var(--radius);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.56);
  text-align: center;
}

.products-empty svg {
  width: 34px;
  height: 34px;
  color: var(--teal);
}

body.shop-modal-open {
  overflow: hidden;
}

.shop-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: grid;
  justify-items: end;
  visibility: hidden;
  opacity: 0;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.shop-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.shop-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(24, 19, 15, 0.64);
  cursor: default;
}

.shop-panel {
  position: relative;
  width: min(560px, 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 22px;
  overflow-y: auto;
  color: var(--ink);
  background: var(--ivory);
  box-shadow: -20px 0 70px rgba(24, 19, 15, 0.26);
  transform: translateX(24px);
  transition: transform 180ms ease;
}

.shop-modal.is-open .shop-panel {
  transform: translateX(0);
}

.shop-panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(24, 19, 15, 0.12);
}

.shop-panel-header .eyebrow {
  position: static;
  margin: 0;
  color: #a56c11;
}

.shop-panel-header h2 {
  margin: 3px 0 0;
  font-size: 1.7rem;
}

.shop-close {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(24, 19, 15, 0.14);
  border-radius: 50%;
  color: var(--ink);
  background: var(--white);
  cursor: pointer;
}

.shop-close svg {
  width: 20px;
  height: 20px;
}

.shop-cart-view,
.shop-checkout-view {
  min-height: 0;
  flex: 1;
}

.cart-items {
  display: grid;
  gap: 10px;
  padding: 16px 0;
}

.cart-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(24, 19, 15, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
}

.cart-item-media {
  width: 72px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 6px;
  color: var(--teal);
  background: var(--paper);
}

.cart-item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item-media svg {
  width: 26px;
  height: 26px;
}

.cart-item-copy {
  min-width: 0;
}

.cart-item-copy strong,
.cart-item-copy small {
  display: block;
}

.cart-item-copy strong {
  line-height: 1.35;
}

.cart-item-copy small {
  margin-top: 4px;
  color: var(--maroon);
  font-weight: 850;
}

.cart-item-controls {
  display: grid;
  grid-template-columns: 32px 34px 32px;
  align-items: center;
}

.cart-item-controls button {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(24, 19, 15, 0.14);
  color: var(--ink);
  background: var(--white);
  cursor: pointer;
}

.cart-item-controls button:first-child {
  border-radius: 6px 0 0 6px;
}

.cart-item-controls button:last-child {
  border-radius: 0 6px 6px 0;
}

.cart-item-controls button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.cart-item-controls span {
  height: 32px;
  display: grid;
  place-items: center;
  border-block: 1px solid rgba(24, 19, 15, 0.14);
  background: var(--paper);
  font-weight: 900;
}

.cart-item-controls svg {
  width: 15px;
  height: 15px;
}

.cart-remove {
  grid-column: 1 / -1;
  justify-self: end;
  margin-top: 6px;
  border: 0;
  color: #9f302c;
  background: transparent;
  font-size: 0.76rem;
  font-weight: 850;
  cursor: pointer;
}

.cart-empty {
  min-height: 300px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  color: var(--muted);
  text-align: center;
}

.cart-empty svg {
  width: 40px;
  height: 40px;
  color: var(--teal);
}

.cart-empty span {
  font-size: 0.9rem;
}

.cart-footer {
  display: grid;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(24, 19, 15, 0.12);
}

.cart-footer > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cart-footer strong {
  color: var(--maroon);
  font-size: 1.4rem;
}

.shop-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 14px 0 10px;
  padding: 0;
  border: 0;
  color: var(--teal);
  background: transparent;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.shop-back svg {
  width: 17px;
  height: 17px;
}

.checkout-form {
  display: grid;
  gap: 14px;
}

.checkout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.checkout-grid label {
  min-width: 0;
  display: grid;
  gap: 5px;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 850;
}

.checkout-grid input,
.checkout-grid textarea {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(24, 19, 15, 0.18);
  border-radius: 6px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  font: inherit;
  font-weight: 650;
}

.checkout-grid textarea {
  resize: vertical;
}

.checkout-grid input:focus,
.checkout-grid textarea:focus {
  outline: 3px solid rgba(30, 100, 104, 0.16);
  border-color: var(--teal);
}

.checkout-wide {
  grid-column: 1 / -1;
}

.checkout-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px;
  border-radius: var(--radius);
  color: var(--ink-soft);
  background: rgba(30, 100, 104, 0.08);
}

.checkout-summary span {
  max-width: 340px;
  font-size: 0.84rem;
  font-weight: 750;
}

.checkout-summary strong {
  flex: 0 0 auto;
  color: var(--maroon);
  font-size: 1.2rem;
}

.checkout-status {
  margin: 0;
  padding: 10px 12px;
  border-radius: 6px;
  color: #8c2723;
  background: rgba(179, 35, 31, 0.08);
  font-weight: 800;
}

.checkout-status.is-success {
  color: #1f6847;
  background: rgba(35, 107, 73, 0.08);
}

.checkout-submit {
  width: 100%;
}

.order-success {
  min-height: 420px;
  place-items: center;
  align-content: center;
  gap: 12px;
  text-align: center;
}

.order-success:not([hidden]) {
  display: grid;
}

.order-success > svg {
  width: 56px;
  height: 56px;
  color: #236b49;
}

.order-success h2,
.order-success p {
  margin: 0;
}

.order-success p {
  max-width: 390px;
  color: var(--muted);
  font-weight: 750;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 20px clamp(18px, 6vw, 78px);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
}

.site-footer p {
  margin: 0;
  max-width: 760px;
}

.site-footer-copy {
  display: grid;
  gap: 5px;
}

.footer-service-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  margin-top: 9px;
}

.footer-service-links a {
  color: #f4d27c;
  font-weight: 800;
  text-decoration: none;
}

.footer-service-links a:hover,
.footer-service-links a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer-contact {
  width: min(600px, 48%);
  display: grid;
  gap: 10px;
}

.site-footer-contact div,
.site-footer-contact a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: inherit;
  line-height: 1.45;
}

.site-footer-contact a {
  width: fit-content;
  color: #f4d27c;
  font-weight: 800;
}

.site-footer-contact svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-top: 2px;
  color: #f4d27c;
}

.site-footer-contact .footer-contact-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.site-footer-contact .footer-mobile {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.site-footer-contact .footer-map-link {
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.site-footer-contact .footer-socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: auto;
}

.site-footer-contact .footer-socials a {
  --footer-social-color: var(--gold);
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.site-footer-contact .footer-socials a:hover,
.site-footer-contact .footer-socials a:focus-visible {
  color: #fff;
  background: var(--footer-social-color);
  border-color: var(--footer-social-color);
  outline: none;
  transform: translateY(-2px);
}

.site-footer-contact .footer-socials svg {
  width: 16px;
  height: 16px;
  margin: 0;
  color: currentColor;
}

.about-page {
  min-height: calc(100vh - 78px);
  padding: calc(78px + clamp(30px, 4vw, 64px)) clamp(18px, 3vw, 52px) clamp(30px, 4vw, 64px);
  background:
    linear-gradient(135deg, rgba(85, 116, 94, 0.12), rgba(255, 247, 230, 0.96) 44%, rgba(212, 160, 67, 0.12));
}

.about-article {
  width: min(1250px, 100%);
  margin: 0 auto;
}

.about-article h1 {
  max-width: none;
  margin-top: 5px;
  font-size: clamp(1.85rem, 3.2vw, 3.25rem);
  line-height: 1.12;
}

.about-full-content {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(24, 19, 15, 0.14);
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  font-weight: 400;
  line-height: 1.85;
  white-space: pre-line;
}

.local-service-page {
  padding-top: 78px;
  background: var(--ivory);
}

.local-service-hero {
  position: relative;
  min-height: 470px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background-color: #130d0a;
  background-image: url("/assets/hero-lalkitab.png");
  background-position: center;
  background-size: cover;
}

.local-service-hero-shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(12, 8, 6, 0.34);
}

.local-service-hero-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 54px 0 58px;
}

.local-service-back {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  text-decoration: none;
}

.local-service-back:hover,
.local-service-back:focus-visible {
  color: #fff;
}

.local-service-back svg {
  width: 18px;
  height: 18px;
}

.local-service-hero .eyebrow {
  color: var(--gold);
}

.local-service-hero h1 {
  max-width: 720px;
  margin: 8px 0 18px;
  color: #fff;
  font-size: 3rem;
  line-height: 1.08;
}

.local-service-lead {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.12rem;
  line-height: 1.65;
}

.local-service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.local-service-actions .btn-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.1);
}

.local-service-content {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 62px 0 70px;
}

.local-service-overview {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.2fr);
  gap: 48px;
  align-items: start;
}

.local-service-overview h2,
.local-service-section-heading h2 {
  margin: 7px 0 0;
  font-size: 2rem;
  line-height: 1.2;
}

.local-service-overview > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.8;
}

.local-service-topics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.local-service-topics article {
  min-height: 210px;
  padding: 26px;
  border: 1px solid rgba(116, 26, 24, 0.15);
  border-top: 4px solid var(--gold);
  border-radius: 8px;
  background: #fff;
}

.local-service-topics svg {
  width: 25px;
  height: 25px;
  color: var(--teal);
}

.local-service-topics h3 {
  margin: 20px 0 10px;
  font-size: 1.2rem;
}

.local-service-topics p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.local-service-process {
  margin-top: 64px;
  padding: 44px 0;
  border-top: 1px solid rgba(24, 19, 15, 0.14);
  border-bottom: 1px solid rgba(24, 19, 15, 0.14);
}

.local-service-process ol {
  counter-reset: service-step;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.local-service-process li {
  counter-increment: service-step;
  position: relative;
  padding-left: 54px;
}

.local-service-process li::before {
  content: counter(service-step, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--maroon);
  font-weight: 900;
  font-size: 1.1rem;
}

.local-service-process h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
}

.local-service-process li p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.local-service-location {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.75fr);
  gap: 44px;
  margin-top: 58px;
  align-items: start;
}

.local-service-location h2 {
  margin: 0 0 14px;
  font-size: 1.8rem;
}

.local-service-location p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.local-service-contact-details {
  display: grid;
  gap: 12px;
  padding-left: 28px;
  border-left: 3px solid var(--teal);
}

.local-service-contact-details div,
.local-service-contact-details a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ink-soft);
  line-height: 1.55;
}

.local-service-contact-details a {
  color: var(--maroon);
  font-weight: 800;
  text-decoration: none;
}

.local-service-contact-details svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 3px;
  color: var(--gold-dark);
}

.local-service-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 58px;
  padding: 30px 34px;
  border-radius: 8px;
  color: #fff;
  background: var(--maroon);
}

.local-service-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.55rem;
}

.local-service-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.local-service-related {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 34px;
}

.local-service-related > span {
  margin: 0;
  color: var(--muted);
}

.local-service-related a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--maroon);
  font-weight: 900;
  text-decoration: none;
}

.local-service-related a:hover,
.local-service-related a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.local-service-related svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 900px) {
  .local-service-overview,
  .local-service-location {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .local-service-topics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .local-service-process ol {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .local-service-contact-details {
    padding-left: 0;
    padding-top: 20px;
    border-top: 3px solid var(--teal);
    border-left: 0;
  }
}

@media (max-width: 620px) {
  .local-service-page {
    padding-top: 70px;
  }

  .local-service-hero {
    min-height: 520px;
    background-position: 58% center;
  }

  .local-service-hero-shade {
    background: rgba(12, 8, 6, 0.62);
  }

  .local-service-hero-inner,
  .local-service-content {
    width: min(100% - 32px, 1180px);
  }

  .local-service-hero-inner {
    padding: 38px 0 46px;
  }

  .local-service-back {
    margin-bottom: 28px;
  }

  .local-service-hero h1 {
    font-size: 2.25rem;
    line-height: 1.12;
  }

  .local-service-lead {
    font-size: 1rem;
  }

  .local-service-actions {
    display: grid;
  }

  .local-service-actions .btn {
    width: 100%;
  }

  .local-service-content {
    padding: 46px 0 54px;
  }

  .local-service-overview h2,
  .local-service-section-heading h2 {
    font-size: 1.65rem;
  }

  .local-service-topics {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .local-service-topics article {
    min-height: 0;
  }

  .local-service-process {
    margin-top: 46px;
    padding: 38px 0;
  }

  .local-service-location,
  .local-service-cta {
    margin-top: 44px;
  }

  .local-service-cta {
    display: grid;
    padding: 26px 22px;
  }

  .local-service-cta .btn {
    width: 100%;
  }

  .local-service-related {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .footer-service-links {
    display: grid;
  }
}


.footer-socials a[data-platform="facebook"] {
  --footer-social-color: #1877f2;
}

.footer-socials a[data-platform="twitter"] {
  --footer-social-color: #111;
}

.footer-socials a[data-platform="instagram"] {
  --footer-social-color: #c13584;
}

.footer-socials a[data-platform="whatsapp"] {
  --footer-social-color: #128c7e;
}

.footer-socials a[data-platform="youtube"] {
  --footer-social-color: #e62117;
}

@media (max-width: 1160px) {
  .site-nav {
    gap: 16px;
    font-size: 0.86rem;
  }

  .site-nav .header-socials a {
    width: 29px;
    height: 29px;
  }

  .header-call {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
  }

  .header-call span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-grid,
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading-with-note {
    grid-template-columns: 1fr;
  }

  .video-grid {
    grid-auto-columns: calc((100% - 28px) / 3);
  }

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonial-track {
    grid-auto-columns: calc((100% - 10px) / 2);
  }
}

@media (min-width: 821px) and (max-width: 1320px) {
  .site-header {
    gap: 12px;
    padding-inline: 24px;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .site-nav {
    position: fixed;
    inset: 78px 14px auto;
    display: grid;
    gap: 4px;
    margin-left: 0;
    padding: 12px;
    border-radius: var(--radius);
    color: var(--ink);
    background: rgba(255, 247, 230, 0.98);
    box-shadow: var(--shadow);
    transform: translateY(-18px);
    opacity: 0;
    visibility: hidden;
    transition: transform 180ms ease, opacity 180ms ease, visibility 180ms ease;
  }

  body.nav-open .site-nav {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .site-nav a {
    padding: 13px 12px;
  }

  .header-contact-menu summary {
    width: auto;
    height: auto;
    display: flex;
    justify-content: flex-start;
    gap: 9px;
    padding: 13px 12px;
    border: 0;
    border-radius: 4px;
    background: transparent;
  }

  .header-contact-menu summary span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .header-contact-panel {
    position: static;
    width: 100%;
    margin-top: 4px;
    box-shadow: none;
  }

  .header-socials {
    justify-content: center;
    gap: 9px;
    margin-top: 4px;
    padding: 10px 6px 2px;
    border-top: 1px solid rgba(24, 19, 15, 0.12);
    border-left: 0;
  }

  .site-header.is-scrolled .header-socials {
    border-left: 0;
  }

  .site-nav .header-socials a {
    width: 36px;
    height: 36px;
    padding: 0;
    color: var(--ink);
    background: #fff;
    border-color: rgba(24, 19, 15, 0.12);
  }

  .header-call {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
  }

  .header-call span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .language-switcher {
    margin-left: auto;
  }
}

@media (max-width: 820px) {
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .offer-grid-slider {
    grid-auto-columns: 100%;
    grid-template-columns: none;
  }

  .offer-card-overlay {
    width: min(82%, 520px);
  }

  .site-header {
    height: 70px;
  }

  .main-without-hero {
    padding-top: 70px;
  }

  .brand strong {
    font-size: 0.88rem;
  }

  .brand small {
    font-size: 0.72rem;
  }

  .nav-toggle {
    display: grid;
    place-items: center;
  }

  .site-nav {
    position: fixed;
    inset: 70px 14px auto;
    display: grid;
    gap: 4px;
    margin-left: 0;
    padding: 12px;
    border-radius: var(--radius);
    color: var(--ink);
    background: rgba(255, 247, 230, 0.98);
    box-shadow: var(--shadow);
    transform: translateY(-18px);
    opacity: 0;
    visibility: hidden;
    transition: transform 180ms ease, opacity 180ms ease, visibility 180ms ease;
  }

  .header-contact-menu summary {
    width: auto;
    height: auto;
    display: flex;
    justify-content: flex-start;
    gap: 9px;
    padding: 13px 12px;
    border: 0;
    border-radius: 4px;
    background: transparent;
  }

  .header-contact-menu summary span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .header-contact-panel {
    position: static;
    width: 100%;
    margin-top: 4px;
    box-shadow: none;
  }

  body.nav-open .site-nav {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .language-switcher {
    margin-left: auto;
  }

  .site-nav a {
    padding: 13px 12px;
  }

  .header-socials {
    justify-content: center;
    gap: 9px;
    margin-top: 4px;
    padding: 10px 6px 2px;
    border-top: 1px solid rgba(24, 19, 15, 0.12);
    border-left: 0;
  }

  .site-header.is-scrolled .header-socials {
    border-left: 0;
  }

  .site-nav .header-socials a {
    width: 36px;
    height: 36px;
    padding: 0;
    color: var(--ink);
    background: #fff;
    border-color: rgba(24, 19, 15, 0.12);
  }

  .hero {
    min-height: auto;
    padding-top: 78px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-content,
  .hero-lead {
    width: 100%;
    max-width: 100%;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(14, 11, 9, 0.86), rgba(30, 18, 14, 0.78) 46%, rgba(66, 20, 17, 0.66)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.12));
  }

  h1 {
    font-size: clamp(2.7rem, 13vw, 4.8rem);
  }

  .hero-person {
    width: min(100%, 344px);
    margin-top: 8px;
    margin-bottom: 12px;
  }

  .intro-section .section-heading h2 {
    white-space: normal;
  }

  .signal-band,
  .intro-grid,
  .contact-section,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .quote-points {
    grid-template-columns: 1fr;
  }

  .signal-item {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(24, 19, 15, 0.1);
  }

  .signal-item:last-child {
    border-bottom: 0;
  }

  .video-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-card {
    flex: 0 0 min(78vw, 310px);
    scroll-snap-align: start;
  }

  .testimonial-shell {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    align-items: center;
  }

  .testimonial-arrow {
    display: grid;
    width: 38px;
    height: 38px;
  }

  .testimonial-track {
    grid-auto-flow: column;
    grid-auto-columns: min(82vw, 340px);
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .testimonial-card {
    scroll-snap-align: start;
  }

  .testimonial-dots {
    display: flex;
  }

  .testimonial-form-grid {
    grid-template-columns: 1fr 130px;
  }

  .testimonial-form-grid > label:nth-child(3) {
    grid-column: 1 / -1;
  }

  .site-footer {
    display: grid;
  }

  .site-footer-contact {
    width: 100%;
  }

  .site-footer-contact .footer-socials {
    margin-left: 0;
  }
}

@media (max-width: 900px) {
  .contact-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 560px) {
  .content-slider.has-slider {
    padding-inline: 34px;
  }

  .content-slider-arrow {
    width: 34px;
    height: 34px;
  }

  .offers-section {
    padding-inline: 10px;
  }

  .video-grid {
    grid-auto-columns: calc((100% - 10px) / 2);
    gap: 10px;
  }

  .offer-card-overlay {
    width: 100%;
    padding: 16px;
    gap: 5px;
  }

  .offer-card h2 {
    max-width: 14ch;
    font-size: 1.16rem;
  }

  .offer-card p {
    display: none;
  }

  .offer-card-action {
    padding: 8px 11px;
    font-size: 0.86rem;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form .form-field-question,
  .contact-form .form-submit,
  .contact-form .form-status {
    grid-column: auto;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand strong {
    max-width: 130px;
  }

  .brand > span:last-child {
    display: none;
  }

  .language-switcher {
    min-height: 38px;
    padding: 5px 7px;
  }

  .language-switcher.language-switcher-links {
    padding: 0;
  }

  .language-switcher-links summary {
    min-height: 38px;
    padding: 5px 7px;
    font-size: 0.82rem;
  }

  .language-switcher select {
    min-width: 76px;
    font-size: 0.82rem;
  }

  .hero-actions,
  .contact-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .service-grid,
  .product-grid,
  .timeline,
  .trust-strip,
  .contact-info-grid {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .product-card,
  .products-empty {
    width: 100%;
    max-width: calc(100vw - 32px);
  }

  .shop-panel {
    width: 100%;
    padding: 16px;
  }

  .cart-item {
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .cart-item-media {
    width: 60px;
  }

  .cart-item-controls {
    grid-column: 1 / -1;
    justify-self: end;
  }

  .checkout-grid {
    grid-template-columns: 1fr;
  }

  .checkout-wide {
    grid-column: auto;
  }

  .checkout-summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .section-heading,
  .section-heading-with-note,
  .intro-grid,
  .service-grid,
  .timeline,
  .trust-strip,
  .testimonial-shell,
  .testimonial-track,
  .testimonial-submit-cta,
  .social-links-panel,
  .social-links-grid,
  .contact-info-grid,
  .contact-tagline-card,
  .contact-form {
    width: 100%;
    max-width: calc(100vw - 32px);
  }

  .section-note,
  .intro-card,
  .service-card,
  .timeline-step,
  .testimonial-card,
  .trust-strip span,
  .social-link,
  .contact-info-grid span {
    width: 100%;
    max-width: calc(100vw - 32px);
  }

  .section-note p,
  .intro-card p,
  .service-card p,
  .timeline-step p,
  .testimonial-card p,
  .contact-copy p {
    display: block;
    width: min(100%, calc(100vw - 76px));
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .testimonial-card .review-text {
    display: flex;
    width: 100%;
  }

  .intro-card,
  .service-card,
  .timeline-step,
  .testimonial-card,
  .section-note,
  .quote-section,
  .contact-section {
    overflow: hidden;
  }

  .testimonial-track {
    grid-auto-flow: column;
    grid-auto-columns: min(84vw, 330px);
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
  }

  .testimonial-form-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-form-grid > label:nth-child(3),
  .testimonial-description-field,
  .testimonial-file-field {
    grid-column: auto;
  }

  .testimonial-submit-button {
    width: 100%;
  }

  .testimonial-submit-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .testimonial-submit-cta .btn {
    width: 100%;
  }

  .testimonial-modal {
    padding: 8px;
  }

  .testimonial-modal-dialog {
    max-height: calc(100vh - 16px);
    padding: 14px;
  }

  .section,
  .video-band,
  .contact-section,
  .quote-section {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .call-facility {
    width: 100%;
    max-width: none;
    margin-top: 12px;
  }

  .call-facility-action {
    min-height: 72px;
    grid-template-columns: 40px minmax(0, 1fr) 9px;
    gap: 10px;
    padding: 10px 16px;
  }

  .call-facility-icon {
    width: 40px;
    height: 40px;
  }

  .call-facility-copy strong {
    font-size: 0.94rem;
  }

  .call-facility-copy small {
    font-size: 0.74rem;
  }
}
/* Media gallery */
#home {
  display: flex;
  flex-direction: column;
}

#home > * {
  order: 4;
}

#home > .hero {
  order: 1;
}

#home > .offers-section {
  order: 2;
}

#home > .media-gallery-section {
  order: 3;
}

.offers-section {
    position: relative;
    --offers-edge-padding: clamp(14px, 2vw, 26px);
    --media-gallery-top-padding: 30px;
    padding: calc(var(--offers-edge-padding) + var(--media-gallery-top-padding)) clamp(18px, 5vw, 72px) var(--offers-edge-padding);
    background: linear-gradient(180deg, #fbf0dc 0%, #fff7e8 100%);
    border-top: 0;
    border-bottom: 1px solid rgba(116, 26, 24, 0.14);
}
.offers-section::before {
   content: "";
    position: absolute;
    top: calc((var(--offers-edge-padding) + var(--media-gallery-top-padding)) / 2);
    left: 0;
    right: 0;
    height: 0;
    border-top: 2px solid rgba(116, 26, 24, 0.22);
    background: none;
    z-index: 1;
}

.offers-section > * {
  position: relative;
  z-index: 2;
}

.offers-section-single {
  padding-inline: 0;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 22px);
}

.offer-grid-slider {
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - clamp(12px, 2vw, 22px)) / 2);
  grid-template-columns: none;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.offers-section-slider .offer-grid-slider {
  padding-inline: 0;
}

.offers-section-slider .content-slider-prev {
  left: calc(-1 * clamp(42px, 4vw, 56px));
}

.offers-section-slider .content-slider-next {
  right: calc(-1 * clamp(42px, 4vw, 56px));
}

.offer-grid-slider::-webkit-scrollbar {
  display: none;
}

@media (max-width: 820px) {
  .offers-section-slider .content-slider.has-slider {
    padding-inline: 42px;
  }

  .offer-grid-slider {
    grid-auto-columns: 100%;
  }

  .offers-section-slider .content-slider-prev {
    left: 0;
  }

  .offers-section-slider .content-slider-next {
    right: 0;
  }
}

.offer-grid-single {
  grid-template-columns: 1fr;
}

.offer-grid-single .offer-card-visual {
  height: clamp(260px, 32vw, 500px);
  aspect-ratio: auto;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.offer-card {
  min-width: 0;
  scroll-snap-align: start;
}

.offer-card-visual {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(116, 26, 24, 0.24);
  color: var(--white);
  background:
    radial-gradient(circle at 78% 22%, rgba(224, 166, 62, 0.42), transparent 30%),
    linear-gradient(135deg, #21120f 0%, #741a18 62%, #d9a13b 100%);
  box-shadow: 0 18px 42px rgba(24, 19, 15, 0.16);
}

.offer-card-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.offer-card-backdrop {
  object-fit: cover;
  object-position: center;
  filter: blur(24px) brightness(0.58) saturate(0.9);
  transform: scale(1.08);
}

.offer-card-image {
  z-index: 1;
  object-fit: contain;
  object-position: center;
}

.offer-card-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(24, 12, 9, 0.93) 0%, rgba(74, 20, 16, 0.74) 48%, rgba(74, 20, 16, 0.18) 100%),
    linear-gradient(0deg, rgba(24, 12, 9, 0.34), transparent 55%);
}

.offer-card.is-image-only .offer-card-visual::after {
  display: none;
}

.offer-card.is-image-only .offer-card-visual {
  border-radius: 0;
}

.offer-card.is-image-only .offer-card-backdrop {
  display: block;
  filter: blur(22px) brightness(0.54) saturate(1.12);
  transform: scale(1.12);
}

.offer-card.is-image-only .offer-card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
}

.offer-card-full-link {
  position: absolute;
  inset: 0;
  z-index: 4;
}

.offer-card-overlay {
  position: relative;
  z-index: 3;
  width: min(68%, 560px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: clamp(18px, 3vw, 42px);
}

.offer-card h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--white);
  font-size: clamp(1.25rem, 2.4vw, 2.4rem);
  line-height: 1.13;
}

.offer-card p {
  max-width: 48ch;
  margin: 0;
  color: rgba(255, 247, 232, 0.86);
  font-weight: 650;
  line-height: 1.45;
}

.offer-card-action {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #1f120d;
  background: var(--gold);
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(24, 19, 15, 0.24);
}

.offer-card-action:hover,
.offer-card-action:focus-visible {
  color: #1f120d;
  transform: translateY(-1px);
  outline: none;
}

.offer-card-action svg {
  width: 17px;
  height: 17px;
}

.media-gallery-section {
  background: #f5ead3;
  margin-top: 0;
  border-top: 1px solid rgba(24, 19, 15, 0.16);
  box-shadow: 0 -8px 22px rgba(24, 19, 15, 0.07);
  padding-inline: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

.media-featured-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  min-width: 0;
}

.media-featured-layout > .media-slider-arrow {
  position: absolute;
  /*top: clamp(140px, 14vw, 180px);*/
  top: clamp(280px, 14vw, 180px);
  z-index: 2;
  transform: translateY(-50%);
  box-shadow: 0 8px 24px rgba(24, 19, 15, 0.2);
}

.media-featured-layout > [data-media-prev] {
  left: 12px;
}

.media-featured-layout > [data-media-next] {
  right: 12px;
}

.media-featured-main {
  min-width: 0;
  height: clamp(330px, 32vw, 430px);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid rgba(24, 19, 15, 0.12);
  border-radius: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 44px rgba(24, 19, 15, 0.09);
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.media-featured-main:hover,
.media-featured-main:focus-visible {
  border-color: rgba(116, 26, 24, 0.48);
  outline: none;
}

.media-featured-visual {
  position: relative;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--gold);
  background: #201714;
}

.media-featured-visual img {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  place-self: center;
  display: block;
  object-fit: scale-down;
  object-position: center;
  transition: transform 220ms ease;
}

.media-featured-visual > img[data-media-featured-image] {
  position: absolute;
  inset: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  max-width: none;
  max-height: none;
  margin: 0;
  object-fit: contain;
  object-position: center;
}

.media-featured-main.is-center-crop .media-featured-backdrop {
  display: none;
}

.media-featured-main.is-center-crop .media-featured-visual {
  background: #211a17;
}

.media-featured-main.is-center-crop img[data-media-featured-image] {
  clip-path: inset(0 34.1%);
}

.media-featured-visual .media-featured-backdrop {
    position: absolute;
    inset: -20px;
    z-index: 0;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    max-width: none;
    max-height: none;
    object-fit: cover;
    /*filter: blur(10px) brightness(0.58) saturate(0.86);*/
    filter: blur(50px) brightness(0.50) saturate(0.90);
    opacity: 0.68;
    transform: scale(1.04);
}

.media-featured-main:hover .media-featured-visual img {
  transform: none;
}

.media-featured-main:hover .media-featured-visual .media-featured-backdrop {
  transform: scale(1.04);
}

.media-featured-visual [hidden] {
  display: none;
}

.media-featured-placeholder {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
}

.media-featured-placeholder svg {
  width: 54px;
  height: 54px;
}

.media-featured-action {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 48px;
  height: 48px;
  display: grid;
  z-index: 2;
  place-items: center;
  border-radius: 50%;
  color: var(--maroon);
  background: rgba(255, 250, 240, 0.95);
  box-shadow: 0 10px 28px rgba(24, 19, 15, 0.24);
}

.media-featured-action svg {
  width: 21px;
  height: 21px;
}

.media-featured-copy {
    min-width: 0;
    display: grid;
    gap: 4px;
    padding: 13px clamp(18px, 3vw, 44px) 15px;
   /* padding: 13px 88px 13px 85px;*/
}

.media-featured-copy small {
  color: var(--maroon);
  font-weight: 900;
  text-transform: uppercase;
}

.media-featured-copy strong {
  font-size: 1.2rem;
  line-height: 1.3;
}

.media-featured-copy > span {
  color: var(--muted);
  font-weight: 650;
  line-height: 1.45;
}

.media-thumbnail-rail {
  height: auto;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(235px, 285px);
  align-items: stretch;
  gap: 10px;
  min-width: 0;
  padding: 12px clamp(14px, 2vw, 30px);
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(116, 26, 24, 0.35) transparent;
}

.media-thumbnail {
  width: 100%;
  min-width: 0;
  min-height: 88px;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(24, 19, 15, 0.12);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.68);
  text-align: left;
  font: inherit;
  cursor: pointer;
}

#home > .section:not(.media-gallery-section),
#home > .video-band,
#home > .contact-section,
#home > .quote-section {
  /*border-top: 4px solid rgba(116, 26, 24, 0.72);*/
  box-shadow: 0 -8px 24px rgba(24, 19, 15, 0.05);
}

.media-thumbnail:hover,
.media-thumbnail:focus-visible,
.media-thumbnail.is-active {
  border-color: var(--maroon);
  background: rgba(255, 255, 255, 0.96);
  outline: none;
}

.media-thumbnail.is-active {
  box-shadow: inset 0 -4px 0 var(--maroon);
}

.media-thumbnail-visual {
  min-width: 0;
  min-height: 84px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: calc(var(--radius) - 1px) 0 0 calc(var(--radius) - 1px);
  color: var(--gold);
  background: #201714;
}

.media-thumbnail-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.media-thumbnail-copy {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 9px 10px;
}

.media-thumbnail-copy small {
  color: var(--maroon);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.media-thumbnail-copy strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: 0.92rem;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.media-slider-shell {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 10px;
}

.media-slider-arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(116, 26, 24, 0.18);
  border-radius: 50%;
  color: var(--maroon);
  background: rgba(255, 255, 255, 0.82);
  cursor: pointer;
}

.media-slider-arrow:hover,
.media-slider-arrow:focus-visible {
  color: var(--white);
  background: var(--maroon);
  outline: none;
}

.media-slider-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 24px) / 3);
  gap: 12px;
  min-width: 0;
  overflow: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.media-gallery-card {
  min-width: 0;
  display: grid;
  grid-template-rows: 190px minmax(120px, auto);
  padding: 0;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(24, 19, 15, 0.12);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 38px rgba(24, 19, 15, 0.07);
  text-align: left;
  text-decoration: none;
  font: inherit;
  cursor: pointer;
}

.media-gallery-card:hover,
.media-gallery-card:focus-visible {
  border-color: rgba(116, 26, 24, 0.38);
  outline: none;
}

.media-gallery-visual {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--gold);
  background: #201714;
}

.media-gallery-visual > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 220ms ease;
}

.media-gallery-card:hover .media-gallery-visual > img {
  transform: scale(1.035);
}

.media-gallery-visual > svg {
  width: 48px;
  height: 48px;
}

.media-gallery-action {
  position: absolute;
  right: 13px;
  bottom: 13px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--maroon);
  background: rgba(255, 250, 240, 0.94);
  box-shadow: 0 8px 24px rgba(24, 19, 15, 0.2);
}

.media-gallery-action svg {
  width: 19px;
  height: 19px;
}

.media-gallery-copy {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
  padding: 14px;
}

.media-gallery-copy small {
  color: var(--maroon);
  font-weight: 900;
  text-transform: uppercase;
}

.media-gallery-copy strong {
  font-size: 1.08rem;
  line-height: 1.35;
}

.media-gallery-copy > span {
  color: var(--muted);
  font-weight: 650;
  line-height: 1.5;
}

body.media-viewer-open {
  overflow: hidden;
}

.media-viewer {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: none;
  place-items: center;
  padding: 20px;
}

.media-viewer.is-open {
  display: grid;
}

.media-viewer-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(16, 10, 8, 0.82);
  cursor: pointer;
}

.media-viewer-dialog {
  position: relative;
  z-index: 1;
  width: min(940px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  background: #fffaf0;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.38);
}

.media-viewer-dialog > header {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(24, 19, 15, 0.12);
}

.media-viewer-dialog > header h2 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.35;
}

.media-viewer-dialog > header button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid rgba(24, 19, 15, 0.16);
  border-radius: 50%;
  color: var(--ink);
  background: var(--white);
  cursor: pointer;
}

.media-viewer-content {
  min-height: 240px;
  display: grid;
  place-items: center;
  background: #17100e;
}

.media-viewer-content img,
.media-viewer-content video,
.media-viewer-content iframe {
  width: 100%;
  max-height: calc(100vh - 130px);
  display: block;
  object-fit: contain;
}

.media-viewer-content iframe {
  aspect-ratio: 16 / 9;
  border: 0;
}

.media-viewer-content audio {
  width: min(100%, 720px);
  margin: 40px;
}

.media-viewer-content [hidden] {
  display: none;
}

.playlist-page {
  min-height: 70vh;
  padding:
    calc(var(--header-height) + clamp(26px, 3vw, 42px))
    max(24px, calc((100vw - 1500px) / 2))
    clamp(32px, 5vw, 70px);
  background: var(--paper);
}

.playlist-page-heading {
  max-width: 1050px;
  margin-bottom: 24px;
}

.playlist-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 22px;
  color: var(--maroon);
  font-weight: 850;
  text-decoration: none;
}

.playlist-back svg {
  width: 18px;
  height: 18px;
}

.playlist-page-heading h1 {
  max-width: 980px;
  margin: 5px 0 10px;
  font-size: clamp(1.65rem, 2.5vw, 2.45rem);
  line-height: 1.14;
}

.playlist-page-heading > p:last-child {
  max-width: 850px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.55;
}

.playlist-video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.playlist-video-card {
  min-width: 0;
  display: grid;
  gap: 10px;
  padding: 0 0 12px;
  overflow: hidden;
  border: 1px solid rgba(24, 19, 15, 0.12);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.playlist-video-thumbnail {
  position: relative;
  aspect-ratio: 16 / 9;
  display: block;
  overflow: hidden;
  background: #201714;
}

.playlist-video-thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.playlist-video-thumbnail span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--white);
  background: rgba(24, 19, 15, 0.18);
}

.playlist-video-thumbnail svg {
  width: 42px;
  height: 42px;
  padding: 11px;
  border-radius: 50%;
  fill: currentColor;
  background: rgba(116, 26, 24, 0.9);
}

.playlist-video-card strong {
  padding: 0 12px;
  line-height: 1.4;
}

.playlist-video-card:hover,
.playlist-video-card:focus-visible {
  border-color: var(--maroon);
  outline: none;
}

.playlist-player {
  aspect-ratio: 16 / 9;
  background: #111;
}

.playlist-player iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.playlist-embed-fallback {
  max-width: 980px;
  display: grid;
  gap: 14px;
}

.playlist-embed-copy {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(24, 19, 15, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.75);
}

.playlist-embed-copy > svg {
  width: 34px;
  height: 34px;
  color: var(--maroon);
  flex: 0 0 auto;
}

.playlist-embed-copy > div {
  display: grid;
  gap: 4px;
}

.playlist-embed-copy span {
  color: var(--muted);
  font-weight: 650;
}

.playlist-embed-frame {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(24, 19, 15, 0.16);
  border-radius: var(--radius);
  background: #111;
}

.playlist-embed-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.playlist-embed-link {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--maroon);
  font-weight: 850;
}

.playlist-embed-link svg {
  width: 17px;
  height: 17px;
}

.playlist-fallback {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 760px;
  padding: 18px;
  border: 1px solid rgba(24, 19, 15, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.75);
}

.playlist-fallback > svg {
  width: 38px;
  height: 38px;
  color: var(--maroon);
}

.playlist-fallback > div {
  display: grid;
  gap: 7px;
}

.playlist-fallback a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--maroon);
  font-weight: 850;
}

@media (max-width: 980px) {
  .media-featured-layout > .media-slider-arrow {
    /*top: clamp(130px, 19vw, 165px);*/
    top: clamp(130px, 10vw, 165px);
  }

  .media-featured-main {
    height: clamp(320px, 46vw, 390px);
  }

  .media-thumbnail-rail {
    grid-auto-columns: minmax(225px, 275px);
    scrollbar-width: none;
  }

  .media-thumbnail-rail::-webkit-scrollbar {
    display: none;
  }

  .media-slider-track {
    grid-auto-columns: calc((100% - 12px) / 2);
  }

  .playlist-video-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .media-gallery-section {
    padding-inline: 0;
  }

  .media-featured-main {
    height: clamp(310px, 78vw, 370px);
  }

  .media-featured-layout > .media-slider-arrow {
   /* top: clamp(120px, 34vw, 155px);*/
    top: clamp(120px, 83vw, 395px);
  }

  .media-featured-copy > span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .media-thumbnail {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .media-thumbnail-rail {
    grid-auto-columns: min(82vw, 280px);
    padding-inline: 10px;
  }

  .media-slider-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .media-slider-arrow {
    display: none;
  }

  .media-featured-layout .media-slider-arrow {
    display: grid;
  }

  .media-slider-track {
    grid-auto-columns: min(86%, 330px);
    overflow-x: auto;
    scrollbar-width: none;
  }

  .media-slider-track::-webkit-scrollbar {
    display: none;
  }

  .media-gallery-card {
    grid-template-rows: 170px minmax(118px, auto);
  }

  .playlist-page {
    padding-inline: 16px;
  }

  .playlist-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-viewer {
    padding: 10px;
  }
}

@media (max-width: 440px) {
  .playlist-video-grid {
    grid-template-columns: 1fr;
  }
}
/* YouTube-style playlist slider layout */
.media-gallery-section {
    position: relative;
    width: 100%;
    padding: 30px 14px;
    background: #ffffff;
    overflow: hidden;
}

    .media-gallery-section .media-featured-layout {
        position: relative;
        display: grid;
        grid-template-columns: 46px minmax(0, 1fr) 46px;
        align-items: center;
        gap: 12px;
        width: 100%;
    }

    /* Horizontal cards container */
    .media-gallery-section .media-thumbnail-rail {
        display: flex;
        align-items: stretch;
        gap: 16px;
        width: 100%;
        padding: 4px 0 10px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

        .media-gallery-section .media-thumbnail-rail::-webkit-scrollbar {
            display: none;
        }

    /* Previous and Next buttons */
    .media-gallery-section .media-slider-arrow {
        position: static;
        z-index: 5;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        padding: 0;
        border: 1px solid #dddddd;
        border-radius: 50%;
        background: #ffffff;
        color: #8c1d18;
        cursor: pointer;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
        transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    }

        .media-gallery-section .media-slider-arrow:hover {
            background: #f5f5f5;
            transform: scale(1.05);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
        }

        .media-gallery-section .media-slider-arrow svg {
            width: 22px;
            height: 22px;
        }


    /* =====================================
   YouTube-style playlist cards
===================================== */

    .media-gallery-section .media-playlist-card {
        flex: 0 0 calc((100% - 64px) / 5);
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 0;
        margin: 0;
        border: 0;
        background: transparent;
        color: #0f0f0f;
        text-align: left;
        text-decoration: none;
        scroll-snap-align: start;
        box-shadow: none;
    }

        /* Thumbnail container */
        .media-gallery-section .media-playlist-card .media-thumbnail-visual {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            aspect-ratio: 16 / 9;
            overflow: hidden;
            border-radius: 12px;
            background: #241b18;
        }

            /* Thumbnail image */
            .media-gallery-section .media-playlist-card .media-thumbnail-visual img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
                transition: transform 0.25s ease;
            }

        .media-gallery-section .media-playlist-card:hover
        .media-thumbnail-visual img {
            transform: scale(1.03);
        }

    /* Placeholder icon for missing thumbnail */
    .media-gallery-section .media-thumbnail-placeholder > svg {
        width: 44px;
        height: 44px;
        color: rgba(255, 255, 255, 0.7);
    }

    /* Video-count badge */
    .media-gallery-section .media-playlist-count {
        position: absolute;
        right: 8px;
        bottom: 8px;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        padding: 5px 8px;
        border-radius: 4px;
        background: rgba(15, 15, 15, 0.88);
        color: #ffffff;
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
        white-space: nowrap;
    }

        .media-gallery-section .media-playlist-count svg {
            width: 15px;
            height: 15px;
            flex-shrink: 0;
        }

    /* Text area */
    .media-gallery-section .media-playlist-card .media-thumbnail-copy {
        display: block;
        width: 100%;
        padding: 11px 2px 0;
    }

        /* Playlist title */
        .media-gallery-section .media-playlist-card
        .media-thumbnail-copy strong {
            display: -webkit-box;
            overflow: hidden;
            margin: 0;
            color: #0f0f0f;
            font-size: 16px;
            font-weight: 600;
            line-height: 1.35;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

    /* Updated text */
    .media-gallery-section .media-updated-text {
        display: block;
        margin-top: 5px;
        color: #606060;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.4;
    }

    /* View playlist text */
    .media-gallery-section .media-view-playlist {
        display: block;
        margin-top: 3px;
        color: #606060;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.4;
    }

    /* Hover effect */
    .media-gallery-section .media-playlist-card:hover
    .media-thumbnail-copy strong {
        color: #8c1d18;
    }

/* =====================================
   Responsive playlist slider
===================================== */

/* Smaller desktop: 4 cards */
@media (max-width: 1200px) {
    .media-gallery-section .media-playlist-card {
        flex-basis: calc((100% - 48px) / 4);
    }
}

/* Tablet: 3 cards */
@media (max-width: 900px) {
    .media-gallery-section .media-playlist-card {
        flex-basis: calc((100% - 32px) / 3);
    }
}

/* Mobile: 2 cards */
@media (max-width: 650px) {
    .media-gallery-section {
        padding: 24px 8px;
    }

        .media-gallery-section .media-featured-layout {
            grid-template-columns: 34px minmax(0, 1fr) 34px;
            gap: 6px;
        }

        .media-gallery-section .media-slider-arrow {
            width: 32px;
            height: 32px;
        }

            .media-gallery-section .media-slider-arrow svg {
                width: 18px;
                height: 18px;
            }

        .media-gallery-section .media-thumbnail-rail {
            gap: 12px;
        }

        .media-gallery-section .media-playlist-card {
            flex-basis: calc((100% - 12px) / 2);
        }

            .media-gallery-section .media-playlist-card
            .media-thumbnail-copy strong {
                font-size: 14px;
            }

        .media-gallery-section .media-updated-text,
        .media-gallery-section .media-view-playlist {
            font-size: 12px;
        }
}

/* Very small mobile: 1 card */
@media (max-width: 420px) {
    .media-gallery-section .media-playlist-card {
        flex-basis: 100%;
    }
}

/* Fix slider-arrow position and jumping */
.media-gallery-section .media-featured-layout {
    align-items: center !important;
}

.media-gallery-section .media-slider-arrow {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    align-self: center !important;
    flex-shrink: 0;
    margin: 0 !important;
    transform: none !important;
    vertical-align: middle;
    transition: background-color 0.2s ease, box-shadow 0.2s ease !important;
}

    .media-gallery-section .media-slider-arrow:hover,
    .media-gallery-section .media-slider-arrow:focus,
    .media-gallery-section .media-slider-arrow:active {
        transform: none !important;
    }

    .media-gallery-section .media-slider-arrow:active {
        background: #eeeeee;
    }

    .media-gallery-section .media-slider-arrow svg {
        display: block;
        pointer-events: none;
    }

    /* Disabled Previous/Next arrow */
    .media-gallery-section .media-slider-arrow:disabled {
        opacity: 0.35 !important;
        color: #777777 !important;
        background: #eeeeee !important;
        cursor: not-allowed !important;
        pointer-events: none;
        box-shadow: none !important;
    }

        .media-gallery-section .media-slider-arrow:disabled:hover,
        .media-gallery-section .media-slider-arrow:disabled:focus,
        .media-gallery-section .media-slider-arrow:disabled:active {
            opacity: 0.35 !important;
            background: #eeeeee !important;
            transform: none !important;
            box-shadow: none !important;
        }
/* Media Gallery theme matching */
.media-gallery-section {
    background: #f7eddc !important;
    border-top: 1px solid rgba(123, 74, 38, 0.12);
    border-bottom: 1px solid rgba(123, 74, 38, 0.12);
}

    .media-gallery-section .media-featured-layout,
    .media-gallery-section .media-thumbnail-rail {
        background: transparent !important;
    }

    /* Card text */
    .media-gallery-section .media-playlist-card {
        color: #2c1b15;
    }

        .media-gallery-section .media-playlist-card
        .media-thumbnail-copy strong {
            color: #2c1b15;
        }

    .media-gallery-section .media-view-playlist,
    .media-gallery-section .media-updated-text {
        color: #765f52;
    }

    /* Arrow theme */
    .media-gallery-section .media-slider-arrow {
        background: #fff8ee;
        border-color: #ddcbb4;
        color: #8c1d18;
    }

        .media-gallery-section .media-slider-arrow:hover {
            background: #f1dfc7;
        }

        .media-gallery-section .media-slider-arrow:disabled {
            background: #eadfce !important;
        }
@media (min-width: 1161px) {
    html[lang="en"] .site-header {
        gap: 12px;
        padding-left: clamp(18px, 2.5vw, 42px);
        padding-right: clamp(18px, 2.5vw, 42px);
    }

    html[lang="en"] .brand {
        flex-shrink: 1;
    }

        html[lang="en"] .brand strong {
            font-size: 0.88rem;
        }

        html[lang="en"] .brand small {
            font-size: 0.72rem;
        }

    html[lang="en"] .site-nav {
        gap: 14px;
        font-size: 0.86rem;
    }

        html[lang="en"] .site-nav > a {
            white-space: nowrap;
            flex-shrink: 0;
        }
}
:root {
  --ink: #18130f;
