:root {
    --cocoa-950: #1a1019;
    --cocoa-900: #241622;
    --cocoa-800: #3a2434;
    --cocoa-700: #5b3450;
    --copper: #c7856b;
    --gold: #e3b98a;
    --cream: #fff8f2;
    --cream-deep: #f5e8ed;
    --paper: #fffcfa;
    --ink: #35202f;
    --muted: #735e6b;
    --line: rgba(83, 45, 72, .16);
    --rose: #d98194;
    --success: #2f6d50;
    --error: #983d3d;
    --shadow: 0 24px 60px rgba(65, 35, 57, .13);
    --shadow-deep: 0 30px 70px rgba(19, 9, 17, .34);
    --heading: 'Playfair Display', Georgia, serif;
    --body: 'Lora', Georgia, serif;
    --ui: 'Poppins', Arial, sans-serif;
}

* { box-sizing: border-box; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { stroke-linecap: round; stroke-linejoin: round; }

html { scroll-behavior: smooth; scroll-padding-top: 80px; }

body {
    margin: 0;
    min-width: 320px;
    color: var(--ink);
    background: var(--cream);
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

::selection { color: var(--cream); background: var(--rose); }

a, button, input, select, textarea { font: inherit; }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
    outline: 3px solid rgba(217, 129, 148, .76);
    outline-offset: 4px;
}

.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 11px 15px; border-radius: 10px; color: var(--cocoa-900); background: var(--paper); font-family: var(--ui); font-size: 12px; font-weight: 800; text-decoration: none; transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
#mainContent:focus { outline: none; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    color: var(--cream);
    background:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(100deg, rgba(36, 22, 34, .99), rgba(74, 42, 66, .97));
    background-size: 42px 42px, 42px 42px, auto;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 6px 24px rgba(28, 13, 25, .24);
}

