/* =========================================================
   Floristería Amanda — estilos del sitio público
   Colores tomados del logo: morado ciruela, amarillo y dorado
   ========================================================= */
/* Tipografías alojadas en el sitio (Google Fonts, licencia OFL). Solo caracteres latinos. */
@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 400; font-display: swap; src: url('../fonts/cormorant-garamond-italic.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 500; font-display: swap; src: url('../fonts/cormorant-garamond-italic.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/cormorant-garamond.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/cormorant-garamond.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Great Vibes'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/great-vibes.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 300; font-display: swap; src: url('../fonts/inter.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/inter.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/inter.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/inter.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
    --plum: #5a1a5c;
    --plum-deep: #3d1140;
    --plum-soft: #f3e9f1;
    --plum-tint: #ead9e7;
    --gold: #7d5f26;
    --gold-light: #b08a3e;
    --sun: #efd35c;
    --sun-soft: #fbf4d6;
    --ink: #2b2127;
    --ink-soft: #6b5f66;
    --line: #e9dfd6;
    --paper: #fdfaf6;
    --sand: #f6efe7;
    --sand-deep: #efe5d9;
    --sage: #5d7263;
    --white: #fff;

    /* compatibilidad con plantillas anteriores */
    --rose: var(--plum);
    --rose-dark: var(--plum-deep);
    --rose-soft: var(--plum-soft);
    --cream: var(--sand);

    --serif: "Cormorant Garamond", "Cormorant", Georgia, "Times New Roman", serif;
    --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --script: "Great Vibes", "Brush Script MT", cursive;

    --radius: 18px;
    --radius-sm: 12px;
    --shadow-soft: 0 1px 2px rgba(43, 33, 39, .05), 0 12px 32px rgba(43, 33, 39, .07);
    --shadow-lift: 0 18px 40px rgba(61, 17, 64, .14);
    --space-section: clamp(4.5rem, 10vw, 8rem);
    --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 90px; }
body { margin: 0; font-family: var(--sans); font-size: 1rem; font-weight: 400; line-height: 1.7; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a, button, input, label, summary { -webkit-tap-highlight-color: rgba(90, 26, 92, .12); }
input, textarea, select, button { font-family: inherit; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--plum); text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: var(--plum-deep); }
p { margin: 0 0 1em; }
address { font-style: normal; }
::selection { background: var(--plum-tint); color: var(--plum-deep); }
:focus-visible { outline: 2px solid var(--plum); outline-offset: 3px; border-radius: 4px; }

h1, h2, h3, .h3 { font-family: var(--serif); font-weight: 500; line-height: 1.08; margin: 0 0 .45em; color: var(--ink); letter-spacing: -.01em; }
h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.1rem); }
h3, .h3 { font-size: 1.6rem; }
h1 em, h2 em, h3 em { font-style: italic; font-weight: 400; color: var(--plum); }
.display { font-size: clamp(2.7rem, 5.6vw, 4.6rem); line-height: 1.02; }

.container { width: min(1200px, 100% - 3rem); margin-inline: auto; }
.narrow { max-width: 680px; }
.center { text-align: center; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff; padding: .6rem 1rem; z-index: 100; }
.skip-link:focus { left: 1rem; }

.kicker, .eyebrow { display: flex; align-items: center; gap: .75rem; margin: 0 0 1.1rem; font-size: .72rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }
.kicker::before, .eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; flex: none; }
.kicker a, .eyebrow a { color: inherit; text-decoration: none; }
.kicker span, .eyebrow span { color: inherit; }
.section-title--center .kicker, .center .eyebrow { justify-content: center; }
.lead { font-size: clamp(1.06rem, 1.4vw, 1.2rem); font-weight: 300; line-height: 1.75; color: var(--ink-soft); }

/* ---------- Botones y enlaces ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 50px; padding: .8rem 1.75rem; border-radius: 999px; border: 1px solid transparent; font: 500 .92rem/1.2 var(--sans); letter-spacing: .02em; text-decoration: none; cursor: pointer; transition: background .25s var(--ease), color .25s, border-color .25s, box-shadow .25s, transform .25s var(--ease); }
.btn--primary { background: var(--plum); color: #fff; box-shadow: 0 10px 24px rgba(90, 26, 92, .22); }
.btn--primary:hover { background: var(--plum-deep); color: #fff; box-shadow: 0 14px 30px rgba(90, 26, 92, .3); transform: translateY(-1px); }
.btn--ghost { border-color: rgba(43, 33, 39, .18); color: var(--ink); background: transparent; }
.btn--ghost:hover { border-color: var(--plum); color: var(--plum); }
.btn--light { background: #fff; color: var(--plum-deep); }
.btn--light:hover { background: var(--sun-soft); color: var(--plum-deep); }
.btn--outline-light { border-color: rgba(255, 255, 255, .45); color: #fff; }
.btn--outline-light:hover { background: rgba(255, 255, 255, .1); color: #fff; }
.btn--sm { min-height: 42px; padding: .55rem 1.25rem; font-size: .86rem; }
.btn--block { width: 100%; }

.link-arrow { display: inline-flex; align-items: center; gap: .5rem; min-height: 44px; font-size: .92rem; font-weight: 500; color: var(--ink); text-decoration: none; letter-spacing: .01em; white-space: nowrap; }
.link-arrow span { display: inline-block; color: var(--plum); transition: transform .25s var(--ease); }
.link-arrow:hover { color: var(--plum); }
.link-arrow:hover span { transform: translateX(5px); }
.link-arrow { background-image: linear-gradient(currentColor, currentColor); background-size: 0 1px; background-position: 0 calc(100% - 10px); background-repeat: no-repeat; transition: background-size .3s var(--ease), color .2s; }
.link-arrow:hover { background-size: calc(100% - 1.4rem) 1px; }

/* ---------- Barra superior y encabezado ---------- */
.topbar { background: var(--plum-soft); color: var(--plum-deep); font-size: .8rem; letter-spacing: .02em; border-bottom: 1px solid var(--plum-tint); }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 38px; }
.topbar a { color: var(--plum-deep); font-weight: 500; text-decoration: none; white-space: nowrap; }
.topbar a:hover { text-decoration: underline; }

