:root {
  --sky: #c9eaf4;
  --sky-deep: #7fafc4;
  --navy: #172a46;
  --navy-deep: #0f1d31;
  --ivory: #f8f5ef;
  --stone: #d6cec4;
  --champagne: #b9975b;
  --ink: #202630;
  --muted: #69717a;
  --white: #ffffff;
  --line: rgba(23, 42, 70, 0.17);
  --line-light: rgba(255, 255, 255, 0.2);
  --shadow: 0 24px 70px rgba(23, 42, 70, 0.14);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; overflow-x: hidden; background: var(--ivory); color: var(--ink); font-family: var(--sans); text-rendering: optimizeLegibility; }
body.locked { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: square; stroke-linejoin: miter; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; }
.section-shell { width: min(calc(100% - 64px), 1420px); margin-inline: auto; }

.announcement { min-height: 33px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 8px 24px; background: var(--sky); color: var(--navy); font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.announcement i { width: 20px; height: 1px; background: var(--sky-deep); }
.site-header { position: sticky; top: 0; z-index: 80; min-height: 82px; display: grid; grid-template-columns: minmax(280px,1fr) auto minmax(280px,1fr); align-items: center; gap: 28px; padding: 10px max(32px,calc((100vw - 1420px)/2)); background: rgba(248,245,239,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); transition: box-shadow .2s ease, background .2s ease; }
.site-header.scrolled { background: rgba(248,245,239,.985); box-shadow: 0 12px 32px rgba(23,42,70,.09); }
.brand { display: inline-flex; align-items: center; gap: 13px; justify-self: start; }
.brand-monogram { position: relative; width: 52px; height: 52px; display: grid; grid-template-columns: 1fr 1fr; align-items: end; padding: 6px 7px; border: 1px solid var(--navy); color: var(--navy); font-family: var(--serif); font-size: 17px; line-height: 1; }
.brand-monogram > span:last-child { text-align: right; }
.brand-monogram svg { position: absolute; inset: 7px 11px 7px 12px; width: 27px; height: 37px; stroke-width: 1; }
.brand-words { display: flex; flex-direction: column; gap: 3px; }
.brand-words strong { color: var(--navy); font-size: 15px; font-weight: 800; letter-spacing: .13em; white-space: nowrap; }
.brand-words small { color: var(--sky-deep); font-size: 7px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(19px,2vw,35px); font-size: 9px; font-weight: 760; letter-spacing: .05em; text-transform: uppercase; }
.desktop-nav a { position: relative; padding-block: 14px; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 1px; background: var(--champagne); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 8px; }
.icon-action, .cart-action { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); cursor: pointer; font-size: 9px; font-weight: 760; letter-spacing: .03em; }
.icon-action { padding: 0 14px; background: transparent; }
.cart-action { padding: 0 8px 0 16px; background: var(--navy); border-color: var(--navy); color: var(--white); }
.icon-action svg, .cart-action svg { width: 18px; height: 18px; }
.cart-count { min-width: 27px; height: 27px; display: grid; place-items: center; padding-inline: 5px; background: var(--sky); color: var(--navy); font-size: 9px; }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; min-height: 805px; padding: 66px 0 156px; background: var(--navy); color: var(--white); }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(52px,7vw,112px); }
.hero-content { padding: 58px 0 45px; }
.eyebrow { margin-bottom: 18px; color: var(--sky-deep); font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 1px; margin: 0 11px 3px 0; background: currentColor; }
.eyebrow.light { color: var(--sky); }
.hero h1 { max-width: 680px; margin-bottom: 28px; font-size: clamp(58px,6.2vw,100px); line-height: .9; letter-spacing: -.055em; text-wrap: balance; }
.hero h1 em { display: block; margin-top: 8px; color: var(--sky); font-style: italic; font-weight: 400; }
.hero-lead { max-width: 555px; margin-bottom: 34px; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.75; }
.hero-links { display: flex; align-items: center; gap: 28px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid transparent; border-radius: 0; cursor: pointer; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-align: center; text-transform: uppercase; transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 16px; height: 16px; }
.button-primary { background: var(--sky); color: var(--navy); }
.button-primary:hover { background: var(--white); box-shadow: 0 15px 36px rgba(0,0,0,.18); }
.button-dark { background: var(--navy); color: var(--white); }
.button-dark:hover { background: var(--navy-deep); box-shadow: 0 14px 34px rgba(23,42,70,.2); }
.button-light { background: var(--ivory); color: var(--navy); }
.button-light:hover { background: var(--white); }
.text-link { display: inline-flex; gap: 10px; padding-bottom: 6px; border-bottom: 1px solid var(--champagne); color: var(--navy); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.light-link { color: var(--white); border-bottom-color: var(--sky); }
.hero-stats { display: flex; gap: 34px; margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line-light); }
.hero-stats span { max-width: 115px; color: rgba(255,255,255,.52); font-size: 8px; font-weight: 750; line-height: 1.45; text-transform: uppercase; }
.hero-stats strong { display: block; margin-bottom: 4px; color: var(--white); font-family: var(--serif); font-size: 23px; font-weight: 500; }
.hero-media { position: relative; margin: 0; padding: 18px 0 0 18px; border-left: 1px solid rgba(201,234,244,.36); }
.hero-media img { width: 100%; height: 585px; object-fit: cover; object-position: center; }
.hero-media figcaption { display: flex; justify-content: space-between; gap: 18px; padding: 15px 0 0; border-top: 1px solid rgba(201,234,244,.3); color: rgba(255,255,255,.6); font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }
.hero-media figcaption b { color: var(--sky); font-weight: 800; }

