:root {
    --cream: #fffaf5;
    --paper: #fffefd;
    --ink: #241315;
    --muted: #746367;
    --cherry: #c51030;
    --cherry-dark: #910b25;
    --plum: #321721;
    --rose: #f7dce0;
    --gold: #b58a55;
    --line: rgba(64, 31, 38, .13);
    --shell: min(1240px, calc(100% - 48px));
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Inter, 'Segoe UI', Arial, sans-serif;
    --shadow: 0 28px 80px rgba(76, 34, 43, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.drawer-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
[hidden] { display: none !important; }
.site-shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 14px; transform: translateY(-150%); color: #fff; background: var(--ink); border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-nav { position: sticky; top: 0; z-index: 60; border-bottom: 1px solid transparent; background: rgba(255,250,245,.88); backdrop-filter: blur(18px); transition: .2s ease; }
.site-nav.scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 40px rgba(57,26,32,.05); }
.nav-inner { height: 78px; display: flex; align-items: center; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; }
.wordmark img { width: 40px; height: 40px; border-radius: 13px; object-fit: contain; background: #fff; box-shadow: 0 8px 24px rgba(60,23,30,.09); }
.wordmark span { display: grid; line-height: 1; }
.wordmark strong { font: 700 19px/1 var(--serif); letter-spacing: -.02em; }
.wordmark small { margin-top: 5px; color: var(--muted); font-size: 8px; letter-spacing: .18em; }
.nav-links { margin-left: auto; display: flex; align-items: center; gap: 31px; }
.nav-links a { position: relative; color: #5d4b4f; font-size: 13px; font-weight: 600; }
.nav-links a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--cherry); transition: right .2s ease; }
.nav-links a:hover::after { right: 0; }
.nav-actions { margin-left: 30px; display: flex; align-items: center; gap: 9px; }
.nav-menu { display: none; border: 0; color: var(--ink); background: transparent; font-size: 20px; }
.basket-pill { min-height: 43px; padding: 5px 6px 5px 16px; display: flex; align-items: center; gap: 12px; border: 0; border-radius: 999px; color: #fff; background: var(--ink); font-size: 12px; font-weight: 700; cursor: pointer; }
.basket-pill b { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--cherry); font-size: 11px; }

.kicker { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--cherry); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.kicker span { width: 28px; height: 1px; background: currentColor; }
.hero { position: relative; min-height: calc(100vh - 78px); overflow: hidden; display: grid; align-items: center; background: radial-gradient(circle at 20% 20%, #fff 0, transparent 38%), linear-gradient(135deg, #fffaf5, #f8e9e7); }
.hero-grid { position: relative; z-index: 2; padding: 70px 0 92px; display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: clamp(40px, 7vw, 100px); }
.hero-copy h1 { max-width: 760px; margin: 0; font: 700 clamp(49px, 6.3vw, 88px)/.94 var(--serif); letter-spacing: -.052em; }
.hero-lead { max-width: 610px; margin: 27px 0 0; color: var(--muted); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.75; }
.hero-actions { margin-top: 35px; display: flex; gap: 11px; flex-wrap: wrap; }
.button-primary, .button-secondary { min-height: 51px; padding: 0 21px; border: 1px solid var(--cherry); border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: var(--cherry); font-size: 13px; font-weight: 800; cursor: pointer; transition: .2s ease; }
.button-primary:hover { background: var(--cherry-dark); transform: translateY(-2px); box-shadow: 0 14px 35px rgba(197,16,48,.22); }
.button-secondary { border-color: rgba(36,19,21,.22); color: var(--ink); background: transparent; }
.button-secondary:hover { border-color: var(--ink); background: #fff; }
.hero-proof { margin-top: 48px; display: flex; align-items: center; gap: 20px; }
.hero-proof div { display: grid; gap: 3px; }
.hero-proof strong { font: 700 19px var(--serif); }
.hero-proof span { color: var(--muted); font-size: 10px; }
.hero-proof i { width: 1px; height: 31px; background: var(--line); }
.hero-stage { position: relative; min-height: 600px; }
.hero-frame { position: absolute; inset: 0 0 20px 40px; overflow: hidden; border-radius: 46% 46% 22px 22px; background: linear-gradient(145deg, #f6c9d1, #d84d68); box-shadow: var(--shadow); }
.hero-frame::after, .cake-visual:not(.is-photo)::after, .detail-main:not(.has-photo)::after { content: ''; position: absolute; inset: 16% 18% 18%; border-radius: 50% 50% 44% 44%; background: radial-gradient(circle at 50% 12%, #fff 0 5%, transparent 6%), linear-gradient(#fff2e5 0 18%, #f1a5b5 19% 22%, #fff2e5 23% 46%, #d86a82 47% 51%, #ffe8d8 52% 100%); box-shadow: 0 35px 60px rgba(70,20,31,.24); }
.hero-frame.has-photo::after, .cake-visual.is-photo::after, .detail-main.has-photo::after { display: none; }
.hero-frame > img { width: 100%; height: 100%; object-fit: cover; }
.hero-frame-caption { position: absolute; z-index: 3; inset: auto 18px 18px; padding: 17px 19px; display: grid; gap: 4px; border: 1px solid rgba(255,255,255,.6); border-radius: 16px; background: rgba(255,255,255,.88); backdrop-filter: blur(12px); }
.hero-frame-caption span { color: var(--cherry); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-frame-caption strong { font: 700 18px var(--serif); }
.hero-frame-caption small { color: var(--muted); }
.floating-note { position: absolute; z-index: 5; padding: 14px; border: 1px solid rgba(77,35,44,.1); border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: 0 20px 50px rgba(55,25,31,.13); backdrop-filter: blur(12px); }
.note-one { left: -10px; top: 18%; display: flex; align-items: center; gap: 10px; }
.note-one > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--cherry); }
.note-one div, .note-two { display: grid; }
.floating-note small { color: var(--muted); font-size: 8px; letter-spacing: .1em; }
.floating-note strong { margin-top: 3px; font: 700 12px var(--serif); }
.note-two { right: -30px; bottom: 14%; }
.hero-orb { position: absolute; border: 1px solid rgba(197,16,48,.1); border-radius: 50%; }
.orb-one { width: 460px; height: 460px; right: -230px; top: -170px; }
.orb-two { width: 210px; height: 210px; left: -100px; bottom: 5%; }
.scroll-cue { position: absolute; z-index: 3; left: 25px; bottom: 28px; display: grid; gap: 8px; color: #9a898c; font-size: 8px; letter-spacing: .16em; writing-mode: vertical-rl; }
.hero-backdrop-reel { position: absolute; z-index: 1; inset: 5% -8% 5% 43%; overflow: hidden; opacity: .13; pointer-events: none; transform: rotate(-5deg) scale(1.08); mask-image: linear-gradient(90deg, transparent, #000 16%, #000 86%, transparent); }
.hero-backdrop-track { width: max-content; height: 100%; display: flex; align-items: center; gap: 16px; animation: hero-reel 46s linear infinite; }
.hero-backdrop-tile { width: clamp(170px, 16vw, 240px); height: 72%; overflow: hidden; flex: 0 0 auto; border-radius: 48% 48% 18px 18px; box-shadow: 0 25px 60px rgba(57,20,29,.2); }
.hero-backdrop-tile:nth-child(2n) { height: 57%; transform: translateY(16%); }
.hero-backdrop-tile img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); }
@keyframes hero-reel { to { transform: translateX(-50%); } }

.marquee { overflow: hidden; border-block: 1px solid rgba(255,255,255,.08); color: #fff; background: var(--plum); }
.marquee > div { width: max-content; padding: 15px 0; display: flex; align-items: center; gap: 30px; animation: marquee 25s linear infinite; }
.marquee span { font: italic 19px var(--serif); }
.marquee b { color: #e68da0; }
@keyframes marquee { to { transform: translateX(-25%); } }

.section { padding: clamp(80px, 10vw, 140px) 0; }
.section-head { margin-bottom: 45px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-head h2, .process-intro h2, .studio-copy h2, .faq-layout h2, .story-grid h2 { max-width: 670px; margin: 0; font: 700 clamp(38px, 5vw, 64px)/1 var(--serif); letter-spacing: -.04em; }
.section-head > p { max-width: 430px; margin: 0; color: var(--muted); line-height: 1.7; }
.section-head.light { color: #fff; }
.section-head.light > p { color: rgba(255,255,255,.59); }
.section-head.light .kicker { color: #f091a3; }
.section-head-side { max-width: 430px; }
.section-head-side p { margin: 0; color: rgba(255,255,255,.59); line-height: 1.7; }
.section-head-side a, .section-text-link { margin-top: 13px; display: inline-block; color: #f091a3; font-size: 11px; font-weight: 800; }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.collection-card { position: relative; min-height: 360px; overflow: hidden; padding: 22px; display: flex; align-items: end; border-radius: 18px; color: #fff; background: linear-gradient(145deg, #d1516a, #71152d); box-shadow: 0 15px 45px rgba(73,27,38,.1); }
.collection-card:nth-child(2n) { background: linear-gradient(145deg, #b8886f, #523020); }
.collection-card:nth-child(3n) { background: linear-gradient(145deg, #8d5d6f, #311823); }
.collection-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.collection-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 30%, rgba(25,8,14,.82)); }
.collection-card:hover > img { transform: scale(1.04); }
.collection-card > div { position: relative; z-index: 2; }
.collection-card p { max-width: 90%; margin: 0 0 8px; color: rgba(255,255,255,.7); font-size: 11px; line-height: 1.5; }
.collection-card h3 { margin: 0; font: 700 29px var(--serif); }
.collection-card div span { display: inline-block; margin-top: 13px; font-size: 11px; font-weight: 700; }
.collection-number { position: absolute; z-index: 2; top: 18px; right: 18px; color: rgba(255,255,255,.72); font: italic 18px var(--serif); }

.signature-section { color: #fff; background: var(--plum); }
.signature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.cake-card { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: var(--paper); transition: transform .25s ease, box-shadow .25s ease; }
.cake-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.signature-section .cake-card { border-color: rgba(255,255,255,.1); color: var(--ink); }
.cake-visual { position: relative; min-height: 310px; overflow: hidden; display: block; background: linear-gradient(150deg, #f8e4e5, #dd7a8d); }
.cake-visual.is-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .55s ease; }
.cake-card:hover .cake-visual img { transform: scale(1.045); }
.cake-badge { position: absolute; z-index: 3; top: 13px; left: 13px; padding: 7px 9px; border-radius: 999px; color: var(--cherry); background: rgba(255,255,255,.92); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cake-view { position: absolute; z-index: 3; right: 13px; bottom: 13px; padding: 8px 10px; border-radius: 999px; color: #fff; background: rgba(36,19,21,.8); font-size: 9px; font-weight: 700; opacity: 0; transform: translateY(5px); transition: .2s ease; }
.cake-card:hover .cake-view { opacity: 1; transform: none; }
.cake-card-body { padding: 19px; }
.cake-category { margin: 0 0 7px !important; color: var(--cherry) !important; font-size: 8px !important; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cake-card h3 { margin: 0; font: 700 21px/1.1 var(--serif); }
.cake-card-body > p { min-height: 48px; margin: 11px 0 16px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.cake-card-foot { padding-top: 13px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.cake-card-foot > span { font-size: 10px; font-weight: 800; }
.cake-card-foot button { padding: 7px 9px; border: 0; border-radius: 999px; color: #fff; background: var(--ink); font-size: 9px; font-weight: 700; cursor: pointer; }

.catalogue { background: #fffdf9; }
.catalogue-tools { margin-bottom: 30px; display: flex; align-items: center; gap: 14px; }
.catalogue-search { flex: 1; min-width: 230px; height: 50px; padding: 0 15px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
.catalogue-search input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; }
.filter-chips { flex: 2; display: flex; gap: 7px; overflow-x: auto; padding-bottom: 3px; }
.filter-chips button { min-height: 40px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; white-space: nowrap; color: var(--muted); background: #fff; font-size: 10px; font-weight: 700; cursor: pointer; }
.filter-chips button.active { border-color: var(--cherry); color: #fff; background: var(--cherry); }
.catalogue-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.catalogue-grid .cake-visual { min-height: 360px; }
.no-results { padding: 70px 20px; text-align: center; }
.no-results strong { font: 700 30px var(--serif); }
.no-results p { color: var(--muted); }
.no-results button { border: 0; color: var(--cherry); background: transparent; font-weight: 800; cursor: pointer; }
.gallery-preview-cta { margin-top: 34px; display: flex; align-items: center; justify-content: center; gap: 18px; text-align: center; }
.gallery-preview-cta p { margin: 0; color: var(--muted); font-size: 11px; }

/* Full gallery */
.gallery-hero { padding: clamp(75px, 10vw, 135px) 0 75px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 82% 14%, rgba(197,16,48,.1), transparent 28%), linear-gradient(135deg, #fffaf5, #f9eae8); }
.gallery-hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: clamp(40px, 8vw, 110px); }
.gallery-hero h1 { max-width: 860px; margin: 0; font: 700 clamp(50px, 7vw, 88px)/.94 var(--serif); letter-spacing: -.052em; }
.gallery-hero-note { padding: 25px 0 5px 25px; border-left: 1px solid rgba(197,16,48,.28); }
.gallery-hero-note strong { color: var(--cherry); font: 700 48px/1 var(--serif); }
.gallery-hero-note p { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.gallery-page { background: #fffdf9; }
.gallery-search { display: flex; align-items: center; gap: 10px; }
.gallery-search label { height: 56px; padding: 0 18px; flex: 1; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 999px; background: #fff; box-shadow: 0 12px 35px rgba(61,25,33,.04); }
.gallery-search input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; }
.gallery-search button { min-height: 56px; padding: 0 22px; border: 0; border-radius: 999px; color: #fff; background: var(--ink); font-size: 12px; font-weight: 800; cursor: pointer; }
.gallery-search > a { padding: 10px; color: var(--cherry); font-size: 11px; font-weight: 800; }
.gallery-categories { margin: 18px 0 75px; padding-bottom: 5px; display: flex; gap: 8px; overflow-x: auto; }
.gallery-categories a { min-height: 40px; padding: 0 14px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 999px; white-space: nowrap; color: var(--muted); background: #fff; font-size: 10px; font-weight: 700; }
.gallery-categories a span { min-width: 20px; height: 20px; padding: 0 5px; display: grid; place-items: center; border-radius: 50%; background: #f5e9e8; font-size: 8px; }
.gallery-categories a.active { border-color: var(--cherry); color: #fff; background: var(--cherry); }
.gallery-categories a.active span { color: var(--cherry); background: #fff; }
.gallery-result-bar { margin-bottom: 35px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.gallery-result-bar .kicker { margin-bottom: 10px; }
.gallery-result-bar h2 { margin: 0; font: 700 clamp(35px, 4vw, 54px)/1 var(--serif); letter-spacing: -.04em; }
.gallery-result-bar > p { margin: 0; color: var(--muted); font-size: 11px; }
.gallery-results .cake-card { min-width: 0; }
.gallery-pagination { margin-top: 45px; display: flex; align-items: center; justify-content: center; gap: 13px; }
.gallery-pagination > a { min-width: 105px; color: var(--cherry); font-size: 11px; font-weight: 800; }
.gallery-pagination > a:last-child { text-align: right; }
.gallery-pagination div { display: flex; gap: 6px; }
.gallery-pagination div a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); background: #fff; font-size: 11px; font-weight: 800; }
.gallery-pagination div a.active { border-color: var(--cherry); color: #fff; background: var(--cherry); }
.gallery-empty { padding: 90px 20px; border: 1px solid var(--line); border-radius: 22px; text-align: center; background: #fff; }
.gallery-empty > span { width: 46px; height: 46px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--cherry); }
.gallery-empty h2 { margin: 0; font: 700 clamp(34px, 5vw, 52px)/1 var(--serif); }
.gallery-empty p { color: var(--muted); }
.gallery-empty > div { margin-top: 24px; display: flex; justify-content: center; gap: 9px; flex-wrap: wrap; }

.process { color: #fff; background: linear-gradient(145deg, #3a1a26, #211016); }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 120px); }
.process-intro { position: sticky; top: 120px; align-self: start; }
.process-intro .kicker { color: #ee8ba0; }
.process-intro > p:not(.kicker) { margin: 25px 0 30px; color: rgba(255,255,255,.61); line-height: 1.8; }
.process-steps { margin: 0; padding: 0; list-style: none; }
.process-steps li { padding: 29px 0; display: grid; grid-template-columns: 70px 1fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
.process-steps li > span { color: #f08da1; font: italic 20px var(--serif); }
.process-steps h3 { margin: 0; font: 700 27px var(--serif); }
.process-steps p { margin: 7px 0 0; color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.6; }

.studio-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.studio-art { min-height: 570px; position: relative; overflow: hidden; display: grid; place-items: center; border-radius: 48% 48% 18px 18px; color: rgba(255,255,255,.5); background: linear-gradient(145deg, #deb5a1, #6b3040); font: 700 160px var(--serif); box-shadow: var(--shadow); }
.studio-art::before { content: ''; position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.23); border-radius: inherit; }
.studio-copy > p:not(.kicker) { max-width: 680px; margin: 25px 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.studio-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.studio-values div { padding: 17px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.studio-values strong, .studio-values span { display: block; }
.studio-values strong { font: 700 15px var(--serif); }
.studio-values span { margin-top: 5px; color: var(--muted); font-size: 10px; }

.faq-section { border-top: 1px solid var(--line); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 8vw, 120px); }
.faq-layout > div:first-child > p:last-child { color: var(--muted); line-height: 1.7; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 23px 40px 23px 0; position: relative; list-style: none; font: 700 18px var(--serif); cursor: pointer; }
.faq-list summary::after { content: '+'; position: absolute; right: 4px; color: var(--cherry); font: 400 24px var(--sans); }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { margin: -6px 40px 23px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.final-cta { padding: 100px 0; color: #fff; text-align: center; background: radial-gradient(circle at 50% 100%, rgba(231,95,122,.24), transparent 42%), var(--cherry); }
.final-cta p { margin: 0 0 14px; font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.final-cta h2 { max-width: 800px; margin: 0 auto; font: 700 clamp(42px, 6vw, 72px)/1 var(--serif); letter-spacing: -.04em; }
.final-cta button { margin-top: 29px; padding: 14px 19px; border: 0; border-radius: 999px; color: var(--ink); background: #fff; font-weight: 800; cursor: pointer; }
.final-cta button span { margin-left: 15px; }

.site-footer { padding-top: 70px; color: rgba(255,255,255,.7); background: #1b0e12; }
.footer-main { padding-bottom: 55px; display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 50px; }
.wordmark.light strong { color: #fff; }
.wordmark.light small { color: rgba(255,255,255,.42); }
.footer-intro p, .footer-main > div:last-child p { max-width: 300px; color: rgba(255,255,255,.46); font-size: 12px; line-height: 1.7; }
.footer-main h3 { margin: 0 0 16px; color: #fff; font: 700 15px var(--serif); }
.footer-main > div:not(:first-child) a { margin: 9px 0; display: block; font-size: 11px; }
.footer-cta { padding: 0; border: 0; color: #f18ca0; background: transparent; font-size: 11px; font-weight: 700; cursor: pointer; }
.footer-socials { margin-top: 17px; display: flex; align-items: center; gap: 9px; }
.footer-main > div:not(:first-child) a.footer-social-icon { width: 43px; height: 43px; margin: 0; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; color: #fff; background: linear-gradient(145deg, #dc2649, #9e0d29); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.footer-social-icon svg { width: 21px; height: 21px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-social-icon .instagram-dot { fill: currentColor; stroke: none; }
.footer-social-icon:hover { border-color: rgba(255,255,255,.5); transform: translateY(-3px); box-shadow: 0 12px 28px rgba(197,16,48,.28); }
.footer-social-icon:focus-visible { outline: 2px solid #f18ca0; outline-offset: 4px; }
.footer-bottom { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; color: rgba(255,255,255,.34); font-size: 9px; }

/* Product detail */
.detail-hero { padding: 60px 0 100px; background: linear-gradient(135deg, #fffaf5, #f8e7e6); }
.detail-grid-v2 { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(45px, 8vw, 100px); align-items: center; }
.detail-main { min-height: 650px; position: relative; overflow: hidden; border-radius: 23px 23px 48% 48%; background: linear-gradient(145deg, #efbdc6, #b62e4b); box-shadow: var(--shadow); }
.detail-main img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.detail-badge { position: absolute; z-index: 3; top: 18px; left: 18px; padding: 8px 11px; border-radius: 999px; color: var(--cherry); background: rgba(255,255,255,.92); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.detail-thumbs { margin-top: 11px; display: flex; gap: 8px; overflow-x: auto; }
.detail-thumbs button { width: 72px; height: 72px; padding: 3px; border: 1px solid transparent; border-radius: 11px; background: transparent; cursor: pointer; }
.detail-thumbs button.active { border-color: var(--cherry); }
.detail-thumbs img { width: 100%; height: 100%; border-radius: 8px; object-fit: cover; }
.back-link-v2 { margin-bottom: 55px; display: inline-block; color: var(--muted); font-size: 11px; font-weight: 700; }
.detail-copy h1 { margin: 0; font: 700 clamp(48px, 6vw, 75px)/.98 var(--serif); letter-spacing: -.045em; }
.detail-lead { margin: 25px 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.detail-facts { margin: 30px 0; padding-block: 20px; border-block: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.detail-facts small, .detail-facts strong { display: block; }
.detail-facts small { margin-bottom: 7px; color: var(--muted); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.detail-facts strong { font: 700 13px/1.4 var(--serif); }
.detail-actions { display: flex; gap: 9px; flex-wrap: wrap; }
.detail-assurance { color: #9b898d; font-size: 9px; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 130px); }
.story-content p { margin: 0 0 20px; color: var(--muted); font-size: 17px; line-height: 1.9; }
.customization-band { color: #fff; background: var(--plum); }
.customization-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.12); }
.customization-grid > div { padding: 30px; background: var(--plum); }
.customization-grid span { color: #ee8ba0; font: italic 17px var(--serif); }
.customization-grid h3 { margin: 25px 0 8px; font: 700 21px var(--serif); }
.customization-grid p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.6; }

/* Consultation drawer */
.drawer-scrim { position: fixed; inset: 0; z-index: 90; background: rgba(24,10,15,.52); backdrop-filter: blur(4px); }
.consultation-drawer { position: fixed; z-index: 100; inset: 0 0 0 auto; width: min(570px, 100%); padding: 24px; overflow-y: auto; transform: translateX(102%); color: var(--ink); background: #fffdfb; box-shadow: -30px 0 80px rgba(31,12,18,.25); transition: transform .32s cubic-bezier(.2,.8,.2,1); }
.consultation-drawer.open { transform: none; }
.drawer-top { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.drawer-top p { margin: 0 0 5px; color: var(--cherry); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.drawer-top h2 { margin: 0; font: 700 34px var(--serif); }
.drawer-top > button { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: #fff; font-size: 22px; cursor: pointer; }
.drawer-progress { margin: 25px 0; display: flex; align-items: center; }
.drawer-progress span { display: flex; align-items: center; gap: 7px; color: #a39497; font-size: 10px; }
.drawer-progress span.active { color: var(--cherry); font-weight: 800; }
.drawer-progress span b { font-weight: 700; }
.drawer-progress i { flex: 1; height: 1px; margin: 0 10px; background: var(--line); }
.drawer-help { color: var(--muted); font-size: 12px; line-height: 1.6; }
.drawer-alert { margin-bottom: 10px; padding: 10px; border-radius: 9px; color: #216a4f; background: #eaf9f2; font-size: 11px; }
.basket-items { display: grid; gap: 9px; }
.empty-basket { padding: 45px 20px; border: 1px dashed #d9c8cb; border-radius: 14px; color: var(--muted); text-align: center; font-size: 12px; line-height: 1.6; }
.basket-item { padding: 10px; display: grid; grid-template-columns: 76px 1fr auto; gap: 11px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.basket-thumb { width: 76px; height: 82px; border-radius: 9px; background: linear-gradient(145deg, #f2bac5, #c43754); background-size: cover; background-position: center; }
.basket-item strong { font: 700 14px var(--serif); }
.basket-item small { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; }
.basket-item textarea { width: 100%; min-height: 44px; margin-top: 7px; padding: 7px; border: 1px solid var(--line); border-radius: 7px; resize: vertical; font-size: 9px; }
.basket-controls { margin-top: 7px; display: flex; align-items: center; gap: 7px; }
.basket-controls button { width: 24px; height: 24px; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; }
.remove-item { align-self: start; border: 0; color: var(--cherry); background: transparent; font-size: 9px; cursor: pointer; }
.drawer-primary { width: 100%; min-height: 50px; margin-top: 16px; border: 0; border-radius: 999px; color: #fff; background: var(--cherry); font-size: 12px; font-weight: 800; cursor: pointer; }
.drawer-primary:disabled { opacity: .55; cursor: wait; }
.drawer-back { margin-bottom: 15px; padding: 0; border: 0; color: var(--muted); background: transparent; font-size: 10px; font-weight: 700; cursor: pointer; }
.quote-form fieldset { margin: 0 0 17px; padding: 15px; border: 1px solid var(--line); border-radius: 14px; }
.quote-form legend { padding: 0 7px; font: 700 16px var(--serif); }
.drawer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.drawer-grid label { display: grid; gap: 6px; color: #5d4c50; font-size: 9px; font-weight: 800; }
.drawer-grid label.wide { grid-column: 1 / -1; }
.drawer-grid input, .drawer-grid select, .drawer-grid textarea { width: 100%; min-height: 42px; padding: 9px 10px; border: 1px solid #dfd2d4; border-radius: 9px; outline: 0; color: var(--ink); background: #fff; }
.drawer-grid textarea { min-height: 80px; resize: vertical; }
.drawer-grid input:focus, .drawer-grid select:focus, .drawer-grid textarea:focus { border-color: var(--cherry); box-shadow: 0 0 0 3px rgba(197,16,48,.08); }
.drawer-grid small { color: var(--muted); font-weight: 400; }
.honeypot { position: absolute !important; left: -9999px; }
.consent { display: flex; align-items: start; gap: 8px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.consent input { width: 15px; height: 15px; accent-color: var(--cherry); }
.quote-status { margin-top: 10px; padding: 10px; border-radius: 9px; font-size: 11px; }
.quote-status.error { color: #8b1b31; background: #fff0f2; }
.quote-status.success { color: #216a4f; background: #eaf9f2; }

/* Confirmation */
.success-page { min-height: 75vh; padding: 110px 0; display: grid; justify-items: center; align-content: center; text-align: center; }
.success-mark { width: 65px; height: 65px; margin-bottom: 25px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--cherry); font-size: 27px; }
.success-page h1 { max-width: 780px; margin: 0; font: 700 clamp(45px, 7vw, 76px)/1 var(--serif); letter-spacing: -.04em; }
.success-page > p:not(.kicker) { max-width: 610px; color: var(--muted); line-height: 1.8; }
.success-reference { margin: 22px 0; padding: 13px 24px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.success-reference small, .success-reference strong { display: block; }
.success-reference small { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.success-reference strong { margin-top: 4px; font: 700 24px var(--serif); }
.success-actions { display: flex; gap: 9px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
    .hero-grid { grid-template-columns: 1fr 1fr; }
    .hero-stage { min-height: 520px; }
    .signature-grid { grid-template-columns: repeat(2, 1fr); }
    .collection-grid, .catalogue-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-main { grid-template-columns: 1.3fr repeat(3, .7fr); gap: 25px; }
    .gallery-hero-grid { grid-template-columns: 1fr .5fr; }
}

@media (max-width: 780px) {
    :root { --shell: min(100% - 28px, 680px); }
    .nav-inner { height: 67px; }
    .wordmark img { width: 36px; height: 36px; }
    .nav-menu { display: block; }
    .nav-links { position: fixed; z-index: 55; inset: 67px 14px auto; padding: 18px; display: none; align-items: stretch; flex-direction: column; gap: 7px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow); }
    .nav-links.open { display: flex; }
    .nav-links a { padding: 11px; }
    .nav-actions { margin-left: auto; }
    .basket-pill { padding-left: 6px; }
    .basket-pill > span { display: none; }
    .hero { min-height: auto; }
    .hero-grid { padding: 75px 0 90px; grid-template-columns: 1fr; }
    .hero-copy h1 { font-size: clamp(47px, 13vw, 72px); }
    .hero-stage { min-height: 560px; margin-top: 20px; }
    .hero-backdrop-reel { display: none; }
    .hero-frame { left: 20px; }
    .note-two { right: 0; }
    .scroll-cue { display: none; }
    .section { padding: 85px 0; }
    .section-head { align-items: flex-start; flex-direction: column; }
    .section-head > p { max-width: 600px; }
    .section-head-side { max-width: 600px; }
    .collection-grid { grid-template-columns: 1fr 1fr; }
    .collection-card { min-height: 310px; }
    .catalogue-tools { align-items: stretch; flex-direction: column; }
    .process-grid, .studio-grid, .faq-layout, .detail-grid-v2, .story-grid { grid-template-columns: 1fr; }
    .process-intro { position: static; }
    .studio-art { min-height: 450px; order: 2; }
    .customization-grid { grid-template-columns: repeat(2, 1fr); }
    .detail-main { min-height: 580px; }
    .back-link-v2 { margin-bottom: 32px; }
    .footer-main { grid-template-columns: 1fr 1fr; }
    .footer-intro { grid-column: 1 / -1; }
    .gallery-hero-grid { grid-template-columns: 1fr; }
    .gallery-hero-note { max-width: 520px; }
    .gallery-result-bar { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
    .hero-grid { padding-top: 55px; }
    .hero-proof { gap: 10px; justify-content: space-between; }
    .hero-proof i { display: none; }
    .hero-stage { min-height: 450px; }
    .hero-frame { inset: 0 0 10px; border-radius: 42% 42% 18px 18px; }
    .floating-note { padding: 10px; }
    .note-one { left: -5px; }
    .collection-grid, .signature-grid, .catalogue-grid { grid-template-columns: 1fr; }
    .collection-card, .cake-visual, .catalogue-grid .cake-visual { min-height: 410px; }
    .studio-values { grid-template-columns: 1fr; }
    .detail-main { min-height: 480px; }
    .detail-facts { grid-template-columns: 1fr 1fr; }
    .detail-facts div:last-child { display: none; }
    .customization-grid { grid-template-columns: 1fr; }
    .consultation-drawer { padding: 18px 14px; }
    .drawer-top h2 { font-size: 29px; }
    .drawer-grid { grid-template-columns: 1fr; }
    .drawer-grid label.wide { grid-column: auto; }
    .basket-item { grid-template-columns: 62px 1fr auto; }
    .basket-thumb { width: 62px; height: 70px; }
    .footer-main { grid-template-columns: 1fr; }
    .footer-intro { grid-column: auto; }
    .footer-bottom { gap: 10px; flex-direction: column; }
    .gallery-search { align-items: stretch; flex-direction: column; }
    .gallery-search > a { text-align: center; }
    .gallery-categories { margin-bottom: 55px; }
    .gallery-pagination { gap: 8px; }
    .gallery-pagination > a { min-width: auto; }
    .gallery-preview-cta { align-items: center; flex-direction: column; }
}

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