/* ========================================
   FRESH FRI — CAREERS STYLESHEET
   Aesthetic: Luxury Black & Gold | Natural Goodness
   Brand Colors: Deep Black · Rich Gold · Forest Green
   ======================================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&family=DM+Sans:wght@300;400;500;600;700&display=swap');

:root {
  --gold:         #C9980A;
  --gold-bright:  #F0BB2D;
  --gold-light:   #fff8e1;
  --gold-dark:    #9a7208;
  --green:        #2d6a2d;
  --green-mid:    #3d8b3d;
  --green-light:  #e6f4e6;
  --black:        #0a0a0a;
  --black-2:      #111111;
  --black-3:      #1a1a1a;
  --white:        #ffffff;
  --off-white:    #faf8f0;
  --gray-100:     #f5f3ec;
  --gray-200:     #e8e4d8;
  --gray-400:     #9a9480;
  --gray-600:     #5a5548;
  --text:         #1a1a1a;
  --font-display: 'Playfair Display', 'Georgia', serif;
  --font-body:    'DM Sans', 'Segoe UI', sans-serif;
  --radius:       10px;
  --radius-lg:    18px;
  --shadow-sm:    0 2px 8px rgba(0,0,0,0.12);
  --shadow-md:    0 8px 30px rgba(0,0,0,0.18);
  --shadow-lg:    0 20px 60px rgba(0,0,0,0.28);
  --shadow-gold:  0 4px 20px rgba(201,152,10,0.35);
  --transition:   0.3s cubic-bezier(0.25,0.46,0.45,0.94);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); color: var(--text); background: var(--white); overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }

.section-tag {
  display: inline-block; font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-dark);
  background: var(--gold-light); padding: 0.3em 0.9em;
  border-radius: 4px; margin-bottom: 0.85rem;
  border: 1px solid rgba(201,152,10,0.2);
}
.section-title { font-family: var(--font-display); font-size: clamp(2.2rem, 5vw, 3.2rem); font-weight: 700; letter-spacing: 0.01em; line-height: 1.1; color: var(--black); }
.section-title em { font-style: italic; color: var(--gold); }
.section-desc { color: var(--gray-600); max-width: 520px; line-height: 1.7; margin: 0.75rem auto 0; font-size: 0.97rem; }
.section-header { text-align: center; margin-bottom: 1.5rem; }
.section { padding: 6rem 0; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.85em 2em; border-radius: 4px; font-family: var(--font-body); font-weight: 600; font-size: 0.95rem; transition: var(--transition); cursor: pointer; letter-spacing: 0.03em; }
.btn-primary { background: linear-gradient(135deg, var(--gold), var(--gold-bright)); color: var(--black); box-shadow: var(--shadow-gold); border: none; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(201,152,10,0.5); }
.btn-gold { background: linear-gradient(135deg, var(--gold), var(--gold-bright)); color: var(--black); box-shadow: var(--shadow-gold); border: none; font-weight: 700; }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(201,152,10,0.5); }
.btn-outline { border: 2px solid rgba(255,255,255,0.6); color: var(--white); background: transparent; }
.btn-outline:hover { background: var(--white); color: var(--black); border-color: var(--white); }
.btn-outline-gold { border: 2px solid var(--gold); color: var(--gold); background: transparent; padding: 0.85em 2em; border-radius: 4px; font-family: var(--font-body); font-weight: 600; font-size: 0.95rem; display: inline-flex; align-items: center; gap: 0.5rem; transition: var(--transition); cursor: pointer; }
.btn-outline-gold:hover { background: var(--gold); color: var(--black); }
.btn-full { width: 100%; justify-content: center; }
.btn-gold-sm { background: linear-gradient(135deg, var(--gold), var(--gold-bright)); color: var(--black); border: none; padding: 0.5em 1.2em; border-radius: 4px; font-size: 0.85rem; font-weight: 700; cursor: pointer; font-family: var(--font-body); transition: var(--transition); }
.btn-gold-sm:hover { transform: translateY(-1px); box-shadow: var(--shadow-gold); }

/* NAVBAR */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 1rem 0; transition: background var(--transition), box-shadow var(--transition); }
.navbar.scrolled { background: rgba(10,10,10,0.92); backdrop-filter: blur(12px); box-shadow: 0 2px 20px rgba(0,0,0,0.5); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 0.6rem; }
.logo-image{
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.logo-emblem { font-size: 1.6rem; line-height: 1; }
.logo-wordmark { display: flex; flex-direction: column; line-height: 1; }
.logo-fresh { font-family: var(--font-display); font-size: 1.4rem; color: var(--gold-bright); font-style: italic; font-weight: 700; letter-spacing: -0.01em; }
.logo-fri { font-family: var(--font-display); font-size: 1.4rem; color: var(--white); font-weight: 900; }
.logo-fresh, .logo-fri { display: inline; }
.logo-tagline { font-family: var(--font-body); font-size: 0.6rem; font-weight: 400; color: rgba(255,255,255,0.55); letter-spacing: 0.12em; text-transform: uppercase; margin-top: 2px; display: block; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-left: auto; /* pushes nav links to the far right */
}

.nav-link {
  color: rgba(255,255,255,0.85);
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  position: relative;
  transition: color var(--transition);
  text-transform: uppercase;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  border-radius: 1px;
  transition: width var(--transition);
}

.nav-link:hover::after {
  width: 100%;
}

.nav-link:hover {
  color: var(--gold-bright);
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
  margin-left: auto; /* pushes it to the far right */
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--transition);
}
/* HERO */
.hero {
  position: relative; min-height: 88vh; display: flex; align-items: center; overflow: hidden;
  background: var(--black);
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;

 background: #000;
}

