:root {
  --ink: #10141a;
  --paper: #f4f1eb;
  --white: #fffdf8;
  --coral: #ff5b45;
  --yellow: #f4e847;
  --blue: #3157ff;
  --line: rgba(16, 20, 26, .22);
  --pad: clamp(1.25rem, 4vw, 4.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; padding: .75rem 1rem; background: var(--yellow); font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header {
  min-height: 6.5rem;
  padding: 1.2rem var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: .72rem; text-decoration: none; font-weight: 900; line-height: .87; letter-spacing: -.045em; }
.brand-mark { width: 3.25rem; height: 3.25rem; display: grid; place-items: center; background: var(--coral); border: 2px solid var(--ink); border-radius: 50%; font-size: 1.3rem; transform: rotate(-8deg); }
.brand-name { font-size: 1.15rem; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.7vw, 2.5rem); font-size: .92rem; font-weight: 700; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta):hover { text-decoration: underline; text-underline-offset: .3rem; }
.nav-cta { border: 2px solid var(--ink); padding: .8rem 1rem; box-shadow: 4px 4px 0 var(--ink); transition: transform .2s, box-shadow .2s; }
.nav-cta:hover { transform: translate(2px,2px); box-shadow: 2px 2px 0 var(--ink); background: var(--yellow); }
.menu-button { display: none; border: 0; background: transparent; font: inherit; font-weight: 800; }

.hero { min-height: calc(100vh - 6.5rem); display: grid; grid-template-columns: .92fr 1.08fr; border-bottom: 1px solid var(--ink); }
.hero-copy { padding: clamp(3.5rem, 8vh, 7.5rem) var(--pad) 4rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.eyebrow, .section-label { margin: 0 0 1.5rem; font-size: .78rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(4.4rem, 9.2vw, 9.6rem); line-height: .76; letter-spacing: -.075em; font-weight: 900; }
.hero h1 em { color: var(--coral); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.hero-intro { max-width: 35rem; font-size: clamp(1.1rem, 1.6vw, 1.45rem); line-height: 1.35; margin: 2.6rem 0 2rem; }
.button { display: inline-flex; gap: 1.2rem; align-items: center; padding: 1rem 1.2rem; text-decoration: none; font-weight: 900; border: 2px solid var(--ink); transition: transform .2s, box-shadow .2s; }
.button-dark { background: var(--ink); color: var(--white); box-shadow: 6px 6px 0 var(--coral); }
.button:hover { transform: translate(3px,3px); box-shadow: 3px 3px 0 var(--coral); }
.hero-visual { min-height: 36rem; background: var(--blue); position: relative; overflow: hidden; border-left: 1px solid var(--ink); display: grid; place-items: center; padding: clamp(2rem, 5vw, 5rem); }
.image-frame { width: min(92%, 48rem); transform: rotate(2.5deg); box-shadow: 18px 20px 0 var(--yellow); border: 3px solid var(--ink); overflow: hidden; background: var(--coral); }
.image-frame img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 58% center; filter: saturate(1.05) contrast(1.04); }
.sticker { position: absolute; z-index: 2; display: inline-block; border: 2px solid var(--ink); padding: .55rem .8rem; font-weight: 900; text-transform: uppercase; font-size: .75rem; letter-spacing: .06em; box-shadow: 4px 4px 0 var(--ink); }
.sticker-one { top: 11%; left: 5%; background: var(--yellow); transform: rotate(-7deg); }
.sticker-two { top: 52%; right: 3%; background: var(--coral); transform: rotate(7deg); }
.sticker-three { bottom: 8%; left: 10%; background: var(--white); transform: rotate(-3deg); }

.ticker { overflow: hidden; white-space: nowrap; border-bottom: 1px solid var(--ink); background: var(--yellow); padding: .8rem 0; font-weight: 900; letter-spacing: .05em; }
.ticker-track { display: inline-block; min-width: 200%; animation: ticker 22s linear infinite; }
.ticker i { color: var(--coral); margin: 0 1.4rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.manifesto, .offer, .month, .fit, .contact { padding: clamp(4.5rem, 10vw, 9rem) var(--pad); }
.manifesto { background: var(--ink); color: var(--white); }
.manifesto-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 8vw; align-items: start; }
.manifesto h2, .offer h2, .month h2, .fit h2, .contact h2 { margin: 0; font-size: clamp(3rem, 6.5vw, 7rem); line-height: .9; letter-spacing: -.06em; }
.manifesto h2 { color: var(--yellow); }
.manifesto-copy { font-size: clamp(1.2rem, 2vw, 1.75rem); line-height: 1.35; max-width: 38rem; }
.manifesto-copy p:first-child { font-weight: 900; }

.offer { background: var(--white); }
.offer-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 2rem; align-items: start; margin-bottom: 5rem; }
.offer-heading h2 { color: var(--ink); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.service-card { min-height: 27rem; padding: 1.5rem; border: 2px solid var(--ink); display: flex; flex-direction: column; align-items: flex-start; box-shadow: 7px 7px 0 var(--ink); background: var(--paper); transition: transform .2s; }
.service-card:hover { transform: translateY(-6px); }
.service-card-featured { background: var(--coral); }
.service-number { width: 3rem; height: 3rem; border: 2px solid var(--ink); border-radius: 50%; display: grid; place-items: center; font-weight: 900; background: var(--white); }
.service-card h3 { font-size: clamp(1.8rem, 3vw, 3rem); line-height: .95; letter-spacing: -.04em; margin: auto 0 1.3rem; }
.service-card p { font-size: 1.05rem; max-width: 30rem; }
.service-tag { margin-top: auto; padding-top: 1.5rem; border-top: 1px solid var(--ink); width: 100%; font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }

.month { background: var(--blue); color: var(--white); display: grid; grid-template-columns: .5fr 1.15fr .7fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.month-number { font-size: clamp(7rem, 16vw, 18rem); line-height: .67; letter-spacing: -.1em; font-weight: 900; color: var(--yellow); }
.month-copy p:last-child { font-size: 1.15rem; max-width: 43rem; margin-top: 2rem; }
.month-list { border-top: 2px solid var(--white); }
.month-list div { display: flex; gap: 1rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.55); font-size: 1.15rem; font-weight: 900; }
.month-list span { color: var(--yellow); font-size: .75rem; }

.fit { background: var(--yellow); border-bottom: 1px solid var(--ink); }
.fit h2 span { font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-weight: 400; }
.fit > p:last-child { max-width: 52rem; margin: 2.5rem 0 0 auto; font-size: clamp(1.2rem, 2vw, 1.65rem); }

.contact { background: var(--coral); min-height: 72vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.contact h2 { font-size: clamp(4rem, 10vw, 10rem); }
.contact-link { margin-top: 3rem; font-size: clamp(1.15rem, 2.8vw, 2.5rem); font-weight: 900; text-underline-offset: .45rem; word-break: break-word; }
.contact-link:hover { color: var(--white); }
.contact-note { margin: 2.2rem 0 0; font-weight: 700; }

footer { background: var(--ink); color: var(--white); min-height: 10rem; padding: 2rem var(--pad); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 2rem; }
.brand-footer .brand-mark { color: var(--ink); }
footer p:nth-child(2) { text-align: center; }
footer p:last-child { text-align: right; color: rgba(255,255,255,.65); font-size: .85rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { min-height: 5.5rem; }
  .menu-button { display: block; padding: .6rem; }
  .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 1.2rem var(--pad) 1.6rem; background: var(--yellow); border-bottom: 2px solid var(--ink); flex-direction: column; align-items: stretch; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .7rem 0; }
  .nav-cta { padding: .8rem 1rem !important; text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 41rem; }
  .hero-visual { border-left: 0; border-top: 1px solid var(--ink); min-height: 40rem; }
  .image-frame img { aspect-ratio: 5/4; }
  .manifesto-grid, .offer-heading { grid-template-columns: 1fr; gap: 2rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 22rem; }
  .month { grid-template-columns: .45fr 1fr; }
  .month-list { grid-column: 2; }
}

@media (max-width: 600px) {
  .brand-mark { width: 2.9rem; height: 2.9rem; }
  .hero-copy { min-height: 39rem; }
  .hero h1 { font-size: clamp(4rem, 21vw, 6.3rem); }
  .hero-visual { min-height: 31rem; padding: 2rem 1.5rem; }
  .image-frame { width: 87%; box-shadow: 10px 12px 0 var(--yellow); }
  .image-frame img { aspect-ratio: 4/5; }
  .offer-heading { margin-bottom: 3rem; }
  .month { grid-template-columns: 1fr; }
  .month-number { font-size: 8rem; }
  .month-list { grid-column: 1; }
  footer { grid-template-columns: 1fr; }
  footer p:nth-child(2), footer p:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
