/* ============================================================
   GLANS POLERING — Design System
   Colors: Cream #FAF3E7 · Ink #21384F · Pink #D58A93
   Fonts:  Anton (display) · Hanken Grotesk (body) · Spectral (italic)
   ============================================================ */

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

:root {
  --cream:       #FAF3E7;
  --ink:         #21384F;
  --ink-mid:     #35506a;
  --ink-muted:   #8a98a6;
  --pink:        #D58A93;
  --pink-light:  #E7C0C4;
  --pink-pale:   #FBF2F7;
  --card-bg:     #FFFDF7;
  --muted:       #4d6175;
  --border:      1.5px solid #21384F;
  --r-sm:        10px;
  --r-md:        16px;
  --r-lg:        22px;
  --r-pill:      999px;
  --max-w:       1180px;
  --px:          clamp(20px, 4.5vw, 56px);
  --shadow:      0 6px 28px rgba(33,56,79,.10);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; display: block; }
p { margin: 0 0 1em; }
a { color: var(--ink); text-decoration: none; transition: color .15s; }
a:hover { color: var(--pink); }
ul { padding-left: 1.3em; }

.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--px);
}

/* ---- Typography ---- */
h1, h2, h3, h4 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: .92;
  margin: 0;
  color: var(--ink);
}
/* Retro 3D depth on the large display headings only — at h3/h4 sizes a thick
   stroke closes up the counters and hurts readability. */
h1, h2 {
  -webkit-text-stroke: 2px #fff;
  paint-order: stroke fill;
  text-shadow:
    1px 1px 0 #fff,
    2px 2px 0 var(--ink),
    3px 3px 0 var(--ink),
    4px 4px 0 var(--ink);
}
h1 { font-size: clamp(3rem, 8vw, 5.5rem); }
h2 { font-size: clamp(2rem, 5vw, 3.5rem); }
h3 { font-size: clamp(1.4rem, 3vw, 1.75rem); line-height: 1.05; }

.eyebrow {
  display: block;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 14px;
}

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 15px 26px;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--ink);
  cursor: pointer;
  text-decoration: none;
  transition: transform .15s ease, opacity .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }

