:root {
  --ink: #171717;
  --ink-soft: #2c2a27;
  --cream: #f8f0df;
  --cream-deep: #efe0c2;
  --ochre: #c98b35;
  --ochre-dark: #8a581d;
  --blue: #9fd5e8;
  --blue-deep: #176b88;
  --white: #fffdf7;
  --line: rgba(23, 23, 23, 0.14);
  --shadow: 0 24px 70px rgba(32, 22, 9, 0.14);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 99;
  opacity: .13;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; padding: 12px 18px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248, 240, 223, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 52px;
  height: 52px;
  border: 6px dashed var(--ochre);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ink);
  font: 900 15px/1 Impact, "Arial Narrow", sans-serif;
  letter-spacing: .04em;
  transform: rotate(-4deg);
}
.brand-name { display: grid; line-height: .95; text-transform: uppercase; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; letter-spacing: .03em; font-size: 25px; }
.brand-name small { margin-top: 5px; font: 750 9px/1.2 Inter, sans-serif; letter-spacing: .18em; color: var(--ochre-dark); }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { font-size: 14px; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--ochre-dark); }
.header-call { padding: 12px 18px; color: var(--white) !important; background: var(--ink); border-radius: 3px; box-shadow: 5px 5px 0 var(--ochre); }
.nav-toggle { display: none; width: 48px; height: 44px; border: 0; border-radius: 5px; background: var(--ink); color: white; font-size: 25px; }

