/*
Theme Name: MR ST Corporates
Theme URI: https://example.com/mrst-corporates
Author: MR ST Corporates
Description: Dark-luxury B2B corporate gifting theme. Gold on black, serif display type, interactive one-page front page with collections, solutions, customization demo, FAQ and quote enquiry modal.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mrst
Tags: business, one-column, custom-logo, custom-menu, editor-style, full-width-template
*/

/* ============================================================
   1. Tokens
   ============================================================ */
:root {
  --background: #0d0d0d;
  --foreground: #f4f4f4;
  --surface: #171719;
  --surface-2: #232326;
  --gold: #c9a34e;
  --gold-light: #e5c76b;
  --gold-foreground: #0d0d0d;
  --muted: #a5a5a8;
  --border: rgba(201, 163, 78, 0.22);
  --border-soft: rgba(201, 163, 78, 0.14);
  --gradient-gold: linear-gradient(100deg, var(--gold), var(--gold-light) 45%, var(--gold));
  --gradient-surface: linear-gradient(160deg, #1d1d20, #0d0d0d 70%);
  --shadow-lift: 0 24px 60px -30px rgba(0, 0, 0, 0.9);
  --shadow-gold: 0 0 40px -12px rgba(201, 163, 78, 0.45);
  --font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --font-display: "Cormorant Garamond", ui-serif, Georgia, serif;
  --wrap: 1400px;
}

/* ============================================================
   2. Base
   ============================================================ */
*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 300;
  letter-spacing: 0.01em;
  margin: 0;
}

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

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 20px;
}

.wrap--narrow { max-width: 780px; }

.section { padding: 96px 0; }
.section--tint {
  background: rgba(23, 23, 25, 0.45);
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}

.muted { color: var(--muted); }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px);
}

/* ============================================================
   3. Utilities
   ============================================================ */
.text-gold-gradient {
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.surface-panel {
  background: var(--gradient-surface);
  border: 1px solid var(--border);
}

.eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold);
}

.gold-rule {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.gold-rule--short { width: 96px; background: linear-gradient(90deg, var(--gold), transparent); }

.btn-gold,
.btn-outline-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.95rem 1.6rem;
  transition: all 400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.btn-gold {
  position: relative;
  overflow: hidden;
  background: var(--gradient-gold);
  color: var(--gold-foreground);
}
.btn-gold::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, 0.55) 50%, transparent 65%);
  transform: translateX(-120%);
  transition: transform 700ms ease;
}
.btn-gold:hover { box-shadow: var(--shadow-gold); transform: translateY(-2px); }
.btn-gold:hover::after { transform: translateX(120%); }

.btn-outline-gold {
  border: 1px solid var(--gold);
  color: var(--gold);
  font-weight: 500;
}
.btn-outline-gold:hover { background: rgba(201, 163, 78, 0.12); transform: translateY(-2px); }

.btn-block { width: 100%; }

.chip {
  border: 1px solid var(--border-soft);
  color: var(--muted);
  padding: 0.65rem 1.25rem;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: all 300ms ease;
}
.chip:hover { border-color: rgba(201, 163, 78, 0.6); color: var(--foreground); }
.chip.is-active { border-color: var(--gold); background: rgba(201, 163, 78, 0.1); color: var(--gold); }

.icon { width: 1rem; height: 1rem; stroke: currentColor; fill: none; stroke-width: 1.5; }
.icon--lg { width: 1.5rem; height: 1.5rem; }

/* Reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 800ms cubic-bezier(0.22, 1, 0.36, 1), transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes mrst-sweep {
  0% { transform: translateX(-30%) rotate(8deg); opacity: 0; }
  35% { opacity: 0.5; }
  100% { transform: translateX(130%) rotate(8deg); opacity: 0; }
}
@keyframes mrst-floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes mrst-fade-up {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

.sweep {
  position: absolute;
  top: -160px;
  bottom: -160px;
  left: 0;
  width: 33%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(201, 163, 78, 0.1), transparent);
  filter: blur(60px);
  animation: mrst-sweep 9s ease-in-out infinite;
}

/* ============================================================
   4. Section heading
   ============================================================ */
