:root {
  --ink: #173f33;
  --ink-soft: #4c665b;
  --cream: #f7f6f0;
  --white: #fffefa;
  --line: #dfe7dd;
  --mint: #dceee4;
  --coral: #ed745c;
  --yellow: #f2c85b;
  --deep-coral: #d95e4d;
  --shadow: 0 18px 48px rgba(23, 63, 51, .12);
  --shadow-heavy: 0 28px 70px rgba(23, 63, 51, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", system-ui, sans-serif; line-height: 1.5; }
::selection { background: var(--yellow); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.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: 20; top: -5rem; left: 1rem; padding: .75rem 1rem; background: var(--ink); color: var(--white); }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(247, 246, 240, .86); border-bottom: 1px solid rgba(23, 63, 51, .1); backdrop-filter: blur(18px); transition: box-shadow .3s ease, background .3s ease; }
.site-header.is-scrolled { background: rgba(247, 246, 240, .97); box-shadow: 0 10px 30px rgba(23, 63, 51, .08); }
.header-inner { display: flex; align-items: center; gap: 2rem; max-width: 1320px; min-height: 76px; padding: 0 2rem; margin: auto; }
.brand { display: inline-flex; align-items: center; min-width: 190px; }
.brand-logo { display: block; width: clamp(138px, 12vw, 172px); height: auto; }
.desktop-nav { display: flex; gap: 1.75rem; margin-right: auto; color: var(--ink-soft); font-size: .87rem; }
.desktop-nav a { position: relative; padding: .35rem 0; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--deep-coral); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--ink); }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: .75rem; }
.whatsapp-icon { width: 1.05em; height: 1.05em; flex: 0 0 auto; fill: currentColor; }
.language-select select { min-height: 2.25rem; border: 1px solid rgba(23, 63, 51, .22); border-radius: 999px; background: rgba(255, 254, 250, .7); color: var(--ink); font-weight: 700; font-size: .75rem; padding: .45rem .65rem; }
.header-whatsapp, .contact-button { display: inline-flex; align-items: center; gap: .6rem; background: var(--ink); color: var(--white); padding: .7rem 1rem; border-radius: 999px; font-size: .78rem; font-weight: 700; }
.header-whatsapp:hover, .contact-button:hover, .site-footer__contact:hover { background: var(--deep-coral); }
.menu-toggle { display: none; width: 2.25rem; height: 2.25rem; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--ink); font-size: 1rem; }
.mobile-nav { display: none; max-width: 1320px; padding: 0 1rem 1rem; margin: auto; }
.mobile-nav a { display: block; padding: .7rem 0; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .85rem; }
.mobile-nav.is-open { display: block; }