.rental-finder { position: absolute; z-index: 4; left: 50%; bottom: -66px; width: min(calc(100% - 64px),1280px); min-height: 132px; display: grid; grid-template-columns: 1.15fr 1fr 1fr .85fr 1.15fr; align-items: stretch; transform: translateX(-50%); background: var(--white); color: var(--ink); border: 1px solid var(--line); box-shadow: var(--shadow); }
.rental-finder > * { min-width: 0; }
.finder-title { display: flex; flex-direction: column; justify-content: center; gap: 7px; padding: 25px 27px; background: var(--sky); color: var(--navy); }
.finder-title span { font-family: var(--serif); font-size: 20px; font-weight: 600; }
.finder-title small { color: rgba(23,42,70,.65); font-size: 8px; line-height: 1.5; }
.rental-finder label { display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 22px 24px; border-right: 1px solid var(--line); }
.rental-finder label > span { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.rental-finder input, .rental-finder select { width: 100%; min-height: 34px; padding: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 11px; font-weight: 650; }
.rental-finder .button { align-self: stretch; min-height: 100%; }

.confidence-strip { min-height: 193px; display: grid; grid-template-columns: repeat(4,1fr); padding: 66px max(32px,calc((100vw - 1420px)/2)) 0; background: var(--ivory); border-bottom: 1px solid var(--line); }
.confidence-strip > div { display: grid; grid-template-columns: 43px 1fr; align-items: center; gap: 15px; padding: 24px; border-right: 1px solid var(--line); }
.confidence-strip > div:first-child { border-left: 1px solid var(--line); }
.confidence-strip b { align-self: stretch; display: flex; align-items: flex-start; justify-content: center; padding-top: 3px; border-top: 2px solid var(--champagne); color: var(--navy); font-family: var(--serif); font-size: 15px; font-weight: 500; }
.confidence-strip span { display: flex; flex-direction: column; gap: 5px; }
.confidence-strip strong { font-family: var(--serif); font-size: 15px; font-weight: 600; }
.confidence-strip small { color: var(--muted); font-size: 8px; line-height: 1.5; }

.category-section { padding-block: 132px 145px; }
.section-heading h2, .catalogue-header h2, .editorial-copy h2, .account-copy h2, .delivery-copy h2, .faq-section h2, .final-cta h2 { margin: 0; font-size: clamp(44px,5vw,74px); line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
.split-heading { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); align-items: end; gap: 90px; margin-bottom: 55px; }
.split-heading > p { max-width: 510px; margin: 0 0 4px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.category-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; grid-auto-rows: 315px; gap: 14px; }
.category-card { position: relative; overflow: hidden; padding: 0; border: 0; background: var(--stone); cursor: pointer; text-align: left; }
.category-card::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(0deg,rgba(15,29,49,.78),transparent); }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
.category-card:hover img { transform: scale(1.025); filter: saturate(.92); }
.category-feature { grid-row: span 2; }
.category-wide { grid-column: 2 / 4; }
.category-copy { position: absolute; z-index: 2; inset: auto 23px 22px; display: grid; grid-template-columns: 38px 1fr; gap: 7px 13px; color: var(--white); }
.category-copy small { grid-row: span 2; width: 38px; padding-top: 7px; border-top: 1px solid var(--sky); color: var(--sky); font-size: 9px; font-weight: 800; }
.category-copy strong { font-family: var(--serif); font-size: clamp(21px,2vw,29px); font-weight: 500; }
.category-copy em { color: rgba(255,255,255,.68); font-size: 7px; font-style: normal; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.themes-section { padding-block: 125px 135px; background: var(--sky); border-block: 1px solid rgba(23,42,70,.13); }
.themes-section .eyebrow { color: var(--navy); }
.themes-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.theme-card { display: flex; min-width: 0; flex-direction: column; background: var(--ivory); border: 1px solid rgba(23,42,70,.15); }
.theme-card > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.9); }
.theme-card-copy { flex: 1; display: flex; flex-direction: column; padding: 27px; }
.theme-card-copy > span { margin-bottom: 12px; color: var(--sky-deep); font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.theme-card h3 { margin: 0 0 13px; color: var(--navy); font-size: 32px; line-height: 1; }
.theme-card p { min-height: 68px; margin-bottom: 17px; color: var(--muted); font-size: 10px; line-height: 1.7; }
.theme-card ul { display: grid; gap: 9px; margin: 0 0 24px; padding: 16px 0 0; border-top: 1px solid var(--line); list-style: none; }
.theme-card li { color: var(--ink); font-size: 8px; font-weight: 650; }
.theme-card li::before { content: "/"; margin-right: 8px; color: var(--champagne); }
.theme-card button { min-height: 46px; margin-top: auto; padding: 0 17px; border: 1px solid var(--navy); background: transparent; color: var(--navy); cursor: pointer; font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; transition: .2s ease; }
.theme-card button:hover, .theme-card button.selected { background: var(--navy); color: var(--white); }
.theme-selection { width: max-content; max-width: 100%; display: grid; grid-template-columns: auto auto auto; gap: 10px 20px; align-items: center; margin: 28px 0 0 auto; padding: 15px 18px; background: var(--navy); color: var(--white); }
.theme-selection span { color: var(--sky); font-size: 7px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.theme-selection strong { font-family: var(--serif); font-size: 16px; font-weight: 500; }
.theme-selection button { border: 0; border-bottom: 1px solid var(--sky); background: transparent; color: var(--white); cursor: pointer; font-size: 8px; }

.catalogue-section { padding-block: 120px 112px; background: #ece8e1; }
.catalogue-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.event-context { min-width: 320px; display: grid; grid-template-columns: 1fr auto; gap: 4px 18px; padding: 16px 18px; border: 1px solid var(--navy); background: var(--ivory); }
.event-context span { color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.event-context strong { grid-column: 1; font-size: 10px; }
.event-context button { grid-column: 2; grid-row: 1 / 3; align-self: center; padding: 5px 0; border: 0; border-bottom: 1px solid var(--champagne); background: transparent; color: var(--navy); cursor: pointer; font-size: 8px; font-weight: 800; }
.filter-row { display: flex; gap: 7px; margin-bottom: 34px; padding-bottom: 12px; overflow-x: auto; scrollbar-width: none; }
.filter-row::-webkit-scrollbar { display: none; }
.filter-button { flex: 0 0 auto; min-height: 40px; padding: 0 16px; border: 1px solid rgba(23,42,70,.24); background: rgba(255,255,255,.38); cursor: pointer; color: var(--navy); font-size: 8px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.filter-button:hover, .filter-button.active { border-color: var(--navy); background: var(--navy); color: var(--white); }
.product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 17px; }
.product-card { min-width: 0; overflow: hidden; background: var(--ivory); border: 1px solid rgba(23,42,70,.12); transition: transform .22s ease, box-shadow .22s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 19px 42px rgba(23,42,70,.11); }
.product-visual { position: relative; height: 305px; overflow: hidden; background: var(--stone); }
.product-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-visual img { transform: scale(1.025); }
.product-badge { position: absolute; top: 13px; left: 13px; padding: 8px 10px; background: rgba(248,245,239,.94); color: var(--navy); font-size: 7px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(7px); }
.product-save { position: absolute; top: 13px; right: 13px; min-height: 32px; padding: 0 10px; border: 1px solid rgba(23,42,70,.2); background: rgba(248,245,239,.94); color: var(--navy); cursor: pointer; font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-save.saved { background: var(--sky); border-color: var(--sky); }
.product-info { padding: 21px 19px 19px; }
.product-category { margin-bottom: 8px; color: var(--sky-deep); font-size: 7px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-title-row { display: flex; justify-content: space-between; gap: 10px; }
.product-title-row h3 { margin: 0; font-size: 23px; line-height: 1.08; }
.product-title-row span { flex: 0 0 auto; color: var(--muted); font-size: 7px; line-height: 1.5; text-align: right; }
.product-meta { min-height: 34px; margin: 11px 0 17px; color: var(--muted); font-size: 9px; line-height: 1.65; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 14px; border-top: 1px solid var(--line); }
.product-rate { display: flex; flex-direction: column; gap: 3px; }
.product-rate small { color: var(--muted); font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
.product-rate strong { color: var(--navy); font-family: var(--serif); font-size: 16px; font-weight: 600; }
.quick-add { min-height: 40px; padding: 0 13px; border: 0; background: var(--navy); color: var(--white); cursor: pointer; font-size: 7px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.quick-add:hover { background: var(--sky-deep); }
.catalogue-note { display: flex; align-items: flex-start; gap: 12px; max-width: 850px; margin: 31px auto 0; color: var(--muted); }
.catalogue-note b { padding-top: 2px; border-top: 2px solid var(--champagne); color: var(--navy); font-size: 8px; text-transform: uppercase; }
.catalogue-note p { margin: 0; font-size: 9px; line-height: 1.7; text-align: left; }

.editorial { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(65px,8vw,125px); padding-block: 150px; }
.editorial-copy h2 { margin-bottom: 28px; }
.editorial-copy > p:not(.eyebrow) { max-width: 520px; margin-bottom: 27px; color: var(--muted); font-size: 13px; line-height: 1.85; }
.editorial-picks { display: grid; grid-template-columns: repeat(2,1fr); max-width: 430px; margin: 0 0 32px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.editorial-picks span { padding: 13px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--navy); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.editorial-gallery { position: relative; min-height: 655px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 17px; }
.editorial-gallery figure { position: relative; margin: 0 0 45px; }
.editorial-gallery .gallery-main { align-self: start; margin: 0; }
.editorial-gallery img { width: 100%; height: 455px; object-fit: cover; }
.editorial-gallery .gallery-main img { height: 610px; }
.editorial-gallery figcaption { position: absolute; left: 0; bottom: 0; padding: 10px 13px; background: var(--ivory); color: var(--navy); font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.editorial-label { position: absolute; z-index: 2; right: 19%; top: 43%; padding: 15px 18px; border-left: 3px solid var(--champagne); background: var(--navy); color: var(--white); font-family: var(--serif); font-size: 16px; line-height: 1.25; box-shadow: var(--shadow); }

.process-section { padding-block: 125px; background: var(--navy); color: var(--white); }
.process-heading { display: grid; grid-template-columns: .7fr 1.25fr .75fr; align-items: end; gap: 45px; margin-bottom: 50px; }
.process-heading .eyebrow { margin-bottom: 10px; }
.process-heading h2 { color: var(--white); font-size: clamp(45px,4.8vw,72px); line-height: .98; }
.process-heading > p:last-child { margin: 0 0 5px; color: rgba(255,255,255,.61); font-size: 11px; line-height: 1.75; }
.process-grid { display: grid; grid-template-columns: repeat(5,1fr); margin: 0; padding: 0; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); list-style: none; }
.process-grid li { min-height: 275px; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); transition: background .2s ease,color .2s ease; }
.process-grid li:hover { background: var(--sky); color: var(--navy); }
.process-grid li > span { margin-bottom: auto; padding-top: 5px; border-top: 2px solid var(--champagne); color: var(--sky); font-family: var(--serif); font-size: 20px; }
.process-grid li:hover > span { color: var(--navy); }
.process-grid h3 { margin-bottom: 10px; font-size: 22px; }
.process-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: 9px; line-height: 1.7; }
.process-grid li:hover p { color: rgba(23,42,70,.72); }

.account-section { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(70px,9vw,140px); padding-block: 145px; }
.account-preview { position: relative; max-width: 610px; min-height: 505px; padding: 26px; background: var(--sky); border: 1px solid rgba(23,42,70,.14); box-shadow: var(--shadow); }
.account-preview::before { content: ""; position: absolute; inset: 56px -24px -24px 56px; z-index: -1; border: 1px solid var(--champagne); }
.preview-head { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgba(23,42,70,.2); color: var(--navy); font-size: 7px; letter-spacing: .1em; }
.preview-profile { display: flex; flex-direction: column; gap: 5px; padding: 32px 24px 20px; background: var(--ivory); }
.preview-profile small { color: var(--muted); font-size: 8px; }
.preview-profile strong { color: var(--navy); font-family: var(--serif); font-size: 24px; font-weight: 500; }
.preview-card { margin: 0 24px; padding: 26px; background: var(--navy); color: var(--white); box-shadow: 0 17px 36px rgba(23,42,70,.18); }
.preview-card > span { color: var(--sky); font-size: 7px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.preview-card > strong { display: block; margin: 10px 0 4px; font-family: var(--serif); font-size: 30px; font-weight: 500; }
.preview-card > small { color: rgba(255,255,255,.59); font-size: 8px; }
.preview-card i { display: block; width: 100%; height: 1px; margin: 24px 0 16px; background: linear-gradient(90deg,var(--sky) 72%,rgba(255,255,255,.16) 72%); }
.preview-card div { display: flex; gap: 20px; }
.preview-card b { font-size: 8px; font-weight: 650; }
.preview-lines { display: grid; gap: 12px; margin: 29px 24px; }
.preview-lines span { height: 12px; background: rgba(255,255,255,.7); }
.preview-lines span:nth-child(2) { width: 74%; }
.preview-lines span:nth-child(3) { width: 89%; }
.account-copy h2 { margin-bottom: 25px; }
.account-copy > p:not(.eyebrow) { max-width: 540px; margin-bottom: 27px; color: var(--muted); font-size: 13px; line-height: 1.85; }
.account-copy ul { display: grid; gap: 13px; margin: 0 0 33px; padding: 0; list-style: none; font-size: 10px; font-weight: 650; }
.account-copy li { display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 10px; }
.account-copy li span { padding-top: 5px; border-top: 2px solid var(--champagne); color: var(--navy); font-family: var(--serif); font-size: 12px; }

.delivery-section { padding-block: 118px; background: var(--sky); }
.delivery-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.delivery-copy .eyebrow { color: var(--navy); }
.delivery-copy h2 { margin-bottom: 25px; }
.delivery-copy > p:not(.eyebrow) { max-width: 540px; margin: 0; color: rgba(23,42,70,.7); font-size: 12px; line-height: 1.85; }
.delivery-options { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--navy); border-left: 1px solid var(--navy); }
.delivery-options article { min-height: 280px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; border-right: 1px solid var(--navy); border-bottom: 1px solid var(--navy); background: rgba(248,245,239,.28); }
.delivery-options article > span { margin-bottom: auto; color: var(--navy); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.delivery-options h3 { margin-bottom: 10px; font-size: 29px; }
.delivery-options p { margin: 0; color: rgba(23,42,70,.66); font-size: 9px; line-height: 1.7; }

.faq-section { display: grid; grid-template-columns: .68fr 1.32fr; gap: 95px; padding-block: 130px; }
.faq-section header { position: sticky; top: 135px; align-self: start; }
.faq-list { border-top: 1px solid var(--navy); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 84px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 32px; height: 32px; display: grid; place-items: center; border-left: 1px solid var(--navy); font-family: var(--sans); font-size: 16px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); color: var(--sky-deep); }
.faq-list details p { max-width: 780px; margin: -2px 55px 28px 0; color: var(--muted); font-size: 11px; line-height: 1.8; }
.final-cta { padding-block: 108px; background: var(--navy); color: var(--white); text-align: center; border-top: 6px solid var(--sky); }
.final-cta p { margin-bottom: 15px; color: var(--sky); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.final-cta h2 { max-width: 930px; margin: 0 auto 34px; }

.site-footer { padding-top: 78px; background: var(--navy-deep); color: var(--white); }
.footer-main { display: grid; grid-template-columns: 1.65fr repeat(3,1fr); gap: 65px; padding-bottom: 65px; }
.site-footer .brand-monogram { border-color: var(--sky); color: var(--sky); }
.site-footer .brand-words strong { color: var(--white); }
.site-footer .brand-words small { color: var(--sky); }
.footer-brand p { max-width: 390px; margin: 22px 0 0; color: rgba(255,255,255,.48); font-size: 10px; line-height: 1.7; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; }
.footer-main > div > strong { margin-bottom: 8px; color: var(--sky); font-family: var(--serif); font-size: 17px; font-weight: 500; }
.footer-main a, .footer-main span, .footer-main button { padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.56); font-size: 9px; text-align: left; }
.footer-main a:hover, .footer-main button:hover { color: var(--sky); cursor: pointer; }
.footer-bottom { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-size: 8px; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 110; background: rgba(15,29,49,.58); backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; z-index: 120; top: 0; right: 0; width: min(100%,490px); height: 100dvh; display: flex; flex-direction: column; background: var(--ivory); box-shadow: -25px 0 70px rgba(15,29,49,.25); transform: translateX(102%); visibility: hidden; transition: transform .28s ease, visibility .28s ease; }
.cart-drawer.open { transform: translateX(0); visibility: visible; }
.cart-drawer > header { min-height: 100px; display: flex; align-items: center; justify-content: space-between; padding: 22px 25px; border-bottom: 1px solid var(--navy); }
.cart-drawer > header span { color: var(--sky-deep); font-size: 7px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cart-drawer h2 { margin: 5px 0 0; font-size: 31px; }
.drawer-close, .dialog-close { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--navy); background: transparent; cursor: pointer; font-size: 22px; font-weight: 300; }
.drawer-event { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 15px 22px; background: var(--sky); border-bottom: 1px solid var(--line); }
.drawer-event svg { width: 20px; height: 20px; color: var(--navy); }
.drawer-event div { display: flex; flex-direction: column; gap: 3px; }
.drawer-event span, .drawer-theme span { color: rgba(23,42,70,.62); font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
.drawer-event strong, .drawer-theme strong { font-size: 9px; }
.drawer-event button { padding: 4px 0; border: 0; border-bottom: 1px solid var(--navy); background: transparent; color: var(--navy); cursor: pointer; font-size: 8px; font-weight: 800; }
.drawer-theme { display: grid; grid-template-columns: auto 1fr; gap: 15px; padding: 13px 22px; border-bottom: 1px solid var(--line); }
.cart-empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 45px; text-align: center; }
.cart-empty > span { margin-bottom: 20px; padding: 8px 10px; border-top: 2px solid var(--champagne); color: var(--navy); font-size: 8px; font-weight: 800; }
.cart-empty h3 { margin-bottom: 8px; font-size: 26px; }
.cart-empty p { max-width: 290px; margin-bottom: 24px; color: var(--muted); font-size: 10px; line-height: 1.7; }
.cart-items { flex: 1; overflow-y: auto; padding: 5px 22px 22px; }
.cart-item { display: grid; grid-template-columns: 78px 1fr auto; gap: 13px; padding-block: 17px; border-bottom: 1px solid var(--line); }
.cart-item img { width: 78px; height: 88px; object-fit: cover; }
.cart-item-copy { display: flex; flex-direction: column; min-width: 0; }
.cart-item-copy small { color: var(--sky-deep); font-size: 7px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.cart-item-copy strong { margin: 5px 0 auto; font-family: var(--serif); font-size: 16px; font-weight: 600; }
.mini-stepper { display: flex; align-items: center; width: max-content; border: 1px solid var(--line); }
.mini-stepper button { width: 28px; height: 27px; border: 0; background: transparent; cursor: pointer; }
.mini-stepper output { min-width: 30px; text-align: center; font-size: 9px; }
.remove-item { align-self: start; padding: 0; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 17px; }
.drawer-footer { padding: 21px 24px 24px; border-top: 1px solid var(--navy); background: var(--white); }
.drawer-footer > div { display: flex; justify-content: space-between; align-items: center; }
.drawer-footer > div span { color: var(--muted); font-size: 9px; }
.drawer-footer > div strong { font-family: var(--serif); font-size: 25px; font-weight: 600; }
.drawer-footer p { margin: 8px 0 17px; color: var(--muted); font-size: 8px; line-height: 1.6; }
.drawer-footer .button { width: 100%; }
.clear-cart { width: 100%; margin-top: 12px; padding: 5px; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 8px; text-decoration: underline; }

dialog { padding: 0; border: 0; color: var(--ink); box-shadow: 0 35px 100px rgba(15,29,49,.35); }
dialog::backdrop { background: rgba(15,29,49,.68); backdrop-filter: blur(4px); }
.account-dialog { width: min(calc(100% - 32px),870px); max-height: min(92dvh,740px); grid-template-columns: .78fr 1.22fr; overflow: auto; background: var(--ivory); }
.account-dialog[open] { display: grid; }
.account-dialog .dialog-close, .booking-dialog .dialog-close { position: absolute; z-index: 2; top: 18px; right: 18px; background: rgba(248,245,239,.92); }
.dialog-brand { min-height: 680px; display: flex; flex-direction: column; justify-content: flex-end; padding: 38px; background: linear-gradient(180deg,rgba(23,42,70,.05),rgba(15,29,49,.92)),url("images/hero-studio-collection-v3.webp") center/cover; color: var(--white); }
.dialog-brand > span { margin-bottom: 18px; padding-top: 9px; border-top: 2px solid var(--sky); color: var(--sky); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.dialog-brand p { max-width: 280px; margin: 0; font-family: var(--serif); font-size: 25px; line-height: 1.2; }
.dialog-content { padding: 57px 48px 38px; }
.dialog-content h2, .booking-content h2 { margin-bottom: 10px; font-size: 43px; line-height: 1; }
.dialog-intro, .booking-content > p { margin-bottom: 25px; color: var(--muted); font-size: 10px; line-height: 1.7; }
.auth-tabs { display: grid; grid-template-columns: repeat(2,1fr); margin-bottom: 22px; border-bottom: 1px solid var(--line); }
.auth-tab { min-height: 44px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); cursor: pointer; font-size: 9px; font-weight: 800; }
.auth-tab.active { border-bottom-color: var(--sky-deep); color: var(--navy); }
.auth-form, #bookingForm { display: grid; gap: 14px; }
.auth-form label:not(.check-label), #bookingForm label { display: grid; gap: 6px; }
.auth-form label > span, #bookingForm label > span { font-size: 8px; font-weight: 800; }
.auth-form input, #bookingForm select, #bookingForm textarea { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 0; outline: 0; background: var(--white); color: var(--ink); font-size: 10px; }
.auth-form input:focus, #bookingForm select:focus, #bookingForm textarea:focus { border-color: var(--sky-deep); box-shadow: 0 0 0 3px rgba(127,175,196,.16); }
.auth-form label > small { color: var(--muted); font-size: 7px; }
.field-pair { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.check-label { display: grid; grid-template-columns: auto 1fr; gap: 9px; align-items: start; color: var(--muted); font-size: 8px; line-height: 1.6; }
.check-label input { width: 15px; min-height: 15px; margin: 1px 0 0; }
.auth-note { margin: 15px 0 0; color: var(--muted); font-size: 7px; line-height: 1.6; }
.auth-status, .booking-status { margin: 16px 0 0; padding: 12px; background: var(--sky); color: var(--navy); font-size: 9px; line-height: 1.6; }
.auth-status.error, .booking-status.error { background: #f5dfdc; color: #762a24; }
.booking-dialog { position: relative; width: min(calc(100% - 32px),600px); max-height: 90dvh; overflow: auto; background: var(--ivory); }
.booking-content { padding: 55px 50px 45px; }
.booking-summary { display: grid; gap: 8px; margin: 0 0 22px; padding: 18px; background: var(--sky); }
.booking-summary div { display: flex; justify-content: space-between; gap: 20px; font-size: 9px; }
.booking-summary span { color: rgba(23,42,70,.62); }
.booking-summary strong { text-align: right; }
.booking-content textarea { resize: vertical; }
.toast { position: fixed; z-index: 150; left: 50%; bottom: 25px; min-width: 260px; max-width: calc(100% - 36px); padding: 14px 19px; transform: translateX(-50%); background: var(--navy); color: var(--white); box-shadow: 0 14px 40px rgba(15,29,49,.3); font-size: 9px; font-weight: 750; text-align: center; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .product-grid { grid-template-columns: repeat(3,1fr); }
  .rental-finder { grid-template-columns: 1fr 1fr 1fr .95fr; }
  .finder-title { display: none; }
  .process-heading { grid-template-columns: 1fr 1fr; }
  .process-heading .eyebrow { grid-column: 1 / -1; }
  .process-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 900px) {
  .section-shell { width: min(calc(100% - 36px),720px); }
  .announcement span:nth-of-type(2), .announcement span:nth-of-type(3), .announcement i { display: none; }
  .site-header { min-height: 72px; padding: 9px 18px; }
  .brand-monogram { width: 44px; height: 44px; font-size: 15px; }
  .brand-monogram svg { inset: 6px 9px; width: 25px; height: 32px; }
  .brand-words strong { font-size: 13px; }
  .icon-action { display: none; }
  .cart-action span { display: none; }
  .cart-action { min-width: 47px; padding: 0 7px; background: transparent; border-color: transparent; color: var(--navy); }
  .cart-count { position: absolute; top: 7px; right: 55px; min-width: 19px; height: 19px; }
  .menu-button { width: 42px; height: 42px; display: grid; align-content: center; gap: 6px; padding: 9px; border: 0; background: var(--navy); cursor: pointer; }
  .menu-button span { width: 100%; height: 1px; background: var(--white); transition: .2s ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: absolute; top: 100%; left: 0; right: 0; display: grid; padding: 17px 18px 22px; background: var(--ivory); border-bottom: 1px solid var(--navy); box-shadow: 0 20px 45px rgba(23,42,70,.14); }
  .mobile-nav a, .mobile-nav button { min-height: 47px; display: flex; align-items: center; border: 0; border-bottom: 1px solid var(--line); background: transparent; font-family: var(--serif); font-size: 18px; font-weight: 500; text-align: left; }
  .hero { min-height: 1080px; padding-top: 35px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-content { padding: 45px 0 8px; }
  .hero h1 { font-size: clamp(55px,11vw,80px); }
  .hero-media { width: 94%; margin-left: auto; }
  .hero-media img { height: 430px; }
  .rental-finder { bottom: -185px; width: calc(100% - 36px); min-height: 250px; grid-template-columns: repeat(2,1fr); }
  .rental-finder label { padding: 17px; }
  .rental-finder .button { min-height: 58px; grid-column: 1 / -1; }
  .confidence-strip { grid-template-columns: repeat(2,1fr); padding: 185px 18px 0; }
  .confidence-strip > div:nth-child(odd) { border-left: 1px solid var(--line); }
  .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .category-section { padding-block: 105px; }
  .category-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 285px; }
  .category-feature { grid-column: 1 / -1; grid-row: span 1; }
  .category-wide { grid-column: 1 / -1; }
  .themes-grid { grid-template-columns: 1fr; }
  .theme-card { display: grid; grid-template-columns: .95fr 1.05fr; }
  .theme-card > img { height: 100%; min-height: 390px; aspect-ratio: auto; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .editorial { grid-template-columns: 1fr; }
  .editorial-gallery { min-height: 0; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .account-section, .delivery-grid, .faq-section { grid-template-columns: 1fr; gap: 65px; }
  .account-preview { max-width: 650px; }
  .faq-section header { position: static; }
  .footer-main { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  html { scroll-padding-top: 90px; }
  .section-shell { width: calc(100% - 28px); }
  .brand-words small { display: none; }
  .brand-words strong { font-size: 11px; letter-spacing: .09em; }
  .hero { min-height: 965px; padding-bottom: 120px; }
  .hero-content { padding-top: 29px; }
  .hero h1 { font-size: 48px; line-height: .91; }
  .hero-lead { max-width: 335px; font-size: 12px; }
  .hero-links { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-stats { gap: 18px; margin-top: 34px; }
  .hero-media { width: 100%; padding-left: 10px; }
  .hero-media img { height: 315px; }
  .hero-media figcaption { flex-direction: column; gap: 5px; }
  .rental-finder { bottom: -275px; grid-template-columns: 1fr; }
  .rental-finder label { min-height: 70px; }
  .rental-finder .button { grid-column: auto; }
  .confidence-strip { grid-template-columns: 1fr; padding-top: 275px; }
  .confidence-strip > div { min-height: 80px; border-left: 1px solid var(--line); }
  .category-section { padding-block: 92px; }
  .section-heading h2, .catalogue-header h2, .editorial-copy h2, .account-copy h2, .delivery-copy h2, .faq-section h2, .final-cta h2 { font-size: 40px; }
  .category-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .category-grid::-webkit-scrollbar { display: none; }
  .category-card, .category-feature, .category-wide { flex: 0 0 84%; height: 430px; scroll-snap-align: start; }
  .themes-section { padding-block: 92px; }
  .themes-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .themes-grid::-webkit-scrollbar { display: none; }
  .theme-card { flex: 0 0 88%; display: flex; scroll-snap-align: start; }
  .theme-card > img { min-height: 0; height: auto; aspect-ratio: 4 / 3; }
  .theme-selection { width: 100%; grid-template-columns: 1fr auto; }
  .theme-selection span { grid-column: 1 / -1; }
  .catalogue-section { padding-block: 90px; }
  .catalogue-header { align-items: flex-start; flex-direction: column; }
  .event-context { width: 100%; min-width: 0; }
  .product-grid { grid-template-columns: 1fr; gap: 15px; }
  .product-visual { height: 390px; }
  .editorial { padding-block: 98px; }
  .editorial-gallery { grid-template-columns: 1.08fr .92fr; gap: 9px; }
  .editorial-gallery img { height: 265px; }
  .editorial-gallery .gallery-main img { height: 360px; }
  .editorial-gallery figcaption { font-size: 6px; }
  .editorial-label { right: 14%; top: 40%; padding: 11px; font-size: 12px; }
  .process-section { padding-block: 92px; }
  .process-heading { grid-template-columns: 1fr; }
  .process-heading .eyebrow { grid-column: auto; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 205px; }
  .account-section { padding-block: 100px; }
  .account-preview { min-height: 430px; padding: 18px; }
  .account-preview::before { display: none; }
  .preview-profile { padding: 22px 16px 15px; }
  .preview-card { margin: 0 16px; }
  .delivery-section { padding-block: 92px; }
  .delivery-options { grid-template-columns: 1fr; }
  .faq-section { padding-block: 95px; }
  .faq-list summary { min-height: 76px; font-size: 18px; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; }
  .account-dialog[open] { display: block; }
  .dialog-brand { display: none; }
  .dialog-content, .booking-content { padding: 58px 23px 30px; }
  .dialog-content h2, .booking-content h2 { font-size: 37px; }
  .field-pair { grid-template-columns: 1fr; }
}

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