:root {
  --ink: #091321;
  --navy: #08111f;
  --navy-2: #101e31;
  --cream: #f5efe5;
  --paper: #fffcf6;
  --gold: #d4a044;
  --gold-light: #f0c879;
  --muted: #6e746f;
  --line: #ded8cd;
  --white: #ffffff;
}

* { box-sizing: border-box; }

html { min-width: 320px; background: var(--cream); }

body {
  margin: 0;
  color: var(--ink);
  background: radial-gradient(circle at 12% 4%, rgba(212,160,68,.18), transparent 28rem), #050b12;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  min-height: 100vh;
}

button, select { font: inherit; }

button { cursor: pointer; }

body.drawer-open { overflow: hidden; }

.topbar {
  position: relative;
  min-height: 194px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 12px 4vw 18px;
}
.topbar { color: #f7ead2; background: radial-gradient(circle at 35% 50%, rgba(240,200,121,.07), transparent 34rem), #050b12; }
.topbar::after { content: ""; position: absolute; left: 4vw; right: 4vw; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(240,200,121,.62), transparent); }
.brand { color: #f7ead2; }
.brand small, .step-note { color: #a9b1ba; }

.brand {
  display: inline-flex;
  align-items: center;
  width: min(690px, 72vw);
  color: var(--ink);
  text-decoration: none;
}

.brand-logo { display: block; width: 100%; height: auto; filter: drop-shadow(0 12px 32px rgba(0,0,0,.28)); -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.brand-meta { position: relative; display: grid; gap: 7px; padding: 4px 0 4px 28px; text-align: right; }
.brand-meta::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background: linear-gradient(#d4a044, transparent); }
.brand-meta strong { font-family: "Playfair Display", Georgia, serif; color: #f7ead2; font-size: 1.25rem; font-weight: 600; }
.brand-meta small { color: #d4a044; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; }
.step-note { color: var(--muted); font-size: .86rem; }
.topbar-actions { display: flex; align-items: center; gap: 26px; }
.booking-link { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 0 17px; border-radius: 999px; color: var(--navy); background: linear-gradient(135deg, var(--gold-light), var(--gold)); text-decoration: none; box-shadow: 0 10px 28px rgba(212,160,68,.16); transition: .2s ease; }
.booking-link strong { font-size: .82rem; }
.booking-link:hover { background: linear-gradient(135deg, #f8d998, #d8a54b); transform: translateY(-1px); box-shadow: 0 13px 34px rgba(212,160,68,.24); }
.owners-trigger { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 0 16px; border: 1px solid rgba(240,200,121,.35); border-radius: 999px; color: #f7ead2; background: rgba(255,255,255,.035); font-size: .82rem; font-weight: 700; transition: .2s ease; }
.owners-trigger:hover { border-color: var(--gold-light); background: rgba(212,160,68,.12); transform: translateY(-1px); }
.owners-trigger-lines { display: grid; gap: 3px; width: 16px; }
.owners-trigger-lines i { display: block; height: 1px; background: var(--gold-light); }

.owners-backdrop { position: fixed; inset: 0; z-index: 40; background: rgba(2,7,13,.7); backdrop-filter: blur(5px); opacity: 0; transition: opacity .28s ease; }
.owners-backdrop.visible { opacity: 1; }
.owners-drawer { position: fixed; top: 0; right: 0; z-index: 41; width: min(520px, 100vw); height: 100dvh; overflow-y: auto; color: #f8f0df; background: #091321; box-shadow: -30px 0 90px rgba(0,0,0,.42); transform: translateX(102%); transition: transform .34s cubic-bezier(.22,.8,.2,1); }
.owners-drawer.open { transform: translateX(0); }
.owners-close { position: absolute; top: 18px; right: 18px; z-index: 2; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; background: rgba(4,10,17,.5); font-size: 1.8rem; line-height: 1; backdrop-filter: blur(8px); }
.owners-close:hover { border-color: var(--gold-light); background: rgba(4,10,17,.78); }
.owners-hero { position: relative; min-height: 360px; overflow: hidden; }
.owners-hero > img { display: block; width: 100%; height: 360px; object-fit: cover; object-position: 50% 46%; }
.owners-hero-wash { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,10,17,.06) 25%, rgba(4,10,17,.93) 100%); }
.owners-hero-copy { position: absolute; left: 34px; right: 72px; bottom: 28px; }
.owners-hero-copy p { margin: 0 0 6px; color: var(--gold-light); font-size: .75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.owners-hero-copy h2 { margin: 0; font-size: clamp(2.4rem, 7vw, 3.8rem); line-height: 1; }
.owners-content { padding: 30px 34px 42px; }
.owners-content > p { color: #b9c1ca; line-height: 1.7; }
.owners-content .owners-lede { margin-top: 0; color: #fff4df; font-family: "Playfair Display", Georgia, serif; font-size: 1.35rem; line-height: 1.45; }
.owners-content blockquote { position: relative; margin: 28px 0; padding: 22px 24px 22px 30px; border-left: 2px solid var(--gold); color: #f6dfb6; background: linear-gradient(90deg, rgba(212,160,68,.12), transparent); font-family: "Playfair Display", Georgia, serif; font-size: 1.15rem; font-style: italic; line-height: 1.5; }
.owner-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.owner-card { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.04); }
.owner-card img { display: block; width: 100%; aspect-ratio: 4 / 4.5; object-fit: cover; object-position: center 25%; }
.owner-card div { padding: 14px 14px 16px; }
.owner-card strong, .owner-card span { display: block; }
.owner-card strong { font-family: "Playfair Display", Georgia, serif; font-size: 1rem; }
.owner-card span { margin-top: 4px; color: #9ca8b6; font-size: .72rem; }
.owners-content .owners-signoff { margin: 26px 0 0; color: var(--gold-light); font-size: .84rem; font-weight: 700; letter-spacing: .04em; }
.drawer-sections { display: grid; gap: 12px; }
.drawer-section { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.035); }
.drawer-section summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 68px; padding: 14px 18px; cursor: pointer; list-style: none; }
.drawer-section summary::-webkit-details-marker { display: none; }
.drawer-section summary span, .drawer-section summary small, .drawer-section summary strong { display: block; }
.drawer-section summary small { margin-bottom: 3px; color: var(--gold); font-size: .68rem; letter-spacing: .12em; }
.drawer-section summary strong { color: #fff4df; font-family: "Playfair Display", Georgia, serif; font-size: 1.08rem; }
.drawer-section summary > b { display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; border: 1px solid rgba(240,200,121,.35); border-radius: 50%; color: var(--gold-light); font-size: 1.2rem; font-weight: 400; transition: transform .2s ease, background .2s ease; }
.drawer-section[open] summary > b { transform: rotate(45deg); background: rgba(212,160,68,.12); }
.drawer-section-content { padding: 0 18px 20px; border-top: 1px solid rgba(255,255,255,.08); }
.drawer-section-content > p { color: #b9c1ca; line-height: 1.65; }
.story-content { padding-top: 22px; }
.shop-placeholder { position: relative; padding-top: 22px; overflow: hidden; background: radial-gradient(circle at 100% 0, rgba(212,160,68,.18), transparent 13rem); }
.shop-placeholder h3 { margin: 14px 0 7px; color: #fff4df; font-family: "Playfair Display", Georgia, serif; font-size: 1.35rem; }
.shop-placeholder p { margin-bottom: 0; }
.coming-soon { display: inline-flex; padding: 6px 10px; border: 1px solid rgba(240,200,121,.35); border-radius: 999px; color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.owners-booking-link { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 26px; padding: 18px 20px; border-radius: 16px; color: var(--navy); background: linear-gradient(135deg, var(--gold-light), var(--gold)); text-decoration: none; transition: .2s ease; }
.owners-booking-link:hover { transform: translateY(-2px); background: linear-gradient(135deg, #f8d998, #d8a54b); }
.owners-booking-link span, .owners-booking-link small, .owners-booking-link strong { display: block; }
.owners-booking-link small { margin-bottom: 3px; color: rgba(8,17,31,.68); font-size: .72rem; }
.owners-booking-link strong { font-family: "Playfair Display", Georgia, serif; font-size: 1rem; }
.owners-booking-link b { font-size: 1.45rem; }
.share-app { display: grid; grid-template-columns: 132px 1fr; gap: 18px; align-items: center; padding-top: 20px; }
.share-app img { display: block; width: 132px; padding: 8px; border-radius: 16px; background: #fff; }
.share-app h3 { margin: 0 0 7px; color: #fff4df; font-family: "Playfair Display", Georgia, serif; font-size: 1.2rem; }
.share-app p { margin: 0 0 10px; color: #b9c1ca; font-size: .84rem; line-height: 1.5; }
.share-app a { color: var(--gold-light); font-size: .78rem; font-weight: 700; }

.app-shell {
  display: grid;
  grid-template-columns: minmax(440px, .92fr) minmax(500px, 1.08fr);
  max-width: 1400px;
  min-height: calc(100vh - 106px);
  margin: 0 auto 28px;
  padding: 0 2vw;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(21, 25, 30, .12);
}

.builder {
  padding: clamp(34px, 4.5vw, 72px);
  color: #f8f0df;
  background:
    radial-gradient(circle at 4% 2%, rgba(212,160,68,.18), transparent 24rem),
    linear-gradient(145deg, #111c29, #080f18 64%);
}

.intro { max-width: 600px; }
.eyebrow { margin: 0 0 10px; color: #9b6b20; font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

h1, h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  letter-spacing: -.025em;
}

h1 { margin: 0; font-size: clamp(2.15rem, 3.7vw, 4rem); line-height: .98; }
.intro > p:last-of-type { max-width: 570px; margin: 20px 0 0; color: #aeb7c1; line-height: 1.65; }
.how-it-works { margin-top: 24px; padding: 18px; border: 1px solid rgba(240,200,121,.24); border-radius: 18px; background: rgba(255,255,255,.035); }
.how-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.how-heading strong { font-family: "Playfair Display", Georgia, serif; font-size: 1.15rem; }
.how-heading span { color: var(--gold-light); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.how-it-works ol { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 18px; padding: 0; margin: 0; list-style: none; }
.how-it-works li { display: flex; gap: 10px; align-items: flex-start; min-width: 0; }
.how-it-works li > b { display: grid; place-items: center; flex: 0 0 27px; width: 27px; height: 27px; border-radius: 50%; color: var(--navy); background: var(--gold-light); font-size: .78rem; }
.how-it-works li span { min-width: 0; }
.how-it-works li strong, .how-it-works li small { display: block; }
.how-it-works li strong { color: #f8f0df; font-size: .83rem; }
.how-it-works li small { margin-top: 3px; color: #9da8b4; font-size: .72rem; line-height: 1.4; }

.seasonal-section { margin-top: 24px; padding-top: 24px; border-top: 1px solid rgba(240,200,121,.2); }
.seasonal-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 13px; }
.seasonal-heading p { margin: 0 0 4px; color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.seasonal-heading h2 { margin: 0; color: #f8f0df; font-size: 1.45rem; }
.seasonal-heading > span { color: #9da8b4; font-size: .74rem; }
.seasonal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.seasonal-card { min-width: 0; min-height: 112px; padding: 14px; border: 1px solid rgba(240,200,121,.2); border-radius: 15px; color: #f8f0df; background: linear-gradient(145deg, rgba(212,160,68,.1), rgba(255,255,255,.025)); text-align: left; transition: .18s ease; }
.seasonal-card:hover, .seasonal-card[aria-pressed="true"] { border-color: var(--gold-light); transform: translateY(-2px); box-shadow: inset 0 0 0 1px rgba(240,200,121,.45); }
.seasonal-card span, .seasonal-card strong, .seasonal-card small { display: block; }
.seasonal-card span { color: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.seasonal-card strong { margin-top: 6px; font-family: "Playfair Display", Georgia, serif; font-size: .98rem; line-height: 1.15; }
.seasonal-card small { margin-top: 7px; overflow: hidden; color: #9da8b4; font-size: .65rem; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

form { margin-top: 36px; }
fieldset { padding: 0; margin: 0 0 28px; border: 0; }

legend {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 12px;
  font-size: .92rem;
  font-weight: 700;
}

legend span { color: #a87527; font-size: .74rem; letter-spacing: .08em; }
legend em { margin-left: auto; color: #aeb7c1; font-size: .72rem; font-style: normal; font-weight: 500; }
.field-help { margin: -3px 0 11px; color: #aeb7c1; font-size: .86rem; line-height: 1.5; }
.inspiration-search { display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.inspiration-search input, #custom-name {
  min-width: 0;
  min-height: 50px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}
.inspiration-search input { color: #f8f0df; border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.06); }
.inspiration-search input::placeholder { color: #8e9aa7; }
#match-button { min-height: 50px; padding: 0 18px; border: 0; border-radius: 13px; color: #fff; background: var(--navy); font-weight: 700; }
.match-status { min-height: 1.25rem; margin: 8px 2px 0; color: #8a5b17; font-size: .82rem; line-height: 1.4; }

.choice-grid { display: grid; gap: 9px; }
.choice-grid.three { grid-template-columns: repeat(3, 1fr); }
.choice-grid.compact { grid-template-columns: repeat(3, 1fr); }

.choice {
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: #dbe1e7;
  background: rgba(255,255,255,.045);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease, transform .18s ease;
}

.choice:hover { border-color: #b99762; transform: translateY(-1px); }
.choice:focus-visible, select:focus-visible, .primary-button:focus-visible, #copy-button:focus-visible { outline: 3px solid rgba(212, 160, 68, .38); outline-offset: 2px; }
.choice.selected { border-color: var(--gold-light); color: #fff3d6; background: rgba(212,160,68,.12); box-shadow: inset 0 0 0 1px var(--gold-light); font-weight: 700; }
.choice-icon { display: block; margin-bottom: 4px; color: #a87527; font-size: 1.2rem; }

.split-fields { display: grid; grid-template-columns: 1.15fr .85fr 1fr; gap: 12px; }

select {
  width: 100%;
  min-height: 50px;
  padding: 0 42px 0 15px;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: #f8f0df;
  background: #111c29;
}

.note-picker { margin-top: 4px; }
.note-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.note-choice { position: relative; min-width: 0; padding: 8px 8px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; color: #f8f0df; background: rgba(255,255,255,.035); text-align: left; transition: .18s ease; }
.note-choice:hover { transform: translateY(-2px); border-color: rgba(240,200,121,.58); }
.note-choice.selected { border-color: var(--gold-light); box-shadow: inset 0 0 0 1px var(--gold-light), 0 10px 26px rgba(0,0,0,.16); background: rgba(212,160,68,.1); }
.note-photo { display: block; width: 100%; aspect-ratio: 1; margin-bottom: 10px; border-radius: 12px; background-image: url('./assets/note-sprite.png'); background-size: 400% 300%; background-repeat: no-repeat; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
.sprite-0 { background-position: 0 0; }.sprite-1 { background-position: 33.333% 0; }.sprite-2 { background-position: 66.666% 0; }.sprite-3 { background-position: 100% 0; }
.sprite-4 { background-position: 0 50%; }.sprite-5 { background-position: 33.333% 50%; }.sprite-6 { background-position: 66.666% 50%; }.sprite-7 { background-position: 100% 50%; }
.sprite-8 { background-position: 0 100%; }.sprite-9 { background-position: 33.333% 100%; }.sprite-10 { background-position: 66.666% 100%; }.sprite-11 { background-position: 100% 100%; }
.note-choice-copy strong, .note-choice-copy small { display: block; overflow: hidden; text-overflow: ellipsis; }
.note-choice-copy strong { font-family: "Playfair Display", Georgia, serif; font-size: .98rem; white-space: nowrap; }
.note-choice-copy small { margin-top: 3px; color: #9da8b4; font-size: .72rem; white-space: nowrap; }
.note-check { position: absolute; top: 14px; right: 14px; display: none; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: #08111f; background: var(--gold-light); font-weight: 800; box-shadow: 0 3px 10px rgba(0,0,0,.3); }
.note-choice.selected .note-check { display: grid; }

.primary-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 58px;
  padding: 0 22px;
  border: 0;
  border-radius: 14px;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  font-weight: 700;
  transition: background .18s ease, transform .18s ease;
}

.primary-button:hover { background: linear-gradient(135deg, #f8d998, #d8a54b); transform: translateY(-1px); }
.primary-button span { color: var(--navy); font-size: 1.35rem; }

.result-panel {
  display: grid;
  grid-template-rows: minmax(290px, 43vh) 1fr;
  min-height: 780px;
  color: var(--white);
  background: var(--navy);
}

.result-image { position: relative; overflow: hidden; }
.result-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; display: block; }
.image-wash { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6, 13, 23, .18) 10%, rgba(6, 13, 23, .88) 100%); }

.result-heading { position: absolute; left: clamp(28px, 5vw, 70px); right: clamp(28px, 5vw, 70px); bottom: 34px; }
.result-heading > p:first-child { margin: 0 0 8px; color: var(--gold-light); font-size: .76rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.result-heading h2 { margin: 0; font-size: clamp(2.5rem, 4.3vw, 4.6rem); line-height: 1; }
.result-heading > p:last-child { max-width: 600px; margin: 13px 0 0; color: rgba(255,255,255,.78); line-height: 1.55; }

.recipe-card { padding: 28px clamp(28px, 5vw, 70px) 40px; }
.recipe-topline { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; color: #aeb7c4; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.name-ideas { margin: 0 0 22px; padding: 17px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.045); }
.name-ideas > span { display: block; margin-bottom: 10px; color: #aeb7c4; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.name-options { display: flex; flex-wrap: wrap; gap: 8px; }
.name-option { padding: 8px 12px; border: 1px solid rgba(240,200,121,.45); border-radius: 999px; color: var(--gold-light); background: transparent; font-size: .82rem; }
.name-option.selected { color: var(--navy); background: var(--gold-light); font-weight: 700; }
.name-ideas small { display: block; margin: 10px 0 8px; color: #8793a3; }
#custom-name { width: 100%; min-height: 44px; color: #fff; border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.06); }
#custom-name::placeholder { color: #8793a3; }
.inspiration-disclaimer { margin: 12px 0 0; color: #8793a3; font-size: .72rem; line-height: 1.5; }
.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; }

#copy-button {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: var(--gold-light);
  background: transparent;
  font-size: .75rem;
  letter-spacing: .03em;
  text-transform: none;
}

#copy-button:hover { background: rgba(255,255,255,.08); }

.notes { display: grid; grid-template-columns: repeat(auto-fit, minmax(105px, 1fr)); gap: 10px; }
.note { padding: 18px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.045); }
.note span { display: block; color: #98a5b7; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.note strong { display: block; margin-top: 7px; font-family: "Playfair Display", Georgia, serif; font-size: 1.12rem; line-height: 1.12; }
.note b { display: block; margin-top: 9px; color: var(--gold-light); font-size: .9rem; }
.total-check { margin: 12px 2px 0; color: var(--gold-light); font-size: .84rem; font-weight: 700; text-align: right; }

.ratio-bar { display: flex; height: 8px; margin: 22px 0 24px; border-radius: 999px; overflow: hidden; background: rgba(255,255,255,.09); }
.ratio-bar span:nth-child(1) { background: #efc46f; }
.ratio-bar span:nth-child(2) { background: #b77e45; }
.ratio-bar span:nth-child(3) { background: #67503d; }
.ratio-bar span:nth-child(4) { background: #8c6a48; }
.ratio-bar span:nth-child(5) { background: #493b31; }

.mixing-note { display: flex; gap: 12px; align-items: flex-start; padding: 16px 18px; border-radius: 14px; color: #dce1e8; background: var(--navy-2); }
.mixing-note p { margin: 0; line-height: 1.55; }
.mixing-icon { display: grid; place-items: center; flex: 0 0 22px; width: 22px; height: 22px; border-radius: 50%; color: var(--navy); background: var(--gold); font-size: .76rem; font-weight: 700; }
.safety { margin: 16px 0 0; color: #8793a3; font-size: .76rem; line-height: 1.55; }

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 10;
  padding: 12px 18px;
  border-radius: 999px;
  color: var(--navy);
  background: var(--gold-light);
  box-shadow: 0 12px 34px rgba(0,0,0,.24);
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 15px);
  transition: .2s ease;
}

.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .brand-meta { display: none; }
  .app-shell { grid-template-columns: 1fr; margin: 0 14px 20px; padding: 0; }
  .result-panel { min-height: auto; grid-template-rows: 380px auto; }
  .result-image img { object-position: center 60%; }
  .note-options { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 600px) {
  .topbar { min-height: 154px; padding: 10px 12px 15px; justify-content: space-between; gap: 8px; }
  .brand { width: min(72%, 380px); }
  .brand-meta { display: none; }
  .topbar-actions { gap: 0; }
  .booking-link { min-width: 82px; height: 42px; padding: 0 13px; justify-content: center; margin-right: 7px; }
  .booking-link strong { font-size: .76rem; white-space: nowrap; }
  .owners-trigger { width: 46px; height: 46px; padding: 0; justify-content: center; }
  .owners-trigger > span:last-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .owners-drawer { width: 100vw; }
  .owners-hero, .owners-hero > img { min-height: 310px; height: 310px; }
  .owners-hero-copy { left: 22px; bottom: 22px; }
  .owners-content { padding: 26px 22px 36px; }
  .owner-cards { grid-template-columns: 1fr 1fr; }
  .share-app { grid-template-columns: 110px 1fr; }
  .share-app img { width: 110px; }
  .app-shell { margin: 0; border-radius: 0; box-shadow: none; }
  .builder { padding: 34px 20px 38px; }
  h1 { font-size: 2.55rem; }
  form { margin-top: 30px; }
  .how-it-works ol { grid-template-columns: 1fr; }
  .seasonal-grid { grid-template-columns: repeat(2, 1fr); }
  .choice-grid.compact { grid-template-columns: repeat(2, 1fr); }
  .split-fields { grid-template-columns: 1fr; gap: 0; }
  .note-options { grid-template-columns: repeat(2, 1fr); }
  .inspiration-search { grid-template-columns: 1fr; }
  .result-panel { grid-template-rows: 340px auto; }
  .result-heading { left: 22px; right: 22px; bottom: 24px; }
  .result-heading h2 { font-size: 2.75rem; }
  .recipe-card { padding: 25px 20px 34px; }
  .notes { grid-template-columns: 1fr; gap: 8px; }
  .note { display: grid; grid-template-columns: .75fr 1.4fr auto; align-items: center; gap: 8px; padding: 13px 14px; }
  .note strong, .note b { margin-top: 0; }
}

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