:root {
  --blush-50: #fff9f8;
  --blush-100: #f9e8e8;
  --blush-200: #f1d4d4;
  --rose: #b97b7b;
  --rose-deep: #8f585a;
  --gold: #b49a22;
  --cream: #f7f2e9;
  --paper: #fffdf9;
  --ink: #302d2b;
  --ink-soft: #6c6560;
  --sage: #727965;
  --forest: #29362e;
  --line: rgba(48, 45, 43, 0.13);
  --shadow: 0 24px 70px rgba(91, 69, 61, 0.13);
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Avenir Next, Avenir, Montserrat, Helvetica Neue, sans-serif;
  --script: "Snell Roundhand", "Segoe Script", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { color: inherit; font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -0.045em; line-height: 0.98; }
h1 em, h2 em { color: var(--rose-deep); font-family: var(--script); font-weight: 400; letter-spacing: -0.06em; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 130px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; transform: translateY(-150%); background: var(--ink); color: white; border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }

.announcement { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 20px; padding: 7px 24px; background: var(--forest); color: #fff; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; }
.announcement p { margin: 0; }
.announcement a { display: inline-flex; align-items: center; gap: 3px; color: #f4ddcc; font-weight: 700; text-decoration: none; }
.announcement svg { width: 14px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid transparent; background: rgba(255, 253, 249, 0.92); backdrop-filter: blur(18px); transition: box-shadow 0.25s, border-color 0.25s; }
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 10px 30px rgba(47, 39, 35, 0.05); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 188px; height: 68px; display: block; flex: 0 0 auto; }
.brand-crop { width: 188px; height: 68px; display: flex; align-items: center; }
.brand-crop img { width: 100%; height: 100%; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: clamp(20px, 2.4vw, 38px); }
.nav-links > a { position: relative; color: #4d4946; font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-decoration: none; }
.nav-links > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; transform: scaleX(0); background: var(--rose); transition: transform 0.25s; }
.nav-links > a:hover::after, .nav-links > a:focus-visible::after { transform: scaleX(1); }
.nav-links .nav-cta { padding: 12px 18px; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); transition: background 0.2s, color 0.2s; }
.nav-links .nav-cta:hover { background: var(--ink); color: white; }
.menu-button { display: none; width: 44px; height: 44px; padding: 11px 9px; border: 0; background: transparent; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 1.5px; margin: 5px auto; background: var(--ink); transition: transform 0.25s, opacity 0.25s; }

.hero { min-height: 760px; position: relative; overflow: hidden; padding: 86px 0 104px; background: linear-gradient(115deg, #fffaf7 0%, #fbefed 46%, #f6e1e2 100%); }
.hero::after { content: ""; position: absolute; right: -5%; bottom: -40%; width: 66%; height: 70%; border-radius: 50%; background: rgba(255, 255, 255, 0.44); filter: blur(2px); }
.hero-bloom { position: absolute; border: 1px solid rgba(143, 88, 90, 0.13); border-radius: 54% 46% 62% 38%; transform: rotate(25deg); }
.bloom-one { width: 420px; height: 570px; left: -290px; top: 80px; }
.bloom-two { width: 250px; height: 360px; right: 22%; bottom: -230px; transform: rotate(-36deg); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 0.92fr 1.08fr; align-items: center; gap: 82px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: var(--rose-deep); font-size: 10px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; }
.eyebrow > span { width: 32px; height: 1px; background: currentColor; }
.hero h1 { max-width: 560px; margin-bottom: 28px; font-size: clamp(60px, 6.2vw, 92px); }
.hero h1 em { display: block; margin-left: 0.35em; font-size: 0.87em; transform: rotate(-2deg); }
.hero-deck { max-width: 500px; margin-bottom: 34px; color: var(--ink-soft); font-family: var(--serif); font-size: 19px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 24px; border: 1px solid transparent; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-decoration: none; text-transform: uppercase; transition: transform 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.button-primary { background: var(--ink); color: white; box-shadow: 0 12px 24px rgba(48, 45, 43, 0.16); }
.button-primary:hover { background: var(--rose-deep); box-shadow: 0 16px 28px rgba(143, 88, 90, 0.22); }
.text-link { display: inline-flex; gap: 8px; padding-bottom: 4px; border-bottom: 1px solid rgba(48, 45, 43, 0.4); color: var(--ink); font-size: 12px; font-weight: 600; text-decoration: none; }
.hero-note { max-width: 430px; display: flex; align-items: center; gap: 15px; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(48, 45, 43, 0.11); }
.hero-note svg { width: 34px; flex: 0 0 auto; fill: none; stroke: var(--rose-deep); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.2; }
.hero-note p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.55; }
.hero-note strong { display: block; color: var(--ink); font-size: 12px; }

.hero-gallery { min-height: 570px; position: relative; }
.hero-photo { position: absolute; padding: 0; overflow: hidden; border: 0; background: white; box-shadow: var(--shadow); cursor: zoom-in; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.65s cubic-bezier(.2,.7,.2,1); }
.hero-photo:hover img { transform: scale(1.025); }
.hero-photo-main { width: 68%; height: 540px; right: 0; top: 0; border-radius: 46% 46% 18px 18px; }
.hero-photo-main img { object-position: 50% 50%; }
.hero-photo-small { width: 39%; height: 285px; left: 0; bottom: 4px; border: 9px solid var(--paper); border-radius: 3px; transform: rotate(-3deg); }
.hero-photo-small img { object-position: 50% 18%; }
.handmade-stamp { width: 104px; height: 104px; position: absolute; left: 5%; top: 14px; border-radius: 50%; background: var(--paper); box-shadow: 0 12px 30px rgba(79, 54, 47, 0.12); color: var(--rose-deep); transform: rotate(-12deg); }
.handmade-stamp svg { width: 100%; height: 100%; }
.handmade-stamp text { fill: currentColor; font-family: var(--sans); font-size: 9px; font-weight: 700; letter-spacing: 2px; }
.stamp-leaf { fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.3; }
.scribble { position: absolute; right: -28px; bottom: -16px; color: var(--rose-deep); font-family: var(--script); font-size: 23px; transform: rotate(-8deg); }

.promise-strip { padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.promise-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.promise-row p { margin: 0; font-family: var(--serif); font-size: 15px; letter-spacing: 0.02em; }
.promise-row p span { margin-right: 9px; color: var(--rose); font-family: var(--sans); font-size: 9px; font-weight: 700; }
.promise-row i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.boards-section { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.25fr 0.75fr; align-items: end; gap: 80px; margin-bottom: 78px; }
.section-heading h2, .process-intro h2, .about-copy h2 { margin-bottom: 0; font-size: clamp(48px, 5vw, 72px); }
.section-heading h2 em, .process-intro h2 em { display: block; margin-left: 0.5em; }
.section-heading > p { max-width: 390px; margin: 0 0 8px; color: var(--ink-soft); font-family: var(--serif); font-size: 17px; line-height: 1.7; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.product-card { min-width: 0; }
.product-card-offset { margin-top: 44px; }
.product-image { width: 100%; height: 475px; position: relative; padding: 0; overflow: hidden; border: 0; border-radius: 180px 180px 8px 8px; background: var(--cream); cursor: zoom-in; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(.2,.7,.2,1); }
.product-card:nth-child(1) .product-image img { object-position: center center; }
.product-card:nth-child(2) .product-image img { object-position: center 25%; }
.product-card:nth-child(3) .product-image img { object-position: center 30%; }
.product-image:hover img { transform: scale(1.035); }
.image-action { position: absolute; right: 16px; bottom: 16px; display: flex; align-items: center; gap: 7px; padding: 9px 12px; border-radius: 999px; background: rgba(255,255,255,.92); box-shadow: 0 8px 20px rgba(48,45,43,.1); font-size: 9px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.image-action svg { width: 15px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.product-info { padding: 24px 10px 0; }
.product-kicker { margin-bottom: 7px; color: var(--rose-deep); font-size: 9px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.product-info h3 { margin-bottom: 10px; font-family: var(--serif); font-size: 27px; font-weight: 400; letter-spacing: -0.02em; }
.product-info > p:not(.product-kicker) { min-height: 76px; margin-bottom: 15px; color: var(--ink-soft); font-size: 12px; line-height: 1.65; }
.product-info a { padding-bottom: 3px; border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-decoration: none; text-transform: uppercase; }
.product-info a span { color: var(--rose-deep); }
.collection-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 78px; padding: 28px 36px; border: 1px solid var(--line); background: var(--blush-50); }
.collection-cta p { margin: 0; color: var(--ink-soft); font-family: var(--serif); font-size: 18px; }
.collection-cta strong { color: var(--ink); }
.button-secondary { border-color: var(--ink); color: var(--ink); }
.button-secondary:hover { background: var(--ink); color: white; }

.seasonal-section { overflow: hidden; padding: 126px 0; background: var(--forest); color: white; }
.seasonal-grid { display: grid; grid-template-columns: 0.78fr 1.22fr; align-items: center; gap: 90px; }
.eyebrow-light { color: #e2c1b6; }
.seasonal-copy h2 { margin-bottom: 28px; font-size: clamp(55px, 5.5vw, 78px); }
.seasonal-copy h2 em { display: block; color: #e7bebd; }
.seasonal-copy > p:not(.eyebrow) { max-width: 510px; color: rgba(255,255,255,.68); font-family: var(--serif); font-size: 17px; line-height: 1.7; }
.season-list { margin: 38px 0; border-top: 1px solid rgba(255,255,255,.15); }
.season-list div { display: grid; grid-template-columns: 80px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.season-list span { padding-top: 3px; color: #e2c1b6; font-size: 9px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.season-list p { margin: 0; font-family: var(--serif); font-size: 15px; }
.button-light { border-color: rgba(255,255,255,.55); color: white; }
.button-light:hover { background: white; color: var(--forest); }
.seasonal-collage { min-height: 650px; display: grid; grid-template-columns: 1.04fr .96fr; grid-template-rows: 1fr 1fr; gap: 15px; transform: rotate(1.4deg); }
.season-image { position: relative; padding: 0; overflow: hidden; border: 8px solid rgba(255,255,255,.9); background: white; cursor: zoom-in; }
.season-image-tall { grid-row: 1 / 3; }
.season-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.season-image:hover img { transform: scale(1.035); }
.season-image span { position: absolute; left: 14px; bottom: 14px; padding: 7px 10px; background: rgba(255,253,249,.92); color: var(--ink); font-family: var(--script); font-size: 17px; }

.process-section { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.process-intro > p:not(.eyebrow) { max-width: 430px; margin-top: 28px; color: var(--ink-soft); font-family: var(--serif); font-size: 17px; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 72px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.steps > li > span { color: var(--rose-deep); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.steps h3 { margin-bottom: 7px; font-family: var(--serif); font-size: 23px; font-weight: 400; }
.steps p { margin: 0; color: var(--ink-soft); font-size: 12px; }

.about-section { padding: 140px 0; background: var(--blush-100); }
.about-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 110px; }
.about-images { min-height: 600px; position: relative; }
.about-images figure { width: 77%; height: 580px; margin: 0; overflow: hidden; border-radius: 200px 200px 8px 8px; box-shadow: var(--shadow); }
.about-images figure img { width: 100%; height: 100%; object-fit: cover; }
.about-mark { width: 250px; height: 150px; position: absolute; right: 0; bottom: 18px; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 10px solid var(--blush-100); border-radius: 90px; background: white; box-shadow: 0 18px 50px rgba(79,54,47,.13); }
.about-mark img { width: 88%; height: 88%; object-fit: contain; }
.about-copy h2 em { display: block; margin: 8px 0 0 .6em; }
.about-copy .about-lead { margin-top: 32px; color: var(--ink); font-family: var(--serif); font-size: 20px; line-height: 1.65; }
.about-copy > p:not(.eyebrow):not(.about-lead) { color: var(--ink-soft); font-size: 13px; line-height: 1.8; }
.text-link-dark { margin-top: 18px; }

.instagram-section { padding: 120px 0; background: var(--paper); }
.instagram-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.instagram-heading h2 { margin: 0; font-size: clamp(46px, 5vw, 68px); }
.instagram-heading h2 em { color: var(--ink); }
.instagram-heading > a { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 4px; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 700; text-decoration: none; }
.instagram-heading > a svg { width: 18px; fill: none; stroke: var(--rose-deep); stroke-width: 1.5; }
.feed-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.feed-grid a { height: 290px; position: relative; overflow: hidden; background: var(--cream); }
.feed-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s, filter .5s; }
.feed-grid a:nth-child(2) img { object-position: center 20%; }
.feed-grid span { position: absolute; inset: auto 12px 12px; padding: 8px 10px; transform: translateY(130%); background: rgba(255,253,249,.94); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-align: center; text-transform: uppercase; transition: transform .3s; }
.feed-grid a:hover img { transform: scale(1.04); filter: brightness(.86); }
.feed-grid a:hover span { transform: translateY(0); }

.final-cta { position: relative; overflow: hidden; padding: 115px 0; background: linear-gradient(115deg, #f7dfe0, #f9eeea); text-align: center; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 310px; height: 410px; border: 1px solid rgba(143,88,90,.16); border-radius: 70% 30% 60% 40%; }
.final-cta::before { left: -170px; top: -120px; transform: rotate(42deg); }
.final-cta::after { right: -190px; bottom: -160px; transform: rotate(-28deg); }
.final-cta-inner { position: relative; z-index: 1; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { margin-bottom: 20px; font-size: clamp(54px, 6vw, 82px); }
.final-cta p:not(.eyebrow) { max-width: 540px; margin: 0 auto 28px; color: var(--ink-soft); font-family: var(--serif); font-size: 18px; }

footer { padding: 76px 0 24px; background: #211f1e; color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding-bottom: 58px; }
.footer-brand .brand-crop { padding: 5px 12px; border-radius: 8px; background: white; }
.footer-brand > p { max-width: 340px; margin: 18px 0 0; color: rgba(255,255,255,.55); font-family: var(--serif); font-size: 15px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.footer-links h3 { margin: 0 0 18px; color: #e2c1b6; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.footer-links a { display: block; width: fit-content; margin: 9px 0; color: rgba(255,255,255,.72); font-size: 12px; text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }

.dm-fab { position: fixed; z-index: 90; right: 24px; bottom: 24px; min-height: 64px; display: flex; align-items: center; gap: 12px; padding: 10px 19px 10px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: var(--ink); color: white; box-shadow: 0 15px 38px rgba(37,31,28,.28); text-decoration: none; transition: transform .2s, background .2s, box-shadow .2s; }
.dm-fab:hover { transform: translateY(-3px); background: var(--rose-deep); box-shadow: 0 19px 42px rgba(72,43,43,.3); }
.dm-fab:focus-visible { outline: 3px solid var(--rose); outline-offset: 4px; }
.dm-fab-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: linear-gradient(145deg, #c98386, #a96b76); }
.dm-fab-icon svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.dm-fab > span:last-child { display: flex; flex-direction: column; line-height: 1.25; }
.dm-fab strong { font-size: 12px; letter-spacing: .02em; }
.dm-fab small { margin-top: 3px; color: rgba(255,255,255,.65); font-size: 9px; letter-spacing: .04em; }

.lightbox { width: min(760px, calc(100% - 32px)); max-height: calc(100vh - 40px); padding: 0; overflow: visible; border: 0; border-radius: 4px; background: transparent; color: white; }
.lightbox::backdrop { background: rgba(23, 20, 18, .88); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; max-height: calc(100vh - 100px); object-fit: contain; background: #f3eee7; }
.lightbox p { margin: 10px 0 0; font-family: var(--serif); font-size: 15px; text-align: center; }
.lightbox-close { width: 40px; height: 40px; position: absolute; z-index: 1; top: -16px; right: -16px; border: 0; border-radius: 50%; background: white; color: var(--ink); font-size: 27px; line-height: 1; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); transition-delay: var(--delay, 0ms); }
.reveal.in-view { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 2px solid var(--rose-deep); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .hero-gallery { min-height: 520px; }
  .hero-photo-main { width: 78%; height: 490px; }
  .hero-photo-small { width: 48%; height: 240px; }
  .product-image { height: 410px; }
  .seasonal-grid { gap: 48px; }
  .about-grid { gap: 55px; }
  .process-grid { gap: 55px; }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 32px, 680px); }
  .section { padding: 90px 0; }
  .announcement { justify-content: space-between; }
  .menu-button { display: block; position: relative; z-index: 2; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .nav-links { position: fixed; z-index: 1; inset: 0; min-height: 100dvh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 26px; padding: 110px 36px 40px; transform: translateX(100%); background: var(--paper); transition: transform .3s ease; }
  .nav-links.open { transform: translateX(0); }
  .nav-links > a { font-family: var(--serif); font-size: 28px; font-weight: 400; }
  .nav-links .nav-cta { margin-top: 10px; padding: 12px 18px; font-family: var(--sans); font-size: 11px; font-weight: 700; }
  .hero { padding: 64px 0 78px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 620px; }
  .hero h1 { font-size: clamp(57px, 12vw, 82px); }
  .hero-gallery { min-height: 620px; margin-top: 20px; }
  .hero-photo-main { width: 72%; height: 575px; }
  .hero-photo-small { width: 40%; height: 285px; }
  .section-heading, .process-grid, .about-grid, .seasonal-grid { grid-template-columns: 1fr; gap: 52px; }
  .section-heading { margin-bottom: 50px; }
  .section-heading > p { max-width: 550px; }
  .product-grid { grid-template-columns: 1fr; gap: 54px; }
  .product-card { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 30px; }
  .product-card-offset { margin-top: 0; }
  .product-image { height: 430px; }
  .product-info > p:not(.product-kicker) { min-height: 0; }
  .seasonal-section { padding: 90px 0; }
  .seasonal-copy { max-width: 620px; }
  .seasonal-collage { min-height: 660px; }
  .about-section { padding: 100px 0; }
  .about-images { width: min(620px, 100%); }
  .about-copy { max-width: 620px; }
  .feed-grid { grid-template-columns: 1fr 1fr; }
  .feed-grid a { height: 330px; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 28px); }
  .announcement { min-height: 42px; padding-inline: 14px; gap: 10px; font-size: 8px; letter-spacing: .12em; }
  .nav { min-height: 72px; }
  .brand, .brand-crop { width: 158px; height: 60px; }
  .hero { padding-top: 48px; }
  .eyebrow { margin-bottom: 19px; font-size: 8px; }
  .hero h1 { margin-bottom: 24px; font-size: clamp(53px, 16vw, 70px); }
  .hero h1 em { margin-left: .12em; }
  .hero-deck { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-note { margin-top: 34px; }
  .hero-gallery { min-height: 475px; margin-top: 10px; }
  .hero-photo-main { width: 82%; height: 448px; border-radius: 160px 160px 8px 8px; }
  .hero-photo-small { width: 46%; height: 210px; left: -3px; }
  .handmade-stamp { width: 82px; height: 82px; left: 0; top: 5px; }
  .scribble { right: 0; bottom: -24px; font-size: 18px; }
  .promise-row { justify-content: center; flex-wrap: wrap; gap: 10px 18px; }
  .promise-row p { font-size: 12px; }
  .promise-row i { display: none; }
  .section-heading h2, .process-intro h2, .about-copy h2 { font-size: 48px; }
  .product-card { display: block; }
  .product-image { height: 455px; }
  .product-info { padding-inline: 4px; }
  .collection-cta { align-items: flex-start; flex-direction: column; padding: 25px; }
  .seasonal-copy h2 { font-size: 54px; }
  .seasonal-collage { min-height: 720px; grid-template-columns: 1fr; grid-template-rows: 1.2fr .8fr .8fr; transform: none; }
  .season-image-tall { grid-row: auto; }
  .steps li { grid-template-columns: 50px 1fr; }
  .about-images { min-height: 470px; }
  .about-images figure { width: 87%; height: 460px; }
  .about-mark { width: 180px; height: 108px; bottom: 12px; border-width: 7px; }
  .instagram-heading { align-items: flex-start; flex-direction: column; }
  .instagram-heading h2 { font-size: 47px; }
  .feed-grid { gap: 8px; }
  .feed-grid a { height: 190px; }
  .final-cta { padding: 88px 0; }
  .final-cta h2 { font-size: 53px; }
  .footer-grid { grid-template-columns: 1fr; gap: 48px; }
  .footer-links { gap: 24px; }
  .dm-fab { right: 14px; bottom: 14px; min-height: 56px; padding: 7px 16px 7px 7px; }
  .dm-fab-icon { width: 40px; height: 40px; }
  .dm-fab small { display: none; }
  .lightbox-close { top: 8px; right: 8px; }
}