/* background image layer */
.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;

  background: url("assets/background.png") no-repeat;
  background-size: auto 100%;   /* fit height */
  background-position: right center; /* stick to right */

  opacity: 0.75;
  z-index: -1;
}
.hero-glow {
  position: absolute;
  top: 50%; left: 30%; transform: translate(-50%, -50%);
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(201,152,10,0.06) 0%, transparent 70%);
  z-index: 1;
  animation: pulseGlow 4s ease-in-out infinite;
}
@keyframes pulseGlow {
  0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.1); }
}
.hero-ribbon {
  position: absolute; right: -80px; top: 50%; transform: translateY(-50%) rotate(-15deg);
  width: 400px; height: 700px;
  background: linear-gradient(180deg, rgba(45,106,45,0.15) 0%, rgba(201,152,10,0.08) 50%, rgba(45,106,45,0.1) 100%);
  border-radius: 200px;
  z-index: 1;
  filter: blur(40px);
}
.hero-particles { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.particle { position: absolute; border-radius: 50%; background: var(--gold-bright); opacity: 0.4; animation: floatParticle 6s ease-in-out infinite; }
.p1 { width: 4px; height: 4px; top: 20%; left: 15%; animation-delay: 0s; }
.p2 { width: 6px; height: 6px; top: 60%; left: 70%; animation-delay: 1.5s; }
.p3 { width: 3px; height: 3px; top: 80%; left: 25%; animation-delay: 3s; }
.p4 { width: 5px; height: 5px; top: 35%; left: 85%; animation-delay: 0.8s; }
.p5 { width: 4px; height: 4px; top: 50%; left: 50%; animation-delay: 2.2s; }
@keyframes floatParticle {
  0%, 100% { transform: translateY(0px); opacity: 0.4; }
  50% { transform: translateY(-20px); opacity: 0.8; }
}
.hero-content { position: relative; z-index: 3; max-width: 700px; padding: 8rem 1.5rem 4rem; margin-left: calc((100vw - 1200px) / 2); padding-left: 1.5rem; }
@media (max-width: 1240px) { .hero-content { margin-left: 0; } }
.hero-tag { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 1.2rem; border: 1px solid rgba(201,152,10,0.3); padding: 0.35em 1em; border-radius: 100px; backdrop-filter: blur(4px); }
.tag-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-bright); animation: blink 2s ease-in-out infinite; }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }
.hero-title { font-family: var(--font-display); font-size: clamp(3rem, 7vw, 5.5rem); font-weight: 900; line-height: 1.0; color: var(--white); margin-bottom: 1.2rem; letter-spacing: -0.01em; }
.hero-title em { font-style: italic; color: var(--gold-bright); display: block; }
.hero-sub { color: rgba(255,255,255,0.7); font-size: 1.05rem; line-height: 1.75; margin-bottom: 1.5rem; max-width: 500px; font-weight: 300; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 2rem; }
.hero-badge { background: rgba(255,255,255,0.06); border: 1px solid rgba(201,152,10,0.25); color: rgba(255,255,255,0.8); font-size: 0.78rem; font-weight: 500; padding: 0.4em 1em; border-radius: 100px; letter-spacing: 0.02em; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-badge-float { position: absolute; right: 8%; top: 50%; transform: translateY(-50%); background: linear-gradient(135deg, var(--gold), var(--gold-bright)); border-radius: 16px; padding: 1.2rem 1.5rem; text-align: center; box-shadow: var(--shadow-gold); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 0.3rem; animation: floatBadge 3s ease-in-out infinite; }
@keyframes floatBadge { 0%,100% { transform: translateY(-50%); } 50% { transform: translateY(calc(-50% - 10px)); } }
.hbf-icon { font-size: 1.8rem; }
.hbf-text { font-family: var(--font-display); font-size: 0.9rem; font-weight: 700; color: var(--black); line-height: 1.3; text-align: center; }

/* ABOUT */
.about { background: var(--off-white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-visual { position: relative; }
.about-photo-bg { position: absolute; top: -30px; left: -30px; right: 30px; bottom: 30px; background: linear-gradient(135deg, rgba(201,152,10,0.08), rgba(45,106,45,0.06)); border-radius: 24px; border: 1px solid rgba(201,152,10,0.15); }
.about-image { position: relative; z-index: 2; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-lg); }
.about-img-placeholder { background: linear-gradient(135deg, var(--black) 0%, var(--black-2) 50%, #0d1a0d 100%); height: 420px; display: flex; align-items: center; justify-content: center; border-radius: 20px; }
.oil-bottle-art { display: flex; flex-direction: column; align-items: center; }
.bottle-body { background: linear-gradient(180deg, #d4a017 0%, #b8860b 50%, #8b6508 100%); width: 120px; height: 200px; border-radius: 20px 20px 30px 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.5rem; box-shadow: 0 10px 40px rgba(201,152,10,0.4); position: relative; }
.bottle-body::before { content: ''; position: absolute; top: -20px; left: 50%; transform: translateX(-50%); width: 30px; height: 25px; background: #4a90d9; border-radius: 6px 6px 0 0; }
.bottle-logo { font-family: var(--font-display); font-size: 1rem; font-style: italic; color: var(--white); font-weight: 700; }
.bottle-sub { font-size: 0.45rem; color: rgba(255,255,255,0.7); letter-spacing: 0.1em; text-align: center; text-transform: uppercase; }
.about-card-big { position: absolute; bottom: -20px; left: -20px; background: var(--black); color: var(--white); border-radius: 14px; padding: 1.2rem 1.5rem; box-shadow: var(--shadow-md); z-index: 3; border: 1px solid rgba(201,152,10,0.2); }
.about-card-small { position: absolute; top: 30px; right: -20px; background: linear-gradient(135deg, var(--gold), var(--gold-bright)); color: var(--black); border-radius: 12px; padding: 1rem 1.2rem; box-shadow: var(--shadow-gold); z-index: 3; }
.stat { display: flex; flex-direction: column; gap: 0.2rem; }
.stat-num { font-family: var(--font-display); font-size: 1.8rem; font-weight: 900; line-height: 1; color: var(--gold-bright); }
.about-card-small .stat-num { color: var(--black); font-size: 1.4rem; }
.stat-label { font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.7; }
.about-card-small .stat-label { color: var(--black); }
.about-text { display: flex; flex-direction: column; gap: 1.2rem; }
.about-text p { color: var(--gray-600); line-height: 1.75; font-size: 0.97rem; }
.about-features { display: flex; flex-direction: column; gap: 0.6rem; }
.feature { display: flex; align-items: center; gap: 0.6rem; font-size: 0.9rem; font-weight: 500; color: var(--black); background: var(--white); border: 1px solid var(--gray-200); border-radius: 8px; padding: 0.6em 1em; }

/* SERVICES */
.services { background: var(--black); }
.services .section-tag { color: var(--gold-bright); background: rgba(201,152,10,0.1); border-color: rgba(201,152,10,0.2); }
.services .section-title { color: var(--white); }
.services .section-desc { color: rgba(255,255,255,0.55); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.service-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 2rem; transition: var(--transition); }
.service-card:hover { background: rgba(201,152,10,0.06); border-color: rgba(201,152,10,0.2); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.4); }
.service-card h3 { color: var(--white); font-size: 1.05rem; font-weight: 600; margin: 1rem 0 0.5rem; }
.service-card p { color: rgba(255,255,255,0.5); font-size: 0.88rem; line-height: 1.65; }
.service-icon-wrap { width: 52px; height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.service-icon-wrap.gold { background: rgba(201,152,10,0.15); color: var(--gold-bright); }
.service-icon-wrap.green { background: rgba(45,106,45,0.2); color: #6fc96f; }
.service-icon-wrap.dark { background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.7); }
.service-icon-wrap.amber { background: rgba(255,193,7,0.12); color: #ffc107; }
.service-icon-wrap.teal { background: rgba(0,188,212,0.12); color: #00bcd4; }
.service-icon-wrap.rose { background: rgba(233,30,99,0.12); color: #e91e63; }

/* TRUST STRIP */
.trust-strip { background: linear-gradient(135deg, var(--gold-dark), var(--gold)); padding: 1.2rem 0; overflow: hidden; }
.trust-track-wrap { overflow: hidden; }
.trust-track { display: flex; gap: 3rem; width: max-content; animation: scrollTrack 24s linear infinite; }
.trust-badge { white-space: nowrap; font-size: 0.8rem; font-weight: 700; color: var(--black); letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.85; }
@keyframes scrollTrack { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* CAREERS */
.careers { background: var(--off-white); }
.careers-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 2rem; }
.career-stat-pill { background: var(--white); border: 1px solid var(--gray-200); border-radius: 12px; padding: 1.2rem 1.5rem; display: flex; align-items: center; gap: 1rem; box-shadow: var(--shadow-sm); }
.csp-icon-wrap { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.csp-icon-wrap.gold { background: rgba(201,152,10,0.1); color: var(--gold); }
.csp-icon-wrap.green { background: rgba(45,106,45,0.1); color: var(--green); }
.csp-icon-wrap.amber { background: rgba(255,193,7,0.1); color: #b8860b; }
.csp-icon-wrap.teal { background: rgba(0,188,212,0.1); color: #00838f; }
.csp-num { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; color: var(--black); line-height: 1; }
.csp-label { font-size: 0.72rem; color: var(--gray-400); font-weight: 500; text-transform: uppercase; letter-spacing: 0.06em; }
.careers-perks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 2.5rem; }
.perk-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: 12px; padding: 1.2rem; display: flex; align-items: center; gap: 1rem; box-shadow: var(--shadow-sm); transition: var(--transition); }
.perk-card:hover { border-color: rgba(201,152,10,0.3); box-shadow: var(--shadow-gold); transform: translateY(-2px); }
.perk-icon { font-size: 1.5rem; flex-shrink: 0; }
.perk-text { display: flex; flex-direction: column; gap: 0.15rem; }
.perk-text strong { font-size: 0.88rem; font-weight: 600; color: var(--black); }
.perk-text span { font-size: 0.78rem; color: var(--gray-600); }

/* Filter tabs */
.jobs-filter { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2rem; }
.filter-tab { padding: 0.5em 1.2em; border-radius: 100px; font-size: 0.85rem; font-weight: 500; color: var(--gray-600); background: var(--white); border: 1.5px solid var(--gray-200); transition: var(--transition); cursor: pointer; }
.filter-tab:hover { border-color: var(--gold); color: var(--gold-dark); }
.filter-tab.active { background: var(--black); color: var(--gold-bright); border-color: var(--black); }

/* JOBS GRID */
.jobs-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 1.5rem; }
.job-card { background: var(--white); border: 1px solid var(--gray-200); border-radius: 16px; padding: 1.8rem; display: flex; flex-direction: column; gap: 1rem; box-shadow: var(--shadow-sm); transition: var(--transition); }
.job-card:hover { border-color: rgba(201,152,10,0.3); box-shadow: 0 8px 32px rgba(201,152,10,0.12); transform: translateY(-2px); }
.job-card-header { display: flex; align-items: flex-start; gap: 1rem; }
.job-icon-wrap { width: 48px; height: 48px; border-radius: 12px; background: linear-gradient(135deg, var(--black), var(--black-2)); color: var(--gold-bright); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.job-meta { flex: 1; }
.job-title { font-size: 1rem; font-weight: 700; color: var(--black); margin-bottom: 0.25rem; }
.job-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.job-tag { font-size: 0.72rem; font-weight: 600; padding: 0.25em 0.7em; border-radius: 4px; }
.job-tag.type { background: var(--gold-light); color: var(--gold-dark); }
.job-tag.location { background: var(--green-light); color: var(--green); }
.job-desc { font-size: 0.88rem; color: var(--gray-600); line-height: 1.65; flex: 1; }
.job-card-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 0.5rem; border-top: 1px solid var(--gray-100); }
.job-apply-btn { background: linear-gradient(135deg, var(--gold), var(--gold-bright)); color: var(--black); border: none; padding: 0.6em 1.4em; border-radius: 6px; font-size: 0.85rem; font-weight: 700; cursor: pointer; font-family: var(--font-body); transition: var(--transition); }
.job-apply-btn:hover { transform: translateY(-1px); box-shadow: var(--shadow-gold); }
.job-deadline { font-size: 0.75rem; color: var(--gray-400); }

/* MODAL */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.75); backdrop-filter: blur(6px); z-index: 2000; display: none; align-items: center; justify-content: center; padding: 1rem; }
.modal-overlay.active { display: flex; }
.modal { background: var(--white); border-radius: 20px; width: 100%; max-width: 620px; max-height: 90vh; overflow-y: auto; padding: 2.5rem; position: relative; box-shadow: 0 30px 80px rgba(0,0,0,0.4); }
.modal-close { position: absolute; top: 1.5rem; right: 1.5rem; width: 36px; height: 36px; border-radius: 50%; background: var(--gray-100); color: var(--gray-600); font-size: 1.3rem; display: flex; align-items: center; justify-content: center; transition: var(--transition); }
.modal-close:hover { background: var(--black); color: var(--white); }
.modal-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.modal-logo-circle { width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(135deg, var(--gold), var(--gold-bright)); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 0.9rem; font-weight: 900; color: var(--black); letter-spacing: -0.02em; }
.modal-sub { font-size: 0.78rem; color: var(--gray-400); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.2rem; }
.modal-title { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; color: var(--black); }

/* Form Steps */
.form-steps { display: flex; align-items: center; gap: 0; margin-bottom: 2rem; }
.form-step { display: flex; align-items: center; gap: 0.5rem; font-size: 0.8rem; font-weight: 600; color: var(--gray-400); }
.form-step.active { color: var(--gold-dark); }
.form-step.done { color: var(--green); }
.step-num { width: 28px; height: 28px; border-radius: 50%; background: var(--gray-100); display: flex; align-items: center; justify-content: center; font-size: 0.78rem; font-weight: 700; transition: var(--transition); }
.form-step.active .step-num { background: linear-gradient(135deg, var(--gold), var(--gold-bright)); color: var(--black); }
.form-step.done .step-num { background: var(--green); color: var(--white); }
.step-connector { flex: 1; height: 2px; background: var(--gray-200); margin: 0 0.5rem; }

/* Form */
.apply-form { display: flex; flex-direction: column; gap: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group label { font-size: 0.83rem; font-weight: 600; color: var(--gray-600); }
.form-group input, .form-group select { padding: 0.75rem 1rem; border: 1.5px solid var(--gray-200); border-radius: 8px; font-family: var(--font-body); font-size: 0.9rem; color: var(--text); background: var(--white); transition: var(--transition); }
.form-group input:focus, .form-group select:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,152,10,0.1); }
.form-group input.error, .form-group select.error { border-color: #e53935; box-shadow: 0 0 0 3px rgba(229,57,53,0.1); }
.file-drop { border: 2px dashed var(--gray-200); border-radius: 12px; padding: 1.5rem; cursor: pointer; transition: var(--transition); position: relative; }
.file-drop:hover { border-color: var(--gold); background: var(--gold-light); }
.file-drop input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; }
.file-drop-inner { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; text-align: center; pointer-events: none; }
.file-icon-svg { color: var(--gold); }
.file-text { font-size: 0.88rem; font-weight: 500; color: var(--gray-600); }
.file-hint { font-size: 0.75rem; color: var(--gray-400); }
.form-actions { margin-top: 0.5rem; }
.spinner { width: 18px; height: 18px; border: 2px solid rgba(0,0,0,0.2); border-top-color: var(--black); border-radius: 50%; animation: spin 0.7s linear infinite; display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Success Message */
.success-msg { display: none; flex-direction: column; align-items: center; text-align: center; gap: 1.2rem; }
.success-icon { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--gold-bright)); color: var(--black); display: flex; align-items: center; justify-content: center; }
.success-title { font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; color: var(--black); }
.success-body { font-size: 0.92rem; color: var(--gray-600); line-height: 1.7; }
.success-email-hl { color: var(--gold-dark); font-weight: 600; }
.success-timeline { width: 100%; text-align: left; display: flex; flex-direction: column; gap: 1rem; margin: 0.5rem 0; }
.tl-item { display: flex; align-items: flex-start; gap: 1rem; }
.tl-dot-wrap { display: flex; flex-direction: column; align-items: center; gap: 0; flex-shrink: 0; }
.tl-dot { width: 12px; height: 12px; border-radius: 50%; }
.tl-dot.gold { background: var(--gold); }
.tl-dot.amber { background: #ffc107; }
.tl-dot.gray { background: var(--gray-200); border: 2px solid var(--gray-200); }
.tl-line { width: 2px; height: 32px; background: var(--gray-200); }
.tl-content { display: flex; flex-direction: column; gap: 0.15rem; }
.tl-content strong { font-size: 0.85rem; font-weight: 600; color: var(--black); }
.tl-content span { font-size: 0.78rem; color: var(--gray-400); }
.success-actions { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }

/* In-app browser dialog */
.iab-dialog { position: fixed; inset: 0; background: rgba(0,0,0,0.8); z-index: 3000; display: none; align-items: center; justify-content: center; padding: 1rem; }
.iab-dialog.active { display: flex; }
.iab-inner { background: var(--white); border-radius: 20px; padding: 2.5rem 2rem; max-width: 460px; width: 100%; text-align: center; position: relative; }
.iab-close { position: absolute; top: 1rem; right: 1rem; font-size: 1.4rem; color: var(--gray-400); }
.iab-icon { font-size: 2.5rem; margin-bottom: 0.5rem; }
.iab-inner h3 { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; color: var(--black); margin-bottom: 0.5rem; }
.iab-inner p { font-size: 0.9rem; color: var(--gray-600); line-height: 1.6; margin-bottom: 1.2rem; }
.iab-link-wrap { display: flex; gap: 0.5rem; margin-bottom: 0.8rem; }
.iab-link-input { flex: 1; padding: 0.7rem 1rem; border: 1.5px solid var(--gray-200); border-radius: 8px; font-size: 0.82rem; font-family: var(--font-body); background: var(--gray-100); color: var(--gray-600); }
.iab-hint { font-size: 0.78rem; color: var(--gray-400); }

/* FOOTER */
.footer { background: var(--black); color: var(--white); }
.footer-top { padding: 4rem 0 2.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 3rem; }
.footer-brand p { font-size: 0.88rem; color: rgba(255,255,255,0.5); line-height: 1.75; margin: 1rem 0 1.2rem; }
.footer-logo-wrap { display: flex; align-items: center; gap: 0.75rem; }
.footer-logo-circle { width: 44px; height: 44px; background: linear-gradient(135deg, var(--gold), var(--gold-bright)); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 0.85rem; font-weight: 900; color: var(--black); }
.footer-logo-name { font-family: var(--font-display); font-size: 1.3rem; font-style: italic; font-weight: 700; color: var(--gold-bright); }
.footer-logo-sub { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.4); }
.social-links { display: flex; gap: 0.6rem; }
.social-btn { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; font-size: 0.8rem; font-weight: 700; color: rgba(255,255,255,0.6); transition: var(--transition); }
.social-btn:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }
.footer-col h4 { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--gold); font-weight: 600; margin-bottom: 1.2rem; }
.footer-col ul { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col ul li a { font-size: 0.88rem; color: rgba(255,255,255,0.5); transition: color var(--transition); }
.footer-col ul li a:hover { color: var(--gold-bright); }
.contact-list li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.85rem; color: rgba(255,255,255,0.5); }
.contact-list a:hover { color: var(--gold-bright); }
.careers-note { display: flex; align-items: flex-start; gap: 0.5rem; margin-top: 1rem; font-size: 0.78rem; color: rgba(201,152,10,0.7); line-height: 1.5; background: rgba(201,152,10,0.06); border: 1px solid rgba(201,152,10,0.1); border-radius: 8px; padding: 0.75rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 1.5rem 0; display: flex; }
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; }
.footer-bottom p { font-size: 0.78rem; color: rgba(255,255,255,0.3); }
.footer-bottom a { color: rgba(201,152,10,0.6); }
.footer-bottom a:hover { color: var(--gold-bright); }

/* REVEAL ANIMATION */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* DESKTOP ONLY HIDE */
.desktop-only { }

/* =====================
   RESPONSIVE
   ===================== */
@media (max-width: 960px) {
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .about-visual { display: none; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .careers-stats { grid-template-columns: repeat(2, 1fr); }
  .careers-perks { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

@media (max-width: 700px) {
  .hero-badge-float { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .careers-stats { grid-template-columns: 1fr 1fr; }
  .careers-perks { grid-template-columns: 1fr; }
  .desktop-only { display: none; }
  .jobs-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom .container { flex-direction: column; text-align: center; }
  .hamburger { display: flex; }
  .nav-links { display: none; position: fixed; top: 0; left: 0; right: 0; background: var(--black); padding: 5rem 2rem 2rem; flex-direction: column; align-items: flex-start; gap: 1.5rem; }
  .nav-links.open { display: flex; }
  .hero-content { padding: 6rem 1.5rem 3rem; }
}
