/* ANBROOK — Navy / Gold / Beige theme preview */

:root {
  --navy-dark: #0a0e1a;
  --navy: #121c2e;
  --navy-light: #1a2840;
  --marble-bg: url("../images/hero-background.png");
  --gold: #c5a059;
  --gold-light: #d4b56a;
  --gold-dark: #a8893f;
  --beige: #f7f3ec;
  --beige-warm: #efe8dc;
  --beige-dark: #ddd4c4;
  --white: #ffffff;
  --text: #2c3440;
  --text-muted: #5c6570;
  --text-on-dark: #e8e4dc;

  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Inter", system-ui, sans-serif;

  --shadow-sm: 0 2px 12px rgba(10, 18, 32, 0.06);
  --shadow-md: 0 8px 32px rgba(10, 18, 32, 0.1);
  --radius: 4px;
  --max-width: 1140px;
  --header-height: 80px;
}

/* Marble texture — used wherever navy is the surface colour */
.btn-navy,
.hero,
.page-hero,
.pillar-icon,
.service-badge,
.contact-info {
  background-color: var(--navy-dark);
  background-image: var(--marble-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-hero,
.contact-info,
.hero {
  position: relative;
  overflow: hidden;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--beige);
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--navy);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--gold-dark);
}

.container {
  width: min(100% - 2.5rem, var(--max-width));
  margin-inline: auto;
}

/* ── Header ── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--beige-dark);
  height: var(--header-height);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logo-img {
  height: 58px;
  width: auto;
  display: block;
  border-radius: 3px;
}

.logo-img--hero {
  height: auto;
  max-width: min(100%, 400px);
  margin-bottom: 1.75rem;
  border-radius: var(--radius);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.logo-img--footer {
  height: auto;
  max-width: 240px;
  margin-bottom: 1rem;
  border-radius: var(--radius);
}

.logo-mark {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--navy);
  line-height: 1;
}

.logo-tagline {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-dark);
  font-weight: 500;
}

.nav-desktop {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
}

.nav-desktop a {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.nav-desktop a:hover,
.nav-desktop a.active {
  color: var(--navy);
}

.nav-desktop a.active {
  border-bottom: 2px solid var(--gold);
  padding-bottom: 2px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-gold {
  background: var(--gold);
  color: var(--navy-dark);
}

.btn-gold:hover {
  background: var(--gold-light);
  color: var(--navy-dark);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255, 255, 255, 0.6);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--white);
  color: var(--white);
}

.btn-navy {
  color: var(--white);
}

.btn-navy:hover {
  filter: brightness(1.12);
  color: var(--white);
}

/* ── Hero ── */
.hero {
  color: var(--text-on-dark);
  padding: 5rem 0 6rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 65%, rgba(6, 9, 14, 0.2) 100%);
  pointer-events: none;
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 4.5vw, 3.5rem);
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  color: var(--white);
}

.hero-lead {
  font-size: 1.0625rem;
  color: rgba(232, 228, 220, 0.85);
  max-width: 32rem;
  margin-bottom: 2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-brands {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.brand-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(201, 169, 98, 0.25);
  border-left: 3px solid var(--gold);
  padding: 1.25rem 1.5rem;
  border-radius: var(--radius);
}

.brand-card h3 {
  font-family: var(--font-display);
  font-size: 1.125rem;
  color: var(--gold-light);
  margin-bottom: 0.35rem;
}

.brand-card p {
  font-size: 0.875rem;
  color: rgba(232, 228, 220, 0.75);
  line-height: 1.5;
}

/* ── Sections ── */
section {
  padding: 5rem 0;
}

.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 3.5rem;
}

.section-eyebrow {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 0.75rem;
}

.section-header h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 0.75rem;
}

.section-header p {
  color: var(--text-muted);
  font-size: 1.0625rem;
}

/* ── Pillars ── */
.pillars {
  background: var(--white);
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.pillar-card {
  background: var(--beige);
  padding: 2.25rem 2rem;
  border-radius: var(--radius);
  border-top: 3px solid var(--gold);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pillar-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.pillar-icon {
  width: 48px;
  height: 48px;
  color: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.pillar-card h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--navy);
  margin-bottom: 0.75rem;
}

.pillar-card p {
  font-size: 0.9375rem;
  color: var(--text-muted);
}

/* ── CTA band ── */
.cta-band {
  background: var(--navy);
  color: var(--text-on-dark);
  text-align: center;
  padding: 4rem 0;
}

.cta-band h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  color: var(--white);
  margin-bottom: 0.75rem;
}

