/* Fresh Fluids - Stylesheet v2 */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800;900&family=Barlow:wght@400;500;600&display=swap');

/* ============ VARIABLES ============ */
:root {
  --bg:        #121417;
  --bg-deep:   #0b0d10;
  --surface:   #1a1d22;
  --surface2:  #23272e;
  --surface3:  #2c3138;
  --border:    #353a42;
  --border-lt: #4a5159;
  --steel:     #c4ccd4;
  --steel-dk:  #8a9099;
  --accent:    #6ba6c4;          /* steel cyan, subtle */
  --accent-dk: #4d8ca8;
  --text:      #e6e8ec;
  --text-muted:#9aa1ab;
  --white:     #ffffff;
  --radius:    4px;
  --font-head: 'Barlow Condensed', sans-serif;
  --font-body: 'Barlow', sans-serif;
}

/* ============ RESET ============ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--white); }

/* ============ TYPOGRAPHY ============ */
h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.05;
  color: var(--white);
}
h1 { font-size: clamp(2.8rem, 7vw, 5.5rem); }
h2 { font-size: clamp(2rem, 4.5vw, 3.2rem); }
h3 { font-size: clamp(1.4rem, 3vw, 1.9rem); }
h4 { font-size: 1.05rem; letter-spacing: 0.06em; }

p { color: var(--text-muted); line-height: 1.7; }

/* ============ UTILITIES ============ */
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.section { padding: 100px 0; }
.section--tight { padding: 64px 0; }
.tag {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--steel);
  padding: 4px 0;
  margin-bottom: 16px;
  border-left: 3px solid var(--steel-dk);
  padding-left: 12px;
}
.btn {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, color 0.2s, border-color 0.2s;
}
.btn--primary {
  background: var(--steel);
  color: var(--bg-deep);
}
.btn--primary:hover {
  background: var(--white);
  color: var(--bg-deep);
  transform: translateY(-2px);
}
.btn--ghost {
  background: transparent;
  color: var(--steel);
  border: 2px solid var(--border-lt);
}
.btn--ghost:hover {
  background: var(--surface3);
  color: var(--white);
  border-color: var(--steel);
  transform: translateY(-2px);
}
.divider {
  width: 64px;
  height: 3px;
  background: var(--steel);
  margin: 20px 0 32px;
}

/* ============ HEADER / NAV ============ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(11, 13, 16, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.3s, background 0.3s;
}
.site-header.scrolled {
  box-shadow: 0 2px 24px rgba(0,0,0,0.6);
  background: rgba(11, 13, 16, 0.98);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}
.nav__logo {
  display: flex;
  align-items: center;
  gap: 14px;
}
.nav__logo img {
  height: 56px;
  width: 56px;
  object-fit: contain;
  border-radius: 50%;
  background: #aaaaaa; /* matches logo's native bg, makes it look intentional */
  padding: 2px;
}
.nav__logo-text {
  font-family: var(--font-head);
  font-size: 1.35rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--white);
  line-height: 1;
}
.nav__logo-text span { color: var(--steel); }
.nav__links {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
}
.nav__links a {
  font-family: var(--font-head);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: color 0.2s;
}
.nav__links a:hover { color: var(--white); }
.nav__cta { margin-left: 16px; }
.nav__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav__hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.3s;
}

/* ============ HERO ============ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 76px;
  background: var(--bg-deep);
}
.hero__bg {
  position: absolute;
  inset: 0;
  /* Layered: photo on top of pattern fallback */
  background:
    linear-gradient(135deg, rgba(11, 13, 16, 0.85) 0%, rgba(11, 13, 16, 0.55) 50%, rgba(11, 13, 16, 0.92) 100%),
    url('https://images.unsplash.com/photo-1486006920555-c77dcf18193c?w=2000&q=80&auto=format&fit=crop'),
    repeating-linear-gradient(
      45deg,
      var(--bg-deep),
      var(--bg-deep) 20px,
      var(--surface) 20px,
      var(--surface) 21px
    );
  background-size: cover, cover, auto;
  background-position: center;
}
.hero__bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at top right, rgba(107, 166, 196, 0.08) 0%, transparent 60%);
}
.hero__bg::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 200px;
  background: linear-gradient(to top, var(--bg), transparent);
}
.hero__content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
.hero__eyebrow {
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--steel);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.hero__eyebrow::before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 2px;
  background: var(--steel);
}
.hero h1 {
  color: var(--white);
  margin-bottom: 24px;
}
.hero h1 em {
  font-style: normal;
  color: var(--steel);
  position: relative;
}
.hero h1 em::after {
  content: '';
  position: absolute;
  bottom: 0.05em;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--accent);
}
.hero__sub {
  font-size: 1.18rem;
  color: var(--text);
  max-width: 540px;
  margin-bottom: 40px;
  font-weight: 400;
}
.hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
.hero__badge {
  margin-top: 64px;
  display: flex;
  gap: 56px;
  flex-wrap: wrap;
}
.hero__stat strong {
  display: block;
  font-family: var(--font-head);
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
  margin-bottom: 6px;
}
.hero__stat span {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--steel-dk);
}
.hero__scroll {
  position: absolute;
  bottom: 32px;
  right: 32px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--steel-dk);
}
.hero__scroll::after {
  content: '';
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, var(--steel-dk), transparent);
}