.btn--pink  { background: var(--pink);  color: #fff; box-shadow: 0 4px 16px rgba(33,56,79,.16); }
.btn--pink:hover { color: #fff; opacity: .9; }

.btn--ink   { background: var(--ink);   color: var(--cream); border-color: var(--ink); }
.btn--ink:hover { color: var(--cream); opacity: .88; }

.btn--cream { background: var(--cream); color: var(--ink); }
.btn--cream:hover { color: var(--ink); opacity: .9; }

.btn--outline-cream {
  background: transparent;
  color: var(--cream);
  border-color: var(--cream);
}
.btn--outline-cream:hover { color: var(--cream); background: rgba(250,243,231,.12); }

.btn--outline-ink {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn--outline-ink:hover { background: rgba(33,56,79,.06); }

.btn--lg { font-size: 16px; padding: 18px 34px; }

/* ---- Marquee ---- */
.marquee-strip {
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
  line-height: 1;
}
.marquee-inner {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: marquee 32s linear infinite;
}
.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  padding: 11px 34px 11px 0;
  font-family: 'Anton', sans-serif;
  letter-spacing: .16em;
  font-size: 13px;
}
.marquee-dot { color: var(--pink); font-size: 12px; }

/* ---- Nav ---- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 300;
  background: var(--cream);
  border-bottom: var(--border);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px var(--px);
  max-width: var(--max-w);
  margin: 0 auto;
}
.nav__logo {
  font-family: 'Anton', sans-serif;
  font-size: 28px;
  letter-spacing: .01em;
  color: var(--ink);
  text-decoration: none;
  line-height: 1;
}
.nav__logo-dot { color: var(--pink); font-size: 30px; }

.nav__links {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__links a {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--ink);
}
.nav__links a:hover,
.nav__links a.is-active { color: var(--pink); }
.nav__links .nav__cta { margin-left: 4px; }

.nav__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .22s, opacity .22s;
}
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 820px) {
  .nav__toggle { display: flex; }
  .nav__links {
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--cream);
    border-bottom: var(--border);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
    padding: 0;
  }
  .nav__links.is-open { max-height: 380px; }
  .nav__links li { border-top: 1px solid rgba(33,56,79,.1); }
  .nav__links a { display: block; padding: 14px var(--px); }
  .nav__links .nav__cta { padding: 14px var(--px); }
  .nav__links .nav__cta .btn { display: flex; width: 100%; justify-content: center; }
}

/* ---- Image placeholder (for photo slots) ---- */
.img-ph {
  background: repeating-linear-gradient(45deg, var(--pink-light) 0 16px, var(--pink-pale) 16px 32px);
  border: var(--border);
  border-radius: var(--r-lg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-ph--light {
  background: repeating-linear-gradient(45deg,
    rgba(250,243,231,.22) 0 16px,
    rgba(250,243,231,.08) 16px 32px);
  border-color: rgba(250,243,231,.6);
}
.img-ph__label {
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: var(--cream);
  border: 1.5px solid var(--ink);
  border-radius: var(--r-pill);
  padding: 7px 14px;
  color: var(--ink);
}
.img-ph__label--light {
  background: transparent;
  border-color: rgba(250,243,231,.7);
  color: rgba(250,243,231,.85);
}

/* ---- Dotted circle icon ---- */
.icon-circle {
  position: relative;
  flex-shrink: 0;
}
.icon-circle__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px dotted var(--ink);
}
.icon-circle__inner {
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  background: var(--pink-light);
  border: 1.5px solid var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============================================================
   HOMEPAGE SECTIONS
   ============================================================ */

/* ---- Hero ---- */
.hero-section {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: clamp(48px,7vw,80px) var(--px) clamp(56px,8vw,90px);
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(32px,5vw,56px);
  align-items: center;
}
.hero__tagline {
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 20px;
}
.hero__title { margin-bottom: 20px; }
.hero__desc {
  font-size: 17px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 420px;
  margin-bottom: 32px;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}
.hero__link {
  font-weight: 700;
  font-size: 15px;
  border-bottom: 2px solid var(--pink);
  padding-bottom: 2px;
  color: var(--ink);
}
.hero__link:hover { color: var(--pink); }
.hero__social-proof {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
}
.stars { color: var(--pink); letter-spacing: 2px; }
.hero__social-proof span { font-weight: 700; font-size: 13.5px; color: var(--muted); }

.hero__image-wrap { position: relative; }
.hero__img { height: clamp(300px, 38vw, 480px); }
.hero__badge {
  position: absolute;
  bottom: -24px;
  left: -22px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: var(--cream);
  border: 1.5px solid var(--ink);
  box-shadow: 0 0 0 5px var(--cream), 0 0 0 7px var(--ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-9deg);
  z-index: 2;
}
.hero__badge-est {
  font-family: 'Anton', sans-serif;
  font-size: 10px;
  letter-spacing: .22em;
}
.hero__badge-year {
  font-family: 'Anton', sans-serif;
  font-size: 28px;
  line-height: .9;
}
.hero__badge-city {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
  color: var(--pink);
  margin-top: 2px;
}

@media (max-width: 820px) {
  .hero-section { grid-template-columns: 1fr; }
  .hero__image-wrap { display: none; }
}

/* ---- Trust strip ---- */
.trust-strip {
  border-top: var(--border);
  border-bottom: var(--border);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.trust-item {
  padding: 32px 26px;
  border-right: var(--border);
}
.trust-item:last-child { border-right: none; }
.trust-item .icon-circle {
  width: 54px; height: 54px;
  margin-bottom: 16px;
}
.trust-item .icon-circle__inner { inset: 5px; }
.trust-item__title {
  font-family: 'Anton', sans-serif;
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.trust-item p { font-size: 14px; line-height: 1.55; color: var(--muted); margin: 0; }

@media (max-width: 820px) {
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: none; }
  .trust-item:nth-child(3) { border-top: var(--border); }
  .trust-item:nth-child(4) { border-top: var(--border); border-right: none; }
}
@media (max-width: 480px) {
  .trust-strip { grid-template-columns: 1fr; }
  .trust-item { border-right: none; }
  .trust-item + .trust-item { border-top: var(--border); }
}

/* ---- About band (pink bg) ---- */
.about-band {
  background: var(--pink);
  color: var(--cream);
  padding: clamp(48px,7vw,70px) var(--px);
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(28px,5vw,52px);
  align-items: center;
}
.about-band .eyebrow { color: rgba(250,243,231,.8); }
.about-band h2 { color: var(--cream); margin-bottom: 16px; }
.about-band__quote {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-size: 19px;
  line-height: 1.5;
  margin: 0 0 28px;
  max-width: 430px;
}
.about-band__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.about-band__img { height: clamp(240px, 28vw, 340px); }

@media (max-width: 820px) {
  .about-band { grid-template-columns: 1fr; }
  .about-band__img { display: none; }
}

/* ---- Services section ---- */
.services-section {
  padding: clamp(48px,7vw,72px) var(--px);
  max-width: var(--max-w);
  margin: 0 auto;
}
.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 36px;
}
.section-header .eyebrow { margin-bottom: 10px; }
.section-link {
  font-weight: 700;
  font-size: 14px;
  border-bottom: 2px solid var(--pink);
  padding-bottom: 2px;
  white-space: nowrap;
  flex-shrink: 0;
}
.section-link:hover { color: var(--pink); }

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 900px) { .cards-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .cards-grid { grid-template-columns: 1fr; } }

.service-card {
  background: var(--card-bg);
  border: var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.service-card__img { height: 148px; border-bottom: var(--border); }
.service-card__img .img-ph__label { font-size: 10px; }
.service-card__body { padding: 20px 22px 22px; flex: 1; display: flex; flex-direction: column; }
.service-card__title {
  font-family: 'Anton', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.service-card__desc { font-size: 14px; line-height: 1.55; color: var(--muted); flex: 1; margin-bottom: 14px; }
.service-card__link {
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--pink);
}
.service-card__link:hover { color: var(--ink); }

/* ---- Promise section ---- */
.promise-section {
  background: var(--cream);
  padding: clamp(48px,7vw,74px) var(--px) clamp(56px,8vw,82px);
}
.promise-inner {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  padding-top: 44px;
}
.promise-arch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 148px;
  height: 66px;
  background: var(--cream);
  border: 2px solid var(--ink);
  border-bottom: none;
  border-radius: 88px 88px 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 12px;
  z-index: 2;
}
.promise-arch__icon {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--pink-light);
  border: 1.5px solid var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
}
.promise-frame {
  border: 2px solid var(--ink);
  border-radius: var(--r-md);
  padding: 6px;
}
.promise-box {
  border: 1px solid var(--ink);
  border-radius: 11px;
  padding: clamp(28px,4vw,50px) clamp(18px,4vw,46px) clamp(36px,5vw,54px);
}
.promise-box__head { text-align: center; margin-bottom: 40px; }
.promise-box__head p {
  font-size: 16px;
  color: var(--muted);
  margin: 12px auto 0;
  max-width: 400px;
}
.promise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
.promise-item { text-align: center; }
.promise-item .icon-circle {
  width: 62px; height: 62px;
  margin: 0 auto 16px;
}
.promise-item .icon-circle__inner { inset: 6px; }
.promise-item__num {
  font-family: 'Anton', sans-serif;
  font-size: 30px;
  color: var(--ink);
  line-height: .9;
  margin-bottom: 10px;
}
.promise-item p { font-size: 15px; line-height: 1.55; color: var(--muted); margin: 0; }

@media (max-width: 640px) {
  .promise-grid { grid-template-columns: 1fr; gap: 28px; }
}

/* ---- Testimonials ---- */
.testimonials-section {
  padding: clamp(48px,7vw,72px) var(--px);
  max-width: var(--max-w);
  margin: 0 auto;
}
.testimonials-head { text-align: center; margin-bottom: 36px; }
.testimonials-head h2 { margin-top: 10px; }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 900px) { .testimonials-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .testimonials-grid { grid-template-columns: 1fr; } }

.review-card {
  background: var(--pink-light);
  border: var(--border);
  border-radius: var(--r-lg);
  padding: 28px 26px;
}
.review-card__stars { color: var(--pink); letter-spacing: 2px; font-size: 15px; }
.review-card__text {
  font-family: 'Spectral', serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  margin: 14px 0 18px;
}
.review-card__author {
  font-family: 'Anton', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

/* ---- CTA section ---- */
.cta-section {
  background: var(--pink);
  color: var(--cream);
  padding: clamp(52px,8vw,74px) var(--px);
  text-align: center;
}
.cta-section h2 { color: var(--cream); margin-bottom: 16px; }
.cta-section p {
  font-size: 17px;
  line-height: 1.55;
  margin: 0 auto 30px;
  max-width: 460px;
  opacity: .92;
}
.postcode-form {
  display: flex;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto;
}
.postcode-form__input {
  flex: 1;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 17px 20px;
  border: 1.5px solid var(--ink);
  border-right: none;
  border-radius: var(--r-pill) 0 0 var(--r-pill);
  background: var(--cream);
  color: var(--ink);
  outline: none;
  min-width: 0;
}
.postcode-form__input:focus { box-shadow: inset 0 0 0 2px var(--ink); }
.postcode-form__btn {
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 17px 26px;
  background: var(--ink);
  color: var(--cream);
  border: 1.5px solid var(--ink);
  border-radius: 0 var(--r-pill) var(--r-pill) 0;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity .2s;
}
.postcode-form__btn:hover { opacity: .85; }

@media (max-width: 480px) {
  .postcode-form { flex-direction: column; }
  .postcode-form__input { border-right: 1.5px solid var(--ink); border-bottom: none; border-radius: var(--r-pill) var(--r-pill) 0 0; }
  .postcode-form__btn { border-radius: 0 0 var(--r-pill) var(--r-pill); }
}

/* ---- Stats strip ---- */
.stats-strip {
  border-bottom: var(--border);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--cream);
}
.stat-item {
  padding: 28px 26px;
  border-right: var(--border);
  text-align: center;
}
.stat-item:last-child { border-right: none; }
.stat-item__num {
  font-family: 'Anton', sans-serif;
  font-size: 36px;
  color: var(--pink);
  line-height: .9;
}
.stat-item__label { font-size: 12.5px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; margin-top: 8px; color: var(--muted); }

@media (max-width: 700px) {
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2) { border-right: none; }
  .stat-item:nth-child(3) { border-top: var(--border); }
  .stat-item:nth-child(4) { border-top: var(--border); border-right: none; }
}