.header { position: sticky; top: 0; z-index: 50; background: rgba(253, 250, 246, .92); backdrop-filter: saturate(1.2) blur(10px); -webkit-backdrop-filter: saturate(1.2) blur(10px); border-bottom: 1px solid transparent; transition: border-color .25s, box-shadow .25s; }
.header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 20px rgba(43, 33, 39, .04); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 120px; transition: min-height .3s var(--ease); }
.header.is-scrolled .header__inner { min-height: 74px; }
.brand { display: flex; align-items: center; text-decoration: none; }
.brand__logo { display: block; height: 104px; width: auto; transition: height .3s var(--ease); }
.header.is-scrolled .brand__logo { height: 62px; }

.nav { display: flex; align-items: center; gap: 2.25rem; }
.nav > a:not(.btn), .nav__group > a { position: relative; color: var(--ink); text-decoration: none; font-size: .9rem; font-weight: 500; letter-spacing: .02em; padding: .5rem 0; }
.nav > a:not(.btn)::after, .nav__group > a::after { content: ""; position: absolute; left: 0; right: 0; bottom: .2rem; height: 1px; background: var(--plum); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.nav > a:not(.btn):hover::after, .nav__group > a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav a[aria-current="page"] { color: var(--plum); }
.nav__group { position: relative; }
.nav__dropdown { position: absolute; top: calc(100% + .5rem); left: -1.25rem; min-width: 250px; padding: .6rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow-soft); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .22s var(--ease); }
.nav__group:hover .nav__dropdown, .nav__group:focus-within .nav__dropdown { opacity: 1; visibility: visible; transform: none; }
.nav__dropdown a { display: block; padding: .5rem .8rem; border-radius: 8px; color: var(--ink); text-decoration: none; font-size: .9rem; }
.nav__dropdown a:hover { background: var(--plum-soft); color: var(--plum-deep); }

.nav-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); cursor: pointer; }
.nav-toggle svg { display: block; margin: auto; }
.nav-toggle__close, .nav-toggle[aria-expanded="true"] .nav-toggle__open { display: none !important; }
.nav-toggle[aria-expanded="true"] .nav-toggle__close { display: block !important; }
.nav-toggle[aria-expanded="true"] { background: var(--plum-soft); border-color: var(--plum); color: var(--plum); }

