:root {
  --navy: #011835;
  --navy-mid: #0a2540;
  --white: #ffffff;
  --off-white: #f7f8fa;
  --cream: #faf9f7;
  --charcoal: #1e1e1e;
  --charcoal-soft: #4a4a4a;
  --muted: #6b7280;
  --gold: #c9a227;
  --gold-light: #e8d5a3;
  --gold-dark: #a07d15;
  --accent: #c9a227;
  --border: rgba(1, 24, 53, 0.1);
  --shadow: 0 16px 48px rgba(1, 24, 53, 0.1);
  --shadow-lg: 0 24px 64px rgba(1, 24, 53, 0.14);
  --max: 1240px;
  --header-h: 80px;
  --topbar-h: 42px;
  --radius: 2px;
  --transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: "Outfit", system-ui, sans-serif;
  background: var(--white);
  color: var(--charcoal);
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

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

.center { text-align: center; }

/* Typography */
h1, h2, h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.8rem, 6vw, 4.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 16px; }
h3 { font-size: 1.25rem; }

h1 em, h2 em { font-style: italic; color: var(--gold-light); }

.section-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 12px;
}

.section-intro {
  color: var(--muted);
  max-width: 58ch;
  margin-inline: auto;
  font-size: 1.05rem;
}

.section { padding: 100px 0; }
.section-head { margin-bottom: 48px; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all var(--transition);
}

.btn-gold {
  background: var(--gold);
  color: var(--navy);
  font-weight: 700;
  padding: 16px 40px;
}
.btn-gold:hover {
  background: var(--gold-light);
  color: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(201, 162, 39, 0.4);
}

.btn-primary {
  background: var(--navy);
  color: var(--white);
  padding: 14px 32px;
}
.btn-primary:hover {
  background: var(--gold);
  color: var(--navy);
}

.btn-outline {
  border: 2px solid var(--navy);
  color: var(--navy);
  background: transparent;
}
.btn-outline:hover {
  background: var(--navy);
  color: var(--white);
}

.btn-full { width: 100%; }

/* Topbar */
.topbar {
  background: var(--navy);
  color: rgba(255,255,255,0.9);
  font-size: 0.82rem;
  height: var(--topbar-h);
  display: flex;
  align-items: center;
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.topbar-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.topbar-left a:hover { color: var(--gold-light); }
.topbar-sep { opacity: 0.3; }

.topbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-weight: 600;
  letter-spacing: 0.14em;
}

.topbar-logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
  border-radius: 2px;
  background: var(--white);
}

.topbar-firm {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  color: var(--gold-light);
}

.topbar-btn {
  padding: 6px 18px;
  border: 1px solid var(--gold);
  color: var(--gold-light);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.3s;
  white-space: nowrap;
  flex-shrink: 0;
}
.topbar-btn-short { display: none; }

.topbar-call-short { display: none; }
.topbar-btn:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.3s;
}

.header.scrolled { box-shadow: var(--shadow); }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  height: var(--header-h);
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.logo-img {
  height: 52px;
  width: auto;
  max-width: 56px;
  object-fit: contain;
  flex-shrink: 0;
}

.logo-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--navy);
  line-height: 1;
  white-space: nowrap;
}

/* Brand banner — removed; branding lives on hero slide 1 */

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 1.5vw, 28px);
  flex-shrink: 1;
  min-width: 0;
  margin-left: auto;
}

.nav a {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--navy);
  transition: color 0.2s;
  position: relative;
  white-space: nowrap;
}
.nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width 0.3s;
}
.nav a:not(.nav-cta):hover { color: var(--gold-dark); }
.nav a:not(.nav-cta):hover::after { width: 100%; }

.nav-cta {
  padding: 12px 28px;
  background: var(--navy);
  color: var(--white) !important;
  font-size: 0.78rem !important;
}
.nav-cta:hover { background: var(--gold); color: var(--navy) !important; }

/* Trim nav on medium-wide screens so logo stays clear */
@media (min-width: 1181px) and (max-width: 1360px) {
  .nav a[href="#collections"],
  .nav a[href="#da-vinci"],
  .nav a[href="#gallery"],
  .nav-catalog { display: none; }
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-shrink: 0;
  margin-left: auto;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--charcoal);
  transition: 0.3s;
}