.header-inner {
    width: min(1656px, calc(100% - 80px));
    min-height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.wordmark {
    display: block;
    color: inherit;
    text-decoration: none;
}

.wordmark span { display: grid; justify-items: start; line-height: 1; }
.wordmark img { width: 132px; height: auto; display: block; }
.wordmark small { margin-top: 4px; color: #edbd91; font-family: var(--ui); font-size: 8px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }

nav { display: flex; align-items: center; gap: 28px; }
nav a { position: relative; color: #fff8f4; font-family: var(--ui); font-size: 13px; font-weight: 700; text-decoration: none; }
nav a:not(.nav-action) { min-height: 48px; padding: 0 4px; display: inline-flex; align-items: center; border-radius: 999px; }
nav a:not(.nav-action)::after { content: ''; position: absolute; right: 50%; bottom: 5px; left: 50%; height: 2px; background: var(--gold); transition: left .25s ease, right .25s ease; }
nav a:not(.nav-action):hover::after { right: 4px; left: 4px; }
nav a[aria-current="page"] { min-height: 54px; padding-inline: 20px; background: rgba(255, 255, 255, .1); }
nav a[aria-current="page"]::after { right: 20px; left: 20px; background: #fff8f4; }
.header-inner nav a.nav-business { min-height: 44px; padding: 10px 14px; border: 1px solid rgba(227,185,138,.42); border-radius: 12px; color: #f7dfc7; background: rgba(227,185,138,.08); white-space: nowrap; transition: color .2s ease, background .2s ease, transform .2s ease; }
.header-inner nav a.nav-business::after { display: none; }
.header-inner nav a.nav-business:hover { color: #fff8f4; background: rgba(227,185,138,.16); transform: translateY(-1px); }
.nav-action { min-height: 44px; padding: 11px 17px; display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.26); border-radius: 12px; background: rgba(255,255,255,.1); transition: background .2s ease, transform .2s ease; }
.nav-action:hover { background: rgba(255,255,255,.18); transform: translateY(-1px); }
.menu-toggle, .mobile-navigation, .navigation-scrim { display: none; }

main { overflow-x: clip; }
.page-anchor { position: absolute; }

.hero {
    position: relative;
    isolation: isolate;
    color: #fff9f5;
    background-color: var(--cocoa-950);
    background-image:
        linear-gradient(90deg, rgba(26, 12, 24, .96) 0%, rgba(45, 24, 40, .88) 45%, rgba(48, 28, 43, .48) 72%, rgba(33, 17, 30, .6) 100%),
        url('../images/event-invitations-cover.webp');
    background-position: center, center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.hero::before,
.hero::after {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(6px);
    opacity: .22;
}

.hero::before { width: 420px; height: 420px; top: 8%; right: 8%; background: radial-gradient(circle, var(--copper), transparent 68%); }
.hero::after { width: 360px; height: 360px; bottom: 2%; left: 34%; background: radial-gradient(circle, #6f3c5d, transparent 68%); }

.hero-inner {
    width: min(1450px, calc(100% - 64px));
    margin: 0 auto;
    padding: 64px 0 44px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .68fr);
    align-items: start;
    gap: 72px;
}

.hero-copy { position: relative; z-index: 3; min-width: 0; max-width: 780px; }
h1, h2, h3 { font-family: var(--heading); }
h1 { max-width: 760px; margin: 0; font-size: clamp(50px, 5vw, 78px); line-height: 1.02; letter-spacing: -.035em; text-wrap: balance; }
.hero-lede { max-width: 610px; margin: 26px 0 32px; color: #f6e8ef; font-size: clamp(17px, 1.35vw, 20px); line-height: 1.65; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.primary-action, .secondary-action, .submit-request {
    min-height: 54px;
    padding: 14px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-family: var(--ui);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.primary-action { color: var(--cocoa-900); background: linear-gradient(135deg, #fff8f2, #f3c995); border: 1px solid #f7d8b2; box-shadow: 0 16px 34px rgba(20, 8, 18, .24); }
.secondary-action { color: #fff9f5; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.34); }
.primary-action:hover, .secondary-action:hover, .submit-request:hover { transform: translateY(-3px); }
.primary-action:active, .secondary-action:active, .submit-request:active { transform: translateY(0) scale(.98); }
.primary-action:hover { box-shadow: 0 22px 42px rgba(20,8,18,.3); }
.secondary-action:hover { background: rgba(255,255,255,.13); }

.hero-brand-mark { min-width: 0; padding-top: 12px; display: grid; place-items: start center; }
.hero-brand-mark img {
    width: min(400px, 88%);
    height: auto;
    display: block;
    border: 8px solid #fff8f2;
    border-radius: 50%;
    box-shadow:
        0 0 0 6px var(--copper),
        0 0 0 14px rgba(91, 52, 80, .48),
        0 28px 64px rgba(20,8,18,.36);
}

.confidence-bar { position: relative; z-index: 4; width: min(1450px, calc(100% - 64px)); margin: 0 auto 24px; padding: 18px 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; border: 1px solid rgba(199,133,107,.26); border-radius: 18px; background: rgba(255,248,242,.96); box-shadow: 0 18px 42px rgba(30,14,27,.2); }
.confidence-bar span { min-height: 40px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--cocoa-700); font-family: var(--ui); font-size: 11px; font-weight: 700; line-height: 1.35; text-align: center; }
.confidence-bar svg { width: 22px; height: 22px; flex: 0 0 auto; fill: none; stroke: var(--copper); stroke-width: 1.7; }

.section-shell { width: min(1450px, calc(100% - 48px)); margin: 28px auto; padding: 100px 72px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.45); }
.services { padding-block: 76px; border-radius: 28px; background: linear-gradient(135deg, var(--paper), #f8edf2); }
.centered-heading { max-width: 920px; margin: 0 auto 58px; text-align: center; }
.centered-heading h2, .section-heading h2, .request-intro h2, .contact-request .request-intro h1 { margin: 0; color: var(--cocoa-700); font-size: clamp(42px, 5vw, 68px); line-height: 1.08; letter-spacing: -.025em; text-wrap: balance; }
.centered-heading p, .section-heading p, .request-intro > p { max-width: 680px; margin: 20px auto 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.heading-rule { width: 84px; height: 4px; margin: 20px auto 0; display: block; border-radius: 99px; background: var(--copper); }

.services .centered-heading { max-width: 780px; margin-bottom: 44px; }
.services .centered-heading h2 { font-size: clamp(40px, 4.4vw, 62px); }
.service-grid { display: grid; grid-template-columns: 1.15fr .925fr .925fr; gap: 20px; align-items: stretch; }
.service-card { position: relative; min-height: 290px; padding: 36px; display: flex; flex-direction: column; justify-content: flex-start; overflow: hidden; text-align: left; border: 1px solid rgba(199,133,107,.24); border-radius: 24px; background: rgba(255,252,250,.9); box-shadow: var(--shadow); }
.service-card:first-child { min-height: 290px; background: linear-gradient(145deg, var(--paper), var(--cream-deep)); }
.service-card::after { content: ''; position: absolute; right: -62px; bottom: -62px; width: 145px; height: 145px; border-radius: 50%; background: var(--cream-deep); }
.service-mark { width: 64px; height: 64px; margin: 0 0 24px; display: grid; place-items: center; border: 1px solid rgba(199,133,107,.32); border-radius: 50%; color: var(--copper); background: linear-gradient(145deg, var(--paper), #f5e3e8); font-family: var(--heading); font-size: 22px; font-weight: 700; box-shadow: 0 12px 30px rgba(83,45,72,.1); }
.service-mark svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.service-card h3 { margin: 0; color: var(--cocoa-700); font-size: 25px; }
.service-card p { max-width: 46ch; margin: 14px 0 0; color: var(--muted); }

.guest-experience { padding: 60px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: 56px; color: #f8edf3; background: linear-gradient(130deg, var(--cocoa-950), #4b2843); border-color: rgba(255,255,255,.12); }
.guest-experience-media { min-width: 0; }
.guest-experience-media picture { display: block; }
.guest-experience-media img { width: 100%; height: auto; display: block; border-radius: 16px; box-shadow: 0 28px 58px rgba(0,0,0,.3); }
.guest-experience-copy h2 { max-width: 640px; margin: 0; color: #fff9f5; font-size: clamp(40px, 4vw, 58px); line-height: 1.06; letter-spacing: -.03em; text-wrap: balance; }
.guest-experience-copy > p { max-width: 58ch; margin: 18px 0 26px; color: #dcc7d4; font-size: 16px; }
.guest-experience-copy ul { margin: 0; padding: 0; display: grid; gap: 16px; }
.guest-experience-copy li { display: grid; grid-template-columns: 26px 1fr; gap: 12px; list-style: none; color: #dcc7d4; }
.guest-experience-copy li svg { width: 23px; height: 23px; fill: none; stroke: #e4b58e; stroke-width: 1.7; }
.guest-experience-copy li strong { display: block; margin-bottom: 3px; color: #fff9f5; font-family: var(--ui); font-size: 12px; }

.samples { padding: 72px 64px; background: var(--cream); }
.samples-heading { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 60px; }
.samples-heading h2 { font-size: clamp(40px, 4.3vw, 58px); }
.samples-heading p { margin: 0; }
.samples-heading-action { display: grid; justify-items: start; gap: 20px; }
.samples-heading-action > a { min-height: 48px; padding: 12px 18px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--cocoa-700); border-radius: 12px; color: #fff9f5; background: var(--cocoa-700); box-shadow: 0 14px 28px rgba(65,35,57,.16); font-family: var(--ui); font-size: 12px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.samples-heading-action > a:hover { background: var(--cocoa-800); box-shadow: 0 18px 34px rgba(65,35,57,.22); transform: translateY(-2px); }
.sample-gallery { margin-top: 36px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.sample-piece { min-width: 0; margin: 0; overflow: hidden; border-radius: 18px; background: var(--cocoa-900); box-shadow: 0 18px 42px rgba(65,35,57,.14); }
.sample-preview { width: 100%; display: block; border: 0; padding: 0; background: transparent; cursor: zoom-in; }
.sample-preview img { width: 100%; height: clamp(180px, 20vw, 280px); display: block; object-fit: cover; transition: transform .3s cubic-bezier(.16,1,.3,1); }
.sample-preview:hover img { transform: scale(1.02); }
.sample-preview:focus-visible { position: relative; z-index: 1; outline-offset: -5px; }
.sample-lightbox { width: min(1400px, calc(100% - 32px)); max-height: calc(100dvh - 32px); border: 0; border-radius: 16px; padding: 62px 18px 18px; color: #fff9f5; background: var(--cocoa-950); box-shadow: 0 30px 90px rgba(19,9,17,.48); overflow: auto; }
.sample-lightbox::backdrop { background: rgba(19,9,17,.86); backdrop-filter: blur(7px); }
.sample-lightbox form { position: absolute; top: 12px; right: 12px; margin: 0; }
.sample-lightbox-close { min-width: 78px; min-height: 44px; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; padding: 9px 16px; color: #fff9f5; background: var(--cocoa-700); font-family: var(--ui); font-size: 12px; font-weight: 800; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.sample-lightbox-close:hover { background: var(--cocoa-800); }
.sample-lightbox-close:active { transform: translateY(1px); }
.sample-lightbox > img { width: auto; max-width: 100%; max-height: calc(100dvh - 112px); display: block; margin: 0 auto; border-radius: 12px; object-fit: contain; }
body.sample-lightbox-open { overflow: hidden; }

.occasions { padding: 58px 64px 62px; background: linear-gradient(135deg, var(--paper), #f6e9ef); }
.occasions .centered-heading { max-width: 780px; margin-bottom: 34px; }
.occasions .centered-heading h2 { font-size: clamp(38px, 4vw, 54px); }
.occasions .centered-heading p { margin-top: 14px; font-size: 16px; line-height: 1.6; }
.occasions .heading-rule { width: 64px; height: 3px; margin-top: 16px; }
.occasion-list { width: 100%; max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px 18px; }
.occasion-list button { min-width: 0; min-height: 108px; padding: 13px 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 14px; color: var(--cocoa-700); background: transparent; cursor: pointer; transition: background .22s ease, transform .22s ease; }
.occasion-list button > span { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(199,133,107,.34); border-radius: 16px; color: var(--cocoa-700); background: rgba(255,252,250,.82); box-shadow: 0 10px 24px rgba(83,45,72,.09); transition: color .22s ease, background .22s ease, transform .22s ease; }
.occasion-list button > span svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.occasion-list button > strong { max-width: 100%; font-family: var(--heading); font-size: 17px; line-height: 1.2; text-wrap: balance; }
.occasion-list button:hover { background: rgba(255,252,250,.5); transform: translateY(-2px); }
.occasion-list button:hover > span { color: #fff9f5; background: var(--cocoa-700); transform: rotate(-2deg); }
.occasion-list button:focus-visible { outline: 3px solid rgba(199,133,107,.55); outline-offset: 2px; }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; background: var(--paper); }
.faq-intro { position: sticky; top: 120px; }
.faq-intro h2 { margin: 0; color: var(--cocoa-700); font-size: clamp(42px, 5vw, 68px); line-height: 1.08; letter-spacing: -.025em; text-wrap: balance; }
.faq-intro p { max-width: 42ch; margin: 20px 0 28px; color: var(--muted); }
.faq-intro a { min-height: 48px; padding: 12px 18px; display: inline-flex; align-items: center; border-radius: 12px; color: #fff9f5; background: var(--cocoa-700); font-family: var(--ui); font-size: 12px; font-weight: 800; text-decoration: none; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 78px; padding: 24px 50px 24px 0; position: relative; display: flex; align-items: center; color: var(--cocoa-700); font-family: var(--heading); font-size: 22px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 4px; color: var(--copper); font-family: var(--ui); font-size: 28px; font-weight: 500; transition: transform .25s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { margin: -8px 50px 24px 0; color: var(--muted); }

.process { background: var(--paper); }
.process ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.process li { min-height: 150px; padding: 4px 42px; list-style: none; border-left: 1px solid var(--line); }
.process li:first-child { padding-left: 0; border-left: 0; }
.process strong, .process li span { display: block; }
.process strong { color: var(--cocoa-700); font-family: var(--heading); font-size: 27px; }
.process li span { margin-top: 12px; color: var(--muted); }

.request-section { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 72px; background: linear-gradient(135deg, #f3e2ea, var(--cream)); }
.request-intro { position: sticky; top: 120px; }
.request-intro > p { margin-left: 0; }
.request-note { margin-top: 38px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.request-note strong, .request-note span { display: block; }
.request-note strong { color: var(--cocoa-700); font-family: var(--ui); font-size: 13px; }
.request-note span { margin-top: 7px; color: var(--muted); }
.form-surface { padding: 42px; border-radius: 24px; background: rgba(255,252,250,.96); box-shadow: var(--shadow); }
.form-surface form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field { display: flex; flex-direction: column; gap: 9px; }
.field.full, .submit-request, .privacy-copy { grid-column: 1 / -1; }
.field label { color: var(--cocoa-800); font-family: var(--ui); font-size: 12px; font-weight: 800; }
.field label span { color: var(--muted); font-size: 10px; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: #fffaf7; outline: 0; }
.field textarea { min-height: 138px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #77616f; opacity: 1; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--copper); box-shadow: 0 0 0 4px rgba(199,133,107,.14); }
.submit-request { width: 100%; margin-top: 4px; border: 1px solid var(--cocoa-700); color: #fff9f5; background: linear-gradient(135deg, var(--cocoa-700), var(--cocoa-900)); box-shadow: 0 16px 32px rgba(65,35,57,.22); }
.submit-request:disabled { opacity: .72; cursor: wait; transform: none; }
.privacy-copy { margin: -7px 0 0; color: var(--muted); font-family: var(--ui); font-size: 10px; text-align: center; }
.honeypot { position: absolute; left: -10000px; }
.form-message { margin-bottom: 28px; padding: 18px; border-radius: 14px; }
.form-message strong, .form-message span { display: block; }
.form-message span { margin-top: 5px; }
.form-message.success { color: var(--success); background: #eaf7ef; }
.form-message.error { color: var(--error); background: #fff0ef; }

.contact-main { display: flow-root; }
.contact-request { margin-top: 28px; padding-block: 64px; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(44px, 5vw, 72px); }
.contact-request .request-intro h1 { font-size: clamp(42px, 4.8vw, 66px); }
.contact-request .request-note span { max-width: 42ch; }

.site-footer { margin-top: 42px; color: #f7eaf0; background: linear-gradient(125deg, var(--cocoa-950), #44243d); border-top: 1px solid rgba(255,255,255,.12); }
.footer-shell { width: min(1360px, calc(100% - 64px)); margin: 0 auto; }
.footer-cta { padding: 54px 0 40px; display: flex; align-items: center; justify-content: space-between; gap: 48px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-cta h2 { max-width: 760px; margin: 0; color: #fff9f5; font-size: clamp(34px, 3.5vw, 50px); line-height: 1.06; letter-spacing: -.025em; text-wrap: balance; }
.footer-cta p { max-width: 62ch; margin: 12px 0 0; color: #dac5d2; }
.footer-cta > a { min-height: 50px; padding: 13px 22px; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; color: var(--cocoa-950); background: linear-gradient(135deg, #fff8f2, #f3c995); box-shadow: 0 14px 30px rgba(17,7,15,.24); font-family: var(--ui); font-size: 12px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.footer-cta > a:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(17,7,15,.3); }
.footer-grid { padding: 42px 0; display: grid; grid-template-columns: 1.5fr .8fr 1fr; gap: clamp(40px, 6vw, 96px); }
.footer-grid > * { min-width: 0; }
.footer-brand > a { width: fit-content; display: inline-flex; flex-direction: column; color: #fff9f5; text-decoration: none; }
.footer-brand img { width: 142px; height: auto; display: block; }
.footer-brand small { margin-top: 4px; color: #efbd91; font-family: var(--ui); font-size: 8px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.footer-brand p { max-width: 42ch; margin: 20px 0 0; color: #dac5d2; }
.footer-grid h3 { margin: 0 0 18px; color: #efbd91; font-size: 19px; }
.footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-nav a, .footer-bottom a { color: #f7eaf0; font-family: var(--ui); font-size: 12px; text-decoration: none; }
.footer-nav a:not(.nav-action) { min-height: 28px; padding: 0; border-radius: 0; }
.footer-nav a:not(.nav-action)::after { display: none; }
.footer-nav a:hover, .footer-bottom a:hover { color: #efbd91; text-decoration: underline; text-underline-offset: 4px; }
.footer-included ul { margin: 0; padding: 0; display: grid; gap: 13px; }
.footer-included li { display: grid; grid-template-columns: 20px 1fr; align-items: center; gap: 9px; color: #f7eaf0; font-family: var(--ui); font-size: 12px; list-style: none; }
.footer-included svg { width: 19px; height: 19px; fill: none; stroke: #efbd91; stroke-width: 1.7; }
.footer-bottom { padding: 22px 0 26px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.14); color: #cdb6c4; font-family: var(--ui); font-size: 11px; }

.js [data-reveal] {
    opacity: 0;
    filter: blur(2px);
    transform: translate3d(0, 26px, 0);
    transition:
        opacity .58s cubic-bezier(.16,1,.3,1) var(--reveal-delay, 0ms),
        filter .58s cubic-bezier(.16,1,.3,1) var(--reveal-delay, 0ms),
        clip-path .72s cubic-bezier(.16,1,.3,1) var(--reveal-delay, 0ms),
        transform .72s cubic-bezier(.16,1,.3,1) var(--reveal-delay, 0ms);
}
.js [data-reveal]:not(.is-visible) { will-change: opacity, filter, transform; }
.js [data-reveal="heading"] { clip-path: inset(0 0 28% 0); transform: translate3d(0, 18px, 0); }
.js [data-reveal="heading"]:not(.is-visible) { will-change: opacity, filter, clip-path, transform; }
.js [data-reveal="left"] { transform: translate3d(-34px, 0, 0); }
.js [data-reveal="right"] { transform: translate3d(34px, 0, 0); }
.js [data-reveal="card"] { transform: translate3d(0, 24px, 0) scale(.97); }
.js [data-reveal].is-visible { opacity: 1; filter: none; transform: translate3d(0, 0, 0) scale(1); }
.js [data-reveal="heading"].is-visible { clip-path: inset(0 0 0 0); }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
    .js [data-reveal] { opacity: 1; filter: none; clip-path: none; transform: none; }
}

@media (max-width: 1100px) {
    .header-inner, .hero-inner { width: min(100% - 40px, 1040px); }
    nav { gap: 14px; }
    nav a { font-size: 12px; }
    .header-inner nav a.nav-business { padding-inline: 11px; }
    .hero-inner { padding: 56px 0 40px; grid-template-columns: minmax(0, 1fr) minmax(300px, .64fr); gap: 48px; }
    .hero-brand-mark img { width: min(320px, 86%); }
    .confidence-bar { width: min(100% - 40px, 1040px); }
    .section-shell { padding: 82px 44px; }
    .services { padding-block: 68px; }
    .samples { padding: 64px 44px; }
    .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .service-card:first-child { grid-column: 1 / -1; min-height: 220px; }
    .occasions { padding-inline: 44px; }
    .guest-experience { padding: 56px 44px; gap: 48px; }
}

@media (max-width: 860px) {
    html { scroll-padding-top: 76px; }
    body.menu-open { overflow: hidden; }
    .header-inner { position: relative; z-index: 3; min-height: 76px; }
    .header-inner > nav { display: none; }
    .menu-toggle { width: 48px; height: 48px; padding: 12px; display: grid; align-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; color: #fff9f5; background: rgba(255,255,255,.08); cursor: pointer; }
    .menu-toggle span { width: 100%; height: 2px; display: block; border-radius: 99px; background: currentColor; transition: transform .25s ease, opacity .2s ease; }
    .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .navigation-scrim { position: fixed; z-index: 1; inset: 76px 0 0; display: block; border: 0; visibility: hidden; opacity: 0; background: rgba(18, 8, 17, .58); cursor: pointer; transition: opacity .25s ease, visibility 0s linear .3s; }
    .mobile-navigation { position: fixed; z-index: 2; top: 76px; bottom: 0; left: 0; width: min(86vw, 360px); padding: 24px 20px max(24px, env(safe-area-inset-bottom)); display: flex; flex-direction: column; align-items: stretch; gap: 4px; overflow-y: auto; visibility: hidden; background: linear-gradient(160deg, rgba(36,22,34,.995), rgba(67,36,59,.995)); box-shadow: 24px 0 60px rgba(18,8,17,.36); transform: translateX(-105%); transition: transform .3s cubic-bezier(.22,1,.36,1), visibility 0s linear .3s; }
    .menu-open .navigation-scrim { visibility: visible; opacity: 1; transition-delay: 0s; }
    .menu-open .mobile-navigation { visibility: visible; transform: translateX(0); transition-delay: 0s; }
    .mobile-navigation a { min-height: 52px; padding: 13px 12px; display: flex; align-items: center; justify-content: flex-start; border-bottom: 1px solid rgba(255,255,255,.1); border-radius: 0; color: #fff8f4; font-family: var(--ui); font-size: 13px; font-weight: 700; text-decoration: none; }
    .mobile-navigation a::after { display: none; }
    .mobile-navigation a:hover { color: var(--gold); background: rgba(255,255,255,.06); }
    .hero {
        min-height: auto;
        background-image:
            linear-gradient(180deg, rgba(26, 12, 24, .95), rgba(53, 30, 47, .88)),
            url('../images/event-invitations-cover.webp');
        background-position: center, 68% center;
    }
    .hero-inner { grid-template-columns: 1fr; padding: 44px 0 32px; gap: 32px; }
    .hero-brand-mark { padding-top: 0; }
    .hero-brand-mark img { width: min(300px, 64vw); }
    .confidence-bar { padding: 16px; grid-template-columns: 1fr 1fr; gap: 8px 12px; }
    .samples-heading, .request-section, .faq { grid-template-columns: 1fr; gap: 44px; }
    .samples-heading { gap: 18px; }
    .contact-request { padding-block: 60px; grid-template-columns: 1fr; gap: 36px; }
    .sample-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .service-grid { grid-template-columns: 1fr; gap: 18px; }
    .service-card, .service-card:first-child { min-height: 0; grid-row: auto; grid-column: auto; }
    .occasion-list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .request-intro, .faq-intro { position: static; }
    .guest-experience { padding: 48px 36px; grid-template-columns: 1fr; gap: 36px; }
    .guest-experience-media { width: min(520px, 100%); }
    .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; }
}

@media (max-width: 620px) {
    html { scroll-padding-top: 72px; }
    .header-inner, .hero-inner { width: calc(100% - 32px); }
    .section-shell { width: calc(100% - 28px); }
    .header-inner { min-height: 70px; }
    .wordmark img { width: 110px; }
    .wordmark small { margin-top: 3px; font-size: 6.5px; letter-spacing: .14em; }
    .navigation-scrim { inset-block-start: 70px; }
    .mobile-navigation { top: 70px; }
    .hero-inner { padding: 32px 0 28px; gap: 28px; }
    h1 { font-size: clamp(40px, 11.8vw, 50px); line-height: 1.02; }
    .hero-lede { margin: 18px 0 24px; font-size: 15px; line-height: 1.55; }
    .hero-actions { display: grid; gap: 10px; }
    .primary-action, .secondary-action { width: 100%; }
    .hero-brand-mark img { width: min(230px, 68vw); }
    .confidence-bar { width: calc(100% - 32px); margin: 0 auto 16px; padding: 12px; grid-template-columns: 1fr 1fr; gap: 4px 10px; border: 1px solid var(--line); border-radius: 16px; }
    .confidence-bar span { min-height: 52px; justify-content: flex-start; gap: 8px; font-size: 10px; text-align: left; }
    .confidence-bar svg { width: 19px; height: 19px; }
    .section-shell { margin: 14px auto; padding: 70px 20px; border-radius: 22px; }
    .services { margin-top: 14px; padding-block: 56px; border-radius: 22px; }
    .samples { padding: 44px 20px; }
    .samples-heading-action { gap: 16px; }
    .samples-heading-action > a { width: 100%; }
    .centered-heading { margin-bottom: 42px; }
    .centered-heading h2, .section-heading h2, .request-intro h2, .contact-request .request-intro h1 { font-size: clamp(36px, 11vw, 47px); }
    .centered-heading p, .section-heading p, .request-intro > p { font-size: 15px; }
    .service-grid { gap: 16px; }
    .service-card { padding: 34px 22px; }
    .service-mark { width: 56px; height: 56px; margin-bottom: 20px; }
    .service-mark svg { width: 25px; height: 25px; }
    .service-card h3 { font-size: 23px; }
    .guest-experience { padding: 38px 20px; gap: 30px; }
    .guest-experience-copy h2 { font-size: clamp(36px, 11vw, 48px); }
    .sample-gallery { margin-top: 28px; padding-bottom: 8px; display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
    .sample-piece { flex: 0 0 86%; scroll-snap-align: start; }
    .sample-preview img { height: 220px; }
    .sample-lightbox { width: calc(100% - 16px); max-height: calc(100dvh - 16px); padding: 58px 10px 10px; border-radius: 14px; }
    .sample-lightbox > img { max-height: calc(100dvh - 92px); border-radius: 10px; }
    .occasions { padding: 44px 16px 48px; }
    .occasions .centered-heading { margin-bottom: 28px; }
    .occasions .centered-heading h2 { font-size: clamp(34px, 10vw, 42px); }
    .occasions .centered-heading p { font-size: 14px; line-height: 1.55; }
    .occasion-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    .occasion-list button { min-height: 96px; padding: 9px 4px; gap: 8px; }
    .occasion-list button > span { width: 50px; height: 50px; border-radius: 14px; }
    .occasion-list button > span svg { width: 24px; height: 24px; }
    .occasion-list button > strong { font-size: 15px; }
    .js [data-reveal="left"], .js [data-reveal="right"] { transform: translate3d(0, 20px, 0); }
    .process ol { grid-template-columns: 1fr; gap: 28px; }
    .process li, .process li:first-child { min-height: 0; padding: 0 0 26px; border: 0; border-bottom: 1px solid var(--line); }
    .form-surface { padding: 26px 18px; }
    .form-surface form { grid-template-columns: 1fr; }
    .field, .field.full, .submit-request, .privacy-copy { grid-column: 1; }
    .contact-request { margin-top: 14px; padding: 44px 20px; gap: 30px; }
    .footer-shell { width: calc(100% - 40px); }
    .footer-cta { padding: 42px 0 34px; align-items: stretch; flex-direction: column; gap: 24px; }
    .footer-cta h2 { font-size: clamp(32px, 10vw, 42px); }
    .footer-cta p { font-size: 15px; }
    .footer-cta > a { width: 100%; }
    .footer-grid { padding: 36px 0; grid-template-columns: 1fr 1fr; gap: 36px 22px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
    .faq-list summary { min-height: 72px; padding: 21px 42px 21px 0; font-size: 19px; }
    .faq-list details p { margin-right: 28px; }
}

@media (max-width: 380px) {
    h1 { font-size: clamp(34px, 10.4vw, 40px); }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
}
