:root {
  --ink: #292421;
  --muted: #716964;
  --plum: #4a2032;
  --plum-deep: #321520;
  --rose: #c98786;
  --blush: #edd7d2;
  --cream: #f8f4ed;
  --paper: #fffdf9;
  --sand: #e8dfd2;
  --sage: #667561;
  --gold: #b8955b;
  --white: #fff;
  --border: rgba(57, 43, 37, .15);
  --shadow: 0 24px 70px rgba(53, 34, 36, .13);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1200px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
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%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
:focus-visible { outline: 3px solid #d29659; outline-offset: 3px; }

.announcement { min-height: 36px; padding: 7px 20px; color: #fffaf5; background: var(--plum-deep); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.site-header { position: sticky; z-index: 40; top: 0; border-bottom: 1px solid var(--border); background: rgba(255,253,249,.94); backdrop-filter: blur(14px); }
.site-header.is-stuck { box-shadow: 0 8px 30px rgba(45,35,31,.08); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--plum); border-radius: 50%; color: var(--plum); font: italic 28px/1 var(--serif); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.2; }
.brand-copy strong { font: 24px/1.15 var(--serif); letter-spacing: .01em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.site-menu { display: flex; align-items: center; gap: 28px; }
.site-menu > a { position: relative; font-size: 14px; font-weight: 600; }
.site-menu > a:not(.bag-link):not(.account-link)::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--plum); transform: scaleX(0); transition: transform .25s ease; }
.site-menu > a:hover::after, .site-menu > a.is-current::after { transform: scaleX(1); }
.site-menu > .account-link { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; padding: 8px 15px; border: 1px solid rgba(74,32,50,.45); border-radius: 30px; color: var(--plum); font-size: 12px; font-weight: 700; white-space: nowrap; transition: color .2s, background .2s, border-color .2s; }
.site-menu > .account-link:hover, .site-menu > .account-link.is-current { border-color: var(--plum); color: #fff; background: var(--plum); }
.bag-link { display: flex; align-items: center; gap: 7px; padding-left: 8px; }
.bag-link svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.cart-count { display: grid; place-items: center; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 20px; color: #fff; background: var(--plum); font-size: 11px; }
.menu-button { display: none; width: 48px; height: 48px; padding: 12px; border: 0; background: transparent; }
.menu-button > span:not(.sr-only) { display: block; width: 23px; height: 1px; margin: 5px auto; background: var(--ink); }

.eyebrow { margin-bottom: 16px; color: var(--plum); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 25px; border: 1px solid transparent; border-radius: 2px; font-size: 13px; font-weight: 700; letter-spacing: .045em; transition: transform .2s ease, color .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--plum); }
.button-primary:hover { background: var(--plum-deep); }
.button-outline { border-color: var(--plum); color: var(--plum); background: transparent; }
.button-outline:hover { color: #fff; background: var(--plum); }
.button-light { color: var(--plum); background: #fff; }
.button-grow { flex: 1; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-block: 6px; border-bottom: 1px solid currentColor; color: var(--plum); font-size: 13px; font-weight: 700; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.light-link { color: #fff; }

.home-hero { position: relative; overflow: hidden; background: var(--cream); }
.home-hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: -280px; bottom: -330px; border: 1px solid rgba(74,32,50,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(74,32,50,.03), 0 0 0 140px rgba(74,32,50,.025); }
.hero-grid { min-height: 655px; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 70px; padding-block: 56px 66px; }
.hero-copy { position: relative; z-index: 2; max-width: 520px; }
.hero-copy h1 { max-width: 620px; margin-bottom: 24px; color: var(--plum-deep); font: 400 clamp(53px, 5.2vw, 78px)/.99 var(--serif); letter-spacing: -.035em; }
.hero-lede { max-width: 500px; margin-bottom: 32px; color: #665d58; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-detail { display: flex; flex-wrap: wrap; gap: 23px; margin-top: 52px; color: #655d58; font-size: 11px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.hero-detail i { margin-right: 5px; color: var(--rose); font-style: normal; }
.hero-visual { position: relative; padding: 0 10px 20px 0; }
.hero-image-wrap { position: relative; overflow: hidden; aspect-ratio: 1.36; border-radius: 48% 48% 6px 6px; box-shadow: var(--shadow); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.28); pointer-events: none; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hero-seal { position: absolute; right: -28px; top: 30px; display: flex; width: 118px; height: 118px; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--plum); box-shadow: 0 12px 30px rgba(74,32,50,.22); transform: rotate(7deg); }
.hero-seal::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(255,255,255,.45); border-radius: inherit; }
.hero-seal span { position: relative; font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero-seal strong { position: relative; margin: 1px 0; font: italic 20px/1 var(--serif); }
.hero-caption { position: absolute; left: -38px; bottom: 0; display: flex; min-width: 210px; align-items: center; gap: 15px; padding: 16px 18px; background: rgba(255,253,249,.95); box-shadow: 0 15px 40px rgba(48,33,32,.12); }
.hero-caption > span { color: var(--rose); font: 30px var(--serif); }
.hero-caption p { margin: 0; font: 17px/1.2 var(--serif); }

.promise-bar { border-block: 1px solid var(--border); background: #fff; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.promise-grid > div { display: flex; min-height: 120px; align-items: center; justify-content: center; gap: 18px; padding: 25px 38px; border-right: 1px solid var(--border); }
.promise-grid > div:last-child { border-right: 0; }
.promise-icon { color: var(--plum); font: 30px var(--serif); }
.promise-grid p { display: flex; flex-direction: column; margin: 0; line-height: 1.35; }
.promise-grid strong { font-size: 13px; }
.promise-grid small { margin-top: 4px; color: var(--muted); font-size: 11px; }

.section { padding-block: 112px; }
.section-heading h2 { margin-bottom: 16px; color: var(--plum-deep); font: 400 clamp(40px, 4vw, 58px)/1.08 var(--serif); letter-spacing: -.025em; }
.section-heading > p:last-child { color: var(--muted); }
.split-heading { display: grid; grid-template-columns: 1fr .65fr; align-items: end; gap: 80px; margin-bottom: 52px; }
.split-heading > p { max-width: 460px; margin-bottom: 4px; line-height: 1.75; }
.centered { max-width: 650px; margin: 0 auto 52px; text-align: center; }

.collections-section { background: var(--paper); }
.collection-grid { display: grid; grid-auto-rows: 210px; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.collection-card { position: relative; overflow: hidden; grid-column: span 4; color: #fff; background: var(--plum); }
.collection-card:first-child { grid-row: span 2; }
.collection-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.collection-card:hover img { transform: scale(1.055); }
.collection-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(27,18,19,.03) 30%, rgba(28,17,20,.72) 100%); }
.collection-number { position: absolute; top: 15px; right: 17px; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.collection-copy { position: absolute; right: 20px; bottom: 20px; left: 22px; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.collection-copy small { grid-column: 1 / -1; margin-bottom: 2px; font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; opacity: .82; }
.collection-copy strong { font: 29px/1.1 var(--serif); }
.collection-copy i { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; font-style: normal; transition: background .2s, color .2s; }
.collection-card:hover .collection-copy i { color: var(--plum); background: #fff; }

.featured-section { background: var(--cream); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.product-card { position: relative; min-width: 0; }
.product-card-image { position: relative; display: block; overflow: hidden; aspect-ratio: .83; background: #e9e1d7; }
.product-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-card-image img { transform: scale(1.04); }
.product-badge { position: absolute; top: 13px; left: 13px; padding: 6px 10px; color: var(--plum); background: rgba(255,253,249,.92); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-card-copy { padding: 18px 2px 0; }
.product-category { margin-bottom: 5px; color: var(--rose); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.product-card h3 { margin-bottom: 10px; font: 22px/1.2 var(--serif); }
.product-card h3 a:hover { color: var(--plum); }
.product-card-row { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 12px; }
.product-price { font-size: 13px; font-weight: 600; }
.availability { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.round-add { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--plum); border-radius: 50%; color: var(--plum); background: transparent; font-size: 20px; line-height: 1; transition: .2s; }
.round-add:hover { color: #fff; background: var(--plum); transform: rotate(90deg); }
.favorite-form { margin: 0; }
.favorite-button { position: absolute; z-index: 3; top: 13px; right: 13px; display: grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid rgba(74,32,50,.12); border-radius: 50%; color: var(--plum); background: rgba(255,253,249,.94); box-shadow: 0 7px 20px rgba(42,27,31,.12); font: 23px/1 var(--serif); transition: transform .18s, color .18s, background .18s; }
.favorite-button:hover { color: #fff; background: var(--plum); transform: scale(1.06); }
.favorite-button.is-favorite { color: #fff; background: var(--plum); }
.center-action { margin-top: 52px; text-align: center; }
.store-empty { padding: 64px 30px; border: 1px solid var(--border); text-align: center; }
.store-empty > span { color: var(--rose); font-size: 32px; }
.store-empty h3, .store-empty h2 { margin: 10px 0; font: 34px var(--serif); }
.store-empty p { color: var(--muted); }

.story-section { overflow: hidden; padding-block: 125px; background: #e9ddd2; }
.story-grid { display: grid; grid-template-columns: 1.08fr .75fr; align-items: center; gap: 100px; }
.story-collage { position: relative; min-height: 610px; }
.story-main-image { width: 72%; height: 560px; overflow: hidden; border-radius: 48% 48% 0 0; }
.story-main-image img, .story-small-image img { width: 100%; height: 100%; object-fit: cover; }
.story-small-image { position: absolute; right: 0; bottom: 24px; width: 42%; height: 300px; overflow: hidden; border: 10px solid #e9ddd2; }
.story-collage blockquote { position: absolute; right: 3%; top: 18px; width: 220px; margin: 0; padding: 28px 26px; color: #fff; background: var(--plum); font: italic 18px/1.4 var(--serif); box-shadow: 0 20px 50px rgba(74,32,50,.2); }
.story-copy { max-width: 470px; }
.story-copy h2 { margin-bottom: 24px; color: var(--plum-deep); font: 400 clamp(45px, 4.5vw, 65px)/1.03 var(--serif); }
.story-copy > p:not(.eyebrow):not(.signature) { color: #625b56; font-size: 17px; line-height: 1.85; }
.signature { margin: 18px 0; color: var(--plum); font: italic 38px/1 var(--serif); transform: rotate(-5deg); }

.newsletter-section { padding: 90px 0; background: var(--paper); }
.newsletter-card { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 80px; padding: 54px 64px; color: #fff; background: var(--plum); }
.newsletter-card .eyebrow { color: #e8bbb5; }
.newsletter-card h2 { margin: 0; font: 42px/1.1 var(--serif); }
.newsletter-form { display: flex; border-bottom: 1px solid rgba(255,255,255,.7); }
.newsletter-form input { width: 100%; height: 50px; border: 0; outline: 0; color: #fff; background: transparent; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.7); }
.newsletter-form button { width: 50px; border: 0; color: #fff; background: transparent; font-size: 24px; }
.newsletter-card small { display: block; margin-top: 10px; color: rgba(255,255,255,.64); font-size: 10px; }
.success-note { margin: 0; padding: 18px; border: 1px solid rgba(255,255,255,.3); }

.site-footer { padding: 78px 0 25px; color: rgba(255,255,255,.76); background: #2b1720; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr .8fr 1.05fr; gap: 60px; }
.brand-light .brand-mark { border-color: rgba(255,255,255,.65); color: #fff; }
.brand-light .brand-copy strong { color: #fff; }
.brand-light .brand-copy small { color: rgba(255,255,255,.52); }
.footer-brand p { max-width: 330px; margin: 24px 0 0; font: italic 19px/1.55 var(--serif); }
.site-footer h2 { margin-bottom: 20px; color: #fff; font: 17px var(--serif); }
.site-footer > .footer-grid > div:not(.footer-brand) > a { display: block; width: fit-content; margin: 8px 0; font-size: 12px; }
.site-footer a:hover { color: #fff; }
.footer-note p { font-size: 12px; }
.footer-note .text-link { display: inline-flex!important; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; letter-spacing: .06em; }

.page-hero { padding: 94px 0 82px; background: #e9ddd2; text-align: center; }
.page-hero-inner { max-width: 760px; }
.page-hero h1 { margin-bottom: 22px; color: var(--plum-deep); font: 400 clamp(52px, 6vw, 76px)/1 var(--serif); }
.page-hero h1 em { color: var(--plum); font-weight: 400; }
.page-hero-inner > p:last-child { max-width: 570px; margin: 0 auto; color: var(--muted); font-size: 17px; }
.shop-section { min-height: 500px; padding: 58px 0 115px; }
.shop-tools { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 26px; border-bottom: 1px solid var(--border); }
.category-pills { display: flex; flex-wrap: wrap; gap: 7px; }
.category-pills a { padding: 8px 14px; border: 1px solid transparent; border-radius: 30px; color: var(--muted); font-size: 11px; font-weight: 600; }
.category-pills a:hover, .category-pills a.is-active { border-color: var(--plum); color: var(--plum); background: #faf4f3; }
.shop-search { display: flex; min-width: 240px; border-bottom: 1px solid var(--ink); }
.shop-search input { width: 100%; height: 38px; border: 0; outline: 0; background: transparent; font-size: 12px; }
.shop-search button { border: 0; background: transparent; font-size: 22px; }
.shop-result-heading { padding: 30px 0 24px; color: var(--muted); font-size: 12px; }
.shop-result-heading p { margin: 0; }
.shop-result-heading strong { color: var(--ink); }
.shop-product-grid { row-gap: 50px; }
.large-empty { margin-top: 30px; padding: 90px 30px; }

.product-detail-section { padding: 70px 0 110px; background: var(--cream); }
.product-detail-grid { display: grid; grid-template-columns: 1.08fr .85fr; gap: 90px; align-items: start; }
.product-detail-image { position: relative; overflow: hidden; aspect-ratio: .95; background: #e5ddd1; }
.product-detail-image img { width: 100%; height: 100%; object-fit: cover; }
.product-detail-copy { padding-top: 28px; }
.breadcrumbs { display: flex; gap: 9px; margin-bottom: 52px; color: var(--muted); font-size: 11px; }
.breadcrumbs a:hover { color: var(--plum); }
.product-detail-copy h1 { margin-bottom: 18px; color: var(--plum-deep); font: 400 clamp(47px, 5vw, 68px)/1.02 var(--serif); }
.product-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; }
.product-title-row h1 { flex: 1; }
.product-title-row form { margin: 6px 0 0; }
.detail-favorite { display: inline-flex; min-width: 92px; min-height: 42px; align-items: center; justify-content: center; padding: 8px 14px; border: 1px solid var(--plum); border-radius: 30px; color: var(--plum); background: transparent; font-size: 12px; font-weight: 700; white-space: nowrap; }
.detail-favorite:hover, .detail-favorite.is-favorite { color: #fff; background: var(--plum); }
.detail-price { margin-bottom: 30px; color: var(--plum); font-size: 20px; font-weight: 600; }
.detail-description { padding-block: 25px; border-block: 1px solid var(--border); color: var(--muted); }
.detail-description p { margin: 0; white-space: pre-line; }
.purchase-row { display: flex; gap: 10px; margin-top: 30px; }
.purchase-row > label { align-self: center; font-size: 11px; font-weight: 700; }
.purchase-row select { width: 70px; border: 1px solid var(--border); background: #fff; text-align: center; }
.stock-note { display: flex; align-items: center; gap: 8px; margin: 13px 0; color: var(--sage); font-size: 11px; }
.stock-note span { width: 7px; height: 7px; border-radius: 50%; background: #6b8d5f; box-shadow: 0 0 0 4px rgba(107,141,95,.12); }
.coming-soon-panel { margin-top: 30px; padding: 24px; border: 1px solid var(--border); background: rgba(255,255,255,.5); }
.coming-soon-panel strong { font: 22px var(--serif); }
.coming-soon-panel p { color: var(--muted); font-size: 13px; }
.detail-promises { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 38px; }
.detail-promises > div { display: flex; align-items: center; gap: 12px; }
.detail-promises > div > span { color: var(--rose); font: 28px var(--serif); }
.detail-promises p { display: flex; flex-direction: column; margin: 0; line-height: 1.25; }
.detail-promises strong { font-size: 11px; }
.detail-promises small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.related-section { background: #fff; }

.about-hero { overflow: hidden; padding: 105px 0 125px; background: var(--cream); }
.about-hero-grid { display: grid; grid-template-columns: .78fr 1fr; align-items: center; gap: 110px; }
.about-hero-copy h1 { color: var(--plum-deep); font: 400 clamp(50px, 5vw, 70px)/1.03 var(--serif); }
.about-hero-copy > p:not(.eyebrow):not(.signature) { color: var(--muted); font-size: 17px; line-height: 1.85; }
.about-hero-images { position: relative; min-height: 600px; }
.about-image-main { position: absolute; top: 0; right: 0; width: 77%; height: 560px; object-fit: cover; border-radius: 48% 48% 0 0; }
.about-image-small { position: absolute; left: 0; bottom: -15px; width: 42%; height: 290px; object-fit: cover; border: 9px solid var(--cream); }
.about-flower { position: absolute; left: 8%; top: 50px; color: var(--rose); font-size: 65px; }
.values-section { padding: 110px 0; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; margin-top: 65px; }
.value-grid article { padding-top: 22px; border-top: 1px solid var(--plum); }
.value-grid article > span { color: var(--rose); font-size: 11px; font-weight: 700; }
.value-grid h3 { margin: 22px 0 12px; font: 27px var(--serif); }
.value-grid p { color: var(--muted); font-size: 14px; }
.about-cta { padding: 92px 0; color: #fff; background: var(--plum); text-align: center; }
.about-cta .eyebrow { color: #e2aca6; }
.about-cta h2 { margin: 0 0 30px; font: 50px var(--serif); }
.about-cta-inner > div { display: flex; justify-content: center; align-items: center; gap: 28px; }

.contact-section { min-height: 690px; padding: 95px 0 120px; background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 100px; align-items: start; }
.contact-copy { padding-top: 35px; }
.contact-copy h1 { color: var(--plum-deep); font: 400 clamp(48px, 5vw, 68px)/1.03 var(--serif); }
.contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.8; }
.contact-details { margin-top: 38px; }
.contact-details > * { display: flex; align-items: center; gap: 15px; margin: 17px 0; }
.contact-details > * > span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--border); border-radius: 50%; color: var(--plum); }
.contact-details p { display: flex; flex-direction: column; margin: 0; }
.contact-details small { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-details strong { font-size: 12px; }
.contact-card { padding: 48px; background: #fff; box-shadow: var(--shadow); }
.contact-card h2 { margin-bottom: 4px; font: 36px var(--serif); }
.form-intro { color: var(--muted); font-size: 12px; }
.contact-form { display: grid; gap: 17px; margin-top: 27px; }
.contact-form label { font-size: 11px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 6px; border: 1px solid var(--border); border-radius: 0; background: #fffdf9; outline: 0; }
.contact-form input { height: 48px; padding: 0 13px; }
.contact-form textarea { padding: 12px 13px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--plum); box-shadow: 0 0 0 3px rgba(74,32,50,.08); }
.form-errors { margin: 18px 0; padding: 14px 18px; border-left: 3px solid #a43f44; color: #752c30; background: #fff0f0; font-size: 12px; }
.form-errors ul { margin: 5px 0 0; padding-left: 18px; }
.contact-success { padding: 60px 10px; text-align: center; }
.contact-success > span { display: grid; width: 64px; height: 64px; place-items: center; margin: 0 auto 20px; border-radius: 50%; color: #fff; background: var(--sage); font-size: 28px; }
.contact-success p { color: var(--muted); }

.bag-section, .checkout-section { min-height: 650px; padding: 75px 0 120px; background: var(--cream); }
.bag-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 45px; padding-bottom: 30px; border-bottom: 1px solid var(--border); }
.bag-heading h1, .checkout-heading h1 { margin: 0; color: var(--plum-deep); font: 54px/1 var(--serif); }
.cart-loading { padding: 80px; text-align: center; color: var(--muted); }
.cart-layout { display: grid; grid-template-columns: 1fr 350px; gap: 60px; }
.cart-list { background: #fff; }
.cart-item { display: grid; grid-template-columns: 120px minmax(180px,1fr) 100px 100px; gap: 24px; align-items: center; padding: 22px; border-bottom: 1px solid var(--border); }
.cart-item:last-child { border-bottom: 0; }
.cart-item-image { width: 120px; height: 140px; overflow: hidden; background: var(--sand); }
.cart-item-image img { width: 100%; height: 100%; object-fit: cover; }
.cart-item h2 { margin: 0 0 4px; font: 23px var(--serif); }
.cart-item-copy > p:not(.product-category) { margin-bottom: 5px; font-size: 12px; }
.remove-link { padding: 0; border: 0; border-bottom: 1px solid; color: var(--muted); background: none; font-size: 10px; }
.cart-quantity label { display: flex; flex-direction: column; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cart-quantity select { width: 70px; height: 38px; margin-top: 6px; border: 1px solid var(--border); background: #fff; }
.cart-line-total { text-align: right; font-size: 13px; }
.cart-summary { height: fit-content; padding: 30px; background: #fff; box-shadow: 0 16px 45px rgba(55,38,37,.08); }
.cart-summary h2 { font: 29px var(--serif); }
.cart-summary > p { display: flex; justify-content: space-between; margin-bottom: 12px; font-size: 12px; }
.cart-summary .cart-total { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--border); font-size: 17px; }
.cart-summary .button { width: 100%; margin-top: 20px; }
.cart-summary small { display: block; margin-top: 12px; color: var(--muted); font-size: 9px; text-align: center; }
.cart-empty { padding: 90px 30px; border: 1px solid var(--border); background: #fff; text-align: center; }
.cart-empty > span { color: var(--rose); font-size: 40px; }
.cart-empty h2 { margin: 12px 0; font: 38px var(--serif); }
.cart-empty p { color: var(--muted); }

.checkout-heading { max-width: 720px; margin-bottom: 48px; }
.checkout-heading > p:last-child { max-width: 650px; margin-top: 20px; color: var(--muted); }
.checkout-grid { display: grid; grid-template-columns: 1fr 390px; gap: 55px; align-items: start; }
.checkout-form { display: grid; gap: 20px; }
.checkout-form-section { position: relative; padding: 36px 38px; background: #fff; }
.checkout-form-section > .form-step { position: absolute; top: 36px; left: 38px; display: grid; width: 35px; height: 35px; place-items: center; border-radius: 50%; color: #fff; background: var(--plum); font: 16px var(--serif); }
.checkout-form-section > div:nth-child(2) { padding-left: 52px; }
.checkout-form-section h2 { margin-bottom: 1px; font: 27px var(--serif); }
.checkout-form-section > div:nth-child(2) p { margin-bottom: 25px; color: var(--muted); font-size: 11px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-grid label, .checkout-form-section > label { display: flex; flex-direction: column; font-size: 10px; font-weight: 700; }
.field-full { grid-column: 1 / -1; }
.form-grid input, .checkout-form-section textarea { width: 100%; margin-top: 6px; border: 1px solid var(--border); background: #fffdf9; outline: 0; }
.form-grid input { height: 47px; padding: 0 12px; }
.checkout-form-section textarea { padding: 12px; resize: vertical; }
.form-grid input:focus, .checkout-form-section textarea:focus { border-color: var(--plum); box-shadow: 0 0 0 3px rgba(74,32,50,.08); }
.checkout-submit { width: 100%; height: 58px; font-size: 14px; }
.checkout-submit:disabled { cursor: wait; opacity: .65; }
.safe-note { margin: -8px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.checkout-error { padding: 14px 18px; border-left: 3px solid #aa3d43; color: #7c2930; background: #fff0f0; font-size: 13px; }
.order-summary { position: sticky; top: 120px; padding: 32px; background: #fff; box-shadow: 0 16px 45px rgba(55,38,37,.08); }
.order-summary > h2 { margin-bottom: 25px; font: 30px var(--serif); }
.summary-item { display: grid; grid-template-columns: 65px 1fr auto; gap: 12px; align-items: center; margin: 14px 0; }
.summary-item img { width: 65px; height: 75px; object-fit: cover; }
.summary-item p { display: flex; flex-direction: column; margin: 0; line-height: 1.3; }
.summary-item strong { font-size: 11px; }
.summary-item small { color: var(--muted); font-size: 9px; }
.summary-item > b { font-size: 11px; }
.summary-totals { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--border); }
.summary-totals p { display: flex; justify-content: space-between; margin: 9px 0; font-size: 11px; }
.summary-total { margin-top: 17px!important; padding-top: 16px; border-top: 1px solid var(--border); font-size: 16px!important; }
.order-summary-note { display: flex; gap: 10px; margin: 24px 0 0; padding: 15px; color: var(--muted); background: var(--cream); font-size: 10px; }
.order-summary-note span { color: var(--rose); font-size: 18px; }

/* Customer account */
.customer-auth-section { position: relative; min-height: 720px; overflow: hidden; padding: 80px 0 110px; background: var(--cream); }
.customer-auth-section::before { content: ""; position: absolute; width: 520px; height: 520px; right: -300px; bottom: -320px; border: 1px solid rgba(74,32,50,.1); border-radius: 50%; box-shadow: 0 0 0 75px rgba(74,32,50,.025), 0 0 0 150px rgba(74,32,50,.018); }
.customer-auth-grid { position: relative; z-index: 1; display: grid; max-width: 1080px; grid-template-columns: minmax(0,.92fr) minmax(360px,.78fr); gap: 38px; align-items: stretch; }
.customer-auth-card { padding: 52px 55px; border: 1px solid var(--border); background: #fff; box-shadow: 0 20px 60px rgba(53,34,36,.1); }
.customer-auth-card h1 { max-width: 620px; margin-bottom: 17px; color: var(--plum-deep); font: 400 clamp(41px, 4.2vw, 55px)/1.04 var(--serif); }
.customer-auth-card > p:not(.eyebrow):not(.auth-switch) { max-width: 580px; margin-bottom: 31px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.customer-auth-form { display: grid; gap: 18px; }
.customer-auth-form > label, .auth-name-grid label { display: flex; flex-direction: column; color: #4e4642; font-size: 12px; font-weight: 700; }
.customer-auth-form label > small { margin-left: 4px; color: var(--muted); font-size: 10px; font-weight: 500; }
.customer-auth-form input, .profile-form input, .conversation-form textarea { width: 100%; margin-top: 6px; border: 1px solid #d5ccc3; border-radius: 3px; outline: 0; background: #fffdf9; }
.customer-auth-form input, .profile-form input { height: 52px; padding: 0 14px; font-size: 16px; }
.customer-auth-form input:focus, .profile-form input:focus, .conversation-form textarea:focus { border-color: var(--plum); box-shadow: 0 0 0 4px rgba(74,32,50,.08); }
.auth-name-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.customer-password-field { position: relative; }
.customer-password-field input { padding-right: 70px; }
.customer-password-field button { position: absolute; top: 6px; right: 0; height: 52px; padding: 0 15px; border: 0; color: var(--plum); background: transparent; font-size: 11px; font-weight: 800; }
.customer-auth-submit { width: 100%; margin-top: 7px; }
.auth-switch { margin: 25px 0 0; color: var(--muted); font-size: 13px; text-align: center; }
.auth-switch a { color: var(--plum); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.customer-auth-aside { position: relative; min-height: 620px; overflow: hidden; border-radius: 190px 190px 3px 3px; background: var(--plum); box-shadow: var(--shadow); }
.customer-auth-aside::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(42,20,29,.8)); }
.customer-auth-aside img { width: 100%; height: 100%; object-fit: cover; }
.customer-auth-aside img[src$="myngcraft-hero.png"] { object-position: 68% center; }
.customer-auth-aside > div { position: absolute; z-index: 2; right: 42px; bottom: 43px; left: 42px; color: #fff; }
.customer-auth-aside > div > span { color: #efb9b4; font-size: 32px; }
.customer-auth-aside h2 { margin: 8px 0 10px; font: 38px/1.08 var(--serif); }
.customer-auth-aside p { margin: 0; color: rgba(255,255,255,.78); font-size: 13px; }
.create-account-grid { grid-template-columns: minmax(0,1.05fr) minmax(330px,.7fr); }
.account-benefits { display: flex; flex-direction: column; justify-content: center; padding: 48px; border: 1px solid var(--border); background: #eaded3; }
.account-benefits h2 { margin-bottom: 34px; color: var(--plum-deep); font: 38px/1.12 var(--serif); }
.account-benefits ul { display: grid; gap: 17px; margin: 0; padding: 0; list-style: none; }
.account-benefits li { display: grid; grid-template-columns: 45px 1fr; align-items: center; gap: 14px; padding-top: 17px; border-top: 1px solid rgba(74,32,50,.14); }
.account-benefits li > span { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 50%; color: #fff; background: var(--plum); font-size: 18px; }
.account-benefits li div { display: flex; flex-direction: column; }
.account-benefits li strong { font-size: 13px; }
.account-benefits li small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.account-alert { margin: 0 0 23px; padding: 14px 17px; border-left: 4px solid; font-size: 12px; }
.account-alert ul { margin: 6px 0 0; padding-left: 19px; }
.account-alert-error { border-color: #aa3d43; color: #762b31; background: #fff0f0; }
.account-alert-success { border-color: var(--sage); color: #3d593c; background: #eef6ec; }

.account-page { min-height: 720px; padding-bottom: 105px; background: var(--cream); }
.account-welcome { padding: 74px 0 62px; background: #e9ddd2; }
.account-welcome h1 { margin-bottom: 15px; color: var(--plum-deep); font: 400 clamp(49px, 5.5vw, 70px)/1.02 var(--serif); }
.account-welcome .shell > p:last-child { max-width: 620px; margin: 0; color: var(--muted); font-size: 16px; }
.compact-account-welcome { padding-block: 56px 51px; }
.compact-account-welcome h1 { font-size: clamp(45px, 5vw, 61px); }
.account-shell { position: relative; }
.account-nav { position: sticky; z-index: 20; top: 102px; display: flex; min-height: 68px; align-items: stretch; margin: -24px 0 36px; padding: 7px; border: 1px solid var(--border); background: rgba(255,253,249,.97); box-shadow: 0 12px 34px rgba(53,34,36,.1); backdrop-filter: blur(12px); }
.account-nav a, .account-nav button { display: flex; min-height: 52px; align-items: center; justify-content: center; padding: 10px 19px; border: 0; color: #5d5550; background: transparent; font-size: 12px; font-weight: 700; white-space: nowrap; }
.account-nav a:hover, .account-nav a.is-current { color: #fff; background: var(--plum); }
.account-nav form { margin: 0 0 0 auto; }
.account-nav button { color: var(--muted); }
.account-nav button:hover { color: var(--plum); text-decoration: underline; }
.account-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; margin: 12px 0 52px; }
.account-stats a { display: grid; min-height: 112px; grid-template-columns: 48px 1fr; align-items: center; gap: 14px; padding: 20px; border: 1px solid var(--border); background: #fff; transition: transform .18s, box-shadow .18s; }
.account-stats a:hover { box-shadow: 0 14px 35px rgba(55,38,37,.09); transform: translateY(-2px); }
.account-stats a > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; color: var(--plum); background: #f1e6e4; font-size: 21px; }
.account-stats p { display: flex; flex-direction: column; margin: 0; line-height: 1.15; }
.account-stats strong { color: var(--plum-deep); font: 31px var(--serif); }
.account-stats small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.account-section-block { margin-top: 68px; scroll-margin-top: 190px; }
.first-account-block { margin-top: 44px; }
.account-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 26px; }
.account-section-heading .eyebrow { margin-bottom: 7px; }
.account-section-heading h2 { margin: 0; color: var(--plum-deep); font: 39px/1.1 var(--serif); }
.account-section-heading > div > p:last-child:not(.eyebrow) { max-width: 560px; margin: 9px 0 0; color: var(--muted); font-size: 13px; }
.customer-order-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.customer-order-card { padding: 25px 27px; border: 1px solid var(--border); background: #fff; box-shadow: 0 9px 25px rgba(55,38,37,.04); transition: transform .18s, box-shadow .18s, border-color .18s; }
.customer-order-card:hover { border-color: rgba(74,32,50,.38); box-shadow: 0 16px 38px rgba(55,38,37,.1); transform: translateY(-2px); }
.customer-order-card-top, .customer-order-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.customer-order-card-top > div, .customer-order-card-bottom p { display: flex; flex-direction: column; margin: 0; }
.customer-order-card small { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.customer-order-card-top > div strong { margin-top: 2px; font: 22px var(--serif); }
.customer-order-card-bottom { margin-top: 23px; padding-top: 19px; border-top: 1px solid var(--border); }
.customer-order-card-bottom p strong { margin-top: 2px; font-size: 12px; }
.customer-order-card-bottom b { color: var(--plum); font-size: 11px; }
.customer-order-card-bottom b span { margin-left: 5px; }
.customer-status { display: inline-flex; min-height: 30px; align-items: center; padding: 5px 11px; border-radius: 30px; color: #725227; background: #f4ead3; font-size: 10px; font-weight: 800; white-space: nowrap; }
.customer-status.status-new { color: #7b3c22; background: #fae8dc; }
.customer-status.status-confirmed { color: #34536c; background: #e2edf4; }
.customer-status.status-making { color: #705726; background: #f4ecd8; }
.customer-status.status-ready, .customer-status.status-completed { color: #365a39; background: #e3efe2; }
.customer-status.status-cancelled { color: #742f33; background: #f4e1e1; }
.account-empty { display: flex; min-height: 145px; align-items: center; gap: 22px; padding: 29px 31px; border: 1px dashed #cfc2b7; background: rgba(255,255,255,.62); }
.account-empty > span { display: grid; width: 58px; height: 58px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--plum); background: #eadeda; font-size: 26px; }
.account-empty > div { flex: 1; }
.account-empty h3 { margin: 0 0 4px; color: var(--plum-deep); font: 25px var(--serif); }
.account-empty p { margin: 0; color: var(--muted); font-size: 12px; }
.account-empty-large { min-height: 340px; flex-direction: column; justify-content: center; text-align: center; }
.simple-account-empty { min-height: 125px; }
.account-back-link { display: inline-block; margin: 9px 0 27px; color: var(--plum); font-size: 12px; font-weight: 800; }
.customer-order-title { display: flex; align-items: center; gap: 20px; }
.customer-order-title h1 { margin: 0; }
.customer-tracking-card, .customer-detail-card, .order-conversation, .profile-card { border: 1px solid var(--border); background: #fff; box-shadow: 0 12px 35px rgba(55,38,37,.055); }
.customer-tracking-card { padding: 34px 38px 39px; }
.tracking-timeline { display: grid; grid-template-columns: repeat(5,1fr); margin: 11px 0 0; padding: 0; list-style: none; }
.tracking-timeline li { position: relative; display: flex; flex-direction: column; align-items: center; padding: 0 8px; text-align: center; }
.tracking-timeline li::before { content: ""; position: absolute; z-index: 0; top: 18px; left: -50%; width: 100%; height: 2px; background: #ddd4cb; }
.tracking-timeline li:first-child::before { display: none; }
.tracking-timeline li > span { position: relative; z-index: 1; display: grid; width: 38px; height: 38px; place-items: center; border: 2px solid #d5ccc3; border-radius: 50%; color: #fff; background: #fff; font-size: 12px; }
.tracking-timeline li.is-complete::before, .tracking-timeline li.is-current::before { background: var(--sage); }
.tracking-timeline li.is-complete > span { border-color: var(--sage); background: var(--sage); }
.tracking-timeline li.is-current > span { border-color: var(--plum); color: var(--plum); box-shadow: 0 0 0 6px rgba(74,32,50,.09); }
.tracking-timeline li div { display: flex; flex-direction: column; margin-top: 13px; }
.tracking-timeline strong { font-size: 11px; }
.tracking-timeline small { margin-top: 3px; color: var(--muted); font-size: 9px; line-height: 1.45; }
.tracking-timeline li.is-upcoming { opacity: .58; }
.customer-order-detail-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(270px,.65fr); gap: 20px; margin-top: 20px; align-items: start; }
.customer-detail-card { overflow: hidden; }
.customer-detail-card > h2 { margin: 0; padding: 24px 28px; border-bottom: 1px solid var(--border); font: 28px var(--serif); }
.customer-order-item { display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 15px; padding: 17px 28px; border-bottom: 1px solid var(--border); }
.customer-order-item img { width: 72px; height: 82px; object-fit: cover; background: var(--sand); }
.customer-order-item div { display: flex; flex-direction: column; }
.customer-order-item strong { font-size: 13px; }
.customer-order-item small { color: var(--muted); font-size: 10px; }
.customer-order-item > b { font-size: 12px; }
.customer-order-totals { width: min(330px,100%); margin-left: auto; padding: 19px 28px 25px; }
.customer-order-totals p { display: flex; justify-content: space-between; margin: 7px 0; font-size: 11px; }
.customer-order-totals p:last-child { margin-top: 13px; padding-top: 13px; border-top: 1px solid var(--border); font-size: 16px; }
.delivery-card { padding-bottom: 20px; }
.delivery-card p { margin: 19px 28px; color: #514a46; font-size: 12px; line-height: 1.75; }
.delivery-card p + p { padding-top: 18px; border-top: 1px solid var(--border); }
.delivery-card small { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.order-cancelled-note { margin-bottom: 20px; padding: 20px 24px; border-left: 4px solid #9c5e60; color: #6e3438; background: #f8e9e9; }
.order-cancelled-note p { margin: 3px 0 0; font-size: 12px; }
.order-conversation { margin-top: 20px; padding: 34px 38px 38px; scroll-margin-top: 190px; }
.conversation-thread { display: grid; gap: 13px; margin: 25px 0; padding: 25px; background: #f5f0e9; }
.conversation-message { max-width: 78%; padding: 15px 18px; border-radius: 3px 14px 14px 14px; background: #fff; box-shadow: 0 4px 15px rgba(43,28,31,.06); }
.conversation-message.message-customer { justify-self: end; border-radius: 14px 3px 14px 14px; color: #fff; background: var(--plum); }
.conversation-message > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.conversation-message strong { font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.conversation-message time { color: var(--muted); font-size: 8px; }
.conversation-message.message-customer time { color: rgba(255,255,255,.65); }
.conversation-message p { margin: 7px 0 0; font-size: 12px; white-space: pre-line; }
.conversation-empty { padding: 30px; color: var(--muted); text-align: center; }
.conversation-empty span { color: var(--rose); font-size: 27px; }
.conversation-empty p { margin: 6px 0 0; font-size: 12px; }
.conversation-form { display: grid; justify-items: start; }
.conversation-form label { margin-bottom: 6px; font-size: 11px; font-weight: 800; }
.conversation-form textarea { min-height: 110px; padding: 13px; resize: vertical; }
.conversation-form .button { margin-top: 13px; }
.profile-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(320px,.8fr); gap: 20px; align-items: start; }
.profile-card { padding: 37px 40px 42px; }
.profile-card > div:first-child h2 { margin: 0 0 5px; color: var(--plum-deep); font: 35px var(--serif); }
.profile-card > div:first-child > p:last-child { margin-bottom: 28px; color: var(--muted); font-size: 12px; }
.profile-form { display: grid; gap: 17px; }
.profile-form label { display: flex; flex-direction: column; color: #4e4642; font-size: 11px; font-weight: 700; }
.profile-form label > small { color: var(--muted); font-size: 9px; font-weight: 500; }
.profile-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.profile-form .short-field { max-width: 230px; }
.profile-form .button { justify-self: start; margin-top: 5px; }
.form-divider { position: relative; margin: 8px 0 2px; border-top: 1px solid var(--border); }
.form-divider span { position: relative; top: -11px; padding-right: 12px; color: var(--muted); background: #fff; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.password-card { position: sticky; top: 190px; }

.confirmation-section { min-height: 700px; padding: 90px 0 120px; background: var(--cream); }
.confirmation-card { max-width: 760px; padding: 65px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.confirmation-check { display: grid; width: 72px; height: 72px; place-items: center; margin: 0 auto 24px; border-radius: 50%; color: #fff; background: var(--sage); font-size: 30px; }
.confirmation-card h1 { color: var(--plum-deep); font: 49px/1.05 var(--serif); }
.confirmation-card > p:not(.eyebrow):not(.confirmation-note) { color: var(--muted); }
.confirmation-summary { margin: 35px 0; padding: 22px 28px; background: var(--cream); text-align: left; }
.confirmation-summary > div { display: flex; justify-content: space-between; gap: 20px; margin: 8px 0; font-size: 12px; }
.confirmation-total { margin-top: 17px!important; padding-top: 15px; border-top: 1px solid var(--border); font-size: 16px!important; }
.confirmation-note { padding: 14px; border: 1px solid var(--border); color: var(--muted); font-size: 11px; }
.confirmation-actions { display: flex; align-items: center; justify-content: center; gap: 25px; margin-top: 28px; }
.error-page { min-height: 650px; padding: 100px 0; background: var(--cream); }
.error-card { max-width: 680px; padding: 80px 60px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.error-card > span { color: var(--rose); font-size: 40px; }
.error-card h1 { font: 50px var(--serif); }
.error-card > p:not(.eyebrow) { color: var(--muted); }
.error-card > div { display: flex; align-items: center; justify-content: center; gap: 25px; margin-top: 30px; }

.toast { position: fixed; z-index: 100; right: 24px; bottom: 24px; max-width: 340px; padding: 14px 20px; color: #fff; background: var(--plum); box-shadow: 0 15px 40px rgba(0,0,0,.2); font-size: 13px; opacity: 0; pointer-events: none; transform: translateY(20px); transition: .25s; }
.toast.is-visible { opacity: 1; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(16px); animation: reveal .7s ease forwards; animation-delay: var(--delay, 80ms); }
.reveal-late { --delay: 220ms; }
@keyframes reveal { to { opacity: 1; transform: none; } }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 38px, 930px); }
  .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 35px; }
  .hero-seal { right: -10px; }
  .collection-grid { grid-auto-rows: 185px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .story-grid, .about-hero-grid, .contact-grid { gap: 55px; }
  .footer-grid { grid-template-columns: 1.4fr .7fr .9fr; }
  .footer-note { grid-column: 1 / -1; }
  .cart-layout, .checkout-grid { grid-template-columns: 1fr 330px; gap: 30px; }
  .customer-auth-grid { gap: 30px; }
  .customer-auth-card { padding-inline: 42px; }
  .account-stats { grid-template-columns: 1fr 1fr; }
  .profile-grid { grid-template-columns: minmax(0,1fr) 340px; }
}

@media (max-width: 800px) {
  :root { --shell: calc(100% - 32px); }
  .announcement { font-size: 9px; }
  .header-inner { min-height: 74px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 21px; }
  .brand-copy small { display: none; }
  .menu-button { display: block; }
  .site-menu { position: fixed; inset: 110px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 35px 24px; background: var(--paper); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: .22s; }
  body.menu-open .site-menu { opacity: 1; pointer-events: auto; transform: none; }
  .site-menu > a { padding: 17px 8px; border-bottom: 1px solid var(--border); font: 28px var(--serif); }
  .site-menu > a::after { display: none; }
  .site-menu > .account-link { justify-content: flex-start; padding: 17px 8px; border-width: 0 0 1px; border-color: var(--border); border-radius: 0; color: var(--ink); background: transparent; font: 28px var(--serif); }
  .site-menu > .account-link:hover, .site-menu > .account-link.is-current { border-color: var(--border); color: var(--plum); background: transparent; }
  .bag-link { padding-left: 8px!important; }
  .bag-link svg { width: 26px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 65px 55px; }
  .hero-copy { max-width: 660px; }
  .hero-copy h1 { font-size: clamp(52px, 11vw, 72px); }
  .hero-visual { margin-top: 20px; }
  .hero-caption { left: 10px; }
  .promise-grid { grid-template-columns: 1fr; padding-block: 10px; }
  .promise-grid > div { min-height: 92px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--border); }
  .promise-grid > div:last-child { border-bottom: 0; }
  .section { padding-block: 85px; }
  .split-heading { grid-template-columns: 1fr; gap: 8px; }
  .collection-grid { grid-auto-rows: 225px; grid-template-columns: repeat(2, 1fr); }
  .collection-card { grid-column: auto; }
  .collection-card:first-child { grid-row: span 2; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .story-grid, .about-hero-grid, .contact-grid { grid-template-columns: 1fr; }
  .story-grid { gap: 65px; }
  .story-copy { max-width: 650px; }
  .newsletter-card { grid-template-columns: 1fr; gap: 35px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .about-hero-grid { gap: 55px; }
  .about-hero-images { min-height: 570px; }
  .value-grid { gap: 25px; }
  .shop-tools { align-items: stretch; flex-direction: column; }
  .shop-search { width: 100%; }
  .product-detail-grid { grid-template-columns: 1fr; gap: 35px; }
  .breadcrumbs { margin-bottom: 30px; }
  .cart-layout, .checkout-grid { grid-template-columns: 1fr; }
  .cart-summary, .order-summary { position: static; }
  .cart-item { grid-template-columns: 100px 1fr auto; }
  .cart-item-image { width: 100px; height: 120px; grid-row: span 2; }
  .cart-quantity { grid-column: 2; }
  .cart-line-total { grid-column: 3; grid-row: 1; }
  .customer-auth-section { padding: 45px 0 75px; }
  .customer-auth-grid, .create-account-grid { grid-template-columns: 1fr; }
  .customer-auth-aside { min-height: 430px; }
  .account-benefits { padding: 40px; }
  .account-welcome { padding-top: 55px; }
  .account-nav { top: 86px; overflow-x: auto; margin-bottom: 22px; }
  .account-nav a, .account-nav button { min-width: max-content; }
  .account-nav form { margin-left: 0; }
  .customer-order-grid { grid-template-columns: 1fr; }
  .tracking-timeline { grid-template-columns: 1fr; gap: 0; }
  .tracking-timeline li { min-height: 72px; flex-direction: row; align-items: flex-start; gap: 15px; padding: 0; text-align: left; }
  .tracking-timeline li::before { top: 0; left: 18px; width: 2px; height: 100%; }
  .tracking-timeline li:first-child::before { display: block; top: 18px; height: calc(100% - 18px); }
  .tracking-timeline li:last-child::before { height: 18px; }
  .tracking-timeline li > span { flex: 0 0 auto; }
  .tracking-timeline li div { margin-top: 1px; }
  .tracking-timeline strong { font-size: 12px; }
  .tracking-timeline small { font-size: 10px; }
  .customer-order-detail-grid, .profile-grid { grid-template-columns: 1fr; }
  .password-card { position: static; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 24px); }
  .announcement { padding-inline: 8px; letter-spacing: .05em; }
  .hero-grid { padding-top: 50px; }
  .hero-copy h1 { font-size: 49px; }
  .hero-lede { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .hero-actions .text-link { width: fit-content; }
  .hero-detail { margin-top: 38px; gap: 13px; }
  .hero-image-wrap { aspect-ratio: .92; border-radius: 48% 48% 4px 4px; }
  .hero-image-wrap img { object-position: 61% center; }
  .hero-seal { top: -20px; right: 3px; width: 98px; height: 98px; }
  .hero-caption { left: -4px; min-width: 180px; }
  .section { padding-block: 70px; }
  .section-heading h2 { font-size: 42px; }
  .collection-grid { display: flex; overflow-x: auto; margin-right: -12px; padding-right: 12px; scroll-snap-type: x mandatory; }
  .collection-card, .collection-card:first-child { min-width: 78%; height: 390px; flex: 0 0 78%; scroll-snap-align: start; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 14px; row-gap: 35px; }
  .product-card h3 { font-size: 18px; }
  .product-price { font-size: 11px; }
  .product-card-copy { padding-top: 13px; }
  .product-card-row { align-items: flex-start; flex-direction: column; }
  .round-add { display: none; }
  .story-section { padding-block: 80px; }
  .story-collage { min-height: 480px; }
  .story-main-image { width: 82%; height: 440px; }
  .story-small-image { width: 45%; height: 220px; }
  .story-collage blockquote { right: 0; width: 180px; padding: 20px; font-size: 16px; }
  .story-copy h2 { font-size: 47px; }
  .newsletter-section { padding: 0; }
  .newsletter-card { width: 100%; padding: 48px 24px; }
  .newsletter-card h2 { font-size: 36px; }
  .site-footer { padding-top: 60px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand, .footer-note { grid-column: auto; }
  .footer-bottom { gap: 20px; }
  .page-hero { padding: 70px 0 62px; }
  .page-hero h1 { font-size: 49px; }
  .category-pills { flex-wrap: nowrap; overflow-x: auto; margin-right: -12px; padding-bottom: 6px; }
  .category-pills a { flex: 0 0 auto; }
  .product-detail-section { padding-top: 24px; }
  .product-detail-copy h1 { font-size: 46px; }
  .purchase-row { flex-wrap: wrap; }
  .purchase-row .button { flex-basis: calc(100% - 90px); }
  .detail-promises { grid-template-columns: 1fr; }
  .about-hero { padding: 70px 0 90px; }
  .about-hero-copy h1 { font-size: 48px; }
  .about-hero-images { min-height: 460px; }
  .about-image-main { height: 440px; }
  .about-image-small { height: 210px; }
  .values-section { padding: 75px 0; }
  .value-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .about-cta h2 { font-size: 42px; }
  .about-cta-inner > div { flex-direction: column; }
  .contact-section { padding: 65px 0 80px; }
  .contact-copy h1 { font-size: 47px; }
  .contact-card { padding: 30px 20px; }
  .bag-section, .checkout-section { padding: 55px 0 80px; }
  .bag-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .bag-heading h1, .checkout-heading h1 { font-size: 45px; }
  .cart-item { grid-template-columns: 84px 1fr auto; gap: 14px; padding: 14px; }
  .cart-item-image { width: 84px; height: 105px; }
  .cart-item h2 { font-size: 18px; }
  .checkout-form-section { padding: 28px 20px; }
  .checkout-form-section > .form-step { top: 28px; left: 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .customer-auth-card { padding: 38px 22px; }
  .customer-auth-card h1 { font-size: 43px; }
  .auth-name-grid, .profile-field-grid { grid-template-columns: 1fr; }
  .customer-auth-aside { min-height: 370px; }
  .customer-auth-aside > div { right: 24px; bottom: 28px; left: 24px; }
  .customer-auth-aside h2 { font-size: 33px; }
  .account-benefits { padding: 34px 22px; }
  .account-welcome { padding: 47px 0 44px; }
  .account-welcome h1, .compact-account-welcome h1 { font-size: 45px; }
  .account-nav { top: 79px; margin-inline: -12px; padding-inline: 12px; border-right: 0; border-left: 0; }
  .account-nav a, .account-nav button { padding-inline: 15px; }
  .account-stats { grid-template-columns: 1fr; gap: 10px; margin-bottom: 40px; }
  .account-stats a { min-height: 88px; }
  .account-section-block { margin-top: 52px; }
  .account-section-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .account-section-heading h2 { font-size: 34px; }
  .account-empty { align-items: flex-start; flex-direction: column; padding: 25px 21px; }
  .account-empty .button { width: 100%; }
  .customer-order-card { padding: 22px 18px; }
  .customer-order-card-bottom { display: grid; grid-template-columns: 1fr 1fr; }
  .customer-order-card-bottom b { grid-column: 1 / -1; }
  .customer-order-title { align-items: flex-start; flex-direction: column; gap: 8px; }
  .customer-tracking-card, .order-conversation, .profile-card { padding: 28px 19px; }
  .customer-order-item { grid-template-columns: 57px 1fr auto; gap: 10px; padding: 14px 16px; }
  .customer-order-item img { width: 57px; height: 68px; }
  .customer-detail-card > h2 { padding-inline: 18px; font-size: 25px; }
  .customer-order-totals { padding-inline: 18px; }
  .delivery-card p { margin-inline: 18px; }
  .conversation-thread { margin-inline: -3px; padding: 17px 12px; }
  .conversation-message { max-width: 91%; }
  .conversation-form .button, .profile-form .button { width: 100%; }
  .profile-form .short-field { max-width: none; }
  .confirmation-card { padding: 45px 20px; }
  .confirmation-card h1 { font-size: 41px; }
  .confirmation-actions, .error-card > div { flex-direction: column; }
  .error-card { padding: 60px 22px; }
}

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