/* ==========================================================================
   Od'or Pure — consolidated stylesheet
   Rebuilt from the original Oxygen Builder output (universal / header /
   onepager). Colours, typography and layout preserved 1:1.
   Palette: bg #000 · text #fff · accent gold #e0c666 · link #0074db
   Fonts (Adobe Typekit): body "ff-meta-web-pro", headings
   "ff-meta-correspondence-web-p".
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; }

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

/* Keep in-page anchor targets clear of the sticky header */
[id] { scroll-margin-top: 70px; }

body {
  margin: 0;
  font-family: "ff-meta-web-pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  background-color: #000000;
}

img { max-width: 100%; height: auto; border: 0; }
a { color: #0074db; text-decoration: none; }
a:hover { text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "ff-meta-correspondence-web-p", sans-serif;
  font-weight: 700;
  color: #e0c666;
  margin: 0 0 .5em;
  line-height: 1.2;
}
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

/* --------------------------------------------------------------------------
   Layout primitives
   -------------------------------------------------------------------------- */
.section-inner,
.header-inner,
.hero-inner,
.footer-inner { max-width: 1210px; margin: 0 auto; }

.section { width: 100%; background-size: cover; }
.section-dark { background-color: #000000; text-align: center; }
.section-inner { padding: 30px 20px; display: flex; flex-direction: column; align-items: center; }
.legal .section-inner { padding: 75px 20px; align-items: flex-start; }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.header-inner {
  display: flex;
  align-items: center;
  padding: 8px 20px;
}
.header-left { flex: 1; }
.header-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.header-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.nav-link {
  display: inline-block;
  font-family: "ff-meta-web-pro", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  padding: 5px 15px;
}
.nav-link:hover { color: #e0c666; }

.lang-switcher {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 6px;
}
.lang-current { color: #e0c666; }
.lang-alt { color: #ffffff; }
.lang-alt:hover { color: #e0c666; }

.nav-burger {
  display: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  line-height: 0;
}
.nav-burger img { width: 30px; height: 30px; }

/* --------------------------------------------------------------------------
   Off-canvas mobile menu
   -------------------------------------------------------------------------- */
.menu-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .75);
  z-index: 1100;
  opacity: 0;
  transition: opacity .3s ease;
}
.menu-backdrop.open { opacity: 1; }

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 250px;
  max-width: 80vw;
  background: #ffffff;
  z-index: 1200;
  transform: translateX(100%);
  transition: transform .3s ease;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.mobile-menu.open { transform: translateX(0); }

.menu-close {
  align-self: flex-end;
  background: none;
  border: 0;
  color: #000000;
  cursor: pointer;
  padding: 0;
  line-height: 0;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.mobile-link {
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 0;
}
.mobile-link:hover { color: #006ba7; }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  width: 100%;
  background-image: url(/assets/images/OdorPure-background.png);
  background-size: cover;
  background-position: bottom;
  text-align: center;
}
.hero-inner {
  padding: 25px 20px 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-logo { width: 650px; max-width: 100%; height: auto; }
.hero-title { color: #e0c666; margin-top: 20px; }

.hero-intro {
  text-align: left;
  padding: 50px 0;
  max-width: 900px;
}

.uses {
  width: 60%;
  display: flex;
  flex-direction: column;
}
.use-row {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;
}
.use-icon {
  width: 29.34%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.use-icon img { width: 125px; }
.use-text {
  width: 70.66%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.hero-avail { color: #e0c666; margin-top: 45px; }

/* Shape dividers at the foot of the hero */
.shape-divider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  line-height: 0;
  pointer-events: none;
}
.shape-divider svg { display: block; width: 100%; }
.shape-a { color: #004266; }
.shape-a svg { height: 40px; }
.shape-b { color: #000000; }
.shape-b svg { height: 30px; }

/* --------------------------------------------------------------------------
   Forms  (Fluent Forms look, re-implemented in plain CSS)
   -------------------------------------------------------------------------- */
.form-block { width: 650px; max-width: 95vw; text-align: left; }
.form-block h2 { text-align: left; }

.ff-form .field { margin-bottom: 12px; }
.ff-form label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  color: #ffffff;
}

/* Visually-hidden labels (kept for screen readers; field name shows as placeholder) */
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}
.ff-form ::placeholder { color: #6c757d; opacity: 1; }

.ff-form input,
.ff-form select,
.ff-form textarea {
  display: block;
  width: 100%;
  padding: 11px 15px;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.2;
  color: #212529;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: border-color .15s ease-in-out;
}
.ff-form textarea { min-height: 120px; resize: vertical; }
.ff-form input:focus,
.ff-form select:focus,
.ff-form textarea:focus {
  outline: none;
  border-color: #e0c666;
}

.ff-btn {
  display: inline-block;
  margin-top: 6px;
  padding: 11px 24px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  background-color: #e0c666;
  border: 1px solid #e0c666;
  border-radius: 4px;
  cursor: pointer;
  transition: all .2s ease;
}
.ff-btn:hover { background-color: #ffffff; color: #e0c666; }
.ff-btn[disabled] { opacity: .6; cursor: default; }

.form-note { font-size: 14px; margin: 14px 0; }

.form-alert {
  padding: 12px 15px;
  border-radius: 4px;
  margin-bottom: 15px;
  font-size: 15px;
}
.form-alert.ok  { background: rgba(224, 198, 102, .18); border: 1px solid #e0c666; color: #fff; }
.form-alert.err { background: rgba(220, 60, 60, .18);  border: 1px solid #d33; color: #fff; }

/* Honeypot — visually hidden but present for bots */
.hp {
  position: absolute;
  left: -5000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* --------------------------------------------------------------------------
   Legal pages
   -------------------------------------------------------------------------- */
.legal-block { text-align: left; max-width: 1000px; }
.legal-block h1 { margin-bottom: .8em; }
.legal-block h2 { font-size: 22px; margin-top: 1.4em; }
.legal-block p { margin: 0 0 1.1em; }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.site-footer { background-color: #000000; text-align: center; }
.footer-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.footer-company { font-size: 12px; font-weight: 600; }
.footer-link {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding-left: 15px;
}
.footer-link:hover { color: #e0c666; }
/* Gold bullet between every item except the last */
.footer-inner > *:not(:last-child)::after {
  content: "\2022";
  color: #e0c666;
  margin-left: 15px;
}

/* --------------------------------------------------------------------------
   Responsive  (Oxygen breakpoint was 991px)
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
  .header-nav { display: none; }
  .header-left { display: none; }
  .nav-burger { display: inline-flex; }
  .header-right { flex: 1; }

  .hero { background-color: #006ba7; }
  .hero-logo { width: 100%; }
  .uses { width: 100%; }
  .use-row { flex-direction: column; }
  .use-icon, .use-text { width: 100% !important; }
  .use-text { text-align: left; }

  .form-block { width: 95vw; }

  .footer-inner { flex-direction: column; }
  .footer-inner > *:not(:last-child)::after { content: ""; margin-left: 0; margin-top: 10px; }
  .footer-link { padding-left: 0; margin-top: 10px; }
}