/* Hero Carousel */
.hero-carousel {
  position: relative;
  height: calc(100vh - var(--topbar-h) - var(--header-h));
  min-height: 560px;
  max-height: 820px;
  overflow: hidden;
}

.hero-slides { position: relative; width: 100%; height: 100%; }

.hero-slide {
  position: absolute;
  inset: 0;
  background-image: var(--slide-img);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 1.2s ease, transform 8s ease;
  display: flex;
  align-items: center;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.hero-slide--branding {
  background-size: cover;
  background-position: center 28%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(1,24,53,0.55) 0%, rgba(1,24,53,0.35) 50%, rgba(1,24,53,0.65) 100%);
}

.hero-overlay--branding {
  background:
    linear-gradient(90deg, rgba(1,24,53,0.72) 0%, rgba(1,24,53,0.35) 45%, rgba(1,24,53,0.2) 100%),
    linear-gradient(180deg, rgba(1,24,53,0.25) 0%, rgba(1,24,53,0.45) 100%);
}

.hero-slide-content {
  position: relative;
  z-index: 2;
  color: var(--white);
  padding: 40px 0;
}

.hero-slide-content--center {
  text-align: center;
  margin-inline: auto;
  max-width: 800px;
}

.hero-kicker {
  font-size: 0.78rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 24px;
}

.hero-slide h1,
.hero-slide .hero-title {
  margin-bottom: 32px;
  text-shadow: 0 4px 24px rgba(0,0,0,0.3);
}
.hero-slide h1 em { color: var(--gold-light); }

.hero-controls {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 20px;
}

.hero-arrow {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.08);
  color: var(--white);
  font-size: 1.2rem;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: all 0.3s;
}
.hero-arrow:hover {
  background: var(--gold);
  border-color: var(--gold);
}

.hero-dots { display: flex; gap: 10px; }

.hero-dot {
  width: 40px;
  height: 3px;
  background: rgba(255,255,255,0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}
.hero-dot.active { background: var(--gold); width: 56px; }

.hero-scroll {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,0.6);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollPulse 2s ease infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.4; transform: scaleY(0.6); }
  50% { opacity: 1; transform: scaleY(1); }
}

/* Stats Bar */
.stats-bar {
  background: var(--navy);
  color: var(--white);
  padding: 56px 0;
  border-bottom: 4px solid var(--gold);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.stat-num {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 4px;
}

.stat-label {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.7;
}

/* About */
.about { background: var(--off-white); }

.about-brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding: 10px 14px;
  background: var(--white);
  border: 1px solid var(--border);
}

.about-logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.about-brand-mark span {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--navy);
}

.about-actions,
.davinci-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.about-visual {
  position: relative;
  display: grid;
  gap: 12px;
}

.about-visual img:first-child {
  width: 100%;
  aspect-ratio: 16/7;
  object-fit: cover;
  box-shadow: var(--shadow-lg);
}

.about-visual-secondary {
  width: 55%;
  margin-left: auto;
  margin-top: -48px;
  aspect-ratio: 4/3;
  object-fit: cover;
  border: 6px solid var(--white);
  box-shadow: var(--shadow);
}

.about-copy p {
  color: var(--muted);
  margin-bottom: 16px;
  font-size: 1.02rem;
}
.about-copy .btn { margin-top: 12px; }

/* Collections & Tabs */
.collections { background: var(--white); }

.collections h2 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: var(--navy);
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 48px;
  border-bottom: 2px solid var(--border);
}

.tab {
  padding: 18px 36px;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  cursor: pointer;
  position: relative;
  transition: color 0.3s;
}
.tab::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.3s;
}
.tab.active { color: var(--navy); }
.tab.active::after { transform: scaleX(1); }
.tab:hover { color: var(--navy); }

.tab-panel { display: none; animation: fadeUp 0.5s ease; }
.tab-panel.active { display: block; }

.tab-desc {
  text-align: center;
  color: var(--muted);
  max-width: 62ch;
  margin: 0 auto 40px;
  font-size: 1.05rem;
  line-height: 1.8;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
}

.collection-card { cursor: pointer; }

.card-img-wrap {
  position: relative;
  overflow: hidden;
}