/* ---- Footer ---- */
.site-footer {
  background: var(--ink);
  color: var(--cream);
  padding: clamp(40px,5vw,56px) var(--px) 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--ink-mid);
  max-width: var(--max-w);
  margin: 0 auto;
}
.footer-logo { font-family: 'Anton', sans-serif; font-size: 26px; letter-spacing: .01em; }
.footer-logo-dot { color: var(--pink); }
.footer-tagline { font-size: 13.5px; line-height: 1.65; color: #9fadbb; margin: 12px 0 0; max-width: 240px; }
.footer-col-label { font-weight: 800; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 14px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.footer-links a { color: var(--cream); }
.footer-links a:hover { color: var(--pink); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px auto 0;
  max-width: var(--max-w);
  font-size: 12.5px;
  color: var(--ink-muted);
}
.footer-bottom a { color: var(--ink-muted); }
.footer-bottom a:hover { color: var(--pink); }
.footer-bottom__links { display: flex; gap: 20px; }

@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; } }

/* ============================================================
   INNER PAGES
   ============================================================ */

/* ---- Page hero ---- */
.page-hero {
  background: var(--ink);
  color: var(--cream);
  padding: clamp(40px,6vw,60px) var(--px);
}
.page-hero__inner { max-width: var(--max-w); margin: 0 auto; }
.page-hero h1 { color: var(--cream); margin-bottom: 12px; font-size: clamp(2.2rem,6vw,3.5rem); }
.page-hero p { color: rgba(250,243,231,.75); font-size: 17px; margin: 0; max-width: 540px; line-height: 1.55; }

