
:root{
  --black:#090909;
  --charcoal:#1d1a19;
  --charcoal2:#24201f;
  --cream:#f7f2ed;
  --rose:#cf8f87;
  --rose-soft:#e8b3a8;
  --text:#f8f5f2;
  --ink:#201b1a;
  --muted:#7d706e;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);font-family:"DM Sans",sans-serif;color:var(--ink)}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}

.header{
  height:80px;background:#050505;color:white;display:flex;align-items:center;
  gap:36px;padding:0 clamp(24px,5.2vw,84px);position:sticky;top:0;z-index:100;
  box-shadow:0 3px 14px #0003
}
.logo{width:168px;height:58px;overflow:hidden;flex:0 0 auto}
.logo img{width:100%;height:100%;object-fit:cover;object-position:center}
.nav{display:flex;gap:34px;align-items:center;margin-left:auto}
.nav a{font-size:12px;text-transform:uppercase;letter-spacing:.35px;color:#fff}
.nav a:hover{color:var(--rose-soft)}
.header-cta{border:1px solid #b77870;padding:12px 21px;border-radius:2px;text-transform:uppercase;font-size:11px;letter-spacing:.6px;color:#efb5aa}
.menu{display:none;background:transparent;border:0;padding:10px;margin-left:auto}
.menu span{width:23px;height:2px;background:white;margin:5px 0;display:block}

.hero{min-height:570px;display:grid;grid-template-columns:45% 55%;background:#171312;color:white}
.hero-copy{
  padding:58px 6vw 55px max(5vw,68px);
  display:flex;flex-direction:column;justify-content:center;
  background:
    radial-gradient(circle at 100% 45%,rgba(102,63,50,.28),transparent 44%),
    linear-gradient(120deg,#171411,#211a16 70%,#33231d);
}
.kicker,.section-eyebrow,.contact-intro>span,.process-heading>span{
  color:var(--rose);font-weight:700;font-size:11px;letter-spacing:2.8px
}
.hero h1{
  font:500 clamp(53px,5vw,78px)/.99 "Playfair Display",serif;
  letter-spacing:-1.5px;margin:16px 0 22px
}
.hero h1 em{color:#c9857e;font-weight:500}
.hero-copy p{max-width:470px;line-height:1.75;font-size:15px;color:#f0e8e4;margin:0}
.hero-actions{display:flex;gap:12px;margin-top:25px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;gap:18px;padding:14px 20px;text-transform:uppercase;font-size:10px;font-weight:700;letter-spacing:.4px;border-radius:2px}
.button.primary{background:#d9958c;color:#17110f}
.button.primary:hover{background:#e7aaa1}
.button.secondary{border:1px solid #a66f69;color:#dba49c}
.hero-photo{overflow:hidden;position:relative;background:#806051}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center}

.process{
  background:linear-gradient(105deg,#161414,#252221);color:white;
  display:grid;grid-template-columns:23% 77%;gap:25px;padding:42px 6vw
}
.process-heading h2{font:500 37px/1.05 "Playfair Display";margin:9px 0}
.steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:24px;align-items:center}
.steps article{position:relative;padding-left:4px}
.num{color:#e5a198;font-size:11px;margin-bottom:3px}
.step-icon{color:#d28780;font-size:31px;line-height:1;margin:4px 0 8px}
.steps h3{font:500 18px "Playfair Display";margin:0 0 6px}
.steps p{font-size:11px;color:#d8cdca;line-height:1.5;max-width:180px;margin:0}
.arrow{font-size:26px;color:#d58f87}

.about{padding:95px 8vw;background:#fff}
.about-layout{display:grid;grid-template-columns:1fr 1fr;gap:10vw;margin-top:18px}
.about h2{font:500 clamp(38px,4vw,58px)/1.06 "Playfair Display";margin:0;max-width:650px}
.about p{font-size:15px;line-height:1.85;color:#766a68;margin:0 0 17px}

.categories{padding:26px 6.5vw 55px;background:#f7f1ec}
.center{text-align:center;margin-bottom:18px}
.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.category-grid article{background:#fff;border:1px solid #eaded8;border-radius:5px;overflow:hidden;text-align:center;transition:transform .2s ease,box-shadow .2s ease}
.category-grid article:hover{transform:translateY(-3px);box-shadow:0 12px 28px #5c3c3214}
.category-grid img{width:100%;aspect-ratio:1.52/1;object-fit:cover}
.category-grid h3{font-size:12px;font-weight:500;margin:12px 8px 13px}

.contact{background:#171414;color:white;padding:50px 7vw;display:grid;grid-template-columns:32% 68%;align-items:center;gap:42px}
.contact-intro h2{font:500 clamp(38px,4.2vw,58px)/.98 "Playfair Display";margin:10px 0}
.contact-intro h2 em{color:#cd8982;font-weight:500}
.contact-intro p{color:#d8cecb;line-height:1.6;font-size:13px;max-width:360px}
.contact-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.contact-card{min-height:75px;background:#242120;display:flex;gap:17px;align-items:center;padding:16px 20px}
.contact-card:hover{background:#2b2726}
.contact-icon{color:#e19790;font-size:24px}
.contact-card small{display:block;color:#b7aaa8;font-size:11px;margin-bottom:3px}
.contact-card strong{font-size:13px}
.write-btn{grid-column:1/3;background:#cf8f87;color:#17110f;padding:16px 22px;text-align:center;text-transform:uppercase;font-weight:700;font-size:11px;letter-spacing:1px}
.write-btn span{margin-left:20px;font-size:18px}

.footer{background:#050505;color:#cbbfbc;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:14px 6vw;font-size:9px}
.footer img{width:108px;height:40px;object-fit:cover}
.footer a{color:#d89b94}

@media (max-width:1050px){
  .nav{gap:18px}.header-cta{display:none}
  .category-grid{grid-template-columns:repeat(3,1fr)}
  .hero{grid-template-columns:48% 52%}
}
@media (max-width:780px){
  .header{height:70px;padding:0 18px}.logo{width:138px;height:50px}
  .menu{display:block}.nav{display:none;position:absolute;top:70px;left:0;right:0;background:#090909;padding:20px 24px;flex-direction:column;align-items:flex-start}
  .nav-open .nav{display:flex}
  .hero{grid-template-columns:1fr}.hero-copy{padding:62px 7vw 46px}.hero-photo{height:390px}
  .process{grid-template-columns:1fr;padding:40px 7vw}.steps{grid-template-columns:1fr 1fr}.arrow{display:none}.process-heading br{display:none}
  .about-layout{grid-template-columns:1fr;gap:28px}.about{padding:70px 7vw}
  .category-grid{grid-template-columns:1fr 1fr}.categories{padding:45px 5vw}
  .contact{grid-template-columns:1fr;padding:50px 7vw}.contact-actions{grid-template-columns:1fr}.write-btn{grid-column:auto}
  .footer{flex-direction:column;text-align:center;padding:24px}
}
@media (max-width:480px){
  .hero h1{font-size:48px}.hero-photo{height:310px}.button{width:100%;justify-content:center}
  .steps{grid-template-columns:1fr}.category-grid{grid-template-columns:1fr}
  .category-grid h3{font-size:14px}.contact-intro h2{font-size:43px}
}


/* Logo without visible image background */
.logo, .footer img { background:transparent; }
.logo img, .footer img { object-fit:contain; }

/* Brands */
.brands{
  padding:82px 7vw 88px;
  background:#fff;
}
.brands-head{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:8vw;
  align-items:end;
  margin-bottom:42px;
}
.brands-head h2{
  font:500 clamp(38px,4vw,58px)/1.06 "Playfair Display",serif;
  margin:12px 0 0;
}
.brands-head p{
  color:#766a68;
  font-size:14px;
  line-height:1.8;
  max-width:500px;
  margin:0;
}
.brands-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
.brand-group{
  background:#f8f3ef;
  border:1px solid #eadfd9;
  padding:26px 28px;
}
.brand-group h3{
  font:500 23px "Playfair Display",serif;
  margin:0 0 18px;
  color:#2a2321;
}
.brand-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.brand-list span{
  background:#fff;
  border:1px solid #e6d7d1;
  padding:8px 11px;
  border-radius:2px;
  font-size:11px;
  color:#594d4b;
  line-height:1;
}
@media(max-width:780px){
  .brands{padding:65px 7vw}
  .brands-head{grid-template-columns:1fr;gap:22px}
  .brands-grid{grid-template-columns:1fr}
  .brand-group{padding:22px}
}

/* Ajuste solicitado: logo superior más grande */
.header .logo{
  width:205px;
  height:68px;
}
.header .logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  background:transparent;
}
@media(max-width:780px){
  .header .logo{width:165px;height:58px}
}