.collection-grid--portrait {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.card-img-wrap img {
  width: 100%;
  aspect-ratio: 425/526;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.collection-card:hover .card-img-wrap img { transform: scale(1.06); }

.card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(1,24,53,0.45);
  display: grid;
  place-items: center;
  opacity: 0;
  transition: opacity 0.4s;
}

.collection-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  margin: 14px 0 0;
  text-align: center;
  color: var(--navy);
}

.card-overlay span {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 12px 24px;
  border: 2px solid var(--gold);
  color: var(--gold-light);
  background: rgba(1,24,53,0.6);
}
.collection-card:hover .card-overlay { opacity: 1; }

/* Spaces - RK style */
.spaces { background: var(--off-white); }
.spaces h2 { color: var(--navy); }

.spaces-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.space-card {
  position: relative;
  min-height: 320px;
  background-image: var(--space-img);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 20px;
  overflow: hidden;
  transition: transform 0.4s;
}
.space-card:hover { transform: translateY(-6px); }

.space-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 30%, rgba(1,24,53,0.85) 100%);
  transition: background 0.4s;
}
.space-card:hover .space-overlay {
  background: linear-gradient(transparent 10%, rgba(1,24,53,0.9) 100%);
}

.space-card h3 {
  position: relative;
  z-index: 1;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  color: var(--white);
  margin-bottom: 8px;
}
.space-card a {
  position: relative;
  z-index: 1;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-light);
  border-bottom: 1px solid var(--gold);
  align-self: flex-start;
}
.space-card a:hover { color: var(--white); }

/* Countertops */
.countertops { background: var(--white); }
.countertops h2 { color: var(--navy); }

.counter-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.counter-card {
  background: var(--off-white);
  overflow: hidden;
  transition: box-shadow 0.3s;
}
.counter-card:hover { box-shadow: var(--shadow-lg); }

.counter-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.counter-body {
  padding: 28px 24px;
}
.counter-body h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  color: var(--navy);
  margin-bottom: 10px;
}
.counter-body p {
  font-size: 0.92rem;
  color: var(--muted);
  margin-bottom: 16px;
  line-height: 1.7;
}
.counter-body a {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-dark);
  border-bottom: 1px solid var(--gold);
}
.counter-body a:hover { color: var(--navy); }

/* Da Vinci Showcase */
.davinci {
  background: linear-gradient(180deg, var(--off-white) 0%, var(--white) 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.davinci-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 40px;
}

.davinci-head h2 { color: var(--navy); }

.davinci-desc {
  color: var(--muted);
  margin: 16px 0 24px;
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 48ch;
}

.davinci-hero-img {
  position: relative;
}

.davinci-hero-img img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  box-shadow: var(--shadow-lg);
}

.davinci-pattern-tag {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 14px;
  background: rgba(1, 24, 53, 0.88);
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.davinci-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.davinci-gallery figure {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: var(--off-white);
  position: relative;
}

.davinci-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.davinci-gallery figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 12px;
  background: linear-gradient(transparent, rgba(1, 24, 53, 0.9));
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.davinci-gallery figure:hover img {
  transform: scale(1.05);
}

/* Why */
.why { background: var(--navy); color: var(--white); }
.why .section-label { color: var(--gold-light); }
.why h2 { color: var(--white); }

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.why-list { list-style: none; margin-top: 32px; }

.why-list li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.why-list li:last-child { border-bottom: none; }

.why-list strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 4px;
  color: var(--white);
}
.why-list span { font-size: 0.9rem; color: rgba(255,255,255,0.65); }

.why-image img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  box-shadow: var(--shadow-lg);
}

/* Testimonials */
.testimonials { background: var(--cream); }

.testimonial-slider { max-width: 720px; margin-inline: auto; text-align: center; position: relative; }

.testimonial {
  display: none;
  animation: fadeUp 0.6s ease;
}
.testimonial.active { display: block; }

.testimonial p {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.3rem, 2.5vw, 1.7rem);
  font-style: italic;
  line-height: 1.6;
  color: var(--charcoal-soft);
  margin-bottom: 28px;
}

.testimonial footer strong {
  display: block;
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-size: 0.95rem;
  font-weight: 600;
}
.testimonial footer span {
  font-size: 0.85rem;
  color: var(--muted);
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.t-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--border);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s;
}
.t-dot.active { background: var(--gold); transform: scale(1.3); }

