:root {
  --cream: #f5f0e6;
  --paper: #fffdf8;
  --ink: #173a31;
  --ink-soft: #31564b;
  --sage: #cbd2be;
  --sage-light: #e5e8dc;
  --gold: #d8ad56;
  --blush: #d8a199;
  --line: rgba(23, 58, 49, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
main { overflow: hidden; }

.site-header { position: fixed; z-index: 100; top: 18px; left: 50%; transform: translateX(-50%); width: min(1180px, calc(100% - 36px)); height: 70px; padding: 0 12px 0 22px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; background: rgba(255, 253, 248, .9); border: 1px solid rgba(255,255,255,.7); border-radius: 100px; box-shadow: 0 12px 40px rgba(36, 47, 39, .1); backdrop-filter: blur(16px); }
.wordmark { font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 700; letter-spacing: -.04em; white-space: nowrap; }
.wordmark span { font-size: 13px; font-family: "Avenir Next", sans-serif; text-transform: uppercase; letter-spacing: .13em; font-weight: 600; }
.desktop-nav { display: flex; gap: 27px; align-items: center; font-size: 13px; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; padding: 13px 20px; border-radius: 50px; background: var(--ink); color: white; font-size: 13px; font-weight: 700; }
.header-cta span { color: var(--gold); margin-left: 4px; }
.mobile-menu { display: none; }

.hero { min-height: 820px; padding: 145px max(6vw, 32px) 80px; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 7vw, 120px); align-items: center; position: relative; background: radial-gradient(circle at 12% 8%, rgba(216,173,86,.18), transparent 29%), var(--cream); }
.hero::before { content: ""; width: 450px; height: 450px; border: 1px solid rgba(216,173,86,.3); border-radius: 50%; position: absolute; left: -290px; top: 200px; }
.hero-copy { position: relative; z-index: 2; max-width: 660px; }
.eyebrow { margin: 0 0 22px; color: var(--ink-soft); font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.light { color: #d9ddcd; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.055em; }
h1 { margin-bottom: 28px; font-size: clamp(56px, 6.5vw, 104px); line-height: .93; }
h1 em, h2 em { color: var(--gold); font-weight: 400; }
.hero-lead { max-width: 550px; margin-bottom: 36px; color: var(--ink-soft); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 17px 23px; border-radius: 4px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; }
.button-dark span { color: var(--gold); }
.button-gold { background: var(--gold); color: var(--ink); }
.text-link { font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--line); padding: 8px 0; }
.hero-social { margin-top: 34px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.hero-social-label { color: #71837d; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-social-links { display: flex; align-items: center; gap: 8px; }
.hero-social-link { min-height: 42px; padding: 5px 12px 5px 6px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 100px; background: rgba(255,253,248,.65); color: var(--ink-soft); font-size: 10px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.hero-social-link:hover { transform: translateY(-2px); background: var(--ink); color: white; }
.social-icon { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); box-shadow: 0 4px 14px rgba(25,42,35,.09); }
.social-icon svg { width: 17px; height: 17px; }
.instagram-icon svg { fill: none; stroke: #b33b86; stroke-width: 1.8; }
.instagram-icon .social-icon-dot { fill: #b33b86; stroke: none; }
.facebook-icon svg { fill: #1877f2; }
.google-icon { color: #4285f4; font-family: Arial, sans-serif; font-size: 17px; font-weight: 800; }
.hero-facts { margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; gap: 25px; color: var(--ink-soft); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.hero-facts span:not(:last-child)::after { content: "✦"; color: var(--gold); margin-left: 25px; }
.hero-visual { position: relative; min-width: 0; display: flex; justify-content: center; }
.arch-image { width: min(650px, 100%); height: 620px; overflow: hidden; border-radius: 320px 320px 26px 26px; box-shadow: 26px 28px 0 var(--sage), 0 24px 70px rgba(31,46,39,.17); }
.arch-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-seal { width: 148px; height: 148px; border-radius: 50%; position: absolute; right: -28px; top: 70px; background: var(--gold); border: 8px solid var(--cream); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; transform: rotate(8deg); text-transform: uppercase; font-size: 9px; letter-spacing: .12em; font-weight: 700; }
.hero-seal strong { font-family: Georgia, serif; font-size: 45px; line-height: .9; }
.hero-note { position: absolute; bottom: 24px; left: -40px; padding: 16px 20px; background: var(--paper); box-shadow: 0 16px 45px rgba(34,45,39,.16); border-radius: 4px; font-family: Georgia, serif; font-style: italic; font-size: 14px; }
.hero-note span { color: var(--gold); margin-right: 8px; }

.marquee { padding: 16px 0; background: var(--ink); color: var(--cream); overflow: hidden; white-space: nowrap; font-family: Georgia, serif; font-style: italic; font-size: 18px; }
.marquee div { width: max-content; animation: slide 32s linear infinite; }
@keyframes slide { to { transform: translateX(-50%); } }

.ice-selection-spotlight { padding: 95px max(7vw, 28px); display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(45px, 8vw, 120px); align-items: center; background: var(--sage-light); }
.ice-selection-spotlight figure { position: relative; margin: 0; }
.ice-selection-spotlight img { width: 100%; height: 470px; object-fit: cover; border-radius: 240px 10px 10px 10px; box-shadow: 22px 24px 0 var(--sage); }
.ice-selection-spotlight figcaption { position: absolute; right: -20px; bottom: 24px; padding: 13px 17px; background: var(--paper); box-shadow: 0 14px 35px rgba(35,49,41,.14); font-family: Georgia, serif; font-size: 15px; font-style: italic; }
.ice-selection-spotlight > div { max-width: 530px; }
.ice-selection-spotlight h2 { margin-bottom: 28px; }
.ice-selection-spotlight > div > p:not(.eyebrow) { margin-bottom: 24px; color: var(--ink-soft); font-size: 16px; line-height: 1.8; }

.section { padding: 130px max(7vw, 28px); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; max-width: 1220px; margin: 0 auto 58px; }
h2 { margin-bottom: 24px; font-size: clamp(46px, 5.2vw, 78px); line-height: .98; }
.section-heading p:last-child { max-width: 490px; color: var(--ink-soft); font-size: 16px; line-height: 1.8; }
.category-grid { max-width: 1220px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.category-card { min-width: 0; overflow: hidden; display: grid; grid-template-rows: 310px auto; background: var(--paper); border: 1px solid rgba(23,58,49,.1); box-shadow: 0 18px 45px rgba(33,50,42,.08); transition: transform .3s ease, box-shadow .3s ease; }
.category-card:nth-child(1) { border-radius: 150px 8px 8px 8px; }
.category-card:nth-child(3) { border-radius: 8px 150px 8px 8px; }
.category-card:hover { transform: translateY(-7px); box-shadow: 0 25px 60px rgba(33,50,42,.14); }
.category-card > img { width: 100%; height: 100%; object-fit: cover; background: #efe7d7; transition: transform .65s ease; }
.category-card:hover > img { transform: scale(1.025); }
.category-card-copy { padding: 23px 24px 25px; }
.category-card-copy > span { display: block; min-height: 24px; margin-bottom: 9px; color: #7a8d85; font-size: 9px; line-height: 1.35; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; }
.category-card-copy h3 { min-height: 58px; margin: 0 0 18px; font-family: Georgia, serif; font-size: 26px; line-height: 1.08; font-weight: 500; }
.category-card-copy strong { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; }
.category-card-copy i { color: var(--gold); font-family: Georgia, serif; font-size: 21px; font-style: normal; font-weight: 400; }
.category-art { position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle at 68% 28%, rgba(216,173,86,.38), transparent 23%), linear-gradient(145deg, #e3e7da, #c4cebb); }
.category-card:nth-child(4) .category-art { background: radial-gradient(circle at 30% 70%, rgba(255,255,255,.55), transparent 26%), linear-gradient(145deg, #ead9d2, #cf9b92); }
.category-card:nth-child(5) .category-art { background: radial-gradient(circle at 70% 35%, rgba(216,173,86,.48), transparent 24%), linear-gradient(145deg, #31564b, #173a31); color: white; }
.category-art::before, .category-art::after { content: ""; position: absolute; width: 210px; height: 210px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }
.category-art::before { transform: translate(-105px, -85px); }
.category-art::after { transform: translate(115px, 95px); }
.category-art span { position: relative; z-index: 1; font-family: Georgia, serif; font-size: 108px; line-height: .9; font-style: italic; }
.category-art small { position: relative; z-index: 1; margin-top: 15px; font-size: 9px; text-transform: uppercase; letter-spacing: .23em; font-weight: 800; }

.menu-section { padding: 120px max(6vw, 28px); background: var(--ink); color: var(--paper); display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(45px, 6vw, 100px); align-items: center; }
.menu-intro { max-width: 430px; }
.menu-intro > p:not(.eyebrow):not(.menu-hint) { color: #d5ddd7; line-height: 1.8; margin-bottom: 35px; }
.menu-hint { margin-top: 15px; color: #9fb0a9; font-size: 11px; }
.menu-pages { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: start; }
.menu-pages a { padding: 12px; background: #f7f2e9; box-shadow: 0 28px 55px rgba(0,0,0,.26); transform: rotate(-1.2deg); transition: transform .25s ease; }
.menu-pages a:nth-child(2) { margin-top: 42px; transform: rotate(1.2deg); }
.menu-pages a:hover { transform: rotate(0) translateY(-5px); }

.cakes { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(60px, 9vw, 150px); align-items: center; }
.cakes-collage { min-height: 630px; position: relative; }
.cake-main { position: absolute; left: 0; top: 0; width: 76%; height: 500px; object-fit: contain; background: #efe6d7; border-radius: 260px 260px 12px 12px; }
.cake-detail { position: absolute; right: 0; bottom: 0; width: 48%; height: 330px; object-fit: contain; background: #efe6d7; border: 12px solid var(--cream); box-shadow: 0 20px 50px rgba(35,49,41,.15); }
.script-note { position: absolute; left: 9%; bottom: 52px; font-family: Georgia, serif; font-size: 25px; color: var(--ink); font-style: italic; transform: rotate(-6deg); }
.cakes-copy { max-width: 540px; }
.cakes-copy > p:not(.eyebrow) { color: var(--ink-soft); line-height: 1.8; font-size: 16px; }
.occasion-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 29px 0 35px; }
.occasion-list span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 50px; font-size: 11px; font-weight: 700; }
.cake-variants { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 0 0 28px; }
.cake-variants figure { margin: 0; overflow: hidden; border: 1px solid var(--line); background: #fffaf1; }
.cake-variants img { display: block; width: 100%; height: 176px; object-fit: contain; background: #efe6d7; }
.cake-variants figcaption { display: flex; flex-direction: column; gap: 3px; padding: 12px 14px 14px; }
.cake-variants figcaption strong { font-family: Georgia, serif; font-size: 17px; font-weight: 500; }
.cake-variants figcaption span { color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.story { background: var(--sage-light); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 9vw, 140px); align-items: center; }
.story-image { position: relative; }
.story-image img { width: 100%; height: 650px; object-fit: cover; border-radius: 4px 300px 4px 4px; }
.year-badge { position: absolute; right: -45px; bottom: 30px; width: 145px; height: 145px; background: var(--gold); border: 8px solid var(--sage-light); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.year-badge strong { font-family: Georgia, serif; font-size: 33px; }
.year-badge span { font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.story-copy { max-width: 570px; }
.story-copy p { color: var(--ink-soft); line-height: 1.85; }
.story-copy .story-lead { color: var(--ink); font-family: Georgia, serif; font-size: 21px; line-height: 1.55; }
blockquote { margin: 38px 0 0; padding-left: 26px; border-left: 2px solid var(--gold); font-family: Georgia, serif; font-style: italic; font-size: 19px; }

.little-pleasures { padding: 120px max(7vw, 28px); background: #aa6d65; color: white; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 7vw, 110px); align-items: center; }
.pleasure-copy { align-self: center; max-width: 470px; padding-right: 25px; }
.pleasure-copy > p:not(.eyebrow) { line-height: 1.8; color: #f3e9e5; }
.pleasure-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.pleasure-image { margin: 0; }
.pleasure-image.one, .pleasure-image.three { transform: translateY(-26px); }
.pleasure-image img { width: 100%; height: 250px; object-fit: contain; background: #efe6d7; }
.pleasure-image figcaption { padding-top: 12px; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }

.visit { padding: 130px max(7vw, 28px) 90px; background: var(--paper); }
.visit-top { max-width: 1220px; margin: 0 auto 65px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; }
.contact-links { display: grid; gap: 11px; }
.contact-links a { display: flex; align-items: center; gap: 16px; padding: 15px 18px; border-bottom: 1px solid var(--line); }
.contact-links svg { width: 22px; height: 22px; fill: none; stroke: var(--gold); stroke-width: 1.7; }
.contact-links span { font-size: 14px; font-weight: 700; }
.contact-links small { display: block; margin-bottom: 2px; color: #7c8d87; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.hours-grid { max-width: 1220px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr .8fr; gap: 18px; }
.hours-card { padding: 32px; background: var(--cream); border: 1px solid #e6ddcd; }
.hours-card.current { background: var(--sage-light); border-color: var(--sage); }
.hours-title { margin-bottom: 24px; display: flex; align-items: center; justify-content: space-between; font-family: Georgia, serif; font-size: 23px; }
.hours-title strong { padding: 6px 10px; background: var(--gold); border-radius: 50px; font-family: "Avenir Next", sans-serif; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.hours-card dl { margin: 0; }
.hours-card dl div { padding: 13px 0; display: flex; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); font-size: 12px; }
.hours-card dt { font-weight: 500; }
.hours-card dd { margin: 0; font-weight: 800; white-space: nowrap; }
.hours-card > p { margin: 18px 0 0; color: var(--ink-soft); font-size: 11px; }
.service-note { padding: 32px; background: var(--ink); color: white; display: flex; flex-direction: column; justify-content: space-between; }
.service-note > span { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: Georgia, serif; font-size: 24px; }
.service-note p { margin: 35px 0 0; color: #d7e0db; font-size: 13px; line-height: 1.7; }
.service-note strong { display: block; margin-bottom: 10px; color: white; font-family: Georgia, serif; font-size: 22px; }

footer { padding: 75px max(7vw, 28px) 25px; background: var(--ink); color: white; }
.footer-brand { max-width: 1220px; margin: 0 auto 60px; display: flex; justify-content: space-between; gap: 50px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.13); padding-bottom: 55px; }
.footer-brand img { width: 210px; height: 125px; object-fit: contain; filter: brightness(0) invert(1); opacity: .92; }
.footer-brand p { max-width: 400px; margin: 0; color: #b9c7c1; font-family: Georgia, serif; font-size: 20px; line-height: 1.5; }
.footer-links { max-width: 1220px; margin: 0 auto 60px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.footer-links div { display: grid; gap: 9px; }
.footer-links strong { margin-bottom: 7px; color: var(--gold); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.footer-links a { color: #d2dcd7; font-size: 13px; }
.footer-bottom { max-width: 1220px; margin: 0 auto; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; color: #91a59c; font-size: 10px; }
.footer-bottom div { display: flex; gap: 24px; }

.legal-page { min-height: 100vh; padding: 135px max(7vw, 28px) 90px; background: var(--paper); }
.legal-inner { max-width: 820px; margin: 0 auto; }
.legal-page h1 { font-size: clamp(48px, 7vw, 78px); }
.legal-page h2 { margin-top: 45px; font-family: Georgia, serif; font-size: 27px; letter-spacing: -.02em; }
.legal-page p, .legal-page li { color: var(--ink-soft); line-height: 1.8; font-size: 14px; }
.legal-back { display: inline-block; margin-bottom: 40px; font-size: 12px; font-weight: 700; border-bottom: 1px solid var(--line); }

.category-page { min-height: 100vh; background: var(--cream); }
.category-header { max-width: 1220px; margin: 0 auto; padding: 34px max(28px, 4vw); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.category-back { padding-bottom: 5px; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 700; }
.category-hero { max-width: 1220px; margin: 15px auto 0; padding: 40px max(28px, 4vw) 100px; display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.category-hero-copy h1 { max-width: 650px; margin-bottom: 30px; font-size: clamp(54px, 7vw, 96px); }
.category-hero-copy > p:last-child { max-width: 570px; color: var(--ink-soft); font-size: 18px; line-height: 1.75; }
.category-hero-image, .category-hero-placeholder { height: 610px; overflow: hidden; border-radius: 280px 280px 10px 10px; box-shadow: 22px 24px 0 var(--sage), 0 24px 60px rgba(33,50,42,.13); }
.category-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.category-hero-placeholder { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle at 65% 27%, rgba(216,173,86,.42), transparent 23%), linear-gradient(150deg, var(--sage-light), var(--sage)); }
.category-hero-placeholder::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; }
.category-hero-placeholder span { position: relative; z-index: 1; font-family: Georgia, serif; font-size: 190px; line-height: .85; font-style: italic; }
.category-hero-placeholder small { position: relative; z-index: 1; margin-top: 25px; font-size: 10px; text-transform: uppercase; letter-spacing: .28em; font-weight: 800; }
.category-selection { padding: 110px max(7vw, 28px); background: var(--paper); }
.category-selection-heading { max-width: 1220px; margin: 0 auto 55px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.category-selection-heading h2 { margin-bottom: 0; }
.category-selection-heading > p { max-width: 540px; margin-bottom: 8px; color: var(--ink-soft); line-height: 1.8; }
.category-list { max-width: 1220px; margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 70px; list-style: none; border-top: 1px solid var(--line); }
.category-list li { padding: 22px 2px; display: flex; gap: 18px; align-items: baseline; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 22px; }
.category-list li span { color: var(--gold); font-family: "Avenir Next", Avenir, sans-serif; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.category-actions { max-width: 1220px; margin: 48px auto 0; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.category-footer { padding: 28px max(7vw, 28px); display: flex; justify-content: space-between; gap: 25px; background: var(--ink); color: #9fb0a9; font-size: 10px; }
.category-footer div { display: flex; gap: 22px; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; justify-self: end; position: relative; }
  .mobile-menu summary { width: 42px; height: 42px; border-radius: 50%; background: var(--ink); display: flex; flex-direction: column; gap: 6px; align-items: center; justify-content: center; list-style: none; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 17px; height: 1.5px; background: white; }
  .mobile-menu nav { position: absolute; right: -12px; top: 56px; width: min(300px, calc(100vw - 36px)); padding: 18px; display: grid; gap: 5px; background: var(--paper); border-radius: 14px; box-shadow: 0 20px 45px rgba(25,42,35,.18); }
  .mobile-menu nav a { padding: 12px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
  .hero { grid-template-columns: 1fr 1fr; gap: 50px; }
  .arch-image { height: 520px; }
  .hero-seal { right: -12px; }
  .hero-note { left: -20px; }
  .ice-selection-spotlight { grid-template-columns: 1fr; }
  .ice-selection-spotlight figure { max-width: 720px; }
  .hours-grid { grid-template-columns: 1fr 1fr; }
  .service-note { grid-column: 1 / 3; flex-direction: row; align-items: center; }
  .service-note p { margin: 0 0 0 25px; }
}

@media (max-width: 780px) {
  .site-header { top: 10px; height: 62px; width: calc(100% - 20px); padding-left: 17px; }
  .wordmark { font-size: 21px; }
  .hero { min-height: auto; padding: 115px 22px 75px; grid-template-columns: 1fr; gap: 60px; }
  h1 { font-size: 57px; }
  h2 { font-size: 48px; }
  .hero-lead { font-size: 16px; }
  .hero-social { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hero-facts { gap: 9px; flex-wrap: wrap; }
  .hero-facts span:not(:last-child)::after { margin-left: 9px; }
  .arch-image { width: calc(100% - 16px); height: 500px; margin-right: 16px; box-shadow: 16px 18px 0 var(--sage); }
  .hero-seal { width: 115px; height: 115px; right: -4px; top: 42px; border-width: 6px; }
  .hero-note { left: -5px; bottom: 20px; font-size: 12px; }
  .ice-selection-spotlight { padding: 75px 22px 85px; gap: 55px; }
  .ice-selection-spotlight img { height: 430px; box-shadow: 15px 17px 0 var(--sage); }
  .ice-selection-spotlight figcaption { right: -5px; bottom: 18px; }
  .section { padding: 90px 22px; }
  .section-heading, .visit-top { grid-template-columns: 1fr; gap: 20px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-card { grid-template-rows: 300px auto; }
  .category-hero { grid-template-columns: 1fr; padding-top: 25px; }
  .category-hero-image, .category-hero-placeholder { height: 560px; }
  .category-selection-heading { grid-template-columns: 1fr; gap: 25px; }
  .menu-section { padding: 90px 22px; grid-template-columns: 1fr; }
  .menu-pages { gap: 10px; }
  .menu-pages a { padding: 5px; }
  .menu-pages a:nth-child(2) { margin-top: 25px; }
  .cakes { grid-template-columns: 1fr; }
  .cakes-collage { min-height: 520px; order: 2; }
  .cake-main { height: 420px; }
  .cake-detail { width: 52%; height: 260px; border-width: 8px; }
  .cake-variants img { height: 210px; }
  .story { grid-template-columns: 1fr; }
  .story-image img { height: 480px; border-radius: 4px 220px 4px 4px; }
  .year-badge { right: -5px; }
  .little-pleasures { padding: 90px 22px; grid-template-columns: 1fr; }
  .pleasure-copy { grid-column: auto; }
  .pleasure-image.one, .pleasure-image.three { transform: none; }
  .pleasure-image img { height: 300px; }
  .visit { padding: 90px 22px 60px; }
  .hours-grid { grid-template-columns: 1fr; }
  .service-note { grid-column: auto; }
  .footer-brand { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  h1 { font-size: 49px; }
  h2 { font-size: 42px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 13px; }
  .hero-social-links { width: 100%; }
  .hero-social-link { min-width: 0; flex: 1; justify-content: center; padding-right: 8px; }
  .text-link { align-self: flex-start; }
  .hero-facts { font-size: 9px; }
  .arch-image { height: 430px; }
  .hero-note { max-width: 230px; }
  .ice-selection-spotlight img { height: 330px; border-radius: 170px 8px 8px 8px; }
  .category-header { align-items: flex-start; flex-direction: column; gap: 18px; padding-top: 24px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { grid-template-rows: 330px auto; }
  .category-card-copy h3 { min-height: auto; }
  .category-hero { padding: 35px 22px 75px; }
  .category-hero-copy h1 { font-size: 51px; }
  .category-hero-image, .category-hero-placeholder { height: 470px; box-shadow: 13px 15px 0 var(--sage); }
  .category-list { grid-template-columns: 1fr; }
  .category-list li { font-size: 19px; }
  .category-footer { align-items: flex-start; flex-direction: column; }
  .cakes-collage { min-height: 465px; }
  .cake-main { width: 87%; height: 360px; }
  .cake-detail { width: 58%; height: 235px; }
  .cake-variants { grid-template-columns: 1fr; }
  .cake-variants img { height: 250px; }
  .script-note { bottom: 15px; }
  .little-pleasures { grid-template-columns: 1fr; }
  .pleasure-copy { grid-column: auto; }
  .pleasure-gallery { grid-template-columns: 1fr; }
  .pleasure-image img { height: 340px; }
  .service-note { flex-direction: column; align-items: flex-start; }
  .service-note p { margin: 24px 0 0; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-links div:last-child { grid-column: 1 / 3; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee div { animation: none; }
  .category-card, .category-card > img, .button, .menu-pages a, .hero-social-link { transition: none; }
}