/* ---- Breadcrumb ---- */
.breadcrumb {
  background: var(--card-bg);
  border-bottom: var(--border);
  padding: 13px var(--px);
  font-size: 13px;
  color: var(--muted);
  line-height: 1;
}
.breadcrumb__inner { max-width: var(--max-w); margin: 0 auto; display: flex; align-items: center; gap: 6px; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--pink); }
.breadcrumb__sep { opacity: .4; }

/* ---- Inner section ---- */
.inner-section {
  padding: clamp(44px,6vw,68px) var(--px);
  max-width: var(--max-w);
  margin: 0 auto;
}
.inner-section--cream { background: var(--cream); max-width: 100%; }
.inner-section--cream > .inner-section__body { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--px); }
.inner-section--card { background: var(--card-bg); max-width: 100%; }
.inner-section--card > .inner-section__body { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--px); }
.inner-section--ink { background: var(--ink); color: var(--cream); max-width: 100%; }
.inner-section--ink > .inner-section__body { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--px); }

.inner-section__head { max-width: 680px; margin-bottom: 36px; }
.inner-section__head h2 { margin-bottom: 12px; }
.inner-section__head p { font-size: 16px; color: var(--muted); margin: 0; line-height: 1.65; }

/* ---- Two-col grid ---- */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px,5vw,54px);
  align-items: center;
}
.two-col--reverse > :first-child { order: 2; }
.two-col--reverse > :last-child  { order: 1; }
@media (max-width: 720px) {
  .two-col, .two-col--reverse > :first-child, .two-col--reverse > :last-child { order: unset; }
  .two-col { grid-template-columns: 1fr; }
}
.two-col__text h2 { margin-bottom: 16px; }
.two-col__text p { font-size: 16px; line-height: 1.7; color: var(--muted); margin-bottom: 12px; }
.two-col__text ul { font-size: 15px; color: var(--muted); line-height: 1.85; margin: 0; }

