:root{
  --wine:#8B2635;
  --wine-dark:#6E1C29;
  --ink:#3D2E22;          /* warm deep taupe — used sparingly, never a true dark bg */
  --walnut:#4A372A;
  --gold:#B8893E;
  --gold-soft:#D9B873;
  --ivory:#FBF7F0;
  --ivory-2:#F2E9DA;
  --panel:#FFFFFF;
  --panel-tint:#F7F1E6;   /* light warm panel, replaces the old near-black sections */
  --line:#E4D6BE;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  background:var(--ivory);
  color:var(--walnut);
  font-family:'Jost',sans-serif;
  font-weight:400;
  overflow-x:hidden;
}
h1,h2,h3,h4,.display{
  font-family:'Playfair Display',serif;
  font-weight:600;
  letter-spacing:.005em;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.no-radius, *{border-radius:0 !important}

.eyebrow{
  font-family:'Jost',sans-serif;
  text-transform:uppercase;
  letter-spacing:.32em;
  font-size:.72rem;
  color:var(--gold);
  font-weight:500;
}
.hairline{height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);width:100%}
.hairline-solid{height:1px;background:var(--gold);}

/* ===== Header ===== */
header{
  position:fixed;top:0;left:0;right:0;z-index:100;
  background:rgba(251,247,240,.94);
  backdrop-filter:blur(6px);
  border-bottom:1px solid var(--line);
}
.nav-wrap{
  max-width:1320px;margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 28px;
}
.brand{display:flex;align-items:center;gap:14px}
.brand img{height:46px;width:auto}
.brand .name{color:var(--ink)}
.brand .name .title{font-family:'Playfair Display',serif;font-size:1.35rem;color:var(--ink);line-height:1.1;letter-spacing:.02em}
.brand .name .sub{font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);display:block;margin-top:2px}

nav ul{list-style:none;display:flex;gap:36px}
nav a{
  color:var(--walnut);font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;
  position:relative;padding-bottom:4px;transition:color .25s;
}
nav a::after{
  content:'';position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--gold);
  transition:width .3s;
}
nav a:hover{color:var(--gold)}
nav a:hover::after, nav a.active::after{width:100%}
nav a.active{color:var(--gold)}

.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none}
.nav-toggle span{width:24px;height:2px;background:var(--gold)}

@media(max-width:880px){
  nav{position:fixed;top:74px;left:0;right:0;background:var(--ivory);
    flex-direction:column;padding:0;max-height:0;overflow:hidden;transition:max-height .35s ease;
    border-bottom:1px solid var(--line);}
  nav.open{max-height:400px;padding:10px 0}
  nav ul{flex-direction:column;gap:0}
  nav ul li{border-top:1px solid var(--line)}
  nav a{display:block;padding:16px 28px}
  .nav-toggle{display:flex}
}