.section-heading { max-width: 720px; margin: 0 auto; text-align: center; }
.section-heading--left { margin: 0; text-align: left; }
.section-heading h2 {
  margin-top: 1.25rem;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.section-heading p { margin-top: 1.25rem; color: var(--muted); font-size: 0.95rem; }

/* ============================================================
   5. Header / navigation
   ============================================================ */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  padding: 20px 0;
  border-bottom: 1px solid transparent;
  transition: all 500ms ease;
}
.site-header.is-scrolled {
  padding: 12px 0;
  background: rgba(13, 13, 13, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.site-brand img { height: 40px; width: auto; object-fit: contain; }
.site-brand__text {
  font-family: var(--font-display);
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.primary-nav { display: none; gap: 2.25rem; }
.primary-nav a,
.primary-nav li > a {
  position: relative;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color 300ms ease;
}
.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 1px;
  width: 0;
  background: var(--gold);
  transition: width 300ms ease;
}
.primary-nav a:hover { color: var(--foreground); }
.primary-nav a:hover::after { width: 100%; }
.primary-nav ul { display: flex; gap: 2.25rem; }

.header-actions { display: flex; align-items: center; gap: 0.75rem; }
.nav-toggle { color: var(--gold); display: inline-flex; }
.header-actions .btn-gold { display: none; }

.mobile-nav {
  display: none;
  margin-top: 12px;
  background: rgba(13, 13, 13, 0.95);
  backdrop-filter: blur(14px);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.mobile-nav.is-open { display: block; }
.mobile-nav ul { display: flex; flex-direction: column; padding: 8px 24px; }
.mobile-nav a {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid var(--border-soft);
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.mobile-nav li:last-child a { border-bottom: 0; }
.mobile-nav .btn-gold { margin: 12px 24px 24px; width: calc(100% - 48px); }

/* ============================================================
   6. Hero
   ============================================================ */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100svh;
  padding: 140px 0 80px;
  overflow: hidden;
}
.hero__media { position: absolute; inset: 0; }
.hero__media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.7;
  transform: scale(1.06);
  transition: transform 700ms ease-out;
}
.hero__veil-1 {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--background), rgba(13, 13, 13, 0.85) 45%, rgba(13, 13, 13, 0.3));
}
.hero__veil-2 {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, var(--background), transparent 55%, rgba(13, 13, 13, 0.7));
}
.hero__content { position: relative; max-width: 780px; animation: mrst-fade-up 1s cubic-bezier(0.22, 1, 0.36, 1) both; }
.hero h1 {
  margin-top: 1.5rem;
  font-size: clamp(2.4rem, 7vw, 4.5rem);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.hero h1 span { display: block; }
.hero__lede { margin-top: 1.75rem; max-width: 34rem; color: var(--muted); }
.hero__actions { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: 1rem; }
.hero__phone {
  display: inline-block;
  margin-top: 2.5rem;
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--muted);
}
.hero__phone:hover { color: var(--gold); }

/* ============================================================
   7. Trust strip
   ============================================================ */
.trust {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(23, 23, 25, 0.6);
}
.trust__grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.trust__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 40px 16px;
  text-align: center;
  transition: background 500ms ease;
}
.trust__item:hover { background: rgba(35, 35, 38, 0.5); }
.trust__item svg { color: var(--gold); transition: transform 500ms ease, filter 500ms ease; }
.trust__item:hover svg { transform: scale(1.1); filter: drop-shadow(0 0 12px rgba(201, 163, 78, 0.6)); }
.trust__item span {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
.trust__item:hover span { color: var(--foreground); }

/* ============================================================
   8. Cards / grids
   ============================================================ */
.grid { display: grid; gap: 24px; }
.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
.grid--split { grid-template-columns: 1fr; gap: 56px; align-items: center; }

.card {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border-soft);
  transition: all 500ms cubic-bezier(0.22, 1, 0.36, 1);
}
.card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 163, 78, 0.7);
  box-shadow: var(--shadow-lift);
}
.card__media { position: relative; overflow: hidden; aspect-ratio: 4 / 3; }
.card__media img { height: 100%; width: 100%; object-fit: cover; transition: transform 900ms ease-out; }
.card:hover .card__media img { transform: scale(1.1); }
.card__media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(0deg, var(--surface), rgba(23, 23, 25, 0.2) 45%, transparent);
}
.card__no {
  position: absolute;
  top: 20px; left: 20px;
  z-index: 2;
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: rgba(201, 163, 78, 0.8);
}
.card__body { padding: 28px; }
.card__body h3 { font-size: 1.25rem; text-transform: uppercase; letter-spacing: 0.05em; }
.card__body p { margin-top: 0.75rem; color: var(--muted); font-size: 0.9rem; }
.card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}
.card:hover .card__link svg { transform: translateX(6px); }
.card__link svg { transition: transform 300ms ease; }