/* ---------- Portada ---------- */
.hero { position: relative; overflow: hidden; padding: clamp(2.5rem, 6vw, 5.5rem) 0 clamp(3rem, 6vw, 5rem); background: radial-gradient(60% 70% at 85% 30%, var(--plum-soft) 0%, rgba(243, 233, 241, 0) 70%), linear-gradient(180deg, var(--sand) 0%, var(--paper) 100%); }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.hero__text h1 { margin-bottom: .4em; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.1rem 1.75rem; margin: 2.25rem 0 2.75rem; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 1.25rem 2.75rem; margin: 0; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.hero__facts dt { font-size: .7rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: .2rem; }
.hero__facts dd { margin: 0; font-size: .92rem; color: var(--ink-soft); }

.hero__art { position: relative; justify-self: center; width: 100%; max-width: 440px; padding: 1.5rem 0 1.5rem 2.5rem; }
.hero__media { position: relative; aspect-ratio: 4 / 5; border-radius: 240px 240px var(--radius) var(--radius); overflow: hidden; box-shadow: var(--shadow-lift); }
.hero__media::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255, 255, 255, .55); border-radius: 232px 232px 12px 12px; pointer-events: none; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
/* La rama y la mariposa "salen" del marco para romper la cuadrícula */
.hero__sprig { position: absolute; left: -1.25rem; bottom: -1.25rem; width: 46%; height: auto; z-index: 2; filter: drop-shadow(0 8px 14px rgba(43, 33, 39, .12)); transform: rotate(-6deg); pointer-events: none; }
.hero__butterfly { position: absolute; right: -.75rem; top: 2.25rem; width: 58px; height: auto; z-index: 2; transform: rotate(14deg); animation: flutter 6s ease-in-out infinite; pointer-events: none; }
.hero__badge { position: absolute; right: -1.25rem; bottom: 3.5rem; z-index: 3; display: grid; place-content: center; width: 112px; height: 112px; margin: 0; border-radius: 50%; background: var(--plum); color: #fff; text-align: center; box-shadow: 0 12px 28px rgba(61, 17, 64, .3); transform: rotate(-8deg); }
.hero__badge strong { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 1.2rem; line-height: 1; }
.hero__badge span { font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; opacity: .85; margin-top: .3rem; }
@keyframes flutter { 0%, 100% { transform: rotate(14deg) translateY(0); } 50% { transform: rotate(8deg) translateY(-8px); } }

.hero--compact { padding: clamp(3rem, 6vw, 4.5rem) 0; background: var(--paper); }
.hero--compact .hero__grid { grid-template-columns: 1fr; max-width: 780px; text-align: center; }
.hero--compact .kicker { justify-content: center; }
.hero--compact .display { font-size: clamp(2.2rem, 4vw, 3.2rem); }
.hero--compact .hero__actions { justify-content: center; margin-bottom: 1.75rem; }
.hero--compact .hero__facts { justify-content: center; }

/* ---------- Temporada ---------- */
.season { --season-accent: var(--plum); --season-bg: var(--plum-soft); position: relative; overflow: hidden; padding: clamp(2.5rem, 6vw, 4.5rem) 0; background: var(--season-bg); }
.season::before { content: ""; position: absolute; right: -8%; bottom: -55%; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 255, 255, .6), transparent 70%); pointer-events: none; }
.season__grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(1.5rem, 5vw, 4rem); align-items: center; }
.season__grid--solo { grid-template-columns: 1fr; max-width: 780px; }
.season__tags { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem 1rem; margin-bottom: 1.1rem; }
.season__tag { display: inline-block; padding: .35rem .9rem; border-radius: 999px; background: var(--season-accent); color: #fff; font-size: .7rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.season__until { font-size: .86rem; font-weight: 500; color: var(--season-accent); }
.season__title { font-size: clamp(2.6rem, 5.4vw, 4.4rem); line-height: 1; margin-bottom: .35em; }
.season__subtitle { font-size: 1.12rem; font-weight: 300; color: var(--ink-soft); max-width: 540px; }
.season__description { color: var(--ink-soft); max-width: 620px; }
.season__actions { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem 1.5rem; margin-top: 1.75rem; }
.btn--season { background: var(--season-accent); color: #fff; }
.btn--season:hover { filter: brightness(.9); color: #fff; }
.season__media { justify-self: center; width: 100%; max-width: 400px; aspect-ratio: 1; border-radius: 50%; overflow: hidden; border: 10px solid rgba(255, 255, 255, .75); box-shadow: var(--shadow-lift); }
.season__media img { width: 100%; height: 100%; object-fit: cover; }
.season__products { position: relative; margin-top: clamp(2rem, 4vw, 3rem); }
.season .card__price { color: var(--season-accent); }
.season-more { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; padding-top: 1rem; padding-bottom: 1rem; font-size: .88rem; color: var(--ink-soft); }
.chip--season { border-color: var(--season-accent); color: var(--season-accent); }
.season-page { background: var(--season-bg); }
.season-page__crumbs { padding-top: 1.25rem; }
.season-page .season { padding-top: 1rem; }
.season-notice { background: var(--sun-soft); color: #5c4400; font-size: .9rem; padding: .7rem 0; text-align: center; }
.preview-bar { background: var(--sun-soft); color: #6d5100; text-align: center; padding: .6rem 1rem; font-weight: 500; font-size: .88rem; }
.grid--spaced { margin-top: 1.25rem; }

/* ---------- Secciones ---------- */
.section { padding: var(--space-section) 0; }
.section--tight { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.section--flush-top { padding-top: 0; }
.section--tint { background: var(--sand); }
.section-title { max-width: 640px; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.section-title p:not(.kicker) { color: var(--ink-soft); font-weight: 300; font-size: 1.05rem; }
.section-title--center { margin-inline: auto; text-align: center; }

.chips { display: flex; flex-wrap: wrap; justify-content: center; gap: .55rem; margin: 0 0 2.5rem; }
.chips--left { justify-content: flex-start; margin-bottom: 0; }
.chip { display: inline-flex; align-items: center; gap: .4rem; min-height: 42px; padding: .45rem 1.1rem; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); text-decoration: none; font-size: .88rem; transition: border-color .2s, color .2s; }
.chip:hover { border-color: var(--plum); color: var(--plum); }

.category-block { padding-top: clamp(3rem, 6vw, 4.5rem); margin-top: clamp(3rem, 6vw, 4.5rem); border-top: 1px solid var(--line); scroll-margin-top: 90px; }
.category-block:first-of-type { border-top: 0; margin-top: 0; padding-top: 0; }
.category-block__header { display: flex; justify-content: space-between; align-items: flex-end; gap: 1rem 2rem; margin-bottom: clamp(1.5rem, 3vw, 2.25rem); flex-wrap: wrap; }
.category-block__title { font-size: clamp(1.9rem, 3.2vw, 2.6rem); margin-bottom: .2rem; }
.category-block__title a { color: inherit; text-decoration: none; }
.category-block__title a:hover { color: var(--plum); }
.category-block__text { color: var(--ink-soft); font-weight: 300; margin: 0; max-width: 580px; }
.category-block__header .section-title { margin-bottom: 0; }

/* ---------- Tarjetas de arreglos (estilo editorial) ---------- */
.grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1.25rem, 2.4vw, 2rem); }
.grid--categories { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.5rem, 3vw, 2.5rem); }
.card { position: relative; }
.card__link { display: flex; flex-direction: column; height: 100%; color: inherit; text-decoration: none; }
.card__media { position: relative; aspect-ratio: 4 / 5; border-radius: var(--radius); overflow: hidden; background: var(--sand); }
.card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(61, 17, 64, .18)); opacity: 0; transition: opacity .4s var(--ease); }
.card--category .card__media { aspect-ratio: 5 / 4; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.card__body { display: flex; flex-direction: column; flex: 1; padding: 1rem .15rem 0; }
.card__title { font-family: var(--serif); font-size: 1.4rem; font-weight: 500; line-height: 1.15; margin: 0 0 .35rem; transition: color .2s; }
.card__text { font-size: .86rem; font-weight: 300; color: var(--ink-soft); margin-bottom: .6rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card__price { margin: auto 0 0; font-size: .72rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--plum); }
@media (hover: hover) {
    .card:hover .card__media img { transform: scale(1.045); }
    .card:hover .card__media::after { opacity: 1; }
    .card:hover .card__title { color: var(--plum); }
}

/* ---------- Momentos (ocasiones) ---------- */
.moments { padding-top: clamp(3.5rem, 7vw, 5.5rem); background: linear-gradient(180deg, var(--paper), var(--sand) 55%, var(--paper)); }
.moments__options { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; max-width: 980px; margin: 0 auto clamp(2.5rem, 5vw, 3.5rem); }
.moment { display: inline-flex; align-items: center; gap: .6rem; min-height: 52px; padding: .6rem 1.35rem .6rem 1rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, .8); color: var(--ink); text-decoration: none; font-size: .94rem; transition: background .25s var(--ease), border-color .25s, color .25s, box-shadow .25s, transform .25s var(--ease); }
.moment__emoji { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--sand); font-size: 1.05rem; }
.moment:hover { border-color: var(--plum); color: var(--plum); transform: translateY(-2px); }
.moment[aria-selected="true"] { background: var(--plum); border-color: var(--plum); color: #fff; box-shadow: 0 10px 24px rgba(90, 26, 92, .22); }
.moment[aria-selected="true"] .moment__emoji { background: rgba(255, 255, 255, .16); }
.moments__results { transition: opacity .25s; }
.moments__results.is-loading { opacity: .35; pointer-events: none; }
.moments__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: .5rem 1.5rem; margin-bottom: 1.5rem; }
.moments__intro { margin: 0; font-family: var(--serif); font-style: italic; font-size: clamp(1.25rem, 2vw, 1.5rem); color: var(--ink); }

