@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Italiana&family=Parisienne&display=swap');

:root {
  --ink: #292522;
  --ink-soft: #4f4844;
  --muted: #80756f;
  --copper: #b8735d;
  --copper-dark: #93523f;
  --blush: #f2e5df;
  --powder: #f7f0ec;
  --cream: #fbf8f4;
  --white: #fff;
  --line: rgba(70, 54, 46, .13);
  --green: #277a56;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shadow-sm: 0 12px 34px rgba(54, 39, 32, .08);
  --shadow-lg: 0 28px 80px rgba(54, 39, 32, .13);
}

/* Eterna-E v4 visual system */
:root {
  --ink: #2b2425;
  --ink-soft: #5b4c49;
  --muted: #887a75;
  --copper: #c68d8f;
  --copper-dark: #9d6268;
  --blush: #f3e2e1;
  --powder: #f7eee9;
  --cream: #fbf8f2;
  --white: #fffdfa;
  --line: rgba(79, 55, 52, .11);
  --champagne: #d7ba86;
  --cocoa: #5b4743;
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --script: "Parisienne", cursive;
  --shadow-sm: 0 16px 45px rgba(69, 45, 42, .08);
  --shadow-lg: 0 35px 90px rgba(69, 45, 42, .13);
}
body {
  background:
    radial-gradient(circle at 100% 10%, rgba(242, 220, 216, .28), transparent 22%),
    var(--white);
  font-size: 15px;
}
h1, h2, h3 { letter-spacing: -.04em; line-height: 1.02; }
h1 { font-size: clamp(4rem, 7.5vw, 8rem); }
h2 { font-size: clamp(3rem, 5.2vw, 5.8rem); }
.container { width: min(1320px, calc(100% - 80px)); }
.section { padding-block: clamp(100px, 11vw, 170px); }
.eyebrow { color: var(--copper-dark); font-size: .64rem; letter-spacing: .25em; }