.cta-band p {
  color: rgba(232, 228, 220, 0.8);
  margin-bottom: 2rem;
  max-width: 520px;
  margin-inline: auto;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

/* ── About / content pages ── */
.page-hero {
  color: var(--white);
  padding: 4rem 0 3.5rem;
  text-align: center;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.page-hero p {
  color: rgba(232, 228, 220, 0.8);
  font-size: 1.0625rem;
}

.content-block {
  background: var(--white);
  padding: 4rem 0;
}

.prose {
  max-width: 720px;
  margin: 0 auto;
}

.prose p {
  margin-bottom: 1.25rem;
  color: var(--text);
  font-size: 1.0625rem;
}

.prose .lead {
  font-family: var(--font-display);
  font-size: 1.375rem;
  color: var(--navy);
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.highlight-box {
  background: var(--beige);
  border-left: 4px solid var(--gold);
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  border-radius: 0 var(--radius) var(--radius) 0;
}

.highlight-box p {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--navy);
  margin: 0;
  font-style: italic;
}

/* ── Services ── */
.services-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.service-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  background: var(--white);
  padding: 2.5rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  align-items: start;
}

.service-item:nth-child(even) {
  background: var(--beige);
}

.service-number {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
  opacity: 0.7;
}

.service-item h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--navy);
  margin-bottom: 0.75rem;
}

.service-item p {
  color: var(--text-muted);
  font-size: 1rem;
}

.service-badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 0.25rem 0.6rem;
  border-radius: 2px;
  margin-bottom: 0.75rem;
}

/* ── Contact ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.contact-info {
  color: var(--text-on-dark);
  padding: 2.5rem;
  border-radius: var(--radius);
}

.contact-info h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--white);
  margin-bottom: 1.5rem;
}

.contact-detail {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.25rem;
  align-items: flex-start;
}

.contact-detail-icon {
  width: 36px;
  height: 36px;
  background: rgba(201, 169, 98, 0.15);
  color: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.875rem;
}

.contact-detail strong {
  display: block;
  color: var(--gold-light);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}

.contact-detail span,
.contact-detail a {
  color: rgba(232, 228, 220, 0.9);
  font-size: 0.9375rem;
}

.contact-detail a:hover {
  color: var(--gold-light);
}

.contact-form {
  background: var(--white);
  padding: 2.5rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.contact-form h3 {
  font-family: var(--font-display);
  font-size: 1.375rem;
  color: var(--navy);
  margin-bottom: 1.5rem;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-group label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.4rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--beige-dark);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.9375rem;
  background: var(--beige);
  transition: border-color 0.2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: var(--white);
}

.form-group textarea {
  min-height: 120px;
  resize: vertical;
}

/* ── Footer ── */
.site-footer {
  background: var(--navy-dark);
  color: rgba(232, 228, 220, 0.7);
  padding: 3.5rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

.footer-brand .logo-mark {
  color: var(--white);
  margin-bottom: 0.75rem;
}

.footer-brand p {
  font-size: 0.875rem;
  line-height: 1.6;
  max-width: 320px;
}

.footer-trading {
  font-size: 0.75rem;
  color: var(--gold);
  margin-top: 0.75rem;
  line-height: 1.5;
}

.footer-col h4 {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 0.5rem;
}

.footer-col a {
  font-size: 0.875rem;
  color: rgba(232, 228, 220, 0.7);
}

.footer-col a:hover {
  color: var(--gold-light);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.8125rem;
}

/* ── WhatsApp float ── */
.whatsapp-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 56px;
  height: 56px;
  background: #25d366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  z-index: 200;
  transition: transform 0.2s ease;
}

.whatsapp-icon {
  width: 28px;
  height: 28px;
  display: block;
}

.whatsapp-icon--sm {
  width: 18px;
  height: 18px;
}

.contact-detail-icon--whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  color: white;
}

/* ── Testimonials ── */
.testimonials {
  background: var(--beige-warm);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.testimonial-card {
  background: var(--white);
  padding: 2rem 1.75rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  position: relative;
}

.testimonial-card::before {
  content: "\201C";
  font-family: var(--font-display);
  font-size: 4rem;
  line-height: 1;
  color: var(--gold);
  opacity: 0.35;
  position: absolute;
  top: 0.75rem;
  left: 1.25rem;
}

.testimonial-quote {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-style: italic;
  color: var(--navy);
  line-height: 1.55;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  flex: 1;
}

.testimonial-author {
  border-top: 1px solid var(--beige-dark);
  padding-top: 1rem;
}

.testimonial-author strong {
  display: block;
  font-size: 0.9375rem;
  color: var(--navy);
  margin-bottom: 0.2rem;
}

.testimonial-author span {
  font-size: 0.8125rem;
  color: var(--text-muted);
}

.testimonial-service {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-dark);
}

