:root {
  --paper: #fffdf9;
  --cream: #f8f1eb;
  --cream-deep: #efe5dc;
  --pink: #dc8e98;
  --pink-dark: #bf6f7a;
  --pink-soft: #f3d7da;
  --sage: #9ba48a;
  --sage-deep: #707961;
  --lavender: #d9d4e7;
  --ink: #2f2928;
  --ink-soft: #675c58;
  --line: #e7ded8;
  --gold: #bd9a62;
  --shadow: 0 18px 50px rgba(70, 55, 48, .09);
  --radius: 22px;
  --shell: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.45; }
body.no-scroll { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 200; background: white; padding: 12px 16px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }

.promo-bar { min-height: 30px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 5px 16px; background: linear-gradient(90deg, #e7a1a9, #f0b6b1, #e49aa4); color: #382b2b; font-family: Georgia, "Times New Roman", serif; letter-spacing: .02em; font-size: 13px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,249,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(231,222,216,.85); }
.header-inner { min-height: 82px; display: grid; grid-template-columns: 260px 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-grid; grid-template-columns: auto 18px; width: max-content; align-items: start; position: relative; }
.brand-word { font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 3vw, 52px); line-height: .9; letter-spacing: -.04em; }
.brand-mark { color: var(--pink); font-size: 18px; transform: translate(-2px, -4px); }
.brand-tagline { grid-column: 1 / -1; margin-top: 6px; text-transform: uppercase; font-size: 8.5px; letter-spacing: .07em; color: var(--ink-soft); }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 3vw, 48px); font-size: 14px; }
.main-nav a { position: relative; padding: 30px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--pink); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.search-box { display: flex; align-items: center; gap: 8px; height: 42px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; background: white; }
.search-box svg, .icon-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.search-box input { width: 126px; border: 0; outline: 0; background: transparent; color: var(--ink); }
.icon-button { position: relative; display: inline-grid; place-items: center; width: 42px; height: 42px; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.icon-button:hover { background: var(--cream); }
.cart-count { position: absolute; right: -1px; top: 1px; min-width: 19px; height: 19px; display: grid; place-items: center; padding: 0 5px; border-radius: 20px; background: var(--pink); color: white; font-size: 11px; font-weight: 700; border: 2px solid var(--paper); }
.mobile-menu-button { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.mobile-menu-button span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; }

.hero { min-height: 430px; display: grid; grid-template-columns: minmax(360px, .82fr) minmax(0, 1.45fr); background: var(--cream); border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(48px, 6vw, 100px) clamp(30px, 6vw, 110px); background: radial-gradient(circle at 7% 30%, rgba(217,212,231,.32), transparent 28%), linear-gradient(90deg, #fbf3ec 0%, #fbf4ef 82%, rgba(251,244,239,.92) 100%); }
.eyebrow { margin: 0 0 8px; color: var(--pink-dark); text-transform: uppercase; letter-spacing: .11em; font-weight: 750; font-size: 11px; }
.hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(72px, 8vw, 126px); line-height: .84; letter-spacing: -.055em; font-weight: 600; }
.hero h1 span { color: var(--pink); font-size: .28em; vertical-align: top; margin-left: 4px; }
.hero-tagline { margin: 26px 0 0; font-size: clamp(23px, 2.2vw, 36px); line-height: 1.15; font-weight: 480; }
.hero-tagline strong { color: var(--pink-dark); font-weight: 650; }
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 22px; border-radius: 999px; border: 1px solid transparent; font-weight: 700; font-size: 14px; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--pink), #eaa2a7); box-shadow: 0 10px 24px rgba(204, 116, 128, .22); }
.button-primary:hover { background: linear-gradient(135deg, var(--pink-dark), var(--pink)); }
.button-secondary { color: var(--ink); border-color: #8f807a; background: rgba(255,255,255,.65); }
.hero-note { margin-top: 24px; max-width: 480px; color: var(--ink-soft); font-family: Georgia, "Times New Roman", serif; font-size: 14px; }
.hero-note span { color: var(--pink); font-size: 18px; }
.hero-media { position: relative; min-height: 430px; background: #e9e0d8; overflow: hidden; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(251,244,239,.25), transparent 24%); pointer-events: none; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 56%; }
.vintage-sprig, .tiny-star, .hero-paper-doodle { position: absolute; color: var(--gold); font-family: Georgia, serif; opacity: .7; user-select: none; }
.sprig-one { left: 42px; top: 70px; font-size: 44px; transform: rotate(-26deg); color: var(--sage-deep); }
.star-one { right: 54px; top: 66px; font-size: 22px; }
.hero-paper-doodle { z-index: 2; }
.doodle-one { right: 8%; top: 16%; font-size: 34px; }
.doodle-two { right: 12%; bottom: 14%; font-size: 38px; color: var(--pink); }

.trust-strip { background: #fffefa; border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 78px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: center; }
.trust-grid article { display: flex; align-items: center; justify-content: center; gap: 13px; padding: 14px 8px; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { font-family: Georgia, serif; font-size: 14px; }
.trust-grid small { color: var(--ink-soft); margin-top: 2px; }
.vintage-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--sage-deep); border: 1px solid #ded3ca; font-family: Georgia, serif; font-size: 24px; }

.products-section { padding: 68px 0 34px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.section-heading.compact { align-items: center; }
.section-heading h2, .story-card h2, .newsletter h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 3vw, 42px); line-height: 1.05; font-weight: 600; }
.section-heading h2 span, .story-card h2 span { color: var(--pink); }
.text-link, .footer-link { padding: 0; border: 0; background: none; color: var(--ink-soft); cursor: pointer; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 4px; }
.text-link:hover, .footer-link:hover { color: var(--pink-dark); text-decoration-color: currentColor; }
.category-tabs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-bottom: 24px; }
.category-tab { min-height: 56px; border: 1px solid var(--line); border-radius: 14px; background: var(--cream); cursor: pointer; font-weight: 700; transition: background .15s ease, border-color .15s ease, transform .15s ease; }
.category-tab:hover { transform: translateY(-1px); }
.category-tab.is-active { background: #fff; border-color: var(--pink); box-shadow: 0 8px 24px rgba(69, 51, 47, .06); }
.category-tab span { margin-right: 8px; }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card { display: flex; flex-direction: column; min-width: 0; background: white; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: 0 8px 28px rgba(67,52,45,.045); transition: transform .18s ease, box-shadow .18s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.product-image-button { position: relative; display: block; width: 100%; padding: 0; border: 0; background: var(--cream); cursor: pointer; overflow: hidden; aspect-ratio: 4 / 3; }
.product-image-button img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .25s ease; }
.product-card:hover .product-image-button img { transform: scale(1.025); }
.product-badge { position: absolute; left: 12px; top: 12px; padding: 6px 9px; border-radius: 999px; background: rgba(255,253,249,.9); backdrop-filter: blur(5px); font-size: 10px; font-weight: 800; color: var(--pink-dark); border: 1px solid rgba(255,255,255,.8); }
.product-info { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: end; padding: 16px; }
.product-name { margin: 0; font-family: Georgia, serif; font-size: 18px; line-height: 1.15; }
.product-meta { margin: 6px 0 0; color: var(--ink-soft); font-size: 12px; }
.product-price { margin-top: 9px; color: var(--pink-dark); font-weight: 800; }
.add-button { width: 42px; height: 42px; display: grid; place-items: center; align-self: center; border-radius: 12px; border: 1px solid var(--pink-soft); background: #fff9fa; color: var(--pink-dark); font-size: 22px; cursor: pointer; }
.add-button:hover { background: var(--pink); color: white; }
.empty-state { text-align: center; padding: 44px 20px; border: 1px dashed var(--line); border-radius: 16px; color: var(--ink-soft); }

.story-shell { display: grid; grid-template-columns: 1.1fr .9fr; gap: 20px; padding: 30px 0 44px; }
.story-card { position: relative; min-height: 330px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, #fffaf5, #f7ece7); overflow: hidden; }
.inspector-card { display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; }
.story-copy { padding: 42px; align-self: center; }
.story-copy p { color: var(--ink-soft); max-width: 580px; }
.inspector-photo { margin: 0; position: relative; min-height: 330px; overflow: hidden; }
.inspector-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.inspector-photo figcaption { position: absolute; left: 16px; right: 16px; bottom: 14px; padding: 8px 10px; border-radius: 10px; background: rgba(255,253,249,.86); backdrop-filter: blur(6px); font-size: 11px; color: var(--ink-soft); }
.approval-stamp { position: absolute; right: 24px; top: 20px; width: 92px; height: 92px; display: grid; place-items: center; text-align: center; border: 2px dashed var(--pink); border-radius: 50%; background: rgba(255,253,249,.78); color: var(--pink-dark); font-family: Georgia, serif; font-size: 11px; line-height: 1.2; transform: rotate(7deg); }
.brand-story { padding: 38px; display: grid; grid-template-columns: 1fr 230px; gap: 20px; align-items: center; background: linear-gradient(135deg, #f4efe7, #fff9f5); }
.brand-story p { color: var(--ink-soft); }
.vintage-mini-poster { position: relative; border: 1px solid #d9c9bc; border-radius: 18px; overflow: hidden; background: #f6eadf; box-shadow: inset 0 0 0 8px rgba(255,255,255,.26); }
.vintage-mini-poster img { aspect-ratio: 4 / 5; width: 100%; object-fit: cover; object-position: 55% center; filter: saturate(.85) contrast(.98); }
.poster-copy { display: grid; gap: 1px; padding: 12px; text-align: center; font-family: Georgia, serif; color: #4a3f3c; background: rgba(255,248,242,.94); }
.poster-copy strong { letter-spacing: .09em; font-size: 12px; color: var(--pink-dark); }
.poster-copy span { font-size: 11px; }

.social-section { padding: 24px 0 70px; }
.social-handle { color: var(--ink-soft); }
.social-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.social-grid figure { margin: 0; aspect-ratio: 1 / 1; border-radius: 16px; overflow: hidden; background: var(--cream); border: 1px solid var(--line); }
.social-grid img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.social-art img { object-fit: contain; padding: 10px; background: var(--cream); }

.newsletter { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(90deg, #f7eee7, #f6e6e8 55%, #f0edf7); }
.newsletter-inner { min-height: 190px; display: grid; grid-template-columns: 1fr minmax(360px, .8fr); gap: 50px; align-items: center; }
.newsletter p { color: var(--ink-soft); margin-bottom: 0; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: start; }
.newsletter-form input { min-height: 48px; padding: 0 18px; border: 1px solid #d7cbc3; border-radius: 999px; background: rgba(255,255,255,.8); outline: none; }
.newsletter-form input:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(220,142,152,.14); }
.form-message { grid-column: 1 / -1; min-height: 18px; margin: 0 12px !important; font-size: 12px; }
.form-message.success { color: #4f6b4d; }
.form-message.error { color: #9d454e; }

.site-footer { background: #fffdf9; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 34px; padding: 44px 0 28px; }
.footer-grid h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 15px; }
.footer-grid a, .footer-grid p, .footer-link { display: block; margin: 0 0 7px; font-size: 12px; color: var(--ink-soft); text-align: left; }
.footer-brand .brand-word { font-size: 44px; }
.social-links { display: flex; gap: 8px; }
.social-links button { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); background: white; cursor: pointer; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 28px; border-top: 1px solid var(--line); color: #8b7f7a; font-size: 11px; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 90; background: rgba(31,25,24,.32); backdrop-filter: blur(2px); }
.cart-drawer { position: fixed; right: 0; top: 0; z-index: 100; width: min(440px, 94vw); height: 100dvh; display: flex; flex-direction: column; background: var(--paper); box-shadow: -20px 0 60px rgba(35,25,22,.16); transform: translateX(105%); transition: transform .22s ease; }
.cart-drawer.is-open { transform: translateX(0); }
.drawer-header { display: flex; align-items: center; justify-content: space-between; padding: 24px; border-bottom: 1px solid var(--line); }
.drawer-header h2 { margin: 0; font-family: Georgia, serif; }
.drawer-header .icon-button { font-size: 30px; }
.cart-items { padding: 12px 24px; overflow: auto; flex: 1; }
.cart-item { display: grid; grid-template-columns: 74px 1fr auto; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 74px; height: 74px; object-fit: cover; border-radius: 12px; background: var(--cream); }
.cart-item h3 { margin: 4px 0; font-family: Georgia, serif; font-size: 15px; }
.cart-item p { margin: 0; color: var(--pink-dark); font-weight: 700; font-size: 13px; }
.qty-controls { display: flex; align-items: center; gap: 8px; margin-top: 7px; }
.qty-controls button { width: 26px; height: 26px; border: 1px solid var(--line); background: white; border-radius: 8px; cursor: pointer; }
.remove-item { border: 0; background: none; color: #9d7377; cursor: pointer; font-size: 12px; align-self: start; }
.cart-empty { padding: 30px 24px; color: var(--ink-soft); text-align: center; }
.cart-summary { padding: 22px 24px; border-top: 1px solid var(--line); background: var(--cream); }
.cart-summary > div { display: flex; justify-content: space-between; font-size: 18px; margin-bottom: 6px; }
.cart-summary small { color: var(--ink-soft); }
.cart-summary .button { width: 100%; margin-top: 16px; }

.product-modal, .simple-modal { width: min(850px, calc(100% - 32px)); border: 0; border-radius: 22px; padding: 0; background: var(--paper); box-shadow: 0 35px 100px rgba(40,31,28,.25); }
.product-modal::backdrop, .simple-modal::backdrop { background: rgba(30,24,23,.42); backdrop-filter: blur(4px); }
.modal-close { position: absolute; z-index: 2; right: 14px; top: 14px; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,253,249,.9); cursor: pointer; font-size: 24px; }
.modal-content { display: grid; grid-template-columns: 1fr 1fr; min-height: 480px; }
.modal-content img { width: 100%; height: 100%; object-fit: cover; background: var(--cream); }
.modal-copy { padding: 52px 42px 42px; align-self: center; }
.modal-copy h2 { margin: 0; font-family: Georgia, serif; font-size: 36px; }
.modal-copy .price { color: var(--pink-dark); font-weight: 800; font-size: 22px; }
.modal-copy p { color: var(--ink-soft); }
.simple-modal { max-width: 620px; padding: 48px 36px 34px; }
.simple-modal h2 { margin-top: 0; font-family: Georgia, serif; font-size: 32px; }
.simple-modal p, .simple-modal li { color: var(--ink-soft); }

.toast { position: fixed; left: 50%; bottom: 26px; z-index: 160; transform: translate(-50%, 40px); opacity: 0; pointer-events: none; padding: 12px 18px; border-radius: 999px; background: #2f2928; color: white; box-shadow: var(--shadow); transition: opacity .18s ease, transform .18s ease; font-size: 13px; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1120px) {
  .header-inner { grid-template-columns: 220px 1fr auto; gap: 16px; }
  .main-nav { gap: 20px; }
  .search-box input { width: 78px; }
  .hero { grid-template-columns: .9fr 1.1fr; }
  .hero-copy { padding-inline: 44px; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .story-shell { grid-template-columns: 1fr; }
  .story-card { min-height: 300px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { min-height: 70px; grid-template-columns: 1fr auto auto; }
  .header-inner > .brand .brand-word { font-size: 40px; }
  .brand-tagline { display: none; }
  .mobile-menu-button { display: block; grid-column: 2; }
  .main-nav { position: absolute; left: 14px; right: 14px; top: calc(100% + 8px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 14px; }
  .main-nav a::after { display: none; }
  .header-actions { grid-column: 3; }
  .search-box { position: absolute; left: 14px; right: 14px; top: calc(100% + 8px); z-index: 5; display: none; }
  .search-box input { width: 100%; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 52px 28px 42px; }
  .hero h1 { font-size: clamp(68px, 18vw, 96px); }
  .hero-media { min-height: 360px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding-block: 12px; }
  .trust-grid article { justify-content: flex-start; }
  .category-tabs { display: flex; overflow-x: auto; padding-bottom: 6px; }
  .category-tab { flex: 0 0 auto; min-width: 150px; padding-inline: 14px; }
  .inspector-card { grid-template-columns: 1fr; }
  .inspector-photo { min-height: 310px; }
  .brand-story { grid-template-columns: 1fr 190px; }
  .social-grid { grid-template-columns: repeat(3, 1fr); }
  .newsletter-inner { grid-template-columns: 1fr; gap: 20px; padding-block: 32px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .modal-content { grid-template-columns: 1fr; }
  .modal-content img { max-height: 360px; }
}

@media (max-width: 600px) {
  .promo-bar { font-size: 11px; }
  .header-actions .icon-button:first-of-type { display: none; }
  .hero-media { min-height: 310px; }
  .trust-grid { grid-template-columns: 1fr; }
  .products-section { padding-top: 46px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .products-grid { grid-template-columns: 1fr; }
  .story-copy { padding: 30px 24px; }
  .approval-stamp { width: 76px; height: 76px; right: 14px; top: 14px; font-size: 9px; }
  .brand-story { grid-template-columns: 1fr; padding: 28px 24px; }
  .vintage-mini-poster { max-width: 250px; margin-inline: auto; }
  .social-grid { grid-template-columns: repeat(2, 1fr); }
  .newsletter-form { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .modal-copy { padding: 34px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
