:root{--c:#4a281f;--r:#d94f64;--cream:#fff8ed;--ink:#251b18;--muted:#6f625e;--line:#e8d9cc;--soft:#f7ede4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%}.notice{background:var(--c);color:#fff;text-align:center;padding:.7rem;font-size:.76rem;font-weight:800}header{height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.25rem,6vw,6rem);position:sticky;top:0;background:#fff8edf2;border-bottom:1px solid var(--line);z-index:20;backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:.65rem}.brand img{width:62px;height:62px;object-fit:contain}.brand span{display:flex;flex-direction:column;font-size:1.35rem;line-height:.9}.brand b{color:var(--c)}.brand em{color:var(--r);font-style:normal}nav{display:flex;align-items:center;gap:1.7rem;font-weight:800;font-size:.88rem}#menu{display:none}.btn{display:inline-flex;justify-content:center;border:0;border-radius:999px;background:var(--r);color:#fff;padding:1rem 1.4rem;font-weight:850;cursor:pointer}.btn.small{padding:.75rem 1.2rem}.text-link{font-weight:850;color:var(--c)}.actions{display:flex;align-items:center;gap:1.4rem}.eyebrow{color:var(--r);font-size:.72rem;text-transform:uppercase;letter-spacing:.16em;font-weight:900}.hero{min-height:680px;display:grid;grid-template-columns:1.05fr .95fr;gap:4rem;align-items:center;padding:5rem clamp(1.25rem,7vw,7rem)}h1,h2,h3{font-family:Georgia,serif;color:var(--c);font-weight:500}h1{font-size:clamp(3.2rem,6vw,6.5rem);line-height:.96;margin:0}h1 i{color:var(--r);font-weight:400}h2{font-size:clamp(2.4rem,4vw,4.3rem);line-height:1.05;margin:.3rem 0 2.5rem}.lead{font-size:1.15rem;line-height:1.8;color:var(--muted)}.hero ul{display:flex;gap:2rem;list-style:none;padding:2rem 0;margin-top:2rem;border-top:1px solid var(--line)}.hero li{display:flex;flex-direction:column;font-size:.78rem}.hero li span{color:var(--muted)}.hero-photo{height:570px;border-radius:48% 48% 12% 12%;overflow:hidden;position:relative;box-shadow:0 30px 80px #4a281f24}.hero-photo picture,.hero-photo img{width:100%;height:100%;display:block;object-fit:cover}.hero-photo>span{position:absolute;left:1.5rem;bottom:1.5rem;background:#fff8ede8;padding:.75rem 1rem;border-radius:12px;font-size:.72rem}.section{padding:6rem clamp(1.25rem,7vw,7rem)}.light{background:#fff}.section-head{display:flex;justify-content:space-between;align-items:end;gap:2rem}.cards{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid var(--line);border-radius:22px;overflow:hidden}.cards a{min-height:190px;padding:1.25rem;background:#fffdf8;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:flex-end;font:500 1.25rem Georgia,serif;color:var(--c)}.cards small{font:800 .7rem Arial,sans-serif;margin-top:.6rem}.portfolio{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.portfolio article{background:var(--soft);border-radius:25px;overflow:hidden}.portfolio .photo{display:block;height:380px}.portfolio picture img{width:100%;height:100%;object-fit:cover;display:block}.portfolio article>div{padding:1.35rem}.portfolio article span,.story-grid span,.story-list article span{color:var(--r);font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;font-weight:900}.portfolio h3{font-size:1.65rem;margin:.55rem 0}.portfolio p,.story-grid p,.story-list p{color:var(--muted);line-height:1.65}.portfolio article a,.story-list article a{font-weight:850}.process{background:var(--c);color:#fff;display:grid;grid-template-columns:.8fr 1.2fr;gap:5rem}.process h2{color:#fff}.process ol{margin:0}.process li{border-top:1px solid #70483c;padding:1.4rem;display:flex;gap:1rem}.process li b{color:var(--r)}.stories{background:#f5e8df}.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}.story-grid>a{background:#fff;border-radius:22px;overflow:hidden;padding-bottom:1.4rem}.story-grid picture{height:300px;display:block}.story-grid img{width:100%;height:100%;object-fit:cover}.story-grid span,.story-grid h3,.story-grid p{display:block;margin-left:1.3rem;margin-right:1.3rem}.story-grid h3{font-size:1.5rem}.quote{display:grid;grid-template-columns:.78fr 1.22fr;gap:4rem}.quote>div p{color:var(--muted);line-height:1.7}form{background:#fff;border:1px solid var(--line);border-radius:26px;padding:2rem;box-shadow:0 20px 50px #4a281f14}.grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.grid label{font-size:.78rem;font-weight:800;color:var(--c)}input,select,textarea{width:100%;display:block;margin-top:.4rem;padding:.85rem;border:1px solid var(--line);border-radius:11px;background:#fffdf8;font:inherit}.wide{grid-column:1/-1}.consent{display:flex;gap:.6rem;margin:1rem 0;font-size:.78rem;color:var(--muted)}.consent input{width:auto;margin:0}.trap{position:absolute;left:-10000px}.submit{width:100%}.inner-hero{text-align:center;max-width:1000px;margin:auto;padding:6rem 1.25rem 4rem}.inner-hero h1{font-size:clamp(3rem,6vw,6rem)}.inner-hero>p:not(.eyebrow){max-width:680px;margin:1.5rem auto;color:var(--muted);line-height:1.7}.inner-hero.compact{padding-bottom:1rem}.filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.filters button{padding:.65rem 1rem;border:1px solid var(--line);border-radius:99px;background:#fff;cursor:pointer}.filters button.active{background:var(--c);color:#fff}.story-list{max-width:1180px;margin:auto;padding:0 1.25rem 6rem;display:grid;gap:1.2rem}.story-list article{display:grid;grid-template-columns:340px 1fr;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden}.story-list picture{height:310px}.story-list img{width:100%;height:100%;object-fit:cover}.story-list article>div{padding:2rem}.story-list h2{font-size:2rem;margin:.7rem 0}.article{display:grid;grid-template-columns:1fr .8fr;gap:5rem;max-width:1380px;margin:auto;padding:6rem clamp(1.25rem,7vw,7rem)}.article h1{font-size:clamp(2.8rem,5vw,5.5rem)}.article p,.article li{font-family:Georgia,serif;line-height:1.8}.article .article-photo{position:sticky;top:115px;height:760px}.article-photo img{width:100%;height:100%;object-fit:cover;border-radius:30px}.not-found-logo{width:150px}footer{background:#201613;color:#d8bfb6;padding:3rem clamp(1.25rem,7vw,7rem);display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2rem}footer .brand b{color:#fff}footer>div{display:flex;flex-direction:column;align-items:flex-start;gap:.6rem}footer a,footer span{font-size:.8rem;color:#c9aaa0}footer small{grid-column:1/-1;border-top:1px solid #4b332d;padding-top:1rem}
@media(max-width:1000px){.hero,.process,.quote,.article{grid-template-columns:1fr}.cards{grid-template-columns:repeat(3,1fr)}.portfolio{grid-template-columns:1fr 1fr}.article .article-photo{position:static;grid-row:1;height:650px}.story-list article{grid-template-columns:280px 1fr}}
@media(max-width:700px){header{height:72px}.brand img{width:52px;height:52px}#menu{display:block;background:none;border:0;font-weight:800}nav{display:none;position:absolute;top:72px;left:0;right:0;background:var(--cream);padding:1.5rem;flex-direction:column}nav.open{display:flex}.hero{padding:3rem 1.25rem;gap:2rem}.hero h1{font-size:3rem}.hero-photo{height:420px}.actions{align-items:stretch;flex-direction:column}.hero ul{display:grid;grid-template-columns:1fr 1fr}.section{padding:4rem 1.25rem}.section-head{display:block}.cards,.portfolio,.story-grid,.grid{grid-template-columns:1fr}.wide{grid-column:auto}.portfolio .photo{height:350px}.story-list article{grid-template-columns:1fr}.story-list picture{height:330px}.article{padding:3rem 1.25rem}.article .article-photo{height:540px}footer{grid-template-columns:1fr}.simple-footer{display:block}}

/* DC-V2.0.6.2.1: tarjetas visuales y corrección responsive de portada */
.cards{background:#fff}.cards a{min-width:0;min-height:0;padding:0;justify-content:flex-start;transition:transform .2s ease,box-shadow .2s ease}.cards a:last-child{border-right:0}.cards a:hover{transform:translateY(-3px);box-shadow:0 14px 28px #4a281f1c;z-index:1}.cards .card-photo{display:block;width:100%;height:180px;overflow:hidden;background:var(--soft)}.cards .card-photo img{width:100%;height:100%;display:block;object-fit:cover}.cards a>span{min-height:92px;padding:1rem 1.1rem;display:flex;flex-direction:column;justify-content:center;font:500 1.2rem Georgia,serif}.cards small{display:block}
@media(max-width:1000px){.hero{min-height:0}.cards a:nth-child(3n){border-right:0}.cards .card-photo{height:230px}}
@media(max-width:700px){.hero{min-height:0}.hero ul{margin-bottom:0}.cards a{border-right:0;border-bottom:1px solid var(--line)}.cards a:last-child{border-bottom:0}.cards .card-photo{height:260px}.cards a>span{min-height:82px}}

/* DC-V2.0.6.2.2: restauración de tarjetas con iconos e interacción original */
.occasion-heading{display:flex;justify-content:space-between;align-items:end;gap:3rem;margin-bottom:3rem}.occasion-heading h2{margin-bottom:0}.occasion-heading>p{max-width:500px;margin:0;color:var(--muted);line-height:1.7}.cards a{min-height:245px;padding:1.4rem;display:flex;flex-direction:column;justify-content:flex-start;background:#fffdf8;color:var(--ink);border-bottom:0;transition:background-color .2s ease,color .2s ease,transform .2s ease}.cards a:hover,.cards a:focus-visible{background:var(--c);color:#fff;transform:translateY(-5px);box-shadow:none;outline:none}.cards a>.card-number{display:block;min-height:0;padding:0;font:400 .68rem Arial,sans-serif;color:var(--muted)}.cards a>i{display:block;margin:auto;font-style:normal;font-size:2.4rem;line-height:1;color:var(--r)}.cards a>h3{margin:.4rem 0;font-size:1.25rem;color:inherit}.cards a>p{margin:.3rem 0;font-size:.72rem;font-weight:800;color:inherit}.cards a:hover>.card-number,.cards a:focus-visible>.card-number{color:#e7cbc2}.cards a:hover>i,.cards a:focus-visible>i{color:#ff8092}.cards a>p b{color:var(--r)}.cards a:hover>p b,.cards a:focus-visible>p b{color:#fff}
@media(max-width:1000px){.occasion-heading{display:block}.occasion-heading>p{margin-top:1.2rem}.cards a{min-height:220px}.cards a:nth-child(3n){border-right:0}}
@media(max-width:700px){.cards{grid-template-columns:repeat(2,1fr)}.cards a{min-height:190px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.cards a:nth-child(2n){border-right:0}.cards a:nth-last-child(-n+2){border-bottom:0}.cards a>h3{font-size:1.1rem}}
@media(prefers-reduced-motion:reduce){.cards a{transition:none}.cards a:hover,.cards a:focus-visible{transform:none}}

/* DC-V2.0.6.2.4: separación de categorías e interacción de imágenes */
.story-grid>a{transition:transform .25s ease,box-shadow .25s ease}.story-grid picture{overflow:hidden;background:var(--soft)}.story-grid picture img{transition:transform .45s ease,filter .45s ease}.story-grid>a:hover,.story-grid>a:focus-visible{transform:translateY(-7px);box-shadow:0 22px 46px #4a281f24;outline:none}.story-grid>a:hover picture img,.story-grid>a:focus-visible picture img{transform:scale(1.045);filter:saturate(1.06) brightness(.94)}.story-grid>a>span{width:max-content;margin-top:1.15rem;padding:.38rem .62rem;border-radius:999px;background:#fbe4e7;line-height:1;color:#c83f55}.story-grid>a:hover>span,.story-grid>a:focus-visible>span{background:var(--r);color:#fff}.story-grid>a>h3{margin-top:.85rem}
.portfolio article{transition:transform .25s ease,box-shadow .25s ease}.portfolio .photo{overflow:hidden;background:var(--soft)}.portfolio .photo img{transition:transform .45s ease,filter .45s ease}.portfolio article:hover,.portfolio article:focus-within{transform:translateY(-7px);box-shadow:0 22px 46px #4a281f20}.portfolio article:hover .photo img,.portfolio article:focus-within .photo img{transform:scale(1.04);filter:saturate(1.06) brightness(.94)}
@media(prefers-reduced-motion:reduce){.story-grid>a,.story-grid picture img,.portfolio article,.portfolio .photo img{transition:none}.story-grid>a:hover,.story-grid>a:focus-visible,.portfolio article:hover,.portfolio article:focus-within{transform:none}.story-grid>a:hover picture img,.story-grid>a:focus-visible picture img,.portfolio article:hover .photo img,.portfolio article:focus-within .photo img{transform:none}}

/* DC-V2.0.6.2.5: portada compacta y beneficios visuales */
.hero{min-height:0;padding-top:4.25rem;padding-bottom:4.25rem}.hero-benefits{display:grid!important;grid-template-columns:repeat(3,1fr);gap:.75rem!important;margin:1.75rem 0 0!important;padding:1.2rem 0 0!important}.hero-benefits li{min-width:0;display:grid!important;grid-template-columns:42px 1fr;align-items:center;gap:.7rem;padding:.8rem;border:1px solid var(--line);border-radius:16px;background:#fffdf8;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.hero-benefits li:hover{transform:translateY(-3px);border-color:#efb7c0;box-shadow:0 12px 24px #4a281f12}.hero-benefits li>i{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#fbe4e7;color:var(--r);font-size:1.2rem;font-style:normal}.hero-benefits li>span{display:flex;flex-direction:column;gap:.18rem;color:inherit}.hero-benefits li b{font-size:.76rem;color:var(--c)}.hero-benefits li small{font-size:.66rem;line-height:1.35;color:var(--muted)}
@media(max-width:1200px){.hero-benefits{grid-template-columns:1fr 1fr}.hero-benefits li:last-child{grid-column:1/-1}}
@media(max-width:1000px){.hero{padding-top:3.5rem;padding-bottom:3.5rem}.hero-benefits{grid-template-columns:repeat(3,1fr)}.hero-benefits li:last-child{grid-column:auto}}
@media(max-width:700px){.hero{padding-top:3rem;padding-bottom:3rem}.hero-benefits{grid-template-columns:1fr!important}.hero-benefits li:last-child{grid-column:auto}}
@media(prefers-reduced-motion:reduce){.hero-benefits li{transition:none}.hero-benefits li:hover{transform:none}}

/* DC-V2.0.6.2.6: interacción de tarjetas en Inspiración */
.story-list article{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.story-list article>picture{display:block;overflow:hidden;background:var(--soft)}.story-list article>picture img{transition:transform .45s ease,filter .45s ease}.story-list article:hover,.story-list article:focus-within{transform:translateY(-7px);border-color:#e9b9c0;box-shadow:0 22px 46px #4a281f20}.story-list article:hover>picture img,.story-list article:focus-within>picture img{transform:scale(1.045);filter:saturate(1.06) brightness(.94)}.story-list article>div>span{display:inline-flex;width:max-content;padding:.38rem .62rem;border-radius:999px;background:#fbe4e7;line-height:1;color:#c83f55}.story-list article>div>a:last-child{display:inline-flex;margin-top:.35rem;color:var(--c);transition:color .2s ease,transform .2s ease}.story-list article:hover>div>a:last-child,.story-list article:focus-within>div>a:last-child{color:var(--r);transform:translateX(4px)}
@media(prefers-reduced-motion:reduce){.story-list article,.story-list article>picture img,.story-list article>div>a:last-child{transition:none}.story-list article:hover,.story-list article:focus-within,.story-list article:hover>picture img,.story-list article:focus-within>picture img,.story-list article:hover>div>a:last-child,.story-list article:focus-within>div>a:last-child{transform:none}}

/* DC-V2.0.6.2.7: beneficios a todo el ancho de la portada */
.hero{row-gap:1.5rem}.hero>.hero-benefits{grid-column:1/-1;width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem!important;margin:0!important;padding:0!important;border-top:0}.hero>.hero-benefits li{min-height:150px;padding:1.4rem 1.5rem;grid-template-columns:64px 1fr;gap:1rem;border-radius:22px}.hero>.hero-benefits li>i{width:64px;height:64px;font-size:1.65rem;transition:background-color .25s ease,color .25s ease,transform .25s ease}.hero>.hero-benefits li b{font-size:1rem;line-height:1.25}.hero>.hero-benefits li small{margin-top:.35rem;font-size:.78rem;line-height:1.55}.hero>.hero-benefits li:hover{transform:translateY(-6px);background:var(--c);border-color:var(--c);box-shadow:0 20px 40px #4a281f26}.hero>.hero-benefits li:hover>i{background:var(--r);color:#fff;transform:rotate(-5deg) scale(1.06)}.hero>.hero-benefits li:hover b{color:#fff}.hero>.hero-benefits li:hover small{color:#e5cec6}
@media(max-width:1000px){.hero>.hero-benefits{grid-template-columns:repeat(3,minmax(0,1fr))}.hero>.hero-benefits li{min-height:170px;grid-template-columns:1fr;align-content:start}.hero>.hero-benefits li>i{width:54px;height:54px}.hero>.hero-benefits li:last-child{grid-column:auto}}
@media(max-width:700px){.hero>.hero-benefits{grid-template-columns:1fr!important}.hero>.hero-benefits li{min-height:0;grid-template-columns:56px 1fr;padding:1.2rem}.hero>.hero-benefits li>i{width:56px;height:56px}}
@media(prefers-reduced-motion:reduce){.hero>.hero-benefits li>i{transition:none}.hero>.hero-benefits li:hover>i{transform:none}}

/* DC-V2.0.6.2.8: ritmo vertical entre portada y celebraciones */
.hero{padding-bottom:2.25rem}.section.occasions{padding-top:2.75rem}
@media(max-width:1000px){.hero{padding-bottom:2.25rem}.section.occasions{padding-top:2.75rem}}
@media(max-width:700px){.hero{padding-bottom:2rem}.section.occasions{padding-top:2.5rem}}

/* DC-V2.0.6.2.9: ritmo vertical del portafolio */
.inner-hero.portfolio-hero{padding-bottom:1.5rem}.section.portfolio-section{padding-top:1.75rem}
@media(max-width:700px){.inner-hero.portfolio-hero{padding-bottom:1.25rem}.section.portfolio-section{padding-top:1.5rem}}
