/* ============================================================
   KAMATENU SUPPLIERS - style.css
   Pure Semantic HTML5 + Responsive CSS3.
   Flawless responsive behavior across 320px, 360px, 375px, 390px, 430px, 768px, 1024px+
   Zero horizontal overflow, zero pinch-to-zoom required.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=Outfit:wght@300;400;500;600;700&display=swap');

:root {
  --maroon:        #8f1d24;
  --maroon-bright: #c8232f;
  --maroon-deep:   #5e1116;
  --gold:          #c9973f;
  --gold-light:    #e8c988;
  --gold-glow:     rgba(201, 151, 63, 0.25);
  --navy:          #1c3a5c;
  --navy-light:    #2a527c;

  --bg:            #140b09;
  --bg-alt:        #1c1210;
  --surface:       #241713;
  --surface-2:     #2c1c17;
  --surface-card:  rgba(36, 23, 19, 0.85);
  --text:          #f4ead9;
  --text-muted:    #c9b8a6;
  --text-dim:      #968574;
  --border:        rgba(232, 201, 136, 0.18);
  --border-strong: rgba(201, 151, 63, 0.35);
  --shadow:        0 20px 50px rgba(0, 0, 0, 0.45);
  --shadow-sm:     0 8px 24px rgba(0, 0, 0, 0.3);

  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 9999px;
  --container: 1200px;

  --font-display: 'Cinzel', serif;
  --font-quote:   'Cormorant Garamond', serif;
  --font-body:    'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

[data-theme="light"] {
  --bg:            #faf4e9;
  --bg-alt:        #f3e9d7;
  --surface:       #fffaf1;
  --surface-2:     #ffffff;
  --surface-card:  rgba(255, 250, 241, 0.95);
  --text:          #241512;
  --text-muted:    #6b5648;
  --text-dim:      #8c7362;
  --border:        rgba(143, 29, 36, 0.16);
  --border-strong: rgba(143, 29, 36, 0.32);
  --shadow:        0 20px 50px rgba(94, 55, 25, 0.12);
  --shadow-sm:     0 8px 24px rgba(94, 55, 25, 0.08);
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background .35s ease, color .35s ease;
  overflow-x: hidden;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
  width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: .01em;
  color: var(--text);
  line-height: 1.25;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

p {
  margin: 0;
  overflow-wrap: break-word;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(1rem, 3.5vw, 2.5rem);
  box-sizing: border-box;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--font-body);
  font-size: clamp(0.7rem, 2vw, 0.75rem);
  font-weight: 600;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .85rem;
}

.eyebrow::before {
  content: "";
  width: 24px;
  height: 1.5px;
  background: var(--gold);
  flex-shrink: 0;
}

.section-head {
  max-width: 780px;
  margin-bottom: clamp(1.75rem, 4vw, 3.5rem);
  width: 100%;
}

.section-head.center {
  text-align: center;
  margin-inline: auto;
}

.section-head.center .eyebrow {
  justify-content: center;
}

.section-head.center .eyebrow::after {
  content: "";
  width: 24px;
  height: 1.5px;
  background: var(--gold);
  flex-shrink: 0;
}

.section-head h2 {
  font-size: clamp(1.65rem, 3.2vw, 2.75rem);
  margin-bottom: .85rem;
}

.section-head p {
  color: var(--text-muted);
  font-size: clamp(0.95rem, 1.3vw, 1.15rem);
  line-height: 1.7;
}

.section {
  padding-block: clamp(2.5rem, 5vw, 5.5rem);
  position: relative;
  width: 100%;
}

.kolam-divider {
  height: 32px;
  width: 100%;
  max-width: 100%;
  background-image: radial-gradient(circle, var(--gold) 1.5px, transparent 1.6px);
  background-size: 20px 20px;
  background-position: center;
  opacity: .5;
  mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
  overflow: hidden;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: .8rem 1.6rem;
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: clamp(0.88rem, 2vw, 0.95rem);
  letter-spacing: .02em;
  transition: all .25s ease;
  white-space: nowrap;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
}

.btn-primary {
  background: linear-gradient(135deg, var(--maroon-bright) 0%, var(--maroon) 100%);
  color: #fff;
  box-shadow: 0 4px 18px rgba(143, 29, 36, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #da2c39 0%, var(--maroon-bright) 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(143, 29, 36, 0.55);
  color: #fff;
}

.btn-outline {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border-strong);
}

.btn-outline:hover {
  background: rgba(201, 151, 63, 0.12);
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
  color: #1a0f0a;
  font-weight: 700;
  box-shadow: 0 4px 18px var(--gold-glow);
}

.btn-gold:hover {
  background: linear-gradient(135deg, #f2d9a3 0%, var(--gold-light) 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(201, 151, 63, 0.45);
}

/* ============================================================
   HEADER & NAVIGATION
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(20, 11, 9, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  transition: background .35s ease, border-color .35s ease;
  width: 100%;
}

[data-theme="light"] .site-header {
  background: rgba(250, 244, 233, 0.94);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 2vw, 0.85rem);
  flex-shrink: 0;
  min-width: 0;
}

.brand-logo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--border-strong);
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-name {
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 2.5vw, 1.15rem);
  font-weight: 700;
  color: var(--text);
  letter-spacing: .02em;
  line-height: 1.1;
  white-space: nowrap;
}

.brand-name em {
  font-style: normal;
  color: var(--gold);
}

.brand-tag {
  font-size: clamp(0.6rem, 1.6vw, 0.68rem);
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: .15rem;
  white-space: nowrap;
}

.main-nav ul {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.main-nav a {
  font-size: .95rem;
  font-weight: 500;
  color: var(--text-muted);
  position: relative;
  padding-block: .4rem;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--gold);
}

.main-nav a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--gold);
  border-radius: var(--radius-full);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 2vw, 1rem);
  flex-shrink: 0;
}

.theme-toggle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--gold);
  transition: all .25s ease;
  flex-shrink: 0;
}

.theme-toggle:hover {
  background: var(--surface-2);
  border-color: var(--gold);
  transform: scale(1.05);
}

.theme-toggle svg {
  width: 18px;
  height: 18px;
}

.theme-toggle .icon-sun { display: none; }
.theme-toggle .icon-moon { display: block; }
[data-theme="light"] .theme-toggle .icon-sun { display: block; }
[data-theme="light"] .theme-toggle .icon-moon { display: none; }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  border-radius: var(--radius-sm);
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 7px;
  flex-shrink: 0;
}

.nav-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--text);
  border-radius: 2px;
  transition: all .3s ease;
}

.nav-toggle.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle.open span:nth-child(2) {
  opacity: 0;
}
.nav-toggle.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero {
  padding-top: clamp(2rem, 4vw, 4.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 6rem);
  position: relative;
  overflow: hidden;
  width: 100%;
}

.hero .container {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .45rem 1.1rem;
  border-radius: var(--radius-full);
  background: rgba(201, 151, 63, 0.12);
  border: 1px solid var(--border-strong);
  color: var(--gold);
  font-size: clamp(0.75rem, 2vw, 0.82rem);
  font-weight: 600;
  letter-spacing: .04em;
  margin-bottom: 1.25rem;
  max-width: 100%;
  white-space: normal;
  line-height: 1.35;
  box-sizing: border-box;
}

.hero h1 {
  font-size: clamp(1.85rem, 3.8vw, 3.6rem);
  line-height: 1.2;
  margin-bottom: 1.25rem;
  font-weight: 700;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.hero h1 em {
  font-style: normal;
  color: var(--gold-light);
  border-bottom: 2px solid var(--maroon);
}

.hero-sub {
  font-size: clamp(0.98rem, 1.3vw, 1.22rem);
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 1.75rem;
  max-width: 580px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.25rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  margin-bottom: 1.75rem;
}

.hstat {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.hstat-num {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  font-weight: 700;
  color: var(--gold);
  line-height: 1.1;
}

.hstat-lbl {
  font-size: clamp(0.72rem, 1.8vw, 0.8rem);
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: .35rem;
  font-weight: 500;
  overflow-wrap: break-word;
}

.hero-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.hero-contact {
  display: flex;
  align-items: center;
  gap: .75rem;
  font-size: .9rem;
  max-width: 100%;
}

.hero-contact .ic {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
}

.hero-contact .ic svg {
  width: 16px;
  height: 16px;
}

.hero-contact span {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.hero-contact span span {
  display: block;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--text-muted);
}

.hero-contact strong {
  color: var(--text);
  font-weight: 600;
  font-size: clamp(0.85rem, 2vw, 0.95rem);
}

/* Hero Right Visual Card */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}

