/* ============================================================
   Neva Eco Cruise Catering — landing styles
   Ultra-minimalism. Pure white #FFF / solid black #000–#111.
   No colour. Hairline borders, sharp corners, lots of air.
   ============================================================ */

:root {
  --bg:      #FFFFFF;   /* pure white everywhere */
  --ink:     #000000;   /* headers, buttons, strong text */
  --body:    #111111;   /* body text */
  --muted:   #6B6B6B;   /* secondary text */
  --line:    #E6E6E6;   /* hairline borders */
  --line-2:  #111111;   /* emphasis border */

  --r:       2px;       /* sharp corners (max 4px) */
  --maxw:    1180px;
  --ease:    cubic-bezier(.22,.61,.36,1);

  --ff-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --ff-sans:  "Inter", "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--ff-sans);
  color: var(--body);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

h1, h2 { font-family: var(--ff-serif); font-weight: 600; line-height: 1.08; margin: 0; letter-spacing: -.015em; color: var(--ink); }
h3 { font-family: var(--ff-sans); font-weight: 700; line-height: 1.2; margin: 0; letter-spacing: -.01em; color: var(--ink); }

a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

/* anchor targets clear the fixed header */
section[id], footer[id] { scroll-margin-top: 70px; }

.accent { font-style: italic; color: var(--ink); }

/* ---------- Buttons (solid black / outlined black, sharp) ---------- */
.btn {
  --btn-bg: var(--ink);
  --btn-fg: #fff;
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  font-family: var(--ff-sans); font-weight: 600; font-size: 15px; letter-spacing: .01em;
  color: var(--btn-fg); background: var(--btn-bg);
  border: 1px solid var(--ink); border-radius: var(--r);
  padding: 13px 24px; cursor: pointer;
  transition: background-color .22s var(--ease), color .22s var(--ease);
  -webkit-tap-highlight-color: transparent;
  text-align: center;
}
.btn:hover { background: #fff; color: var(--ink); }      /* clean invert */
.btn:active { background: #f2f2f2; }
.btn:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }

.btn-lg { padding: 16px 32px; font-size: 16px; }
.btn-sm { padding: 9px 17px; font-size: 14px; }
.btn-block { width: 100%; }

/* WhatsApp / Telegram — monochrome (black), no brand colour */
.btn-wa, .btn-tg { --btn-bg: var(--ink); --btn-fg: #fff; }
.btn-light { --btn-bg: var(--ink); --btn-fg: #fff; }

/* outlined black */
.btn-ghost {
  --btn-bg: transparent; --btn-fg: var(--ink);
  border: 1px solid var(--ink);
}
.btn-ghost:hover { background: var(--ink); color: #fff; }

/* ---------- Messenger icons (CSS mask, colour follows text) ---------- */
.wa-ico, .tg-ico {
  width: 1.2em; height: 1.2em; flex: 0 0 auto;
  background-color: currentColor;
  -webkit-mask-position: center; mask-position: center;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-size: contain; mask-size: contain;
}
.wa-ico { -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2032%2032%27%3E%3Cpath%20d%3D%27M16%203C8.8%203%203%208.8%203%2016c0%202.3.6%204.5%201.8%206.5L3%2029l6.7-1.8c1.9%201%204%201.6%206.3%201.6%207.2%200%2013-5.8%2013-13S23.2%203%2016%203zm0%2023.6c-2%200-4-.5-5.7-1.6l-.4-.2-4%201.1%201.1-3.9-.3-.4C6.5%2020.4%206%2018.2%206%2016%206%2010.5%2010.5%206%2016%206s10%204.5%2010%2010-4.5%2010.6-10%2010.6zm5.7-7.6c-.3-.2-1.8-.9-2.1-1-.3-.1-.5-.2-.7.2-.2.3-.8%201-1%201.2-.2.2-.4.2-.7.1-.3-.2-1.3-.5-2.5-1.5-.9-.8-1.5-1.8-1.7-2.1-.2-.3%200-.5.1-.7l.5-.6c.2-.2.2-.3.3-.6.1-.2%200-.4%200-.6l-1-2.4c-.3-.6-.5-.5-.7-.5h-.6c-.2%200-.5.1-.8.4-.3.3-1%201-1%202.5s1.1%202.9%201.2%203.1c.2.2%202.2%203.4%205.3%204.7.7.3%201.3.5%201.7.7.7.2%201.4.2%201.9.1.6-.1%201.8-.7%202-1.4.3-.7.3-1.3.2-1.4-.1-.1-.3-.2-.6-.4z%27%2F%3E%3C%2Fsvg%3E"); mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2032%2032%27%3E%3Cpath%20d%3D%27M16%203C8.8%203%203%208.8%203%2016c0%202.3.6%204.5%201.8%206.5L3%2029l6.7-1.8c1.9%201%204%201.6%206.3%201.6%207.2%200%2013-5.8%2013-13S23.2%203%2016%203zm0%2023.6c-2%200-4-.5-5.7-1.6l-.4-.2-4%201.1%201.1-3.9-.3-.4C6.5%2020.4%206%2018.2%206%2016%206%2010.5%2010.5%206%2016%206s10%204.5%2010%2010-4.5%2010.6-10%2010.6zm5.7-7.6c-.3-.2-1.8-.9-2.1-1-.3-.1-.5-.2-.7.2-.2.3-.8%201-1%201.2-.2.2-.4.2-.7.1-.3-.2-1.3-.5-2.5-1.5-.9-.8-1.5-1.8-1.7-2.1-.2-.3%200-.5.1-.7l.5-.6c.2-.2.2-.3.3-.6.1-.2%200-.4%200-.6l-1-2.4c-.3-.6-.5-.5-.7-.5h-.6c-.2%200-.5.1-.8.4-.3.3-1%201-1%202.5s1.1%202.9%201.2%203.1c.2.2%202.2%203.4%205.3%204.7.7.3%201.3.5%201.7.7.7.2%201.4.2%201.9.1.6-.1%201.8-.7%202-1.4.3-.7.3-1.3.2-1.4-.1-.1-.3-.2-.6-.4z%27%2F%3E%3C%2Fsvg%3E"); }
.tg-ico { -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20d%3D%27M21.9%204.3%2018.7%2019.4c-.2%201-.9%201.3-1.7.8l-4.7-3.5-2.3%202.2c-.3.3-.5.5-1%20.5l.3-4.8%208.8-7.9c.4-.3-.1-.5-.6-.2L6.8%2013.2l-4.7-1.5c-1-.3-1-1%20.2-1.5l18.3-7c.8-.3%201.6.2%201.3%201.1z%27%2F%3E%3C%2Fsvg%3E"); mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20d%3D%27M21.9%204.3%2018.7%2019.4c-.2%201-.9%201.3-1.7.8l-4.7-3.5-2.3%202.2c-.3.3-.5.5-1%20.5l.3-4.8%208.8-7.9c.4-.3-.1-.5-.6-.2L6.8%2013.2l-4.7-1.5c-1-.3-1-1%20.2-1.5l18.3-7c.8-.3%201.6.2%201.3%201.1z%27%2F%3E%3C%2Fsvg%3E"); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  background: #fff; border-bottom: 1px solid var(--line);
  transition: box-shadow .3s var(--ease), padding .3s var(--ease);
  padding: 14px 0;
}
.site-header.scrolled { padding: 9px 0; box-shadow: 0 1px 0 rgba(0,0,0,.06); }
.header-inner { display: flex; align-items: center; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); }

/* ---------- Circular logo badge (NEVA / CRUISE CATERING) ---------- */
.brand-badge {
  position: relative; box-sizing: border-box;
  font-size: 19px;                 /* master scale for header badge */
  width: 2.9em; height: 2.9em;
  border-radius: 50%; background: #000; color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  flex: 0 0 auto; line-height: 1; text-align: center;
}
.brand-badge::before {
  content: ""; position: absolute; inset: .22em;
  border: 1px solid rgba(255,255,255,.55); border-radius: 50%; pointer-events: none;
}
.brand-badge-main {
  font-family: var(--ff-sans); font-weight: 400;
  font-size: .68em; letter-spacing: .14em; text-indent: .14em;   /* text-indent optically centers tracked caps */
}
.brand-badge-sub {
  font-family: var(--ff-sans); font-weight: 500;
  font-size: .2em; letter-spacing: .04em; text-indent: .04em;
  text-transform: uppercase; margin-top: 1.55em; opacity: .9; white-space: nowrap;
}
.brand-badge-lg { font-size: 46px; }   /* large footer badge */

@media (min-width: 860px) { .brand-badge { font-size: 21px; } }
.header-nav { display: none; margin-left: auto; gap: 30px; }
.header-nav a { color: var(--body); font-size: 14px; font-weight: 500; letter-spacing: .01em; transition: color .2s; }
.header-nav a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.header-cta { margin-left: auto; }

/* ---------- Hero (white, stark, lots of air) ---------- */
.hero { background: #fff; color: var(--body); padding: 124px 0 28px; }
.hero-inner { max-width: 880px; }
.hero-eyebrow {
  display: inline-block; font-size: 12px; letter-spacing: .26em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 22px; font-weight: 600;
  border-left: 2px solid var(--ink); padding-left: 12px;
}
.hero-title { font-size: clamp(36px, 8.5vw, 68px); font-weight: 700; max-width: 18ch; }
.hero-sub { margin: 26px 0 0; font-size: clamp(16px, 3.6vw, 20px); color: var(--muted); max-width: 50ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero-badges {
  list-style: none; margin: 44px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 14px 40px;
  font-size: 13px; color: var(--muted); letter-spacing: .02em; text-transform: uppercase;
}
.hero-badges li { display: flex; align-items: baseline; gap: 9px; }
.hero-badges span { font-family: var(--ff-serif); font-size: 26px; color: var(--ink); font-weight: 600; letter-spacing: 0; text-transform: none; }
.hero-figure { margin-top: 52px; }
.hero-figure img { width: 100%; height: clamp(220px, 46vw, 460px); object-fit: cover; border-radius: var(--r); filter: grayscale(8%); }

/* ---------- Sections ---------- */
.section { padding: 72px 0; }
.section-head { max-width: 680px; margin: 0 0 52px; }
.section-head h2 { font-size: clamp(28px, 6.2vw, 44px); }
.kicker { font-size: 12px; letter-spacing: .26em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin: 0 0 14px; }
.kicker-light { color: var(--muted); }
.section-lead { color: var(--muted); margin: 16px 0 0; font-size: 16.5px; max-width: 56ch; }

/* ---------- Features (white, hairline, black line-icons) ---------- */
.features { background: #fff; }
.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.feature {
  padding: 30px 22px 30px 0; border-top: 1px solid var(--line);
}
.feature-ico { display: inline-flex; align-items: center; justify-content: center; margin-bottom: 18px; color: var(--ink); }
.feature-ico svg { width: 30px; height: 30px; }
.feature h3 { font-size: 18px; margin-bottom: 9px; }
.feature p { margin: 0; font-size: 14.5px; color: var(--muted); }

/* ---------- Menu (white cards, hairline border, sharp) ---------- */
.menu { background: #fff; }
.menu-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden;
  display: flex; flex-direction: column;
  transition: border-color .3s var(--ease);
}
.card:hover { border-color: var(--ink); }
.card-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.card:hover .card-media img { transform: scale(1.05); }
.card-price {
  position: absolute; top: 0; right: 0;
  background: var(--ink); color: #fff; font-weight: 600; font-size: 13.5px;
  padding: 7px 13px; border-radius: 0; font-family: var(--ff-sans); letter-spacing: .02em;
}
.card-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.card-body h3 { font-size: 19px; margin-bottom: 9px; }
.card-body p { margin: 0 0 22px; font-size: 14.5px; color: var(--muted); flex: 1; }

/* Promo tile — white with emphasis (black) border */
.card-promo { background: #fff; border: 1px solid var(--ink); }
.card-promo-inner { padding: 30px 24px; display: flex; flex-direction: column; height: 100%; justify-content: center; }
.card-promo h3 { font-size: 23px; margin-bottom: 12px; }
.card-promo p { color: var(--muted); font-size: 15px; margin: 0 0 24px; }

/* ---------- How it works (white, big serif numerals) ---------- */
.how { background: #fff; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; grid-template-columns: 1fr; }
.step { position: relative; padding: 28px 20px 28px 0; border-top: 1px solid var(--line); }
.step-num {
  display: block; font-family: var(--ff-serif); font-weight: 600; font-size: 34px;
  color: var(--ink); line-height: 1; margin-bottom: 16px;
}
.step h3 { font-size: 18px; margin-bottom: 7px; }
.step p { margin: 0; color: var(--muted); font-size: 14.5px; }

/* ---------- Atmosphere strip (white, centered, clean image) ---------- */
.strip { background: #fff; color: var(--body); text-align: center; padding: 72px 0; }
.strip-inner { max-width: 640px; margin: 0 auto; }
.strip-inner h2 { font-size: clamp(27px, 6vw, 42px); }
.strip-inner p { color: var(--muted); margin: 16px 0 30px; font-size: 17px; }
.strip-figure { margin-top: 48px; }
.strip-figure img { width: 100%; height: clamp(200px, 40vw, 420px); object-fit: cover; border-radius: var(--r); filter: grayscale(8%); }

/* ---------- Footer (white) ---------- */
.site-footer { background: #fff; color: var(--body); padding: 80px 0 36px; border-top: 1px solid var(--ink); }
.footer-cta { text-align: center; max-width: 660px; margin: 0 auto 60px; }
.footer-cta h2 { font-size: clamp(26px, 6vw, 40px); margin-bottom: 32px; }
.footer-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.footer-note { color: var(--muted); margin: 28px 0 0; font-size: 14.5px; }
.footer-bottom {
  border-top: 1px solid var(--line); padding-top: 30px;
  display: flex; flex-direction: column; gap: 16px; align-items: center; text-align: center;
}
.brand-footer { display: inline-flex; }
.footer-org { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin: 4px 0 0; }
.copy { color: var(--muted); font-size: 13px; margin: 0; }

/* ---------- Sticky mobile CTA (black) ---------- */
.sticky-cta {
  position: fixed; z-index: 70; left: 12px; right: 12px; bottom: 12px;
  display: flex; align-items: center; justify-content: center; gap: .5em;
  background: var(--ink); color: #fff; font-weight: 600; font-size: 16px;
  padding: 15px 20px; border-radius: var(--r); border: 1px solid var(--ink);
  transition: transform .3s var(--ease);
}
.sticky-cta .wa-ico { width: 1.3em; height: 1.3em; }
.sticky-cta:active { transform: scale(.98); }

@media (max-width: 859px) {
  .site-footer { padding-bottom: 100px; }
}

/* ---------- Reveal animation (only when JS active; no-JS = visible) ---------- */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   Breakpoints
   ============================================================ */
@media (min-width: 600px) {
  .menu-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .features-grid { gap: 0 36px; }
}

@media (min-width: 860px) {
  .header-nav { display: flex; }
  .header-cta { margin-left: 0; }
  .sticky-cta { display: none; }
  .section { padding: 110px 0; }
  .features-grid { grid-template-columns: repeat(4, 1fr); gap: 0 30px; }
  .menu-grid { grid-template-columns: repeat(3, 1fr); gap: 26px; }
  .steps { grid-template-columns: repeat(4, 1fr); gap: 0 30px; }
  .hero { padding: 150px 0 40px; }
  .feature { padding: 34px 22px 34px 0; }
}

@media (min-width: 1080px) {
  .hero-title { font-size: 68px; }
}
