:root{color:#1d2530;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fffaf4;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}a{color:inherit;text-decoration:none}.app-shell{flex-direction:column;min-height:100vh;display:flex}.site-header{background:#fffaf4eb;border-bottom:1px solid #1d25301f;justify-content:space-between;align-items:center;gap:24px;padding:18px clamp(20px,5vw,72px);display:flex}.brand{align-items:center;gap:10px;font-size:1rem;font-weight:700;display:inline-flex}.brand-mark{color:#fff;background:#8b4d39;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.site-nav{align-items:center;gap:8px;display:flex}.nav-link{color:#4c5561;border-radius:999px;padding:9px 14px;font-size:.95rem;font-weight:600}.site-main{flex:1}.page-section{align-items:center;min-height:min(680px,100vh - 150px);padding:clamp(48px,9vw,112px) clamp(20px,5vw,72px);display:grid}.hero-section{background:linear-gradient(120deg,#fffaf4f5,#fffaf4b8),linear-gradient(135deg,#f5d3c3 0%,#f8ead5 48%,#d7e9e1 100%)}.section-copy{max-width:760px}.eyebrow{color:#8b4d39;letter-spacing:.08em;text-transform:uppercase;margin:0 0 14px;font-size:.8rem;font-weight:800}h1{color:#1d2530;max-width:820px;margin:0;font-size:clamp(2.2rem,7vw,5.4rem);line-height:1}p{color:#5d6673;font-size:1.05rem;line-height:1.7}.section-copy p:last-child{max-width:620px;margin-top:22px}.site-footer{background:#1d2530;border-top:1px solid #1d25301f;padding:22px clamp(20px,5vw,72px)}.site-footer p{color:#f8ead5;margin:0;font-size:.95rem}.admin-page{background:#f5f7f8;place-items:center;min-height:100vh;padding:32px;display:grid}.admin-panel{text-align:center;background:#fff;border:1px solid #1d25301f;border-radius:8px;width:min(100%,520px);padding:36px}.admin-panel h1{font-size:clamp(2rem,7vw,3rem)}.button-link{color:#fff;cursor:pointer;font:inherit;background:#8b4d39;border:0;border-radius:999px;justify-content:center;margin-top:20px;padding:10px 16px;font-weight:700;display:inline-flex}.button-action:disabled{cursor:not-allowed;opacity:.7}.admin-form{text-align:left;gap:18px;margin-top:28px;display:grid}.admin-form label{color:#4c5561;gap:8px;font-size:.95rem;font-weight:700;display:grid}.admin-form input,.admin-form select{color:#1d2530;width:100%;font:inherit;border:1px solid #1d25302e;border-radius:8px;padding:12px 14px}.admin-form input:focus,.admin-form select:focus{border-color:#8b4d39;outline:3px solid #8b4d3929}.form-error{color:#a33a2c;margin:0;font-size:.95rem}.admin-dashboard-page{align-items:start;padding-block:32px}.admin-dashboard{text-align:left;gap:28px;width:min(100%,1080px);display:grid}.admin-dashboard-header,.admin-section-header,.admin-actions,.category-actions{justify-content:space-between;align-items:center;gap:16px;display:flex}.admin-dashboard-header h1{font-size:clamp(2rem,5vw,3.4rem)}.admin-section{border-top:1px solid #1d25301f;gap:20px;padding-top:24px;display:grid}.admin-section h2,.category-card h3,.category-form h3{margin:0}.admin-section-header p,.category-card p{margin:8px 0 0}.admin-form textarea{resize:vertical;color:#1d2530;width:100%;font:inherit;border:1px solid #1d25302e;border-radius:8px;padding:12px 14px}.admin-form textarea:focus{border-color:#8b4d39;outline:3px solid #8b4d3929}.category-form{background:#fffaf4;border:1px solid #1d25301f;border-radius:8px;padding:20px}.checkbox-field{grid-template-columns:auto 1fr;justify-content:start;align-items:center;display:inline-flex}.checkbox-field input{width:auto}.form-success{color:#24724f;margin:0;font-size:.95rem}.category-list{gap:14px;display:grid}.category-card{background:#fff;border:1px solid #1d25301f;border-radius:8px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:18px;padding:18px;display:grid}.category-card dl{grid-template-columns:repeat(2,auto);gap:14px;margin:0;display:grid}.category-card dt{color:#5d6673;text-transform:uppercase;font-size:.78rem;font-weight:800}.category-card dd{margin:4px 0 0;font-weight:700}.secondary-button{color:#1d2530;cursor:pointer;font:inherit;background:#fff;border:1px solid #1d25302e;border-radius:999px;justify-content:center;padding:10px 14px;font-weight:700;display:inline-flex}.secondary-button:disabled{cursor:not-allowed;opacity:.7}.admin-tabs{border-bottom:1px solid #1d25301f;flex-wrap:wrap;gap:10px;padding-bottom:14px;display:flex}.admin-tab{color:#4c5561;cursor:pointer;font:inherit;background:#fff;border:1px solid #1d25302e;border-radius:999px;padding:10px 14px;font-weight:700}.active-admin-tab,.admin-tab:hover{color:#1d2530;background:#f0e0d4}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.form-note{color:#4c5561;grid-column:1/-1;margin:0;font-size:.95rem;font-weight:700}.item-card dl{grid-template-columns:repeat(4,auto)}.admin-carousel-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:20px;display:grid}.admin-carousel-preview{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.admin-carousel-grid .category-card{overflow-wrap:anywhere;grid-template-columns:minmax(0,1fr);min-width:0}.admin-carousel-grid .admin-actions{flex-wrap:wrap}.item-image-preview{aspect-ratio:4/3;object-fit:cover;border:1px solid #1d25301f;border-radius:8px;width:min(100%,320px)}.item-card{grid-template-columns:88px minmax(0,1fr) auto auto}.item-card-image{object-fit:cover;background:#f5f7f8;border-radius:8px;width:88px;height:88px}.reservation-items-editor{gap:14px;display:grid}.compact-section-header h3{margin:0}.reservation-item-row{background:#fff;border:1px solid #1d25301f;border-radius:8px;grid-template-columns:minmax(220px,1fr) 120px 150px;gap:14px;padding:16px;display:grid}.reservation-card{grid-template-columns:minmax(0,1fr) auto minmax(220px,.8fr) auto}.reservation-detail{gap:4px;display:grid}.reservation-detail p{margin:0;font-size:.92rem}.catalog-flow{gap:28px;padding:clamp(32px,6vw,72px) clamp(20px,5vw,72px);display:grid}.catalog-header{justify-content:space-between;align-items:end;gap:24px;display:flex}.catalog-header h1{font-size:clamp(2.2rem,6vw,4.8rem)}.cart-link{color:#fff;background:#1d2530;border-radius:999px;padding:10px 16px;font-weight:800}.date-selector{background:#fff;border:1px solid #1d25301f;border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr)) auto;align-items:end;gap:16px;padding:18px;display:grid}.date-selector label{color:#4c5561;gap:8px;font-size:.95rem;font-weight:700;display:grid}.date-selector input{color:#1d2530;width:100%;font:inherit;border:1px solid #1d25302e;border-radius:8px;padding:12px 14px}.catalog-layout{grid-template-columns:minmax(0,1fr) minmax(300px,360px);align-items:start;gap:24px;display:grid}.catalog-sections,.catalog-category{gap:18px;display:grid}.catalog-category h2,.public-cart h2{margin:0}.public-item-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.public-item-card,.public-cart,.cart-line{background:#fff;border:1px solid #1d25301f;border-radius:8px}.public-item-card{gap:12px;padding:14px;display:grid}.public-item-card img,.item-placeholder{aspect-ratio:4/3;border-radius:8px;width:100%}.public-item-card img{object-fit:cover}.item-placeholder{color:#5d6673;background:#f5f7f8;place-items:center;font-weight:700;display:grid}.public-item-card h3,.cart-line h3{margin:0}.public-item-card p,.cart-line p{margin:4px 0 0;font-size:.95rem}.public-cart{gap:14px;padding:18px;display:grid;position:sticky;top:18px}.cart-line{gap:10px;padding:12px;display:grid}.cart-line-actions{align-items:center;gap:10px;display:flex}.cart-line-actions span{text-align:center;min-width:28px;font-weight:800}.cart-total{border-top:1px solid #1d25301f;justify-content:space-between;align-items:center;padding-top:14px;font-size:1.1rem;display:flex}.checkout-button{width:100%}.checkout-flow{gap:28px;padding:clamp(32px,6vw,72px) clamp(20px,5vw,72px);display:grid}.checkout-layout{grid-template-columns:minmax(0,1fr) minmax(300px,380px);align-items:start;gap:24px;display:grid}.checkout-form,.checkout-confirmation{background:#fff;border:1px solid #1d25301f;border-radius:8px;gap:18px;padding:22px;display:grid}.checkout-form label{color:#4c5561;gap:8px;font-size:.95rem;font-weight:700;display:grid}.checkout-form input,.checkout-form textarea{color:#1d2530;width:100%;font:inherit;border:1px solid #1d25302e;border-radius:8px;padding:12px 14px}.checkout-form textarea{resize:vertical}.checkout-summary{position:sticky;top:18px}.checkout-confirmation{max-width:720px}.checkout-confirmation h1{font-size:clamp(2rem,6vw,4rem)}.checkout-confirmation dl{gap:12px;margin:0;display:grid}.checkout-confirmation dt{color:#5d6673;text-transform:uppercase;font-size:.78rem;font-weight:800}.checkout-confirmation dd{margin:4px 0 0;font-weight:800}@media (width<=700px){.site-header{flex-direction:column;align-items:flex-start}.site-nav{justify-content:space-between;width:100%}.nav-link{text-align:center;flex:1;padding-inline:10px}.admin-dashboard-header,.admin-section-header,.admin-actions,.category-actions,.category-card{flex-direction:column;align-items:stretch}.category-card,.item-card,.reservation-card,.reservation-item-row,.admin-tabs,.form-grid{grid-template-columns:1fr}.admin-tabs{flex-direction:column}.category-card dl,.item-card dl{grid-template-columns:1fr 1fr}}.button-link,.secondary-button,.admin-tab,.cart-link{align-items:center;min-height:44px}.editorial-catalog{background:linear-gradient(#fbfaf6 0%,#f4f1ea 46%,#eef2ee 100%);gap:clamp(28px,5vw,56px);padding:clamp(28px,5vw,76px) clamp(18px,5vw,72px) 96px}.catalog-hero{border-bottom:1px solid #262f252e;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:28px;min-height:clamp(300px,43vw,520px);padding-bottom:clamp(28px,5vw,54px);display:grid}.catalog-hero h1{color:#20251f;max-width:980px;font-size:clamp(2.6rem,7vw,6.8rem);line-height:.94}.catalog-hero p:not(.eyebrow){color:#5b625a;max-width:640px;font-size:clamp(1rem,2vw,1.22rem)}.catalog-cart-link{background:#293023}.editorial-date-selector{background:#fff;border:0;border-radius:8px;grid-template-columns:minmax(220px,.8fr) repeat(2,minmax(180px,1fr)) auto;padding:clamp(18px,3vw,28px);box-shadow:0 22px 70px #2830241a}.editorial-date-selector h2{color:#20251f;margin:0;font-size:clamp(1.35rem,3vw,2.2rem)}.catalog-empty-note{color:#4d574b;max-width:680px;margin:0;font-size:1.08rem;font-weight:700}.editorial-catalog-layout{grid-template-columns:minmax(0,1fr) minmax(320px,380px);gap:clamp(22px,4vw,42px)}.editorial-sections{gap:clamp(42px,6vw,72px)}.editorial-category{gap:clamp(18px,3vw,30px)}.category-heading{gap:8px;max-width:760px;display:grid}.category-heading h2{color:#20251f;font-size:clamp(2rem,5vw,4.2rem);line-height:1}.category-heading p:not(.eyebrow){color:#667064;margin:0}.editorial-item-grid{grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-flow:dense;gap:clamp(16px,2vw,24px);display:grid}.editorial-item-card{background:#fff;border:0;border-radius:8px;grid-column:span 3;align-content:start;gap:16px;padding:clamp(14px,2vw,18px);overflow:hidden;box-shadow:0 18px 58px #2731261a}.feature-item-card{grid-column:span 4}.editorial-image-frame{background:#e8ebe1;border-radius:8px;overflow:hidden}.editorial-item-card img,.editorial-item-card .item-placeholder{aspect-ratio:4/5;border-radius:0;width:100%}.feature-item-card img,.feature-item-card .item-placeholder{aspect-ratio:16/11}.editorial-item-card img{object-fit:cover;display:block}.item-copy{gap:6px;display:grid}.item-type-label{color:#7a4f38;text-transform:uppercase;margin:0;font-size:.76rem;font-weight:850}.editorial-item-card h3{color:#20251f;font-size:clamp(1.35rem,2.5vw,2.05rem);line-height:1.05}.item-description{color:#626b61;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.98rem;display:-webkit-box;overflow:hidden}.item-meta-row,.item-purchase-row{justify-content:space-between;align-items:end;gap:14px;display:flex}.item-meta-row strong{color:#20251f;font-size:1.14rem}.item-meta-row span{color:#4c5a45;text-align:right;font-size:.92rem;font-weight:800}.quantity-field{color:#4c5561;gap:6px;min-width:112px;font-size:.84rem;font-weight:800;display:grid}.quantity-field input{color:#1d2530;width:100%;min-height:44px;font:inherit;border:1px solid #1d25302e;border-radius:8px;padding:10px 12px}.editorial-cart{color:#fff;background:#293023;border:0;top:24px;box-shadow:0 22px 70px #28302429}.editorial-cart h2,.editorial-cart .eyebrow,.editorial-cart p,.editorial-cart strong,.editorial-cart span{color:#fff}.editorial-cart .cart-line{background:#ffffff14;border-color:#ffffff24}.editorial-cart .secondary-button{color:#fff;background:#ffffff14;border-color:#ffffff38}.editorial-cart .button-action{color:#20251f;background:#f3e8d5}.quantity-button{width:44px;min-width:44px;padding-inline:0}.floating-cart-button{z-index:20;color:#fff;background:#293023;border-radius:999px;align-items:center;gap:10px;min-height:48px;padding:12px 16px;font-weight:850;display:none;position:fixed;bottom:16px;right:16px;box-shadow:0 12px 34px #1d253047}.floating-cart-button span{color:#293023;background:#f3e8d5;border-radius:999px;place-items:center;min-width:26px;height:26px;display:grid}.percent-input{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.percent-input strong{color:#4c5561}.settings-form{max-width:520px}@media (width<=980px){.catalog-hero,.editorial-date-selector,.editorial-catalog-layout,.checkout-layout{grid-template-columns:1fr}.catalog-hero{min-height:auto}.editorial-item-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.editorial-item-card,.feature-item-card{grid-column:span 1}.public-cart,.checkout-summary{position:static}}@media (width<=700px){body{overflow-x:hidden}.editorial-catalog,.checkout-flow{padding-inline:16px}.catalog-cart-link{display:none}.floating-cart-button{display:inline-flex}.catalog-hero h1,.checkout-confirmation h1{font-size:clamp(2.25rem,14vw,3.8rem)}.editorial-date-selector,.checkout-form,.checkout-confirmation,.public-cart{padding:16px}.editorial-date-selector input,.checkout-form input,.checkout-form textarea,.quantity-field input,.button-link,.secondary-button,.cart-link{min-height:44px;font-size:1rem}.editorial-item-grid{grid-template-columns:1fr}.editorial-item-card{padding:14px}.editorial-item-card img,.editorial-item-card .item-placeholder,.feature-item-card img,.feature-item-card .item-placeholder{aspect-ratio:4/3}.item-meta-row,.item-purchase-row,.cart-total{flex-direction:column;align-items:stretch}.item-meta-row span{text-align:left}.item-purchase-row .button-link,.checkout-button{width:100%}.cart-line-actions{justify-content:space-between}.cart-line-actions span{place-items:center;min-width:44px;display:grid}}.site-header{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffaf4f0;border-bottom:1px solid #22292024;position:sticky;top:0;box-shadow:0 10px 32px #22292014}.brand{color:#222920;letter-spacing:0;text-transform:uppercase;min-width:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(.92rem,2vw,1.08rem);font-weight:700}.brand-mark{color:#fffaf4;background:#7a4f38;border:1px solid #ffffffb8;flex:none;width:42px;height:42px;font-size:.82rem;box-shadow:0 10px 28px #7a4f3838}.nav-link{color:#4f594b;justify-content:center;align-items:center;min-height:44px;display:inline-flex}.hero-carousel{isolation:isolate;background:#222920;place-items:center;min-height:min(760px,100svh - 78px);display:grid;position:relative;overflow:hidden}.hero-slides,.hero-slide,.hero-overlay{position:absolute;inset:0}.hero-slide{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .9s,transform 4.2s;transform:scale(1.025)}.hero-slide-active{opacity:1;transform:scale(1)}.hero-content{z-index:2;color:#fffaf4;text-align:center;width:min(100%,1120px);padding:clamp(72px,9vw,128px) clamp(22px,6vw,84px);position:relative}.hero-content .eyebrow{color:#f4dcc1;letter-spacing:0;text-transform:none;margin:0 0 18px;font-size:clamp(.9rem,1.6vw,1.08rem)}.hero-content h1{color:#fffaf4;letter-spacing:0;text-shadow:0 8px 34px #0000006b;max-width:none;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,9vw,7.4rem);font-weight:700;line-height:.95}.hero-tagline{color:#fff1df;text-shadow:0 5px 22px #0000006b;max-width:820px;margin:clamp(18px,3vw,28px) auto 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.18rem,2.6vw,2rem);line-height:1.35}.carousel-arrow{z-index:3;color:#fffaf4;cursor:pointer;width:clamp(46px,5vw,58px);height:clamp(46px,5vw,58px);font:inherit;background:#1418126b;border:1px solid #fffaf480;border-radius:999px;place-items:center;font-size:clamp(2rem,4vw,2.7rem);line-height:1;transition:background .18s,border-color .18s,transform .18s;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 14px 36px #00000038}.carousel-arrow:hover,.carousel-arrow:focus-visible{background:#141812a3;border-color:#fffaf4d6;outline:none;transform:translateY(-50%)scale(1.04)}.carousel-indicators{z-index:3;align-items:center;gap:10px;display:flex;position:absolute;bottom:clamp(18px,4vw,34px);left:50%;transform:translate(-50%)}.carousel-indicator{cursor:pointer;background:0 0;border:0;place-items:center;width:44px;height:44px;padding:0;display:grid}.carousel-indicator:before{content:"";background:#fffaf475;border-radius:999px;width:24px;height:4px;transition:width .18s,background .18s}.carousel-indicator-active:before,.carousel-indicator:hover:before,.carousel-indicator:focus-visible:before{background:#fffaf4;width:34px}.carousel-indicator:focus-visible{outline-offset:2px;outline:2px solid #fffaf4d1}@media (width<=700px){.site-header{flex-direction:column;align-items:stretch;gap:12px;padding:12px 16px}.brand{justify-content:center;font-size:.95rem}.brand-mark{width:38px;height:38px;font-size:.76rem}.site-nav{justify-content:space-between;gap:6px;width:100%}.nav-link{text-align:center;flex:1;min-height:44px;padding:9px 8px}.hero-carousel{min-height:calc(100svh - 122px)}.hero-overlay{background:linear-gradient(#1518136b,#151813b8),linear-gradient(90deg,#15181394,#15181375)}.hero-content{padding:74px 56px 92px}.hero-content .eyebrow{margin-bottom:14px;font-size:.95rem}.hero-content h1{font-size:clamp(2.2rem,11vw,4rem)}.hero-tagline{font-size:clamp(1.06rem,5vw,1.38rem)}.carousel-arrow{width:46px;height:46px;font-size:2rem}.carousel-arrow-left{left:10px}.carousel-arrow-right{right:10px}.carousel-indicators{bottom:18px}}:root{color:#f8f1f4;background:#08070a}body{background:radial-gradient(circle at 18% 8%,#e85e9533,#0000 30rem),radial-gradient(circle at 92% 18%,#ad2d3c2e,#0000 28rem),linear-gradient(#08070a 0%,#151018 48%,#09080b 100%)}.site-main{background:radial-gradient(circle at 12% 18%,#e85e9529,#0000 32rem),radial-gradient(circle at 88% 5%,#a0243429,#0000 28rem),linear-gradient(#09080b 0%,#171018 54%,#0b090d 100%)}.site-header{background:#0a080cd1;border-bottom-color:#ffe5ef24;box-shadow:0 14px 34px #0000004d}.brand{color:#fff7fa}.brand-mark{color:#fff;background:linear-gradient(135deg,#d94f8c 0%,#8f2538 100%);border-color:#ffe2ef7a;box-shadow:0 12px 28px #d94f8c42}.nav-link{color:#f0cbd9}.nav-link:hover,.nav-link-active{color:#fff;background:#d94f8c38}.site-footer{background:#09080b;border-top-color:#ffe5ef24}.site-footer p{color:#f6dce7}.hero-carousel{background:#08070a}.hero-overlay{background:linear-gradient(90deg,#08070adb,#1f0c1675 48%,#08070ab8),linear-gradient(#08070a38,#08070ac2)}.hero-spotlight{z-index:1;pointer-events:none;filter:blur(10px);background:radial-gradient(#ffeef561 0%,#e85e9538 34%,#97213214 58%,#0000 72%),linear-gradient(90deg,#0000 0%,#ffe8f129 46% 54%,#0000 100%);width:min(76vw,860px);height:min(58vw,560px);position:absolute;inset:auto 50% 16% auto;transform:translate(50%)}.hero-content{z-index:2}.hero-content .eyebrow{color:#ffd9e7}.hero-brand-title{text-wrap:balance;justify-items:center;gap:clamp(4px,1vw,10px);display:grid}.hero-brand-fixed,.hero-brand-animated{display:block}.hero-brand-fixed{color:#fff}.hero-brand-animated{color:#ffe7f0;text-shadow:0 0 22px #ffb7d35c,0 8px 34px #00000075;font-size:.62em;animation:7s ease-in-out infinite decoracionesGlow}.hero-tagline{color:#fff2f7}.carousel-arrow{color:#fff;background:#09080b8f;border-color:#ffe5ef85}.carousel-arrow:hover,.carousel-arrow:focus-visible{background:#912234ad;border-color:#ffe5efe0}.carousel-indicator:before{background:#ffe5ef7a}.carousel-indicator-active:before,.carousel-indicator:hover:before,.carousel-indicator:focus-visible:before{background:#ffd4e4}.page-section,.editorial-catalog,.public-checkout,.checkout-flow{background:radial-gradient(circle at 12% 12%,#e85e9529,#0000 28rem),radial-gradient(circle at 88% 22%,#a92a3a24,#0000 24rem),linear-gradient(#0b090d 0%,#181018 100%)}.section-copy h1,.catalog-hero h1,.catalog-header h1,.checkout-confirmation h1{color:#fff8fb}.section-copy p,.catalog-hero p:not(.eyebrow),.catalog-header p,.checkout-flow p,.catalog-empty-note,.is-loading-note{color:#f3dce6}.eyebrow,.item-type-label,.category-heading .eyebrow,.checkout-flow .eyebrow{color:#ff9fc5}.catalog-brand-intro{border-bottom-color:#ffd9e82e;min-height:clamp(240px,32vw,420px)}.catalog-brand-intro h1{text-shadow:0 12px 42px #d94f8c33;max-width:980px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.55rem,7vw,6.4rem);line-height:.95}.catalog-brand-intro p:not(.eyebrow){color:#fff0f6;max-width:780px;font-size:clamp(1.12rem,2.3vw,1.55rem);font-weight:650;line-height:1.45}.site-main .cart-link,.site-main .button-link{color:#fff;background:linear-gradient(135deg,#d94f8c 0%,#9d2d42 100%);box-shadow:0 14px 32px #d94f8c38}.site-main .cart-link:hover,.site-main .button-link:hover,.site-main .cart-link:focus-visible,.site-main .button-link:focus-visible{outline-offset:2px;background:linear-gradient(135deg,#ec6da2 0%,#b83a50 100%);outline:3px solid #ffc0d842}.editorial-date-selector,.checkout-form,.checkout-confirmation,.public-item-card,.public-cart,.cart-line{background:#fff9fcf5;border:1px solid #ffd9e821;box-shadow:0 22px 70px #00000038}.editorial-date-selector h2,.category-heading h2,.editorial-item-card h3,.public-item-card h3,.cart-line h3,.checkout-form label,.checkout-confirmation dt,.checkout-confirmation dd,.public-cart h2,.cart-total strong{color:#21161d}.editorial-date-selector label,.quantity-field,.item-description,.category-heading p:not(.eyebrow),.public-item-card p,.cart-line p,.public-cart p,.cart-total span,.checkout-form p,.checkout-confirmation p{color:#4d3843}.editorial-date-selector input,.checkout-form input,.checkout-form textarea,.quantity-field input{color:#1c1419;background:#fff;border-color:#57344438}.editorial-date-selector input:focus,.checkout-form input:focus,.checkout-form textarea:focus,.quantity-field input:focus{border-color:#d94f8c;outline:3px solid #d94f8c2e}.editorial-item-card{background:#fff9fcf5}.editorial-cart,.checkout-summary{background:linear-gradient(160deg,#2f1422f5,#0d0a0ffa);border-color:#ffd9e82e}.editorial-cart h2,.editorial-cart .eyebrow,.editorial-cart p,.editorial-cart strong,.editorial-cart span,.checkout-summary h2,.checkout-summary p,.checkout-summary strong,.checkout-summary span{color:#fff7fa}.editorial-cart .cart-line,.checkout-summary .cart-line{background:#ffffff14;border-color:#ffd9e829}.editorial-cart .secondary-button,.checkout-summary .secondary-button,.site-main .secondary-button{color:#fff;background:#d94f8c29;border-color:#ffd9e852}.floating-cart-button{background:linear-gradient(135deg,#d94f8c 0%,#9d2d42 100%)}.floating-cart-button span{color:#2b1721;background:#fff0f6}.site-main .form-error{color:#ffb4bd;font-weight:750}.site-main .form-success{color:#bff7da;font-weight:750}@keyframes decoracionesGlow{0%,68%,to{opacity:.92;text-shadow:0 0 18px #ffb7d347,0 8px 34px #00000070;transform:translateY(0)}78%{opacity:1;text-shadow:0 0 14px #ffffffad,0 0 38px #ff80b18f,0 12px 38px #0000007a;transform:translateY(-.04em)}86%{opacity:1;text-shadow:0 0 20px #ffdceb7a,0 0 32px #d94f8c5c,0 8px 34px #00000075;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hero-brand-animated{animation:none}.hero-slide,.carousel-arrow,.carousel-indicator:before{transition:none}}@media (width<=700px){.hero-spotlight{width:96vw;height:70vw;bottom:24%}.hero-brand-title{gap:4px}.hero-brand-animated{font-size:.58em}.catalog-brand-intro h1{font-size:clamp(2.25rem,12vw,3.8rem)}.catalog-brand-intro p:not(.eyebrow){font-size:clamp(1.05rem,5vw,1.32rem)}}.hero-content .hero-logo-title{width:min(100%,540px);text-shadow:none;margin:0 auto;line-height:0;position:relative}.hero-logo-title:before{content:"";z-index:2;pointer-events:none;background-image:linear-gradient(100deg,#fff0 38%,#ffffff1f 44%,#ffffff6b 50%,#ffffff1f 56%,#fff0 62%);background-position:100% 0;background-repeat:no-repeat;background-size:300% 100%;animation:6.25s ease-in-out infinite hero-logo-light-sweep;position:absolute;inset:0;-webkit-mask:url(/mc-decoraciones-logo.png) 50%/100% 100% no-repeat;mask:url(/mc-decoraciones-logo.png) 50%/100% 100% no-repeat}@keyframes hero-logo-light-sweep{0%{opacity:0;background-position:100% 0}8%,72%{opacity:1}80%,to{opacity:0;background-position:0 0}}@media (prefers-reduced-motion:reduce){.hero-logo-title:before{opacity:0;animation:none}}.hero-logo{z-index:1;width:100%;height:auto;display:block;position:relative}.hero-carousel{background:#08040d;place-items:center;height:calc(100svh - 78px);min-height:560px}.hero-carousel:before,.hero-carousel:after{content:"";z-index:1;pointer-events:none;content:none;position:absolute;inset:0}.hero-slide{filter:contrast(1.03);object-position:center;transform:scale(1.055)}.hero-slide-active{transform:scale(1.04)}.hero-overlay{z-index:1;background:linear-gradient(#00000014 0%,#0000001f 55%,#0000003d 100%)}.hero-spotlight{display:none}.hero-content{z-index:4;justify-items:center;width:min(100%,900px);padding:clamp(42px,5vw,72px) clamp(58px,7vw,96px) clamp(82px,9vw,116px);display:grid;transform:translateY(-2.4%)}.hero-content .eyebrow{color:#fff4fb;letter-spacing:.38em;text-shadow:0 0 14px #ff70da66;text-transform:uppercase;white-space:nowrap;grid-template-columns:minmax(42px,1fr) auto minmax(42px,1fr);align-items:center;gap:18px;width:min(100%,600px);margin:0 0 clamp(16px,2vw,22px);font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(.68rem,1.1vw,.94rem);font-weight:900;line-height:1.2;display:grid}.hero-content .eyebrow:before,.hero-content .eyebrow:after{content:"";background:linear-gradient(90deg,#0000,#fff2fadb);height:2px;box-shadow:0 0 10px #ff90e05c}.hero-content .eyebrow:after{background:linear-gradient(90deg,#fff2fadb,#0000)}.hero-brand-title{color:#fff;justify-items:center;gap:0;width:100%;line-height:1;display:grid;position:relative}.hero-brand-title:before{content:none}.hero-brand-fixed{z-index:2;color:#f5f2eb;letter-spacing:0;text-shadow:0 2px 8px #0000003d;font-family:"Bodoni 72",Didot,Baskerville,Times New Roman,Georgia,serif;font-size:clamp(5.8rem,17vw,12.4rem);font-weight:400;line-height:.86;display:block;position:relative;transform:none}.hero-brand-fixed:before,.hero-brand-fixed:after{content:""}.hero-brand-animated{z-index:3;color:#d6c4a0;letter-spacing:.3em;white-space:nowrap;text-shadow:0 2px 6px #0000003d;transform-origin:50%;max-width:100%;margin-top:clamp(14px,2vw,24px);padding-left:.3em;font-family:"Bodoni 72",Didot,Baskerville,Times New Roman,Georgia,serif;font-size:clamp(.98rem,1.9vw,1.9rem);font-style:normal;font-weight:400;line-height:1.25;animation:none;display:block;position:relative;transform:none}.hero-brand-animated:before,.hero-brand-animated:after,.hero-brand-animated:after{content:""}.hero-tagline{color:#fff2fb;letter-spacing:.34em;text-shadow:0 0 14px #ff87dd85,0 7px 20px #000000c7;text-transform:uppercase;max-width:640px;margin:clamp(48px,5vw,64px) auto 0;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(.74rem,1.25vw,1rem);font-weight:800;line-height:1.75}.carousel-arrow{z-index:5;color:#fff;background:#10091857;border:1px solid #ffd1f2ad;width:54px;height:54px;font-size:2.25rem;box-shadow:0 0 16px #ff48d147,0 16px 42px #00000070}.carousel-arrow-left{left:0}.carousel-arrow-right{right:0}.carousel-indicators{z-index:5;gap:9px;bottom:clamp(20px,3.6vw,36px)}.carousel-indicator{width:34px;height:24px}.carousel-indicator:before{background:#ffeef970;width:20px;height:4px}.carousel-indicator-active:before,.carousel-indicator:hover:before,.carousel-indicator:focus-visible:before{background:#ff8bf1;width:28px;box-shadow:0 0 10px #ff69e8e6,0 0 18px #7d60ff8c}@media (width<=900px){.hero-content{width:min(100%,760px);padding-inline:54px}.hero-content .eyebrow{letter-spacing:.28em;gap:14px;max-width:530px}.hero-brand-fixed{font-size:clamp(4.6rem,15.5vw,8.4rem)}}@media (width<=700px){.hero-carousel{height:calc(100svh - 122px);min-height:520px}.hero-content{width:100%;padding:46px 44px 86px;transform:translateY(-2%)}.hero-content .eyebrow{letter-spacing:.18em;white-space:normal;grid-template-columns:minmax(26px,.45fr) minmax(0,auto) minmax(26px,.45fr);gap:10px;margin-bottom:18px;font-size:clamp(.5rem,2.3vw,.66rem)}.hero-brand-fixed{font-size:clamp(3.35rem,18vw,5rem)}.hero-brand-animated{margin-top:14px;font-size:clamp(.62rem,2.7vw,1rem)}.hero-tagline{letter-spacing:.2em;max-width:310px;margin-top:22px;font-size:clamp(.58rem,2.35vw,.74rem);line-height:1.85}.carousel-arrow{width:42px;height:42px;font-size:1.8rem}.carousel-indicators{bottom:18px}}.catalog-brand-intro h1.catalog-logo-title{width:min(100%,420px);max-width:100%;text-shadow:none;margin:16px 0 20px;line-height:0}.site-header .brand-mark{color:#fff;background:#203048;border-color:#8098b0;box-shadow:0 4px 14px #0000002e}.catalog-hero.catalog-brand-intro{text-align:center;grid-template-columns:minmax(0,1fr);min-height:auto}.catalog-brand-intro h1.catalog-logo-title{width:min(100%,clamp(240px,32vw,400px));margin:24px auto}.catalog-brand-intro p:not(.eyebrow){margin-inline:auto}.catalog-brand-intro .catalog-cart-link{justify-self:end}.contact-page{color:#f4f5f7;background:#0c1016;padding:clamp(40px,6vw,88px) clamp(20px,5vw,72px)}.contact-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:clamp(32px,6vw,88px);max-width:1200px;margin-inline:auto;display:grid}.contact-intro,.contact-form{min-width:0}.contact-logo-panel{background:#edf0f4;border:1px solid #d4dbe3;border-radius:12px;width:min(100%,340px);margin-bottom:32px;padding:16px 28px}.contact-logo-panel img{width:100%;height:auto;display:block}.contact-intro .eyebrow{color:#a5b9ce}.contact-intro h1{color:#f4f5f7;text-wrap:balance;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,3.3vw,3rem);line-height:1.17}.contact-description{color:#bfc7d1;margin:24px 0 0;line-height:1.8}.contact-form{background:#151c25;border:1px solid #35404e;border-radius:16px;padding:clamp(24px,3vw,40px);box-shadow:0 14px 36px #00000024}.contact-form-heading h2{color:#f4f5f7;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.5rem,2.3vw,2rem)}.contact-form-heading p,.contact-form .contact-reassurance{color:#bac4d0;font-size:.85rem;line-height:1.6}.contact-form-heading{margin-bottom:26px}.contact-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 18px;display:grid}.contact-fields label{color:#e5e9ef;gap:9px;min-width:0;font-size:.9rem;font-weight:500;display:grid}.contact-field-wide{grid-column:1/-1}.contact-fields input,.contact-fields select,.contact-fields textarea{color:#203048;width:100%;min-width:0;max-width:100%;min-height:48px;font:inherit;box-sizing:border-box;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#f4f6f8;border:1px solid #c7d0dc;border-radius:7px;padding:12px;font-size:1rem}.contact-fields textarea{resize:vertical}.contact-fields :is(input,select,textarea):focus-visible,.contact-submit:focus-visible{outline-offset:3px;outline:3px solid #8098b0}.contact-form .contact-availability{color:#c3cedb;margin:24px 0 16px;font-size:.85rem}.contact-submit{color:#fff;width:100%;min-height:50px;font:inherit;cursor:pointer;background:#203048;border:1px solid #8098b0;border-radius:7px;padding:14px 24px;font-weight:650;transition:background .16s}.contact-submit:hover{background:#304660}.contact-reassurance{text-align:center;margin:14px 0 0}.contact-form .contact-notice{color:#dce6f1;margin:16px 0 0;font-size:.9rem}.contact-notice:empty{display:none}@media (width<=980px){.contact-layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.contact-fields{grid-template-columns:minmax(0,1fr)}.contact-form{padding:24px}}@media (width<=640px){.catalog-brand-intro h1.catalog-logo-title{width:min(100%,300px);margin-block:22px}.contact-layout{grid-template-columns:minmax(0,1fr);gap:32px}.contact-logo-panel{width:min(100%,280px);margin-inline:auto}.contact-form{padding:22px 18px}}.catalog-flow.editorial-catalog{color:#eef1f5;background:#0d121a;gap:28px}.catalog-flow .catalog-brand-intro{border-color:#35404e;gap:16px;padding-bottom:24px}.catalog-flow .catalog-logo-title{margin-top:0}.catalog-flow .catalog-brand-intro p{color:#e1e7ee}.catalog-flow .catalog-layout{grid-template-columns:minmax(0,1fr);gap:32px}.catalog-flow .catalog-sections{gap:32px}.catalog-flow .catalog-category{gap:16px}.catalog-flow .category-heading{gap:4px}.catalog-flow .category-heading h2{color:#eef1f5;font-size:clamp(1.5rem,2.4vw,2rem);line-height:1.2}.catalog-flow .category-heading p:not(.eyebrow),.catalog-flow .catalog-empty-note{color:#c1cbd7}.catalog-flow .eyebrow{color:#63758a;text-shadow:none}.catalog-flow .category-heading .eyebrow{color:#a5b9ce}.catalog-flow .editorial-item-grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-flow:row;gap:16px}.catalog-flow .editorial-item-card{background:#f5f6f8;border:1px solid #cbd2da;border-radius:10px;flex-direction:column;grid-column:auto;gap:12px;min-width:0;padding:12px;display:flex;box-shadow:0 4px 14px #0000001a}.catalog-flow .editorial-image-frame{aspect-ratio:4/3;background:#fff;border-radius:6px}.catalog-flow .editorial-item-card img,.catalog-flow .editorial-item-card .item-placeholder{aspect-ratio:4/3;object-fit:contain;color:#637184;background:#fff;width:100%;height:100%}.catalog-flow .item-copy{gap:4px}.catalog-flow .editorial-item-card h3{color:#203048;overflow-wrap:anywhere;font-size:1.05rem;line-height:1.35}.catalog-flow .editorial-item-card .item-type-label{color:#5f6c7c;order:1;font-size:.68rem;font-weight:600;line-height:1.4}.catalog-flow .editorial-item-card .item-description{color:#526071;-webkit-line-clamp:2;overflow-wrap:anywhere;order:2;font-size:.82rem;line-height:1.4}.catalog-flow .item-meta-row{flex-direction:column;align-items:start;gap:4px;margin-top:auto}.catalog-flow .item-meta-row strong{color:#203048;overflow-wrap:anywhere;font-size:1.1rem}.catalog-flow .item-meta-row span{color:#526071;text-align:left;font-size:.8rem;font-weight:500}.catalog-flow .item-purchase-row{grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);gap:8px;display:grid}.catalog-flow .quantity-field{color:#526071;min-width:0;font-size:.75rem;font-weight:500}.catalog-flow .quantity-field input{min-width:0;min-height:44px;padding:8px}.catalog-flow .editorial-date-selector{box-shadow:none;background:#f0f2f5;border-color:#cbd2da;padding:20px}.catalog-flow .editorial-date-selector h2{color:#203048;font-size:1.5rem}.catalog-flow .editorial-date-selector label{color:#465569;min-width:0}.catalog-flow input{color:#203048;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#fff;border-color:#b7c1ce;min-width:0;max-width:100%}.site-main .catalog-flow :is(.button-link,.cart-link,.secondary-button,.floating-cart-button){color:#203048;min-height:44px;text-shadow:none;background:#d9dfe6;border:1px solid #aeb9c7;box-shadow:0 2px 6px #0000001f}.site-main .catalog-flow :is(.button-link,.cart-link,.secondary-button,.floating-cart-button):hover{color:#172536;background:#c3ceda;outline:none}.site-main .catalog-flow :is(.button-link,.cart-link,.secondary-button,.floating-cart-button,input):focus-visible,.site-main .catalog-flow input:focus{outline-offset:3px;border-color:#526e8c;outline:3px solid #8098b0}.site-main .catalog-flow button:disabled{opacity:.55;cursor:not-allowed}.catalog-flow .item-purchase-row button{padding:10px 8px;font-size:.85rem}.catalog-flow .floating-cart-button{padding:10px 16px;font-size:.85rem}.catalog-flow .floating-cart-button span{color:#fff;background:#203048}.catalog-flow .editorial-cart{width:100%;max-width:720px;box-shadow:none;background:#192330;border:1px solid #465569;justify-self:end;scroll-margin-top:120px;position:static}.catalog-flow .editorial-cart :is(h2,h3,p,strong,span,.eyebrow){color:#edf1f6}.catalog-flow .editorial-cart .cart-line{box-shadow:none;background:#222f3f;border-color:#465569}.catalog-flow .cart-line h3{overflow-wrap:anywhere}.catalog-flow .cart-total{border-color:#465569;flex-wrap:wrap;gap:8px}.site-main .catalog-flow .form-error{color:#f0d8b2}.site-main .catalog-flow .form-success{color:#b7d2e6}body:has(.catalog-flow) .site-header .nav-link{color:#e1e7ee}body:has(.catalog-flow) .site-header .nav-link:is(:hover,.nav-link-active){color:#fff;background:#203048}body:has(.catalog-flow) .site-footer p{color:#c1cbd7}@media (width<=1099px){.catalog-flow .editorial-item-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=759px){.catalog-flow .editorial-item-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.catalog-flow .editorial-item-card{gap:10px;padding:10px}.catalog-flow .item-purchase-row{grid-template-columns:minmax(0,1fr)}.catalog-flow .editorial-item-card h3{font-size:.95rem}}@media (width<=379px){.catalog-flow .editorial-item-grid{grid-template-columns:minmax(0,1fr)}.catalog-flow .item-purchase-row{grid-template-columns:minmax(0,1fr) minmax(0,1.25fr)}}