.hero-frame {
  width: 100%;
  max-width: 420px;
  background: linear-gradient(145deg, #7a161d 0%, #3e0b0f 50%, #1c2738 100%);
  border: 1px solid rgba(232, 201, 136, 0.28);
  border-radius: var(--radius-lg);
  padding: clamp(1.75rem, 4vw, 3rem) clamp(1.25rem, 3vw, 2.2rem);
  text-align: center;
  box-shadow: var(--shadow);
  position: relative;
  color: #fff;
  box-sizing: border-box;
}

[data-theme="light"] .hero-frame {
  background: linear-gradient(145deg, #8f1d24 0%, #5e1116 60%, #1c3a5c 100%);
}

.hero-frame img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 1.25rem;
  border: 2px solid var(--gold);
  background: #fff;
  padding: 4px;
}

.fr-title {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.45rem);
  font-weight: 700;
  letter-spacing: .03em;
  color: #fff;
  margin-bottom: .25rem;
}

.fr-est {
  font-size: clamp(0.72rem, 1.8vw, 0.8rem);
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 1.25rem;
}

.fr-motto {
  font-family: var(--font-quote);
  font-style: italic;
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  color: #fdf5e8;
  line-height: 1.4;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(232, 201, 136, 0.25);
}

.hero-float {
  position: absolute;
  bottom: -18px;
  right: 10px;
  background: var(--surface-2);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-md);
  padding: .65rem 1.1rem;
  display: flex;
  align-items: center;
  gap: .85rem;
  box-shadow: var(--shadow);
  max-width: 90%;
  box-sizing: border-box;
}

