/* ================================================
   COFFEE ISLAND CAREERS — REDESIGNED
   Warm Editorial · Modern Careers
   Fonts: Outfit + Inter
   ================================================ */

/* ── TOKENS ────────────────────────────────────── */
:root {
  --ink:    #09090B;
  --s1:     #0F0F12;
  --s2:     #141418;
  --s3:     #1C1C22;
  --s4:     #242429;

  --gold:   #FF4D00;
  --amber:  #FF9A00;
  --cream:  #FAFAF9;
  --muted:  #71717A;
  --border: rgba(255,77,0,.15);

  --grad:   linear-gradient(135deg, var(--gold), var(--amber));
  --grad-t: linear-gradient(135deg, var(--gold), var(--amber));

  --r:   10px;
  --rl:  20px;
  --pill: 999px;

  --sh:   0 8px 40px rgba(0,0,0,.65);
  --sh-g: 0 8px 32px rgba(255,77,0,.28);

  --t:  .22s ease;
  --ts: .32s cubic-bezier(.175,.885,.32,1.275);

  --font-d: 'Outfit', system-ui, sans-serif;
  --font-b: 'Inter', system-ui, sans-serif;
}

/* ── RESET ─────────────────────────────────────── */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
[hidden] { display: none !important; }
html  { scroll-behavior: smooth; }
body  {
  font-family: var(--font-b);
  background: var(--ink);
  color: var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar       { width: 5px; }
::-webkit-scrollbar-track { background: var(--s1); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }

.container { max-width: 1160px; margin: 0 auto; padding: 0 28px; }
body.has-demo-banner { padding-bottom: 42px; }
body.has-demo-banner .hero { padding-bottom: 56px; }

/* Grain texture */
.grain {
  position: fixed; inset: 0; z-index: 9999;
  pointer-events: none; opacity: .032;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px;
}

/* Text utilities */
.text-amber {
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── NAVBAR ─────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: rgba(9,9,11,.85);
  backdrop-filter: blur(24px) saturate(1.6);
  border-bottom: 1px solid var(--border);
  transition: var(--t);
}
.nav-inner {
  max-width: 1160px; margin: 0 auto;
  padding: 14px 28px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-brand {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none;
}
.nav-ico   { font-size: 22px; line-height: 1; }
.nav-name  { font-family: var(--font-d); font-weight: 700; font-size: 16px; color: var(--cream); }
.nav-pill  {
  font-size: 11px; font-weight: 600; letter-spacing: .06em;
  background: var(--grad); color: #0D0300;
  padding: 3px 10px; border-radius: var(--pill);
}
.nav-cta {
  font-family: var(--font-d); font-weight: 600; font-size: 14px;
  color: var(--cream); text-decoration: none;
  border: 1.5px solid rgba(255,77,0,.4);
  padding: 9px 22px; border-radius: var(--pill);
  transition: var(--t);
}
.nav-cta:hover { background: var(--grad); color: #0D0300; border-color: transparent; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 3px;
}

/* ── HERO ───────────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: flex; flex-direction: column;
  justify-content: center;
  position: relative; overflow: hidden;
  padding-top: 80px;
}

/* Grid overlay on hero */
.hero::after {
  content: '';
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,77,0,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,77,0,.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black 40%, transparent 100%);
}

/* Ambient glow */
.hero-glow {
  position: absolute; border-radius: 50%;
  pointer-events: none; filter: blur(120px);
}
.g1 { width: 800px; height: 600px; background: radial-gradient(ellipse, rgba(255,77,0,.13), transparent 70%); top: -100px; right: -200px; }
.g2 { width: 500px; height: 500px; background: radial-gradient(ellipse, rgba(255,154,0,.08), transparent 70%); bottom: 0; left: -100px; }

.hero-inner {
  max-width: 1160px; margin: 0 auto; width: 100%;
  padding: 80px 28px 20px;
  position: relative; z-index: 1;
}

/* Eyebrow */
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-b); font-size: 13px; font-weight: 500;
  color: var(--gold); letter-spacing: .04em;
  margin-bottom: 28px;
}
.live-dot {
  width: 8px; height: 8px; border-radius: 50%; background: #22C55E;
  box-shadow: 0 0 0 3px rgba(34,197,94,.25), 0 0 8px rgba(34,197,94,.5);
  animation: livePulse 2s ease-in-out infinite;
}
@keyframes livePulse {
  0%,100% { box-shadow: 0 0 0 3px rgba(34,197,94,.25), 0 0 8px rgba(34,197,94,.5); }
  50%     { box-shadow: 0 0 0 6px rgba(34,197,94,.1), 0 0 16px rgba(34,197,94,.3); }
}

/* Display headline */
.hero-h1 {
  font-family: var(--font-d);
  font-size: clamp(52px, 7.5vw, 96px);
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -.02em;
  color: var(--cream);
  margin-bottom: 28px;
}
.hero-h1 em {
  font-style: normal;
  background: var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 32px rgba(255,77,0,.5));
}

.hero-sub {
  font-size: 17px; color: var(--muted);
  max-width: 520px; line-height: 1.7;
  margin-bottom: 36px;
}

/* CTAs */
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }

.cta-primary {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-d); font-weight: 600; font-size: 16px;
  background: var(--grad); color: #0D0300;
  padding: 14px 32px; border-radius: var(--pill);
  text-decoration: none;
  box-shadow: var(--sh-g);
  transition: var(--t);
}
.cta-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 48px rgba(255,77,0,.55), 0 0 0 1px rgba(255,77,0,.3) inset; }
.cta-primary:active { transform: scale(.97); }
.arr { transition: transform var(--t); }
.cta-primary:hover .arr { transform: translateX(4px); }

.cta-ghost {
  display: inline-flex; align-items: center;
  font-family: var(--font-d); font-weight: 500; font-size: 15px;
  color: var(--muted); text-decoration: none;
  padding: 14px 28px; border-radius: var(--pill);
  border: 1.5px solid var(--border);
  transition: var(--t);
}
.cta-ghost:hover { border-color: rgba(255,77,0,.4); color: var(--cream); }