/* ---- Service almanac list ---- */
.almanac {
  border: var(--border);
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--card-bg);
}
.almanac-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 28px;
  border-bottom: var(--border);
  transition: background .15s;
}
.almanac-row:last-child { border-bottom: none; }
.almanac-row:hover { background: rgba(33,56,79,.03); }
.almanac-row__num { font-family: 'Anton', sans-serif; font-size: 17px; color: var(--pink); width: 34px; flex-shrink: 0; }
.almanac-row__name { font-family: 'Anton', sans-serif; font-size: 22px; text-transform: uppercase; min-width: 260px; }
.almanac-row__dots { flex: 1; border-bottom: 2px dotted #b9c2cc; margin: 0 8px; }
.almanac-row__detail { font-size: 14px; color: var(--muted); white-space: nowrap; }

@media (max-width: 620px) {
  .almanac-row { flex-wrap: wrap; gap: 4px; padding: 16px 20px; }
  .almanac-row__dots, .almanac-row__detail { display: none; }
  .almanac-row__name { min-width: auto; font-size: 18px; }
}

/* ---- Service detail block ---- */
.service-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px,5vw,52px);
  align-items: start;
  padding: clamp(44px,6vw,68px) 0;
  border-bottom: var(--border);
}
.service-detail:last-child { border-bottom: none; }
.service-detail--flip .service-detail__img { order: 2; }
.service-detail--flip .service-detail__text { order: 1; }
.service-detail__img { height: clamp(220px,28vw,320px); }
.service-detail__text { }
.service-detail__text h3 { font-size: clamp(1.6rem,3.5vw,2.2rem); margin-bottom: 14px; }
.service-detail__text p { font-size: 15px; color: var(--muted); line-height: 1.7; margin-bottom: 14px; }
.service-detail__text ul { font-size: 14.5px; color: var(--muted); line-height: 1.9; padding-left: 1.4em; }

@media (max-width: 720px) {
  .service-detail { grid-template-columns: 1fr; }
  .service-detail--flip .service-detail__img { order: unset; }
  .service-detail--flip .service-detail__text { order: unset; }
  .service-detail__img { display: none; }
}

/* ---- Values grid ---- */
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 720px) { .values-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 480px) { .values-grid { grid-template-columns: 1fr; } }