.announcement {
  height: 34px;
  color: rgba(255,255,255,.84);
  background: #2c2526;
  font-size: .57rem;
  letter-spacing: .2em;
}
.announcement i { background: var(--champagne); }
.site-header {
  height: 100px;
  padding-inline: max(32px, 5vw);
  border-bottom-color: rgba(86,61,57,.08);
  background: rgba(255,253,250,.87);
  backdrop-filter: blur(24px) saturate(1.2);
}
.brand img { width: 185px; height: 72px; mix-blend-mode: multiply; }
.main-nav { gap: 38px; color: var(--ink-soft); font-size: .71rem; }
.main-nav a:not(.cart-link)::after { height: 5px; bottom: 3px; background: radial-gradient(circle,var(--copper) 1.5px,transparent 2px) center/6px 5px; }
.cart-link {
  padding: 11px 16px !important;
  background: rgba(247,238,233,.66);
  border: 1px solid rgba(157,98,104,.16);
  border-radius: 30px;
}
.cart-link span { background: var(--rose, #9d6268); }

.hero {
  min-height: min(calc(100vh - 134px), 1080px);
  grid-template-columns: minmax(470px,.88fr) minmax(0,1.12fr);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(235,204,201,.46), transparent 28%),
    linear-gradient(135deg,#fffdfa 0%,#f8f0e9 100%);
}
.hero::before {
  width: 420px; height: 420px; left: -210px; bottom: -190px;
  border-color: rgba(198,141,143,.2);
}
.hero::after {
  content:"E";
  position:absolute; left:32%; bottom:-9vw;
  color:rgba(187,139,139,.055);
  font:31vw var(--serif);
}
.hero-copy { padding: clamp(80px,8vw,135px) clamp(40px,7vw,125px); }
.hero-kicker { display:flex;align-items:center;gap:12px;margin-bottom:44px;color:var(--muted);font-size:.56rem;font-weight:700;letter-spacing:.19em;text-transform:uppercase; }
.hero-kicker i { width:32px;height:1px;background:var(--champagne); }
.hero h1 { max-width:720px;margin-bottom:32px; }
.hero h1 em { color:var(--copper-dark);font-family:var(--script);font-size:1.08em;line-height:.7;letter-spacing:0; }
.hero-copy > p:not(.eyebrow) { max-width:570px;color:var(--muted);font-size:1rem;line-height:1.9; }
.hero-photo {
  margin:30px 30px 30px 0;
  overflow:visible;
  border-radius:36px 6px 36px 6px;
  box-shadow:var(--shadow-lg);
}
.hero-photo::before { content:"";position:absolute;inset:-10px 14px 14px -10px;z-index:-1;border:1px solid rgba(198,141,143,.3);border-radius:40px 8px; }
.hero-photo::after { border-radius:inherit;background:linear-gradient(160deg,transparent 48%,rgba(42,32,32,.22)); }
.hero-photo > img { border-radius:inherit;object-position:center 44%; }
.hero-badge {
  width:150px;height:150px;right:34px;bottom:34px;
  background:rgba(255,253,250,.85);
  border:1px solid rgba(255,255,255,.75);
  backdrop-filter:blur(16px);
  box-shadow:0 18px 45px rgba(48,31,30,.16);
}
.hero-badge b { font:2rem var(--script);color:var(--copper-dark); }
.hero-photo-card {
  width:165px;position:absolute;left:-72px;top:65px;z-index:3;
  padding:9px 9px 14px;background:rgba(255,253,250,.9);
  border:1px solid rgba(255,255,255,.85);border-radius:18px;
  box-shadow:0 22px 55px rgba(57,38,36,.16);backdrop-filter:blur(16px);
  transform:rotate(-4deg);
}
.hero-photo-card img { width:100%;height:170px;object-fit:cover;border-radius:11px; }
.hero-photo-card span { display:block;padding:10px 5px 0;color:var(--cocoa);font:1rem var(--script);text-align:center;line-height:1.1; }
.btn {
  min-height:57px;padding:15px 28px;border-radius:30px;
  font-size:.69rem;letter-spacing:.1em;
  transition:transform .25s,box-shadow .25s,background .25s;
}
.btn.primary { background:linear-gradient(135deg,#b87479,#d49a98);box-shadow:0 15px 32px rgba(157,98,104,.22); }
.btn.primary:hover { background:linear-gradient(135deg,#9d6268,#bf7d80);box-shadow:0 18px 38px rgba(157,98,104,.3); }
.btn.ghost { border-color:rgba(43,36,37,.35);background:rgba(255,255,255,.4); }
.hero-signature { margin-top:55px; }

.split-intro {
  margin-top:-24px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.75);
  border-radius:25px;
  box-shadow:0 35px 85px rgba(69,45,42,.12);
  backdrop-filter:blur(18px);
}
.service-card { min-height:320px;padding:62px;background:rgba(255,253,250,.94); }
.service-card.boutique-card { background:linear-gradient(145deg,#f8ece8,#f3e6dd); }
.service-card > span { color:var(--copper-dark);font:1rem var(--script); }
.service-card h2 { font-size:3.5rem; }
.service-card a,.section-heading > a { color:var(--copper-dark);border-bottom:0;font-size:.65rem; }
.service-card a::after,.section-heading > a::after { content:"";display:block;width:35px;height:1px;margin-top:7px;background:var(--champagne);transition:width .25s; }
.service-card a:hover::after,.section-heading > a:hover::after { width:100%; }

.category-grid { gap:20px; }
.category-card > div {
  height:420px;
  border-radius:180px 180px 22px 22px;
  box-shadow:0 20px 55px rgba(65,44,41,.1);
}
.category-card:nth-child(even) { margin-top:55px; }
.category-card img { filter:saturate(.9) contrast(.97); }
.category-card span { margin-top:20px;font-size:1.6rem;text-align:center; }
.category-card small { display:block;text-align:center; }

.soft-section { position:relative;background:linear-gradient(180deg,#f8f0eb,#fcf8f4); }
.soft-section::before { content:"inspiración";position:absolute;right:3vw;top:3vw;color:rgba(166,108,112,.07);font:10vw var(--script); }
.portfolio-grid { grid-auto-rows:175px;gap:22px; }
.portfolio-grid figure { border-radius:22px;box-shadow:var(--shadow-sm); }
.portfolio-grid figure:nth-child(1),.portfolio-grid figure:nth-child(4) { border-radius:180px 22px 22px 22px; }

.product-grid { gap:44px 24px; }
.product-card { padding:10px 10px 22px;background:rgba(255,253,250,.64);border:1px solid transparent;border-radius:24px;transition:transform .3s,box-shadow .3s,border-color .3s; }
.product-card:hover { transform:translateY(-7px);border-color:rgba(157,98,104,.11);box-shadow:0 25px 60px rgba(64,43,40,.1); }
.product-image { overflow:hidden;border:0;border-radius:18px;background:linear-gradient(145deg,#fbf5f1,#eee1da); }
.product-image::after { box-shadow:inset 0 0 0 1px rgba(255,255,255,.52); }
.product-image > img { padding:22px; }
.product-image i { top:13px;left:13px;border-radius:20px;background:rgba(43,36,37,.88); }
.product-view { border-radius:20px;background:rgba(255,253,250,.9);backdrop-filter:blur(8px); }
.product-card-copy { padding:18px 7px 0; }
.product-card h3 { font-size:1.45rem; }
.product-card-copy p { color:var(--copper-dark);font-weight:600; }

.cta-band {
  padding-block:clamp(110px,12vw,180px);
  background:
    radial-gradient(circle at 20% 30%,rgba(255,255,255,.16),transparent 24%),
    linear-gradient(135deg,#a96870,#c9928f 55%,#b98c72);
}
.cta-script { display:block;margin-bottom:-25px;color:rgba(255,255,255,.22);font:clamp(4rem,10vw,9rem) var(--script); }
.cta-band h2 { max-width:850px; }
.btn.light { border:1px solid rgba(255,255,255,.5);background:rgba(255,255,255,.88);backdrop-filter:blur(10px); }

.page-hero {
  min-height:760px;
  background:radial-gradient(circle at 10% 20%,rgba(242,220,216,.55),transparent 30%),var(--cream);
}
.page-hero > div { padding:clamp(80px,9vw,145px); }
.page-hero h1 { font-size:clamp(4rem,6.6vw,7rem); }
.page-hero figure { margin:35px 35px 35px 0;border-radius:240px 20px 20px 20px;box-shadow:var(--shadow-lg); }
.page-hero figure img { filter:saturate(.92); }
.editorial-caption { position:absolute;right:24px;bottom:24px;padding:12px 18px;color:var(--cocoa);background:rgba(255,253,250,.86);border-radius:25px;font:1.25rem var(--script);backdrop-filter:blur(12px); }
.page-hero-note { color:var(--copper-dark); }
.feature-grid { gap:16px; }
.feature-grid article { min-height:285px;padding:36px 30px;border:1px solid rgba(94,65,61,.09);border-radius:18px;background:linear-gradient(145deg,#fffdfa,#faf4ef);box-shadow:0 12px 35px rgba(67,45,42,.045); }
.feature-grid article:nth-child(even) { margin-top:28px; }
.feature-grid span { font-family:var(--script);color:var(--copper-dark); }
.experience-types { background:radial-gradient(circle at 85% 10%,rgba(198,141,143,.14),transparent 28%),#2d2627; }
.experience-type-grid { gap:10px;border:0; }
.experience-type-grid article { min-height:235px;border:1px solid rgba(255,255,255,.1);border-radius:17px;background:rgba(255,255,255,.025); }
.experience-type-grid article:hover { background:rgba(201,143,145,.12);transform:translateY(-3px); }
.experience-type-grid span { font-family:var(--script); }
.decoration-showcase { gap:22px; }
.decoration-showcase figure { border-radius:20px;box-shadow:var(--shadow-sm); }
.decoration-showcase figure:nth-child(1),.decoration-showcase figure:nth-child(5) { border-radius:220px 20px 20px 20px; }
.decoration-showcase figure:nth-child(2),.decoration-showcase figure:nth-child(6) { border-radius:20px 20px 220px 20px; }

.quote-section { background:radial-gradient(circle at 5% 10%,rgba(231,199,196,.45),transparent 25%),var(--powder); }
.quote-aside li::before { content:"✦"; }
.form-card {
  border:1px solid rgba(255,255,255,.85);border-radius:26px;
  background:rgba(255,253,250,.86);box-shadow:var(--shadow-lg);backdrop-filter:blur(18px);
}
.form-card input,.form-card select,.form-card textarea,.product-info input,.product-info select {
  padding:14px 15px;background:#fff;border:1px solid var(--line);border-radius:13px;
}
.form-card input:focus,.form-card select:focus,.form-card textarea:focus { border-color:var(--copper);box-shadow:0 0 0 4px rgba(198,141,143,.1); }

.shop-hero {
  min-height:700px;
  background:linear-gradient(90deg,rgba(42,32,33,.72),rgba(42,32,33,.2)),url("../images/decoracion/10.jpeg") center 42%/cover;
}
.shop-hero::after { inset:30px;border-radius:260px 20px 260px 20px;border-color:rgba(255,255,255,.42); }
.shop-hero h1 { font-size:clamp(4.5rem,8vw,8rem); }
.shop-hero aside b { font-family:var(--script);font-size:2rem; }
.shop-toolbar { padding:15px 20px;border:1px solid var(--line);border-radius:30px;background:rgba(248,240,235,.6); }

.product-detail { align-items:start; }
.product-gallery-main { border:0;border-radius:260px 22px 22px 22px;box-shadow:var(--shadow-lg); }
.product-thumbs button { border-radius:12px; }
.product-info { padding:55px 0; }
.product-info h1 { font-size:clamp(3.8rem,5vw,5.8rem); }
.price { color:var(--copper-dark);font-size:1.05rem; }
.product-divider { width:75px;background:linear-gradient(90deg,var(--copper),var(--champagne)); }
.product-info .btn { border-radius:30px; }
.empty-state,.success-panel,.order-summary { border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,#fbf7f2,#f4e9e4); }
.cart-item { padding:24px;border-color:transparent;border-radius:18px;transition:background .2s; }
.cart-item:hover { background:var(--cream); }
.mini-visual { border-radius:16px; }
.cart-item input { border-radius:10px; }
.contact-page { background:radial-gradient(circle at 0 20%,rgba(239,209,206,.55),transparent 28%),var(--cream); }
.contact-photo { height:250px;border-radius:125px 20px 20px 125px; }
.flash { border-radius:15px; }
.whatsapp-float { border:1px solid rgba(255,255,255,.35);box-shadow:0 14px 35px rgba(22,82,51,.22);backdrop-filter:blur(8px); }
footer { background:radial-gradient(circle at 10% 0,rgba(201,143,145,.12),transparent 25%),#2d2627; }
footer img { border-radius:10px; }

[data-reveal] { opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s ease; }
[data-reveal].revealed { opacity:1;transform:none; }

@media(max-width:1020px) {
  .hero { min-height:0;grid-template-columns:1fr; }
  .hero-photo-card { left:25px;top:25px; }
  .hero-photo { margin:0 32px 42px;border-radius:28px; }
  .category-card:nth-child(even),.feature-grid article:nth-child(even) { margin-top:0; }
}
@media(max-width:720px) {
  .site-header { height:80px; }
  .brand img { height:58px; }
  .main-nav { top:80px;background:rgba(255,253,250,.97);border-radius:0 0 20px 20px; }
  .container { width:calc(100% - 34px); }
  .section { padding-block:82px; }
  h1 { font-size:3.65rem; }
  h2 { font-size:3.1rem; }
  .hero-copy { padding:70px 23px 60px; }
  .hero h1 { font-size:clamp(3.05rem,12vw,3.65rem);overflow-wrap:anywhere; }
  .hero-kicker { margin-bottom:34px;font-size:.5rem; }
  .hero h1 em { display:inline;font-size:1em; }
  .hero-photo { height:500px;margin:0;border-radius:0; }
  .hero-photo::before { display:none; }
  .hero-photo-card { width:125px;left:16px;top:18px;padding:7px;border-radius:14px; }
  .hero-photo-card img { height:120px; }
  .hero-photo-card span { font-size:.8rem; }
  .hero-badge { width:110px;height:110px;right:15px;bottom:15px; }
  .split-intro { width:calc(100% - 28px);margin:14px auto 0;border-radius:20px; }
  .service-card { padding:40px 27px; }
  .category-card { height:auto; }
  .category-card > div { height:250px;border-radius:120px 120px 16px 16px; }
  .category-card:last-child > div { height:330px; }
  .portfolio-grid { gap:11px; }
  .portfolio-grid figure { border-radius:14px!important; }
  .product-card { padding:6px 6px 15px;border-radius:16px; }
  .product-image { border-radius:13px; }
  .cta-script { margin-bottom:-8px; }
  .page-hero figure { border-radius:170px 0 0 0; }
  .feature-grid article { border-radius:16px; }
  .experience-type-grid { gap:7px; }
  .experience-type-grid article { min-height:175px;border-radius:13px; }
  .decoration-showcase { gap:11px; }
  .decoration-showcase figure:nth-child(n) { border-radius:14px; }
  .decoration-showcase figure:nth-child(1),.decoration-showcase figure:nth-child(5) { border-radius:150px 14px 14px; }
  .form-card { padding:26px 18px;border-radius:20px; }
  .shop-hero { min-height:590px; }
  .shop-hero::after { inset:16px;border-radius:160px 14px; }
  .shop-toolbar { border-radius:16px; }
  .product-gallery-main { border-radius:170px 16px 16px; }
  .contact-photo { border-radius:100px 15px 15px 100px; }
}
@media(prefers-reduced-motion:reduce) {
  [data-reveal] { opacity:1;transform:none;transition:none; }
}

@layer legacy {
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.7;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.025em;
}
h1 { font-size: clamp(3.4rem, 7vw, 7.2rem); }
h2 { font-size: clamp(2.7rem, 4.7vw, 5rem); }
.container { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.narrow { max-width: 980px; }
.section { padding-block: clamp(86px, 9vw, 144px); }
.eyebrow {
  margin-bottom: 22px;
  color: var(--copper-dark);
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.announcement {
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding-inline: 20px;
  color: #f9f2ed;
  background: #272321;
  font-size: .61rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.announcement i { width: 3px; height: 3px; border-radius: 50%; background: var(--copper); }
.site-header {
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: max(32px, 5vw);
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(15px);
}
.brand img { width: 190px; height: 70px; object-fit: cover; }
.main-nav { display: flex; align-items: center; gap: 36px; font-size: .76rem; font-weight: 600; letter-spacing: .045em; }
.main-nav a { position: relative; padding-block: 12px; }
.main-nav a:not(.cart-link)::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 6px;
  background: var(--copper);
  transition: width .25s ease;
}
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.main-nav a.active { color: var(--copper-dark); }
.cart-link { padding: 10px 15px !important; border: 1px solid var(--line); }
.cart-link span { margin-left: 6px; color: var(--white); background: var(--ink); border-radius: 20px; padding: 2px 7px; font-size: .63rem; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }

.hero {
  min-height: calc(100vh - 125px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  position: relative;
  background: var(--cream);
}
.hero::before {
  content: "";
  width: 260px;
  height: 260px;
  position: absolute;
  left: -90px;
  bottom: -80px;
  border: 1px solid rgba(184, 115, 93, .25);
  border-radius: 50%;
}
.hero-copy {
  padding: clamp(76px, 9vw, 145px) clamp(32px, 6.5vw, 110px);
  align-self: center;
  position: relative;
  z-index: 2;
}
.hero h1 { max-width: 680px; margin-bottom: 30px; }
.hero h1 em { display: block; color: var(--copper); font-weight: 500; }
.hero-copy > p:not(.eyebrow) { max-width: 520px; margin-bottom: 0; color: var(--muted); font-size: 1.02rem; }
.hero-photo { min-width: 0; margin: 32px 32px 32px 0; position: relative; overflow: hidden; box-shadow: var(--shadow-lg); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(150deg, transparent 55%, rgba(32, 24, 21, .18)); pointer-events: none; }
.hero-photo > img { width: 100%; height: 100%; min-height: 660px; object-fit: cover; object-position: center; }
.hero-badge {
  width: 145px;
  height: 145px;
  display: grid;
  place-content: center;
  position: absolute;
  right: 26px;
  bottom: 26px;
  z-index: 2;
  color: var(--ink);
  background: rgba(255,255,255,.91);
  border-radius: 50%;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.hero-badge b { font: italic 1.55rem var(--serif); }
.hero-badge span { max-width: 90px; font-size: .58rem; letter-spacing: .1em; line-height: 1.5; text-transform: uppercase; }
.actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.btn {
  min-height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 27px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary { color: var(--white); background: var(--copper); box-shadow: 0 12px 25px rgba(147, 82, 63, .18); }
.btn.primary:hover { background: var(--copper-dark); }
.btn.ghost { border-color: var(--ink); background: transparent; }
.btn.ghost:hover { color: var(--white); background: var(--ink); }
.btn.light { color: var(--ink); background: var(--white); }
.hero-signature { display: flex; gap: 32px; margin-top: 48px; color: var(--muted); font-size: .64rem; letter-spacing: .13em; text-transform: uppercase; }

.split-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: -28px;
  position: relative;
  z-index: 3;
  box-shadow: var(--shadow-lg);
}
.service-card { min-height: 300px; padding: 58px; position: relative; background: var(--white); }
.service-card + .service-card { border-left: 1px solid var(--line); }
.service-card.boutique-card { background: var(--powder); }
.service-card > span { color: var(--copper); font: italic 1rem var(--serif); }
.service-card h2 { margin: 14px 0 17px; font-size: 3.15rem; }
.service-card p { max-width: 430px; color: var(--muted); }
.service-card a, .section-heading > a {
  display: inline-block;
  color: var(--copper-dark);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(147,82,63,.4);
}
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 48px; }
.section-heading h2 { max-width: 720px; margin-bottom: 0; }
.section-heading.centered { justify-content: center; text-align: center; }

.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.category-card {
  position: relative;
  background: transparent;
}
.category-card:nth-child(even) { margin-top: 34px; }
.category-card > div { height: 390px; overflow: hidden; background: var(--powder); box-shadow: var(--shadow-sm); }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.category-card:hover img { transform: scale(1.055); }
.category-card span { display: block; margin-top: 16px; color: var(--ink); font: 500 1.55rem var(--serif); }
.category-card small { color: var(--muted); font-size: .56rem; letter-spacing: .13em; text-transform: uppercase; }

.soft-section { background: var(--cream); }
.portfolio-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 160px; gap: 18px; }
.portfolio-grid figure { margin: 0; position: relative; overflow: hidden; background: var(--blush); box-shadow: var(--shadow-sm); }
.portfolio-grid figure:nth-child(1) { grid-column: span 5; grid-row: span 3; }
.portfolio-grid figure:nth-child(2) { grid-column: span 3; grid-row: span 2; }
.portfolio-grid figure:nth-child(3) { grid-column: span 4; grid-row: span 3; }
.portfolio-grid figure:nth-child(4) { grid-column: span 3; grid-row: span 3; }
.portfolio-grid figure:nth-child(5) { grid-column: span 5; grid-row: span 2; }
.portfolio-grid figure:nth-child(6) { grid-column: span 4; grid-row: span 2; }
.portfolio-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.portfolio-grid figure:hover img { transform: scale(1.04); }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px 22px; }
.product-card { min-width: 0; }
.product-image {
  aspect-ratio: 4 / 5.25;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #f8f3f0, #eee3dd);
  border: 1px solid rgba(72, 55, 47, .08);
}
.product-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 10px rgba(255,255,255,.22); pointer-events: none; }
.product-image > img { width: 100%; height: 100%; object-fit: contain; padding: 18px; transition: transform .5s ease; mix-blend-mode: multiply; }
.product-card:hover .product-image > img { transform: scale(1.035); }
.product-image i { position: absolute; top: 15px; left: 15px; z-index: 2; padding: 6px 11px; color: var(--white); background: var(--ink); font-size: .58rem; font-style: normal; letter-spacing: .11em; text-transform: uppercase; }
.product-view {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  padding: 9px 13px;
  color: var(--ink);
  background: rgba(255,255,255,.92);
  font-size: .59rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  transform: translateY(15px);
  opacity: 0;
  transition: .25s ease;
}
.product-card:hover .product-view { transform: none; opacity: 1; }
.product-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: var(--copper); background: linear-gradient(145deg,#f8efeb,#ead8d0); font: 5rem var(--serif); }
.product-placeholder span { margin-left: -18px; font-style: italic; }
.product-card-copy { padding: 18px 4px 0; position: relative; }
.product-card-copy small { color: var(--muted); font-size: .56rem; letter-spacing: .13em; text-transform: uppercase; }
.product-card h3 { margin: 5px 80px 3px 0; font-size: 1.55rem; line-height: 1.15; }
.product-card-copy p { position: absolute; top: 25px; right: 3px; color: var(--copper-dark); font-size: .8rem; }

.cta-band {
  padding: clamp(90px, 10vw, 145px) 24px;
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: #a9634e;
  text-align: center;
}
.cta-band::before, .cta-band::after { content: ""; width: 330px; height: 330px; position: absolute; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.cta-band::before { left: -140px; top: -190px; }
.cta-band::after { right: -120px; bottom: -210px; }
.cta-band .eyebrow { color: var(--white); }
.cta-band h2 { max-width: 760px; margin: 0 auto 36px; }

.page-hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  background: var(--cream);
}
.page-hero > div { padding: clamp(70px, 8vw, 130px); align-self: center; }
.page-hero h1 { margin-bottom: 28px; font-size: clamp(3.5rem, 6vw, 6.2rem); }
.page-hero p:not(.eyebrow) { max-width: 530px; color: var(--muted); }
.page-hero figure { margin: 34px 34px 34px 0; position: relative; overflow: hidden; box-shadow: var(--shadow-lg); }
.page-hero figure img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-note { margin-top: 45px; color: var(--muted); font-size: .63rem; letter-spacing: .16em; text-transform: uppercase; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-grid article {
  min-height: 265px;
  padding: 34px 28px;
  border: 1px solid var(--line);
  background: var(--white);
  transition: transform .25s ease, box-shadow .25s ease;
}
.feature-grid article:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.feature-grid span { color: var(--copper); font: italic 1rem var(--serif); }
.feature-grid h3 { margin: 28px 0 15px; font-size: 1.75rem; line-height: 1.05; }
.feature-grid p { color: var(--muted); font-size: .84rem; }
.experience-types { padding-block: clamp(90px,9vw,135px); color: var(--white); background: #26211f; }
.experience-types .eyebrow { color: #d9a08e; }
.experience-types h2 { max-width: 790px; }
.experience-type-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.experience-type-grid article { min-height: 230px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .25s ease; }
.experience-type-grid article:hover { background: rgba(184,115,93,.14); }
.experience-type-grid span { color: #d9a08e; font: italic 1rem var(--serif); }
.experience-type-grid h3 { margin: auto 0 22px; font-size: 1.8rem; }
.experience-type-grid a { width: max-content; padding-bottom: 3px; color: #d4cbc6; border-bottom: 1px solid rgba(255,255,255,.35); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.visual-story { padding-block: clamp(90px,10vw,150px); }
.visual-story-intro { max-width: 760px; margin-bottom: 55px; }
.visual-story-intro > p:not(.eyebrow) { max-width: 540px; color: var(--muted); }
.decoration-showcase { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.decoration-showcase figure { height: 360px; margin: 0; grid-column: span 4; position: relative; overflow: hidden; }
.decoration-showcase figure:nth-child(1),.decoration-showcase figure:nth-child(5) { grid-column: span 7; height: 520px; }
.decoration-showcase figure:nth-child(2),.decoration-showcase figure:nth-child(6) { grid-column: span 5; height: 520px; }
.decoration-showcase figure:nth-child(3),.decoration-showcase figure:nth-child(4) { grid-column: span 6; height: 430px; }
.decoration-showcase img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.decoration-showcase figure:hover img { transform: scale(1.045); }
.quote-section {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(45px, 8vw, 130px);
  padding: clamp(90px, 10vw, 150px) max(32px, 8vw);
  background: var(--powder);
}
.quote-aside { max-width: 470px; }
.quote-aside h2 { font-size: clamp(3rem, 5vw, 5.1rem); }
.quote-aside > p:not(.eyebrow) { color: var(--muted); }
.quote-aside ul { padding: 24px 0 0; list-style: none; border-top: 1px solid var(--line); }
.quote-aside li { padding: 10px 0; color: var(--ink-soft); font-size: .78rem; letter-spacing: .05em; }
.quote-aside li::before { content: "◇"; margin-right: 12px; color: var(--copper); }

.form-card {
  padding: clamp(30px, 4vw, 56px);
  background: var(--white);
  border: 1px solid rgba(91, 68, 58, .09);
  box-shadow: var(--shadow-lg);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 22px; }
.form-card label, .product-info label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; color: var(--ink-soft); font-size: .67rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.form-card input, .form-card select, .form-card textarea, .product-info input, .product-info select {
  width: 100%;
  padding: 14px 3px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d8ccc6;
  border-radius: 0;
  outline: 0;
  font-size: .85rem;
  letter-spacing: 0;
  text-transform: none;
}
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { border-color: var(--copper); }
.form-card textarea { resize: vertical; }
.wide { grid-column: 1 / -1; }

.shop-hero {
  min-height: 610px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  padding: 80px 24px;
  color: var(--white);
  background: linear-gradient(90deg, rgba(32,25,22,.78), rgba(32,25,22,.28)), url("../images/decoracion/10.jpeg") center 42% / cover;
  text-align: center;
}
.shop-hero::after { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(255,255,255,.38); pointer-events: none; }
.shop-hero > div { max-width: 780px; position: relative; z-index: 2; }
.shop-hero .eyebrow { color: #f3d9ce; }
.shop-hero h1 { margin-bottom: 25px; font-size: clamp(3.8rem, 7vw, 7rem); }
.shop-hero p { max-width: 570px; margin-inline: auto; color: rgba(255,255,255,.8); }
.shop-hero a { display: inline-block; margin-top: 28px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.6); font-size: .67rem; letter-spacing: .13em; text-transform: uppercase; }
.shop-hero aside { position: absolute; right: 52px; bottom: 48px; z-index: 2; display: flex; flex-direction: column; align-items: end; }
.shop-hero aside span { font-size: .57rem; letter-spacing: .14em; text-transform: uppercase; }
.shop-hero aside b { font: italic 1.5rem var(--serif); }
.shop-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 42px; padding-bottom: 18px; color: var(--muted); border-bottom: 1px solid var(--line); font-size: .71rem; letter-spacing: .06em; text-transform: uppercase; }
.shop-toolbar p { margin-bottom: 0; }

.product-detail { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr); gap: clamp(50px, 8vw, 125px); padding-block: clamp(70px, 8vw, 120px); }
.product-gallery { min-width: 0; }
.product-gallery-main {
  aspect-ratio: 4 / 5;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #f8f3f0, #eee3dd);
  border: 1px solid var(--line);
}
.product-gallery-main > img { width: 100%; height: 100%; display: none; object-fit: contain; padding: 28px; mix-blend-mode: multiply; }
.product-gallery-main > img.active { display: block; animation: galleryFade .3s ease; }
@keyframes galleryFade { from { opacity: .25; } to { opacity: 1; } }
.gallery-arrow {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  z-index: 3;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  font: 1.8rem var(--serif);
  cursor: pointer;
  transform: translateY(-50%);
}
.gallery-arrow.prev { left: 18px; }
.gallery-arrow.next { right: 18px; }
.product-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 12px; }
.product-thumbs button { aspect-ratio: 1; padding: 0; overflow: hidden; border: 1px solid transparent; background: var(--powder); cursor: pointer; }
.product-thumbs button.active { border-color: var(--copper); }
.product-thumbs img { width: 100%; height: 100%; object-fit: contain; padding: 5px; mix-blend-mode: multiply; }
.product-info { align-self: center; padding-block: 20px; }
.product-info h1 { margin-bottom: 15px; font-size: clamp(3.3rem, 5vw, 5.2rem); }
.price { color: var(--copper-dark); font-size: .95rem; font-weight: 700; letter-spacing: .06em; }
.product-divider { width: 65px; height: 1px; margin: 28px 0; background: var(--copper); }
.description { max-width: 520px; margin-bottom: 34px; color: var(--muted); }
.product-info form { max-width: 450px; }
.product-info .btn { width: 100%; margin-top: 5px; }
.product-notes { margin-top: 35px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .73rem; }
.product-notes p { margin-bottom: 8px; }
.product-notes span { margin-right: 12px; color: var(--copper); font-family: var(--serif); }

.empty-state { margin-top: 40px; padding: 90px 25px; background: var(--cream); text-align: center; }
.empty-state.compact { grid-column: 1 / -1; margin: 0; }
.cart-list { margin-top: 45px; }
.cart-item { display: grid; grid-template-columns: 105px 1fr 105px 140px; align-items: center; gap: 28px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.mini-visual { width: 105px; height: 130px; display: grid; place-items: center; overflow: hidden; background: var(--powder); font: 2rem var(--serif); }
.mini-visual img { width: 100%; height: 100%; object-fit: contain; padding: 7px; mix-blend-mode: multiply; }
.cart-item h3 { margin: 0; font-size: 1.5rem; }
.cart-item p { margin: 3px 0; color: var(--muted); }
.cart-item input { width: 72px; padding: 8px; border: 1px solid var(--line); }
.cart-summary { display: flex; justify-content: space-between; padding-top: 38px; }
.cart-summary > div { min-width: 320px; display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.cart-summary small, .cart-summary .btn { grid-column: 1 / -1; }
.text-button { border: 0; background: none; text-decoration: underline; cursor: pointer; }
.checkout-layout { display: grid; grid-template-columns: 1fr 350px; gap: 30px; margin-top: 40px; }
.order-summary { height: max-content; padding: 32px; background: var(--cream); border: 1px solid var(--line); }
.order-summary p { display: flex; justify-content: space-between; gap: 15px; font-size: .77rem; }
.order-summary .total { font-size: 1rem; }
.payment-note { margin-top: 20px; color: var(--muted); font-size: .7rem; }
.success-panel { margin-top: 40px; padding: 80px 30px; background: var(--cream); text-align: center; }

.contact-page {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .75fr);
  gap: clamp(50px, 8vw, 125px);
  padding: clamp(85px, 9vw, 145px) max(32px, 8vw);
  background: var(--cream);
}
.contact-copy { min-width: 0; }
.contact-copy h1 { max-width: 760px; font-size: clamp(3.8rem, 6.5vw, 7rem); }
.contact-copy > p:not(.eyebrow) { max-width: 590px; color: var(--muted); }
.contact-details { display: flex; gap: clamp(35px, 7vw, 90px); margin-block: 38px; }
.contact-detail { display: flex; flex-direction: column; }
.contact-detail small { color: var(--copper); font-size: .6rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact-detail a, .contact-detail span { font: 1.45rem var(--serif); }
.contact-photo { width: min(540px, 90%); height: 220px; overflow: hidden; box-shadow: var(--shadow-sm); }
.contact-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.contact-page .form-card { align-self: center; }

.flash { max-width: 430px; position: fixed; top: 145px; right: 22px; z-index: 50; padding: 16px 20px; color: var(--white); box-shadow: var(--shadow-lg); }
.flash.success { background: var(--green); }
.flash.error { background: #973e3e; }
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  padding: 13px 20px;
  color: var(--white);
  background: #238d58;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
footer {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 55px;
  padding: 78px max(30px, 7vw) 32px;
  color: #dcd4cf;
  background: #25211f;
}
footer img { width: 190px; margin-bottom: 22px; padding: 5px; background: var(--white); }
footer p { color: #aaa09a; font-size: .78rem; }
footer nav, footer > div { display: flex; flex-direction: column; gap: 8px; }
footer strong { margin-bottom: 8px; color: var(--white); font-size: .66rem; letter-spacing: .15em; text-transform: uppercase; }
footer a { color: #bbb1ab; font-size: .75rem; }
footer small { grid-column: 1 / -1; margin-top: 24px; padding-top: 22px; border-top: 1px solid #49413e; color: #8f8580; font-size: .65rem; }

@media (max-width: 1020px) {
  .container { width: min(100% - 44px, 900px); }
  .menu-toggle { display: block; }
  .main-nav {
    display: none;
    position: absolute;
    top: 94px;
    left: 0;
    right: 0;
    padding: 20px 30px 26px;
    background: var(--white);
    box-shadow: var(--shadow-lg);
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
  }
  .main-nav.open { display: flex; }
  .hero, .page-hero, .quote-section, .product-detail, .contact-page { grid-template-columns: 1fr; }
  .hero { min-height: 0; }
  .hero-copy { padding: 90px max(32px, 8vw); }
  .hero-photo { height: 680px; margin: 0 32px 32px; }
  .hero-photo > img { min-height: 0; }
  .split-intro { margin-top: 0; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .category-card:nth-child(even) { margin-top: 0; }
  .category-card:nth-child(4), .category-card:nth-child(5) { grid-column: span 1; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .page-hero figure { height: 620px; margin: 0 32px 32px; }
  .quote-aside { max-width: 680px; }
  .product-detail { max-width: 780px; }
  .product-info { padding-inline: 30px; }
  .checkout-layout { grid-template-columns: 1fr; }
  .order-summary { order: -1; }
  .contact-photo { width: 100%; }
  .contact-page .form-card { max-width: 760px; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .announcement { height: 27px; }
  .announcement span:last-child, .announcement i { display: none; }
  .site-header { height: 76px; padding-inline: 20px; }
  .brand img { width: 145px; height: 56px; }
  .main-nav { top: 76px; }
  .container { width: calc(100% - 36px); }
  .section { padding-block: 76px; }
  h1 { font-size: 3.45rem; }
  h2 { font-size: 2.9rem; }
  .hero-copy { padding: 70px 24px; }
  .hero h1 em { display: inline; }
  .hero-copy > p:not(.eyebrow) { font-size: .91rem; }
  .actions { flex-direction: column; }
  .actions .btn { width: 100%; }
  .hero-signature { gap: 16px; font-size: .54rem; }
  .hero-photo { height: 450px; margin: 0; box-shadow: none; }
  .hero-badge { width: 112px; height: 112px; right: 16px; bottom: 16px; }
  .hero-badge b { font-size: 1.2rem; }
  .split-intro { grid-template-columns: 1fr; width: 100%; }
  .service-card { min-height: 0; padding: 43px 25px; }
  .service-card + .service-card { border-left: 0; border-top: 1px solid var(--line); }
  .service-card h2 { font-size: 2.65rem; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 34px; }
  .category-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .category-card { height: 285px; }
  .category-card > div { height: 230px; }
  .category-card:last-child { grid-column: 1 / -1; height: auto; }
  .category-card:last-child > div { height: 300px; }
  .category-card span { margin-top: 10px; font-size: 1.2rem; }
  .portfolio-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 230px; gap: 10px; }
  .portfolio-grid figure:nth-child(n) { grid-column: span 1; grid-row: span 1; }
  .portfolio-grid figure:nth-child(1), .portfolio-grid figure:nth-child(4) { grid-column: 1 / -1; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 28px 12px; }
  .product-image > img { padding: 10px; }
  .product-view { display: none; }
  .product-card-copy { padding-top: 12px; }
  .product-card-copy small { display: none; }
  .product-card h3 { margin-right: 0; font-size: 1.2rem; }
  .product-card-copy p { position: static; font-size: .72rem; }
  .page-hero > div { padding: 70px 24px; }
  .page-hero h1 { font-size: 3.6rem; }
  .page-hero figure { height: 470px; margin: 0; box-shadow: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 220px; }
  .experience-type-grid { grid-template-columns: 1fr 1fr; }
  .experience-type-grid article { min-height: 180px; padding: 20px; }
  .experience-type-grid h3 { font-size: 1.4rem; }
  .decoration-showcase { grid-template-columns: 1fr 1fr; gap: 10px; padding-bottom: 80px; }
  .decoration-showcase figure:nth-child(n) { height: 270px; grid-column: span 1; }
  .decoration-showcase figure:nth-child(1),.decoration-showcase figure:nth-child(5) { grid-column: 1 / -1; height: 360px; }
  .quote-section { padding: 75px 18px; }
  .form-card { padding: 28px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .wide { grid-column: auto; }
  .shop-hero { min-height: 520px; }
  .shop-hero aside { display: none; }
  .shop-toolbar { display: block; }
  .product-detail { padding-block: 38px 75px; }
  .product-gallery-main > img { padding: 12px; }
  .product-info { padding: 26px 4px 0; }
  .product-info h1 { font-size: 3.25rem; }
  .gallery-arrow { width: 39px; height: 39px; }
  .cart-item { grid-template-columns: 76px 1fr; gap: 15px; }
  .mini-visual { width: 76px; height: 96px; }
  .cart-item > label, .cart-item > b { grid-column: 2; }
  .cart-summary { display: block; }
  .cart-summary > div { min-width: 0; margin-top: 25px; }
  .contact-page { padding: 75px 20px; }
  .contact-copy h1 { font-size: 3.65rem; }
  .contact-details { flex-direction: column; gap: 18px; }
  .contact-photo { height: 190px; }
  footer { grid-template-columns: 1fr; padding-top: 60px; }
  .whatsapp-float { width: 52px; height: 52px; padding: 0; font-size: 0; }
  .whatsapp-float::after { content: "WA"; height: 100%; display: grid; place-items: center; font-size: .7rem; }
}
}
