:root {
  --ink: #3c3139;
  --muted: #776d72;
  --paper: #faf7f3;
  --paper-deep: #f2ecea;
  --lavender: #79629d;
  --lavender-deep: #5d477c;
  --lavender-soft: #ede7f2;
  --line: rgba(77, 58, 72, 0.16);
  --serif: "Bodoni 72", Didot, "Iowan Old Style", Georgia, serif;
  --sans: "Avenir Next", Avenir, "Gill Sans", sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  content: "";
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { color: inherit; font: inherit; }
section[id] { scroll-margin-top: 88px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; padding: .7rem 1rem; color: #fff; background: var(--ink); transform: translateY(-160%); transition: transform .3s var(--ease); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 30;
  inset: 0 0 auto;
  height: 86px;
  display: grid;
  grid-template-columns: 240px 1fr 300px;
  align-items: center;
  gap: 32px;
  padding: 0 clamp(26px, 3.5vw, 56px);
  border-bottom: 1px solid transparent;
  background: rgba(250, 247, 243, .14);
  backdrop-filter: blur(2px);
  transition: background .35s var(--ease), border-color .35s var(--ease);
}
.site-header.is-scrolled { border-color: var(--line); background: rgba(250, 247, 243, .96); }
.brand { position: relative; display: grid; justify-items: center; width: 148px; color: var(--lavender); line-height: 1; }
.brand strong { font: 500 32px/.85 var(--serif); letter-spacing: .18em; }
.brand small { margin-top: 7px; font: 500 10px/1 var(--serif); letter-spacing: .24em; }
.brand-flourish { position: absolute; top: 15px; left: 2px; color: #bb9a79; font: italic 20px/1 "Snell Roundhand", "Apple Chancery", cursive; opacity: .9; transform: rotate(-5deg); }
.desktop-nav { justify-self: center; display: flex; gap: clamp(30px, 3.2vw, 54px); }
.desktop-nav a { position: relative; padding: 10px 0; font: 500 14px/1 var(--serif); letter-spacing: .01em; }
.desktop-nav a::after { position: absolute; right: 100%; bottom: 3px; left: 0; height: 1px; content: ""; background: var(--lavender); transition: right .4s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.social-link { display: none; }
.header-whatsapp { display: inline-flex; align-items: center; gap: 9px; min-height: 48px; padding: 0 22px; color: var(--lavender); border: 1px solid rgba(121,98,157,.23); border-radius: 999px; background: rgba(255,255,255,.22); font: 500 14px/1 var(--serif); letter-spacing: .015em; transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease); }
.header-whatsapp i { font-size: 19px; }
.header-whatsapp:hover { background: rgba(255,255,255,.7); box-shadow: 0 10px 24px rgba(93,71,124,.13); transform: translateY(-2px); }
.menu-toggle, .mobile-menu { display: none; }

.editorial-hero {
  position: relative;
  height: 533px;
  min-height: 533px;
  display: grid;
  grid-template-columns: 30% 46% 24%;
  align-items: end;
  gap: 0;
  padding: 86px 0 0;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 54% 48%, rgba(226,213,233,.34), transparent 35%),
    linear-gradient(110deg, #fbf8f4 0%, #faf7f2 48%, #f7f2f1 100%);
}
.editorial-hero::before, .editorial-hero::after { position: absolute; z-index: -1; content: ""; pointer-events: none; }
.editorial-hero::before { top: 116px; left: -74px; width: 255px; height: 330px; opacity: .12; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 330' fill='none' stroke='%2379629d' stroke-width='1.2'%3E%3Cpath d='M45 310C55 217 77 138 144 39M77 203c-43-18-57-47-40-77 42 11 58 36 40 77ZM99 145c-3-48 20-75 57-77 7 42-12 69-57 77ZM131 83c-1-35 17-57 44-59 7 31-9 53-44 59Z'/%3E%3Cpath d='M76 248c27-32 61-39 94-20-23 36-57 43-94 20Z'/%3E%3C/svg%3E") center/contain no-repeat; }
.editorial-hero::after { right: -18px; bottom: -82px; width: 220px; height: 248px; border: 1px solid rgba(121,98,157,.10); border-radius: 49% 51% 50% 45%; transform: rotate(21deg); }
.hero-paper { position: absolute; z-index: -1; inset: 0; opacity: .2; background-image: linear-gradient(105deg, transparent 18%, rgba(255,255,255,.92) 44%, transparent 72%); }
.hero-copy { position: relative; z-index: 5; align-self: center; max-width: 480px; margin-top: -24px; padding-left: clamp(72px, 9.1vw, 146px); }
.hero-kicker, .section-kicker { margin: 0 0 17px; color: var(--lavender); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.hero-copy h1 { margin: 0; color: var(--lavender); font: 400 clamp(48px, 3.65vw, 58px)/.98 var(--serif); letter-spacing: -.025em; white-space: nowrap; }
.hero-copy h1 em { font-weight: 400; }
.hero-divider { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 9px; width: 320px; margin: 31px 0 17px; color: #b9a68f; }
.hero-divider span { height: 1px; background: rgba(185,166,143,.46); }
.hero-divider i { font-size: 16px; }
.hero-lede { margin: 0; font: 400 15px/1.55 var(--serif); }
.catalog-button { display: inline-flex; align-items: center; gap: 26px; margin-top: 29px; min-height: 45px; padding: 0 18px; color: white; background: var(--lavender); font-size: 10px; letter-spacing: .17em; transition: gap .3s var(--ease), background .3s var(--ease); }
.catalog-button:hover { gap: 48px; background: var(--lavender-deep); }
.hero-main-photo { position: relative; z-index: 2; width: 95%; aspect-ratio: 700 / 448; align-self: end; margin-left: 2%; overflow: hidden; }
.hero-main-photo::after { position: absolute; inset: 0; content: ""; box-shadow: inset 28px 0 48px rgba(250,247,243,.12), inset -18px 0 38px rgba(250,247,243,.08); }
.hero-main-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.96) contrast(.98) brightness(1.01); }
.hero-photo-stack { position: relative; z-index: 4; width: 125%; aspect-ratio: 480 / 463; align-self: end; margin-left: -25%; overflow: hidden; }
.hero-photo-stack img { width: 100%; height: 100%; object-fit: cover; }

.collection-catalog { padding: 74px clamp(22px, 4.6vw, 72px) 82px; background: #fffdfb; }
.catalog-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: clamp(30px, 7vw, 120px); padding-bottom: 33px; border-bottom: 1px solid var(--line); }
.catalog-heading > div > p { margin: 0 0 11px; color: var(--lavender); font: 500 10px/1 var(--sans); letter-spacing: .18em; }
.catalog-heading h2 { max-width: 820px; margin: 0; color: var(--lavender-deep); font: 400 clamp(36px, 4vw, 61px)/1.02 var(--serif); letter-spacing: -.025em; }
.catalog-heading h2 em { font-weight: 400; }
.catalog-lead { max-width: 430px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.85; }
.collection-notes { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 30px; border-bottom: 1px solid var(--line); }
.collection-notes > p { display: flex; gap: 13px; min-height: 104px; align-items: center; margin: 0; padding: 20px clamp(12px, 1.7vw, 25px); }
.collection-notes > p:not(:last-child) { border-right: 1px solid var(--line); }
.collection-notes i { flex: 0 0 auto; color: var(--lavender); font-size: 27px; }
.collection-notes span { color: var(--muted); font-size: 10px; line-height: 1.55; }
.collection-notes strong { display: block; margin-bottom: 3px; color: var(--ink); font: 500 12px/1.2 var(--serif); }
.collection-carousel { position: relative; }
.carousel-toolbar { display: flex; align-items: center; justify-content: space-between; min-height: 65px; }
.carousel-toolbar > p { display: flex; align-items: baseline; gap: 7px; margin: 0; color: var(--lavender-deep); font: 500 12px/1 var(--serif); letter-spacing: .08em; }
.carousel-toolbar > p small { margin-left: 14px; color: var(--muted); font: 400 9px/1 var(--sans); letter-spacing: .08em; }
.carousel-controls { display: flex; gap: 8px; }
.carousel-button { display: grid; width: 42px; height: 42px; padding: 0; place-items: center; color: var(--lavender-deep); border: 1px solid rgba(121,98,157,.34); border-radius: 50%; background: transparent; cursor: pointer; transition: color 180ms ease, background-color 180ms ease, transform 130ms cubic-bezier(.22,1,.36,1), opacity 180ms ease; }
.carousel-button:hover { color: #fff; background: var(--lavender); }
.carousel-button:active { transform: scale(.94); }
.carousel-button:focus-visible, .carousel-track:focus-visible { outline: 2px solid var(--lavender); outline-offset: 3px; }
.carousel-button:disabled { opacity: .25; cursor: default; }
.carousel-button:disabled:hover { color: var(--lavender-deep); background: transparent; }
.catalog-grid--expanded { display: flex; gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; touch-action: pan-x pan-y; }
.catalog-grid--expanded::-webkit-scrollbar { display: none; }
.catalog-grid--expanded.is-dragging { cursor: grabbing; scroll-behavior: auto; scroll-snap-type: none; user-select: none; }
.bouquet-item { min-width: 0; flex: 0 0 calc((100% - 28px) / 3); border: 1px solid var(--line); background: var(--paper); scroll-snap-align: start; scroll-snap-stop: always; }
.bouquet-photo { display: block; overflow: hidden; }
.bouquet-photo img { aspect-ratio: 1.12 / 1; object-fit: cover; object-position: center 43%; filter: saturate(.84) contrast(.97); transition: filter .45s var(--ease), transform .7s var(--ease); }
.bouquet-photo:hover img { filter: saturate(.98) contrast(.98); transform: scale(1.025); }
.bouquet-info { display: grid; align-content: start; min-height: 330px; padding: 22px 20px 18px; }
.bouquet-index { margin: 0 0 11px; color: var(--lavender); font-size: 10px; letter-spacing: .16em; }
.bouquet-info h3 { margin: 0; color: var(--lavender-deep); font: 500 24px/1.08 var(--serif); }
.bouquet-info h3 span { display: block; margin-top: 7px; color: var(--ink); font: 400 14px/1.3 var(--sans); }
.bouquet-description { min-height: 82px; margin: 16px 0; color: var(--muted); font-size: 13px; line-height: 1.72; }
.bouquet-info dl { display: grid; gap: 0; margin: 0; border-block: 1px solid var(--line); }
.bouquet-info dl div { display: grid; grid-template-columns: 52px 1fr; padding: 9px 0; }
.bouquet-info dl div + div { border-top: 1px solid rgba(77,58,72,.08); }
.bouquet-info dt { color: var(--lavender); font-size: 11px; letter-spacing: .1em; }
.bouquet-info dd { margin: 0; font-size: 12px; }
.bouquet-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 15px; }
.bouquet-actions a { color: var(--lavender-deep); font-size: 11px; letter-spacing: .08em; white-space: nowrap; }
.bouquet-actions a:first-child { display: inline-flex; align-items: center; gap: 7px; padding-bottom: 3px; border-bottom: 1px solid rgba(121,98,157,.65); }
.bouquet-actions a:last-child { color: var(--muted); }
.carousel-progress { height: 1px; margin-top: 24px; overflow: hidden; background: rgba(121,98,157,.17); }
.carousel-progress span { display: block; width: 100%; height: 100%; background: var(--lavender); transform: scaleX(.1); transform-origin: left center; transition: transform 220ms cubic-bezier(.25,1,.5,1); }
.collection-carousel.is-dragging .carousel-progress span { transition: none; }

.occasion-band { display: grid; grid-template-columns: 1.1fr 2.35fr 1.15fr; min-height: 270px; border-block: 1px solid rgba(121,98,157,.18); background: linear-gradient(105deg, #eee7f0, #f5eff4 62%, #ede5ef); }
.occasion-intro { padding: 30px clamp(28px, 4vw, 62px); }
.occasion-intro > p { margin: 0 0 5px; color: var(--lavender); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.occasion-intro h2 { margin: 0; color: var(--lavender-deep); font: 400 clamp(29px, 2.6vw, 42px)/.95 var(--serif); }
.occasion-intro h2 em { font-weight: 400; }
.occasion-intro > span { display: block; margin-top: 10px; font-size: 11px; }
.occasion-intro a { display: inline-flex; align-items: center; gap: 15px; margin-top: 20px; padding-bottom: 4px; border-bottom: 1px solid var(--lavender); color: var(--lavender-deep); font-size: 9px; letter-spacing: .12em; }
.occasion-list { display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; padding: 18px 12px; }
.occasion-list article { position: relative; min-width: 0; text-align: center; }
.occasion-list article:not(:last-child)::after { position: absolute; top: 20%; right: 0; width: 1px; height: 60%; content: ""; background: rgba(121,98,157,.16); }
.occasion-list i { color: var(--lavender); font-size: 35px; font-weight: 300; }
.occasion-list h3 { margin: 8px 0 1px; font: 400 12px/1.1 var(--serif); }
.occasion-list p { margin: 0; font-size: 10px; }
.occasion-photo { position: relative; min-width: 0; overflow: hidden; }
.occasion-photo img { position: absolute; inset: 0; height: 100%; object-fit: cover; filter: saturate(.85) contrast(.95); }
.occasion-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(47,36,48,.1), rgba(47,36,48,.38)); }
.occasion-photo p { position: absolute; z-index: 2; right: 24px; bottom: 24px; margin: 0; color: #fff; font: 400 clamp(20px, 2vw, 30px)/1.05 var(--serif); text-align: right; text-shadow: 0 2px 16px rgba(36,23,34,.25); }

.brand-story { display: grid; grid-template-columns: .8fr 1.25fr .7fr; align-items: center; gap: clamp(28px, 6vw, 100px); min-height: 650px; padding: 90px clamp(28px, 7vw, 110px); background: var(--paper); }
.story-portrait { align-self: start; margin-top: 35px; }
.story-portrait img { aspect-ratio: .78; object-fit: cover; filter: saturate(.75); }
.story-detail { align-self: end; margin-bottom: 30px; }
.story-detail img { aspect-ratio: .82; object-fit: cover; filter: saturate(.74); }
.story-copy { max-width: 610px; }
.story-copy h2 { margin: 0; color: var(--lavender-deep); font: 400 clamp(42px, 4.7vw, 74px)/1.07 var(--serif); letter-spacing: -.025em; }
.story-copy h2 em { font-weight: 400; }
.story-copy > p:not(.section-kicker) { max-width: 540px; margin: 28px 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.underlined-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 5px; border-bottom: 1px solid var(--lavender); color: var(--lavender-deep); font-size: 10px; letter-spacing: .14em; }

.service-strip { display: grid; grid-template-columns: repeat(4, 1fr); padding: 20px clamp(24px, 4vw, 64px); border-block: 1px solid var(--line); background: #fffdfb; }
.service-strip article { display: flex; align-items: center; justify-content: center; gap: 15px; min-height: 82px; padding: 0 20px; }
.service-strip article:not(:last-child) { border-right: 1px solid var(--line); }
.service-strip i { color: var(--lavender); font-size: 34px; }
.service-strip h3 { margin: 0 0 4px; color: var(--lavender-deep); font: 500 11px/1.2 var(--serif); letter-spacing: .04em; }
.service-strip p { margin: 0; font-size: 10px; }

.order-panel { display: grid; grid-template-columns: 1fr .85fr auto; align-items: center; gap: 42px; min-height: 390px; padding: 50px clamp(32px, 8vw, 130px); color: #f9f5f1; background: var(--lavender-deep); }
.order-copy > p { margin: 0 0 12px; color: #d9cee5; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.order-copy h2 { margin: 0; font: 400 clamp(38px, 4vw, 64px)/1 var(--serif); }
.order-copy h2 em { font-weight: 400; }
.order-copy span { display: block; margin-top: 17px; color: #dfd4e4; font-size: 12px; }
.order-image { height: 280px; }
.order-image img { height: 100%; object-fit: cover; filter: saturate(.72); }
.order-link { display: inline-flex; align-items: center; gap: 22px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.5); font-size: 9px; letter-spacing: .14em; white-space: nowrap; }

.location { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 560px; background: #f4eeec; }
.location-copy { display: grid; align-content: center; padding: 70px clamp(34px, 7vw, 110px); }
.location-copy h2 { margin: 0; color: var(--lavender-deep); font: 400 clamp(42px, 4.2vw, 68px)/1.02 var(--serif); }
.location-copy h2 em { font-weight: 400; }
.location-copy address { margin: 26px 0 18px; font: normal 14px/1.7 var(--sans); }
.location-meta { display: flex; gap: 36px; margin-bottom: 26px; }
.location-meta p { margin: 0; font: 400 13px/1.4 var(--serif); }
.location-meta span { display: block; margin-bottom: 4px; color: var(--lavender); font: 600 8px/1 var(--sans); letter-spacing: .15em; }
.map-preview { position: relative; min-height: 560px; background: #ddd3dc; }
.map-preview iframe { width: 100%; height: 100%; min-height: 560px; border: 0; filter: saturate(.65) sepia(.06); }
.map-preview > a { position: absolute; right: 22px; bottom: 22px; left: 22px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 15px 17px; background: rgba(250,247,243,.93); box-shadow: 0 8px 28px rgba(51,39,48,.16); font: 500 11px/1.2 var(--serif); }
.map-preview > a i { color: var(--lavender); font-size: 18px; }

.floating-whatsapp { position: fixed; z-index: 40; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 13px; padding: 10px 11px 10px 16px; color: white; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(93,71,124,.95); box-shadow: 0 14px 34px rgba(54,40,62,.26); backdrop-filter: blur(10px); transition: transform .3s var(--ease); }
.floating-whatsapp:hover { transform: translateY(-3px); }
.floating-whatsapp span { display: grid; line-height: 1.25; }
.floating-whatsapp strong { font-size: 11px; letter-spacing: .04em; }
.floating-whatsapp small { color: rgba(255,255,255,.72); font-size: 9px; }
.floating-whatsapp > i { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.13); font-size: 22px; }

.footer { display: grid; grid-template-columns: 1.5fr .8fr .8fr 1fr; gap: 36px; padding: 46px clamp(30px, 6vw, 92px) 24px; color: #f7f2f7; background: #77659a; }
.footer-brand { display: flex; gap: 22px; align-items: center; }
.footer-logo { display: grid; width: 90px; height: 90px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--lavender); background: #f8f3ef; font: 500 19px/1 var(--serif); letter-spacing: .1em; }
.footer-brand strong { font: 500 19px/1.25 var(--serif); }
.footer-brand p { margin: 9px 0; color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.55; }
.footer-brand a { font-size: 15px; }
.footer-column { display: grid; align-content: start; gap: 7px; }
.footer-column h2 { margin: 0 0 10px; color: #ded4e7; font: 500 12px/1 var(--sans); letter-spacing: .16em; }
.footer-column a { color: rgba(255,255,255,.82); font: 400 14px/1.75 var(--serif); }
.footer-instagram { display: inline-flex; align-items: center; gap: 10px; width: fit-content; }
.footer-instagram i { flex: 0 0 auto; font-size: 24px; }
.footer-instagram span { border-bottom: 1px solid transparent; transition: border-color 180ms ease; }
.footer-instagram:hover span { border-color: rgba(255,255,255,.65); }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.68); font-size: 11px; letter-spacing: .08em; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .7s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 160px 1fr auto; padding-inline: 28px; }
  .desktop-nav { gap: 22px; }
  .desktop-nav a { font-size: 13px; }
  .social-link { display: none; }
  .editorial-hero { height: 500px; min-height: 500px; grid-template-columns: 31% 45% 24%; }
  .hero-copy { padding-left: clamp(38px, 7vw, 82px); }
  .hero-copy h1 { font-size: 48px; }
  .hero-divider { width: 270px; }
  .bouquet-item { flex-basis: calc((100% - 14px) / 2); }
  .occasion-band { grid-template-columns: 1fr 2fr; }
  .occasion-photo { display: none; }
  .brand-story { gap: 48px; padding-inline: 60px; }
  .footer { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-column:last-of-type { display: none; }
}

@media (max-width: 900px) {
  .site-header { height: 74px; grid-template-columns: 1fr auto; padding-inline: 20px; }
  .brand { justify-items: start; width: 112px; }
  .brand strong { font-size: 27px; }
  .brand small { margin-left: 31px; }
  .brand-flourish { top: 13px; font-size: 17px; }
  .desktop-nav, .header-actions { display: none; }
  .menu-toggle { display: grid; width: 40px; height: 40px; padding: 11px 8px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; height: 1px; background: var(--ink); }
  .mobile-menu { position: absolute; top: 74px; right: 0; left: 0; padding: 16px 20px 22px; border-bottom: 1px solid var(--line); background: rgba(250,247,243,.98); }
  .mobile-menu:not([hidden]) { display: grid; }
  .mobile-menu a { padding: 10px 0; border-bottom: 1px solid var(--line); font: 400 16px/1.2 var(--serif); }
  .editorial-hero { height: auto; min-height: 520px; grid-template-columns: .82fr 1.18fr; padding: 100px 0 0; }
  .hero-copy { align-self: center; margin-top: -10px; padding: 0 0 22px 28px; }
  .hero-copy h1 { font-size: clamp(44px, 6vw, 54px); }
  .hero-divider { width: min(270px, 88%); margin-block: 25px 15px; }
  .hero-lede br { display: none; }
  .hero-main-photo { width: 100%; margin-left: 0; }
  .hero-photo-stack { display: none; }
  .catalog-heading { grid-template-columns: 1fr; gap: 20px; }
  .catalog-lead { max-width: 620px; }
  .collection-notes { grid-template-columns: repeat(2, 1fr); }
  .collection-notes > p:nth-child(2) { border-right: 0; }
  .collection-notes > p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .bouquet-item { flex-basis: 64%; }
  .occasion-band { grid-template-columns: 1fr; }
  .occasion-intro { text-align: center; }
  .occasion-list { padding-bottom: 34px; }
  .brand-story { grid-template-columns: .7fr 1.3fr; min-height: auto; padding: 70px 38px; }
  .story-detail { display: none; }
  .story-copy h2 { font-size: 48px; }
  .service-strip { grid-template-columns: repeat(2, 1fr); }
  .service-strip article:nth-child(2) { border-right: 0; }
  .service-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .order-panel { grid-template-columns: 1fr 1fr; }
  .order-link { grid-column: 1 / -1; justify-self: start; }
  .location { grid-template-columns: 1fr; }
  .location-copy { min-height: 460px; }
  .map-preview, .map-preview iframe { min-height: 430px; }
  .footer { grid-template-columns: 1.4fr 1fr; }
  .footer-column:nth-of-type(3) { display: none; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 74px; }
  section[id] { scroll-margin-top: 74px; }
  .editorial-hero { display: grid; height: auto; min-height: 0; grid-template-columns: 1fr; padding: 96px 0 0; }
  .editorial-hero::before { top: 90px; left: -120px; }
  .hero-copy { max-width: 100%; margin: 0; padding: 22px 24px 30px; text-align: left; }
  .hero-copy h1 { font-size: clamp(45px, 13.4vw, 58px); white-space: normal; }
  .hero-divider { width: min(310px, 92%); margin-block: 24px 15px; }
  .hero-lede { margin-top: 18px; font-size: 14px; }
  .catalog-button { margin-top: 21px; }
  .hero-main-photo { grid-row: auto; width: 112%; margin-left: -6%; }
  .collection-catalog { padding: 50px 14px 48px; }
  .catalog-heading { gap: 15px; padding-inline: 4px; padding-bottom: 25px; }
  .catalog-heading > div > p { font-size: 8px; letter-spacing: .13em; }
  .catalog-heading h2 { font-size: 37px; }
  .catalog-lead { font-size: 11px; }
  .collection-notes { grid-template-columns: 1fr; margin-inline: 4px; }
  .collection-notes > p { min-height: 82px; padding: 15px 5px; border-right: 0 !important; border-bottom: 1px solid var(--line); }
  .collection-notes > p:last-child { border-bottom: 0; }
  .carousel-toolbar { min-height: 62px; }
  .carousel-toolbar > p small { display: none; }
  .carousel-button { width: 38px; height: 38px; }
  .catalog-grid--expanded { gap: 10px; margin-right: -14px; padding-right: 14px; }
  .bouquet-item { display: block; flex-basis: 86%; }
  .bouquet-photo, .bouquet-photo img { height: auto; }
  .bouquet-photo img { aspect-ratio: 1.06 / 1; }
  .bouquet-info { min-height: 340px; padding: 19px 16px 15px; }
  .bouquet-index { font-size: 9px; }
  .bouquet-info h3 { font-size: 22px; }
  .bouquet-info h3 span { font-size: 13px; }
  .bouquet-description { min-height: 76px; margin: 14px 0; font-size: 12px; line-height: 1.65; }
  .bouquet-info dl div { grid-template-columns: 48px 1fr; padding: 8px 0; }
  .bouquet-info dt { font-size: 10px; }
  .bouquet-info dd { font-size: 11px; }
  .bouquet-actions a { font-size: 10px; }
  .bouquet-actions { align-items: center; flex-direction: row; margin-top: 14px; }
  .occasion-intro { padding: 34px 20px 18px; }
  .occasion-intro h2 { font-size: 38px; }
  .occasion-list { grid-template-columns: repeat(5, 112px); justify-content: start; overflow-x: auto; padding: 16px 0 30px 10px; scrollbar-width: none; }
  .occasion-list::-webkit-scrollbar { display: none; }
  .occasion-list article { border: 0; }
  .brand-story { display: grid; grid-template-columns: 1fr; gap: 28px; padding: 58px 20px; }
  .story-portrait { width: 72%; margin: 0; }
  .story-copy h2 { font-size: clamp(38px, 11vw, 50px); }
  .story-copy > p:not(.section-kicker) { margin: 21px 0; font-size: 13px; }
  .service-strip { grid-template-columns: 1fr; padding: 0 18px; }
  .service-strip article { justify-content: flex-start; padding: 18px 4px; border-right: 0 !important; border-bottom: 1px solid var(--line); }
  .service-strip article:last-child { border-bottom: 0; }
  .order-panel { grid-template-columns: 1fr; gap: 24px; padding: 46px 20px; }
  .order-copy h2 { font-size: 42px; }
  .order-image { height: 280px; }
  .order-link { grid-column: auto; }
  .location-copy { min-height: auto; padding: 58px 22px; }
  .location-copy h2 { font-size: 45px; }
  .location-meta { display: grid; gap: 13px; }
  .map-preview, .map-preview iframe { min-height: 360px; }
  .map-preview > a { right: 12px; bottom: 12px; left: 12px; padding: 13px; font-size: 9px; }
  .floating-whatsapp { right: 12px; bottom: 12px; padding-left: 13px; }
  .floating-whatsapp small { display: none; }
  .footer { grid-template-columns: 1fr; padding: 40px 22px 22px; }
  .footer-brand { align-items: flex-start; }
  .footer-column { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); }
  .footer-bottom { display: grid; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