.hero { position: relative; display: grid; width: 100%; height: calc(100vh - 76px); height: calc(100dvh - 76px); min-height: 0; overflow: hidden; background: var(--ink); }
.hero-visual, .hero-copy, .hero-visual-shade { grid-area: 1 / 1; }
.hero-copy { position: relative; z-index: 2; display: flex; grid-area: 1 / 1; width: min(620px, 58%); flex-direction: column; justify-content: center; padding: clamp(2.25rem, 6vw, 5rem); color: var(--white); }
.eyebrow, .collection-kicker { margin: 0 0 1rem; color: var(--deep-coral); font-size: .7rem; font-weight: 700; letter-spacing: .16em; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; line-height: 1.08; letter-spacing: 0; }
h1 { max-width: 10ch; margin: 0; font-size: clamp(3rem, 5.4vw, 6.2rem); font-weight: 700; }
.hero-copy .eyebrow { color: var(--yellow); }
.hero-summary { max-width: 420px; margin: 1.5rem 0 0; color: rgba(255, 254, 250, .82); font-size: 1rem; }
.hero-link { display: inline-flex; gap: .8rem; align-items: center; width: fit-content; margin-top: 2rem; border-bottom: 1px solid var(--white); padding-bottom: .35rem; color: var(--white); font-weight: 700; }
.hero-link span { color: var(--deep-coral); font-size: 1.2rem; }
.hero-visual { position: relative; z-index: 0; grid-area: 1 / 1; min-width: 0; overflow: hidden; }
.hero-motion-video { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-motion-video.is-ready { opacity: 1; }
.hero-visual-shade { position: relative; z-index: 1; background: linear-gradient(90deg, rgba(8, 31, 24, .92), rgba(8, 31, 24, .5) 36%, rgba(8, 31, 24, .08) 72%, transparent); pointer-events: none; }

.company-intro { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(2rem, 6vw, 5rem); max-width: 1320px; padding: 5rem 2rem 4rem; margin: auto; }
.company-intro h2 { max-width: 570px; margin: 0; font-size: clamp(2.2rem, 4vw, 4.2rem); }
.company-intro > div:last-child { align-self: end; max-width: 620px; color: var(--ink-soft); font-size: 1rem; }
.company-intro > div:last-child p { margin: 0; }

.collection-showcase { max-width: 1320px; padding: 1rem 2rem 5rem; margin: auto; }
.collection-showcase-heading { margin-bottom: 1.5rem; }
.collection-showcase-heading h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 4rem); }
.collection-matrix { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.collection-tile { position: relative; display: block; min-width: 0; aspect-ratio: 4 / 3; padding: 0; overflow: hidden; border: 0; background: var(--ink); color: var(--white); text-align: left; }
.collection-tile::after { position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(7, 31, 24, .84)); content: ""; pointer-events: none; }
.collection-tile img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2, .7, .2, 1); }
.collection-tile span { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; z-index: 1; font-family: "Playfair Display", Georgia, serif; font-size: 1.15rem; font-weight: 700; }
.collection-tile:hover img { transform: scale(1.035); }

.customization-section { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); gap: clamp(2rem, 7vw, 7rem); max-width: 1320px; padding: 7rem 2rem; margin: auto; background: var(--white); }
.customization-section[data-visual-background="customization"] { background: linear-gradient(rgba(255, 254, 250, .84), rgba(255, 254, 250, .84)), url("assets/generated/homepage-v3/customization-sample-studio.webp") center / cover; }
.customization-heading h2 { max-width: 560px; margin: 0; font-size: clamp(2.4rem, 4.5vw, 4.8rem); }
.customization-heading > p:not(.eyebrow) { max-width: 430px; margin: 1.5rem 0 0; color: var(--ink-soft); font-size: .95rem; }
.customization-link { margin-top: 2rem; }
.customization-steps { display: grid; align-content: center; }
.customization-step { display: grid; grid-template-columns: 54px minmax(0, 1fr); column-gap: 1.25rem; padding: 1.5rem 0; border-top: 1px solid var(--line); }
.customization-step:last-child { border-bottom: 1px solid var(--line); }
.customization-step__number { grid-row: span 2; color: var(--deep-coral); font-family: monospace; font-size: .75rem; }
.customization-step h3 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.35rem, 2.1vw, 2rem); line-height: 1.1; }
.customization-step p { max-width: 420px; margin: .45rem 0 0; color: var(--ink-soft); font-size: .82rem; }