/* Chips */
.hero-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  font-size: 12px; font-weight: 500;
  background: rgba(255,255,255,.04); border: 1px solid var(--border);
  padding: 6px 14px; border-radius: var(--pill);
  color: var(--muted); transition: var(--t);
  cursor: default;
}
.chip:hover { border-color: rgba(255,77,0,.35); color: var(--cream); }

/* Stats bar */
.hero-stat-bar {
  position: relative; z-index: 1;
  border-top: 1px solid var(--border);
  background: rgba(9,9,11,.6);
  backdrop-filter: blur(12px);
  margin-top: 60px;
}
.hstats {
  display: flex; align-items: center; gap: 0;
  padding: 24px 0;
}
.hstat { padding: 0 32px; }
.hstat b { display: block; font-family: var(--font-d); font-size: 22px; font-weight: 700; color: var(--gold); line-height: 1.1; }
.hstat span { font-size: 12px; color: var(--muted); }
.hdiv { width: 1px; height: 36px; background: var(--border); flex-shrink: 0; }

/* ── SECTION SHARED ─────────────────────────────── */
section { padding: 100px 0; }

.sec-eyebrow {
  display: inline-block;
  font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px;
}
.sec-h2 {
  font-family: var(--font-d);
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 700; line-height: 1.1;
  letter-spacing: -.02em;
  margin-bottom: 56px;
}

/* ── STORES ─────────────────────────────────────── */
.stores-sec { background: var(--s1); }
.stores-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.store-card {
  background: var(--s2); border: 1px solid var(--border);
  border-radius: var(--rl); padding: 40px;
  position: relative; overflow: hidden;
  transition: var(--t); cursor: default;
}
.store-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--grad); opacity: 0; transition: var(--t);
}
.store-card:hover { border-color: rgba(255,77,0,.4); transform: translateY(-4px); box-shadow: var(--sh), 0 0 0 1px rgba(255,77,0,.12); }
.store-card:hover::before { opacity: 1; }
.store-card.featured { border-color: rgba(255,77,0,.28); }
.store-card.featured::before { opacity: .6; }

.store-idx {
  font-family: var(--font-d); font-size: 72px; font-weight: 700;
  color: rgba(255,77,0,.1); line-height: 1; margin-bottom: 12px;
  user-select: none;
}
.store-card h3 { font-family: var(--font-d); font-size: 24px; font-weight: 700; margin-bottom: 6px; }
.store-addr  { font-size: 14px; color: var(--muted); margin-bottom: 20px; }
.store-chips { display: flex; gap: 6px; flex-wrap: wrap; }
.store-chips span {
  font-size: 11px; font-weight: 600;
  background: rgba(255,77,0,.1); border: 1px solid rgba(255,77,0,.2);
  color: var(--gold); padding: 4px 12px; border-radius: var(--pill);
}
.store-pin {
  position: absolute; bottom: 28px; right: 32px;
  font-size: 40px; opacity: .18;
}

/* ── BENTO PERKS ────────────────────────────────── */
.perks-sec { background: var(--ink); }

.bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto;
  gap: 16px;
}
.bc-train  { grid-column: span 7; }
.bc-time   { grid-column: span 5; }
.bc-coffee { grid-column: span 5; }
.bc-team   { grid-column: span 7; }

.bento-card {
  background: var(--s2); border: 1px solid var(--border);
  border-radius: var(--rl); padding: 36px;
  transition: var(--t); position: relative; overflow: hidden;
}
.bento-card:hover { border-color: rgba(255,77,0,.32); transform: translateY(-3px); box-shadow: var(--sh); }