/* Products */
.product { animation: mrst-fade-up 500ms ease both; }
.product__tag {
  margin-top: 1.25rem;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}
.product__actions { margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }
.product__actions .btn-gold { flex: 1 1 auto; }
.product--hidden { display: none; }

/* ============================================================
   9. Why / pillars
   ============================================================ */
.pillar {
  display: flex;
  gap: 1.5rem;
  padding-left: 1.5rem;
  border-left: 1px solid var(--border);
  transition: border-color 500ms ease;
}
.pillar + .pillar { margin-top: 2rem; }
.pillar:hover { border-left-color: var(--gold); }
.pillar__no { font-family: var(--font-display); font-size: 1.5rem; color: rgba(201, 163, 78, 0.7); }
.pillar h3 { font-size: 1rem; letter-spacing: 0.18em; text-transform: uppercase; }
.pillar p { margin-top: 0.5rem; font-size: 0.9rem; color: var(--muted); }

.framed { position: relative; overflow: hidden; border: 1px solid var(--border-soft); }
.framed::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(13, 13, 13, 0.7), transparent);
}

/* ============================================================
   10. Process timeline
   ============================================================ */
.process { position: relative; margin-top: 72px; }
.process__track { display: none; position: absolute; top: 20px; left: 0; right: 0; height: 1px; background: var(--border); }
.process__bar { height: 1px; width: 0; background: var(--gold); transition: width 300ms ease-out; }
.process__list { display: grid; gap: 40px; }
.process__no {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border: 1px solid var(--border);
  color: var(--muted);
  font-size: 0.75rem;
  background: var(--background);
  transition: all 500ms ease;
}
.process__step.is-active .process__no { border-color: var(--gold); color: var(--gold); box-shadow: var(--shadow-gold); }
.process__step h3 {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color 500ms ease;
}
.process__step.is-active h3 { color: var(--foreground); }

/* ============================================================
   11. Solutions / customization
   ============================================================ */
.chip-row { margin-top: 48px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.chip-row--left { justify-content: flex-start; margin-top: 16px; }

.solution-panel { display: none; margin-top: 56px; }
.solution-panel.is-active { display: grid; animation: mrst-fade-up 500ms ease both; }
.solution-panel h3 { font-size: clamp(1.5rem, 3vw, 2rem); text-transform: uppercase; letter-spacing: 0.04em; }
.solution-panel p { margin-top: 1.5rem; color: var(--muted); }
.solution-list { margin-top: 2rem; display: grid; gap: 0.75rem; }
.solution-list li { display: flex; align-items: center; gap: 0.75rem; font-size: 0.9rem; color: var(--muted); }
.solution-list li::before { content: ""; width: 24px; height: 1px; background: var(--gold); display: block; }

.custom-stage { position: relative; overflow: hidden; border: 1px solid var(--border-soft); background: var(--surface); }
.custom-stage img { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; }
.custom-stage__veil { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13, 13, 13, 0.6), transparent); }
.custom-badge {
  position: absolute;
  left: 24px; bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border: 1px solid rgba(201, 163, 78, 0.5);
  background: rgba(13, 13, 13, 0.7);
  backdrop-filter: blur(6px);
}
.custom-badge img { height: 20px; width: auto; aspect-ratio: auto; }
.custom-badge span { font-size: 0.65rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }
.custom-copy { margin-top: 1.5rem; font-size: 0.9rem; color: var(--muted); }

/* Catalogue floating images */
.catalogue-stack { position: relative; height: 300px; max-width: 420px; margin: 0 auto; }
.catalogue-stack img { position: absolute; object-fit: cover; box-shadow: var(--shadow-lift); animation: mrst-floaty 7s ease-in-out infinite; }
.catalogue-stack img:first-child { top: 24px; left: 0; width: 75%; border: 1px solid var(--border-soft); }
.catalogue-stack img:last-child { right: 0; bottom: 0; width: 60%; border: 1px solid rgba(201, 163, 78, 0.4); animation-delay: 1.4s; }

