:root {
  --background: #fffdfb; --foreground: #211d1d; --card: #fff; --card-foreground: #211d1d;
  --popover: #fff; --popover-foreground: #211d1d; --primary: #d71920; --primary-foreground: #fff;
  --secondary: #fff1eb; --secondary-foreground: #8f1017; --muted: #f7f1ee; --muted-foreground: #746867;
  --accent: #fff0ed; --accent-foreground: #b6131a; --destructive: #b91c1c; --border: #eadfdb;
  --input: #dacbc6; --ring: #d71920; --radius: .8rem; --red: #d71920; --red-dark: #9f1117;
  --ink: #211d1d; --cream: #fff6f0; --paper: #fffdfb; --line: #eadfdb;
  --font-display: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
  --font-body: "Avenir Next", "Trebuchet MS", "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); }
a { color: inherit; text-decoration: none; } button, input, select, textarea { font: inherit; } img { max-width: 100%; }
.creacions-icon { width: 24px; height: 24px; flex: 0 0 auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.button, button.button, input[type="submit"] { min-height: 42px; padding: .72rem 1.15rem; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; border: 1px solid transparent; border-radius: 999px; background: var(--red); color: #fff; font-weight: 800; line-height: 1; cursor: pointer; transition: background .25s ease, color .25s ease, transform .25s ease; }
.button:hover, .button:focus-visible, button.button:hover, input[type="submit"]:hover { background: var(--red-dark); color: #fff; }
.button svg { width: 18px; height: 18px; }
.button-secondary { border-color: #fff; background: #fff; color: var(--red-dark); }.button-secondary:hover { background: #ffe6df; color: #761015; }
.button-outline { border-color: var(--red); background: transparent; color: var(--red); }.button-outline:hover { background: var(--red); color: #fff; }
.icon-button { width: 42px; height: 42px; padding: 0; display: inline-grid; place-items: center; border: 0; border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; }.icon-button:hover { background: var(--cream); }.icon-button svg { width: 21px; height: 21px; }
h1, h2, h3, .mega-intro strong, .hero-stamp span, .feature-image span, .family-sidebar > p, .catalog-title p { font-family: var(--font-display) !important; }
h1 + p:not(.eyebrow), h2 + p:not(.eyebrow), h3 + p:not(.eyebrow) { margin-top: 0; padding-top: clamp(1rem, 1.8vw, 1.5rem); }
[data-slot="button"][data-variant="default"] { background: var(--red) !important; color: #fff !important; }
[data-slot="button"][data-variant="default"]:hover { background: var(--red-dark) !important; color: #fff !important; }
[data-slot="button"][data-variant="default"] svg { color: currentColor; }
.cta [data-slot="button"][data-variant="secondary"], .rental-page-hero [data-slot="button"][data-variant="secondary"] { border: 1px solid #fff; background: #fff !important; color: var(--red-dark) !important; }
.cta [data-slot="button"][data-variant="secondary"]:hover, .rental-page-hero [data-slot="button"][data-variant="secondary"]:hover { background: #ffe6df !important; color: #761015 !important; }
.hero-title, .hero-title.ftm-tag--h1 { font: 700 clamp(4rem, 7vw, 7.4rem)/.88 var(--font-display); letter-spacing: -.055em; }
.section-title, .section-title.ftm-tag--h2 { font: 700 clamp(2.9rem, 5vw, 5.2rem)/.95 var(--font-display); letter-spacing: -.045em; }
.feature-title, .rental-title, .cta-title, .page-title { font-family: var(--font-display) !important; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; background: var(--ink); color: white; padding: .8rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.eyebrow { margin: 0 0 .8rem; color: var(--red); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }

.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(234,223,219,.8); background: rgba(255,253,251,.94); backdrop-filter: blur(18px); }
.header-inner { width: min(1380px, calc(100% - 48px)); height: 82px; margin: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2.5rem; }
.brand { display: inline-flex; align-items: center; width: max-content; background: #fff; }
.brand img { display: block; width: 212px; height: 66px; object-fit: contain; }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: 1.7rem; font-size: .88rem; font-weight: 700; }
.desktop-nav > a, .mega-trigger { position: relative; display: flex; align-items: center; gap: .25rem; padding: 1.9rem 0; }
.desktop-nav > a::after, .mega-trigger::after { content: ""; position: absolute; left: 0; bottom: 1.35rem; width: 0; height: 2px; background: var(--red); transition: width .35s ease; pointer-events: none; }
.desktop-nav > a:hover::after, .desktop-nav > a:focus-visible::after, .mega-trigger:hover::after { width: 100%; }
.mega-trigger svg { transform: rotate(90deg); transition: transform .25s ease; }
.mega-wrap:hover .mega-trigger svg, .mega-wrap:focus-within .mega-trigger svg { transform: rotate(-90deg); }
.mega-wrap { position: relative; }
.mega-menu { position: absolute; left: 50%; top: calc(100% - 8px); width: min(940px, 84vw); padding: 1.6rem; transform: translate(-50%, 12px); display: grid; grid-template-columns: .9fr 2fr; gap: 1.6rem; background: white; border: 1px solid var(--line); border-radius: 1rem; box-shadow: 0 24px 70px rgba(49,27,26,.16); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s ease, transform .25s ease, visibility .25s; }
.mega-wrap::after { content: ""; position: absolute; left: -20px; right: -20px; top: 65px; height: 22px; }
.mega-wrap:hover .mega-menu, .mega-wrap:focus-within .mega-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.mega-intro { padding: 1.4rem; border-radius: .75rem; background: var(--red); color: white; display: flex; flex-direction: column; justify-content: space-between; gap: 3rem; }
.mega-intro span { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.mega-intro strong { font: 600 1.35rem/1.25 Georgia, serif; }
.mega-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .35rem; }
.mega-grid a { padding: .75rem; border-radius: .55rem; font-size: .88rem; }
.mega-grid a span { display: block; margin-bottom: .22rem; color: #9c8c87; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.mega-grid a:hover, .mega-grid a:focus-visible { background: var(--cream); color: var(--red); }
.header-actions { display: flex; align-items: center; gap: .45rem; }
.header-icon { border-radius: 50%; }.contact-button { height: 42px; border-radius: 999px; padding-inline: 1.15rem; }.mobile-menu-button { display: none; }
.catalog-bar { background: var(--red-dark); color: white; }
.catalog-bar-inner { width: min(1380px, calc(100% - 48px)); height: 56px; margin: auto; display: flex; align-items: stretch; gap: .25rem; }
.catalog-nav-item { position: relative; display: flex; }
.catalog-section-link { display: flex; align-items: center; gap: .35rem; padding: 0 1rem; font-size: .82rem; font-weight: 800; white-space: nowrap; transition: background .25s ease; }
.catalog-section-link svg { width: 14px; transform: rotate(90deg); transition: transform .25s ease; }
.catalog-nav-item:hover .catalog-section-link, .catalog-nav-item:focus-within .catalog-section-link { background: rgba(255,255,255,.13); }
.catalog-nav-item:hover .catalog-section-link svg, .catalog-nav-item:focus-within .catalog-section-link svg { transform: rotate(-90deg); }
.catalog-family-menu { position: absolute; z-index: 50; left: 0; top: 100%; width: 310px; padding: .75rem 0; background: white; color: var(--ink); border: 1px solid var(--line); border-top: 0; box-shadow: 0 22px 50px rgba(49,27,26,.18); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.catalog-nav-item:nth-last-child(-n+2) .catalog-family-menu { right: 0; left: auto; }
.catalog-nav-item:hover .catalog-family-menu, .catalog-nav-item:focus-within .catalog-family-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.catalog-family-menu > p { margin: 0; padding: .65rem 1.1rem 1rem; color: var(--red); font: 700 1.05rem/1.2 var(--font-display); border-bottom: 1px solid var(--line); }
.catalog-family-item { position: relative; }
.catalog-family-menu a { min-height: 42px; padding: .65rem 1.1rem; display: flex; align-items: center; justify-content: space-between; gap: .8rem; color: #625653; font-size: .82rem; line-height: 1.3; transition: color .2s ease, background .2s ease; }
.catalog-family-menu a svg { width: 14px; flex: none; color: var(--red); transition: transform .2s ease; }
.catalog-family-menu a:hover, .catalog-family-menu a:focus-visible, .catalog-family-item:hover > .catalog-family-link, .catalog-family-item:focus-within > .catalog-family-link { color: var(--red); background: var(--cream); }
.catalog-family-item:hover > .catalog-family-link svg, .catalog-family-item:focus-within > .catalog-family-link svg { transform: translateX(3px); }
.catalog-child-menu { position: absolute; z-index: 51; left: 100%; top: -.75rem; width: 310px; max-height: min(650px, calc(100vh - 170px)); padding: .75rem 0; overflow-y: auto; background: white; border: 1px solid var(--line); box-shadow: 16px 22px 50px rgba(49,27,26,.16); opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(8px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.catalog-nav-item:nth-last-child(-n+2) .catalog-child-menu { right: 100%; left: auto; transform: translateX(-8px); }
.catalog-family-item:hover > .catalog-child-menu, .catalog-family-item:focus-within > .catalog-child-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.catalog-child-menu > p { margin: 0; padding: .65rem 1.1rem 1rem; color: var(--ink); font: 700 1rem/1.2 var(--font-display); border-bottom: 1px solid var(--line); }
.catalog-child-menu a svg { opacity: 0; transform: translateX(-5px); }
.catalog-child-menu a:hover svg, .catalog-child-menu a:focus-visible svg { opacity: 1; transform: none; }
.search-modal { width: min(620px, calc(100% - 32px)); max-height: min(720px, calc(100vh - 32px)); border: 1px solid var(--line); border-radius: 1.15rem; padding: 1.5rem; background: #fff; color: var(--ink); box-shadow: 0 30px 90px rgba(30,16,15,.25); }.search-modal::backdrop { background: rgba(25,18,18,.58); }.search-modal-head { display: flex; justify-content: space-between; gap: 1rem; }.search-modal-head h2 { margin: 0; font-size: 1.7rem; }.search-modal-head p { color: #746867; }.search-modal form { display: flex; gap: .6rem; }.search-modal input { width: 100%; height: 48px; padding: 0 .9rem; border: 1px solid var(--input); border-radius: .7rem; }
.search-result { display: flex; align-items: center; justify-content: space-between; padding: .85rem; border-radius: .65rem; }.search-result:hover { background: var(--cream); color: var(--red); }
.search-result span { font-weight: 700; }.search-result small { display: block; margin-bottom: .15rem; color: #8a7d79; font-size: .66rem; font-weight: 500; }
.empty-state { display: grid; place-items: center; min-height: 160px; color: #8b7b77; text-align: center; }

.hero { position: relative; min-height: 690px; display: grid; align-items: center; overflow: hidden; background: #faeee8; }
.hero-photo { position: absolute; inset: 0 0 0 42%; overflow: hidden; }.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #faeee8 0%, transparent 26%); pointer-events: none; }.hero-photo-media, .hero-photo-media img, .hero-photo-media video { width: 100%; height: 100%; }.hero-photo-media img, .hero-photo-media video { display: block; object-fit: cover; object-position: var(--ftm-hero-position, center); }.hero-photo-media .ftm-hero-media__mobile-fallback { display: none; }.hero-photo-media .ftm-hero-media__overlay { position: absolute; inset: 0; background: rgba(0,0,0,var(--ftm-hero-overlay,0)); pointer-events: none; }
.hero::after { content: ""; position: absolute; inset: auto auto -130px -100px; width: 350px; height: 350px; border: 1px solid rgba(215,25,32,.18); border-radius: 50%; }
.hero-content { position: relative; z-index: 2; width: min(1380px, calc(100% - 48px)); margin: auto; }
.hero-content h1 { max-width: 740px; margin: 0; font: 500 clamp(3.2rem, 6.4vw, 6.8rem)/.91 Georgia, "Times New Roman", serif; letter-spacing: -.055em; }
.hero-content h1 em { color: var(--red); font-weight: 400; }.hero-lead { max-width: 590px; margin: 1.7rem 0 2rem; color: #5e5350; font-size: 1.08rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 1.4rem; }.hero-actions button { height: 48px; border-radius: 999px; }
.text-link { display: inline-flex; padding: .65rem 0; border-bottom: 1px solid var(--ink); font-weight: 700; font-size: .9rem; }.text-link:hover { color: var(--red); border-color: var(--red); }
.hero-stamp { position: absolute; right: 3.5%; bottom: 6%; z-index: 3; width: 126px; height: 126px; border-radius: 50%; display: grid; place-items: center; align-content: center; gap: .35rem; background: var(--red); color: white; text-align: center; transform: rotate(7deg); box-shadow: 0 16px 40px rgba(159,17,23,.25); }
.hero-stamp svg { width: 22px; }.hero-stamp span { font: 700 .76rem/1.25 Georgia, serif; }

.section-shell { width: min(1380px, calc(100% - 48px)); margin: auto; padding: 7rem 0; }.section-shell.narrow { width: min(920px, calc(100% - 48px)); }
.section-heading { display: grid; grid-template-columns: 1.4fr .7fr; align-items: end; gap: 4rem; margin-bottom: 3.4rem; }
.section-heading h2 { margin: 0; font: 500 clamp(2.5rem, 4.4vw, 4.8rem)/.98 Georgia, serif; letter-spacing: -.04em; }.section-heading > p { max-width: 430px; margin: 0; color: #70635f; line-height: 1.7; }
.category-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.1rem; }.category-card { grid-column: span 4; min-width: 0; background: white; border: 1px solid var(--line); transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease; }
.category-card:nth-child(1), .category-card:nth-child(6) { grid-column: span 6; }.category-card:hover { transform: translateY(-7px); border-color: rgba(215,25,32,.45); box-shadow: 0 22px 55px rgba(56,30,28,.12); }
.section-visual { min-height: 240px; display: grid; place-items: center; align-content: center; gap: 1.1rem; overflow: hidden; color: white; }.section-visual svg { transition: transform .45s ease; }.section-visual span { font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; opacity: .85; }
.category-card:hover .section-visual svg { transform: scale(1.08) rotate(-3deg); }.visual-coral { background: linear-gradient(145deg, #ed5e4c, #c81624); }.visual-rose { background: linear-gradient(145deg, #f08191, #d71920); }.visual-plum { background: linear-gradient(145deg, #a4466c, #6f173e); }.visual-amber { background: linear-gradient(145deg, #e8ad48, #c56621); }.visual-ink { background: linear-gradient(145deg, #4c4646, #1f1b1b); }.visual-neon { background: radial-gradient(circle at 60% 35%, #ff797f, transparent 28%), linear-gradient(145deg, #301419, #8e111b); }.visual-ruby { background: linear-gradient(145deg, #ca2340, #73111b); }
.section-visual.compact { min-height: 260px; border-radius: .9rem; }.category-card-copy { min-height: 104px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .8rem; padding: 1rem 1.15rem; }
.category-card-copy span { color: #9f8f8b; font-size: .7rem; }.category-card-copy h3 { margin: 0; font: 600 1.25rem/1.15 Georgia, serif; }.category-card-copy svg { color: var(--red); }

.split-feature { width: min(1380px, calc(100% - 48px)); margin: 2rem auto 8rem; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 650px; background: var(--ink); color: white; }
.feature-image { position: relative; min-height: 600px; display: flex; align-items: end; padding: 2rem; overflow: hidden; }.feature-image::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(180deg, transparent, rgba(25,15,14,.65)); pointer-events: none; }.feature-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }.feature-image:hover img { transform: scale(1.035); }.feature-image span { position: relative; z-index: 1; }
.feature-image span { font: 500 1.4rem Georgia, serif; }.feature-copy { padding: clamp(3rem, 6vw, 6rem); align-self: center; }.feature-copy h2 { margin: 0; font: 500 clamp(2.6rem, 4.5vw, 4.8rem)/1 Georgia, serif; letter-spacing: -.04em; }.feature-copy > p:not(.eyebrow) { color: #d5cac6; line-height: 1.75; }
.steps { margin: 2rem 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }.steps li { display: flex; align-items: center; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.18); font-weight: 700; }.steps li > span { color: #f68e91; font-size: .68rem; }
.steps.large li { align-items: flex-start; }.steps.large li div { display: grid; gap: .35rem; }.steps.large small { color: #cfc2bd; font-weight: 400; line-height: 1.5; }

.occasion-section { padding: 7rem max(24px, calc((100vw - 1380px)/2)); background: var(--red); color: white; }.section-heading.light .eyebrow { color: #ffd3d3; }.section-heading.light > p { color: #ffe7e7; }
.occasion-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.35); }.occasion-grid a { min-height: 250px; padding: 2rem 1.4rem; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.35); transition: background .35s ease; }
.occasion-grid a:last-child { border-right: 0; }.occasion-grid a:hover { background: rgba(255,255,255,.12); }.occasion-grid span { font-size: .7rem; opacity: .7; }.occasion-grid h3 { margin: auto 0 1rem; font: 500 2rem Georgia, serif; }
.occasion-grid .creacions-icon { width: 30px; height: 30px; }
.rental-banner { width: min(1380px, calc(100% - 48px)); margin: 8rem auto; min-height: 570px; display: grid; grid-template-columns: 1.2fr .8fr; background: var(--cream); }.rental-image { overflow: hidden; }.rental-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }.rental-image:hover img { transform: scale(1.035); }
.rental-copy { padding: clamp(2.7rem, 5vw, 5rem); align-self: center; }.rental-copy h2 { margin: 0; font: 500 clamp(2.5rem, 4vw, 4.3rem)/1 Georgia, serif; letter-spacing: -.04em; }.rental-copy > p:not(.eyebrow) { color: #746662; line-height: 1.7; }
.cta { padding: 5.5rem max(24px, calc((100vw - 1380px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--ink); color: white; }.cta h2 { margin: 0; font: 500 clamp(2.6rem, 5vw, 5.2rem)/1 Georgia, serif; }

.page-hero, .family-hero, .catalog-hero, .legal-page { width: min(1380px, calc(100% - 48px)); margin: auto; padding: 3rem 0 5rem; }.page-hero { min-height: 470px; display: flex; flex-direction: column; justify-content: center; }
.page-hero h1, .family-hero h1, .catalog-hero h1, .legal-page h1 { max-width: 900px; margin: 0; font: 500 clamp(3.1rem, 6vw, 6.5rem)/.95 Georgia, serif; letter-spacing: -.05em; }.page-hero > p:last-child, .family-hero-grid > div > p:last-child, .catalog-hero > div > div > p:last-child { max-width: 670px; color: #6c5f5b; font-size: 1.08rem; line-height: 1.75; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: .35rem; margin-bottom: 4rem; color: #8b7b77; font-size: .72rem; }.breadcrumbs span { display: flex; align-items: center; gap: .35rem; }.breadcrumbs svg { width: 12px; }.breadcrumbs b { color: var(--ink); }
.catalog-hero > div:last-child, .family-hero-grid { display: grid; grid-template-columns: 1.2fr .65fr; gap: 5rem; align-items: center; }
.catalog-layout { width: min(1380px, calc(100% - 48px)); margin: auto; padding-bottom: 7rem; display: grid; grid-template-columns: 255px 1fr; gap: 3.5rem; align-items: start; }.family-sidebar { position: sticky; top: 164px; border-top: 3px solid var(--red); }
.family-sidebar > p { margin: 0; padding: 1.15rem .8rem; font: 600 1.2rem Georgia, serif; }.family-sidebar a { display: flex; align-items: center; justify-content: space-between; gap: .5rem; padding: .8rem; border-top: 1px solid var(--line); color: #6d625e; font-size: .82rem; line-height: 1.25; }.family-sidebar a svg { width: 14px; flex: none; opacity: 0; transform: translateX(-5px); transition: .25s ease; }.family-sidebar a:hover, .family-sidebar a.active { color: var(--red); background: var(--cream); }.family-sidebar a:hover svg, .family-sidebar a.active svg { opacity: 1; transform: none; }.mobile-family-nav { display: none; }
.catalog-title { display: flex; justify-content: space-between; align-items: end; margin-bottom: 1.5rem; border-bottom: 1px solid var(--line); padding-bottom: 1rem; }.catalog-title p { margin: 0; font: 600 1.7rem Georgia, serif; }.catalog-title span { color: #877873; font-size: .74rem; }
.loop-grid, .subfamily-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }.loop-card, .subfamily-card { min-width: 0; background: white; border: 1px solid var(--line); transition: transform .35s ease, box-shadow .35s ease; }.loop-card:hover, .subfamily-card:hover { transform: translateY(-5px); box-shadow: 0 17px 40px rgba(49,27,26,.11); }
.loop-visual { height: 170px; padding: 1rem; display: flex; justify-content: space-between; align-items: flex-start; color: white; overflow: hidden; }.loop-visual svg { width: 42px; height: 42px; align-self: center; margin: auto; opacity: .85; transition: transform .35s ease; }.loop-card:hover .loop-visual svg { transform: rotate(-7deg) scale(1.08); }.loop-visual span { font-size: .65rem; opacity: .75; }
.loop-card > div:last-child { position: relative; min-height: 100px; padding: 1rem 2.5rem 1rem 1rem; }.loop-card h3 { margin: 0 0 .35rem; font: 600 1.12rem/1.2 Georgia, serif; }.loop-card p { margin: 0; color: #887a76; font-size: .68rem; }.loop-card > div:last-child svg { position: absolute; right: 1rem; bottom: 1rem; width: 17px; color: var(--red); }
.subfamily-card { position: relative; }.subfamily-visual { height: 180px; padding: 1rem; display: flex; justify-content: space-between; color: white; }.subfamily-visual svg { align-self: center; margin: auto; width: 42px; height: 42px; opacity: .78; }.subfamily-card h3 { min-height: 68px; margin: 0; padding: 1.1rem 3rem 1rem 1rem; font: 600 1.08rem/1.25 Georgia, serif; }.subfamily-card > svg { position: absolute; right: 1rem; bottom: 1.25rem; width: 17px; color: var(--red); }
.catalog-empty { min-height: 390px; padding: 4rem 2rem; display: grid; place-items: center; align-content: center; text-align: center; background: var(--cream); }.catalog-empty > svg { width: 44px; height: 44px; color: var(--red); }.catalog-empty h2 { margin: .2rem 0; font: 500 2.4rem Georgia, serif; }.catalog-empty > p:not(.eyebrow) { max-width: 560px; color: #766965; line-height: 1.6; }

.product-page { width: min(1380px, calc(100% - 48px)); margin: auto; padding: 3rem 0 7rem; }
.product-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); gap: clamp(3rem, 7vw, 8rem); align-items: center; }
.product-visual { min-height: 570px; padding: 2rem; display: grid; grid-template-rows: auto 1fr auto; color: white; border-radius: 1rem; overflow: hidden; }
.product-visual > span { font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; opacity: .82; }
.product-visual > svg { width: 96px; height: 96px; margin: auto; opacity: .82; }
.product-visual > b { max-width: 520px; font: 700 clamp(2rem, 4vw, 4.2rem)/1 var(--font-display); }
.product-copy h1 { margin: 0; font: 700 clamp(3rem, 5.5vw, 6rem)/.95 var(--font-display); letter-spacing: -.045em; }
.product-copy > p:not(.eyebrow) { max-width: 620px; color: #6c5f5b; font-size: 1.08rem; line-height: 1.75; }
.product-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 2rem 0; }
.product-actions [data-slot="button"] { min-height: 48px; border-radius: 999px; }
.product-actions .button { min-height: 48px; }
.product-facts { margin: 0; padding: 1.5rem 0 0; display: grid; gap: .9rem; list-style: none; border-top: 1px solid var(--line); }
.product-facts li { display: flex; align-items: center; gap: .75rem; color: #615552; font-size: .88rem; }
.product-facts svg { width: 18px; color: var(--red); }
.related-products { padding-top: 0; }.related-products .section-heading { grid-template-columns: 1fr; }.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }

.inner-feature { margin-top: 1rem; }.rental-page-hero { position: relative; min-height: 650px; padding: 3rem max(24px, calc((100vw - 1380px)/2)); display: grid; align-items: center; color: white; overflow: hidden; }.rental-page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(29,18,18,.92), rgba(29,18,18,.2)); pointer-events: none; }.rental-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }.rental-page-hero > *:not(.rental-hero-bg) { position: relative; z-index: 1; }.rental-page-hero .breadcrumbs { color: #d9cdca; align-self: start; }.rental-page-hero > div:last-child { max-width: 770px; }.rental-page-hero h1 { margin: 0; font: 500 clamp(3.2rem, 6vw, 6.2rem)/.94 var(--font-display); letter-spacing: -.05em; }.rental-page-hero p:not(.eyebrow) { max-width: 590px; color: #eadfdb; line-height: 1.7; }

.mobile-sheet { position: fixed; inset: 0 auto 0 0; z-index: 80; width: min(92vw, 420px); padding: 1rem; background: var(--paper); box-shadow: 18px 0 60px rgba(20,10,10,.24); overflow-y: auto; transform: translateX(-105%); visibility: hidden; transition: transform .3s ease, visibility .3s ease; }.mobile-sheet.is-open { transform: translateX(0); visibility: visible; }.mobile-overlay { position: fixed; inset: 0; z-index: 70; background: rgba(20,12,12,.55); }.mobile-sheet-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }.mobile-nav > details > summary, .mobile-family-nav > summary { display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; }.mobile-nav summary::-webkit-details-marker, .mobile-family-nav summary::-webkit-details-marker { display: none; }.mobile-nav details[open] > summary svg, .mobile-family-nav[open] > summary svg { transform: rotate(90deg); }.mobile-nav > details > summary { min-height: 48px; padding: .85rem .3rem; border-bottom: 1px solid var(--line); font-weight: 700; }.mobile-family-nav > summary { min-height: 52px; font-weight: 800; }.mobile-family-nav > summary svg { width: 16px; }
.values { width: min(1100px, calc(100% - 48px)); margin: 0 auto 8rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }.values article { padding: 3rem; background: white; }.values svg { color: var(--red); }.values h2 { font: 600 1.6rem Georgia, serif; }.values p { color: #736662; line-height: 1.65; }
.contact-section { width: min(1180px, calc(100% - 48px)); margin: 3rem auto 8rem; padding: clamp(2rem, 5vw, 5rem); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(2.5rem, 6vw, 6rem); background: var(--cream); }.contact-intro h2 { margin: 0; font: 500 clamp(2.4rem, 4vw, 4rem)/1 Georgia, serif; }.contact-intro > p:last-child { color: #766965; line-height: 1.7; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }.contact-form label { display: grid; gap: .48rem; font-size: .78rem; font-weight: 700; }.contact-form .wide { grid-column: 1 / -1; }.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--input); border-radius: .55rem; background: white; color: var(--ink); outline: none; }.contact-form input, .contact-form select { height: 46px; padding: 0 .8rem; }.contact-form textarea { padding: .8rem; resize: vertical; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(215,25,32,.12); }
.wpcf7 form .wpcf7-response-output { margin: 1.2rem 0 0; padding: .8rem 1rem; border-radius: .5rem; }.wpcf7-not-valid-tip { color: #b91c1c; font-size: .76rem; }.wpcf7-spinner { margin: .7rem; }.wpcf7-list-item { margin: 0; }.wpcf7-acceptance label { display: flex; align-items: flex-start; gap: .55rem; }.wpcf7-acceptance input { flex: 0 0 17px; }
.check { display: flex !important; grid-template-columns: 18px 1fr; align-items: start; font-weight: 400 !important; line-height: 1.45; }.check input { width: 17px; height: 17px; margin-top: .1rem; padding: 0; accent-color: var(--red); }.check a { color: var(--red); text-decoration: underline; }.file-field small { color: #887a76; font-weight: 400; }
.form-success { min-height: 320px; display: grid; place-items: center; align-content: center; text-align: center; }.form-success > svg { color: var(--red); }.form-success h3 { margin: .7rem 0 0; font: 600 2rem Georgia, serif; }.form-success p { max-width: 520px; color: #766965; line-height: 1.6; }
.legal-page { min-height: 650px; }.legal-identity { max-width: 880px; margin-top: 3rem; padding: 1.7rem 2rem; display: flex; flex-wrap: wrap; gap: .55rem 1.4rem; background: var(--cream); border-left: 4px solid var(--red); color: #5f504c; line-height: 1.6; }.legal-identity strong { width: 100%; color: var(--ink); }.legal-identity a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }.legal-content { max-width: 900px; padding: 3rem 0 2rem; }.legal-content section { padding: 0 0 2.2rem; }.legal-content h2 { margin: 0 0 1rem; font: 600 clamp(1.45rem, 2vw, 2rem)/1.2 Georgia, serif; }.legal-content h3 { margin: 1.7rem 0 .8rem; font: 600 1.2rem Georgia, serif; }.legal-content p, .legal-content li { color: #625653; font-size: 1rem; line-height: 1.8; }.legal-content p { margin: 0 0 1rem; }.legal-content ul { margin: .6rem 0 1.2rem; padding-left: 1.3rem; }.legal-content li { margin-bottom: .7rem; }.legal-content a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.not-found { min-height: 640px; display: grid; place-items: center; align-content: center; padding: 3rem 1.5rem; text-align: center; }.not-found > span { color: var(--red); font: 500 6rem Georgia, serif; }.not-found h1 { max-width: 650px; margin: 0; font: 500 3rem Georgia, serif; }.not-found p { color: #766965; }

.site-footer { background: #171414; color: white; }.footer-top { width: min(1380px, calc(100% - 48px)); margin: auto; padding: 5rem 0; display: grid; grid-template-columns: 1.6fr repeat(3, .8fr); gap: 3rem; }.footer-top > div:first-child p { max-width: 360px; color: #bfb0ac; line-height: 1.6; }.footer-top h2 { margin: 0 0 1.2rem; color: #f1d8d3; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }.footer-top > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: .75rem; }.footer-top > div:not(:first-child) a { color: #cdbfbb; font-size: .84rem; }.footer-top a:hover { color: white; }.footer-bottom { width: min(1380px, calc(100% - 48px)); margin: auto; padding: 1.5rem 0; display: flex; gap: 1rem; border-top: 1px solid #403535; color: #9f918e; font-size: .72rem; }.footer-bottom a { color: #d8cbc7; text-decoration: underline; text-underline-offset: 3px; }.footer-bottom a:hover { color: white; }
.reveal { animation: reveal .75s ease both; }.delay-1 { animation-delay: .05s; }.delay-2 { animation-delay: .12s; }.delay-3 { animation-delay: .19s; }.delay-4 { animation-delay: .26s; }
@keyframes reveal { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .desktop-nav { gap: 1rem; font-size: .78rem; }.header-inner { gap: 1.4rem; }.contact-button { display: none; }.catalog-bar-inner { gap: 0; }.catalog-section-link { padding-inline: .48rem; font-size: .7rem; }.category-card { grid-column: span 6; }.catalog-layout { grid-template-columns: 220px 1fr; gap: 2rem; }.loop-grid, .subfamily-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 820px) {
  .header-inner { width: min(100% - 28px, 1380px); height: 72px; grid-template-columns: auto 1fr auto; gap: .8rem; }.desktop-nav, .catalog-bar { display: none; }.mobile-menu-button { display: inline-flex; }.header-inner > .brand { justify-self: center; }.brand img { width: 170px; height: 53px; }
  .mobile-sheet { width: min(92vw, 420px) !important; background: var(--paper); padding: 1rem; overflow-y: auto; }.mobile-nav { display: flex; flex-direction: column; gap: 0; margin-top: 1rem; }.mobile-nav > a, .mobile-nav [data-slot="accordion-trigger"] { min-height: 48px; padding: .85rem .3rem; border-bottom: 1px solid var(--line); font-size: .95rem; font-weight: 700; }.mobile-family-links { display: grid; gap: .25rem; }.mobile-family-links a { padding: .65rem .75rem; color: #655a56; background: var(--cream); border-radius: .4rem; }.mobile-catalog-tree { display: grid; gap: .35rem; }.mobile-catalog-tree details { border: 1px solid var(--line); border-radius: .55rem; background: white; }.mobile-catalog-tree summary { min-height: 44px; padding: .65rem .75rem; display: flex; align-items: center; justify-content: space-between; gap: .5rem; color: var(--ink); font-weight: 800; cursor: pointer; list-style: none; }.mobile-catalog-tree summary::-webkit-details-marker { display: none; }.mobile-catalog-tree summary svg { width: 15px; transition: transform .2s ease; }.mobile-catalog-tree details[open] > summary > svg { transform: rotate(90deg); }.mobile-catalog-tree details > div { padding: 0 .45rem .45rem; display: grid; gap: .2rem; }.mobile-catalog-tree details a { padding: .55rem .65rem; color: #655a56; background: var(--cream); border-radius: .4rem; font-size: .8rem; line-height: 1.3; }.mobile-catalog-tree .mobile-section-link, .mobile-catalog-tree .mobile-family-link { color: var(--red); font-weight: 800; }.mobile-catalog-tree .mobile-family-group { margin: .15rem 0; border-color: #edd8d2; background: var(--cream); }.mobile-catalog-tree .mobile-family-group > summary { min-height: 40px; padding: .55rem .65rem; color: #5f504c; font-size: .8rem; }.mobile-catalog-tree .mobile-family-group > div { padding-inline: .35rem; }.mobile-catalog-tree .mobile-family-group a { background: white; }.mobile-cta { margin-top: 1rem; justify-content: center; border: 0 !important; border-radius: 999px; background: var(--red); color: white; text-align: center; }
  .hero { min-height: 780px; align-items: end; }.hero-photo { inset: 0 0 38% 0; }.hero-photo::after { background: linear-gradient(0deg, #faeee8 0%, transparent 32%); }.hero-photo-media img, .hero-photo-media video { object-position: 58% center; }.hero-photo-media.has-mobile-fallback .ftm-hero-media__video { display: none; }.hero-photo-media.has-mobile-fallback .ftm-hero-media__mobile-fallback { display: block; }.hero-content { width: calc(100% - 32px); padding-bottom: 4rem; }.hero-content h1, .hero-title { font-size: clamp(3rem, 13vw, 5.1rem); }.hero-lead { font-size: .96rem; }.hero-stamp { width: 105px; height: 105px; right: 5%; bottom: 42%; }
  .section-shell { width: calc(100% - 32px); padding: 5rem 0; }.section-heading { grid-template-columns: 1fr; gap: 1.2rem; margin-bottom: 2.4rem; }.category-grid { gap: .8rem; }.category-card, .category-card:nth-child(1), .category-card:nth-child(6) { grid-column: span 6; }.section-visual { min-height: 180px; }.category-card-copy { min-height: 94px; }.category-card-copy h3 { font-size: 1.02rem; }
  .split-feature { width: calc(100% - 32px); grid-template-columns: 1fr; margin-bottom: 5rem; }.feature-image { min-height: 470px; }.occasion-section { padding: 5rem 16px; }.occasion-grid { grid-template-columns: 1fr 1fr; }.occasion-grid a:nth-child(2) { border-right: 0; }.occasion-grid a:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.35); }.rental-banner { width: calc(100% - 32px); grid-template-columns: 1fr; margin: 5rem auto; }.rental-image { min-height: 430px; }.cta { flex-direction: column; align-items: flex-start; padding: 4.5rem 16px; }
  .page-hero, .family-hero, .catalog-hero, .legal-page { width: calc(100% - 32px); padding-top: 2rem; }.breadcrumbs { margin-bottom: 2.6rem; }.catalog-hero > div:last-child, .family-hero-grid { grid-template-columns: 1fr; gap: 2rem; }.section-visual.compact { min-height: 210px; }.mobile-family-nav { display: block; width: calc(100% - 32px); margin: 0 auto 2rem; border: 1px solid var(--line); border-radius: .6rem; padding: 0 1rem; background: white; }.catalog-layout { width: calc(100% - 32px); grid-template-columns: 1fr; }.family-sidebar { display: none; }
  .rental-page-hero { min-height: 650px; padding-inline: 16px; }.contact-section { width: calc(100% - 32px); grid-template-columns: 1fr; padding: 2rem; }.values { width: calc(100% - 32px); grid-template-columns: 1fr; }.footer-top { width: calc(100% - 32px); grid-template-columns: 1fr 1fr; }.footer-top > div:first-child { grid-column: 1 / -1; }.footer-bottom { width: calc(100% - 32px); }
  .product-page { width: calc(100% - 32px); padding-top: 2rem; }.product-grid { grid-template-columns: 1fr; gap: 2.5rem; }.product-visual { min-height: 430px; }.related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
  .brand img { width: 134px; height: 42px; }.header-icon { width: 36px; height: 36px; }.hero { min-height: 720px; }.hero-photo { bottom: 45%; }.hero-content { padding-bottom: 3rem; }.hero-content h1, .hero-title { font-size: clamp(2.8rem, 14vw, 4.2rem); }.hero-actions { align-items: flex-start; flex-direction: column; gap: .6rem; }.hero-stamp { display: none; }
  .category-grid { grid-template-columns: 1fr; }.category-card, .category-card:nth-child(1), .category-card:nth-child(6) { grid-column: auto; }.section-visual { min-height: 165px; }.occasion-grid { grid-template-columns: 1fr; }.occasion-grid a { min-height: 180px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.35); }.occasion-grid a:last-child { border-bottom: 0; }.feature-image, .rental-image { min-height: 340px; }.feature-copy, .rental-copy { padding: 2rem; }.loop-grid, .subfamily-grid, .related-grid { grid-template-columns: 1fr; }.catalog-title { align-items: flex-start; flex-direction: column; gap: .4rem; }.contact-form { grid-template-columns: 1fr; }.contact-form label { grid-column: 1 !important; }.contact-section { padding: 1.4rem; }.footer-top { grid-template-columns: 1fr; }.footer-top > div:first-child { grid-column: auto; }.footer-bottom { flex-direction: column; }.product-visual { min-height: 340px; padding: 1.4rem; }.product-actions { align-items: stretch; flex-direction: column; }.product-actions .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
