:root {
  --ivory: #f7f2e9;
  --cream: #eee3d2;
  --gold: #ad7920;
  --gold-soft: #d5b169;
  --ink: #191816;
  --muted: #66605a;
  --line: rgba(173,121,32,.28);
  --white: #fffdf9;
  --logo-bg: #fdfaf5;
  --shadow: 0 18px 45px rgba(44,34,20,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ivory);color:var(--ink);font-family:"Montserrat",sans-serif;line-height:1.6}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit}

.site-header{position:sticky;top:0;z-index:50;height:112px;padding:8px 4vw;display:flex;align-items:center;gap:28px;background:var(--logo-bg);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}
.brand{width:190px;flex:none;display:flex;align-items:center}
.brand img{width:auto;height:96px;max-width:100%;object-fit:contain;object-position:left center}
.main-nav{margin-left:auto;display:flex;gap:34px;align-items:center}
.main-nav a{position:relative;font-family:"Cormorant Garamond",serif;font-weight:700;text-transform:uppercase;font-size:16px;letter-spacing:.03em}
.main-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-10px;height:2px;background:var(--gold);transition:.25s}
.main-nav a:hover::after{right:0}
.menu-toggle{display:none;border:0;background:transparent;font-size:28px}
.header-cta{flex:none}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:15px;min-height:48px;padding:12px 22px;border:1px solid var(--gold);font-family:"Cormorant Garamond",serif;text-transform:uppercase;font-weight:700;letter-spacing:.03em;transition:.25s}
.btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(173,121,32,.18)}
.btn-gold{background:linear-gradient(135deg,#9e6816,#c49132);color:#fff}
.btn-outline{background:rgba(255,255,255,.55);color:var(--ink)}

.hero{position:relative;min-height:600px;display:flex;align-items:center;background:url("images/herocontent.png") center/cover no-repeat;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(248,244,237,.98) 0%,rgba(248,244,237,.92) 35%,rgba(248,244,237,.15) 67%,rgba(0,0,0,.04) 100%)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 70%,rgba(247,242,233,.7))}
.hero-copy{position:relative;z-index:2;width:min(680px,90%);margin-left:4vw;padding:70px 0}
.eyebrow{margin:0 0 10px;color:var(--gold);font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase}
.hero h1,.section h2,.about h2,.contact-strip h2{font-family:"Cormorant Garamond",serif;line-height:.98;margin:0}
.hero h1{font-size:clamp(52px,5.5vw,86px);max-width:720px}
.hero-copy>p:not(.eyebrow){max-width:610px;font-size:17px;color:#3f3b36}
.ornament,.product-divider{display:flex;align-items:center;gap:10px;color:var(--gold);max-width:240px;margin:22px 0}
.ornament span,.product-divider span{height:1px;flex:1;background:var(--gold-soft)}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:28px}

.section{padding:88px 4vw}
.section-heading{text-align:center;max-width:760px;margin:0 auto 46px}
.section-heading h2{font-size:clamp(42px,4vw,64px)}
.section-heading>p:last-child{color:var(--muted);margin:12px auto 0}