.hero {
  min-height: 720px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  background: var(--cream) url("assets/monts-cycles-hero.png") center/cover no-repeat;
}
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(248,240,223,.96) 0%, rgba(248,240,223,.78) 35%, rgba(248,240,223,.04) 67%); }
.hero-content { position: relative; z-index: 2; width: min(650px, 58%); padding: 84px 0 105px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; font-size: 12px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 43px; height: 6px; background: var(--ochre); transform: skewX(-22deg); }
.display-title {
  margin: 0;
  max-width: 650px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(66px, 8.2vw, 126px);
  font-weight: 900;
  line-height: .82;
  letter-spacing: .015em;
  text-transform: uppercase;
  transform: rotate(-1deg);
  text-shadow: 2px 1px 0 rgba(201,139,53,.85);
}
.display-title span { display: block; color: var(--ochre-dark); font-size: .66em; margin-bottom: 8px; text-shadow: 1px 1px 0 var(--ink); }
.hero-subtitle { max-width: 540px; margin: 30px 0 0; font-size: clamp(18px, 2vw, 22px); font-weight: 650; color: var(--ink-soft); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 23px; border: 2px solid var(--ink); border-radius: 3px; text-decoration: none; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ochre); }
.button--dark { background: var(--ink); color: var(--white); }
.button--light { background: rgba(255,253,247,.7); }
.hero-local { margin-top: 25px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.ticker { overflow: hidden; background: var(--ink); color: var(--cream); border-block: 4px solid var(--ochre); }
.ticker-track { display: flex; width: max-content; animation: ticker 32s linear infinite; }
.ticker-track span { padding: 15px 28px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; white-space: nowrap; }
.ticker-track span::after { content: "\2726"; margin-left: 56px; color: var(--ochre); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 105px 0; }
.section--white { background: var(--white); }
.section--ink { background: var(--ink); color: var(--cream); }
.section-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: end; margin-bottom: 54px; }
.kicker { display: block; color: var(--ochre-dark); font-size: 12px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; margin-bottom: 12px; }
.section-title, .page-title { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 900; line-height: .95; letter-spacing: .02em; text-transform: uppercase; }
.section-title { font-size: clamp(46px, 6.5vw, 82px); }
.page-title { font-size: clamp(54px, 8vw, 104px); }
.lead { margin: 0; font-size: 19px; color: #5b5449; }
.section--ink .lead { color: #d9ccb5; }

.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.service-card { position: relative; min-height: 350px; padding: 31px 26px 28px; color: var(--ink); background: var(--cream); border: 1px solid rgba(23,23,23,.18); box-shadow: 8px 8px 0 var(--ochre); overflow: hidden; }
.service-number { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 60px; border: 4px solid var(--ink); border-radius: 50%; font: 900 18px/1 Impact, sans-serif; }
.service-card h3 { margin: 0 0 13px; font-family: Impact, "Arial Narrow", sans-serif; font-size: 31px; line-height: .95; text-transform: uppercase; letter-spacing: .02em; }
.service-card p { margin: 0; font-size: 15px; color: #5b5449; }
.service-card::after { content: ""; position: absolute; height: 9px; width: 90px; right: -15px; top: 42px; background: var(--ochre); transform: rotate(-7deg); }

.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.poster-panel { position: relative; padding: 45px; min-height: 480px; background: var(--blue); border: 3px solid var(--ink); box-shadow: 14px 14px 0 var(--ochre); overflow: hidden; }
.poster-panel::before { display: none; }
.poster-panel strong { display: block; max-width: 390px; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(48px, 6vw, 78px); line-height: .9; text-transform: uppercase; }
.poster-panel p { max-width: 400px; font-weight: 700; }
.check-list { display: grid; gap: 18px; padding: 0; margin: 30px 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 38px 1fr; gap: 15px; align-items: start; }
.check-list li::before { content: "\2713"; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: white; background: var(--ink); font-weight: 900; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; counter-reset: step; }
.process-step { counter-increment: step; padding-top: 24px; border-top: 4px solid var(--ochre); }
.process-step::before { content: "0" counter(step); display: block; color: var(--ochre); font: 900 36px/1 Impact, sans-serif; margin-bottom: 25px; }
.process-step h3 { margin: 0 0 8px; font-size: 19px; text-transform: uppercase; }
.process-step p { color: #d9ccb5; font-size: 15px; }

.local-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 55px; }
.town-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; list-style: none; }
.town-list li { padding: 9px 14px; border: 1px solid var(--line); background: var(--white); font-weight: 750; }
.local-card { padding: 36px; color: var(--cream); background: var(--blue-deep); box-shadow: 12px 12px 0 var(--ochre); }
.local-card h3 { margin-top: 0; font-family: Impact, "Arial Narrow", sans-serif; font-size: 40px; line-height: 1; text-transform: uppercase; }

.faq-list { display: grid; gap: 12px; }
.faq-item { border-bottom: 1px solid rgba(248,240,223,.22); }
.faq-item button { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border: 0; color: inherit; background: transparent; text-align: left; font-weight: 850; font-size: 18px; cursor: pointer; }
.faq-item button span:last-child { color: var(--ochre); font-size: 25px; transition: transform .2s ease; }
.faq-answer { display: none; max-width: 820px; padding: 0 0 24px; color: #d9ccb5; }
.faq-item.is-open .faq-answer { display: block; }
.faq-item.is-open button span:last-child { transform: rotate(45deg); }

.contact-band { padding: 80px 0; background: var(--ochre); }
.contact-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.contact-band h2 { margin: 0; max-width: 700px; font: 900 clamp(50px, 7vw, 92px)/.9 Impact, "Arial Narrow", sans-serif; text-transform: uppercase; }
.contact-links { display: grid; gap: 12px; }
.contact-link { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; border: 2px solid var(--ink); background: var(--cream); text-decoration: none; font-weight: 900; }
.contact-link:hover { background: var(--ink); color: var(--cream); }

.page-hero { padding: 105px 0 85px; background: var(--blue); border-bottom: 5px solid var(--ochre); }
.page-hero p { max-width: 760px; font-size: 20px; font-weight: 650; }
.breadcrumbs { margin-bottom: 22px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.breadcrumbs a { color: var(--ochre-dark); }
.content-layout { display: grid; grid-template-columns: 270px 1fr; gap: 65px; }
.content-nav { align-self: start; position: sticky; top: 112px; padding: 26px; background: var(--white); border-left: 7px solid var(--ochre); }
.content-nav strong { display: block; margin-bottom: 12px; text-transform: uppercase; }
.content-nav a { display: block; padding: 8px 0; color: #5b5449; text-decoration: none; font-size: 14px; }
.article { max-width: 820px; }
.article h2 { margin: 55px 0 16px; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(34px, 5vw, 50px); line-height: 1; text-transform: uppercase; }
.article h2:first-child { margin-top: 0; }
.article h3 { margin-top: 34px; font-size: 22px; }
.article p, .article li { color: #514a41; }
.article-callout { margin: 35px 0; padding: 26px; background: var(--white); border: 2px solid var(--ink); box-shadow: 8px 8px 0 var(--ochre); }

.contact-page-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.contact-card { padding: 35px; background: var(--white); border: 1px solid var(--line); }
.contact-card h2 { margin-top: 0; font: 900 38px/1 Impact, "Arial Narrow", sans-serif; text-transform: uppercase; }
.contact-card a { font-weight: 900; color: var(--ochre-dark); }
.legal-copy { max-width: 850px; }
.legal-copy h2 { margin-top: 45px; }

.site-footer { padding: 60px 0 25px; color: #d9ccb5; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 45px; }
.footer-grid h2, .footer-grid h3 { color: var(--cream); }
.footer-grid h2 { margin: 0; font: 900 42px/1 Impact, "Arial Narrow", sans-serif; text-transform: uppercase; }
.footer-grid h3 { margin: 0 0 15px; font-size: 14px; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid a { display: block; width: fit-content; margin: 7px 0; color: #d9ccb5; text-decoration: none; }
.footer-grid a:hover { color: var(--ochre); }
.footer-bottom { margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(248,240,223,.18); display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }
.mobile-call { display: none; }

[data-reveal] { opacity: 0; transform: translateY(25px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 81px; left: 0; right: 0; padding: 24px 20px 30px; background: var(--cream); border-bottom: 2px solid var(--ink); flex-direction: column; align-items: stretch; }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 7px 0; }
  .header-call { text-align: center; }
  .hero { min-height: 760px; background-position: 59% center; }
  .hero::after { background: linear-gradient(180deg, rgba(248,240,223,.96) 0%, rgba(248,240,223,.72) 51%, rgba(248,240,223,.08) 82%); }
  .hero-content { width: 100%; max-width: 650px; align-self: start; padding-top: 70px; }
  .display-title { font-size: clamp(62px, 13vw, 102px); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading, .split, .local-grid, .contact-inner { grid-template-columns: 1fr; gap: 35px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .content-layout { grid-template-columns: 1fr; }
  .content-nav { position: static; display: none; }
}

@media (max-width: 640px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .header-inner { min-height: 72px; }
  .brand-mark { width: 45px; height: 45px; }
  .brand-name { font-size: 21px; }
  .main-nav { top: 71px; }
  .hero { min-height: 740px; background-position: 66% bottom; }
  .hero-content { padding-top: 58px; }
  .display-title { font-size: clamp(57px, 20vw, 83px); max-width: 95%; }
  .display-title span { font-size: .56em; }
  .hero-subtitle { max-width: 95%; font-size: 17px; }
  .hero-actions { display: grid; max-width: 330px; }
  .button { width: 100%; }
  .section { padding: 74px 0; }
  .section-heading { margin-bottom: 35px; }
  .services-grid, .process-grid, .contact-page-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; }
  .service-number { margin-bottom: 35px; }
  .poster-panel { min-height: 400px; padding: 32px; }
  .contact-band { padding: 65px 0 85px; }
  .contact-band h2 { font-size: 54px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .mobile-call { display: flex; position: fixed; z-index: 45; left: 12px; right: 12px; bottom: 12px; min-height: 54px; align-items: center; justify-content: center; color: var(--white); background: var(--ink); border: 2px solid var(--cream); box-shadow: 5px 5px 0 var(--ochre); text-decoration: none; font-weight: 900; text-transform: uppercase; }
  body { padding-bottom: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