/* ============================================================
   12. Testimonials / FAQ / CTA
   ============================================================ */
.testimonial { margin: 56px auto 0; max-width: 780px; }
.testimonial__body { padding: 48px 32px; text-align: center; }
.testimonial__quote { font-family: var(--font-display); font-size: 1.35rem; line-height: 1.6; color: var(--muted); }
.testimonial__name { margin-top: 2rem; font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); }
.testimonial__company { margin-top: 0.5rem; font-size: 0.8rem; color: var(--muted); }
.testimonial__nav { margin-top: 2.5rem; display: flex; align-items: center; justify-content: center; gap: 1rem; }
.testimonial__nav button { border: 1px solid var(--border); padding: 10px; color: var(--gold); transition: border-color 300ms ease; }
.testimonial__nav button:hover { border-color: var(--gold); }
.testimonial__note { margin-top: 20px; text-align: center; font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(165, 165, 168, 0.7); }
.testimonial__slide { display: none; }
.testimonial__slide.is-active { display: block; animation: mrst-fade-up 500ms ease both; }

.faq { margin-top: 56px; border-top: 1px solid var(--border-soft); }
.faq__item { border-bottom: 1px solid var(--border-soft); }
.faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
  padding: 24px 0;
  text-align: left;
  font-size: 0.95rem;
}
.faq__item.is-open .faq__q { color: var(--gold); }
.faq__q svg { flex: none; color: var(--gold); transition: transform 300ms ease; }
.faq__item.is-open .faq__q svg { transform: rotate(180deg); }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 500ms ease; }
.faq__item.is-open .faq__a { grid-template-rows: 1fr; }
.faq__a > div { overflow: hidden; }
.faq__a p { padding-bottom: 24px; font-size: 0.9rem; color: var(--muted); }

.cta { position: relative; overflow: hidden; border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); padding: 112px 0; text-align: center; }
.cta h2 { font-size: clamp(1.9rem, 5vw, 3.2rem); line-height: 1.15; text-transform: uppercase; letter-spacing: 0.04em; }
.cta h2 span { display: block; }
.cta p { margin: 1.75rem auto 0; max-width: 36rem; color: var(--muted); }
.cta__actions { margin-top: 2.75rem; display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
.cta__phone { display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 2.5rem; font-size: 0.72rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--muted); }
.cta__phone:hover { color: var(--gold); }

/* ============================================================
   13. Footer + WhatsApp
   ============================================================ */
.site-footer { background: rgba(23, 23, 25, 0.5); padding: 80px 0 112px; }
.site-footer__grid { display: grid; gap: 48px; }
.site-footer img { height: 44px; width: auto; object-fit: contain; }
.site-footer__tagline { margin-top: 1.25rem; font-family: var(--font-display); font-size: 1.15rem; color: var(--muted); }
.site-footer ul { margin-top: 1.25rem; display: grid; gap: 0.75rem; }
.site-footer li, .site-footer a { font-size: 0.9rem; color: var(--muted); }
.site-footer a:hover { color: var(--gold); }
.site-footer__socials { margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: 1rem; }
.site-footer__socials a { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; }
.site-footer__legal { margin-top: 2rem; text-align: center; font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(165, 165, 168, 0.8); }

.wa-fab { display: none; }
.wa-bar {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 40;
  padding: 16px;
}

/* ============================================================
   14. Modals
   ============================================================ */
.modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  padding: 16px;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(4px);
}
.modal.is-open { display: flex; }
.modal__backdrop { position: absolute; inset: 0; cursor: default; }
.modal__panel {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 640px;
  margin: 24px 0;
  animation: mrst-fade-up 300ms ease both;
}
.modal__panel--wide { max-width: 1024px; display: grid; }
.modal__close { position: absolute; top: 16px; right: 16px; z-index: 20; color: var(--muted); }
.modal__close:hover { color: var(--gold); }
.modal__media { width: 100%; height: 260px; object-fit: cover; }
.modal__body { padding: 32px 24px; }
.modal__body h3 { margin-top: 0.75rem; font-size: 1.75rem; text-transform: uppercase; letter-spacing: 0.04em; }
.modal dl { margin-top: 1.75rem; display: grid; gap: 1.25rem; }
.modal dt { font-size: 0.65rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }
.modal dd { margin: 0.4rem 0 0; font-size: 0.9rem; color: var(--muted); }
.modal__actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }

