:root {
  --bg: #f5f1ea;
  --bg-soft: #efe8df;
  --surface: rgba(255,255,255,0.72);
  --surface-strong: #fffdf9;
  --text: #1e1b18;
  --muted: #6b6259;
  --line: rgba(30, 27, 24, 0.08);
  --accent: #b47a4c;
  --accent-deep: #8d5e38;
  --forest: #21322e;
  --shadow: 0 24px 80px rgba(39, 30, 20, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(180, 122, 76, 0.18), transparent 32%),
    radial-gradient(circle at 90% 10%, rgba(33, 50, 46, 0.08), transparent 25%),
    linear-gradient(180deg, #faf7f2 0%, #f1ebe2 100%);
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  width: min(calc(100% - 32px), 1440px);
  margin: 16px auto;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,0.52), rgba(255,255,255,0.32));
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 80px rgba(74, 56, 39, 0.1);
  overflow: hidden;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 28px;
  background: rgba(248, 243, 236, 0.78);
  border-bottom: 1px solid rgba(30,27,24,0.06);
  backdrop-filter: blur(18px);
}

.brand img,
.footer-logo {
  width: 170px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--muted);
}

.main-nav a:hover {
  color: var(--text);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--text);
  margin: 4px auto;
  transition: transform .25s ease, opacity .25s ease;
}

.section {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 42px;
  align-items: center;
  padding: 64px 0 42px;
}

.eyebrow,
.mini-label,
.showroom-kicker {
  display: inline-block;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--accent-deep);
}

.hero h1,
.section h2,
.cta-box h2 {
  margin: 14px 0 18px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.hero h1 {
  font-size: clamp(3.1rem, 7vw, 6rem);
  max-width: 10ch;
}

.section h2,
.cta-box h2 {
  font-size: clamp(2.4rem, 5vw, 4.2rem);
}

.hero-copy p,
.intro-heading p,
.story-copy p,
.service-band-copy p,
.section-head p,
.highlight-copy p,
.showroom-card p,
.cta-box p,
.feature-card p,
.catalog-card p,
.process-card p,
.footer p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent) 0%, #cb9466 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(180, 122, 76, 0.28);
}

.btn-secondary {
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(30,27,24,0.08);
}

.btn-nav {
  min-height: 44px;
  padding: 0 18px;
  background: var(--forest);
  color: #fff;
}

.hero-points {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-points li {
  position: relative;
  padding-left: 22px;
  color: #413a34;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent) 0%, #e5c3a2 100%);
}

.hero-media {
  position: relative;
  min-height: 640px;
}

.hero-image-card,
.story-item,
.catalog-card,
.feature-card,
.process-card,
.showroom-card,
.cta-box,
.highlight-image,
.service-band,
.trust-strip,
.story-copy,
.highlight-copy {
  border: 1px solid rgba(255,255,255,0.55);
  background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.58));
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero-main-image {
  position: absolute;
  inset: 0 0 74px 34px;
  overflow: hidden;
  border-radius: 34px;
}

.hero-main-image img,
.story-item img,
.highlight-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-floating-card {
  position: absolute;
  width: min(300px, 70%);
  padding: 22px;
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(0,0,0,0.14);
}

.hero-floating-card strong {
  display: block;
  margin-top: 10px;
  font-size: 1.06rem;
  line-height: 1.55;
}

.tone-dark {
  left: 0;
  bottom: 8px;
  background: rgba(33, 50, 46, 0.92);
  color: #fff;
}

.tone-dark .mini-label {
  color: #d4b498;
}

.tone-light {
  top: 36px;
  right: 0;
  background: rgba(255,250,245,0.94);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto 28px;
  padding: 18px;
  border-radius: 26px;
}

.trust-strip div {
  padding: 12px 18px;
  color: var(--muted);
  text-align: center;
  font-weight: 600;
}

.trust-strip span {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 1.5rem;
}

.intro-grid,
.visual-story,
.split-highlight {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 28px;
  padding: 72px 0 8px;
}

.intro-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card,
.process-card,
.showroom-card,
.story-copy,
.highlight-copy {
  padding: 28px;
  border-radius: 26px;
}

.feature-index,
.process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(180,122,76,0.12);
  color: var(--accent-deep);
  font-weight: 800;
  margin-bottom: 18px;
}

.feature-card h3,
.catalog-card h3,
.process-card h3,
.showroom-card h3 {
  margin: 0 0 10px;
  font-size: 1.24rem;
}