.hero-float .num {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--gold);
  flex-shrink: 0;
}

.hero-float .lbl {
  font-size: .75rem;
  color: var(--text-muted);
  line-height: 1.3;
  max-width: 140px;
}

/* ============================================================
   ABOUT TEASER ("WHO WE ARE")
   ============================================================ */
.about-teaser-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  width: 100%;
}

.about-visual {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  width: 100%;
}

.about-visual img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform .5s ease;
}

.about-visual:hover img {
  transform: scale(1.03);
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.75rem;
  width: 100%;
}

.stat-box {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.25rem 0.85rem;
  text-align: center;
  min-width: 0;
}

.stat-box-num {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.2vw, 1.65rem);
  font-weight: 700;
  color: var(--maroon-bright);
}

[data-theme="light"] .stat-box-num {
  color: var(--maroon);
}

.stat-box-lbl {
  font-size: clamp(0.72rem, 1.6vw, 0.78rem);
  color: var(--text-muted);
  margin-top: .25rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  overflow-wrap: break-word;
}

/* ============================================================
   SERVICES SECTION (GRID & DETAIL ROWS)
   ============================================================ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
  gap: 1.25rem;
  width: 100%;
}

.service-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  transition: all .3s ease;
  position: relative;
  min-width: 0;
  box-sizing: border-box;
}

.service-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
}

.service-icon {
  width: 46px;
  height: 46px;
  border-radius: var(--radius-sm);
  background: rgba(201, 151, 63, 0.12);
  border: 1px solid var(--border-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  margin-bottom: 1.1rem;
  flex-shrink: 0;
}

.service-icon svg {
  width: 22px;
  height: 22px;
}

.service-card h3 {
  font-size: clamp(1.15rem, 2vw, 1.25rem);
  margin-bottom: .6rem;
}

.service-card p {
  color: var(--text-muted);
  font-size: .92rem;
  line-height: 1.6;
}

/* Services Detail Rows (services.html) */
.service-detail-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
}