/* ---------- Proceso artesanal ---------- */
.process { background: var(--sand-deep); position: relative; overflow: hidden; }
.process::before { content: ""; position: absolute; left: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; border: 1px solid rgba(176, 138, 62, .25); pointer-events: none; }
.process__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.process__intro { position: sticky; top: 110px; margin-bottom: 0; }
.process__butterfly { width: 54px; margin-top: 1.5rem; opacity: .9; }
.process__steps { list-style: none; margin: 0; padding: 0; }
.process__step { display: grid; grid-template-columns: 5.5rem 1fr; column-gap: clamp(1.25rem, 3vw, 2.5rem); padding: clamp(1.75rem, 3.5vw, 2.5rem) 0; border-top: 1px solid rgba(43, 33, 39, .12); }
.process__step:last-child { border-bottom: 1px solid rgba(43, 33, 39, .12); }
.process__num { grid-row: span 2; font-family: var(--serif); font-size: clamp(3rem, 6vw, 4.5rem); line-height: .85; font-weight: 400; font-style: italic; color: var(--gold); }
.process__step h3 { font-size: clamp(1.5rem, 2.4vw, 1.9rem); margin-bottom: .35rem; }
.process__step p { margin: 0; color: var(--ink-soft); font-weight: 300; max-width: 460px; }

/* ---------- Dedicatoria ---------- */
.dedication__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: center; }
.dedication__cards { position: relative; min-height: 540px; }
.dedication__text .lead { margin-bottom: 1.5rem; }
.checklist { list-style: none; margin: 0 0 2rem; padding: 0; }
.checklist li { position: relative; padding: .55rem 0 .55rem 2rem; border-bottom: 1px dashed var(--line); color: var(--ink-soft); }
.checklist li::before { content: ""; position: absolute; left: .2rem; top: 1.05rem; width: 12px; height: 7px; border-left: 1.5px solid var(--plum); border-bottom: 1.5px solid var(--plum); transform: rotate(-45deg); }
.checklist strong { font-weight: 500; color: var(--ink); }
.checklist em { font-family: var(--serif); font-size: 1.1em; color: var(--plum); }