.story-gallery {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 16px;
}

.story-item {
  min-height: 260px;
  overflow: hidden;
  border-radius: 28px;
}

.story-item.large {
  grid-row: span 2;
  min-height: 540px;
}

.service-band {
  margin-top: 72px;
  padding: 32px;
  border-radius: 32px;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.service-pill {
  padding: 13px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(30,27,24,0.08);
  font-weight: 600;
}

.catalog-section,
.process-section,
.showroom-section {
  padding: 84px 0 12px;
}

.section-head {
  max-width: 780px;
  margin-bottom: 28px;
}

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

.catalog-card {
  display: grid;
  grid-template-columns: 118px 1fr;
  align-items: center;
  gap: 18px;
  padding: 16px;
  border-radius: 24px;
}

.catalog-card img {
  width: 118px;
  height: 148px;
  object-fit: cover;
  border-radius: 18px;
}

.process-grid,
.showroom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.split-highlight {
  align-items: center;
  padding-top: 84px;
}

.highlight-image {
  min-height: 540px;
  overflow: hidden;
  border-radius: 30px;
}

.showroom-card {
  min-height: 100%;
}

.showroom-kicker {
  margin-bottom: 14px;
}

.cta-section {
  padding: 92px 0;
}

.cta-box {
  padding: 52px;
  border-radius: 34px;
  text-align: center;
  background:
    linear-gradient(140deg, rgba(33,50,46,0.94), rgba(53,72,67,0.88)),
    radial-gradient(circle at top right, rgba(212,180,152,0.26), transparent 35%);
  color: #fff;
}

.cta-box .eyebrow,
.cta-box p {
  color: rgba(255,255,255,0.82);
}

.footer {
  display: grid;
  grid-template-columns: 1fr 1.4fr auto;
  gap: 18px;
  align-items: center;
  padding: 26px 32px 36px;
  border-top: 1px solid rgba(30,27,24,0.08);
}

.footer a {
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (max-width: 1100px) {
  .hero,
  .intro-grid,
  .visual-story,
  .split-highlight {
    grid-template-columns: 1fr;
  }

  .hero-media,
  .highlight-image {
    min-height: 520px;
  }

  .intro-cards,
  .catalog-grid,
  .process-grid,
  .showroom-grid,
  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media (max-width: 780px) {
  .site-shell {
    width: min(calc(100% - 14px), 100%);
    margin: 7px auto;
    border-radius: 24px;
  }

  .topbar {
    padding: 14px 16px;
  }

  .brand img,
  .footer-logo {
    width: 138px;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255,255,255,0.94);
    box-shadow: 0 18px 50px rgba(0,0,0,0.14);
  }

  .main-nav.open {
    display: flex;
  }

  .section {
    width: min(calc(100% - 24px), 100%);
  }

  .hero {
    padding-top: 30px;
    gap: 22px;
  }

  .hero h1 {
    max-width: none;
  }

  .hero-media {
    min-height: 420px;
  }

  .hero-main-image {
    inset: 0 0 64px 0;
  }

  .hero-floating-card {
    width: calc(100% - 30px);
    left: 15px;
    right: 15px;
  }

  .tone-light {
    top: auto;
    bottom: 102px;
  }

  .trust-strip,
  .intro-cards,
  .catalog-grid,
  .process-grid,
  .showroom-grid,
  .story-gallery {
    grid-template-columns: 1fr;
  }

  .story-item.large,
  .highlight-image {
    min-height: 360px;
  }

  .catalog-card {
    grid-template-columns: 100px 1fr;
  }

  .catalog-card img {
    width: 100px;
    height: 132px;
  }

  .service-band,
  .cta-box,
  .feature-card,
  .process-card,
  .showroom-card,
  .story-copy,
  .highlight-copy {
    padding: 22px;
  }

  .cta-section {
    padding: 62px 0;
  }

  .main-nav {
    font-size: 1.05rem;
    gap: 16px;
  }
}

/* ===== WhatsApp floating button ===== */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.45);
  transition: transform .3s ease, box-shadow .3s ease;
  cursor: pointer;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 40px rgba(37, 211, 102, 0.6);
}
.whatsapp-float svg {
  width: 36px;
  height: 36px;
  fill: #fff;
}
.whatsapp-float::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid #25d366;
  animation: wa-pulse 2s ease-out infinite;
}
@keyframes wa-pulse {
  0% { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(1.5); opacity: 0; }
}