.service-detail-row {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(1.75rem, 3.5vw, 3.5rem);
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2.75rem);
  box-shadow: var(--shadow-sm);
  transition: border-color .3s ease;
  width: 100%;
  box-sizing: border-box;
}

.service-detail-row:nth-child(even) {
  grid-template-columns: 0.85fr 1.15fr;
}
.service-detail-row:nth-child(even) .service-detail-content {
  order: 2;
}
.service-detail-row:nth-child(even) .service-detail-image {
  order: 1;
}

.service-detail-row:hover {
  border-color: var(--gold);
}

.service-detail-content {
  min-width: 0;
}

.service-detail-index {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: .6rem;
}

.service-detail-content h3 {
  font-size: clamp(1.4rem, 2.4vw, 1.95rem);
  margin-bottom: .85rem;
}

.service-detail-content p {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.service-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.service-tag {
  display: inline-block;
  padding: .35rem .8rem;
  border-radius: var(--radius-full);
  background: rgba(201, 151, 63, 0.1);
  border: 1px solid var(--border);
  font-size: .78rem;
  font-weight: 500;
  color: var(--gold);
  max-width: 100%;
}

.service-detail-image {
  width: 100%;
  height: 280px;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border);
  position: relative;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow-sm);
  box-sizing: border-box;
}

.service-detail-image span {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(20, 11, 9, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  padding: .35rem .85rem;
  border-radius: var(--radius-full);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .05em;
  border: 1px solid rgba(232, 201, 136, 0.2);
  max-width: calc(100% - 24px);
}

/* ============================================================
   STATS STRIP
   ============================================================ */
.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  box-shadow: var(--shadow-sm);
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.sstat {
  min-width: 0;
}

.sstat-num {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 2.8vw, 2.6rem);
  font-weight: 700;
  color: var(--gold);
  line-height: 1.1;
}

.sstat-lbl {
  font-size: clamp(0.75rem, 1.8vw, 0.85rem);
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: .4rem;
  font-weight: 500;
  overflow-wrap: break-word;
}

/* ============================================================
   WHY KAMATENU / STANDARDS & VALUES GRIDS
   ============================================================ */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 1.25rem;
  width: 100%;
}

.why-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.5rem 1.25rem;
  display: flex;
  gap: 1.1rem;
  transition: all .3s ease;
  min-width: 0;
  box-sizing: border-box;
}

.why-card:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
}

.why-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(201, 151, 63, 0.12);
  border: 1px solid var(--border-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}

.why-icon svg {
  width: 20px;
  height: 20px;
}

.why-card div {
  min-width: 0;
}

.why-card h3 {
  font-size: clamp(1.1rem, 2vw, 1.2rem);
  margin-bottom: .45rem;
}

.why-card p {
  color: var(--text-muted);
  font-size: .94rem;
  line-height: 1.6;
}

/* Values Grid (3 Columns) */
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  width: 100%;
}

.value-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.75rem 1.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all .3s ease;
  min-width: 0;
  box-sizing: border-box;
}

.value-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
}

.value-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(201, 151, 63, 0.12);
  border: 1px solid var(--border-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  margin-bottom: 1.15rem;
  flex-shrink: 0;
}

.value-icon svg {
  width: 24px;
  height: 24px;
}

.value-card h3 {
  font-size: clamp(1.15rem, 2vw, 1.3rem);
  margin-bottom: .6rem;
}

.value-card p {
  color: var(--text-muted);
  font-size: .95rem;
  line-height: 1.65;
}

/* ============================================================
   PROCESS STEPS ("HOW WE WORK")
   ============================================================ */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  position: relative;
  width: 100%;
}

.process-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.75rem 1.35rem;
  display: flex;
  flex-direction: column;
  transition: all .3s ease;
  position: relative;
  min-width: 0;
  box-sizing: border-box;
}

.process-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm);
}

.process-num {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 1.8rem);
  font-weight: 700;
  color: var(--gold);
  opacity: .8;
  margin-bottom: .85rem;
}