/* Gallery */
.gallery { background: var(--white); }

.gallery-masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 220px;
  gap: 12px;
}

.g-item {
  position: relative;
  overflow: hidden;
  margin: 0;
  cursor: pointer;
}
.g-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.g-item:hover img { transform: scale(1.06); }

.g-item figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: linear-gradient(transparent, rgba(28,28,28,0.7));
  color: var(--white);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateY(100%);
  transition: transform 0.4s;
}
.g-item:hover figcaption { transform: translateY(0); }

.g-tall { grid-row: span 2; }
.g-wide { grid-column: span 2; }

/* FAQ */
.faq { background: var(--cream); }

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: start;
}

.accordion { display: flex; flex-direction: column; gap: 0; }

.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 4px 0;
}

.faq-item summary {
  padding: 20px 0;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--gold);
  transition: transform 0.3s;
}
.faq-item[open] summary::after { transform: rotate(45deg); }

.faq-item p {
  padding-bottom: 20px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.8;
}

/* Contact */
.contact {
  position: relative;
  background: var(--navy-mid);
  color: var(--white);
  overflow: hidden;
}
.contact .section-label { color: var(--gold-light); }
.contact h2 { color: var(--white); }

.contact-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding: 8px 12px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}

.contact-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  background: var(--white);
  border-radius: 2px;
}

.contact-firm {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--gold-light);
}

.contact-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 100% 50%, rgba(201,162,39,0.15), transparent),
    var(--navy-mid);
}

.contact-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.contact-lead {
  color: rgba(255,255,255,0.65);
  margin-bottom: 32px;
  font-size: 1.02rem;
}

.contact-details { list-style: none; }

.contact-details li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.cd-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.06);
  color: var(--gold-light);
  font-size: 1rem;
  flex-shrink: 0;
}

.contact-details strong {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 2px;
}
.contact-details a:hover { color: var(--gold-light); }

.contact-person--featured {
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  padding-bottom: 20px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.contact-person-head {
  display: flex;
  gap: 16px;
}

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

.contact-photos {
  display: flex;
  gap: 12px;
}

.contact-photos img {
  width: 108px;
  height: 132px;
  object-fit: cover;
  border: 2px solid rgba(201, 162, 39, 0.45);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.contact-address {
  display: grid;
  gap: 4px;
}

.contact-address span {
  display: block;
  color: rgba(255,255,255,0.75);
  line-height: 1.5;
  font-size: 0.92rem;
}

.contact-wa {
  display: inline-block;
  margin-top: 4px;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-light) !important;
  opacity: 0.9;
}

.contact-form {
  background: var(--white);
  color: var(--charcoal);
  padding: 40px;
  box-shadow: var(--shadow-lg);
}

.form-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}

.form-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.form-brand strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.15rem;
  letter-spacing: 0.12em;
  color: var(--navy);
}