/* ===== Hero banner with background image ===== */
.page-hero-banner {
  width: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 0;
}
.page-hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30,27,24,0.45) 0%, rgba(30,27,24,0.25) 100%);
}
.page-hero-banner .banner-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 60px 20px;
  max-width: 800px;
}
.page-hero-banner .banner-content .eyebrow {
  color: #d4b498;
}
.page-hero-banner .banner-content h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 10px 0 16px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.page-hero-banner .banner-content p {
  color: rgba(255,255,255,0.9);
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 640px;
  margin: 0 auto;
  text-shadow: 0 1px 10px rgba(0,0,0,0.3);
}

/* ===== PAGES: page-hero ===== */
.page-hero {
  padding: 80px 0 20px;
  text-align: center;
}
.page-hero .eyebrow {
  display: inline-block;
  margin-bottom: 14px;
}
.page-hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.6rem, 5.5vw, 4.6rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin: 10px 0 24px;
}
.page-hero p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
  max-width: 760px;
  margin: 0 auto;
}

/* ===== PAGES: catalog links ===== */
.catalog-link {
  text-decoration: none;
  color: inherit;
  transition: transform .3s ease, box-shadow .3s ease;
}
.catalog-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px rgba(39, 30, 20, 0.16);
}
.catalog-cta {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--accent-deep);
  letter-spacing: 0.02em;
}

/* ===== PAGES: contact form ===== */
.contact-info-block {
  margin-top: 28px;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.55);
  background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.58));
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.contact-info-block p {
  margin: 0 0 14px;
  line-height: 1.7;
}
.contact-info-block p:last-child {
  margin-bottom: 0;
}
.contact-info-block a {
  color: var(--accent-deep);
  font-weight: 600;
}
.contact-form-wrapper {
  padding: 32px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.55);
  background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.58));
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.contact-form-wrapper h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 8px;
}
.contact-form-wrapper > p {
  color: var(--muted);
  font-size: 0.96rem;
  margin: 0 0 24px;
}
.contact-form {
  display: grid;
  gap: 18px;
}
.form-field {
  display: grid;
  gap: 6px;
}
.form-field label {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text);
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(30,27,24,0.12);
  border-radius: 14px;
  background: rgba(255,255,255,0.85);
  font-family: inherit;
  font-size: 0.96rem;
  color: var(--text);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(180,122,76,0.15);
}
.form-field textarea {
  resize: vertical;
}
.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.form-checkbox input {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  accent-color: var(--accent);
}
.form-checkbox label {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.5;
}
.form-checkbox a {
  color: var(--accent-deep);
  font-weight: 600;
}
.map-wrapper iframe {
  filter: grayscale(0.1) contrast(1.05);
}

/* ===== PAGES: legal content ===== */
.legal-content {
  padding: 20px 0 40px;
}
.legal-block {
  padding: 36px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.55);
  background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,0.58));
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.legal-block h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 28px 0 14px;
  letter-spacing: -0.02em;
}
.legal-block h2:first-child {
  margin-top: 0;
}
.legal-block p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.85;
  margin: 0 0 14px;
}
.legal-block ul,
.legal-block ol {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.85;
  padding-left: 24px;
  margin: 0 0 16px;
}
.legal-block ul ul {
  margin-top: 8px;
}
.legal-block li {
  margin-bottom: 6px;
}
.legal-block a {
  color: var(--accent-deep);
  font-weight: 600;
}
.legal-block strong {
  color: var(--text);
}

/* ===== PAGES: footer links ===== */
.footer-links {
  text-align: right;
}
.footer-links a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--muted);
}
.footer-links a:hover {
  color: var(--accent-deep);
}

/* ===== RESPONSIVE: new elements ===== */
@media (max-width: 1100px) {
  .showroom-grid[style*="repeat(3, 1fr)"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .footer {
    grid-template-columns: 1fr;
  }
  .footer-links {
    text-align: center;
  }
}

@media (max-width: 780px) {
  .page-hero {
    padding: 40px 0 10px;
  }
  .page-hero h1 {
    font-size: clamp(2rem, 6vw, 3rem);
  }
  .legal-block,
  .contact-form-wrapper,
  .contact-info-block {
    padding: 22px;
  }
  .showroom-grid[style*="repeat(3, 1fr)"] {
    grid-template-columns: 1fr !important;
  }
}

/* ===== No-JS / fallback: ensure reveal elements are always visible ===== */
html.no-js .reveal,
.no-js .reveal {
  opacity: 1 !important;
  transform: none !important;
}
