:root { color-scheme: light; font-family: 'Work Sans', system-ui, sans-serif; color: #fff; background: #0a6e99; -webkit-font-smoothing: antialiased; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, summary { -webkit-tap-highlight-color: transparent; }
button, a, summary { touch-action: manipulation; }
:focus-visible { outline: 3px solid #ffb5d7; outline-offset: 5px; }
[hidden] { display: none !important; }
.page { min-height: 100svh; display: flex; flex-direction: column; background: radial-gradient(120% 95% at 10% 4%, #17a6dc 0%, #0a6e99 48%, #05445f 100%); }
.container { max-width: 1160px; width: 100%; margin-inline: auto; padding-inline: 28px; }
.header { padding-block: 26px; display: flex; align-items: center; gap: 16px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand-logo { display: block; width: clamp(104px, 12vw, 140px); height: auto; }
.header-email { margin-left: auto; padding: 10px 20px; border-radius: 99px; border: 1.5px solid #ffffff66; font-size: 14.5px; font-weight: 600; transition: background .18s, color .18s, border-color .18s; }
.header-email:hover { background: #fff; color: #0a6e99; border-color: #fff; }
.main { flex: 1; display: flex; flex-direction: column; justify-content: center; padding-block: clamp(36px, 6vw, 84px) clamp(32px, 4vw, 56px); }
.eyebrow { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: clamp(22px, 4vw, 40px); font: 12px/1.6 ui-monospace, Menlo, monospace; letter-spacing: .1em; text-transform: uppercase; }
.status { display: inline-flex; align-items: center; gap: 7px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #f472ae; }
.separator { opacity: .55; }
h1 { font-family: 'Poppins', sans-serif; font-size: clamp(32px, 5.4vw, 68px); font-weight: 700; line-height: 1; letter-spacing: -.045em; margin: 0; max-width: 15em; }
.intro { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 4vw, 52px); align-items: end; margin-top: clamp(26px, 4vw, 46px); }
.intro > p { font-size: clamp(16.5px, 1.4vw, 20px); line-height: 1.55; color: #ffffffdb; margin: 0; max-width: 27em; text-wrap: pretty; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 9px; padding: 16px 28px; border-radius: 99px; border: 1.5px solid transparent; font-size: 15.5px; font-weight: 600; line-height: 1.2; cursor: pointer; transition: background .18s, color .18s, border-color .18s; }
.button-primary { background: #fff; color: #0a6e99; }
.button-primary:hover { background: #d81e77; color: #fff; }
.button-secondary { border-color: #ffffff73; color: #fff; background: transparent; list-style: none; }
.button-secondary::-webkit-details-marker { display: none; }
.button-secondary:hover, .shop[open] .button-secondary { border-color: #fff; background: #ffffff1f; }
.chevron { font-size: 11px; opacity: .8; transition: transform .18s; }
.shop[open] .chevron { transform: rotate(180deg); }
.shop { position: relative; }
.shop-menu { position: absolute; z-index: 20; top: calc(100% + 10px); right: 0; width: min(340px, calc(100vw - 56px)); padding: 8px; border-radius: 18px; background: #fff; box-shadow: 0 18px 44px #03223057; }
.shop-link { display: flex; gap: 13px; align-items: center; padding: 13px 14px; border-radius: 13px; color: #0e1116; }
.shop-link.venga:hover { background: #fdecec; }
.shop-link.snacking:hover { background: #e8f7ee; }
.shop-logo { flex: 0 0 56px; display: block; width: 56px; height: 56px; object-fit: contain; border-radius: 12px; background: #fff; }
.snacking .shop-logo { background: #00982f; }
.shop-link > span { min-width: 0; overflow-wrap: anywhere; }
.shop-link strong { display: block; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; }
.shop-link small { display: block; color: #5a616b; font-size: 12.5px; line-height: 1.5; margin-top: 2px; }
.footer { border-top: 1px solid #ffffff2e; }
.footer .container { padding-block: 18px; font-size: 13.5px; line-height: 1.5; color: #e6f4fa; }
.contact-dialog { width: calc(100% - 48px); max-width: 520px; max-height: calc(100svh - 48px); padding: clamp(24px, 4vw, 38px); border: 0; border-radius: 22px; background: #fafaf8; color: #0e1116; box-shadow: 0 26px 70px #03223066; overscroll-behavior: contain; }
.contact-dialog::backdrop { background: #03223099; backdrop-filter: blur(4px); }
body:has(.contact-dialog[open]) { overflow: hidden; }
.dialog-heading { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 22px; }
h2 { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 26px; letter-spacing: -.03em; line-height: 1.2; margin: 0; }
.dialog-heading p { font-size: 14.5px; line-height: 1.5; color: #5a616b; margin: 8px 0 0; }
.close-button { flex: 0 0 36px; height: 36px; border-radius: 50%; border: 1px solid #0e111624; background: #fff; color: #3c434d; font-size: 24px; line-height: 1; cursor: pointer; }
.close-button:hover { border-color: #d81e77; color: #d81e77; }
form { display: grid; gap: 12px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
label { display: block; font-size: 14px; font-weight: 500; line-height: 1.5; }
label > span { color: #b31660; }
input, textarea, select { display: block; width: 100%; margin-top: 5px; padding: 14px 16px; border-radius: 12px; border: 1.5px solid #0e111624; background: #fff; color: #3c434d; font-size: 16px; }
textarea { resize: vertical; min-height: 100px; }
input:focus, textarea:focus, select:focus { border-color: #0a6e99; outline: 2px solid #0a6e9933; outline-offset: 1px; }
.send-button { width: 100%; background: #d81e77; color: #fff; font-size: 16px; }
.send-button:hover { background: #0e1116; }
.send-button:disabled { opacity: .65; cursor: wait; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.form-feedback[data-state="error"] { background: #fdecec; color: #902044; }
.form-note, .direct-email { font-size: 13px; line-height: 1.5; color: #5a616b; margin: 0; text-align: center; }
.direct-email a, .form-feedback a { color: #086c94; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.form-feedback { margin: 0; background: #e6f4fa; padding: 14px; border-radius: 12px; color: #16445a; font-size: 14px; line-height: 1.5; }
@media (max-width: 700px) {
  .intro { grid-template-columns: minmax(0, 1fr); }
  .intro > p { max-width: 32em; }
  .actions { align-items: flex-start; }
  .header { flex-wrap: wrap; }
  .header-email { padding: 10px 14px; }
  .main { padding-bottom: 60px; }
  .shop-menu { right: auto; left: 0; }
}
@media (max-width: 480px) {
  .header-email { margin-left: 0; }
  .header { gap: 16px; }
  .eyebrow { column-gap: 8px; }
  .location { flex-basis: 100%; }
  .location-separator { display: none; }
  .actions { gap: 12px; }
  .shop-menu { left: auto; right: 0; }
  .button { padding-inline: 22px; }
  .contact-dialog { width: calc(100% - 24px); max-height: calc(100svh - 24px); padding: 24px; }
  .form-row { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 410px) { .shop-menu { left: 0; right: auto; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; } }