.bc-ico  { font-size: 40px; display: block; margin-bottom: 20px; }
.bento-card h3 {
  font-family: var(--font-d); font-size: 22px; font-weight: 700;
  margin-bottom: 10px; color: var(--cream);
}
.bento-card p { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* Coffee bento highlight */
.bc-coffee { background: var(--s3); display: flex; flex-direction: column; justify-content: flex-end; }
.coffee-visual {
  font-size: 72px; line-height: 1; margin-bottom: 20px;
  filter: drop-shadow(0 8px 24px rgba(255,77,0,.35));
}

/* Team bento */
.bc-team { background: linear-gradient(135deg, var(--s2), rgba(255,77,0,.06)); }

/* ── APPLY / FORM ───────────────────────────────── */
.apply-sec { background: var(--s1); }

.form-shell {
  max-width: 760px; margin: 0 auto;
  background: var(--s2); border: 1px solid var(--border);
  border-radius: 24px; padding: 44px;
  box-shadow: var(--sh);
}

/* Step track */
.step-track {
  display: flex; align-items: center;
  gap: 0; margin-bottom: 12px;
}
.step-item {
  display: flex; flex-direction: column; align-items: center;
  gap: 6px; position: relative; z-index: 1;
}
.step-item > span { display: none; }
.step-bar {
  flex: 1; height: 1px; background: var(--border);
  margin: 0 6px; position: relative; top: -12px;
  transition: background var(--t);
}
.step-num {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1.5px solid var(--border);
  background: var(--s2); color: var(--muted);
  font-family: var(--font-d); font-size: 13px; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
  transition: var(--ts);
}
.step-item > span { font-size: 11px; color: var(--muted); white-space: nowrap; transition: var(--t); }

.step-item.active .step-num {
  background: var(--grad); color: #0D0300;
  border-color: transparent;
  box-shadow: 0 0 0 4px rgba(255,77,0,.2), 0 0 16px rgba(255,77,0,.35);
}
.step-item.done .step-num {
  background: rgba(255,77,0,.15); color: var(--gold);
  border-color: rgba(255,77,0,.3);
}
.step-item.done .step-num::after { content: '✓'; }
.step-item.done > span,
.step-item.active > span { color: var(--gold); }

/* Progress fill */
.prog-track {
  height: 3px; background: rgba(255,255,255,.06);
  border-radius: 2px; margin-bottom: 36px; overflow: hidden;
}
.prog-fill {
  height: 100%; background: var(--grad); border-radius: 2px;
  transition: width .5s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 0 10px rgba(255,77,0,.4);
}

/* Form steps */
.f-step { display: none; }
.f-step.active { display: block; animation: stepIn .35s ease; }
@keyframes stepIn {
  from { opacity:0; transform:translateY(10px); }
  to   { opacity:1; transform:translateY(0); }
}

.f-intro { margin-bottom: 28px; }
.f-intro h3 { font-family: var(--font-d); font-size: 22px; font-weight: 700; margin-bottom: 4px; }
.f-intro p  { font-size: 14px; color: var(--muted); }

/* Form grid */
.f-grid  { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.f-field { display: flex; flex-direction: column; gap: 7px; }
.f-field.full { grid-column: 1 / -1; }

.f-field > label {
  font-size: 12px; font-weight: 600; letter-spacing: .04em;
  text-transform: uppercase; color: var(--muted);
}
.f-field > label small { font-size: 11px; text-transform: none; letter-spacing: 0; opacity: .7; }

/* Inputs */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
select,
textarea {
  width: 100%;
  background: var(--s3); border: 1.5px solid var(--border);
  border-radius: var(--r); padding: 12px 16px;
  color: var(--cream); font-family: var(--font-b); font-size: 15px;
  transition: var(--t); outline: none;
  -webkit-appearance: none; appearance: none;
}
input:focus, select:focus, textarea:focus {
  border-color: rgba(255,77,0,.7);
  background: var(--s4);
  box-shadow: 0 0 0 3px rgba(255,77,0,.12), 0 0 0 1px rgba(255,77,0,.3) inset;
}
input::placeholder, textarea::placeholder { color: var(--muted); opacity: .6; }
input.is-error, select.is-error { border-color: #EF5350 !important; }

select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23FF4D00' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
  padding-right: 42px;
}
select option { background: var(--s2); }
textarea { resize: vertical; min-height: 90px; line-height: 1.6; }

.f-err  { font-size: 12px; color: #EF5350; min-height: 16px; }
.f-hint { font-size: 12px; color: var(--muted); margin-top: 6px; display: block; }

/* Chip checkboxes */
.chip-checks, .chip-radios { display: flex; flex-wrap: wrap; gap: 8px; }

.chip-check, .chip-radio {
  cursor: pointer; user-select: none;
}
.chip-check input, .chip-radio input,
.toggle-check input {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap;
}

.chip-check span, .chip-radio span {
  display: block;
  font-size: 13px; font-weight: 500;
  background: var(--s3); border: 1.5px solid var(--border);
  padding: 8px 16px; border-radius: var(--pill);
  color: var(--muted);
  transition: var(--t);
}
.chip-check:hover span, .chip-radio:hover span {
  border-color: rgba(255,77,0,.4); color: var(--cream);
}
.chip-check input:focus-visible + span,
.chip-radio input:focus-visible + span,
.toggle-check input:focus-visible + .toggle-box {
  outline: 2px solid var(--amber);
  outline-offset: 3px;
}
.chip-check input:checked + span {
  background: rgba(255,77,0,.15);
  border-color: rgba(255,77,0,.5);
  color: var(--gold);
}
.chip-radio input:checked + span {
  background: rgba(255,77,0,.15);
  border-color: rgba(255,77,0,.5);
  color: var(--gold);
}

/* Drop zone */
.drop-zone {
  border: 2px dashed var(--border);
  border-radius: var(--rl); padding: 48px 24px;
  text-align: center; cursor: pointer;
  transition: var(--t); background: var(--s3);
  position: relative;
}
.drop-zone:hover, .drop-zone.drag-over {
  border-color: rgba(255,77,0,.5); background: var(--s4);
}
.hidden-input {
  position: absolute; inset: 0; opacity: 0;
  cursor: pointer; width: 100%; height: 100%;
}
.dz-ico { font-size: 44px; display: block; margin-bottom: 14px; }
.dz-idle strong { font-family: var(--font-d); font-size: 17px; display: block; margin-bottom: 6px; }
.dz-idle p      { font-size: 14px; color: var(--muted); margin-bottom: 8px; }
.dz-hint { font-size: 12px; color: var(--muted); opacity: .6; }
.link { color: var(--amber); text-decoration: underline; cursor: pointer; }

.dz-done {
  display: flex; align-items: center; justify-content: center; gap: 16px;
}
.dz-check {
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(76,175,80,.2); border: 1.5px solid rgba(76,175,80,.4);
  color: #81C784; font-size: 18px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
}
.dz-done strong { display: block; font-size: 15px; margin-bottom: 2px; }
.dz-done small  { color: var(--muted); font-size: 12px; }
.dz-rm {
  background: none; border: none; color: var(--muted);
  cursor: pointer; font-size: 18px; line-height: 1;
  transition: var(--t); padding: 4px 8px;
}
.dz-rm:hover { color: #EF5350; }

.camera-zone {
  overflow: hidden;
  border-radius: 28px !important;
}
.camera-capture {
  cursor: default;
  text-align: center;
}
.camera-preview {
  width: min(100%, 320px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;                  /* πλήρως κυκλικό live video */
  background: #111;
  display: block;
  margin: 0 auto 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  border: 4px solid #FFF9EA;
}
/* Selfie preview μετά τη λήψη — κυκλικό avatar */
.selfie-done {
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px;
}
.selfie-preview-thumb {
  width: min(100%, 280px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  background: #111;
  display: block;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  border: 4px solid #FFF9EA;
}
.selfie-done-info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
.selfie-done-info .dz-check {
  background: #2ecc71;
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}
.selfie-done .dz-rm {
  background: #15110C;
  color: #FFFDF6;
  border: 1.5px solid #15110C;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.15s;
}
.selfie-done .dz-rm:hover {
  background: #e8a020;
  color: #15110C;
  border-color: #e8a020;
}
.camera-canvas {
  display: none;
}
.camera-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.camera-actions .small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 13px;
}

/* GDPR toggle */
.toggle-check {
  display: flex; align-items: flex-start; gap: 12px;
  cursor: pointer; user-select: none;
}
.toggle-box {
  flex-shrink: 0; width: 22px; height: 22px;
  border: 1.5px solid var(--border); border-radius: 6px;
  background: var(--s3); transition: var(--t);
  display: flex; align-items: center; justify-content: center;
  margin-top: 1px;
}
.toggle-check input:checked + .toggle-box {
  background: var(--grad); border-color: transparent;
}
.toggle-check input:checked + .toggle-box::after {
  content: '✓'; color: #0D0300; font-size: 13px; font-weight: 800;
}
.toggle-txt { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* Form nav */
.f-nav {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 32px; padding-top: 24px;
  border-top: 1px solid var(--border); gap: 10px;
}
.step-lbl { font-size: 13px; color: var(--muted); }

.btn-ghost-sm {
  font-family: var(--font-d); font-size: 14px; font-weight: 600;
  background: none; border: 1.5px solid var(--border);
  color: var(--muted); padding: 11px 22px; border-radius: var(--pill);
  cursor: pointer; transition: var(--t);
}
.btn-ghost-sm:hover { border-color: rgba(255,77,0,.4); color: var(--cream); }

.btn-primary-sm {
  font-family: var(--font-d); font-size: 14px; font-weight: 700;
  background: var(--grad); color: #0D0300;
  padding: 11px 28px; border-radius: var(--pill);
  border: none; cursor: pointer;
  display: inline-flex; align-items: center; gap: 6px;
  box-shadow: var(--sh-g); transition: var(--t);
}
.btn-primary-sm:hover    { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(255,77,0,.5), 0 0 0 1px rgba(255,77,0,.25) inset; }
.btn-primary-sm:disabled { opacity: .55; cursor: not-allowed; transform: none; box-shadow: none; }

.spinner { animation: spin 1s linear infinite; display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Form success */
.form-ok { text-align: center; padding: 64px 20px; }
.ok-ring {
  width: 84px; height: 84px; border-radius: 50%;
  background: var(--grad);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-d); font-size: 36px; font-weight: 800; color: #0D0300;
  margin: 0 auto 24px;
  animation: popIn .5s cubic-bezier(.175,.885,.32,1.275);
}
@keyframes popIn {
  from { transform:scale(0); opacity:0; }
  to   { transform:scale(1); opacity:1; }
}
.form-ok h3 { font-family: var(--font-d); font-size: 30px; font-weight: 700; margin-bottom: 12px; }
.form-ok p  { font-size: 15px; color: var(--muted); margin-bottom: 8px; line-height: 1.7; }
.ok-note    { color: var(--amber) !important; }

/* ── FOOTER ─────────────────────────────────────── */
.footer { background: var(--ink); border-top: 1px solid var(--border); padding: 40px 0 24px; }
.footer-row {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px; margin-bottom: 24px;
}
.footer-brand { display: flex; align-items: center; gap: 14px; }
.f-ico { font-size: 30px; }
.footer-brand strong { font-family: var(--font-d); font-size: 16px; font-weight: 700; display: block; }
.footer-brand small  { font-size: 12px; color: var(--muted); }
.footer-locs { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-locs span { font-size: 13px; color: var(--muted); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 18px; font-size: 12px; color: var(--muted); }

/* ── TOAST ──────────────────────────────────────── */
.toast {
  position: fixed; bottom: 28px; left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: var(--s2); border: 1px solid var(--border);
  padding: 12px 28px; border-radius: var(--pill);
  font-size: 14px; z-index: 9999; pointer-events: none;
  transition: transform .4s var(--ts), opacity .4s;
  opacity: 0; white-space: nowrap; max-width: 90vw;
}
.toast.show    { transform: translateX(-50%) translateY(0); opacity: 1; }
.toast.success { border-color: #388E3C; color: #81C784; }
.toast.error   { border-color: #C62828; color: #EF9A9A; }

/* ── DEMO BANNER ────────────────────────────────── */
.demo-banner {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: rgba(9,9,11,.95); backdrop-filter: blur(10px);
  padding: 10px 24px; text-align: center;
  font-size: 13px; z-index: 300;
  border-top: 1px solid var(--amber);
  color: var(--muted);
}
.demo-banner strong { color: var(--amber); }

/* ── RESPONSIVE ─────────────────────────────────── */
@media (max-width: 960px) {
  .bento     { grid-template-columns: 1fr 1fr; }
  .bc-train, .bc-time, .bc-coffee, .bc-team { grid-column: span 1; }
  .hstat     { padding: 0 20px; }
}

@media (max-width: 768px) {
  .nav-inner { padding: 12px 18px; gap: 12px; }
  .nav-brand { min-width: 0; gap: 8px; }
  .nav-name { font-size: 14px; line-height: 1.15; }
  .nav-pill { display: none; }
  .nav-cta { padding: 8px 14px; font-size: 13px; white-space: nowrap; }
  .hero-h1 { font-size: clamp(44px, 10vw, 60px); }
  .stores-grid { grid-template-columns: 1fr; }
  .f-grid  { grid-template-columns: 1fr; }
  .f-field.full { grid-column: auto; }
  .form-shell { padding: 28px 20px; }
  .step-item > span { display: none; }
  .step-track { gap: 4px; }
  .hstats { flex-wrap: wrap; padding: 16px 0; }
  .hstat  { padding: 8px 16px; }
  .hdiv   { display: none; }
  .f-nav  { flex-wrap: wrap; }
  .step-lbl { order: -1; width: 100%; text-align: center; }
}

@media (max-width: 500px) {
  .container { padding: 0 20px; }
  .nav-inner { padding: 10px 16px; }
  .nav-ico { font-size: 20px; }
  .nav-name { max-width: 92px; }
  .bento   { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  body.has-demo-banner .hero-actions { margin-bottom: 84px; }
  body.has-demo-banner .hero-actions .cta-ghost { display: none; }
  .form-shell { border-radius: 16px; }
  .hero-inner { padding-left: 28px; padding-right: 28px; }
  .toast { white-space: normal; text-align: center; width: calc(100vw - 32px); }
}

/* ── APPLICATION ONLY PAGE ───────────────────────── */
body.application-only {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(242,169,0,.16), transparent 240px),
    var(--ink);
}
body.application-only.has-demo-banner { padding-bottom: 0; }
body.application-only .apply-sec {
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  padding: 56px 0;
  background: transparent;
}
body.application-only .sec-eyebrow,
body.application-only .sec-h2 {
  text-align: center;
  display: block;
}
body.application-only .sec-h2 {
  margin-bottom: 28px;
}
body.application-only .form-shell {
  max-width: 820px;
}

@media (max-width: 768px) {
  body.application-only .apply-sec { padding: 34px 0; }
}

/* ── COFFEE ISLAND BRAND PASS ───────────────────── */
:root {
  --ink: #F7F2E7;
  --s1: #EFE6D4;
  --s2: #FFFDF6;
  --s3: #F8EFD9;
  --s4: #E9D7B8;
  --gold: #F2A900;
  --amber: #C66A24;
  --cream: #15110C;
  --muted: #6D6255;
  --border: rgba(21,17,12,.14);
  --grad: linear-gradient(135deg, #F2A900, #FFCF45);
  --sh: 0 20px 60px rgba(21,17,12,.16);
  --sh-g: 0 16px 36px rgba(242,169,0,.28);
}

body {
  background: var(--ink);
  color: var(--cream);
}

.nav {
  background: rgba(247,242,231,.92);
  backdrop-filter: blur(18px);
}
.nav-logo,
.footer-logo {
  width: 38px; height: 38px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(21,17,12,.1);
}
.nav-ico,
.f-ico { display: none; }
.nav-cta {
  background: var(--cream);
  color: var(--s2);
  border-color: var(--cream);
}
.nav-cta:hover {
  background: var(--gold);
  color: var(--cream);
}

.hero {
  min-height: 96vh;
  isolation: isolate;
  background: #111;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero::after {
  background:
    linear-gradient(90deg, rgba(12,10,7,.82) 0%, rgba(12,10,7,.62) 44%, rgba(12,10,7,.12) 100%),
    linear-gradient(0deg, rgba(12,10,7,.34), rgba(12,10,7,.12));
}
.hero-inner {
  color: #fff;
  padding-top: 120px;
  padding-bottom: 28px;
}
.hero-inner::before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 28px;
  top: 100px;
  width: min(620px, calc(100% - 56px));
  height: min(460px, calc(100% - 100px));
  background: linear-gradient(135deg, rgba(21,17,12,.9), rgba(21,17,12,.72));
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
  backdrop-filter: blur(6px);
}
.hero-inner > * {
  position: relative;
  z-index: 1;
}
.hero-eyebrow {
  background: rgba(255,255,255,.92);
  color: var(--cream);
  border: 0;
}
.hero-h1,
.hero-sub { color: #fff; }
.hero-h1 em { color: var(--gold); }
.hero-h1 {
  text-shadow: 0 3px 24px rgba(0,0,0,.32);
}
.hero-sub {
  color: rgba(255,255,255,.88) !important;
  text-shadow: 0 1px 16px rgba(0,0,0,.18);
}
.cta-primary {
  background: var(--gold);
  color: var(--cream);
}
.cta-ghost {
  background: rgba(255,255,255,.12);
  color: #fff;
  border-color: rgba(255,255,255,.32);
  backdrop-filter: blur(10px);
}
.cta-ghost:hover {
  background: rgba(255,255,255,.22);
  color: #fff;
}
.chip {
  background: rgba(255,255,255,.12);
  color: #fff;
  border-color: rgba(255,255,255,.22);
  backdrop-filter: blur(8px);
}
.hero-stat-bar {
  background: rgba(21,17,12,.84);
  border-top-color: rgba(255,255,255,.16);
}
.hstat b { color: var(--gold); }
.hstat span { color: rgba(255,255,255,.66); }
.hdiv { background: rgba(255,255,255,.16); }

.text-amber { color: #C66A24; }
.sec-eyebrow { color: #9F5A13; }
.stores-sec,
.apply-sec {
  background: #F1E5CE;
}
.perks-sec {
  background:
    linear-gradient(180deg, #F7F2E7, #EFE1C8);
}
.store-card,
.bento-card,
.form-shell {
  background: var(--s2);
  border-color: rgba(21,17,12,.12);
  box-shadow: 0 12px 40px rgba(21,17,12,.08);
}
.store-card {
  padding-top: 0;
}
.store-photo {
  display: block;
  width: calc(100% + 80px);
  height: 210px;
  margin: -40px -40px 28px;
  object-fit: cover;
  border-bottom: 1px solid var(--border);
}
.store-card::before,
.store-card.featured::before {
  background: var(--gold);
}
.store-chips span {
  background: #15110C;
  color: #fff;
}
.bc-ico,
.coffee-visual {
  background: var(--gold);
  color: var(--cream);
  border: 0;
}
.bc-team {
  background:
    linear-gradient(135deg, rgba(242,169,0,.24), rgba(255,253,246,.94));
}
.btn-primary-sm,
.toggle-check input:checked + .toggle-box,
.chip-check input:checked + span,
.chip-radio input:checked + span {
  background: var(--gold);
  color: var(--cream);
  border-color: var(--gold);
}
.footer {
  background: var(--cream);
  color: #fff;
}
.footer .footer-bottom,
.footer-brand small,
.footer-locs span { color: rgba(255,255,255,.62); }
.demo-banner {
  background: rgba(21,17,12,.94);
  color: rgba(255,255,255,.74);
  border-top-color: rgba(242,169,0,.5);
}
.demo-banner strong { color: var(--gold); }

@media (max-width: 768px) {
  .hero::after {
    background:
      linear-gradient(180deg, rgba(12,10,7,.68), rgba(12,10,7,.56)),
      linear-gradient(90deg, rgba(12,10,7,.76), rgba(12,10,7,.2));
  }
  .store-photo {
    width: calc(100% + 80px);
  }
}

@media (max-width: 500px) {
  .hero-inner { padding-top: 132px; padding-bottom: 24px; }
  .hero-inner::before {
    left: 18px;
    top: 116px;
    width: calc(100% - 36px);
    height: calc(100% - 132px);
  }
  .hero-h1 { font-size: clamp(37px, 10.6vw, 46px); }
  .store-photo {
    width: calc(100% + 40px);
    height: 170px;
    margin: -28px -20px 22px;
  }
}

/* ── MODERN VISUAL REFRESH ───────────────────────── */
:root {
  --ink: #F6F1E8;
  --s1: #EEE6D8;
  --s2: #FFFDF8;
  --s3: #F7F0E6;
  --s4: #EFE4D3;
  --gold: #B5532E;
  --amber: #D8954A;
  --cream: #211A15;
  --muted: #776C61;
  --border: rgba(61, 43, 31, .14);
  --grad: linear-gradient(135deg, #B5532E, #D8954A);
  --r: 8px;
  --rl: 8px;
  --sh: 0 18px 60px rgba(65, 43, 28, .12);
  --sh-g: 0 14px 34px rgba(181, 83, 46, .22);
}

body {
  background:
    linear-gradient(90deg, rgba(33,26,21,.035) 1px, transparent 1px),
    linear-gradient(rgba(33,26,21,.025) 1px, transparent 1px),
    var(--ink);
  background-size: 72px 72px;
}

.grain,
.hero-glow { display: none; }

.text-amber {
  background: none;
  -webkit-text-fill-color: currentColor;
  color: var(--gold);
}

.nav {
  background: rgba(246,241,232,.84);
  border-bottom-color: rgba(33,26,21,.1);
  box-shadow: 0 1px 0 rgba(255,255,255,.65) inset;
}

.nav-inner { padding-top: 16px; padding-bottom: 16px; }
.nav-ico,
.f-ico {
  width: 34px; height: 34px;
  border: 1px solid var(--border);
  background: var(--s2);
  color: var(--gold);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-d); font-size: 11px; font-weight: 800;
  letter-spacing: 0;
}
.nav-name { color: var(--cream); }
.nav-pill {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--muted);
}
.nav-cta,
.cta-ghost,
.btn-ghost-sm {
  border-radius: var(--r);
  border-color: var(--border);
}
.nav-cta {
  color: var(--cream);
  background: var(--s2);
}
.nav-cta:hover,
.cta-primary,
.btn-primary-sm {
  background: var(--cream);
  color: #FFFDF8;
  box-shadow: none;
}

.hero {
  min-height: 92vh;
  background:
    linear-gradient(110deg, rgba(246,241,232,.96) 0%, rgba(246,241,232,.9) 47%, rgba(246,241,232,.3) 100%),
    url("data:image/svg+xml,%3Csvg width='900' height='900' viewBox='0 0 900 900' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='900' height='900' fill='%23d9c7ad'/%3E%3Crect x='90' y='120' width='720' height='520' rx='18' fill='%23f7efe2'/%3E%3Crect x='130' y='170' width='280' height='390' rx='10' fill='%23845a3d'/%3E%3Crect x='450' y='170' width='310' height='390' rx='10' fill='%23b5532e'/%3E%3Ccircle cx='285' cy='665' r='72' fill='%23211a15'/%3E%3Ccircle cx='620' cy='665' r='72' fill='%23211a15'/%3E%3Crect x='175' y='220' width='185' height='26' rx='13' fill='%23f6f1e8' opacity='.82'/%3E%3Crect x='495' y='220' width='210' height='26' rx='13' fill='%23f6f1e8' opacity='.82'/%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
}
.hero::after {
  background: linear-gradient(90deg, rgba(246,241,232,.78), rgba(246,241,232,.2));
  mask-image: none;
}
.hero-inner { padding-top: 96px; }
.hero-eyebrow {
  color: var(--cream);
  background: rgba(255,253,248,.72);
  border: 1px solid var(--border);
  padding: 7px 12px;
  border-radius: var(--r);
  letter-spacing: 0;
}
.live-dot {
  background: #5C8A56;
  box-shadow: none;
  animation: none;
}
.hero-h1 {
  max-width: 680px;
  letter-spacing: 0;
  font-size: clamp(48px, 7vw, 88px);
}
.hero-h1 em {
  background: none;
  -webkit-text-fill-color: currentColor;
  color: var(--gold);
  filter: none;
}
.hero-sub { color: #5F554C; font-size: 18px; max-width: 560px; }
.cta-primary {
  border-radius: var(--r);
  padding: 15px 26px;
}
.cta-primary:hover,
.btn-primary-sm:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(33,26,21,.16);
}
.cta-ghost {
  color: var(--cream);
  background: rgba(255,253,248,.72);
}
.hero-chips { max-width: 640px; }
.chip,
.store-chips span {
  border-radius: var(--r);
  background: rgba(255,253,248,.7);
  color: var(--cream);
  border-color: var(--border);
}
.hero-stat-bar {
  background: rgba(255,253,248,.84);
  border-top-color: var(--border);
  backdrop-filter: blur(18px);
  margin-top: 42px;
}
.hstat b { color: var(--cream); }

section { padding: 86px 0; }
.sec-eyebrow { color: var(--gold); letter-spacing: .08em; }
.sec-h2 { letter-spacing: 0; }
.stores-sec,
.apply-sec { background: rgba(238,230,216,.65); }
.perks-sec,
.footer { background: var(--ink); }
.store-card,
.bento-card,
.form-shell {
  background: rgba(255,253,248,.9);
  border-color: var(--border);
  box-shadow: none;
}
.store-card:hover,
.bento-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--sh);
}
.store-card::before,
.store-card.featured::before { height: 4px; opacity: 1; background: var(--gold); }
.store-idx {
  font-size: 46px;
  color: rgba(181,83,46,.22);
}
.store-pin {
  font-size: 12px;
  font-family: var(--font-d);
  font-weight: 800;
  letter-spacing: .08em;
  color: var(--gold);
  opacity: .7;
}
.bc-ico,
.coffee-visual {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--s3);
  color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-d); font-size: 13px; font-weight: 800;
  filter: none;
}
.bc-coffee,
.bc-team { background: rgba(255,253,248,.9); }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
select,
textarea,
.drop-zone {
  background: #FBF7EF;
  border-color: rgba(33,26,21,.16);
  color: var(--cream);
}
input:focus, select:focus, textarea:focus {
  background: #fff;
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(181,83,46,.1);
}
.step-num,
.toggle-box,
.chip-check span,
.chip-radio span {
  background: #FBF7EF;
  border-color: var(--border);
}
.step-item.active .step-num,
.toggle-check input:checked + .toggle-box,
.chip-check input:checked + span,
.chip-radio input:checked + span {
  background: var(--cream);
  color: var(--ink);
  border-color: var(--cream);
  box-shadow: none;
}
.footer {
  color: var(--cream);
  border-top-color: var(--border);
}
.demo-banner {
  background: rgba(255,253,248,.94);
  color: var(--muted);
  border-top-color: var(--border);
}

@media (max-width: 500px) {
  .hero {
    min-height: 100vh;
    justify-content: flex-start;
  }
  .hero-inner {
    padding-top: 126px;
    padding-left: 28px;
    padding-right: 28px;
  }
  .hero-h1 {
    font-size: clamp(38px, 11vw, 48px);
    line-height: 1.04;
    margin-bottom: 22px;
  }
  .hero-sub {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 26px;
  }
  body.has-demo-banner .hero-actions { margin-bottom: 72px; }
}

/* ── APPLICATION EXPERIENCE PASS ────────────────── */
body.application-only {
  background:
    radial-gradient(circle at 12% 0%, rgba(242,169,0,.22), transparent 34%),
    linear-gradient(120deg, rgba(21,17,12,.035), transparent 38%),
    #F7F2E7;
}
body.application-only .apply-sec {
  position: relative;
  min-height: 100vh;
  padding: 34px 0 56px;
  overflow: hidden;
}
body.application-only .apply-sec::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(21,17,12,.035) 1px, transparent 1px),
    linear-gradient(rgba(21,17,12,.026) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.9), transparent 78%);
}
body.application-only .container {
  position: relative;
  z-index: 1;
  max-width: 1080px;
}
.application-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 22px;
}
.application-copy {
  min-height: 330px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(21,17,12,.12);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255,253,246,.95), rgba(255,253,246,.82)),
    var(--s2);
  box-shadow: 0 24px 70px rgba(21,17,12,.11);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.brand-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-bottom: 28px;
  padding: 7px 12px 7px 7px;
  border: 1px solid rgba(21,17,12,.12);
  border-radius: 999px;
  background: #FFFDF6;
  color: var(--cream);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
}
.brand-kicker img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.application-copy h1 {
  max-width: 620px;
  margin-bottom: 16px;
  font-family: var(--font-d);
  font-size: clamp(42px, 6vw, 78px);
  line-height: .95;
  letter-spacing: 0;
  color: var(--cream);
}
.application-copy p {
  max-width: 590px;
  color: #5F554C;
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.65;
}
.application-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}
.application-points span {
  padding: 8px 12px;
  border: 1px solid rgba(21,17,12,.12);
  border-radius: 999px;
  background: #15110C;
  color: #FFFDF6;
  font-size: 12px;
  font-weight: 700;
}
.application-visual {
  position: relative;
  min-height: 330px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(21,17,12,.12);
  box-shadow: 0 24px 70px rgba(21,17,12,.13);
  background: var(--cream);
}
.application-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 44%, rgba(21,17,12,.68)),
    linear-gradient(135deg, rgba(242,169,0,.16), transparent 46%);
}
.application-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}
.visual-card {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: block;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  background: rgba(255,253,246,.9);
  backdrop-filter: blur(16px);
  color: var(--cream);
  text-decoration: none;
  transition: transform var(--t), background var(--t), box-shadow var(--t);
}
.visual-card:hover {
  transform: translateY(-2px);
  background: #FFFDF6;
  box-shadow: 0 16px 34px rgba(21,17,12,.18);
}
.visual-card b {
  display: block;
  font-family: var(--font-d);
  font-size: 18px;
  line-height: 1.1;
}
.visual-card span {
  color: var(--muted);
  font-size: 13px;
}

