/* ==========================================================================
   FISIOUZMA — Master stylesheet
   Brand palette: #FFCC00 (accent), #111 / #1A1A1A (ink), warm off-whites.
   Type: Fraunces (display serif), Inter (UI/body). Human, editorial, warm.
   ========================================================================== */

:root{
  --accent: #FFCC00;
  --accent-deep: #E6B800;
  --accent-soft: #FFF4BF;
  --ink: #111111;
  --ink-2: #2A2A2A;
  --ink-3: #4A4A4A;
  --muted: #6B6B6B;
  --line: #E6E2DA;
  --line-2: #F0EEE7;
  --cream: #FAF7EE;
  --cream-2: #F4EFE0;
  --paper: #FFFCF5;
  --white: #FFFFFF;
  --green: #2E7D5B;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,.04), 0 2px 8px rgba(0,0,0,.04);
  --shadow-md: 0 6px 24px rgba(0,0,0,.08);
  --shadow-lg: 0 18px 48px rgba(0,0,0,.12);
  --maxw: 1200px;
  --gutter: clamp(20px, 4vw, 48px);
  --font-display: "Fraunces", "Georgia", serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

*,*::before,*::after{ box-sizing: border-box; }
html{ -webkit-text-size-adjust:100%; scroll-behavior:smooth; }
body{
  margin:0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-2);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img,svg,video{ max-width:100%; height:auto; display:block; }
a{ color: var(--ink); text-decoration: none; }
a:hover{ color: var(--accent-deep); }
p{ margin:0 0 1em; }
hr{ border:0; border-top: 1px solid var(--line); margin: 3rem 0; }

/* -- Typography ----------------------------------------------------------- */
h1,h2,h3,h4{
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -.01em;
  color: var(--ink);
  line-height: 1.12;
  margin: 0 0 .6em;
}
h1{ font-size: clamp(2.1rem, 4.6vw, 3.6rem); font-weight: 500; letter-spacing: -.02em; }
h2{ font-size: clamp(1.7rem, 3.2vw, 2.5rem); }
h3{ font-size: clamp(1.25rem, 2vw, 1.55rem); }
h4{ font-size: 1.1rem; font-family: var(--font-body); font-weight: 600; color: var(--ink); letter-spacing:.01em; }

.eyebrow{
  display:inline-block;
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-3);
  padding: .35rem .7rem;
  background: var(--accent-soft);
  border-radius: 99px;
  margin-bottom: 1rem;
}
.eyebrow--dark{ background:#1f1f1f; color:#FFCC00; }

.lede{ font-size: 1.18rem; color: var(--ink-3); line-height: 1.6; max-width: 60ch; }

/* -- Layout --------------------------------------------------------------- */
.container{
  max-width: var(--maxw);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.container--narrow{ max-width: 820px; }
.section{ padding: clamp(56px, 8vw, 110px) 0; }
.section--cream{ background: var(--cream); }
.section--ink{ background: var(--ink); color:#E8E5DD; }
.section--ink h1,.section--ink h2,.section--ink h3{ color:#fff; }
.section--paper{ background: var(--paper); }

/* -- Header --------------------------------------------------------------- */
.site-header{
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 252, 245, .92);
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner{
  display:flex;
  align-items:center;
  justify-content: space-between;
  /* Only set vertical padding — let .container's horizontal gutter flow through
     so the logo aligns with the page content below */
  padding-top: 14px;
  padding-bottom: 14px;
  gap: 24px;
}
.brand{ display:flex; align-items:center; gap: 10px; color: var(--ink); }
.brand:hover{ color: var(--ink); }

/* Horizontal logo image (icon + FISIOUZMA wordmark) */
.brand__logo{
  height: 32px;
  width: auto;
  display: block;
}
@media (max-width: 600px){
  .brand__logo{ height: 26px; }
}
/* Invert (black -> white) when the logo sits on the dark footer */
.site-footer .brand__logo{
  filter: brightness(0) invert(1);
}

/* Legacy text wordmark (kept for back-compat if any page still uses it) */
.brand__text{
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  letter-spacing: .02em;
  color: var(--ink);
  line-height: 1;
  display: inline-block;
}
.site-footer .brand__text{ color: #fff; }
@media (max-width: 600px){ .brand__text{ font-size: 1.2rem; } }
/* Legacy text-based brand styles (kept in case any page still uses them) */
.brand__mark{
  width: 38px; height: 38px; border-radius: 10px;
  background: var(--ink);
  color: var(--accent);
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
.brand__name{
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: -.01em;
  color: var(--ink);
}
.brand__tag{
  display:block;
  font-family: var(--font-body);
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: -2px;
}

.nav{ display:flex; align-items:center; gap: 6px; }
.nav__link{
  font-size: .94rem;
  color: var(--ink-2);
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 500;
  transition: background .15s;
}
.nav__link:hover{ background: var(--line-2); color: var(--ink); }
.nav__link.is-active{ color: var(--ink); }

.lang-switch{
  display:inline-flex;
  border: 1px solid var(--line);
  border-radius: 99px;
  padding: 2px;
  font-size: .82rem;
  margin-left: 8px;
  background: var(--white);
}
.lang-switch a{
  padding: 4px 10px;
  border-radius: 99px;
  color: var(--ink-3);
  font-weight: 600;
}
.lang-switch a.is-active{ background: var(--ink); color: var(--accent); }

.menu-toggle{
  display:none;
  background: var(--ink);
  color: var(--accent);
  border: 0;
  width: 42px; height: 42px;
  border-radius: 10px;
  cursor: pointer;
}
.menu-toggle svg{ width: 22px; height: 22px; }

@media (max-width: 880px){
  .nav{
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 16px var(--gutter) 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }
  .nav.is-open{ display: flex; }
  .nav__link{ padding: 14px 12px; font-size: 1rem; border-bottom: 1px solid var(--line-2); }
  .nav .btn{ margin-top: 8px; text-align: center; }
  .menu-toggle{ display: inline-grid; place-items:center; }
  .lang-switch{ margin: 8px 0 0; align-self: flex-start; }
}

/* -- Buttons -------------------------------------------------------------- */
.btn{
  display:inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 99px;
  font-weight: 600;
  font-size: .98rem;
  letter-spacing: .005em;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform .12s ease, box-shadow .15s ease, background .15s, color .15s;
  white-space: nowrap;
  line-height: 1;
}
.btn:hover{ transform: translateY(-1px); }
.btn--primary{
  background: var(--accent);
  color: var(--ink);
  box-shadow: 0 8px 24px rgba(255, 204, 0, .35);
}
.btn--primary:hover{ background: var(--accent-deep); color: var(--ink); box-shadow: 0 10px 28px rgba(255, 204, 0, .45); }
.btn--ink{
  background: var(--ink);
  color: #fff;
}
.btn--ink:hover{ background: #000; color: #fff; }
.btn--outline{
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn--outline:hover{ background: var(--ink); color: var(--accent); }
.btn--ghost{
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.btn--ghost:hover{ background: var(--white); }
.btn--lg{ padding: 18px 28px; font-size: 1.05rem; }
.btn--sm{ padding: 10px 16px; font-size: .88rem; }
.btn .ico{ width: 18px; height: 18px; }

/* -- Hero ----------------------------------------------------------------- */
.hero{
  position: relative;
  padding: clamp(48px, 8vw, 96px) 0 clamp(48px, 8vw, 110px);
  background: linear-gradient(180deg, var(--paper) 0%, var(--cream) 100%);
  overflow: hidden;
}
.hero__grid{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.hero__copy h1 span{
  background: linear-gradient(180deg, transparent 60%, var(--accent) 60%);
  padding: 0 .12em;
}
.hero__copy .lede{ margin: 1rem 0 1.8rem; max-width: 52ch; }
.hero__cta{ display:flex; gap: 12px; flex-wrap: wrap; }
.hero__trust{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  align-items: center;
}
.hero__trust-item{
  display:flex; align-items:center; gap: 10px;
  font-size: .88rem;
  color: var(--ink-3);
  font-weight: 500;
}
.hero__trust-item strong{ color: var(--ink); }
.hero__trust-item .ico{ width: 18px; height: 18px; color: var(--accent-deep); }

.hero__media{
  position: relative;
}
.hero__photo{
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/5;
  background: #ddd;
}
.hero__photo img{ width:100%; height:100%; object-fit: cover; }
.hero__photo--stack{
  position: absolute;
  width: 46%;
  bottom: -28px;
  left: -28px;
  aspect-ratio: 4/5;
  border: 6px solid var(--paper);
  box-shadow: var(--shadow-md);
}
.hero__badge{
  position: absolute;
  top: 20px;
  right: -10px;
  background: var(--white);
  border-radius: var(--radius);
  padding: 14px 18px;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 220px;
}
.hero__badge-emoji{ font-size: 28px; line-height:1; }
.hero__badge strong{ display:block; color: var(--ink); font-size: .95rem; line-height: 1.2; }
.hero__badge span{ font-size: .78rem; color: var(--muted); }

@media (max-width: 880px){
  .hero__grid{ grid-template-columns: 1fr; }
  .hero__photo--stack{ display:none; }
  .hero__badge{ right: 16px; top: 16px; max-width: 180px; padding: 10px 14px; }
  .hero__badge-emoji{ font-size: 22px; }
  .hero__badge strong{ font-size: .82rem; }
  .hero__badge span{ font-size: .7rem; }
}

/* -- Trust strip ---------------------------------------------------------- */
.trust-strip{
  background: var(--ink);
  color: #DDD8C8;
  padding: 20px 0;
  font-size: .9rem;
}
.trust-strip__inner{
  display: flex;
  flex-wrap: wrap;
  gap: 18px 36px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.trust-strip__item{ display:flex; align-items:center; gap:8px; }
.trust-strip__item .ico{ color: var(--accent); width: 18px; height: 18px; }
.trust-strip__item strong{ color: #fff; }

/* -- Brand affiliation strip --------------------------------------------- */
.brand-strip{
  background: var(--ink);
  color: #F5F1E6;
  padding: 36px 0 32px;
  position: relative;
}
.brand-strip__label{
  text-align: center;
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #9B968B;
  margin: 0 0 22px;
}
.brand-strip__inner{
  display: flex;
  flex-wrap: wrap;
  gap: 32px 56px;
  align-items: center;
  justify-content: center;
}
/* Each brand sits in a white tile so original brand colors remain readable on the dark band */
.brand-mark{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 16px 22px;
  min-height: 72px;
  min-width: 140px;
  box-shadow: 0 2px 8px rgba(0,0,0,.18);
  transition: transform .15s, box-shadow .15s;
  text-decoration: none;
}
.brand-mark:hover{
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,.28);
}
.brand-mark__img{
  height: 40px;
  width: auto;
  max-width: 160px;
  display: block;
  object-fit: contain;
}
/* Text fallback shown if a logo file is missing — sits inside the same white tile */
.brand-mark__name{
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  letter-spacing: .04em;
  color: var(--ink);
  font-size: 1.35rem;
  text-transform: uppercase;
  line-height: 1;
}
.brand-mark__name--low{ text-transform: none; font-weight: 700; letter-spacing: -.01em; }
@media (max-width: 700px){
  .brand-strip__inner{ gap: 14px 16px; }
  .brand-mark{ padding: 12px 16px; min-width: 110px; min-height: 56px; }
  .brand-mark__img{ height: 30px; max-width: 110px; }
  .brand-mark__name{ font-size: 1.05rem; }
}

/* -- Section header ------------------------------------------------------- */
.section-head{
  max-width: 720px;
  margin: 0 auto 3rem;
  text-align: center;
}
.section-head--left{ text-align: left; margin-left: 0; }
.section-head .lede{ margin: 0 auto; }
.section-head--left .lede{ margin: 0; }

/* -- Service cards -------------------------------------------------------- */
.services-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.svc-card{
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .15s, box-shadow .15s, border-color .15s;
}
.svc-card:hover{
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--accent);
}
.svc-card__media{
  aspect-ratio: 4/3;
  background: var(--line-2);
  overflow: hidden;
}
.svc-card__media img{ width:100%; height:100%; object-fit: cover; transition: transform .4s; }
.svc-card:hover .svc-card__media img{ transform: scale(1.04); }
.svc-card__body{ padding: 22px 22px 24px; flex: 1; display:flex; flex-direction: column; }
.svc-card__body h3{ margin: 0 0 .5em; }
.svc-card__body p{ color: var(--ink-3); font-size: .96rem; margin-bottom: 1.2em; }
.svc-card__link{
  margin-top: auto;
  font-weight: 600;
  font-size: .9rem;
  color: var(--ink);
  display:inline-flex; align-items:center; gap: 6px;
  border-bottom: 2px solid var(--accent);
  align-self: flex-start;
  padding-bottom: 2px;
}
.svc-card__link .ico{ width: 14px; height: 14px; transition: transform .15s; }
.svc-card:hover .svc-card__link .ico{ transform: translateX(3px); }

@media (max-width: 880px){ .services-grid{ grid-template-columns: 1fr; } }
@media (min-width: 600px) and (max-width: 880px){ .services-grid{ grid-template-columns: repeat(2, 1fr); } }

/* -- Conditions chips ----------------------------------------------------- */
.chips{ display:flex; flex-wrap: wrap; gap: 8px; margin: 1rem 0; }
.chip{
  display:inline-block;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 8px 14px;
  border-radius: 99px;
  font-size: .88rem;
  color: var(--ink-2);
  font-weight: 500;
}

/* -- Founder / About card ------------------------------------------------- */
.founder{
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.founder__photo{
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 3/4;
  background: #ddd;
  box-shadow: var(--shadow-md);
}
.founder__photo img{ width:100%; height:100%; object-fit: cover; }
.founder__creds{
  display:flex; flex-wrap: wrap; gap: 8px; margin: 1rem 0 1.4rem;
}
.cred{
  display:inline-flex; align-items:center; gap: 6px;
  background: var(--accent-soft);
  color: var(--ink);
  padding: 6px 12px;
  border-radius: 99px;
  font-size: .82rem;
  font-weight: 600;
}
.cred .ico{ width: 14px; height: 14px; color: var(--accent-deep); }
.founder__expertise{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 18px;
  margin: 1.5rem 0;
  list-style: none;
  padding: 0;
}
.founder__expertise li{
  font-size: .92rem;
  color: var(--ink-2);
  display:flex; align-items: flex-start; gap: 8px;
}
.founder__expertise li::before{
  content: "";
  width: 6px; height: 6px;
  margin-top: 9px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}
@media (max-width: 800px){
  .founder{ grid-template-columns: 1fr; }
  .founder__expertise{ grid-template-columns: 1fr; }
}

/* -- Pricing table -------------------------------------------------------- */
.price-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.price-card{
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  display:flex; flex-direction: column;
  position: relative;
  transition: transform .15s, box-shadow .15s;
}
.price-card:hover{ transform: translateY(-3px); box-shadow: var(--shadow-md); }
.price-card--featured{
  background: var(--ink);
  color: #DDD;
  border-color: var(--ink);
}
.price-card--featured h3{ color: #fff; }
.price-card__tier{
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}
.price-card--featured .price-card__tier{ color: var(--accent); }
.price-card__price{
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: -.02em;
  margin: 14px 0 6px;
  color: var(--ink);
}
.price-card--featured .price-card__price{ color: #fff; }
.price-card__per{
  color: var(--muted); font-size: .9rem;
}
.price-card__features{
  list-style: none;
  padding: 18px 0 0;
  margin: 18px 0 24px;
  border-top: 1px solid var(--line);
}
.price-card--featured .price-card__features{ border-top-color: #333; }
.price-card__features li{
  font-size: .94rem;
  padding: 6px 0;
  display:flex; align-items:flex-start; gap: 8px;
}
.price-card__features li::before{
  content: "✓"; color: var(--accent-deep); font-weight: 700; flex-shrink: 0;
}
.price-card--featured .price-card__features li::before{ color: var(--accent); }
.price-card .btn{ margin-top: auto; width: 100%; justify-content: center; }
.price-card__save{
  position:absolute;
  top: -12px;
  right: 20px;
  background: var(--accent);
  color: var(--ink);
  padding: 6px 12px;
  border-radius: 99px;
  font-size: .76rem;
  font-weight: 700;
}
@media (max-width: 980px){ .price-grid{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px){ .price-grid{ grid-template-columns: 1fr; } }

/* -- Testimonial / review card ------------------------------------------- */
.reviews{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.review{
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px;
}
.review__stars{ color: var(--accent-deep); font-size: 1.1rem; letter-spacing: 2px; }
.review p{ color: var(--ink-2); font-size: .98rem; font-style: italic; margin: 12px 0 14px; }
.review__author{ font-weight: 600; font-size: .9rem; color: var(--ink); }
.review__author span{ font-weight: 400; color: var(--muted); font-size: .82rem; display:block; }
@media (max-width: 880px){ .reviews{ grid-template-columns: 1fr; } }
@media (min-width: 600px) and (max-width: 880px){ .reviews{ grid-template-columns: repeat(2, 1fr); } }

/* -- Partners / insurance ------------------------------------------------- */
.partners{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  align-items: stretch;
  justify-content: center;
}
.partner-tile{
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  transition: transform .15s, box-shadow .15s, border-color .15s;
}
.partner-tile:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: var(--accent);
}
.partner-tile img{
  max-height: 64px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
@media (max-width: 980px){ .partners{ grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px){ .partners{ grid-template-columns: repeat(2, 1fr); } .partner-tile img{ max-height: 50px; } }

/* Legacy pill style — kept in case any page still uses it */
.partner-pill{
  background: var(--white);
  border: 1px solid var(--line);
  padding: 12px 22px;
  border-radius: 99px;
  font-weight: 600;
  font-size: .94rem;
  color: var(--ink-2);
  letter-spacing: .02em;
}

/* -- FAQ ------------------------------------------------------------------ */
.faq{
  max-width: 820px;
  margin: 0 auto;
}
.faq details{
  border-top: 1px solid var(--line);
  padding: 18px 0;
}
.faq details:last-child{ border-bottom: 1px solid var(--line); }
.faq summary{
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 500;
  color: var(--ink);
}
.faq summary::-webkit-details-marker{ display:none; }
.faq summary::after{
  content: "+";
  font-family: var(--font-body);
  font-size: 1.4rem;
  font-weight: 400;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--ink);
  flex-shrink: 0;
  /* nudge the glyph down ~1px so it sits visually centered in the circle */
  padding-top: 2px;
  box-sizing: border-box;
}
.faq details[open] summary::after{
  content: "−";
  background: var(--accent);
  padding-top: 0;
  font-weight: 500;
}
.faq details p{ margin-top: 12px; color: var(--ink-3); }

/* -- Process / steps ------------------------------------------------------ */
.steps{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  counter-reset: step;
}
.step{
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  position: relative;
}
.step::before{
  counter-increment: step;
  content: "0" counter(step);
  display:block;
  font-family: var(--font-display);
  font-size: 2.2rem;
  color: var(--accent-deep);
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1;
}
.step h4{ margin-bottom: 6px; }
.step p{ font-size: .92rem; color: var(--ink-3); margin: 0; }
@media (max-width: 880px){ .steps{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px){ .steps{ grid-template-columns: 1fr; } }

/* -- Equipment / techniques grid ----------------------------------------- */
.tech-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.tech{
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 20px;
  text-align: center;
}
.tech__icon{
  width: 44px; height: 44px;
  margin: 0 auto 12px;
  border-radius: 12px;
  background: var(--accent-soft);
  display: grid; place-items: center;
  color: var(--ink);
}
.tech h4{ margin-bottom: 4px; font-size: 1rem; }
.tech p{ font-size: .85rem; color: var(--muted); margin: 0; }
@media (max-width: 880px){ .tech-grid{ grid-template-columns: repeat(2, 1fr); } }

/* -- CTA band ------------------------------------------------------------- */
.cta-band{
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: clamp(36px, 6vw, 64px);
  display:flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.cta-band::before{
  content: "";
  position:absolute;
  right: -80px; top: -80px;
  width: 280px; height: 280px;
  background: var(--accent);
  border-radius: 50%;
  opacity: .12;
}
.cta-band h2{ color:#fff; margin-bottom: .3em; max-width: 20ch; position: relative; }
.cta-band p{ color: #CCC; margin: 0; max-width: 44ch; position: relative; }
.cta-band__actions{ display:flex; gap: 12px; flex-wrap: wrap; position: relative; }

/* -- Article / Blog ------------------------------------------------------- */
.article-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.article-card{
  display: block;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .15s, box-shadow .15s;
}
.article-card:hover{ transform: translateY(-3px); box-shadow: var(--shadow-md); color: var(--ink); }
.article-card__media{ aspect-ratio: 16/10; background: var(--line-2); }
.article-card__media img{ width:100%; height:100%; object-fit: cover; }
.article-card__body{
  padding: 22px 22px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.article-card__meta{ color: var(--muted); font-size: .82rem; margin-bottom: 8px; }
.article-card__body h3{ font-size: 1.25rem; margin-bottom: .4em; }
.article-card__body p{ color: var(--ink-3); font-size: .94rem; margin: 0 0 1.2em; }
.article-card__link{
  margin-top: auto;
  font-weight: 600;
  font-size: .9rem;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-bottom: 2px solid var(--accent);
  align-self: flex-start;
  padding-bottom: 2px;
  transition: gap .15s;
}
.article-card:hover .article-card__link{ gap: 10px; }
.article-card{ display: flex; flex-direction: column; }
@media (max-width: 880px){ .article-grid{ grid-template-columns: 1fr; } }
@media (min-width: 600px) and (max-width: 880px){ .article-grid{ grid-template-columns: repeat(2, 1fr); } }

.prose{ max-width: 720px; margin: 0 auto; font-size: 1.05rem; }
.prose h2{ margin-top: 2.4em; }
.prose h3{ margin-top: 1.8em; }
.prose p{ color: var(--ink-2); }
.prose ul, .prose ol{ color: var(--ink-2); padding-left: 1.4em; }
.prose li{ margin: .35em 0; }
.prose blockquote{
  border-left: 4px solid var(--accent);
  padding: 4px 18px;
  margin: 1.6em 0;
  color: var(--ink-2);
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-style: italic;
}
.prose a{ color: var(--ink); border-bottom: 2px solid var(--accent); }
.prose a:hover{ background: var(--accent-soft); }

.article-hero{
  padding: clamp(40px, 6vw, 80px) 0 clamp(28px, 4vw, 48px);
  background: var(--cream);
}
/* Keep .article-hero .container at the standard 1200px so it left-aligns with
   the header logo. Constrain individual text elements for readability instead. */
.article-hero .crumbs,
.article-hero .eyebrow,
.article-hero h1,
.article-hero .lede,
.article-hero .article-meta,
.article-hero > .container > p{
  max-width: 760px;
}
.article-meta{
  display:flex; gap: 14px; align-items:center; color: var(--muted); font-size: .9rem;
  margin-bottom: 1.4rem;
}
.article-meta span{ color: var(--muted); }
.article-cover{
  aspect-ratio: 16/9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: 2rem auto 0;
  max-width: 1000px;
  box-shadow: var(--shadow-md);
}
.article-cover img{ width:100%; height:100%; object-fit: cover; }

/* -- Contact / map -------------------------------------------------------- */
.contact-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
.contact-info{
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
}
.contact-info h3{ margin-bottom: .4em; }
.contact-info__row{
  display:flex; align-items: flex-start; gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-2);
}
.contact-info__row:last-child{ border-bottom: 0; }
.contact-info__row .ico{
  width: 22px; height: 22px;
  color: var(--accent-deep);
  flex-shrink: 0;
  margin-top: 2px;
}
.contact-info__row strong{ display:block; color: var(--ink); }
.contact-info__row span,.contact-info__row a{ color: var(--ink-3); font-size: .95rem; }

.map-wrap{
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--line-2);
  box-shadow: var(--shadow-md);
}
.map-wrap iframe{ width:100%; height:100%; border:0; }

.hours-table{
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
}
.hours-table td{
  padding: 10px 0;
  border-bottom: 1px solid var(--line-2);
  font-size: .95rem;
  vertical-align: top;
}
.hours-table td:first-child{
  color: var(--ink);
  font-weight: 600;
  padding-right: 16px;
  white-space: nowrap;
}
.hours-table td:last-child{
  text-align: right;
  color: var(--ink-2);
  padding-left: 16px;
  white-space: nowrap;
}
.hours-table tr:last-child td{ border-bottom: 0; }

@media (max-width: 880px){ .contact-grid{ grid-template-columns: 1fr; } }

/* -- Footer --------------------------------------------------------------- */
.site-footer{
  background: var(--ink);
  color: #B8B3A4;
  padding: 72px 0 24px;
  font-size: .92rem;
}
.site-footer h4{ color:#fff; font-size: .8rem; letter-spacing:.16em; text-transform: uppercase; margin-bottom: 1.2em; }
.site-footer a{ color: #DDD8C8; }
.site-footer a:hover{ color: var(--accent); }
.site-footer__grid{
  display:grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 36px;
  padding-bottom: 48px;
  border-bottom: 1px solid #2A2A2A;
}
.site-footer__col ul{ list-style: none; padding: 0; margin: 0; }
.site-footer__col li{
  margin: .55em 0;
  white-space: nowrap;
}
.site-footer__about p{ color: #B8B3A4; margin-bottom: 1em; line-height: 1.6; }
.site-footer__bottom{
  display:flex; justify-content: space-between; align-items: flex-start;
  padding-top: 24px; flex-wrap: wrap; gap: 12px;
  font-size: .82rem; color: #888; line-height: 1.6;
}
.site-footer__bottom a{ color: #CCC8B8; }
.site-footer__bottom a:hover{ color: var(--accent); }
@media (max-width: 880px){ .site-footer__grid{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px){ .site-footer__grid{ grid-template-columns: 1fr; } }

/* -- WhatsApp icon (PNG) ------------------------------------------------- */
.ico-wa{
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  object-fit: contain;
}
.btn--lg .ico-wa{ width: 20px; height: 20px; }

/* -- Floating WhatsApp button -------------------------------------------- */
.wa-float{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 60;
  background: #25D366;
  color: #fff;
  border-radius: 99px;
  padding: 14px 22px 14px 18px;
  font-weight: 600;
  font-size: .96rem;
  display:inline-flex; align-items: center; gap: 10px;
  box-shadow: 0 10px 30px rgba(37, 211, 102, .45);
  transition: transform .15s;
}
.wa-float:hover{ transform: translateY(-2px); color: #fff; }
.wa-float .ico-wa{
  width: 22px; height: 22px;
  /* Black PNG inverted to white for the green button */
  filter: brightness(0) invert(1);
}
@media (max-width: 600px){
  .wa-float{ padding: 12px 16px 12px 14px; font-size: .9rem; }
  .wa-float__text{ display:none; }
  .wa-float{ padding: 14px; }
}

/* -- Utility -------------------------------------------------------------- */
.text-center{ text-align: center; }
.mt-0{ margin-top: 0 !important; }
.mt-1{ margin-top: 1rem; } .mt-2{ margin-top: 2rem; } .mt-3{ margin-top: 3rem; }
.mb-0{ margin-bottom: 0 !important; }
.mb-1{ margin-bottom: 1rem; } .mb-2{ margin-bottom: 2rem; }
.visually-hidden{ position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

/* -- Breadcrumbs ---------------------------------------------------------- */
.crumbs{
  font-size: .85rem;
  color: var(--muted);
  margin: 0 0 1rem;
}
.crumbs a{ color: var(--muted); }
.crumbs a:hover{ color: var(--ink); }
.crumbs span::before{ content: " / "; margin: 0 4px; color: var(--line); }

/* -- Two-column rich ------------------------------------------------------ */
.split{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.split--flip{ direction: rtl; }
.split--flip > *{ direction: ltr; }
.split__media{
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-md);
}
.split__media img{ width:100%; height:100%; object-fit: cover; }
@media (max-width: 880px){
  .split{ grid-template-columns: 1fr; }
  .split--flip{ direction: ltr; }
}

/* -- Icon helper ---------------------------------------------------------- */
.ico{ display: inline-block; flex-shrink: 0; }
.ico-circle{
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--accent-soft);
  display: grid; place-items: center;
  color: var(--ink);
  margin-bottom: 14px;
}