.testimonials-note {
  text-align: center;
  margin-top: 2.5rem;
  padding: 1rem 1.5rem;
  background: rgba(20, 34, 56, 0.06);
  border: 1px dashed var(--beige-dark);
  border-radius: var(--radius);
  font-size: 0.875rem;
  color: var(--text-muted);
}

.testimonials-note strong {
  color: var(--navy);
}

.testimonials-empty {
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
  padding: 3rem 2rem;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.testimonials-empty-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.25rem;
  background: var(--beige);
  color: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
}

.testimonials-empty h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--navy);
  margin-bottom: 0.75rem;
}

.testimonials-empty p {
  color: var(--text-muted);
  font-size: 0.9375rem;
}

.section-footer-link {
  text-align: center;
  margin-top: 2rem;
}

.section-footer-link a {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-dark);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
}

.section-footer-link a:hover {
  color: var(--navy);
}

.testimonial-pending-badge {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--beige-dark);
  color: var(--text-muted);
  padding: 0.25rem 0.6rem;
  border-radius: 2px;
}

.testimonial-submit-section {
  background: var(--white);
  padding: 4rem 0;
}

.testimonial-form-wrap {
  max-width: 640px;
  margin: 0 auto;
}

.form-group-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.form-group-checkbox input[type="checkbox"] {
  width: auto;
  margin-top: 0.3rem;
  flex-shrink: 0;
}

.form-group-checkbox label {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ── Colour palette preview strip ── */
.palette-strip {
  display: flex;
  height: 6px;
}

.palette-strip span:nth-child(1) { background-image: var(--marble-bg); background-size: cover; flex: 2; }
.palette-strip span:nth-child(2) { background-image: var(--marble-bg); background-size: cover; flex: 2; }
.palette-strip span:nth-child(3) { background: var(--gold); flex: 1; }
.palette-strip span:nth-child(4) { background: var(--beige-warm); flex: 1; }
.palette-strip span:nth-child(5) { background: var(--white); flex: 1; }

/* ── Mobile nav ── */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: transparent;
  border: 1px solid var(--beige-dark);
  border-radius: var(--radius);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--navy);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

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

.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

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

.nav-mobile {
  display: none;
  background: var(--white);
  border-top: 1px solid var(--beige-dark);
  padding: 1rem 1.25rem 1.5rem;
  box-shadow: var(--shadow-md);
}

.nav-mobile ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

.nav-mobile a {
  display: block;
  padding: 0.85rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  border-bottom: 1px solid var(--beige-dark);
}

.nav-mobile a.active,
.nav-mobile a:hover {
  color: var(--navy);
}

.nav-mobile-cta {
  width: 100%;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .hero-grid,
  .pillar-grid,
  .contact-grid,
  .footer-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 2.5rem;
  }

  .nav-desktop,
  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-mobile:not([hidden]) {
    display: block;
  }

  .service-item {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

/* ── Preview 2: Marble hero grid (CSS pattern — matches logo background style) ── */
.hero--v2 {
  background: none;
  color: var(--text-on-dark);
  padding: 0;
}

.hero--v2::before,
.hero--v2::after {
  display: none;
}

.hero--v2 .hero-grid--marble {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  padding: 5rem 0 6rem;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  isolation: isolate;
  color: var(--text-on-dark);
  background-color: var(--navy-dark);
  background-image: var(--marble-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero--v2 .hero-grid-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero--v2 .hero-content,
.hero--v2 .hero-brands {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.hero--v2 .hero-eyebrow {
  color: var(--gold-light);
}

.hero--v2 h1 {
  color: var(--white);
}

.hero--v2 .hero-lead {
  color: rgba(244, 240, 232, 0.9);
  max-width: 36rem;
}

.hero--v2 .brand-card h3 {
  color: var(--gold-light);
}

.hero--v2 .brand-card p {
  color: rgba(232, 228, 220, 0.82);
}

/* Hero marble overlay for readability */
.hero--v2 .hero-grid--marble::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 65%, rgba(6, 9, 14, 0.2) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero--v2 .hero-grid--marble::after {
  display: none;
}

.hero--v2 .hero-grid--marble .brand-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(197, 160, 89, 0.3);
  backdrop-filter: blur(4px);
}

@media (max-width: 900px) {
  .hero--v2 .hero-grid--marble {
    padding: 3.5rem 0 4rem;
  }

  .hero--v2 .hero-grid-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