body.application-only .sec-h2 {
  display: none;
}
body.application-only .form-shell {
  max-width: none;
  padding: clamp(22px, 3.5vw, 40px);
  border-radius: 14px;
  border-color: rgba(21,17,12,.12);
  background:
    linear-gradient(180deg, rgba(255,253,246,.98), rgba(255,253,246,.92)),
    var(--s2);
  box-shadow: 0 26px 80px rgba(21,17,12,.12);
}
body.application-only .step-track {
  max-width: 560px;
  margin: 0 auto 14px;
}
body.application-only .prog-track {
  max-width: 560px;
  height: 5px;
  margin: 0 auto 34px;
  background: #EFE1C8;
  border-radius: 999px;
}
body.application-only .prog-fill {
  background: linear-gradient(90deg, #15110C, #F2A900);
  box-shadow: none;
}
body.application-only .step-num {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #FFF7E4;
}
body.application-only .step-item.active .step-num {
  background: #15110C;
  color: #FFFDF6;
  box-shadow: 0 10px 24px rgba(21,17,12,.18);
}
body.application-only .step-item.done .step-num {
  background: var(--gold);
  color: var(--cream);
}
body.application-only .step-bar {
  top: -19px;
  background: rgba(21,17,12,.12);
}
body.application-only .f-intro {
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(21,17,12,.1);
}
body.application-only .f-intro h3 {
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.1;
}
body.application-only .f-intro p {
  margin-top: 7px;
  font-size: 15px;
}
body.application-only .f-grid {
  gap: 16px;
}
body.application-only .f-field > label {
  color: #5C5147;
  font-size: 11px;
  letter-spacing: .08em;
}
body.application-only input[type="text"],
body.application-only input[type="email"],
body.application-only input[type="tel"],
body.application-only input[type="date"],
body.application-only select,
body.application-only textarea {
  min-height: 50px;
  border-width: 1px;
  border-radius: 10px;
  background: #FFF9EA;
}
body.application-only textarea {
  min-height: 108px;
}
body.application-only input:focus,
body.application-only select:focus,
body.application-only textarea:focus {
  background: #FFFDF6;
  border-color: #15110C;
  box-shadow: 0 0 0 4px rgba(242,169,0,.18);
}
body.application-only .chip-check span,
body.application-only .chip-radio span {
  border-radius: 999px;
  background: #FFF9EA;
}
body.application-only .chip-check input:checked + span,
body.application-only .chip-radio input:checked + span {
  background: #15110C;
  border-color: #15110C;
  color: #FFFDF6;
}
body.application-only .drop-zone {
  border-width: 1px;
  border-style: solid;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(242,169,0,.12), rgba(255,253,246,.9)),
    #FFF9EA;
}
body.application-only .drop-zone:hover,
body.application-only .drop-zone.drag-over {
  border-color: #15110C;
  background: #FFF7E4;
}
body.application-only .dz-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  height: 38px;
  margin-bottom: 16px;
  padding: 0 12px;
  border-radius: 999px;
  background: #15110C;
  color: #FFFDF6;
  font-family: var(--font-d);
  font-size: 12px;
  font-weight: 800;
}
body.application-only .camera-preview {
  border-radius: 50%;                            /* πλήρως κυκλικό live video */
  box-shadow: 0 16px 40px rgba(21,17,12,.16);
  border: 4px solid #FFF9EA;
  width: min(100%, 320px);
  aspect-ratio: 1;
  object-fit: cover;
}
/* Application-only: orange primary + ghost για τα κουμπιά κάμερας */
body.application-only .camera-actions .btn-primary {
  background: #15110C;
  color: #FFFDF6;
  border: 1.5px solid #15110C;
  border-radius: 999px;
  padding: 10px 22px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.15s;
}
body.application-only .camera-actions .btn-primary:hover {
  background: #e8a020;
  border-color: #e8a020;
  color: #15110C;
}
body.application-only .camera-actions .btn-ghost {
  background: transparent;
  color: #15110C;
  border: 1.5px solid rgba(21,17,12,.25);
  border-radius: 999px;
  padding: 10px 22px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.15s;
}
body.application-only .camera-actions .btn-ghost:hover {
  background: rgba(21,17,12,.06);
  border-color: rgba(21,17,12,.5);
}
body.application-only .toggle-check {
  padding: 16px;
  border: 1px solid rgba(21,17,12,.12);
  border-radius: 12px;
  background: #FFF9EA;
}
body.application-only .toggle-check input:checked + .toggle-box {
  background: #15110C;
  border-color: #15110C;
}
body.application-only .toggle-check input:checked + .toggle-box::after {
  color: #FFFDF6;
}
body.application-only .f-nav {
  margin-top: 28px;
  padding-top: 20px;
}
body.application-only .btn-primary-sm,
body.application-only .btn-ghost-sm {
  min-height: 46px;
  border-radius: 999px;
}
body.application-only .btn-primary-sm {
  background: #15110C;
  color: #FFFDF6;
}
body.application-only .btn-primary-sm:hover {
  box-shadow: 0 16px 34px rgba(21,17,12,.18);
}
body.application-only .btn-ghost-sm {
  background: #FFF9EA;
  color: var(--cream);
}
body.application-only .step-lbl {
  padding: 7px 12px;
  border-radius: 999px;
  background: #FFF9EA;
  color: #5F554C;
  font-weight: 700;
}