.process-card h3 {
  font-size: clamp(1.1rem, 2vw, 1.2rem);
  margin-bottom: .6rem;
}

.process-card p {
  color: var(--text-muted);
  font-size: .92rem;
  line-height: 1.65;
}

/* ============================================================
   AREAS WE SERVE
   ============================================================ */
.areas-section {
  text-align: center;
  width: 100%;
}

.areas-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
  margin-block: 1.5rem 1.75rem;
  width: 100%;
}

.area-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .55rem 1.25rem;
  border-radius: var(--radius-full);
  background: var(--surface);
  border: 1px solid var(--border-strong);
  font-size: clamp(0.85rem, 2vw, 0.95rem);
  font-weight: 600;
  color: var(--text);
  box-shadow: var(--shadow-sm);
  transition: all .25s ease;
  max-width: 100%;
  box-sizing: border-box;
}

.area-badge:hover {
  background: var(--surface-2);
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}

.area-badge svg {
  width: 15px;
  height: 15px;
  color: var(--gold);
  flex-shrink: 0;
}

.areas-note {
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  color: var(--text-muted);
  max-width: 600px;
  margin-inline: auto;
  line-height: 1.6;
}

/* ============================================================
   PAGE BANNER (INTERIOR PAGES)
   ============================================================ */
.page-banner {
  padding-block: clamp(2.75rem, 5vw, 5rem);
  text-align: center;
  position: relative;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid var(--border);
  width: 100%;
  color: #fff;
}

.page-banner .eyebrow {
  color: var(--gold-light);
}

.page-banner .eyebrow::before,
.page-banner .eyebrow::after {
  background: var(--gold-light);
}

.page-banner h1 {
  font-size: clamp(1.85rem, 3.5vw, 3.2rem);
  margin-bottom: 1rem;
  max-width: 860px;
  margin-inline: auto;
  color: #ffffff;
}

.page-banner p {
  font-size: clamp(0.98rem, 1.3vw, 1.2rem);
  color: #f0e4d2;
  max-width: 680px;
  margin-inline: auto;
  line-height: 1.7;
}

.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .85rem;
  color: var(--gold-light);
  margin-top: 1.25rem;
  padding: .35rem 1rem;
  background: rgba(20, 11, 9, 0.7);
  backdrop-filter: blur(6px);
  border-radius: var(--radius-full);
  border: 1px solid rgba(232, 201, 136, 0.3);
  max-width: 100%;
}

.breadcrumb a {
  color: #d8c8b4;
}

.breadcrumb a:hover {
  color: #ffffff;
}

/* ============================================================
   GALLERY SECTION & LIGHTBOX
   ============================================================ */
.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .65rem;
  margin-bottom: 2rem;
  width: 100%;
}

.filter-btn {
  padding: .5rem 1.15rem;
  border-radius: var(--radius-full);
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--text-muted);
  font-weight: 500;
  font-size: clamp(0.82rem, 1.8vw, 0.9rem);
  transition: all .25s ease;
  max-width: 100%;
  box-sizing: border-box;
}

.filter-btn:hover,
.filter-btn.active {
  background: var(--maroon);
  color: #fff;
  border-color: var(--maroon-bright);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
  gap: 1.25rem;
  width: 100%;
}

.gallery-item {
  height: 260px;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border);
  position: relative;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: transform .35s ease, border-color .35s ease;
  min-width: 0;
  box-sizing: border-box;
}

.gallery-item:hover {
  transform: translateY(-4px) scale(1.01);
  border-color: var(--gold);
}

.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(20, 11, 9, 0.9) 100%);
  display: flex;
  align-items: flex-end;
  padding: 1.15rem;
  transition: background .3s ease;
}

.gallery-item:hover .gallery-item-overlay {
  background: linear-gradient(180deg, rgba(143, 29, 36, 0.2) 0%, rgba(20, 11, 9, 0.95) 100%);
}

.gallery-caption {
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  font-weight: 600;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

/* Gallery Lightbox Modal */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(10, 5, 4, 0.95);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  box-sizing: border-box;
}