.form-brand span {
  font-size: 0.78rem;
  color: var(--muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-form h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  margin-bottom: 24px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.contact-form input,
.contact-form textarea {
  padding: 14px 16px;
  border: 1px solid var(--border);
  background: var(--cream);
  font: inherit;
  color: var(--charcoal);
  transition: border-color 0.3s;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--gold);
}

.form-note {
  text-align: center;
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 8px;
}
.form-note.success { color: #2d8a4e; }

/* Footer */
.footer {
  background: var(--navy);
  color: rgba(255,255,255,0.7);
  padding: 64px 0 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}

.footer-brand p {
  margin-top: 16px;
  font-size: 0.9rem;
  line-height: 1.7;
  max-width: 28ch;
}

.footer-logo-link {
  align-items: center;
}

.footer-logo-img {
  height: 48px;
  background: var(--white);
  padding: 4px;
  border-radius: 2px;
}

.footer-logo-name {
  color: var(--gold-light);
  font-size: 1.2rem;
}


.footer h4 {
  font-family: "Outfit", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 16px;
}

.footer ul { list-style: none; }
.footer li { margin-bottom: 10px; font-size: 0.9rem; }
.footer a:hover { color: var(--gold-light); }

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

.back-top:hover { color: var(--gold-light); }

/* Floating CTA */
.floating-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.float-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  transition: transform 0.3s;
}
.float-btn:hover { transform: scale(1.1); }
.float-call { background: var(--navy); font-size: 1.2rem; border: 2px solid var(--gold); }
.float-wa { background: #25d366; }

/* Reveal Animation */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Tablet / narrow desktop — hamburger before nav overlaps logo */
@media (max-width: 1180px) {
  .logo-name { display: none; }
  .logo-img { height: 44px; max-width: 48px; }

  .nav-toggle { display: flex; }
  .nav {
    position: fixed;
    inset: calc(var(--topbar-h) + var(--header-h)) 12px auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-left: 0;
    padding: 8px 20px 16px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.25s, transform 0.25s;
    z-index: 999;
    max-height: calc(100svh - var(--topbar-h) - var(--header-h) - 12px);
    overflow-y: auto;
  }
  .nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav a { padding: 12px 0; }
}

/* Mobile */
@media (max-width: 960px) {
  :root {
    --header-h: 64px;
    --topbar-h: 44px;
  }

  .container { width: min(100% - 28px, var(--max)); }

  .topbar-left > .topbar-location { display: none; }
  .topbar-left > .topbar-sep--call { display: none; }
  .topbar-call-full { display: none; }
  .topbar-call-short {
    display: inline;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.7rem;
  }

  .topbar-inner {
    gap: 8px;
    min-height: var(--topbar-h);
  }

  .topbar-left {
    flex: 1;
    min-width: 0;
    gap: 8px;
  }

  .topbar-firm { font-size: 0.68rem; letter-spacing: 0.12em; }
  .topbar-btn { padding: 5px 10px; font-size: 0.62rem; }
  .topbar-btn-full { display: none; }
  .topbar-btn-short { display: inline; }

  .logo-img { height: 42px; max-width: 46px; }

  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .why-grid, .contact-grid, .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-visual-secondary { width: 70%; margin-top: -32px; }
  .spaces-grid { grid-template-columns: repeat(2, 1fr); }
  .counter-grid { grid-template-columns: 1fr; }
  .davinci-head { grid-template-columns: 1fr; }
  .davinci-gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery-masonry { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }
  .g-wide { grid-column: span 1; }
  .g-tall { grid-row: span 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-scroll { display: none; }

  .hero-carousel {
    height: calc(100svh - var(--topbar-h) - var(--header-h));
    min-height: 420px;
    max-height: none;
  }

  .hero-slide--branding { background-position: 32% center; }

  .hero-overlay--branding {
    background:
      linear-gradient(180deg, rgba(1,24,53,0.55) 0%, rgba(1,24,53,0.4) 45%, rgba(1,24,53,0.72) 100%);
  }

  .hero-slide-content { padding: 24px 0 88px; }

  .hero-slide h1,
.hero-slide .hero-title {
    font-size: clamp(1.85rem, 7.5vw, 2.6rem);
    margin-bottom: 20px;
    line-height: 1.12;
  }

  .hero-kicker {
    font-size: 0.62rem;
    letter-spacing: 0.18em;
    margin-bottom: 14px;
  }

  .btn-gold { padding: 12px 24px; font-size: 0.78rem; }

  .hero-controls {
    bottom: 20px;
    gap: 12px;
  }

  .hero-arrow { width: 40px; height: 40px; font-size: 1rem; }
  .hero-dot { width: 28px; }
  .hero-dot.active { width: 40px; }

  .floating-cta {
    right: 14px;
    bottom: 14px;
    gap: 8px;
  }

  .float-btn {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 600px) {
  :root {
    --header-h: 58px;
    --topbar-h: 40px;
  }

  .section { padding: 64px 0; }

  .topbar-brand .topbar-firm { display: none; }
  .topbar-logo { width: 24px; height: 24px; }
  .topbar-call { display: none; }

  .logo-name { display: none; }
  .logo-img { height: 38px; }

  .header-inner { height: var(--header-h); }

  .tabs { flex-wrap: wrap; justify-content: center; }
  .tab { padding: 10px 12px; font-size: 0.68rem; flex: 1 1 auto; text-align: center; min-width: 0; }

  .collection-grid, .collection-grid--portrait { grid-template-columns: 1fr 1fr; gap: 10px; }
  .spaces-grid { grid-template-columns: 1fr; }
  .space-card { min-height: 220px; }
  .davinci-gallery { grid-template-columns: 1fr 1fr; gap: 8px; }
  .gallery-masonry { grid-template-columns: 1fr; grid-auto-rows: 200px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }

  .hero-carousel { min-height: 380px; }

  .hero-slide h1,
.hero-slide .hero-title { font-size: clamp(1.65rem, 8.5vw, 2.2rem); }
  .hero-kicker { font-size: 0.58rem; letter-spacing: 0.14em; }

  .hero-slide-content { padding-bottom: 76px; }

  .stats-grid { gap: 12px; }
  .stat-item { padding: 16px 12px; }
  .stat-num { font-size: 1.5rem; }

  .contact-photos img {
    width: 88px;
    height: 108px;
  }

  .contact-form { padding: 24px 16px; }
  .form-brand { flex-wrap: wrap; }

  .about-actions .btn,
  .davinci-actions .btn {
    flex: 1 1 100%;
    width: 100%;
  }

  .floating-cta {
    right: 12px;
    bottom: 12px;
  }

  .float-btn {
    width: 42px;
    height: 42px;
  }
  .float-call { font-size: 1rem; }
}

@media (max-width: 380px) {
  .container { width: min(100% - 20px, var(--max)); }

  .topbar-btn { padding: 4px 8px; font-size: 0.58rem; }

  .hero-slide h1,
.hero-slide .hero-title { font-size: 1.55rem; }

  .collection-grid, .collection-grid--portrait { grid-template-columns: 1fr; }
  .collection-card h3 { font-size: 0.9rem; }

  .contact-photos {
    flex-wrap: wrap;
  }
}

/* SEO product & category pages */
.product-page .header { position: sticky; }
.product-page .header.scrolled { background: var(--white); box-shadow: 0 2px 20px rgba(1, 24, 53, 0.08); }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 24px;
}
.breadcrumb a:hover { color: var(--gold-dark); }
.breadcrumb-sep { opacity: 0.5; }

.category-hero,
.product-hero {
  background: var(--cream);
  padding-top: calc(var(--header-h) + var(--topbar-h) + 24px);
}
.category-hero h1,
.product-hero-copy h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  margin: 12px 0 16px;
  color: var(--navy);
}
.category-hero p,
.product-hero-copy p { color: var(--charcoal-soft); max-width: 720px; }

.product-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.product-hero-media img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.product-specs {
  list-style: none;
  margin: 20px 0;
  padding: 16px 20px;
  background: var(--white);
  border: 1px solid var(--border);
}
.product-specs li { padding: 6px 0; font-size: 0.95rem; }
.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.product-section { padding: 48px 0; }
.product-section h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 16px;
  color: var(--navy);
}
.product-list { margin: 12px 0 0 20px; }
.product-list li { margin-bottom: 6px; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}
.product-card {
  display: block;
  background: var(--white);
  border: 1px solid var(--border);
  transition: transform var(--transition), box-shadow var(--transition);
  overflow: hidden;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.product-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.product-card h3 {
  font-size: 1.15rem;
  padding: 16px 16px 8px;
  color: var(--navy);
}
.product-card p {
  padding: 0 16px;
  font-size: 0.9rem;
  color: var(--muted);
}
.product-card span {
  display: inline-block;
  padding: 12px 16px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--gold-dark);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.product-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 20px;
}
.product-gallery figure { margin: 0; }
.product-gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.product-gallery figcaption {
  font-size: 0.8rem;
  color: var(--muted);
  padding: 6px 0;
}

.seo-intro {
  background: var(--white);
  padding: 40px 0;
  border-bottom: 1px solid var(--border);
}
.seo-intro h2 {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  color: var(--navy);
  margin-bottom: 12px;
}
.seo-intro p {
  max-width: 900px;
  color: var(--charcoal-soft);
  margin-bottom: 12px;
}
.seo-intro-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}
.seo-intro-links a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--gold-dark);
  border-bottom: 1px solid var(--gold-light);
}

.collection-card-link {
  display: block;
  color: inherit;
}

@media (max-width: 768px) {
  .product-hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
}
@media (max-width: 480px) {
  .product-grid { grid-template-columns: 1fr; }
}
