@font-face {
  font-family: Nunito;
  font-style: normal;
  font-weight: 400 1000;
  font-display: swap;
  src: url('./fonts/nunito-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: Nunito;
  font-style: normal;
  font-weight: 400 1000;
  font-display: swap;
  src: url('./fonts/nunito-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('./fonts/dm-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('./fonts/dm-sans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

:root {
  color-scheme: light;
  --paper: #fff9ed;
  --tomato: #d93621;
  --tomato-dark: #b72817;
  --ink: #293328;
  --muted: #596050;
  --basil: #3e5b35;
  --butter: #f5e9c9;
  --peach: #f4bf91;
  --line: #d7ceb9;
  --input-border: #898773;
  --body: 'DM Sans', sans-serif;
  --display: Nunito, sans-serif;
  font-family: var(--body);
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  scroll-behavior: smooth;
  scrollbar-color: var(--basil) var(--paper);
  scroll-padding-block-start: 24px;
}
* { box-sizing: border-box; }
body { margin: 0; font-size: 16px; line-height: 1.6; }
::selection { background: var(--tomato); color: var(--paper); }
a { color: inherit; text-underline-offset: .2em; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
input { caret-color: var(--tomato); }
button:disabled { cursor: wait; opacity: .7; }
svg { display: block; }
h1, h2, h3, p, figure { margin: 0; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--basil); outline-offset: 5px; }
.container { width: min(1248px, calc(100% - 112px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 16px; padding: 12px 18px; transform: translateY(-200%); background: var(--basil); color: white; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { min-height: 124px; display: flex; align-items: center; gap: 30px; }
.wordmark { display: inline-block; position: relative; flex-shrink: 0; color: var(--tomato); text-decoration: none; font-family: var(--display); font-size: 42px; font-weight: 1000; letter-spacing: -.04em; line-height: 1; }
.wordmark > span { font-size: .63em; letter-spacing: -.03em; }
.brand-smile { position: absolute; width: 60px; height: 13px; left: 52px; top: 38px; fill: none; stroke: currentColor; stroke-width: 5; stroke-linecap: round; }
.launch-status { font-size: 13px; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border: 1px solid var(--line); border-radius: 100px; line-height: 1.2; }
.launch-status > span { width: 7px; height: 7px; background: var(--basil); border-radius: 50%; }
.site-header nav { display: flex; align-items: center; gap: 32px; margin-left: auto; font-size: 14px; font-weight: 600; }
.site-header nav a { text-decoration: none; }
.story-link { padding-block: 12px; }
.story-link:hover { color: var(--tomato-dark); text-decoration: underline; }
.header-signup { border: 1px solid var(--ink); border-radius: 100px; padding: 11px 20px; }
.header-signup:hover { background: var(--ink); color: var(--paper); }

.hero { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; column-gap: 36px; padding-top: 48px; padding-bottom: 62px; position: relative; }
.hero-copy { grid-column: 1; grid-row: 1; z-index: 1; }
h1 { font-family: var(--display); color: var(--tomato); font-size: clamp(64px, 6.7vw, 96px); line-height: 1.02; font-weight: 1000; letter-spacing: -.04em; }
.hero-intro { margin-top: 27px; max-width: 385px; font-size: 21px; font-weight: 600; line-height: 1.45; }
.hero-description { max-width: 405px; margin-top: 12px; font-size: 17px; color: var(--muted); line-height: 1.65; }
.food-stage { position: relative; grid-column: 2; grid-row: 1 / 3; width: 100%; min-height: 540px; align-self: start; margin-top: -2px; aspect-ratio: 1.02; isolation: isolate; }
.tablecloth { position: absolute; width: 91%; height: 88%; left: 5%; top: 6%; background: var(--peach) url('./tablecloth.svg') center / 62px 62px; border-radius: 49% 48% 45% 50%; transform: rotate(-12deg); z-index: -2; }
.plate { position: absolute; width: 79%; aspect-ratio: 1; left: 8%; top: 11%; border-radius: 50%; background: #faf9ef; border: 13px solid #f0eddf; box-shadow: 0 20px 32px rgb(104 54 22 / 17%); z-index: -1; }
.hero-food { position: absolute; width: 91%; height: auto; left: 2%; top: 2%; transform: rotate(-14deg); filter: drop-shadow(2px 18px 10px rgb(89 44 14 / 20%)); animation: food-arrival 850ms cubic-bezier(.16,1,.3,1) both; }
.food-note { position: absolute; right: 0; top: 1%; z-index: 2; color: var(--basil); background: var(--paper); padding: 9px 18px; font-family: var(--display); font-size: 15px; font-weight: 800; border-radius: 100px; transform: rotate(7deg); box-shadow: 0 7px 18px rgb(88 50 13 / 8%); }
.origin-seal { position: absolute; right: 0; bottom: 6%; width: 177px; aspect-ratio: 1; padding: 18px 12px 14px; border-radius: 50%; background: var(--basil); color: var(--paper); display: flex; align-items: center; justify-content: center; flex-direction: column; transform: rotate(9deg); box-shadow: 0 10px 24px rgb(47 66 30 / 12%); }
.origin-seal::before { content: ''; position: absolute; inset: 7px; border: 1px dashed #bdc59e; border-radius: 50%; pointer-events: none; }
.seal-heart { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; margin-bottom: 4px; }
.seal-top { font-size: 11px; }
.origin-seal strong { font-family: var(--display); font-weight: 1000; font-size: 43px; line-height: 1.1; letter-spacing: -.03em; }
.seal-bottom { font-size: 11px; }
.romanian-flag { display: flex; width: 22px; height: 9px; overflow: hidden; margin-top: 9px; border-radius: 1px; }
.romanian-flag i { flex: 1; background: #1954a3; }
.romanian-flag i:nth-child(2) { background: #ffda4a; }
.romanian-flag i:nth-child(3) { background: #ef5647; }
.food-stage figcaption { position: absolute; width: 76%; text-align: center; bottom: -7%; font-family: var(--display); font-weight: 700; font-size: 14px; color: var(--muted); transform: rotate(-3deg); }
@keyframes food-arrival { from { transform: translateY(12px) rotate(-9deg); } to { transform: translateY(0) rotate(-14deg); } }

.signup { grid-column: 1; grid-row: 2; margin-top: 31px; max-width: 492px; scroll-margin-top: 40px; z-index: 2; }
.signup h2 { font-family: var(--display); font-size: 22px; line-height: 1.3; letter-spacing: -.02em; font-weight: 900; }
.signup-description { margin-top: 5px; color: var(--muted); font-size: 14px; }
.email-control { display: flex; align-items: center; border: 1px solid var(--input-border); border-radius: 12px; padding: 6px; margin-top: 17px; background: #fffef9; min-height: 64px; transition: border-color 150ms; }
.email-control:focus-within { border-color: var(--basil); outline: 2px solid var(--basil); outline-offset: 2px; }
.email-control > svg { width: 21px; height: 21px; flex-shrink: 0; margin-left: 11px; color: var(--muted); fill: none; stroke: currentColor; stroke-width: 1.5; }
.email-control input { width: 100%; min-width: 0; border: 0; background: transparent; padding: 12px; font-size: 15px; color: var(--ink); }
.email-control input::placeholder { color: var(--muted); opacity: 1; }
.email-control input:focus-visible { outline: 0; }
.email-control input[aria-invalid='true'] { color: var(--tomato-dark); }
.email-control button { display: flex; align-items: center; justify-content: center; gap: 16px; flex-shrink: 0; border: 0; background: var(--tomato); color: white; border-radius: 8px; padding: 13px 17px; min-height: 50px; font-size: 14px; font-weight: 700; transition: background-color 150ms; }
.email-control button:hover { background: var(--tomato-dark); }
.email-control button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.consent-row { display: flex; align-items: flex-start; gap: 9px; margin-top: 14px; font-size: 12px; line-height: 1.65; color: var(--muted); }
.consent-row input { width: 17px; height: 17px; flex: 0 0 17px; margin: 2px 0 0; accent-color: var(--basil); cursor: pointer; }
.consent-row label { cursor: pointer; }
.consent-row a { color: var(--ink); }
.signup-hint { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--muted); margin-top: 11px; }
.signup-hint svg { width: 16px; height: 16px; fill: none; stroke: var(--basil); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.bot-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-message { font-size: 13px; line-height: 1.6; margin-top: 10px; }
.form-message:empty { margin-top: 0; }
.form-message.has-error { color: var(--tomato-dark); }
.success-message { display: flex; align-items: center; gap: 15px; padding: 24px 0; color: var(--basil); min-height: 146px; }
.success-message h3 { font-family: var(--display); font-size: 20px; font-weight: 900; line-height: 1.3; }
.success-message p { font-size: 14px; margin-top: 8px; }
.success-icon { display: grid; place-items: center; width: 46px; height: 46px; background: var(--basil); color: var(--paper); border-radius: 50%; flex-shrink: 0; }
.success-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.values-section { background: var(--butter); padding: 48px 0 55px; }
.values-heading { display: flex; align-items: baseline; gap: 24px; justify-content: space-between; margin-bottom: 30px; }
.values-heading h2 { font-family: var(--display); font-size: 31px; font-weight: 900; letter-spacing: -.03em; line-height: 1.2; }
.values-heading > p { font-size: 14px; color: var(--muted); }
.values-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 56px; }
.value-icon { width: 33px; height: 33px; fill: none; stroke: var(--tomato-dark); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 13px; }
.value h3 { font-family: var(--display); font-size: 21px; font-weight: 900; letter-spacing: -.02em; line-height: 1.3; }
.value p { color: var(--muted); margin-top: 8px; font-size: 15px; line-height: 1.65; max-width: 32ch; }

.site-footer { padding-top: 38px; padding-bottom: 25px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 32px; }
.footer-brand { display: flex; align-items: center; gap: 28px; }
.footer-brand .wordmark { font-size: 31px; }
.footer-brand p { font-size: 14px; color: var(--muted); }
.footer-links { display: flex; align-items: center; gap: 26px; font-size: 13px; }
.footer-links a { padding-block: 10px; }
.footer-links a:hover { color: var(--tomato-dark); }
.footer-meta { display: flex; flex-basis: 100%; justify-content: space-between; color: var(--muted); font-size: 11px; }

.back-link { margin-left: auto; font-size: 14px; }
.privacy-page { max-width: 780px; padding-top: 50px; padding-bottom: 75px; }
.privacy-page h1 { font-size: clamp(38px,5vw,64px); line-height: 1.08; }
.privacy-intro { margin-top: 25px; font-size: 20px; }
.privacy-page section { margin-top: 32px; }
.privacy-page h2 { font-family: var(--display); font-weight: 900; font-size: 24px; margin-bottom: 8px; }
.privacy-page p { max-width: 70ch; }
.privacy-page > p:not(.privacy-intro) { margin-top: 25px; }
.privacy-updated { font-size: 13px; color: var(--muted); }

@media (min-width: 1450px) {
  .hero { padding-top: 60px; padding-bottom: 78px; }
}
@media (max-width: 1100px) {
  .container { width: calc(100% - 72px); }
  .hero { column-gap: 24px; padding-top: 36px; }
  h1 { font-size: clamp(64px,7.4vw,84px); }
  .food-stage { min-height: 450px; margin-top: 24px; }
  .tablecloth { height: 80%; top: 7%; }
  .origin-seal { width: 146px; bottom: 7%; }
  .origin-seal strong { font-size: 35px; }
  .seal-top, .seal-bottom { font-size: 9px; }
  .food-note { font-size: 12px; }
  .food-stage figcaption { font-size: 12px; bottom: -1%; }
  .values-grid { gap: 30px; }
  .email-control button { gap: 8px; padding-inline: 12px; }
  .email-control > svg { display: none; }
  .hero-intro { font-size: 19px; }
  .site-header { gap: 22px; }
  .site-header nav { gap: 22px; }
}
@media (max-width: 800px) {
  .container { width: calc(100% - 40px); }
  .site-header { min-height: 96px; gap: 18px; }
  .wordmark { font-size: 35px; }
  .brand-smile { top: 31px; left: 44px; width: 50px; }
  .site-header nav .story-link { display: none; }
  .header-signup { font-size: 12px; padding: 9px 13px; }
  .launch-status { font-size: 11px; padding: 6px 9px; }
  .hero { column-gap: 20px; padding-top: 26px; }
  h1 { font-size: clamp(48px,7.5vw,62px); }
  .hero-description { font-size: 15px; }
  .hero-intro { font-size: 17px; }
  .food-stage { min-height: 350px; margin-top: 40px; }
  .food-note { right: -2%; font-size: 10px; padding: 8px 10px; }
  .origin-seal { width: 126px; bottom: 2%; }
  .origin-seal strong { font-size: 29px; }
  .seal-top, .seal-bottom { font-size: 8px; }
  .seal-heart { height: 14px; }
  .food-stage figcaption { bottom: -10%; width: 100%; font-size: 11px; }
  .signup { margin-top: 25px; }
  .signup h2 { font-size: 20px; }
  .signup-description { font-size: 13px; }
  .email-control { flex-wrap: wrap; background: transparent; border: 0; padding: 0; gap: 8px; }
  .email-control:focus-within { outline: none; }
  .email-control input { flex-basis: 100%; border: 1px solid var(--input-border); background: #fffef9; border-radius: 8px; min-height: 52px; }
  .email-control input:focus-visible { outline: 2px solid var(--basil); outline-offset: 2px; }
  .email-control button { width: 100%; justify-content: space-between; padding-inline: 16px; }
  .values-heading { display: block; }
  .values-heading > p { margin-top: 8px; }
  .values-grid { gap: 24px; }
  .value h3 { font-size: 19px; }
  .value p { font-size: 14px; }
  .footer-brand { gap: 20px; }
}
@media (max-width: 600px) {
  .container { width: calc(100% - 40px); }
  .site-header { min-height: 91px; justify-content: space-between; }
  .site-header nav { display: none; }
  .wordmark { font-size: 37px; }
  .brand-smile { top: 33px; left: 45px; }
  .launch-status { font-size: 12px; padding: 7px 11px; }
  .hero { grid-template-columns: 1fr; grid-template-rows: auto auto auto; padding-top: 27px; padding-bottom: 38px; }
  h1 { font-size: clamp(56px,14.2vw,83px); line-height: 1; }
  .hero-intro { font-size: 18px; margin-top: 22px; max-width: 320px; }
  .hero-description { font-size: 15px; max-width: 350px; margin-top: 10px; }
  .food-stage { grid-column: 1; grid-row: 2; width: min(100%,370px); min-height: 0; aspect-ratio: 1.12; margin: 27px auto 0; }
  .tablecloth { width: 83%; height: 89%; left: 7%; top: 4%; background-size: 42px; }
  .plate { width: 73%; left: 11%; top: 8%; border-width: 9px; }
  .hero-food { width: 82%; top: -2%; left: 7%; }
  .food-note { right: 0; top: -1%; font-size: 11px; }
  .origin-seal { width: 123px; bottom: 2%; right: 0; }
  .origin-seal strong { font-size: 30px; }
  .food-stage figcaption { display: none; }
  .signup { grid-column: 1; grid-row: 3; margin-top: 30px; max-width: none; }
  .signup h2 { font-size: 23px; }
  .signup-description { font-size: 14px; }
  .email-control { flex-wrap: nowrap; border: 1px solid var(--input-border); border-radius: 10px; padding: 5px; gap: 0; background: #fffef9; }
  .email-control:focus-within { outline: 2px solid var(--basil); outline-offset: 2px; }
  .email-control input { font-size: 16px; padding: 10px; border: 0; background: transparent; flex-basis: auto; min-height: 50px; }
  .email-control input:focus-visible { outline: none; }
  .email-control button { width: auto; font-size: 13px; padding-inline: 12px; gap: 8px; min-height: 48px; }
  .email-control button svg { width: 16px; height: 16px; }
  .consent-row { margin-top: 14px; font-size: 12px; gap: 9px; }
  .consent-row input { width: 19px; height: 19px; flex-basis: 19px; }
  .signup-hint { margin-top: 12px; font-size: 11px; }
  .values-section { padding: 34px 0 40px; }
  .values-heading { margin-bottom: 30px; }
  .values-heading h2 { font-size: 28px; }
  .values-heading > p { font-size: 13px; }
  .values-grid { display: flex; flex-direction: column; gap: 27px; }
  .value { display: grid; grid-template-columns: 38px 1fr; column-gap: 15px; }
  .value-icon { grid-column: 1; grid-row: 1 / 3; margin: 1px 0 0; }
  .value h3, .value p { grid-column: 2; }
  .value h3 { font-size: 20px; }
  .value p { max-width: 38ch; margin-top: 6px; }
  .site-footer { padding-top: 30px; gap: 25px; }
  .footer-brand { width: 100%; justify-content: space-between; gap: 15px; }
  .footer-brand .wordmark { font-size: 30px; }
  .footer-brand p { font-size: 12px; }
  .footer-links { gap: 24px; }
  .footer-meta { flex-wrap: wrap; gap: 9px; font-size: 10px; }
  .back-link { font-size: 12px; max-width: 132px; text-align: right; }
  .privacy-page { padding-top: 28px; padding-bottom: 40px; }
  .privacy-page h1 { font-size: 43px; line-height: 1.08; }
  .privacy-intro { font-size: 18px; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  h1 { font-size: 53px; }
  .signup h2 { font-size: 21px; }
  .email-control button svg { display: none; }
  .values-heading h2 { font-size: 25px; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media (forced-colors: active) {
  .email-control button, .success-icon { border: 1px solid ButtonText; }
  .origin-seal { border: 1px solid CanvasText; }
}

/* Explicit language navigation is available with and without JavaScript. */
.language-switch { display:inline-flex; align-items:center; gap:2px; padding:3px; border:1px solid var(--line); border-radius:7px; flex-shrink:0; }
.language-switch a { display:grid; place-items:center; min-width:34px; min-height:31px; padding:3px 7px; border-radius:4px; font-size:11px; font-weight:700; line-height:1; text-decoration:none; }
.language-switch a[aria-current="page"] { background:var(--ink); color:#fff; }
.language-switch a:hover { text-decoration:underline; text-underline-offset:3px; }
.privacy-nav { margin-left:auto; display:flex; align-items:center; gap:24px; }
@media(max-width:800px) { .site-header nav { gap:15px; } .privacy-nav { gap:16px; } }
@media(max-width:600px) { .site-header nav { display:flex; gap:10px; } .site-header nav .header-signup,.site-header nav .story-link { display:none; } .privacy-header { flex-wrap:wrap; padding-block:22px; row-gap:20px; } .privacy-header .privacy-nav { width:100%; justify-content:space-between; margin-left:0; } .privacy-header .back-link { max-width:none; text-align:left; } }
@media(max-width:600px) { .site-header:not(.privacy-header) { flex-wrap:wrap; padding-block:21px; gap:13px 12px; } .site-header:not(.privacy-header) .wordmark { font-size:33px; } .site-header:not(.privacy-header) .launch-status { margin-left:auto; font-size:10px; padding:6px 8px; } .site-header:not(.privacy-header) nav { margin-left:auto; } }
@media(max-width:380px) { .site-header:not(.privacy-header) .launch-status { display:none; } }

@media(max-width:600px) { .site-header:not(.privacy-header) { display:grid; grid-template-columns:1fr auto; gap:12px 16px; } .site-header:not(.privacy-header) .wordmark { grid-column:1; grid-row:1; } .site-header:not(.privacy-header) nav { grid-column:2; grid-row:1; margin:0; } .site-header:not(.privacy-header) .launch-status { display:inline-flex; grid-column:1 / -1; grid-row:2; margin:0; justify-self:start; } }

@media(max-width:600px) { .privacy-header { height:auto; min-height:0; } }