@media (max-width: 900px) {
  .application-hero {
    grid-template-columns: 1fr;
  }
  .application-visual {
    min-height: 240px;
  }
}
@media (max-width: 768px) {
  body.application-only .apply-sec {
    padding: 18px 0 32px;
  }
  .application-hero {
    margin-bottom: 14px;
  }
  .application-copy {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(255,253,246,.88), rgba(255,253,246,.98)),
      url("../img/store-interior.jpg") center / cover;
  }
  .application-copy h1 {
    font-size: clamp(34px, 10.8vw, 52px);
  }
  .application-copy p {
    font-size: 15px;
    line-height: 1.55;
  }
  .application-points span {
    font-size: 11px;
  }
  .application-visual {
    display: none;
  }
  body.application-only .form-shell {
    padding: 22px 18px;
  }
}
@media (max-width: 500px) {
  body.application-only .container {
    padding: 0 14px;
  }
  .application-copy {
    padding: 24px 20px;
    border-radius: 12px;
  }
  .application-visual {
    min-height: 210px;
    border-radius: 12px;
  }
  .brand-kicker {
    margin-bottom: 22px;
  }
  body.application-only .f-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  body.application-only .step-lbl {
    grid-column: 1 / -1;
    grid-row: 1;
    text-align: center;
  }
  body.application-only #btnBack,
  body.application-only #btnNext,
  body.application-only #btnSubmit {
    justify-content: center;
    width: 100%;
  }
}