.production-section { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr); gap: 0; max-width: none; padding: 0; background: var(--ink); color: var(--white); }
.production-heading { display: flex; min-height: 0; flex-direction: column; justify-content: center; padding: clamp(2.5rem, 5vw, 5rem); overflow: hidden; background: #09261e; }
.production-heading[data-visual-background="production"] { background: linear-gradient(rgba(9, 38, 30, .84), rgba(9, 38, 30, .84)), url("assets/generated/homepage-v3/production-paper-craft.webp") center / cover; }
.production-heading h2 { max-width: 520px; margin: 0; color: var(--white); font-size: clamp(2.4rem, 4.5vw, 4.8rem); }
.production-heading > p:not(.eyebrow) { max-width: 430px; margin: 1.5rem 0 0; color: rgba(255, 254, 250, .72); font-size: .95rem; }
.production-media { position: relative; min-height: 0; margin: 0; overflow: hidden; aspect-ratio: 16 / 9; background: #0d2d24 url("assets/videos/kadi-party-showcase-poster.jpg") center / cover no-repeat; box-shadow: none; }
.production-video { display: block; width: 100%; height: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center; background: transparent; }

@media (min-width: 981px) {
  .production-section { height: 37.0739vw; }
}

@media (min-width: 981px) and (max-width: 1320px) {
  .production-heading { padding: clamp(2.25rem, 3.6vw, 2.75rem); }
  .production-heading h2 { font-size: clamp(2.1rem, 3.5vw, 2.75rem); }
}

.studio-section { max-width: 1320px; padding: 6rem 2rem 5rem; margin: auto; }
.studio-dual-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.studio-dual-card { position: relative; display: block; min-width: 0; aspect-ratio: 16 / 10; padding: 0; overflow: hidden; border: 0; background: var(--ink); color: var(--white); text-align: left; cursor: pointer; }
.studio-dual-card img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .6s cubic-bezier(.2, .7, .2, 1); }
.studio-dual-card__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7, 31, 24, .02) 30%, rgba(7, 31, 24, .88) 100%); }
.studio-dual-card__content { position: absolute; right: clamp(1.25rem, 3vw, 2.5rem); bottom: clamp(1.25rem, 3vw, 2.5rem); left: clamp(1.25rem, 3vw, 2.5rem); display: grid; grid-template-rows: auto minmax(2.05em, auto) minmax(2.7em, auto) auto; align-content: end; gap: .45rem; min-height: 11.5rem; }
.studio-dual-card__number { color: var(--yellow); font-family: monospace; font-size: .72rem; letter-spacing: .08em; }
.studio-dual-card__content strong { max-width: 460px; min-height: 2.05em; font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.7rem, 3.5vw, 3.7rem); line-height: 1.02; }
.studio-dual-card__content > span:not(.studio-dual-card__number):not(.studio-dual-card__link) { max-width: 360px; min-height: 2.7em; color: rgba(255, 254, 250, .78); font-size: .82rem; line-height: 1.45; }
.studio-dual-card__link { width: fit-content; margin-top: .65rem; padding-bottom: .3rem; border-bottom: 1px solid rgba(255, 254, 250, .72); color: var(--white); font-size: .75rem; font-weight: 700; }
.studio-dual-card__link span { color: var(--yellow); font-size: 1rem; }
.studio-dual-card:hover img { transform: scale(1.04); }
.studio-tabs { display: flex; gap: 0; margin-bottom: 1rem; border-bottom: 1px solid var(--line); }
.studio-tabs button { display: flex; flex: 0 0 220px; gap: .75rem; align-items: center; padding: 1rem 0; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--ink-soft); text-align: left; }
.studio-tabs button span { color: var(--deep-coral); font-family: monospace; font-size: .7rem; }
.studio-tabs button strong { font-size: .8rem; }
.studio-tabs button[aria-selected="true"] { border-color: var(--ink); color: var(--ink); }
.studio-stage { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 450px; background: var(--mint); }
.studio-stage-visual { position: relative; display: grid; place-items: center; overflow: hidden; background: #e7eee6; }
.studio-stage-visual::after { position: absolute; inset: 12% 12% auto auto; width: 30%; aspect-ratio: 1; border: 1px solid rgba(23, 63, 51, .2); border-radius: 50%; content: ""; pointer-events: none; }
.studio-stage-visual img { width: 100%; height: 100%; padding: 1rem; object-fit: contain; object-position: center; mix-blend-mode: multiply; transition: opacity .3s ease, transform .5s cubic-bezier(.2,.7,.2,1); }
.studio-stage-visual.is-changing img { opacity: .2; transform: scale(.97); }
.studio-stage-index, .studio-stage-caption { position: absolute; z-index: 1; color: var(--ink); font-family: monospace; font-size: .68rem; }
.studio-stage-index { top: 1.25rem; left: 1.25rem; color: var(--deep-coral); }
.studio-stage-caption { right: 1.25rem; bottom: 1.25rem; padding: .4rem .6rem; background: rgba(255, 254, 250, .74); }
.studio-stage-info { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 4rem); }
.studio-stage-kicker { margin: 0 0 1rem; color: var(--deep-coral); font-size: .65rem; font-weight: 700; letter-spacing: .14em; }
.studio-stage-info h3 { max-width: 360px; margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.02; }
.studio-stage-sku { margin: .65rem 0 1.8rem; color: var(--ink-soft); font-family: monospace; font-size: .75rem; }
.studio-specs { display: grid; gap: .6rem; max-width: 320px; }
.studio-spec { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: .55rem; border-bottom: 1px solid rgba(23, 63, 51, .16); font-size: .72rem; }
.studio-spec span:first-child { color: var(--ink-soft); }
.studio-spec span:last-child { font-weight: 700; text-align: right; }
.studio-stage-footer { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-top: 2.5rem; color: var(--ink-soft); font-size: .7rem; }
.studio-stage-footer .text-link { margin: 0; color: var(--ink); }
.studio-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 1rem; }
.studio-list-item { display: grid; grid-template-columns: 72px 1fr; gap: .8rem; align-items: center; min-width: 0; padding: .6rem; border: 1px solid var(--line); background: var(--white); color: var(--ink); text-align: left; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.studio-list-item:hover, .studio-list-item.is-active { border-color: var(--deep-coral); box-shadow: var(--shadow); transform: translateY(-3px); }
.studio-list-item img { width: 72px; height: 72px; object-fit: contain; background: #eef1ec; mix-blend-mode: multiply; }
.studio-list-item h4 { overflow: hidden; margin: 0 0 .2rem; font-size: .75rem; text-overflow: ellipsis; white-space: nowrap; }
.studio-list-item p { margin: 0; color: var(--ink-soft); font-family: monospace; font-size: .62rem; }

.featured-section { max-width: 1320px; padding: 6rem 2rem 4.5rem; margin: auto; overflow: hidden; }
.featured-heading { display: grid; grid-template-columns: minmax(240px, .9fr) minmax(200px, .8fr) auto; align-items: end; gap: 2rem; margin-bottom: 2rem; }
.featured-heading h2 { max-width: 520px; margin: 0; font-size: clamp(2.2rem, 4vw, 4rem); }
.featured-heading p:not(.eyebrow) { max-width: 280px; margin: 0 0 .2rem; color: var(--ink-soft); font-size: .85rem; }
.text-link { display: inline-flex; gap: .6rem; align-items: center; width: fit-content; margin-bottom: .2rem; border-bottom: 1px solid var(--ink); padding-bottom: .3rem; font-size: .78rem; font-weight: 700; white-space: nowrap; }
.text-link span { color: var(--deep-coral); font-size: 1.1rem; }
.featured-rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; padding: .5rem 0; }
.featured-card { min-width: 0; margin: 0; }
.featured-card__visual { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #e6e9e2; }
.featured-card img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.featured-card:hover img { transform: scale(1.025); }
.featured-card figcaption { padding: .7rem .1rem 0; color: var(--ink); font-size: .78rem; font-weight: 700; }
.catalog-section { max-width: 1320px; padding: 5.5rem 2rem 6rem; margin: auto; background: var(--cream); }
.catalog-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2rem; }
.catalog-heading h2 { margin: 0; font-size: clamp(2rem, 3.4vw, 3.5rem); }
.catalog-count { margin: 0; color: var(--ink-soft); font-size: .82rem; }
.catalog-controls { display: flex; gap: 1rem; align-items: end; padding: 1rem; margin-bottom: 1.5rem; background: var(--white); border: 1px solid var(--line); }
.search-field { display: flex; align-items: center; flex: 1; min-width: 190px; gap: .6rem; border-bottom: 1px solid var(--ink); }
.search-icon { color: var(--deep-coral); font-size: 1.5rem; transform: rotate(-20deg); }
.search-field input { width: 100%; padding: .65rem 0; border: 0; outline: 0; background: transparent; color: var(--ink); }
.filter-row { display: flex; gap: .75rem; align-items: end; }
.filter-row label { display: grid; gap: .3rem; color: var(--ink-soft); font-size: .68rem; font-weight: 700; letter-spacing: .04em; }
.filter-row select { min-width: 145px; padding: .65rem .7rem; border: 1px solid var(--line); background: var(--cream); color: var(--ink); font-size: .78rem; }
.clear-button, .empty-state button { padding: .65rem .8rem; border: 0; background: transparent; color: var(--deep-coral); font-size: .78rem; font-weight: 700; }
.active-filter { display: inline-flex; align-items: center; gap: .5rem; padding: .45rem .65rem; margin-bottom: 1rem; background: var(--mint); font-size: .75rem; font-weight: 700; }
.active-filter button { border: 0; background: transparent; color: var(--ink); font-size: 1rem; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.product-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--line); background: var(--white); transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease; }
.product-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.product-card__image { display: grid; place-items: center; min-height: 0; aspect-ratio: 1.15; overflow: hidden; background: #eef1ec; }
.product-card__image img { display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; padding: .8rem; object-fit: contain; object-position: center; mix-blend-mode: multiply; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-card__image img { transform: scale(1.05); }
.missing-image { display: grid; place-items: center; width: 100%; height: 100%; color: var(--ink-soft); font-size: .72rem; }
.product-card__body { display: flex; flex: 1; flex-direction: column; padding: 1rem; }
.product-card__category { margin: 0 0 .5rem; color: var(--deep-coral); font-size: .64rem; font-weight: 700; letter-spacing: .1em; }
.product-card h3 { margin: 0 0 .35rem; font-size: 1rem; line-height: 1.2; }
.product-card__sku { margin: 0; color: var(--ink-soft); font-family: monospace; font-size: .7rem; }
.product-card__meta { display: flex; flex-wrap: wrap; gap: .3rem; margin-top: auto; padding-top: 1rem; color: var(--ink-soft); font-size: .7rem; }
.product-card__meta span { padding: .25rem .4rem; background: #eff4ee; }
.product-card__button { width: fit-content; margin-top: .9rem; padding: 0 0 .25rem; border: 0; border-bottom: 1px solid var(--ink); background: transparent; color: var(--ink); font-size: .75rem; font-weight: 700; }
.product-card__button:hover { color: var(--deep-coral); border-color: var(--deep-coral); }
.empty-state { padding: 4rem 1rem; text-align: center; }
.empty-state p { margin: .4rem 0; }
.empty-state p:first-child { font-family: "Playfair Display", Georgia, serif; font-size: 1.8rem; }
.empty-state p:nth-child(2) { color: var(--ink-soft); }

.contact-band { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 4rem max(2rem, calc((100vw - 1320px) / 2)); background: var(--ink); color: var(--white); }
.contact-band[data-visual-background="contact"] { background: linear-gradient(90deg, rgba(10, 40, 31, .94) 0 50%, rgba(10, 40, 31, .42) 100%), url("assets/generated/homepage-v3/contact-celebration-arrangement.webp") center / cover; }
.contact-band .eyebrow { color: var(--yellow); }
.contact-band h2 { max-width: 650px; margin: 0; font-size: clamp(2rem, 4vw, 4rem); }
.contact-band p:not(.eyebrow) { max-width: 560px; color: #c9dad1; }
.contact-button { background: var(--yellow); color: var(--ink); white-space: nowrap; }
.contact-button:hover { background: var(--white); }
.site-footer { display: grid; grid-template-columns: 1.4fr auto auto; align-items: center; gap: 2rem; padding: 1.4rem max(2rem, calc((100vw - 1320px) / 2)); background: #0e3027; color: #b8cdc2; font-size: .7rem; }
.site-footer__brand { display: flex; align-items: baseline; gap: 1rem; }
.site-footer__brand strong { color: var(--white); letter-spacing: .18em; }
.site-footer__contact { display: inline-flex; align-items: center; gap: .45rem; padding: .55rem .8rem; border-radius: 999px; background: rgba(255, 254, 250, .1); color: var(--white); font-weight: 700; }
.site-footer__copyright { white-space: nowrap; }

.product-dialog { width: min(900px, calc(100% - 2rem)); padding: 0; border: 0; background: var(--white); color: var(--ink); box-shadow: 0 25px 80px rgba(0,0,0,.3); }
.product-dialog::backdrop { background: rgba(16, 44, 35, .62); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; top: .7rem; right: .8rem; z-index: 1; width: 2rem; height: 2rem; border: 0; border-radius: 50%; background: var(--white); color: var(--ink); font-size: 1.3rem; }
.dialog-layout { display: grid; grid-template-columns: 1fr 1fr; }
.dialog-image { min-height: 390px; background: #eef1ec; }
.dialog-image img { display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; padding: 1.25rem; object-fit: contain; object-position: center; mix-blend-mode: multiply; }
.dialog-info { padding: 3rem 2.5rem 2.5rem; }
.dialog-info h2 { margin: 0 0 .5rem; font-size: 2.5rem; }
.dialog-info p { color: var(--ink-soft); }
.dialog-sku { font-family: monospace; font-size: .75rem; }
.dialog-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin: 1.5rem 0; }
.dialog-details div { padding: .7rem; background: #f0f5ee; }
.dialog-details dt { color: var(--ink-soft); font-size: .65rem; text-transform: uppercase; }
.dialog-details dd { margin: .2rem 0 0; font-size: .82rem; font-weight: 700; }
.dialog-whatsapp { display: inline-flex; padding: .8rem 1rem; background: var(--ink); color: var(--white); font-size: .8rem; font-weight: 700; }
.dialog-whatsapp:hover { background: var(--deep-coral); }

.reveal-on-scroll { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal-on-scroll.is-visible { opacity: 1; transform: none; }
.reveal-item { opacity: 0; transform: translateY(16px); animation: card-in .6s cubic-bezier(.2,.7,.2,1) forwards; animation-delay: calc(var(--reveal-index, 0) * 45ms); }
@keyframes card-in { to { opacity: 1; transform: none; } }

html[dir="rtl"] body { font-family: "DM Sans", Tahoma, sans-serif; }
html[dir="rtl"] .desktop-nav { margin-right: 0; margin-left: auto; }
html[dir="rtl"] .company-intro, html[dir="rtl"] .collection-showcase, html[dir="rtl"] .collection-tile, html[dir="rtl"] .production-heading, html[dir="rtl"] .catalog-heading, html[dir="rtl"] .customization-section, html[dir="rtl"] .contact-band, html[dir="rtl"] .featured-heading { text-align: right; }
html[dir="rtl"] .customization-step { grid-template-columns: minmax(0, 1fr) 54px; }
html[dir="rtl"] .customization-step__number { grid-column: 2; }
html[dir="rtl"] .customization-step h3, html[dir="rtl"] .customization-step p { grid-column: 1; }
html[dir="rtl"] .dialog-close { right: auto; left: .8rem; }
html[dir="rtl"] .hero-copy { margin-right: 0; margin-left: auto; }
html[dir="rtl"] .hero-visual-shade { background: linear-gradient(270deg, rgba(8, 31, 24, .92), rgba(8, 31, 24, .5) 36%, rgba(8, 31, 24, .08) 72%, transparent); }
html[dir="rtl"] .featured-card { text-align: right; }
html[dir="rtl"] .featured-card__index { right: .75rem; left: auto; }
html[dir="rtl"] .studio-tabs button, html[dir="rtl"] .studio-list-item { text-align: right; }
html[dir="rtl"] .studio-stage-index { right: 1.25rem; left: auto; }
html[dir="rtl"] .studio-stage-caption { right: auto; left: 1.25rem; }
html[dir="rtl"] .studio-spec span:last-child { text-align: left; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .hero-copy { width: min(600px, 68vw); }
  .customization-section { grid-template-columns: 1fr; gap: 3rem; padding: 5rem 2rem; }
  .customization-section[data-visual-background="customization"] { background-position: right top; }
  .production-section { grid-template-columns: 1fr; }
  .production-media { aspect-ratio: 16 / 9; }
  .production-heading[data-visual-background="production"] { background-position: right center; }
  .studio-stage { grid-template-columns: 1fr; }
  .studio-stage-visual { min-height: 390px; }
  .studio-stage-info { min-height: 360px; }
  .studio-list { grid-template-columns: repeat(2, 1fr); }
  .featured-heading { grid-template-columns: 1fr 1fr; }
  .featured-heading .text-link { grid-column: 2; justify-self: end; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .catalog-controls { align-items: stretch; flex-direction: column; }
  .filter-row { justify-content: space-between; }
}
@media (max-width: 680px) {
  .header-inner { min-height: 68px; padding: 0 1rem; gap: .7rem; }
  .brand { min-width: 0; margin-right: auto; }
  .header-whatsapp { padding: .65rem .7rem; font-size: .7rem; }
  .brand { min-width: 126px; }
  .brand-logo { width: 126px; }
  .hero { height: auto; min-height: 0; aspect-ratio: 16 / 9; }
  .hero-copy { width: 74%; min-height: 0; padding: 1rem; }
  .hero-copy .eyebrow, .hero-summary { display: none; }
  h1 { max-width: 9ch; font-size: clamp(1.75rem, 8vw, 2.8rem); }
  .hero-link { margin-top: .75rem; font-size: .72rem; }
  .hero-motion-video { object-position: center; }
  .hero-visual-shade { background: linear-gradient(90deg, rgba(8, 31, 24, .9), rgba(8, 31, 24, .18) 88%); }
  .company-intro { grid-template-columns: 1fr; gap: 1.5rem; padding: 4rem 1rem 3rem; }
  .collection-showcase { padding: 0 1rem 4rem; }
  .collection-matrix { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
  .collection-tile span { right: .7rem; bottom: .7rem; left: .7rem; font-size: .9rem; }
  .customization-section { gap: 2.5rem; padding: 4.5rem 1rem; }
  .production-heading { padding: 3.5rem 1rem; }
  .customization-step { grid-template-columns: 42px minmax(0, 1fr); column-gap: .8rem; }
  .studio-section { padding: 4rem 1rem 3.5rem; }
  .studio-dual-grid { grid-template-columns: 1fr; }
  .studio-dual-card { aspect-ratio: 4 / 3; }
  .studio-dual-card__content { min-height: 9.5rem; }
  .studio-tabs button { flex-basis: 50%; }
  .studio-stage-visual { min-height: 310px; }
  .studio-stage-info { min-height: 390px; padding: 2rem 1.25rem; }
  .studio-list { gap: .6rem; }
  .studio-list-item { grid-template-columns: 54px 1fr; gap: .5rem; padding: .45rem; }
  .studio-list-item img { width: 54px; height: 54px; }
  .featured-section { padding: 4rem 1rem 3rem; }
  .featured-heading { display: block; }
  .featured-heading p:not(.eyebrow) { margin: 1rem 0; }
  .featured-heading .text-link { margin-bottom: 1.2rem; }
  .featured-rail { grid-template-columns: 1fr; gap: .8rem; }
  .catalog-section { padding: 4rem 1rem; }
  .catalog-heading { align-items: start; flex-direction: column; gap: .5rem; }
  .filter-row { align-items: stretch; flex-wrap: wrap; }
  .filter-row label { flex: 1 1 42%; }
  .filter-row select { width: 100%; min-width: 0; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
  .product-card__body { padding: .75rem; }
  .product-card h3 { font-size: .88rem; }
  .product-card__meta { font-size: .62rem; }
  .contact-band { align-items: start; flex-direction: column; padding: 3.5rem 1rem; }
  .contact-band[data-visual-background="contact"] { background-image: linear-gradient(90deg, rgba(10, 40, 31, .96), rgba(10, 40, 31, .76)), url("assets/generated/homepage-v3/contact-celebration-arrangement.webp"); background-position: 66% center; }
  .site-footer { grid-template-columns: 1fr; align-items: start; gap: .9rem; padding: 1.5rem 1rem; }
  .site-footer__brand { flex-direction: column; gap: .35rem; }
  .dialog-layout { grid-template-columns: 1fr; }
  .dialog-image { min-height: 260px; max-height: 340px; }
  .dialog-info { padding: 2rem 1.3rem 1.5rem; }
  .dialog-info h2 { font-size: 2rem; }
}

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