.note { position: relative; margin: 0; padding: 2rem 1.9rem 1.7rem; width: min(340px, 100%); border-radius: 6px; background: #fffdf8 linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(246, 239, 231, .6)); box-shadow: 0 1px 0 rgba(0, 0, 0, .03), 0 18px 40px rgba(61, 17, 64, .12); color: #3a2b33; }
.note::before { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(176, 138, 62, .35); border-radius: 3px; pointer-events: none; }
.note figcaption { position: absolute; top: -.8rem; right: 1.2rem; padding: .2rem .7rem; border-radius: 999px; background: var(--plum); color: #fff; font: 500 .66rem/1.4 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.note__to { margin: 0 0 .7rem; }
.note__message { margin: 0 0 1rem; overflow-wrap: anywhere; white-space: pre-line; }
.note__from { margin: 0; text-align: right; }
.note .is-placeholder { opacity: .45; }
.dedication__cards .note { position: absolute; }
.dedication__cards .note { width: 300px; }
.dedication__cards .note:nth-child(1) { left: 0; top: 40px; transform: rotate(-8deg); z-index: 1; }
.dedication__cards .note:nth-child(2) { right: 0; top: 0; transform: rotate(5deg); z-index: 2; }
.dedication__cards .note:nth-child(3) { left: 18%; top: 290px; transform: rotate(-2deg); z-index: 3; }
.dedication__cards .note:only-child { position: relative; left: auto; top: auto; margin: auto; }

.card-style--clasica .note__to, .card-style--clasica .note__from { font-family: var(--serif); font-style: italic; font-size: 1.35rem; }
.card-style--clasica .note__message { font-family: var(--serif); font-size: 1.3rem; line-height: 1.35; }
.card-style--manuscrita .note__to, .card-style--manuscrita .note__from { font-family: var(--script); font-size: 1.9rem; line-height: 1.1; }
.card-style--manuscrita .note__message { font-family: var(--script); font-size: 1.75rem; line-height: 1.25; }
.card-style--moderna .note__to { font-family: var(--sans); font-size: .78rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.card-style--moderna .note__message { font-family: var(--sans); font-weight: 300; font-size: 1.02rem; line-height: 1.6; }
.card-style--moderna .note__from { font-family: var(--sans); font-size: .82rem; font-weight: 400; letter-spacing: .06em; }

/* ---------- Accesos a todas las secciones ---------- */
.tiles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.tile { display: flex; align-items: center; gap: 1rem; padding: .75rem; background: rgba(255, 255, 255, .75); border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); text-decoration: none; transition: border-color .25s, box-shadow .25s, transform .25s var(--ease); }
.tile:hover { border-color: var(--plum-tint); box-shadow: var(--shadow-soft); color: var(--ink); transform: translateY(-2px); }
.tile__media { flex: none; width: 64px; height: 64px; border-radius: 50%; overflow: hidden; background: var(--sand); }
.tile__media img { width: 100%; height: 100%; object-fit: cover; }
.tile__text { display: flex; flex-direction: column; line-height: 1.3; min-width: 0; }
.tile__text strong { font-family: var(--serif); font-weight: 500; font-size: 1.25rem; }
.tile__text span { font-size: .78rem; color: var(--ink-soft); letter-spacing: .04em; }

/* ---------- Sobre nosotros ---------- */
.about__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.about__grid .section-title { margin-bottom: 0; }
.about__text { font-size: 1.08rem; font-weight: 300; color: var(--ink-soft); }

/* ---------- Llamada final ---------- */
.cta { position: relative; overflow: hidden; background: var(--plum-deep); color: #fff; padding: clamp(3.5rem, 7vw, 5.5rem) 0; }
.cta::after { content: ""; position: absolute; right: -60px; top: -80px; width: 300px; height: 300px; border-radius: 50%; border: 1px solid rgba(239, 211, 92, .25); }
.cta__inner { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem 3rem; flex-wrap: wrap; }
.cta h2 { color: #fff; margin-bottom: .4rem; }
.cta h2 em { color: var(--sun); }
.cta p { margin: 0; color: rgba(255, 255, 255, .72); font-weight: 300; }
.cta__actions { display: flex; gap: .75rem; flex-wrap: wrap; }

/* ---------- Encabezado de página interna ---------- */
.page-head { position: relative; overflow: hidden; padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(3rem, 6vw, 4.5rem); background: radial-gradient(50% 80% at 90% 10%, var(--plum-soft) 0%, rgba(243, 233, 241, 0) 70%), var(--sand); }
.page-head::after { content: ""; position: absolute; right: clamp(-40px, 2vw, 40px); bottom: -30px; width: clamp(110px, 16vw, 190px); aspect-ratio: 220 / 320; background: url("../img/rama.svg") no-repeat center / contain; opacity: .55; transform: rotate(18deg); pointer-events: none; }
.page-head .container { position: relative; z-index: 1; }
.page-head h1 { max-width: 820px; }
.page-head h1 { margin-top: .2rem; }
.page-head .kicker { margin-top: 1.75rem; margin-bottom: .6rem; }
.page-head__text { max-width: 720px; color: var(--ink-soft); font-weight: 300; font-size: 1.08rem; }
.page-head__count { font-size: .75rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin: 0; }

.breadcrumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; gap: .4rem; font-size: .8rem; color: var(--ink-soft); }
.breadcrumbs li { display: inline-flex; align-items: center; min-height: 32px; }
.breadcrumbs li + li::before { content: "/"; margin-right: .4rem; color: #c3b6ad; }
.breadcrumbs a { color: var(--ink-soft); text-decoration: none; }
.breadcrumbs a:hover { color: var(--plum); text-decoration: underline; }

/* ---------- Página de arreglo ---------- */
.product-page { position: relative; overflow: hidden; padding: clamp(1rem, 2.5vw, 2rem) 0 clamp(3.5rem, 7vw, 6rem); background: radial-gradient(55% 60% at 12% 35%, var(--plum-soft) 0%, rgba(243, 233, 241, 0) 70%), linear-gradient(180deg, var(--sand) 0%, var(--paper) 55%); }
.product-page .breadcrumbs { margin-bottom: .5rem; }
.product__art { position: relative; padding: 0 0 1.25rem 1.5rem; }
.product__media { position: relative; border-radius: 280px 280px var(--radius) var(--radius); overflow: hidden; background: var(--sand-deep); box-shadow: var(--shadow-lift); aspect-ratio: 4 / 5; }
.product__media::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255, 255, 255, .6); border-radius: 270px 270px 12px 12px; pointer-events: none; }
.product__zoom { position: relative; display: block; height: 100%; cursor: zoom-in; }
.product__media img { width: 100%; height: 100%; max-height: none; object-fit: cover; transition: transform .8s var(--ease); }
.product__zoom:hover img { transform: scale(1.03); }
.product__zoom-hint { position: absolute; left: 50%; bottom: 1.4rem; transform: translateX(-50%); padding: .35rem .9rem; border-radius: 999px; background: rgba(43, 33, 39, .55); color: #fff; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(4px); white-space: nowrap; }
.product__sprig { position: absolute; left: -.5rem; bottom: -.5rem; width: 34%; max-width: 160px; z-index: 2; transform: rotate(-8deg); filter: drop-shadow(0 8px 14px rgba(43, 33, 39, .12)); pointer-events: none; }
.product__butterfly { position: absolute; right: -.5rem; top: 2.5rem; width: 54px; z-index: 2; animation: flutter 6s ease-in-out infinite; pointer-events: none; }
.product__title { font-size: clamp(2.5rem, 4.6vw, 3.8rem); line-height: 1.02; margin-bottom: .5em; }
.product__meta { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem 1.25rem; margin-bottom: 1.5rem; padding-bottom: 1.25rem; border-bottom: 1px solid var(--line); }
.product__meta .product__price { margin: 0; }
.product__made { position: relative; margin: 0; padding-left: 1.25rem; font-family: var(--serif); font-style: italic; font-size: 1.1rem; color: var(--ink-soft); }
.product__made::before { content: ""; position: absolute; left: 0; top: 50%; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); transform: translateY(-50%); }
.product__lead { font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.6rem); font-weight: 400; line-height: 1.4; color: var(--ink); }
.product__label { margin: 0 0 .6rem; font-size: .7rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.product__occasions { margin-top: 1.5rem; }
.order__header { margin-bottom: 1.25rem; }
.order__header .kicker { margin-bottom: .4rem; }
.order__title { font-size: clamp(1.8rem, 2.6vw, 2.2rem); margin: 0; }
.product__call { justify-self: center; }
.product__buyinfo { display: flex; flex-wrap: wrap; gap: .4rem 1.25rem; margin: 1rem 0 0; font-size: .85rem; color: var(--ink-soft); }
.product__buyinfo span::before { content: "✓ "; color: var(--plum); }
.perks { list-style: none; margin: 1.75rem 0 0; padding: 0; display: grid; gap: .25rem; }
.perks__item { display: flex; align-items: flex-start; gap: .9rem; padding: .85rem 0; border-top: 1px solid var(--line); color: var(--plum); }
.perks__item svg { flex: none; margin-top: .15rem; }
.perks__item span { display: flex; flex-direction: column; font-size: .9rem; font-weight: 300; color: var(--ink-soft); line-height: 1.5; }
.perks__item strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 500; color: var(--ink); }
.process--compact .section-title { margin-bottom: clamp(2rem, 4vw, 3rem); }
.process__row { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 3vw, 2rem); }
.process__card { position: relative; padding: clamp(1.5rem, 3vw, 2.25rem); background: rgba(255, 255, 255, .55); border: 1px solid rgba(176, 138, 62, .22); border-radius: var(--radius); }
.process__card .process__num { display: block; margin-bottom: .75rem; font-size: clamp(2.6rem, 4vw, 3.4rem); }
.process__card h3 { font-size: 1.6rem; margin-bottom: .4rem; }
.process__card p { margin: 0; color: var(--ink-soft); font-weight: 300; }

