:root {
  --ink: #342a2c;
  --muted: #756a6c;
  --cream: #fffaf4;
  --blush: #f8e8e9;
  --rose: #9b4c61;
  --rose-dark: #743245;
  --sage: #77866f;
  --line: #eadfde;
  --shadow: 0 18px 50px rgba(91, 55, 61, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; }
img { display: block; }
a { color: inherit; }
.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: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: #fff; border-radius: 999px; }
.skip-link:focus { top: 1rem; }
.announcement { padding: .45rem 1rem; color: #fff; background: var(--rose-dark); text-align: center; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,250,244,.94); border-bottom: 1px solid rgba(155,76,97,.12); backdrop-filter: blur(14px); }
.header-inner { max-width: 1180px; min-height: 84px; margin: auto; padding: .7rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-mark { width: 54px; height: 54px; object-fit: contain; }
.brand strong, .brand small { display: block; line-height: 1; }
.brand strong { color: var(--rose-dark); font-family: "DM Serif Display", serif; font-size: 1.25rem; font-weight: 400; }
.brand small { margin-top: .32rem; color: var(--sage); font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: .25rem; }
.nav-link { padding: .75rem .9rem; border: 0; color: var(--muted); background: transparent; border-radius: 999px; font: 600 .92rem/1 "DM Sans", sans-serif; text-decoration: none; cursor: pointer; }
.nav-link:hover, .nav-link:focus-visible, .nav-link.active { color: var(--rose-dark); background: var(--blush); outline: none; }
.nav-dropdown { position: relative; }
.dropdown-menu { position: absolute; top: calc(100% + .5rem); left: 50%; width: 210px; padding: .55rem; opacity: 0; visibility: hidden; transform: translate(-50%, -.4rem); background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); transition: .18s ease; }
.dropdown-menu a { display: block; padding: .7rem .8rem; border-radius: 10px; color: var(--muted); font-size: .9rem; text-decoration: none; }
.dropdown-menu a:hover, .dropdown-menu a:focus-visible { color: var(--rose-dark); background: var(--blush); outline: none; }
.nav-dropdown.open .dropdown-menu, .nav-dropdown:focus-within .dropdown-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.header-cta, .button-primary { display: inline-flex; align-items: center; justify-content: center; padding: .78rem 1.15rem; border-radius: 999px; color: #fff; background: var(--rose); box-shadow: 0 8px 22px rgba(155,76,97,.22); font-weight: 700; text-decoration: none; transition: .2s ease; }
.header-cta:hover, .button-primary:hover { background: var(--rose-dark); transform: translateY(-1px); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--rose-dark); }

#main-content, main { scroll-margin-top: 120px; }
.page-main { max-width: 1180px; margin: 0 auto; padding: 4.5rem 1.5rem 5.5rem; }
.page-intro { max-width: 720px; margin: 0 auto 3.2rem; text-align: center; }
.page-intro h1 { margin: .35rem 0 1rem; color: var(--rose-dark); font: 400 clamp(2.6rem, 5vw, 4.2rem)/1.02 "DM Serif Display", serif; letter-spacing: -.03em; }
.page-intro > p:not(.eyebrow) { margin: 0 auto; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.page-intro a { color: var(--rose-dark); font-weight: 700; text-underline-offset: .18em; }
.catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.35rem; align-items: start; }
.product-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 8px 26px rgba(91,55,61,.08); transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-image-button { width: 100%; padding: 0; border: 0; background: #eee; cursor: zoom-in; }
.product-image-button img { width: 100%; aspect-ratio: 1 / .92; object-fit: cover; }
.product-copy { min-height: 145px; padding: 1.1rem 1.15rem 1.25rem; display: flex; flex-direction: column; text-align: center; }
.product-copy h2 { margin: 0; color: var(--ink); font-size: .96rem; line-height: 1.45; }
.product-copy p { margin: auto 0 0; padding-top: .75rem; color: var(--muted); font-size: .88rem; line-height: 1.5; }
.product-copy .price { color: var(--rose-dark); font-size: 1rem; font-weight: 700; }
.product-copy .call-price { font-style: italic; }

.shop-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.shop-card { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); min-height: 290px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 10px 32px rgba(91,55,61,.08); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.shop-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.shop-card img { width: 100%; height: 100%; min-height: 290px; object-fit: cover; }
.shop-card-copy { padding: 2rem; display: flex; flex-direction: column; justify-content: center; }
.shop-card-copy span { color: var(--rose); font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.shop-card-copy h2 { margin: .5rem 0 .7rem; color: var(--rose-dark); font: 400 2rem/1.08 "DM Serif Display", serif; }
.shop-card-copy p { margin: 0; color: var(--muted); font-size: .94rem; line-height: 1.6; }
.shop-card-copy strong { margin-top: 1.1rem; color: var(--rose-dark); font-size: .9rem; }

.story-hero { max-width: 1180px; margin: auto; padding: 4.5rem 1.5rem 5rem; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: center; }
.story-copy h1 { margin: .35rem 0 1.2rem; color: var(--rose-dark); font: 400 clamp(2.8rem, 5vw, 4.5rem)/1 "DM Serif Display", serif; letter-spacing: -.035em; }
.story-copy p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; line-height: 1.8; }
.owner-stack { display: grid; gap: 1.2rem; }
.owner-card { padding: 1.35rem; display: grid; grid-template-columns: 116px 1fr; gap: 1.25rem; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 10px 30px rgba(91,55,61,.08); }
.owner-card img { width: 116px; height: 116px; object-fit: cover; border: 5px solid var(--blush); border-radius: 50%; }
.owner-card h2 { margin: 0 0 .4rem; color: var(--rose-dark); font: 400 1.55rem "DM Serif Display", serif; }
.owner-card p { margin: 0; color: var(--muted); font-size: .93rem; line-height: 1.6; }
.faq-section { max-width: none; padding: 5rem 1.5rem; background: var(--blush); }
.faq-inner { max-width: 820px; margin: auto; }
.faq-list { display: grid; gap: .75rem; }
.faq-item { overflow: hidden; background: rgba(255,255,255,.78); border: 1px solid rgba(155,76,97,.12); border-radius: 16px; }
.faq-question { width: 100%; padding: 1.2rem 3rem 1.2rem 1.3rem; position: relative; border: 0; color: var(--rose-dark); background: transparent; font: 700 1rem/1.4 "DM Sans", sans-serif; text-align: left; cursor: pointer; }
.faq-question::after { content: "+"; position: absolute; right: 1.3rem; top: 50%; transform: translateY(-50%); font-size: 1.5rem; font-weight: 400; }
.faq-question[aria-expanded="true"]::after { content: "−"; }
.faq-answer { padding: 0 1.3rem 1.25rem; color: var(--muted); line-height: 1.65; }
.faq-answer[hidden] { display: none; }

.lightbox { position: fixed; inset: 0; z-index: 100; padding: 2rem; display: grid; place-items: center; background: rgba(38,25,29,.92); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(960px, 92vw); max-height: 88vh; object-fit: contain; border: 6px solid #fff; border-radius: 16px; box-shadow: 0 24px 80px rgba(0,0,0,.35); }
.lightbox-close { position: absolute; top: 1rem; right: 1rem; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); font-size: 1.7rem; cursor: pointer; }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #fffaf4 0%, #fdf5f1 100%); }
.hero::before { content: ""; position: absolute; width: 440px; height: 440px; left: -230px; bottom: -260px; border: 1px solid rgba(155,76,97,.13); border-radius: 50%; box-shadow: 0 0 0 42px rgba(155,76,97,.035), 0 0 0 84px rgba(155,76,97,.025); }
.hero-inner { position: relative; width: min(1240px, 100%); min-height: 650px; margin: auto; padding: 4.5rem 1.5rem 5.5rem; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.hero-content { max-width: 570px; color: var(--ink); }
.eyebrow { margin: 0 0 1rem; color: #d4c4a8; font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow { color: var(--rose); }
.hero h1 { margin: 0 0 1.4rem; color: var(--rose-dark); font: 400 clamp(3rem, 5.4vw, 5.2rem)/.97 "DM Serif Display", serif; letter-spacing: -.035em; }
.hero .lead { max-width: 530px; margin: 0 0 2rem; color: var(--muted); font-size: clamp(1.02rem, 1.5vw, 1.18rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button-secondary { display: inline-flex; align-items: center; padding: .78rem 1.15rem; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; color: #fff; font-weight: 700; text-decoration: none; }
.button-secondary:hover { background: rgba(255,255,255,.12); }
.hero .button-secondary { color: var(--rose-dark); border-color: rgba(116,50,69,.3); }
.hero .button-secondary:hover { background: var(--blush); border-color: var(--rose); }
.hero-visual { position: relative; padding: 0 0 2rem 1.2rem; }
.hero-image-frame { position: relative; aspect-ratio: 1.18 / 1; overflow: hidden; border: 10px solid #fff; border-radius: 170px 18px 170px 18px; box-shadow: 0 28px 70px rgba(91,55,61,.18); }
.hero-image-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.45); border-radius: inherit; pointer-events: none; }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.hero-note { position: absolute; left: 0; bottom: 0; min-width: 285px; padding: 1rem 1.2rem; display: flex; align-items: center; gap: .8rem; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.hero-note > span { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; color: #fff; background: var(--sage); border-radius: 50%; font-size: 1.25rem; }
.hero-note p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.hero-note strong { display: block; color: var(--rose-dark); font-size: .9rem; }
.section { max-width: 1180px; margin: auto; padding: 5.5rem 1.5rem; }
.section-heading { max-width: 650px; margin: 0 auto 2.5rem; text-align: center; }
.section-heading h2 { margin: .3rem 0 1rem; color: var(--rose-dark); font: 400 clamp(2.2rem, 5vw, 3.5rem)/1.05 "DM Serif Display", serif; }
.section-heading p { color: var(--muted); line-height: 1.7; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.category-card { position: relative; min-height: 390px; overflow: hidden; border-radius: 22px; color: #fff; box-shadow: var(--shadow); }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(42,23,28,.8), transparent 65%); }
.category-card div { position: absolute; left: 1.4rem; right: 1.4rem; bottom: 1.4rem; z-index: 1; }
.category-card h3 { margin: 0 0 .25rem; font: 400 1.7rem "DM Serif Display", serif; }
.category-card p { margin: 0; font-size: .9rem; opacity: .88; }
.category-card:hover img { transform: scale(1.04); }
.promise { max-width: none; background: var(--blush); }
.promise-inner { max-width: 1000px; margin: auto; padding: 5rem 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.promise h2 { margin: .3rem 0 1rem; color: var(--rose-dark); font: 400 clamp(2.3rem, 5vw, 3.7rem)/1.05 "DM Serif Display", serif; }
.promise p { color: var(--muted); line-height: 1.75; }
.promise-list { display: grid; gap: 1rem; }
.promise-item { padding: 1.15rem 1.25rem; background: rgba(255,255,255,.68); border: 1px solid rgba(155,76,97,.12); border-radius: 16px; }
.promise-item strong { display: block; margin-bottom: .2rem; color: var(--rose-dark); }
.site-footer { color: #f9efee; background: #3b2b2f; }
.footer-inner { max-width: 1180px; margin: auto; padding: 4.5rem 1.5rem 3rem; display: grid; grid-template-columns: 1.5fr .8fr .9fr; gap: 4rem; }
.site-footer h2 { margin: .3rem 0 1rem; font: 400 2.2rem "DM Serif Display", serif; }
.site-footer h3 { margin: .2rem 0 1rem; color: #e9c5ce; font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer p, .site-footer address { color: #cdbfc2; font-style: normal; line-height: 1.7; }
.site-footer a { display: block; margin: .4rem 0; color: #fff; text-decoration: none; }
.site-footer a:hover { color: #f0c7d1; }
.footer-hours { margin: .75rem 0; font-size: .86rem; }
.footer-bottom { max-width: 1180px; margin: auto; padding: 1.2rem 1.5rem; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.1); color: #bbaeb1; font-size: .8rem; }
.footer-bottom a { display: inline; margin: 0; color: inherit; }
.consent-banner { position: fixed; left: 50%; bottom: 1.25rem; z-index: 80; width: min(720px, calc(100% - 2rem)); padding: 1rem 1.1rem; align-items: center; justify-content: space-between; gap: 1.5rem; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 20px 70px rgba(52,42,44,.24); }
.consent-banner:not([hidden]) { display: flex; }
.consent-banner p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.consent-banner strong, .consent-banner span { display: block; }
.consent-banner strong { margin-bottom: .15rem; color: var(--ink); font-size: .92rem; }
.consent-banner a { color: var(--rose-dark); font-weight: 700; }
.consent-banner > div { display: flex; flex: 0 0 auto; gap: .5rem; }
.consent-banner button { padding: .68rem .85rem; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--rose-dark); font: 700 .78rem "DM Sans", sans-serif; cursor: pointer; }
.consent-banner .consent-accept { border-color: var(--rose); color: #fff; background: var(--rose); }
.consent-banner button:hover, .consent-banner button:focus-visible { outline: 2px solid var(--rose); outline-offset: 2px; }
.privacy-main { max-width: 820px; margin: auto; padding: 4.5rem 1.5rem 6rem; }
.privacy-main h1 { margin: 0 0 1rem; color: var(--rose-dark); font: 400 clamp(2.7rem, 7vw, 4.8rem)/1 "DM Serif Display", serif; }
.privacy-main h2 { margin: 2.5rem 0 .7rem; color: var(--rose-dark); font: 400 1.7rem "DM Serif Display", serif; }
.privacy-main p, .privacy-main li { color: var(--muted); line-height: 1.75; }
.privacy-main a { color: var(--rose-dark); font-weight: 700; }

@media (max-width: 860px) {
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; align-items: stretch; padding: 1rem 1.5rem 1.5rem; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .primary-nav.open { display: grid; }
  .nav-link { width: 100%; text-align: left; }
  .dropdown-menu { position: static; display: none; width: auto; padding: .25rem 0 .25rem 1rem; opacity: 1; visibility: visible; transform: none; border: 0; box-shadow: none; background: transparent; }
  .nav-dropdown.open .dropdown-menu { display: block; transform: none; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-inner { min-height: 0; padding-top: 4rem; grid-template-columns: 1fr; gap: 3rem; }
  .hero-content { max-width: 650px; text-align: center; margin: auto; }
  .hero .lead { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { width: min(650px, 100%); margin: auto; }
  .promise-inner, .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .page-main { padding-top: 3rem; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-grid { grid-template-columns: 1fr; }
  .story-hero { grid-template-columns: 1fr; }
  .story-copy { max-width: 700px; }
}

@media (max-width: 560px) {
  .announcement { font-size: .64rem; }
  .header-inner { min-height: 72px; padding: .55rem 1rem; }
  .brand-mark { width: 44px; height: 44px; }
  .brand strong { font-size: 1rem; }
  .brand small { font-size: .6rem; }
  .hero-inner { padding: 3.5rem 1.2rem 4.5rem; gap: 2.5rem; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 3.7rem); }
  .hero-visual { padding-left: 0; padding-bottom: 2.8rem; }
  .hero-image-frame { aspect-ratio: .96 / 1; border-width: 7px; border-radius: 90px 14px 90px 14px; }
  .hero-image-frame img { object-position: 55% center; }
  .hero-note { left: 50%; min-width: min(300px, 92%); transform: translateX(-50%); }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 360px; }
  .section { padding: 4rem 1.2rem; }
  .page-main { padding: 3.2rem 1.1rem 4.5rem; }
  .page-intro { margin-bottom: 2.3rem; }
  .catalog-grid { grid-template-columns: 1fr; gap: 1rem; }
  .product-card { display: grid; grid-template-columns: 42% 58%; border-radius: 16px; }
  .product-image-button img { height: 100%; min-height: 190px; aspect-ratio: auto; }
  .product-copy { min-height: 190px; padding: 1rem; justify-content: center; }
  .shop-card { grid-template-columns: 1fr; }
  .shop-card img { min-height: 235px; height: 235px; }
  .shop-card-copy { padding: 1.5rem; }
  .story-hero { padding: 3.2rem 1.2rem 4rem; }
  .owner-card { grid-template-columns: 84px 1fr; padding: 1rem; gap: 1rem; }
  .owner-card img { width: 84px; height: 84px; border-width: 4px; }
  .owner-card h2 { font-size: 1.3rem; }
  .faq-section { padding: 4rem 1.2rem; }
  .footer-bottom { flex-direction: column; }
  .consent-banner { align-items: stretch; flex-direction: column; gap: .8rem; }
  .consent-banner > div { justify-content: flex-end; }
}

@media (max-width: 390px) {
  .brand small { letter-spacing: .1em; }
}

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