.lightbox.active {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-content {
  max-width: 900px;
  width: 100%;
  text-align: center;
  position: relative;
}

.lightbox-content img {
  max-height: 75vh;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-strong);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.8);
}

.lightbox-title {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.25rem);
  color: #fff;
  margin-top: 1rem;
}

.lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 2rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transition: background .2s ease;
}

.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.25);
}

/* ============================================================
   BOOKING & CONTACT FORM
   ============================================================ */
.booking-box {
  max-width: 780px;
  width: 100%;
  margin-inline: auto;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 4vw, 3rem);
  box-shadow: var(--shadow);
  box-sizing: border-box;
}

.booking-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
  width: 100%;
}

.field {
  display: flex;
  flex-direction: column;
  gap: .45rem;
  min-width: 0;
  width: 100%;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  font-size: .85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--text-muted);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: .8rem 1.1rem;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text);
  font-family: inherit;
  font-size: .95rem;
  transition: border-color .2s ease, box-shadow .2s ease;
  box-sizing: border-box;
}

.field select {
  cursor: pointer;
}

.field textarea {
  resize: vertical;
  min-height: 100px;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px var(--gold-glow);
  outline: none;
}

.form-feedback {
  margin-top: 1.25rem;
  padding: 1rem;
  border-radius: var(--radius-sm);
  background: rgba(201, 151, 63, 0.15);
  border: 1px solid var(--gold);
  color: var(--gold-light);
  font-size: .95rem;
  font-weight: 500;
  text-align: center;
  display: none;
  box-sizing: border-box;
}

[data-theme="light"] .form-feedback {
  background: #fdf3df;
  color: #784a0d;
}

.form-feedback.success {
  display: block;
}

/* ============================================================
   BOTTOM CTA BAR
   ============================================================ */
.bottom-cta-banner {
  background: linear-gradient(135deg, #7a161d 0%, #4a0d12 60%, #1c2e44 100%);
  border-radius: var(--radius-lg);
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1.5rem, 3.5vw, 3rem);
  border: 1px solid rgba(232, 201, 136, 0.3);
  box-shadow: var(--shadow);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.75rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

[data-theme="light"] .bottom-cta-banner {
  background: linear-gradient(135deg, #8f1d24 0%, #5e1116 60%, #1c3a5c 100%);
}

.bottom-cta-banner h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: #fff;
  margin-bottom: .6rem;
}

.bottom-cta-banner p {
  color: #f5e8d5;
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  max-width: 540px;
}

.bottom-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  flex-shrink: 0;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  padding-top: clamp(3rem, 5vw, 5rem);
  padding-bottom: 2rem;
  font-size: .92rem;
  color: var(--text-muted);
  width: 100%;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: clamp(1.75rem, 3.5vw, 3.5rem);
  margin-bottom: 3rem;
  width: 100%;
}

.footer-brand .brand {
  margin-bottom: 1.15rem;
}

.footer-brand p {
  font-size: .95rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  max-width: 320px;
}

.footer-socials {
  display: flex;
  gap: .75rem;
}

.social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  transition: all .25s ease;
  flex-shrink: 0;
}

.social-icon:hover {
  background: var(--maroon);
  border-color: var(--maroon-bright);
  color: #fff;
  transform: translateY(-2px);
}

.social-icon svg {
  width: 16px;
  height: 16px;
}

.footer-col {
  min-width: 0;
}

.footer-col h4 {
  font-size: .85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: var(--gold);
  margin-bottom: 1.15rem;
}

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.footer-col a:hover {
  color: var(--gold);
  padding-left: 3px;
}

.footer-reach {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.reach-item {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
}

.reach-item svg {
  width: 18px;
  height: 18px;
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 3px;
}

.reach-item span {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.footer-bottom {
  padding-top: 1.75rem;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: .85rem;
  width: 100%;
}

/* ============================================================
   BACK TO TOP BUTTON
   ============================================================ */
.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--surface-2);
  border: 1px solid var(--border-strong);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: all .3s ease;
  z-index: 90;
}