/* ===== Hero ===== */
.hero{
  position:relative;
  min-height:100vh;
  display:flex;align-items:center;
  background:radial-gradient(120% 100% at 80% 15%, #FBF3E4 0%, var(--ivory) 55%, #F3E8D6 100%);
  overflow:hidden;
  padding-top:90px;
}
.hero-grid{
  max-width:1320px;margin:0 auto;width:100%;
  display:grid;grid-template-columns:1.05fr 1fr;gap:40px;align-items:center;
  padding:40px 28px 80px;
  position:relative;z-index:2;
}
.hero-text .eyebrow{margin-bottom:18px}
.hero-text h1{
  color:var(--ink);
  font-size:clamp(2.6rem,5.2vw,4.4rem);
  line-height:1.05;
  margin-bottom:22px;
}
.hero-text h1 em{color:var(--wine);font-style:normal}
.hero-text p{
  color:#5c4a3a;font-size:1.05rem;line-height:1.7;max-width:480px;margin-bottom:34px;
}
.hero-cta{display:flex;gap:18px;flex-wrap:wrap}
.btn{
  display:inline-block;padding:15px 34px;font-size:.82rem;letter-spacing:.18em;text-transform:uppercase;
  border:1px solid var(--wine);transition:all .25s ease;
}
.btn-solid{background:var(--wine);color:var(--ivory);}
.btn-solid:hover{background:var(--wine-dark);transform:translateY(-2px);box-shadow:0 10px 22px -10px rgba(110,28,41,.55)}
.btn-ghost {
  /* High contrast: Crisp white text looks much cleaner on maroon than dark ink */
  color: #ffffff; 
  
  /* A bright, prominent gold border so it doesn't vanish into the dark background */
  border: 2px solid #f3c677; 
  background: transparent;
  transition: all 0.3s ease;
}

.btn-ghost:hover {
  /* Text changes to a deep contrast color or stays bright */
  color: #ffffff; 
  
  /* Semi-transparent gold fill that blends beautifully with maroon, creating a "glowing" effect */
  background: rgba(243, 198, 119, 0.20); 
  
  /* Slightly brightens the border on hover */
  border-color: #ffffff; 
  
  /* Keeps your lift effect and adds a subtle luxury glow shadow */
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(243, 198, 119, 0.15); 
}
.btn:active{transform:translateY(0)}

/* Accessibility: visible focus rings on all interactive elements */
a:focus-visible,button:focus-visible,.btn:focus-visible{
  outline:2px solid var(--wine);outline-offset:3px;
}
form input:focus-visible,form select:focus-visible,form textarea:focus-visible{
  outline:none;border-color:var(--wine);box-shadow:0 0 0 3px rgba(139,38,53,.12);
}
.hero-visual {
  position: relative;
}
.hero-visual-frame {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(61,46,34,.35);
}
.hero-visual-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-visual::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 18px;
  right: -18px;
  bottom: -18px;
  border: 1px solid var(--gold);
  z-index: -1;
}

/* DESKTOP: Positioned beautifully at the bottom left */
.hero-visual-tag {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: rgba(33,20,14,.78);
  color: var(--ivory);
  padding: 14px 20px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  max-width: 78%;
  z-index: 2;
}
.hero-visual-tag .eyebrow {
  color: var(--gold-soft);
  margin-bottom: 4px;
  font-size: .62rem;
}
.hero-visual-tag p {
  font-size: .86rem;
  line-height: 1.4;
  color: #EDE3D3;
}
.hero-visual-caption {
  margin-top: 18px;
  text-align: center;
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #8a7c6c;
}