/* ============ STRIPE BAR ============ */
.stripe-bar {
  background: var(--surface3);
  border-top: 1px solid var(--border-lt);
  border-bottom: 1px solid var(--border-lt);
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
}
.stripe-bar__inner {
  display: inline-flex;
  gap: 56px;
  animation: ticker 40s linear infinite;
}
.stripe-bar__item {
  font-family: var(--font-head);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--steel);
  display: flex;
  align-items: center;
  gap: 14px;
}
.stripe-bar__item::before { content: '◆'; color: var(--steel-dk); font-size: 0.6rem; }
@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============ SERVICES ============ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1px;
  margin-top: 56px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.service-card {
  background: var(--surface);
  padding: 40px 32px;
  transition: background 0.25s;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 0;
  height: 3px;
  background: var(--steel);
  transition: width 0.35s;
}
.service-card:hover { background: var(--surface2); }
.service-card:hover::before { width: 100%; }
.service-card__num {
  font-family: var(--font-head);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--steel-dk);
  margin-bottom: 24px;
  display: block;
}
.service-card h3 {
  color: var(--white);
  margin-bottom: 14px;
  font-size: 1.4rem;
}
.service-card p { font-size: 0.94rem; }
.service-card__cta {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--steel);
  transition: gap 0.2s, color 0.2s;
}
.service-card__cta::after {
  content: '→';
  transition: transform 0.2s;
}
.service-card:hover .service-card__cta {
  color: var(--white);
  gap: 12px;
}
.service-card:hover .service-card__cta::after { transform: translateX(4px); }

/* ============ FEATURE PHOTO ============ */
.feature-photo {
  position: relative;
  margin-top: 80px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  aspect-ratio: 21 / 9;
  background:
    linear-gradient(135deg, var(--surface) 0%, var(--surface3) 100%),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 40px,
      rgba(255,255,255,0.02) 40px,
      rgba(255,255,255,0.02) 41px
    );
}
.feature-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.3) contrast(1.05);
}
.feature-photo__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11,13,16,0.88) 0%, rgba(11,13,16,0.4) 50%, rgba(11,13,16,0) 100%);
  display: flex;
  align-items: center;
  padding: 0 60px;
}
.feature-photo__text {
  max-width: 460px;
}
.feature-photo__text h3 {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  margin-bottom: 14px;
}
.feature-photo__text p {
  color: var(--text);
  font-size: 1rem;
}

/* ============ HOW IT WORKS ============ */
.how {
  background: var(--bg-deep);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
}
.how::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1632823469850-2f77dd9c7f93?w=2000&q=80&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  opacity: 0.08;
  pointer-events: none;
}
.how .container { position: relative; z-index: 1; }
.how__steps {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 48px;
  margin-top: 56px;
  position: relative;
}
.how__step {
  position: relative;
  padding-top: 24px;
  border-top: 1px solid var(--border-lt);
}
.how__step-num {
  font-family: var(--font-head);
  font-size: 4.5rem;
  font-weight: 900;
  color: var(--surface3);
  line-height: 1;
  margin-bottom: 12px;
}
.how__step h3 {
  color: var(--white);
  font-size: 1.3rem;
  margin-bottom: 12px;
}
.how__step p { font-size: 0.92rem; }

/* ============ SERVICE REQUEST FORM ============ */
.request {
  background: var(--bg);
}
.request__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: start;
  margin-top: 56px;
}
.request__form-wrap {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 44px;
}
.form-group {
  margin-bottom: 22px;
}
.form-group label {
  display: block;
  font-family: var(--font-head);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--steel-dk);
  margin-bottom: 8px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: var(--bg-deep);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 13px 16px;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 0.95rem;
  transition: border-color 0.2s, background 0.2s;
  appearance: none;
  -webkit-appearance: none;
}
.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239aa1ab' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--steel);
  background: var(--surface2);
}
.form-group textarea { resize: vertical; min-height: 100px; }
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--border-lt); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-row--3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
.form-group select option { background: var(--bg-deep); color: var(--text); }
.form-help {
  font-size: 0.78rem;
  color: var(--steel-dk);
  margin-top: 6px;
  font-style: italic;
}

/* Info panel */
.request__info { padding-top: 8px; }
.request__info h3 { color: var(--white); margin-bottom: 16px; }
.info-list { list-style: none; margin: 24px 0 40px; }
.info-list li {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.93rem;
  color: var(--text);
  align-items: flex-start;
}
.info-list li:last-child { border: none; }
.info-list__icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--steel);
  color: var(--bg-deep);
  font-size: 0.72rem;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