.quote-form { display: grid; gap: 16px; margin-top: 28px; }
.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  background: rgba(35, 35, 38, 0.6);
  color: var(--foreground);
  padding: 12px 16px;
  font: inherit;
  font-size: 0.9rem;
  outline: none;
  color-scheme: dark;
  transition: border-color 300ms ease;
}
.quote-form input::placeholder { color: rgba(165, 165, 168, 0.7); }
.quote-form input:focus,
.quote-form select:focus { border-color: var(--gold); }
.quote-form .full { grid-column: 1 / -1; }
.quote-form__whatsapp {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
.quote-form__whatsapp:hover { color: var(--gold); }
.quote-status { margin-top: 12px; font-size: 0.85rem; color: var(--gold); }

.quote-success { display: none; padding: 64px 32px; text-align: center; }
.quote-success.is-visible { display: block; }
.quote-success__check {
  width: 56px; height: 56px;
  margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--gold);
}
.quote-success h3 { margin-top: 1.5rem; font-size: 1.5rem; }

body.is-locked { overflow: hidden; }

/* ============================================================
   15. Blog / pages (fallback templates)
   ============================================================ */
.entry { padding: 160px 0 96px; }
.entry__title { font-size: clamp(2rem, 5vw, 3rem); text-transform: uppercase; }
.entry__meta { margin-top: 1rem; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.entry__content { margin-top: 2rem; color: var(--muted); }
.entry__content p { margin-bottom: 1.25rem; }
.entry__content a { color: var(--gold); }
.entry__content h2, .entry__content h3 { margin: 2rem 0 1rem; color: var(--foreground); }
.entry-card { border: 1px solid var(--border-soft); background: var(--surface); padding: 28px; }
.entry-card h2 { font-size: 1.4rem; text-transform: uppercase; }
.pagination { margin-top: 48px; display: flex; gap: 12px; flex-wrap: wrap; }
.pagination .page-numbers { border: 1px solid var(--border); padding: 8px 14px; font-size: 0.8rem; color: var(--muted); }
.pagination .current { border-color: var(--gold); color: var(--gold); }

/* ============================================================
   16. Responsive
   ============================================================ */
@media (min-width: 640px) {
  .wrap { padding: 0 24px; }
  .grid--2 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .header-actions .btn-gold { display: inline-flex; }
  .testimonial__body { padding: 48px 56px; }
  .modal__body { padding: 40px; }
  .quote-form { grid-template-columns: repeat(2, 1fr); }
  .catalogue-stack { height: 380px; }
  .site-footer { padding-bottom: 64px; }
  .wa-bar { display: none; }
  .wa-fab {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    position: fixed;
    right: 24px;
    bottom: 32px;
    z-index: 40;
    padding: 12px 20px;
    border: 1px solid var(--gold);
    background: rgba(13, 13, 13, 0.9);
    backdrop-filter: blur(8px);
    color: var(--gold);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transition: all 300ms ease;
  }
  .wa-fab:hover { background: var(--gold); color: var(--gold-foreground); }
  .modal { align-items: center; }
}

@media (min-width: 1024px) {
  .wrap { padding: 0 40px; }
  .section { padding: 128px 0; }
  .primary-nav { display: flex; }
  .nav-toggle { display: none; }
  .mobile-nav { display: none !important; }
  .grid--3 { grid-template-columns: repeat(3, 1fr); }
  .grid--split { grid-template-columns: 1fr 1fr; gap: 80px; }
  .trust__grid { grid-template-columns: repeat(4, 1fr); }
  .process__track { display: block; }
  .process__list { grid-template-columns: repeat(5, 1fr); }
  .solution-panel.is-active { grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
  .modal__panel--wide { grid-template-columns: 1fr 1fr; }
  .modal__media { height: 100%; }
  .site-footer__grid { grid-template-columns: repeat(4, 1fr); }
  .site-brand img { height: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition-duration: 1ms !important; }
  .reveal { opacity: 1; transform: none; }
}