.product { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5.5rem); margin-top: 1.5rem; align-items: start; }
.product__gallery { position: sticky; top: 100px; display: grid; gap: 1.25rem; }
.product__price { font-size: .8rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--plum); margin-bottom: 1.25rem; }
.product__description { color: var(--ink-soft); font-weight: 300; }
.product__description p:last-child { margin-bottom: 0; }
.product__actions { display: grid; gap: .7rem; margin-top: 1.5rem; }
.product__notes { list-style: none; margin: 1.5rem 0 0; padding: 0; font-size: .9rem; color: var(--ink-soft); }
.product__notes li { position: relative; padding: .55rem 0 .55rem 1.6rem; border-top: 1px solid var(--line); }
.product__notes li::before { content: "✿"; position: absolute; left: 0; top: .5rem; color: var(--gold); font-size: .85rem; }

.disclaimer { border-left: 2px solid var(--gold); background: var(--sand); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 1.1rem 1.35rem; font-size: .86rem; font-weight: 300; color: var(--ink-soft); }
.disclaimer p { margin: 0 0 .5em; }
.disclaimer p:last-child { margin-bottom: 0; }
.disclaimer__title { font-weight: 500; color: var(--ink); letter-spacing: .02em; }
.disclaimer--inline { margin: 2.5rem 0 0; }

.order { margin: 2rem 0 0; padding: clamp(1.25rem, 3vw, 1.9rem); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); }
.order fieldset { border: 0; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; gap: .5rem .75rem; }
.order legend { font-weight: 500; padding: 0; margin-bottom: .75rem; width: 100%; }
.radio { display: inline-flex; align-items: center; gap: .55rem; min-height: 44px; padding: .45rem 1.1rem .45rem .8rem; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; transition: border-color .2s, background .2s; }
.radio:has(input:checked) { border-color: var(--plum); background: var(--plum-soft); }
.radio input { accent-color: var(--plum); width: 1.15rem; height: 1.15rem; margin: 0; }
.order__card { margin-top: 1.5rem; display: grid; gap: 1.1rem; }
.order__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.order label:not(.radio):not(.style-option) { display: grid; gap: .4rem; font-weight: 500; font-size: .88rem; }
.order input[type=text], .order textarea { width: 100%; padding: .8rem .95rem; border: 1px solid #ddd1c7; border-radius: var(--radius-sm); font: 400 1rem/1.45 var(--sans); color: var(--ink); background: var(--paper); transition: border-color .2s, box-shadow .2s; }
.order input[type=text]:focus, .order textarea:focus { outline: none; border-color: var(--plum); box-shadow: 0 0 0 4px var(--plum-soft); }
.order textarea { resize: vertical; min-height: 116px; }
.req { color: var(--plum); }
.order__hint { margin: -.3rem 0 0; font-size: .8rem; color: var(--ink-soft); }
.styles { gap: .6rem !important; }
.style-option { position: relative; display: inline-flex; align-items: center; min-height: 48px; padding: .4rem 1.1rem; border: 1px solid var(--line); border-radius: var(--radius-sm); cursor: pointer; transition: border-color .2s, background .2s; }
.style-option input { position: absolute; opacity: 0; pointer-events: none; }
.style-option span { font-size: 1.15rem; }
.style-option.card-style--clasica span { font-family: var(--serif); font-style: italic; font-size: 1.3rem; }
.style-option.card-style--manuscrita span { font-family: var(--script); font-size: 1.6rem; }
.style-option.card-style--moderna span { font-family: var(--sans); font-size: .78rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.style-option:has(input:checked) { border-color: var(--plum); background: var(--plum-soft); box-shadow: inset 0 0 0 1px var(--plum); }
.style-option:has(input:focus-visible) { outline: 2px solid var(--plum); outline-offset: 2px; }
.note--preview { width: 100%; margin-top: .9rem; transform: rotate(-1deg); }
.order .product__actions { margin-top: 1.5rem; }

.lightbox { border: 0; padding: 0; background: transparent; max-width: 94vw; max-height: 94vh; }
.lightbox::backdrop { background: rgba(43, 20, 40, .9); }
.lightbox img { max-width: 94vw; max-height: 90vh; object-fit: contain; border-radius: 8px; }
.lightbox__close { position: fixed; top: 1rem; right: 1rem; width: 48px; height: 48px; border-radius: 50%; border: 0; background: #fff; font-size: 1.6rem; line-height: 1; cursor: pointer; }

/* ---------- Texto SEO de colecciones y momentos ---------- */
.seo-copy { border-top: 1px solid var(--line); }
.seo-copy__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(1.5rem, 5vw, 5rem); align-items: start; }
.seo-copy__grid .section-title { margin-bottom: 0; }
.seo-copy__grid h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); }
.seo-copy__text { max-width: 680px; color: var(--ink-soft); font-weight: 300; font-size: 1.02rem; }
.seo-copy .process__row { margin-top: .5rem; }
.contact__side { display: grid; gap: 1.5rem; align-content: start; }
.zones { padding: clamp(1.5rem, 3vw, 2.25rem); border-radius: var(--radius); background: var(--sand-deep); }
.zones .kicker { margin-bottom: .4rem; }
.zones__list { list-style: none; margin: 1rem 0 1.25rem; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.zones__list li { padding: .5rem 1rem; border-radius: 999px; background: #fff; font-family: var(--serif); font-size: 1.2rem; }
.zones__list span { font-family: var(--sans); font-size: .75rem; color: var(--ink-soft); }
.zones__info { color: var(--ink-soft); font-weight: 300; }
.zones__note { margin: 0; font-size: .88rem; color: var(--ink-soft); }

/* ---------- Contacto ---------- */
.contact { display: grid; grid-template-columns: 1fr 1.2fr; gap: 2rem; }
.contact__card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.5rem, 3vw, 2.25rem); box-shadow: var(--shadow-soft); }
.contact__list { margin: 0; }
.contact__list dt { font-size: .7rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-top: 1.2rem; }
.contact__list dd { margin: .25rem 0 0; }
.contact__map { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); min-height: 380px; background: var(--sand); }
.contact__map iframe { width: 100%; height: 100%; min-height: 380px; border: 0; }
.contact__placeholder { height: 100%; display: grid; place-content: center; text-align: center; padding: 2rem; color: var(--ink-soft); }
.empty { padding: 2rem; text-align: center; background: var(--sand); border-radius: var(--radius); }