/* ============ AREA ============ */
.area {
  background: var(--bg-deep);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.area__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-top: 56px;
}
.area__photo {
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(160deg, var(--surface) 0%, var(--bg-deep) 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
}
.area__photo img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(0.4) contrast(1.05);
}
.area__photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(11,13,16,0.5) 100%);
}
.area__list { list-style: none; }
.area__list li {
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.95rem;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 12px;
}
.area__list li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--steel);
  flex-shrink: 0;
  transform: rotate(45deg);
}

/* ============ CONTACT STRIP ============ */
.contact-strip {
  background-color: var(--surface3);
  background-image:
    linear-gradient(135deg, rgba(11,13,16,0.78), rgba(11,13,16,0.55)),
    url('https://images.unsplash.com/photo-1486325212027-8081e485255e?w=2000&q=80&auto=format&fit=crop'),
    repeating-linear-gradient(
      -45deg,
      var(--surface2),
      var(--surface2) 30px,
      var(--surface3) 30px,
      var(--surface3) 31px
    );
  background-size: cover, cover, auto;
  background-position: center;
  padding: 88px 0;
  text-align: center;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.contact-strip h2 {
  color: var(--white);
  margin-bottom: 12px;
}
.contact-strip > .container > p {
  color: var(--steel);
  margin-bottom: 36px;
  font-size: 1.1rem;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.contact-strip__info {
  display: flex;
  gap: 48px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}
.contact-strip__item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.contact-strip__item a {
  color: var(--white);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.contact-strip__item a:hover { border-bottom-color: var(--steel); color: var(--white); }

/* ============ LEGAL PAGES ============ */
.legal-page {
  padding: 140px 0 80px;
  min-height: 100vh;
}
.legal-page h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 12px; }
.legal-page h2 {
  font-size: 1.3rem;
  margin: 36px 0 16px;
  color: var(--white);
}
.legal-page p, .legal-page li {
  font-size: 0.95rem;
  color: var(--text);
  margin-bottom: 14px;
  max-width: 760px;
}
.legal-page ul { padding-left: 24px; margin-bottom: 16px; }
.legal-page ul li { color: var(--text); }
.legal-page__updated {
  font-family: var(--font-head);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--steel-dk);
  margin-bottom: 32px;
  display: block;
}

/* ============ FOOTER ============ */
.site-footer {
  background: var(--bg-deep);
  border-top: 1px solid var(--border);
  padding: 56px 0 28px;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 64px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 28px;
}
.footer__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.footer__brand img {
  height: 48px;
  width: 48px;
  object-fit: contain;
  border-radius: 50%;
  background: #aaaaaa;
  padding: 2px;
}
.footer__brand-text {
  font-family: var(--font-head);
  font-size: 1.4rem;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1;
}
.footer__brand-text span { color: var(--steel); }
.footer__brand-desc { font-size: 0.9rem; }
.footer__col h4 {
  color: var(--white);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  margin-bottom: 18px;
  font-family: var(--font-head);
  font-weight: 700;
}
.footer__col ul { list-style: none; }
.footer__col ul li {
  margin-bottom: 10px;
}
.footer__col ul li a {
  color: var(--text-muted);
  font-size: 0.9rem;
  transition: color 0.2s;
}
.footer__col ul li a:hover { color: var(--white); }
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  color: var(--text-muted);
  flex-wrap: wrap;
  gap: 12px;
}
.footer__bottom a { color: var(--text-muted); border-bottom: 1px solid transparent; transition: color 0.2s, border-color 0.2s; }
.footer__bottom a:hover { color: var(--steel); border-bottom-color: var(--border-lt); }
.footer__credit {
  font-size: 0.74rem;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}
.footer__credit a {
  color: var(--steel-dk);
  text-decoration: none;
}
.footer__credit a:hover { color: var(--steel); }

/* ============ MOBILE NAV ============ */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99;
  background: var(--bg-deep);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  font-family: var(--font-head);
  font-size: 2.2rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text);
  transition: color 0.2s;
}
.mobile-nav a:hover { color: var(--white); }
.mobile-nav__close {
  position: absolute;
  top: 20px; right: 24px;
  font-size: 2rem;
  background: none;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
}

/* ============ ANIMATIONS ============ */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 920px) {
  .nav__links, .nav__cta { display: none; }
  .nav__hamburger { display: flex; }
  .request__grid,
  .area__grid,
  .footer__grid { grid-template-columns: 1fr; gap: 48px; }
  .form-row, .form-row--3 { grid-template-columns: 1fr; }
  .hero__badge { gap: 32px; }
  .feature-photo { aspect-ratio: 16/10; }
  .feature-photo__overlay { padding: 0 32px; background: linear-gradient(180deg, rgba(11,13,16,0.4) 0%, rgba(11,13,16,0.92) 80%); align-items: flex-end; padding-bottom: 32px; }
}
@media (max-width: 600px) {
  .section { padding: 72px 0; }
  .hero { min-height: auto; padding: 130px 0 80px; }
  .contact-strip__info { gap: 24px; flex-direction: column; align-items: center; }
  .footer__grid { grid-template-columns: 1fr; gap: 36px; }
  .services-grid { grid-template-columns: 1fr; }
  .request__form-wrap { padding: 28px 24px; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
}
