:root {
  --purple: #4b3985;
  --purple-dark: #30215f;
  --purple-soft: #6d57a2;
  --cream: #fbeec1;
  --cream-light: #fffaf0;
  --paper: #fffdf7;
  --ink: #2c2443;
  --muted: #6d647e;
  --peach: #e99a78;
  --gold: #edb65d;
  --pink: #c37a9e;
  --green: #78a56d;
  --line: rgba(75, 57, 133, .18);
  --shadow: 0 22px 60px rgba(48, 33, 95, .14);
  --shadow-small: 0 12px 28px rgba(48, 33, 95, .12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 7% 10%, rgba(233, 154, 120, .13), transparent 24rem),
    radial-gradient(circle at 92% 34%, rgba(109, 87, 162, .14), transparent 25rem),
    var(--cream-light);
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .32;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Ccircle cx='10' cy='16' r='1.2' fill='%234b3985' opacity='.11'/%3E%3Ccircle cx='57' cy='48' r='1' fill='%234b3985' opacity='.1'/%3E%3Cpath d='M27 66l4-4 4 4-4 4z' fill='%23e99a78' opacity='.08'/%3E%3C/svg%3E");
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 108px 0; position: relative; }
.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; top: 12px; left: 12px; z-index: 100; transform: translateY(-150%); background: var(--cream); color: var(--purple-dark); padding: 10px 16px; border-radius: 10px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 250, 240, .86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 32px rgba(48, 33, 95, .08); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 26px; }
.brand { display: flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--purple); overflow: hidden; }
.brand-mark img { width: 45px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { color: var(--purple); font-size: 1.18rem; letter-spacing: -.02em; }
.brand-copy small { color: var(--muted); font-size: .72rem; margin-top: 5px; text-transform: uppercase; letter-spacing: .12em; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; font-weight: 800; font-size: .9rem; }
.main-nav a { position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 3px; border-radius: 99px; background: var(--peach); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 22px;
  border: 2px solid var(--purple);
  border-radius: 999px;
  background: var(--purple);
  color: var(--cream);
  font-weight: 900;
  letter-spacing: .01em;
  cursor: pointer;
  box-shadow: 0 9px 0 var(--purple-dark);
  transform: translateY(0);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(3px); box-shadow: 0 6px 0 var(--purple-dark); }
.button:active { transform: translateY(8px); box-shadow: 0 1px 0 var(--purple-dark); }
.button-small { min-height: 43px; padding-inline: 17px; font-size: .86rem; box-shadow: 0 6px 0 var(--purple-dark); }
.button-ghost { background: transparent; color: var(--purple); box-shadow: 0 9px 0 rgba(75, 57, 133, .18); }
.button-ghost:hover { background: var(--cream); }
.button-full { width: 100%; border: 0; }

.hero { min-height: calc(100vh - 82px); display: flex; align-items: center; padding-top: 72px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 68px; }
.eyebrow { margin: 0 0 13px; color: var(--purple); text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 900; }
.hero h1, .section-heading h2, .orders-card h2, .about-copy h2, .contact-panel h2 { margin: 0; color: var(--purple-dark); font-family: Georgia, "Times New Roman", serif; line-height: .98; letter-spacing: -.055em; }
.hero h1 { max-width: 720px; font-size: clamp(3.15rem, 6.6vw, 6.35rem); }
.hero h1 em { color: var(--purple); font-style: italic; position: relative; }
.hero h1 em::after { content: ""; position: absolute; left: 3%; right: 0; bottom: -.09em; height: .13em; border-radius: 50%; background: var(--peach); transform: rotate(-2deg); opacity: .8; z-index: -1; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: 1.18rem; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 15px; }
.trust-list { list-style: none; display: flex; flex-wrap: wrap; gap: 11px 23px; padding: 0; margin: 38px 0 0; font-size: .86rem; font-weight: 800; color: var(--muted); }
.trust-list span { color: var(--peach); margin-right: 4px; }
.hero-stage { position: relative; min-height: 645px; display: grid; place-items: center; perspective: 1300px; isolation: isolate; }
.feature-card { width: min(410px, 86%); aspect-ratio: .70; padding: 15px; position: relative; z-index: 2; border: 7px solid var(--purple-dark); border-radius: 31px; background: linear-gradient(145deg, #f8e5a8, #fff8d9 45%, #efca91); box-shadow: 0 34px 0 rgba(48, 33, 95, .16), 0 48px 80px rgba(48, 33, 95, .2); transform: rotate(3deg); overflow: hidden; transition: transform .15s ease-out; }
.feature-card::before { content: ""; position: absolute; inset: 7px; border: 2px solid rgba(75,57,133,.35); border-radius: 20px; pointer-events: none; z-index: 3; }
.card-foil { position: absolute; inset: -50%; background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,.45) 48%, rgba(255,255,255,.05) 56%, transparent 70%); transform: translateX(-45%) rotate(15deg); animation: foil 7s ease-in-out infinite; }
@keyframes foil { 0%,25% { transform: translateX(-45%) rotate(15deg); } 55%,100% { transform: translateX(45%) rotate(15deg); } }
.feature-topline { height: 50px; padding: 5px 12px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; font-size: .78rem; font-weight: 900; color: var(--purple-dark); text-transform: uppercase; letter-spacing: .07em; }
.rarity { border: 2px solid var(--purple); border-radius: 99px; padding: 4px 9px; background: var(--cream); }
.feature-art { height: 55%; margin: 0 5px; position: relative; display: grid; place-items: center; overflow: hidden; border: 5px solid var(--purple); border-radius: 18px; background: radial-gradient(circle at 50% 45%, #745fb0 0 21%, var(--purple) 58%, var(--purple-dark)); }
.feature-art::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 20%, rgba(251,238,193,.35) 0 2px, transparent 3px), radial-gradient(circle at 70% 70%, rgba(251,238,193,.25) 0 2px, transparent 3px); background-size: 42px 42px, 53px 53px; }
.logo-halo { position: absolute; width: 77%; aspect-ratio: 1; border-radius: 50%; border: 2px dashed rgba(251,238,193,.48); animation: rotate 26s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }
.feature-art img { width: 80%; position: relative; z-index: 2; filter: drop-shadow(0 15px 18px rgba(24,13,58,.28)); }
.art-spark { position: absolute; color: var(--cream); z-index: 3; font-size: 1.25rem; animation: pulse 2.8s ease-in-out infinite; }
.spark-a { left: 10%; top: 16%; }.spark-b { right: 12%; top: 33%; animation-delay: .8s; }.spark-c { left: 22%; bottom: 13%; animation-delay: 1.3s; }
@keyframes pulse { 50% { transform: scale(1.8) rotate(20deg); opacity: .55; } }
.feature-content { padding: 17px 15px 0; position: relative; z-index: 2; }
.card-type { margin: 0; font-size: .72rem; font-weight: 900; color: var(--purple); text-transform: uppercase; letter-spacing: .12em; }
.feature-content h2 { margin: 5px 0 7px; font-family: Georgia, serif; font-size: 2rem; line-height: 1; color: var(--purple-dark); }
.feature-content > p:not(.card-type) { margin: 0; font-size: .88rem; color: #5d526f; line-height: 1.4; }
.stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 17px; }
.stat-row span { padding: 9px 10px; border: 1px solid rgba(75,57,133,.26); border-radius: 10px; background: rgba(255,255,255,.45); font-size: .67rem; line-height: 1.3; }
.stat-row b { display: block; text-transform: uppercase; color: var(--purple); }
.mini-card {
  position: absolute;
  z-index: 1;
  width: 225px;
  height: 145px;
  padding: 0;
  border: 5px solid var(--purple);
  border-radius: 24px;
  overflow: hidden;
  color: transparent;
  background:
    radial-gradient(circle at 50% 50%, rgba(251, 238, 193, .18) 0 29%, transparent 30%),
    radial-gradient(circle at 20% 25%, rgba(251, 238, 193, .35) 0 2px, transparent 3px),
    radial-gradient(circle at 75% 70%, rgba(251, 238, 193, .28) 0 2px, transparent 3px),
    var(--purple);
  background-size: auto, 34px 34px, 43px 43px, auto;
  box-shadow: 0 18px 35px rgba(48, 33, 95, .18);
  opacity: .98;
  pointer-events: none;
}
.mini-card::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 2px solid rgba(251, 238, 193, .72);
  border-radius: 15px;
}
.mini-card::after {
  content: "✦";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--cream);
  font-size: 3.2rem;
  line-height: 1;
  text-shadow: 0 5px 0 rgba(48, 33, 95, .25);
}
.mini-card span,
.mini-card b { display: none; }
.mini-card-one { top: 10%; right: -18%; transform: rotate(12deg); }
.mini-card-two {
  bottom: 8%;
  left: -18%;
  transform: rotate(-11deg);
  background:
    radial-gradient(circle at 50% 50%, rgba(75, 57, 133, .12) 0 29%, transparent 30%),
    radial-gradient(circle at 20% 25%, rgba(75, 57, 133, .22) 0 2px, transparent 3px),
    radial-gradient(circle at 75% 70%, rgba(75, 57, 133, .18) 0 2px, transparent 3px),
    #f5d4c4;
  background-size: auto, 34px 34px, 43px 43px, auto;
}
.mini-card-two::before { border-color: rgba(75, 57, 133, .6); }
.mini-card-two::after { content: "★"; color: var(--purple); text-shadow: none; }
.hero-sprinkle { position: absolute; width: 27px; height: 9px; border-radius: 99px; background: var(--peach); opacity: .65; }
.sprinkle-one { left: 4%; top: 20%; transform: rotate(28deg); }.sprinkle-two { right: 4%; bottom: 16%; background: var(--gold); transform: rotate(-35deg); }

