@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Italiana&display=swap');

:root {
  --ink: #17130f;
  --cream: #f1ede5;
  --paper: #fbfaf7;
  --stone: #d6cec0;
  --muted: #675f55;
  --line: rgba(23, 19, 15, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', Arial, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; }
.site-header { position: absolute; z-index: 10; inset: 0 0 auto; height: 98px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; color: white; border-bottom: 1px solid rgba(255,255,255,.28); }
.wordmark { display: inline-flex; gap: .65rem; align-items: baseline; text-decoration: none; font-family: 'Italiana', Georgia, serif; font-size: 1.75rem; letter-spacing: .13em; line-height: 1; }
.wordmark span { font-family: 'DM Sans', Arial, sans-serif; font-size: .53rem; letter-spacing: .43em; font-weight: 500; }
nav { display: flex; align-items: center; gap: 2.2rem; }
nav a { text-decoration: none; font-size: .78rem; text-transform: uppercase; letter-spacing: .15em; }
.nav-cta { padding: .72rem 1rem; border: 1px solid rgba(255,255,255,.7); }
.menu-toggle { display: none; color: white; background: none; border: 0; font: inherit; text-transform: uppercase; letter-spacing: .14em; }
.hero { min-height: 780px; height: 100svh; position: relative; display: flex; align-items: flex-end; color: white; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: url('avori-reformer-studio.png') center center / cover no-repeat; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(14,11,8,.82) 0%, rgba(14,11,8,.48) 34%, rgba(14,11,8,0) 70%); }
.hero-content { position: relative; z-index: 1; width: min(850px, 82vw); margin-left: 8vw; padding-bottom: 72px; }
.eyebrow { margin: 0 0 1.2rem; text-transform: uppercase; letter-spacing: .24em; font-size: .73rem; font-weight: 600; }
.eyebrow.dark { color: var(--muted); }
h1, h2, h3 { font-family: 'Italiana', Georgia, serif; font-weight: 400; margin: 0; line-height: 1.05; }
h1 { font-size: clamp(3.25rem, 5.7vw, 6rem); letter-spacing: -.025em; }
.hero-copy { max-width: 570px; margin: 1.7rem 0 2.2rem; font-size: clamp(1rem, 1.3vw, 1.18rem); font-weight: 300; }
.button-row { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .8rem 1.45rem; text-decoration: none; text-transform: uppercase; letter-spacing: .14em; font-size: .71rem; font-weight: 600; transition: .25s ease; }
.button-light { background: var(--cream); color: var(--ink); }
.button-light:hover { background: white; transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; margin-top: 1.4rem; }
.button-dark:hover { background: #332b24; transform: translateY(-2px); }
.text-link { display: inline-flex; gap: .7rem; align-items: center; padding: .35rem 0; text-decoration: none; border-bottom: 1px solid currentColor; font-size: .77rem; text-transform: uppercase; letter-spacing: .13em; }
.text-link span { font-size: 1rem; }
.text-link.light { color: white; }
.scroll-cue { position: absolute; z-index: 1; right: 5vw; bottom: 42px; color: white; text-decoration: none; text-transform: uppercase; letter-spacing: .18em; font-size: .68rem; }
.scroll-cue span { padding-left: .7rem; }
.section-pad { padding: 120px 8vw; }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; background: var(--cream); }
.intro h2, .about h2, .location h2 { font-size: clamp(3rem, 5vw, 5.4rem); letter-spacing: -.02em; }
.intro-copy { max-width: 610px; font-size: 1.08rem; color: #484139; }
.intro-copy p:first-child { margin-top: 0; }
.offerings { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 0; background: var(--paper); }
.offering { min-height: 520px; padding: 0 3.2vw 1rem; display: flex; flex-direction: column; border-left: 1px solid var(--line); }
.offering:first-child { border-left: 0; padding-left: 0; padding-right: 5vw; }
.number { padding-bottom: 3.2rem; color: #8b8176; font-size: .72rem; letter-spacing: .15em; }
.status { margin: 0 0 .9rem; color: #736658; text-transform: uppercase; letter-spacing: .2em; font-size: .67rem; font-weight: 600; }
.offering h3 { font-size: clamp(2rem, 3vw, 3.15rem); margin-bottom: 1.5rem; }
.offering p { color: #554e46; }
.offering ul { padding: 0; margin: 1.4rem 0 0; list-style: none; }
.offering li { padding: .55rem 0; border-bottom: 1px solid var(--line); font-size: .88rem; }
.enquiry-links { display: flex; flex-direction: column; align-items: flex-start; gap: .75rem; margin-top: 1.25rem; }
.about { position: relative; overflow: hidden; display: grid; grid-template-columns: .8fr 1.2fr; background: var(--ink); color: var(--cream); }
.about-mark { position: absolute; left: -2vw; bottom: -23vw; font-family: 'Italiana', Georgia, serif; font-size: min(53vw, 800px); line-height: 1; color: rgba(241,237,229,.035); }
.about-copy { grid-column: 2; max-width: 720px; position: relative; }
.about-copy .lead { font-family: 'Italiana', Georgia, serif; font-size: clamp(1.55rem, 2.6vw, 2.4rem); line-height: 1.35; }
.about-copy > p:not(.eyebrow):not(.lead):not(.signature) { color: #c9c0b3; max-width: 630px; }
.signature { margin-top: 2.5rem; font-family: 'Italiana', Georgia, serif; font-size: 1.65rem; }
.signature span { display: block; margin-top: .3rem; font-family: 'DM Sans', Arial, sans-serif; font-size: .63rem; text-transform: uppercase; letter-spacing: .18em; color: #a89d8e; }
.location { text-align: center; background: #a09587; color: white; }
.location > p:not(.eyebrow) { max-width: 680px; margin: 1.7rem auto 2.2rem; }
.location .contact-note { font-size: .9rem; margin-top: -1rem; }
.contact-note a { color: inherit; text-underline-offset: .25em; }
.centred { justify-content: center; }
footer { min-height: 210px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: start; gap: 2rem; padding: 55px 5vw 35px; background: var(--cream); font-size: .75rem; }
footer a { text-decoration: none; }
.footer-mark { font-size: 1.45rem; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: .45rem; }
.copyright { grid-column: 1 / -1; margin: 2.4rem 0 0; padding-top: 1.2rem; border-top: 1px solid var(--line); color: #7c7369; }

@media (max-width: 900px) {
  .site-header { height: 78px; padding: 0 22px; }
  .wordmark { font-size: 1.4rem; }
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; inset: 78px 0 auto; padding: 28px 22px; flex-direction: column; align-items: stretch; gap: 1.4rem; background: var(--ink); }
  nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { min-height: 700px; align-items: flex-end; }
  .hero-image { background-position: 60% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(14,11,8,.82), rgba(14,11,8,.2) 80%); }
  .hero-content { margin: 0; padding: 0 24px 94px; }
  h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .scroll-cue { display: none; }
  .section-pad { padding: 82px 24px; }
  .intro { grid-template-columns: 1fr; gap: 2.5rem; }
  .offerings { grid-template-columns: 1fr; }
  .offering, .offering:first-child { min-height: auto; padding: 0 0 65px; margin-bottom: 65px; border: 0; border-bottom: 1px solid var(--line); }
  .offering:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
  .number { padding-bottom: 1.8rem; }
  .about { display: block; }
  .about-copy { max-width: none; }
  footer { grid-template-columns: 1fr; gap: 1rem; }
  .copyright { grid-column: 1; }
}

@media (max-width: 520px) {
  .hero-copy { max-width: 95%; }
  .button-row { align-items: flex-start; flex-direction: column; gap: 1.3rem; }
  .button { width: 100%; }
  .centred { align-items: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