/* MOBILE OPTIMIZATION */
@media(max-width:880px){
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    order: -1;
    max-width: 380px;
    margin: 0 auto 24px auto; /* Added bottom margin to separate from the text below */
  }
  
  /* Fixes the tag on mobile so it doesn't block the image */
  .hero-visual-tag {
    position: relative !important;
    left: 0 !important;
    bottom: 0 !important;
    max-width: 100% !important;
    margin-top: 12px; /* Pulls it down cleanly right underneath the image frame */
    background: rgba(33,20,14,1); /* Pure background for better readability without the image overlay */
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  }
  
  /* Hides or repositions the caption text if it crowds the layout */
  .hero-visual-caption {
    margin-top: 8px;
  }
}
.scroll-cue{
  position:absolute;bottom:28px;left:50%;transform:translateX(-50%);
  display:flex;flex-direction:column;align-items:center;gap:8px;z-index:3;
}
.scroll-cue span{font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:#8a7c6c}
.scroll-cue .line{width:1px;height:34px;background:linear-gradient(var(--gold),transparent);animation:cue 1.8s infinite}
@keyframes cue{0%{opacity:0}50%{opacity:1}100%{opacity:0}}

/* ===== Sections ===== */
section{padding:100px 28px}
.section-inner{max-width:1320px;margin:0 auto}
.section-head{max-width:680px;margin-bottom:56px}
.section-head .eyebrow{margin-bottom:14px}
.section-head h2{font-size:clamp(2rem,3.4vw,2.9rem);color:var(--ink)}
.section-head p{margin-top:16px;color:#5c4f42;line-height:1.7;font-size:1.02rem}

.bg-ink {
  background: var(--panel-tint);
  color: var(--walnut);
}
.bg-ink .section-head h2 {
  color: var(--ink);
}
.bg-ink .section-head p {
  color: #6b5a47;
}

/* About strip - DESKTOP */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-figure {
  position: relative;
  aspect-ratio: 4/5;
  background: linear-gradient(160deg, var(--wine) 0%, var(--wine-dark) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.about-figure::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(115deg, rgba(201,164,92,.08) 0 2px, transparent 2px 26px);
}
.about-figure .since {
  color: var(--ivory);
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 20px; /* Prevents text hitting the box edges */
}
.about-figure .since .yr {
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  line-height: 1;
}
.about-figure .since .lbl {
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: .7rem;
  color: var(--gold-soft);
  margin-top: 10px;
}
.about-copy p {
  color: #4a3f34;
  line-height: 1.85;
  margin-bottom: 18px;
  font-size: 1.02rem;
}
.about-stats {
  display: flex;
  gap: 40px;
  margin-top: 36px;
}
.about-stats div .num {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  color: var(--wine);
}
.about-stats div .lbl {
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #776a5c;
  margin-top: 4px;
}

/* ==========================================================================
   MOBILE & TABLET OPTIMIZATION (880px and down)
   ========================================================================== */
@media (max-width: 880px) {
  .about-grid {
    grid-template-columns: 1fr; /* Stacks the wine frame on top of your text content */
    gap: 40px;
  }

  .about-figure {
    max-width: 440px;
    margin: 0 auto; /* Centers the graphic block perfectly on small screens */
    aspect-ratio: 16 / 10; /* Switches to a shorter landscape shape so it looks elegant on phones */
  }

  .about-figure .since .yr {
    /* Uses a modern clamp scale so the big text fluidly responds down to 3.5rem on smaller viewports */
    font-size: clamp(3.5rem, 10vw, 5rem); 
  }

  .about-copy {
    text-align: center; /* Aligns text cleanly for a professional single-column look */
  }

  .about-stats {
    /* Safely flex-wraps layout and centers blocks so data counters never squeeze or clip out of bounds */
    flex-wrap: wrap; 
    justify-content: center;
    gap: 32px 24px; 
    margin-top: 32px;
  }
  
  .about-stats div {
    min-width: 120px; /* Guarantees a clean, structured multi-item display on wider phone screens */
  }
}
/* Product grid */
.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ddd0bd}
.cat-card{
  background:var(--ivory);padding:46px 32px;position:relative;
  transition:background .35s,transform .35s;min-height:230px;
  display:flex;flex-direction:column;justify-content:flex-end;
}
.cat-card .num{
  position:absolute;top:24px;right:28px;font-family:'Playfair Display',serif;
  font-size:.95rem;color:var(--gold);
}
.cat-card h3{font-size:1.5rem;color:var(--ink);margin-bottom:8px}
.cat-card p{font-size:.88rem;color:#776a5c;line-height:1.5}
.cat-card:hover{background:var(--wine);transform:translateY(-4px);box-shadow:0 18px 34px -16px rgba(61,46,34,.4)}
.cat-card:hover h3,.cat-card:hover p{color:var(--ivory)}
.cat-card:hover .num{color:var(--gold-soft)}
@media(max-width:880px){.cat-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.cat-grid{grid-template-columns:1fr}}

/* Specialization band */
.spec-band{
  background:var(--wine);color:var(--ivory);
  padding:70px 28px;text-align:center;
}
.spec-band .eyebrow{color:var(--gold-soft)}
.spec-band h2{font-size:clamp(1.8rem,3vw,2.6rem);margin-top:14px;max-width:760px;margin-inline:auto;line-height:1.3}

/* Hours / contact strip */
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ddd0bd}
.info-card{background:var(--ivory);padding:40px 32px}
.info-card .eyebrow{margin-bottom:12px}
.info-card h4{font-size:1.2rem;color:var(--ink);margin-bottom:10px}
.info-card p{color:#5c4f42;line-height:1.7;font-size:.95rem}
@media(max-width:880px){.info-grid{grid-template-columns:1fr}}

/* Forms */
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.info-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#ddd0bd}
.info-grid-2 .info-card{background:var(--ivory);padding:40px 32px}
.info-grid-2 .info-card .eyebrow{margin-bottom:12px}
.info-grid-2 .info-card p{color:#5c4f42;line-height:1.7;font-size:.95rem}
@media(max-width:880px){.info-grid-2{grid-template-columns:1fr}}
/* ==========================================================================
   ENQUIRY FORM: Base Styles (Desktop)
   ========================================================================== */
form .field {
  margin-bottom: 22px;
}
form label {
  display: block;
  font-size: .7rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #776a5c;
  margin-bottom: 8px;
}
form input,
form select,
form textarea {
  width: 100%;
  padding: 14px 16px;
  background: transparent;
  border: 1px solid #cfc1ad;
  color: var(--ink);
  font-family: 'Jost', sans-serif;
  font-size: .95rem;
  box-sizing: border-box; /* Crucial to prevent input widths from overflowing text containers */
}
form input:focus,
form select:focus,
form textarea:focus {
  outline: none;
  border-color: var(--wine);
}
form textarea {
  resize: vertical;
  min-height: 130px;
}
.form-msg {
  margin-top: 16px;
  font-size: .9rem;
}
.form-msg.ok {
  color: #3a6b3a;
}
.form-msg.err {
  color: #a13a3a;
}

/* ==========================================================================
   SHOWROOM MAP: Base Styles (Desktop)
   ========================================================================== */
.map-box {
  height: 100%;
  min-height: 380px;
  border: 1px solid #ddd0bd;
}
.map-box iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: 0;
  filter: grayscale(.25) sepia(.1);
  display: block;
}

/* ==========================================================================
   RESPONSIVE LAYOUT OPTIMIZATION (880px and down)
   ========================================================================== */
@media (max-width: 880px) {
  /* Stacks the map and form side-by-side grids vertically */
  .form-grid {
    grid-template-columns: 1fr !important;
    gap: 48px !important;
  }
  
  /* Forces the Showroom/Map container to snap to the very top on phones */
  .showroom-column {
    order: -1 !important;
  }
  
  /* Relaxes the map heights so it scales comfortably on smaller touch viewports */
  .map-box {
    min-height: 280px !important;
    height: 280px !important;
    margin-bottom: 20px;
  }
  .map-box iframe {
    min-height: 280px !important;
    height: 280px !important;
  }

  /* Prevent side alignment squeezing for address details on smaller screens */
  .info-grid-2 {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}
/* Footer */
footer{background:var(--panel-tint);color:var(--walnut);padding:70px 28px 30px;border-top:1px solid var(--line)}
.footer-grid{
  max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:48px;
  padding-bottom:50px;
}
.footer-brand .brand{margin-bottom:18px}
.footer-brand p{line-height:1.7;font-size:.92rem;max-width:300px;color:#6b5a47}
footer h5{color:var(--wine);font-size:.74rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:18px}
footer ul{list-style:none}
footer ul li{margin-bottom:10px;font-size:.92rem;color:#5c4a3a}
footer ul li a:hover{color:var(--wine)}
.footer-bottom{
  max-width:1320px;margin:0 auto;border-top:1px solid var(--line);
  padding-top:24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;
  font-size:.78rem;color:#8a7a64;
}
@media(max-width:880px){.footer-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:560px){.footer-grid{grid-template-columns:1fr;}}

/* Page hero (inner pages: Products / About / Contact) */
.page-hero{
  position:relative;padding-top:90px;overflow:hidden;
  background:radial-gradient(120% 100% at 80% 10%, #FBF3E4 0%, var(--ivory) 55%, #F3E8D6 100%);
  border-bottom:1px solid var(--line);
}
.page-hero-grid{
  max-width:1320px;margin:0 auto;width:100%;
  display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center;
  padding:54px 28px 64px;
}
.page-hero .crumb{margin-bottom:14px;font-size:.78rem;color:#8a7a64}
.page-hero .crumb a:hover{color:var(--wine)}
.page-hero h1{color:var(--ink);font-size:clamp(2.2rem,4.4vw,3.4rem);line-height:1.08;margin-bottom:18px}
.page-hero .eyebrow{margin-bottom:10px}
.page-hero p{color:#5c4a3a;font-size:1.02rem;line-height:1.7;max-width:480px}
.page-hero .hero-cta{margin-top:28px}
.page-hero-visual{position:relative;aspect-ratio:1/1}
.page-hero-visual img{width:100%;height:100%;object-fit:cover;box-shadow:0 24px 50px -18px rgba(61,46,34,.32)}
.page-hero-visual::before{content:'';position:absolute;top:16px;left:16px;right:-16px;bottom:-16px;border:1px solid var(--gold);z-index:-1}
@media(max-width:880px){
  .page-hero-grid{grid-template-columns:1fr;padding-bottom:48px}
  .page-hero-visual{max-width:340px;margin:0 auto;order:-1}
}

/* Legacy / heritage band — full-width storytelling image strip */
.legacy-band{
  position:relative;min-height:60vh;display:flex;align-items:center;
  background-size:cover;background-position:center;color:#fff;
  isolation:isolate;
}
.legacy-band::before{
  content:'';position:absolute;inset:0;z-index:0;
  background:linear-gradient(100deg, rgba(28,18,13,.92) 0%, rgba(28,18,13,.72) 38%, rgba(28,18,13,.42) 70%, rgba(28,18,13,.62) 100%);
}
.legacy-band-inner{
  position:relative;z-index:1;max-width:1320px;margin:0 auto;width:100%;
  padding:90px 28px;
}
.legacy-band .eyebrow{color:var(--gold-soft);margin-bottom:16px}
.legacy-band h2{font-size:clamp(1.9rem,3.6vw,2.9rem);max-width:680px;line-height:1.25;margin-bottom:20px;color:#fff}
.legacy-band p{max-width:560px;color:#E7DCCB;line-height:1.8;font-size:1.02rem;margin-bottom:36px}
.legacy-stats{display:flex;gap:48px;flex-wrap:wrap}
.legacy-stats div .num{font-family:'Playfair Display',serif;font-size:2.2rem;color:var(--gold-soft)}
.legacy-stats div .lbl{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:#cfc2ad;margin-top:4px}
@media(max-width:640px){
  .legacy-band{min-height:auto}
  .legacy-band-inner{padding:64px 24px}
  .legacy-stats{gap:32px}
}

/* reveal animation */
.reveal{opacity:0;transform:translateY(26px);transition:opacity .8s ease,transform .8s ease}
.reveal.in{opacity:1;transform:translateY(0)}

@media(prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none}
  .scroll-cue .line{animation:none}
}

/* Floating WhatsApp */
.float-wa{
  position:fixed;bottom:26px;right:26px;z-index:90;
  background:var(--wine);color:var(--ivory);width:56px;height:56px;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 6px 18px rgba(139,38,53,.28);
}
.float-wa svg{width:26px;height:26px}

/* Product gallery */
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:var(--line)}
.gallery-item{position:relative;background:var(--panel);overflow:hidden;aspect-ratio:3/4}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.gallery-item:hover img{transform:scale(1.06)}
.gallery-item .tag{
  position:absolute;left:0;bottom:0;right:0;padding:10px 12px;
  background:linear-gradient(0deg, rgba(61,46,34,.78), transparent);
  color:#fff;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;
}
@media(max-width:880px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}

/* Color chart strip */
.chart-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.chart-card{background:var(--panel);border:1px solid var(--line)}
.chart-card img{width:100%;height:260px;object-fit:cover}
.chart-card .chart-label{padding:16px 18px;border-top:1px solid var(--line)}
.chart-card .chart-label .eyebrow{margin-bottom:4px}
.chart-card .chart-label h4{font-size:1.1rem;color:var(--ink)}
@media(max-width:880px){.chart-strip{grid-template-columns:1fr}}