.ticker { overflow: hidden; border-block: 3px solid var(--purple); background: var(--purple); color: var(--cream); transform: rotate(-1deg) scale(1.02); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 25px; padding: 14px 0; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; animation: marquee 28s linear infinite; }
.ticker-track i { color: var(--peach); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 38px; }
.section-heading h2, .orders-card h2, .about-copy h2, .contact-panel h2 { font-size: clamp(2.7rem, 5vw, 5.05rem); }
.section-heading > p { max-width: 490px; margin: 0; color: var(--muted); }
.filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 29px; }
.filter-button { padding: 10px 17px; border: 2px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.62); color: var(--purple); font-weight: 900; cursor: pointer; transition: .2s ease; }
.filter-button:hover, .filter-button.active { background: var(--purple); border-color: var(--purple); color: var(--cream); }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.product-card { min-width: 0; opacity: 1; transform: translateY(0); transition: opacity .3s ease, transform .3s ease; }
.product-card.is-hidden { display: none; }
.product-card-inner { height: 100%; padding: 13px 13px 21px; border: 4px solid var(--purple); border-radius: 25px; background: linear-gradient(160deg, var(--paper), #f8edc5); box-shadow: var(--shadow-small); position: relative; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.product-card-inner::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(75,57,133,.24); border-radius: 16px; pointer-events: none; }
.product-card:hover .product-card-inner, .product-card:focus-within .product-card-inner, .product-card:focus .product-card-inner { transform: translateY(-8px) rotate(-.5deg); box-shadow: 0 22px 38px rgba(48,33,95,.18); }
.product-head, .product-meta { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.product-head { padding: 3px 8px 10px; font-size: .7rem; font-weight: 900; letter-spacing: .1em; color: var(--purple); }
.rarity-badge { border: 1px solid var(--purple); border-radius: 99px; padding: 3px 8px; background: var(--cream); }
.product-art { height: 225px; border: 4px solid var(--purple); border-radius: 17px; display: grid; place-items: center; overflow: hidden; position: relative; }
.product-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 35%, rgba(255,255,255,.32) 49%, transparent 61%); transform: translateX(-120%); transition: transform .65s ease; }
.product-card:hover .product-art::after { transform: translateX(120%); }
.product-art svg { width: 88%; height: 90%; filter: drop-shadow(0 13px 12px rgba(48,33,95,.15)); }
.art-carrot { background: radial-gradient(circle at 25% 20%, #f7d6bb, #f2b888); }.art-cookie { background: radial-gradient(circle at 20% 20%, #e8d8ff, #a68bc9); }.art-pie { background: radial-gradient(circle at 20% 20%, #fff1c3, #efbd68); }.art-flan { background: radial-gradient(circle at 20% 20%, #fff3ce, #edca79); }.art-box { background: radial-gradient(circle at 20% 20%, #f4d4e5, #c389b1); }.art-event { background: radial-gradient(circle at 20% 20%, #fce3d6, #dd9fba); }
.product-meta { margin: 15px 8px 0; font-size: .71rem; color: var(--purple); text-transform: uppercase; letter-spacing: .08em; font-weight: 900; }
.product-card h3 { margin: 9px 8px 5px; color: var(--purple-dark); font: 700 1.65rem/1.1 Georgia, serif; }
.product-card p { margin: 0 8px; color: var(--muted); font-size: .91rem; }
.product-tags { margin: 15px 8px 0; display: flex; flex-wrap: wrap; gap: 7px; }
.product-tags span { padding: 5px 8px; border-radius: 7px; background: rgba(75,57,133,.1); color: var(--purple); font-size: .68rem; font-weight: 900; }
.text-button { margin: 17px 8px 0; padding: 0; border: 0; background: transparent; color: var(--purple); font-weight: 900; cursor: pointer; }
.text-button span { display: inline-block; transition: transform .2s ease; }.text-button:hover span { transform: translateX(5px); }

.special-orders { background: var(--purple); color: var(--cream); overflow: hidden; }
.special-orders::before { content: ""; position: absolute; inset: 0; opacity: .15; background-image: radial-gradient(circle at 15% 25%, var(--cream) 0 2px, transparent 3px), radial-gradient(circle at 80% 60%, var(--cream) 0 2px, transparent 3px); background-size: 55px 55px, 71px 71px; }
.orders-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; position: relative; }
.orders-badge { width: max-content; margin-bottom: 26px; padding: 8px 14px; border: 2px solid var(--cream); border-radius: 8px; transform: rotate(-3deg); font-weight: 900; text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; }
.orders-card .eyebrow { color: #f2b494; }
.orders-card h2 { color: var(--cream); }
.orders-card > p:not(.eyebrow) { color: rgba(251,238,193,.76); font-size: 1.04rem; }
.event-chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 27px 0 33px; }
.event-chips span { padding: 7px 11px; border: 1px solid rgba(251,238,193,.32); border-radius: 99px; font-size: .76rem; font-weight: 900; }
.orders-card .button { background: var(--cream); border-color: var(--cream); color: var(--purple-dark); box-shadow: 0 9px 0 #25164f; }
.order-form { padding: 35px; border: 5px solid var(--cream); border-radius: 29px; background: var(--cream-light); color: var(--ink); box-shadow: 18px 18px 0 #2a1956; transform: rotate(1deg); }
.form-intro { margin-bottom: 22px; }
.form-number { color: var(--purple); font-size: .69rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 900; }
.form-intro h3 { margin: 4px 0 3px; color: var(--purple-dark); font: 700 2rem/1 Georgia, serif; }
.form-intro p { margin: 0; color: var(--muted); font-size: .85rem; }
.order-form label { display: grid; gap: 6px; margin-top: 15px; }
.order-form label > span { color: var(--purple-dark); font-size: .79rem; font-weight: 900; }
.order-form input, .order-form select, .order-form textarea { width: 100%; border: 2px solid rgba(75,57,133,.2); border-radius: 12px; padding: 12px 13px; outline: none; background: white; color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease; }
.order-form input:focus, .order-form select:focus, .order-form textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 4px rgba(75,57,133,.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.order-form .button { margin-top: 22px; }
.form-status { min-height: 20px; margin: 11px 0 0; text-align: center; font-size: .79rem; font-weight: 800; color: var(--purple); }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 88px; align-items: center; }
.about-visual { min-height: 590px; position: relative; display: grid; place-items: center; }
.portrait-placeholder { width: min(410px, 80%); aspect-ratio: .78; display: grid; align-content: center; justify-items: center; gap: 23px; padding: 38px; border: 5px solid var(--purple); border-radius: 44% 44% 24px 24px; background: linear-gradient(160deg, var(--purple-soft), var(--purple-dark)); box-shadow: 21px 21px 0 var(--cream); text-align: center; color: var(--cream); transform: rotate(-2deg); }
.portrait-placeholder img { width: 72%; }
.portrait-placeholder p { margin: 0; max-width: 230px; font-size: .84rem; color: rgba(251,238,193,.72); }
.ingredient-note { position: absolute; padding: 17px 21px; border: 3px solid var(--purple); border-radius: 17px; background: var(--paper); color: var(--purple); line-height: 1.2; box-shadow: var(--shadow-small); font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }
.ingredient-note strong { font-family: Georgia, serif; font-size: 1.1rem; text-transform: none; letter-spacing: 0; }
.note-one { top: 10%; right: -2%; transform: rotate(7deg); }.note-two { left: -2%; bottom: 9%; transform: rotate(-7deg); background: #f7d7c8; }
.about-copy h2 { max-width: 700px; }
.about-lead { margin: 25px 0 33px; color: var(--muted); font-size: 1.07rem; }
.about-points { display: grid; gap: 13px; }
.about-points article { display: grid; grid-template-columns: 48px 1fr; gap: 17px; padding: 17px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.58); }
.about-points article > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--purple); color: var(--cream); font-weight: 900; }
.about-points h3 { margin: 0; color: var(--purple-dark); font: 700 1.25rem/1.1 Georgia, serif; }
.about-points p { margin: 5px 0 0; color: var(--muted); font-size: .9rem; }

.steps { padding-top: 35px; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step-card { min-height: 245px; padding: 27px; border: 3px solid var(--purple); border-radius: 23px; background: var(--paper); box-shadow: 9px 9px 0 var(--cream); }
.step-card:nth-child(even) { transform: translateY(20px); }
.step-card > span { display: inline-grid; place-items: center; width: 44px; height: 44px; border: 2px solid var(--purple); border-radius: 50%; color: var(--purple); font-weight: 900; }
.step-card h3 { margin: 32px 0 9px; color: var(--purple-dark); font: 700 1.45rem/1.1 Georgia, serif; }
.step-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.contact { padding-top: 120px; }
.contact-panel { padding: 57px; border-radius: var(--radius-xl); background: var(--cream); border: 5px solid var(--purple); box-shadow: 20px 20px 0 rgba(75,57,133,.13); }
.contact-brand { display: flex; align-items: center; gap: 27px; }
.contact-brand img { width: 125px; padding: 10px; border-radius: 50%; background: var(--purple); }
.contact-panel h2 { font-size: clamp(2.5rem, 4.6vw, 4.5rem); }
.contact-panel > p { margin: 25px 0 28px; color: var(--muted); }
.social-buttons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.social-link { padding: 16px 18px; display: grid; grid-template-columns: 46px 1fr; grid-template-rows: auto auto; column-gap: 12px; align-items: center; border: 2px solid var(--purple); border-radius: 16px; background: var(--cream-light); transition: transform .2s ease, background .2s ease; }
.social-link:hover { transform: translateY(-4px); background: white; }
.social-link > span { grid-row: 1 / 3; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--purple); color: var(--cream); font-weight: 900; font-size: 1.25rem; }
.social-link b { color: var(--purple-dark); line-height: 1; }.social-link small { color: var(--muted); }

.site-footer { padding: 35px 0 40px; color: var(--muted); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); padding-top: 28px; font-size: .82rem; }
.footer-brand { display: flex; align-items: center; gap: 9px; }.footer-brand img { width: 39px; padding: 4px; border-radius: 50%; background: var(--purple); }.footer-brand span { display: flex; flex-direction: column; line-height: 1.1; }.footer-brand b { color: var(--purple); }.footer-brand small { margin-top: 4px; }
.floating-cta { position: fixed; right: 22px; bottom: 22px; z-index: 45; display: flex; align-items: center; gap: 7px; padding: 12px 17px; border: 3px solid var(--cream); border-radius: 99px; background: var(--purple); color: var(--cream); box-shadow: 0 12px 30px rgba(48,33,95,.27); font-size: .86rem; transition: transform .2s ease; }
.floating-cta:hover { transform: translateY(-4px) rotate(-2deg); }

.product-modal { width: min(760px, calc(100% - 30px)); border: 0; padding: 0; border-radius: 28px; background: transparent; overflow: visible; }
.product-modal::backdrop { background: rgba(31,21,66,.76); backdrop-filter: blur(8px); }
.modal-close { position: absolute; top: -14px; right: -14px; z-index: 5; width: 45px; height: 45px; border: 3px solid var(--cream); border-radius: 50%; background: var(--purple); color: var(--cream); font-size: 1.6rem; cursor: pointer; }
.modal-card { padding: 38px; border: 6px solid var(--purple); border-radius: 27px; background: var(--cream-light); box-shadow: 18px 18px 0 var(--cream); }
.modal-card .modal-kicker { color: var(--purple); text-transform: uppercase; letter-spacing: .12em; font-weight: 900; font-size: .75rem; }
.modal-card h2 { margin: 5px 0 11px; color: var(--purple-dark); font: 700 clamp(2rem, 5vw, 3.8rem)/1 Georgia, serif; }
.modal-card p { color: var(--muted); }
.modal-specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 24px 0; }
.modal-specs div { padding: 13px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.modal-specs span { display: block; color: var(--purple); font-size: .68rem; font-weight: 900; text-transform: uppercase; }.modal-specs b { color: var(--purple-dark); font-size: .9rem; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 4px solid rgba(233,154,120,.65); outline-offset: 4px; }

@media (max-width: 1040px) {
  .header-cta { display: none; }
  .hero-grid { gap: 30px; }
  .hero-stage { min-height: 565px; }
  .feature-card { width: min(365px, 82%); }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .orders-grid, .about-grid { gap: 45px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 28px, 690px); }
  .section { padding: 78px 0; }
  .menu-toggle { margin-left: auto; width: 45px; height: 45px; display: grid; place-content: center; gap: 5px; border: 0; border-radius: 50%; background: var(--purple); cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 20px; height: 2px; border-radius: 5px; background: var(--cream); transition: .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: absolute; top: calc(100% + 1px); left: 14px; right: 14px; display: none; padding: 18px; border: 2px solid var(--purple); border-radius: 17px; background: var(--cream-light); box-shadow: var(--shadow-small); }
  .main-nav.open { display: grid; gap: 8px; }
  .main-nav a { padding: 10px 5px; }
  .hero { min-height: auto; padding-top: 72px; }
  .hero-grid, .orders-grid, .about-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero h1 { margin-inline: auto; font-size: clamp(3.2rem, 12.5vw, 5.6rem); }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .trust-list { justify-content: center; }
  .hero-stage { min-height: 590px; margin-top: 25px; }
  .mini-card-one { right: -11%; }.mini-card-two { left: -11%; }
  .section-heading { align-items: start; flex-direction: column; gap: 14px; }
  .orders-card { text-align: center; }.orders-badge, .event-chips { margin-inline: auto; justify-content: center; }
  .order-form { transform: none; }
  .about-copy { order: -1; }
  .about-visual { min-height: 530px; }
  .contact-brand { align-items: flex-start; }.contact-brand img { width: 95px; }
}