.value-card {
  padding: 24px 22px;
  border: var(--border);
  border-radius: var(--r-md);
  background: var(--cream);
}
.value-card__num { font-family: 'Anton', sans-serif; font-size: 26px; color: var(--pink); margin-bottom: 10px; }
.value-card h3 { font-size: 1.05rem; margin-bottom: 10px; }
.value-card p { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.65; }

/* ---- FAQ ---- */
.faq-list { margin-top: 34px; }
details.faq-item { border-top: var(--border); }
details.faq-item:last-of-type { border-bottom: var(--border); }
details.faq-item summary {
  font-weight: 700;
  font-size: 15.5px;
  padding: 18px 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  -webkit-tap-highlight-color: transparent;
}
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary::after { content: '+'; font-size: 22px; color: var(--pink); flex-shrink: 0; font-weight: 400; }
details.faq-item[open] summary::after { content: '–'; }
details.faq-item p { font-size: 15px; color: var(--muted); line-height: 1.7; margin: 0 0 18px; max-width: 680px; }

/* ---- Contact form ---- */
.contact-layout {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 32px;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: clamp(40px,6vw,64px) var(--px);
}
@media (max-width: 820px) { .contact-layout { grid-template-columns: 1fr; } }

.form-card {
  background: var(--card-bg);
  border: var(--border);
  border-radius: var(--r-md);
  padding: clamp(22px,4vw,36px);
}
.form-card h2 { font-size: 1.8rem; margin-bottom: 6px; }
.form-card__sub { font-size: 14.5px; color: var(--muted); margin: 0 0 26px; }

.form-group { margin-bottom: 18px; }
.form-group label {
  display: block;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 7px;
  color: var(--ink);
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 13px 15px;
  border: var(--border);
  border-radius: 10px;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 15px;
  background: var(--cream);
  color: var(--ink);
  outline: none;
  transition: border-color .15s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--pink); outline: 2px solid rgba(213,138,147,.3); outline-offset: 1px; }
.form-group textarea { resize: vertical; min-height: 120px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 540px) { .form-row { grid-template-columns: 1fr; } }

.form-submit { width: 100%; padding: 16px; font-size: 15px; margin-top: 6px; }

.form-success {
  display: none;
  background: #e8f5e9;
  border: 1.5px solid #4caf50;
  border-radius: 10px;
  padding: 16px 20px;
  font-weight: 600;
  font-size: 14.5px;
  color: #1b5e20;
  margin-top: 16px;
}

.info-card {
  background: var(--ink);
  color: var(--cream);
  border-radius: var(--r-md);
  padding: clamp(22px,4vw,36px);
  height: fit-content;
}
.info-card h3 { color: var(--cream); font-size: 1.5rem; margin-bottom: 22px; }
.info-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 20px; }
.info-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 14.5px; }
.info-list svg { flex-shrink: 0; margin-top: 2px; color: var(--pink); }
.info-list a { color: var(--cream); }
.info-list a:hover { color: var(--pink); }
.info-card__note {
  margin-top: 22px;
  font-size: 13px;
  color: rgba(250,243,231,.6);
  border-top: 1px solid var(--ink-mid);
  padding-top: 16px;
  line-height: 1.55;
}

/* ---- Featured quote ---- */
.featured-quote {
  text-align: center;
  padding: clamp(56px,8vw,78px) var(--px);
  max-width: var(--max-w);
  margin: 0 auto;
}
.featured-quote__mark {
  font-family: 'Anton', sans-serif;
  font-size: 80px;
  line-height: .5;
  color: var(--pink);
}
.featured-quote__text {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-size: clamp(1.2rem, 3vw, 1.85rem);
  line-height: 1.45;
  max-width: 720px;
  margin: 0 auto 20px;
  color: var(--ink);
}
.featured-quote__author {
  font-family: 'Anton', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 10px;
}

/* ---- Utility ---- */
.text-center { text-align: center; }
.mb-0 { margin-bottom: 0 !important; }
.mt-8 { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-28 { margin-top: 28px; }
.color-muted { color: var(--muted); }