.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--maroon);
  color: #fff;
  border-color: var(--maroon-bright);
}

.back-to-top svg {
  width: 20px;
  height: 20px;
}


/* ============================================================
   ABOUT PAGE - CENTERED STORY SHOWCASE
   ============================================================ */
.about-story-card {
  max-width: 880px;
  margin-inline: auto;
  text-align: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(2rem, 5vw, 3.75rem) clamp(1.5rem, 4vw, 3.5rem);
  box-shadow: var(--shadow-sm);
  position: relative;
  box-sizing: border-box;
}

.about-story-card .eyebrow {
  justify-content: center;
}

.about-story-card .eyebrow::after {
  content: "";
  width: 24px;
  height: 1.5px;
  background: var(--gold);
  flex-shrink: 0;
}

.about-story-card h2 {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.story-divider {
  width: 64px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 1.25rem auto 1.5rem;
}

.story-lead {
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.8;
  color: var(--text-muted);
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: 2.25rem;
}

.about-story-card .about-stats {
  max-width: 760px;
  margin-inline: auto;
  margin-top: 0;
}

/* ============================================================
   RESPONSIVE MEDIA QUERIES (DESKTOP FULLY PRESERVED)
   ============================================================ */
@media (max-width: 1024px) {
  .hero .container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .hero-visual {
    order: -1;
  }
  .about-teaser-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .values-grid {
    grid-template-columns: 1fr;
  }
  .stats-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .site-header .container {
    height: 72px;
  }
  .main-nav {
    position: fixed;
    top: 72px;
    left: 0;
    width: 100%;
    background: var(--bg-alt);
    border-bottom: 1px solid var(--border);
    padding: 1.5rem 2rem;
    box-shadow: var(--shadow);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: all .35s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .main-nav.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .main-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
  .main-nav a {
    font-size: 1.1rem;
    display: block;
    width: 100%;
  }
  .nav-toggle {
    display: flex;
  }
  .header-actions .btn {
    display: none;
  }

  /* Clean stacking of hero frame & floating review card */
  .hero-visual {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .hero-frame {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .hero-float {
    position: static;
    margin-top: 1rem;
    margin-inline: auto;
    width: fit-content;
    max-width: 100%;
    justify-content: center;
  }

  .about-visual img {
    height: 300px;
  }
  .about-stats {
    grid-template-columns: 1fr;
    gap: .75rem;
  }
  .hero-stats {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
  .stats-strip {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .service-detail-row,
  .service-detail-row:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .service-detail-row:nth-child(even) .service-detail-content {
    order: 1;
  }
  .service-detail-row:nth-child(even) .service-detail-image {
    order: 2;
  }
  .service-detail-image {
    height: 220px;
  }

  .booking-grid {
    grid-template-columns: 1fr;
  }

  .bottom-cta-banner {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .bottom-cta-actions {
    flex-direction: column;
    width: 100%;
    gap: 0.75rem;
  }
  .bottom-cta-actions .btn {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .hero {
    padding-top: 1.75rem;
    padding-bottom: 2.25rem;
  }
  .hero-badge {
    font-size: 0.75rem;
    padding: 0.4rem 0.85rem;
    text-align: center;
    justify-content: center;
    width: 100%;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0.75rem;
  }
  .hero-actions .btn {
    width: 100%;
  }

  .hero-contacts {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
  .hero-contact {
    width: 100%;
  }

  .gallery-filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5rem;
    width: 100%;
  }
  .filter-btn {
    width: 100%;
    text-align: center;
    padding: 0.5rem 0.4rem;
    font-size: 0.8rem;
  }

  .areas-list {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0.6rem;
  }
  .area-badge {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 360px) {
  .brand-tag {
    display: none;
  }
  .hero-frame {
    padding: 1.5rem 1rem;
  }
  .hero-float {
    padding: 0.5rem 0.75rem;
    gap: 0.5rem;
  }
  .hero-float .num {
    font-size: 1.25rem;
  }
  .hero-float .lbl {
    font-size: 0.7rem;
    max-width: 120px;
  }
}