@media (max-width: 590px) {
  :root { --shell: calc(100% - 22px); }
  .header-inner { min-height: 72px; }.brand-copy small { display: none; }
  .hero { padding-top: 55px; }
  .hero h1 { font-size: clamp(2.9rem, 15vw, 4.6rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; }.hero-actions .button { width: 100%; }
  .trust-list { display: grid; gap: 8px; }
  .hero-stage { min-height: 500px; }
  .feature-card { width: 88%; border-width: 5px; border-radius: 25px; box-shadow: 0 24px 0 rgba(48,33,95,.13), 0 35px 60px rgba(48,33,95,.18); }
  .feature-content h2 { font-size: 1.55rem; }.feature-content > p:not(.card-type) { font-size: .76rem; }.stat-row { display: none; }
  .mini-card { width: 165px; height: 108px; border-width: 4px; border-radius: 18px; opacity: .94; }
  .mini-card::before { inset: 7px; border-radius: 11px; }
  .mini-card::after { font-size: 2.35rem; }
  .mini-card-one { top: 5%; right: -13%; }
  .mini-card-two { bottom: 5%; left: -13%; }
  .section-heading h2, .orders-card h2, .about-copy h2, .contact-panel h2 { font-size: clamp(2.35rem, 12vw, 3.7rem); }
  .card-grid, .steps-grid, .social-buttons { grid-template-columns: 1fr; }
  .product-art { height: 220px; }
  .step-card:nth-child(even) { transform: none; }
  .form-row { grid-template-columns: 1fr; }
  .order-form { padding: 25px 18px; border-width: 4px; }
  .about-visual { min-height: 480px; }.portrait-placeholder { width: 82%; padding: 28px; }.ingredient-note { padding: 12px 14px; }.note-one { right: 0; }.note-two { left: 0; }
  .contact-panel { padding: 28px 20px; }.contact-brand { display: grid; }.contact-brand img { width: 85px; }
  .footer-inner { flex-direction: column; text-align: center; }.footer-inner p { margin: 0; }
  .floating-cta { right: 12px; bottom: 12px; }
  .modal-card { padding: 30px 20px; box-shadow: 10px 10px 0 var(--cream); }.modal-specs { grid-template-columns: 1fr; }
}

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