:root {
  --dark: #242122;
  --muted: #686364;
  --line: #d8d3d3;
  --soft: #f4f2f1;
  --orange: #f45b24;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--dark);
  background: #faf9f8;
  line-height: 1.55;
  overflow-x: hidden;
}
img { max-width: 100%; }

.site-header {
  min-height: 78px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 34px;
  border-bottom: 1px solid var(--line);
  background: rgba(250,249,248,.97);
  position: sticky;
  top: 0;
  z-index: 10;
}
@media (min-width: 1288px) {
  .site-header { padding-left: calc((100% - var(--max))/2); padding-right: calc((100% - var(--max))/2); }
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--dark);
  text-decoration: none;
  font-weight: 900;
  letter-spacing: .14em;
}
.brand img { width: 44px; height: 44px; object-fit: contain; }
.site-header nav { display: flex; gap: 30px; margin-left: auto; }
.site-header nav a, .footer-links a { color: inherit; text-decoration: none; }
.site-header nav a:hover, .footer-links a:hover { text-decoration: underline; }
.header-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 21px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid var(--dark);
}
.header-cta, .button.primary { background: var(--dark); color: #fff; }
.button.secondary { color: var(--dark); background: transparent; }
.button.light { background: #fff; color: var(--dark); border-color: #fff; }

.hero {
  width: min(100%, var(--max));
  min-height: 620px;
  margin: 0 auto;
  padding: 90px 24px;
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(260px,.75fr);
  gap: 72px;
  align-items: center;
}
.kicker {
  font-size: .75rem;
  letter-spacing: .18em;
  font-weight: 900;
  color: var(--orange);
  margin: 0 0 18px;
}
.hero h1 {
  font-size: clamp(3.2rem, 6.5vw, 6.5rem);
  line-height: .96;
  letter-spacing: -.06em;
  margin: 0 0 32px;
  max-width: 920px;
}
.lead { font-size: 1.23rem; color: var(--muted); max-width: 760px; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.hero-mark { display: flex; justify-content: center; align-items: center; }
.hero-mark img { width: min(100%, 360px); height: auto; display: block; }

.section {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 105px 24px;
}
.about {
  display: grid;
  grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr);
  gap: 90px;
  border-top: 1px solid var(--line);
}
h2 {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1;
  letter-spacing: -.05em;
  margin: 0 0 28px;
}
.about-copy p, .contact p { font-size: 1.08rem; color: var(--muted); }

/* WOMOFIX section: always centered, bounded and responsive */
.brand-section {
  width: 100%;
  background: var(--dark);
  padding: 92px 24px;
  overflow: hidden;
}
.brand-panel {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px,.9fr) minmax(0,1.1fr);
  gap: 72px;
  align-items: center;
  color: #fff;
}
.brand-logo {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-logo img,
.brand-section .brand-logo img,
.brand-section img.womofix-logo {
  display: block;
  width: auto !important;
  max-width: 460px !important;
  max-height: 260px !important;
  height: auto !important;
  object-fit: contain;
}
.brand-copy { min-width: 0; }
.brand-copy h2 { color: #fff; }
.brand-copy p { color: #d1cbcc; font-size: 1.08rem; max-width: 680px; }
.brand-copy .button { margin-top: 20px; }

.trust-strip {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
.trust-strip div { padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip span { font-size: .88rem; color: var(--muted); margin-top: 5px; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.contact-box { border-left: 1px solid var(--line); padding-left: 50px; }
.contact-box a { display: block; color: var(--dark); font-size: 1.35rem; font-weight: 900; text-decoration: none; margin-bottom: 7px; }
.contact-box p { margin-top: 28px; }

footer {
  width: min(100%, var(--max));
  margin: 0 auto;
  border-top: 1px solid var(--line);
  padding: 36px 24px 52px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 36px;
  align-items: end;
}
footer strong, footer span { display: block; }
.footer-links { display: flex; gap: 22px; }
footer p { margin: 0; color: var(--muted); font-size: .85rem; }

.legal { max-width: 900px; margin: 0 auto; padding: 90px 24px 120px; }
.legal h1 { font-size: clamp(3rem,7vw,5.2rem); letter-spacing: -.05em; margin: 12px 0 50px; }
.legal h2 { font-size: 28px; letter-spacing: 0; }
.legal p { font-size: 17px; line-height: 1.7; }
.legal-note { margin-top: 50px; padding: 20px; border: 1px solid var(--line); background: #fff; }

/* Content must remain visible even if JavaScript is blocked or cached incorrectly. */
.reveal { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero, .about, .brand-panel, .contact { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 70px; }
  .hero-mark { justify-content: flex-start; }
  .hero-mark img { max-width: 280px; }
  .brand-section { padding: 76px 24px; }
  .brand-panel { gap: 42px; }
  .brand-logo { justify-content: flex-start; }
  .brand-logo img,
  .brand-section .brand-logo img,
  .brand-section img.womofix-logo { max-width: 420px !important; max-height: 220px !important; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .contact-box { border-left: 0; border-top: 1px solid var(--line); padding: 30px 0 0; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .site-header { min-height: 66px; }
  .brand span { display: none; }
  .header-cta { padding: 11px 14px; }
  .hero { padding-top: 55px; }
  .hero h1 { font-size: 3.1rem; }
  .hero-actions { display: grid; }
  .trust-strip { grid-template-columns: 1fr; }
  .section, .brand-section { padding-top: 72px; padding-bottom: 72px; }
  .brand-logo img,
  .brand-section .brand-logo img,
  .brand-section img.womofix-logo { max-width: 100% !important; max-height: 180px !important; }
  .footer-links { flex-wrap: wrap; }
}