.products-section{background:linear-gradient(180deg,#f9f4ec,#f3ebdf)}
.products-layout{display:grid;grid-template-columns:1fr;gap:28px;align-items:start}
.carousel-shell{position:relative;min-width:0;align-self:start;padding:24px 54px 40px;background:rgba(255,255,255,.42);border:1px solid rgba(173,121,32,.15);border-radius:22px;box-shadow:var(--shadow)}
.carousel-viewport{overflow:hidden;padding:4px 0}
.carousel-track{display:flex;gap:16px;transition:transform .45s cubic-bezier(.22,.7,.2,1)}
.product-card{flex:0 0 calc((100% - 48px)/4);min-width:0;padding:16px;border:1px solid rgba(173,121,32,.18);background:#fffaf2;border-radius:18px;cursor:pointer;transition:.28s;position:relative;display:flex;flex-direction:column;gap:14px}
.product-card:hover,.product-card.active{transform:translateY(-8px);border-color:var(--gold);box-shadow:0 16px 35px rgba(67,45,15,.16)}
.product-card.active::before{content:"";position:absolute;z-index:2;top:0;left:50%;transform:translateX(-50%);border-left:12px solid transparent;border-right:12px solid transparent;border-top:0;border-bottom:12px solid var(--gold)}
.product-swatch{aspect-ratio:1/1.08;border-radius:18px;background-repeat:no-repeat;background-size:180%;background-position:center 18%;border:1px solid rgba(173,121,32,.1);box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}
.product-card-copy{border-top:1px solid rgba(173,121,32,.12);padding-top:12px}
.product-card-copy small{display:block;color:var(--gold);text-transform:uppercase;letter-spacing:.12em;font-weight:600;font-size:11px;margin-bottom:6px}
.product-card h4{margin:0;font-family:"Cormorant Garamond",serif;text-transform:uppercase;font-size:22px;line-height:1.05;transition:.25s}
.product-card p{margin:6px 0 0;color:var(--muted);font-size:12px;line-height:1.45}
.product-card:hover h4,.product-card.active h4{color:var(--gold)}
.carousel-arrow{position:absolute;top:42%;transform:translateY(-50%);z-index:4;width:42px;height:42px;border-radius:50%;border:1px solid var(--gold);background:#fffaf2;color:var(--gold);font-size:32px;line-height:1;cursor:pointer}
.carousel-arrow:hover{background:var(--gold);color:#fff}
.carousel-arrow.prev{left:10px}
.carousel-arrow.next{right:10px}
.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:18px}
.carousel-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#d8cfc1;cursor:pointer}
.carousel-dots button.active{background:var(--gold);transform:scale(1.25)}

.product-info{padding:34px 38px;border-radius:22px;background:rgba(255,255,255,.62);border:1px solid rgba(173,121,32,.2);box-shadow:var(--shadow)}
.product-info h3{margin:0;font-family:"Cormorant Garamond",serif;text-transform:uppercase;font-size:40px;line-height:1}
.product-tone{margin:10px 0 0;color:var(--muted);font-size:14px;line-height:1.5}
.product-divider{max-width:none;margin:16px 0 24px}
.info-columns{display:grid;grid-template-columns:minmax(220px,.6fr) minmax(0,1.4fr);gap:38px;align-items:start}
.info-columns>div:first-child{padding-right:20px;border-right:1px solid var(--line)}
.product-info h4{font-family:"Cormorant Garamond",serif;text-transform:uppercase;font-size:23px;margin:0 0 14px}
.product-info ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.product-info li{position:relative;padding-left:14px;font-size:14px;line-height:1.35;color:#342f2b}
.product-info li::before{content:"•";position:absolute;left:0;top:0;color:var(--gold)}
.measure-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 28px}
.text-link{display:inline-block;margin-top:24px;color:var(--gold);font-weight:600;font-size:13px}

.applications{background:#faf7f1}
.application-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.application-card{position:relative;min-height:300px;overflow:hidden;border-radius:6px;background:#111}
.application-card img{width:100%;height:100%;object-fit:cover;transition:.45s}
.application-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(15,14,12,.95))}
.application-card div{position:absolute;z-index:2;left:0;right:0;bottom:0;width:100%;padding:20px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff}
.application-card span{display:block;color:var(--gold-soft);font-size:28px;line-height:1}
.application-card h3{width:100%;max-width:100%;margin:8px 0 0;font-family:"Cormorant Garamond",serif;text-transform:uppercase;text-align:center;font-size:clamp(20px,2vw,25px);line-height:1.05;overflow-wrap:anywhere}
.application-card:hover img{transform:scale(1.07)}

.about{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.about-image{position:relative}
.about-image::before{content:"";position:absolute;inset:24px -24px -24px 24px;border:1px solid var(--gold);z-index:0}
.about-image img{position:relative;z-index:1;width:100%;max-height:620px;object-fit:cover;object-position:center}
.about-copy h2{font-size:clamp(44px,4.8vw,70px)}
.about-copy p:not(.eyebrow){color:var(--muted)}

.contact-strip{padding:65px 7vw;display:flex;align-items:center;justify-content:space-between;gap:40px;background:linear-gradient(135deg,#f5ede2,#fffaf2);border-top:1px solid var(--line)}
.contact-strip h2{font-size:52px}
.contact-strip p{margin-bottom:0}

.site-footer{
  position:relative;
  min-height:390px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:72px 5vw 30px;
  overflow:hidden;
  color:#fff;
  text-align:center;
  background:
    linear-gradient(180deg,rgba(12,11,9,.72),rgba(12,11,9,.90)),
    url("images/herocontent.png") center 52%/cover no-repeat;
}
.site-footer::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 50% 25%,rgba(213,177,105,.12),transparent 48%);
  pointer-events:none;
}
.footer-content{position:relative;z-index:1;width:min(760px,100%);margin:0 auto}
.footer-eyebrow{margin-bottom:12px;color:var(--gold-soft)}
.footer-content h2{margin:0;font-family:"Cormorant Garamond",serif;font-size:clamp(38px,5vw,62px);font-weight:600;line-height:1.02}
.footer-description{max-width:620px;margin:16px auto 28px;color:rgba(255,255,255,.84);font-size:16px}
.footer-whatsapp{display:inline-flex;align-items:center;justify-content:center;gap:15px;max-width:100%;padding:14px 24px;border:1px solid rgba(213,177,105,.72);background:rgba(8,8,7,.38);backdrop-filter:blur(5px);transition:.25s}
.footer-whatsapp:hover{transform:translateY(-2px);border-color:var(--gold-soft);background:rgba(173,121,32,.22)}
.footer-whatsapp img{width:46px;height:46px;flex:none;object-fit:contain}
.footer-whatsapp span{display:flex;flex-direction:column;align-items:flex-start;text-align:left;line-height:1.25}
.footer-whatsapp b{text-transform:uppercase;font-size:12px;letter-spacing:.08em;color:var(--gold-soft)}
.footer-whatsapp small{margin-top:5px;font-size:16px;color:#fff}
.footer-copyright{margin:38px 0 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.18);font-size:12px;color:rgba(255,255,255,.66)}
.floating-whatsapp{position:fixed;z-index:60;right:22px;bottom:22px;width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:16px;overflow:hidden;background:transparent;box-shadow:0 12px 28px rgba(0,0,0,.24);transition:transform .25s ease}.floating-whatsapp:hover{transform:translateY(-3px) scale(1.04)}.floating-whatsapp img{width:100%;height:100%;object-fit:cover;display:block}

.reveal{opacity:0;transform:translateY(24px);transition:.7s ease}
.reveal.visible{opacity:1;transform:none}

@media(max-width:1100px){
  .main-nav{gap:18px}
  .header-cta{display:none}
  .application-grid{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:800px){
  .site-header{height:92px}
  .brand{width:150px}
  .brand img{height:78px}
  .menu-toggle{display:block;margin-left:auto}
  .main-nav{position:absolute;top:92px;left:0;right:0;display:none;flex-direction:column;align-items:stretch;padding:20px 6vw;background:#fffaf4;border-bottom:1px solid var(--line)}
  .main-nav.open{display:flex}
  .main-nav a{padding:9px 0}
  .hero{min-height:680px;background-position:68% center}
  .hero::before{background:linear-gradient(90deg,rgba(248,244,237,.98),rgba(248,244,237,.86) 55%,rgba(248,244,237,.4))}
  .hero-copy{margin:0 auto;padding:50px 0}
  .hero h1{font-size:53px}
  .section{padding:64px 5vw}
  .carousel-shell{padding-left:46px;padding-right:46px}
  .product-card{flex-basis:calc((100% - 16px)/2)}
  .applications .application-grid{grid-template-columns:repeat(2,1fr)}
  .about{grid-template-columns:1fr;gap:45px}
  .contact-strip{flex-direction:column;text-align:center}
  .info-columns{grid-template-columns:1fr}
  .info-columns>div:first-child{border-right:0;border-bottom:1px solid var(--line);padding:0 0 20px}
  .measure-columns{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:520px){
  .hero h1{font-size:44px}
  .hero-copy>p:not(.eyebrow){font-size:15px}
  .hero-actions,.hero-actions .btn{width:100%}
  .section-heading h2{font-size:42px}
  .product-card{flex-basis:100%}
  .applications .application-grid{grid-template-columns:1fr}
  .application-card{min-height:340px}
  .measure-columns{grid-template-columns:1fr}
  .contact-strip h2{font-size:42px}
  .brand{width:142px}
  .brand img{height:74px}
  .application-card h3{font-size:22px}
  .site-footer{min-height:420px;padding:62px 22px 26px;background-position:62% center}
  .footer-content h2{font-size:40px}
  .footer-description{font-size:14px}
  .footer-whatsapp{width:100%;padding:14px 16px}
  .footer-whatsapp img{width:42px;height:42px}
  .footer-whatsapp b{font-size:11px}
  .footer-whatsapp small{font-size:15px}
  .footer-copyright{font-size:11px;line-height:1.55}
}