/* ---------- Pie de página ---------- */
.footer { background: #2a1a2b; color: rgba(255, 255, 255, .7); padding: clamp(3.5rem, 7vw, 5rem) 0 0; font-size: .9rem; font-weight: 300; }
.footer a { color: #fff; text-decoration: none; }
.footer a:hover { color: var(--sun); }
.footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1.2fr .9fr; gap: 2.5rem; }
.footer__brand { font-family: var(--serif); font-style: italic; font-size: 2rem; color: #fff; margin-bottom: .25rem; }
.footer__title { font-weight: 500; color: var(--sun); letter-spacing: .2em; text-transform: uppercase; font-size: .7rem; }
.footer__links { list-style: none; margin: 0; padding: 0; }
.footer__links li { margin-bottom: .45rem; }
.footer__bottom { border-top: 1px solid rgba(255, 255, 255, .1); margin-top: 3rem; padding: 1.4rem 0; font-size: .78rem; color: rgba(255, 255, 255, .5); }
.footer__bottom p { margin: 0; }

.wa-float { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 60; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: #fff; box-shadow: 0 10px 24px rgba(0, 0, 0, .2); transition: transform .3s var(--ease), opacity .3s; }
.wa-float:hover { color: #fff; transform: scale(1.06); }
.wa-float.is-hidden { opacity: 0; transform: translateY(20px) scale(.8); pointer-events: none; }

/* Barra fija para pedir (solo celular, página de arreglo) */
.order-bar { display: none; }

/* =========================================================
   Responsivo
   ========================================================= */
@media (max-width: 1024px) {
    .grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid--categories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .process__grid, .about__grid { grid-template-columns: 1fr; }
    .process__intro { position: static; }
}

@media (max-width: 900px) {
    .nav-toggle { display: block; }
    .nav { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: .25rem 1.25rem 1.25rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(43, 33, 39, .16); display: none; max-height: calc(100dvh - 76px); overflow-y: auto; overscroll-behavior: contain; }
    .nav.is-open { display: flex; }
    .nav > a:not(.btn), .nav__group > a { display: flex; align-items: center; min-height: 52px; padding: .5rem 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
    .nav > a:not(.btn)::after, .nav__group > a::after { display: none; }
    .nav__dropdown { position: static; opacity: 1; visibility: visible; transform: none; border: 0; box-shadow: none; padding: .5rem 0; background: transparent; min-width: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .35rem; }
    .nav__dropdown a { display: flex; align-items: center; min-height: 44px; padding: .35rem .75rem; background: var(--sand); font-size: .88rem; }
    .nav .btn { margin-top: 1rem; min-height: 52px; }
    .hero__grid, .product, .contact, .season__grid, .dedication__grid { grid-template-columns: 1fr; }
    .hero__art { order: -1; max-width: 340px; padding: .5rem 0 .5rem 1.5rem; }
    .season__media { order: -1; max-width: 230px; border-width: 6px; }
    .product { gap: 1.25rem; margin-top: 1rem; }
    .product__gallery { display: contents; }
    .product__gallery .disclaimer { order: 2; }
    .product__art { max-width: 420px; width: 100%; margin: 0 auto; padding: 0 0 1rem 1rem; }
    .product__media { aspect-ratio: 4 / 4.6; }
    .process__row { grid-template-columns: 1fr; }
    .seo-copy__grid { grid-template-columns: 1fr; }
    .footer__grid { grid-template-columns: 1fr 1fr; }
    .footer__grid > :first-child { grid-column: 1 / -1; }
    .contact__map, .contact__map iframe { min-height: 300px; }
    .contact__map:has(.contact__placeholder) { min-height: 0; }
    .dedication__cards { min-height: 540px; max-width: 520px; width: 100%; margin: 0 auto; }

    .has-order-bar .wa-float { display: none; }
    .has-order-bar .footer { padding-bottom: 5rem; }
    .order-bar { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; gap: .6rem; align-items: center; padding: .65rem max(.9rem, env(safe-area-inset-left)) calc(.65rem + env(safe-area-inset-bottom)); background: rgba(253, 250, 246, .97); border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(43, 33, 39, .1); transform: translateY(110%); transition: transform .3s var(--ease); }
    .order-bar.is-visible { transform: none; }
    .order-bar__info { flex: 1; min-width: 0; line-height: 1.25; }
    .order-bar__name { display: block; font-family: var(--serif); font-weight: 500; font-size: 1.05rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .order-bar__price { font-size: .66rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--plum); }
    .order-bar .btn { flex: none; min-height: 46px; padding: .7rem 1.1rem; box-shadow: none; }
}

@media (max-width: 640px) {
    :root { --space-section: 4.25rem; }
    .container { width: min(1200px, 100% - 2.25rem); }
    body { font-size: .98rem; }
    h2 { font-size: 2.1rem; }
    .display { font-size: clamp(2.35rem, 10.5vw, 2.9rem); }
    .topbar__inner span { display: none; }
    .topbar__inner { justify-content: center; }
    .topbar a { display: flex; align-items: center; min-height: 38px; padding: 0 1rem; }
    .brand__logo, .header.is-scrolled .brand__logo { height: 64px; }
    .header__inner, .header.is-scrolled .header__inner { min-height: 78px; }

    .hero { padding: 1.5rem 0 3.5rem; }
    .hero__art { max-width: 290px; }
    .hero__badge { width: 88px; height: 88px; right: -.75rem; bottom: 2rem; }
    .hero__badge strong { font-size: 1rem; }
    .hero__badge span { font-size: .56rem; }
    .hero__butterfly { width: 44px; right: -.25rem; }
    .hero__actions { gap: .75rem 1.5rem; margin: 1.75rem 0 2rem; }
    .hero__actions .btn { flex: 1 1 100%; }
    .hero__actions .link-arrow { margin: 0 auto; }
    .hero__facts { gap: 1rem 2rem; }

    .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem .85rem; }
    .grid--categories { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem .85rem; }
    .grid--categories .card__text { display: none; }
    .card--category .card__media { aspect-ratio: 1 / 1; }
    .card__media { border-radius: 14px; }
    .card__body { padding-top: .7rem; }
    .card__title { font-size: 1.15rem; }
    .card__text { display: none; }
    .card__price { font-size: .64rem; letter-spacing: .1em; }

    /* Momentos: fila deslizable */
    .moments__options { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; scroll-snap-type: x proximity; scroll-padding-inline: 1.125rem; margin: 0 -1.125rem 2rem; padding: .25rem 1.125rem 1rem; scrollbar-width: none; -webkit-mask-image: linear-gradient(90deg, #000 85%, transparent); mask-image: linear-gradient(90deg, #000 85%, transparent); }
    .moments__options::-webkit-scrollbar { display: none; }
    .moment { flex: none; scroll-snap-align: start; font-size: .9rem; }
    .moments__head { margin-bottom: 1.1rem; }

    .category-block__header { align-items: flex-start; gap: .25rem 1rem; }
    .season { padding: 1.75rem 0 2.5rem; }
    .season__title { font-size: 2.5rem; }
    .season__actions .btn { flex: 1 1 100%; }
    .season__products .card:nth-child(n+3) { display: none; }

    .process__step { grid-template-columns: 1fr; }
    .product__title { font-size: 2.45rem; }
    .product__art { max-width: 330px; }
    .product__butterfly { width: 42px; right: -.25rem; }
    .product__sprig { width: 30%; }
    .product__zoom-hint { font-size: .62rem; bottom: 1rem; }
    .process__card { padding: 1.35rem 1.35rem 1.5rem; }
    .process--compact .process__row { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 82%; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 1.125rem; margin: 0 -1.125rem; padding: 0 1.125rem .75rem; scrollbar-width: none; }
    .process--compact .process__row::-webkit-scrollbar { display: none; }
    .process--compact .process__card { scroll-snap-align: start; }
    .page-head::after { display: none; }
    .process__num { grid-row: auto; font-size: 2.6rem; margin-bottom: .5rem; }

    .dedication__cards { min-height: 470px; }
    .dedication__cards .note { width: 240px; padding: 1.5rem 1.4rem 1.3rem; }
    .dedication__cards .note:nth-child(1) { top: 30px; }
    .dedication__cards .note:nth-child(3) { left: 6%; top: 250px; }
    .card-style--clasica .note__message { font-size: 1.15rem; }
    .card-style--manuscrita .note__message { font-size: 1.5rem; }

    .tiles { grid-template-columns: 1fr; gap: .6rem; }
    .chips { gap: .45rem; margin-bottom: 2rem; }
    .chip { min-height: 44px; }
    .page-head { padding: 1rem 0 2rem; }
    .order__row { grid-template-columns: 1fr; }
    .footer__grid { grid-template-columns: 1fr; gap: 2rem; }
    .footer__links { columns: 2; column-gap: 1rem; }
    .footer__links a { display: inline-block; padding: .3rem 0; }
    .cta__actions, .cta__actions .btn { width: 100%; }
    .wa-float { right: .9rem; bottom: calc(.9rem + env(safe-area-inset-bottom)); width: 54px; height: 54px; }
}

@media (hover: none) {
    .card:active .card__media img { transform: scale(1.02); }
    .btn:active, .chip:active, .tile:active, .moment:active { filter: brightness(.95); }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
