:root {
  --black: #080808;
  --ivory: #f3f0ea;
  --gold: #c9a24e;
  --stone: #55544f;
  --obsidian: #14201d;
  --line: rgba(201, 162, 78, 0.42);
  --display: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--ivory); color: var(--black); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.4rem clamp(1.25rem, 4vw, 4.5rem);
  border-bottom: 1px solid rgba(243,240,234,.16);
}
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; color: var(--gold); letter-spacing: .38em; font-size: .86rem; font-weight: 500; }
.brand img { width: 2.4rem; height: 2.4rem; object-fit: cover; border-radius: 50%; }
nav { display: flex; gap: 2rem; }
nav a { font-size: .77rem; text-transform: uppercase; letter-spacing: .16em; text-decoration: none; color: rgba(243,240,234,.78); }
nav a:hover, nav a:focus-visible { color: var(--gold); }

.hero { min-height: 100svh; position: relative; display: flex; align-items: flex-end; padding: 9rem clamp(1.25rem, 7vw, 8rem) clamp(3rem, 8vw, 7rem); overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url("assets/ecoute-studio.jpg") center 53% / cover no-repeat; filter: contrast(1.05); transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.66) 42%, rgba(0,0,0,.22) 78%), linear-gradient(0deg, rgba(0,0,0,.74), transparent 55%); }
.hero-content { position: relative; z-index: 2; max-width: 58rem; }
.eyebrow { margin: 0 0 1.3rem; color: var(--gold); font-size: .75rem; text-transform: uppercase; letter-spacing: .22em; font-weight: 600; }
.eyebrow.dark { color: #8f6a25; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.025em; line-height: 1.03; }
h1 { margin: 0; max-width: 54rem; font-size: clamp(2.8rem, 6vw, 6.2rem); }
.hero-intro { max-width: 39rem; margin: 2rem 0 2.3rem; color: rgba(243,240,234,.83); font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.65; }
.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; padding: .8rem 1.35rem; text-decoration: none; text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 600; border: 1px solid transparent; transition: background .2s ease, color .2s ease, border .2s ease; }
.button-primary { background: var(--gold); color: var(--black); }
.button-primary:hover, .button-primary:focus-visible { background: transparent; color: var(--ivory); border-color: var(--gold); }
.hero-index { position: absolute; z-index: 2; right: clamp(1.25rem, 4vw, 4.5rem); bottom: 2.25rem; color: rgba(243,240,234,.45); font-size: .68rem; letter-spacing: .22em; }

.section-light { background: var(--ivory); color: var(--black); }
.intro, .about { display: grid; grid-template-columns: 5rem minmax(0, 1.35fr) minmax(17rem, .65fr); gap: clamp(1.5rem, 4vw, 5rem); padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 7vw, 8rem); }
.section-marker { color: var(--gold); font-family: var(--display); font-size: 1.4rem; border-top: 1px solid var(--gold); padding-top: .5rem; }
.intro h2, .about h2, .limits h2, .contact h2 { margin: 0; font-size: clamp(2.3rem, 4.2vw, 4.6rem); }
.intro-copy { max-width: 34rem; align-self: end; margin: 0; color: var(--stone); font-size: 1.05rem; }

.services-heading { padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 7vw, 8rem); background: var(--black); display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr); gap: clamp(2rem, 8vw, 8rem); align-items: end; border-bottom: 1px solid rgba(201,162,78,.28); }
.services-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -.5rem; }
.services-heading h2 { margin: 0; max-width: 52rem; font-size: clamp(2.5rem, 4.8vw, 5rem); }
.services-heading > p:last-child { margin: 0 0 .45rem; max-width: 34rem; color: rgba(243,240,234,.7); font-size: 1.05rem; }
.services { display: grid; grid-template-columns: 1fr 1fr; }
.service-card { min-height: 52rem; padding: clamp(3rem, 7vw, 7rem); display: flex; flex-direction: column; position: relative; }
.service-dark { background: var(--obsidian); }
.service-ivory { background: #e8e1d5; color: var(--black); }
.service-number { position: absolute; right: clamp(2rem, 5vw, 5rem); top: clamp(2rem, 5vw, 5rem); color: var(--gold); font-family: var(--display); font-size: 1.2rem; }
.service-card h2 { margin: .25rem 0 1.5rem; font-size: clamp(2.5rem, 4.2vw, 4.6rem); }
.service-lead { max-width: 34rem; font-size: 1.08rem; color: rgba(243,240,234,.74); }
.service-ivory .service-lead { color: var(--stone); }
.service-card ul { list-style: none; margin: 2rem 0 3rem; padding: 0; max-width: 34rem; }
.service-card li { padding: .8rem 0 .8rem 1.5rem; border-bottom: 1px solid rgba(201,162,78,.24); position: relative; }
.service-card li::before { content: "·"; color: var(--gold); position: absolute; left: .25rem; }
.service-meta { margin-top: auto; display: flex; gap: clamp(2rem, 6vw, 6rem); padding: 1.4rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 1.65rem; }
.service-meta span { display: flex; flex-direction: column; }
.service-meta small { font-family: var(--sans); font-size: .65rem; text-transform: uppercase; letter-spacing: .16em; color: var(--gold); margin-bottom: .15rem; }
.text-link { margin-top: 2rem; width: fit-content; color: var(--gold); text-underline-offset: .4em; }
.dark-link { color: #755116; }

.limits { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 8rem); }
.limits-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(3rem, 8vw, 9rem); }
.limits-grid div { color: var(--stone); padding-top: .75rem; }
.limits-grid p { margin: 0 0 1.4rem; }

.approach { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 50rem; }
.approach-photo { min-height: 44rem; overflow: hidden; }
.approach-photo img { width: 100%; height: 100%; object-fit: cover; object-position: left center; filter: grayscale(1) contrast(1.05); }
.approach-copy { background: var(--black); padding: clamp(4rem, 8vw, 8rem); display: flex; flex-direction: column; justify-content: center; }
.approach-copy h2 { margin: 0 0 2rem; font-size: clamp(2.8rem, 5vw, 5.4rem); }
.approach-copy > p:not(.eyebrow) { max-width: 36rem; color: rgba(243,240,234,.74); }
blockquote { margin: 2rem 0 0; padding: 1.7rem 0 0; border-top: 1px solid var(--gold); color: var(--gold); font-family: var(--display); font-size: clamp(1.5rem, 2.5vw, 2.4rem); line-height: 1.3; }

.about-copy { color: var(--stone); }
.about-copy p { margin-top: 0; }
.inline-link { color: #7c5b20; text-decoration-color: rgba(124,91,32,.45); text-underline-offset: .25em; }
.inline-link:hover, .inline-link:focus-visible { color: var(--black); text-decoration-color: var(--gold); }
.languages { padding-top: 1rem; color: #7c5b20; text-transform: uppercase; font-size: .75rem; letter-spacing: .14em; line-height: 1.9; }

.fit { padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 7vw, 8rem); background: var(--obsidian); }
.fit h2 { max-width: 55rem; margin: 0 0 4rem; font-size: clamp(2.8rem, 5vw, 5.2rem); }
.fit-list { max-width: 68rem; margin-left: auto; }
.fit-list p { display: grid; grid-template-columns: 5rem 1fr; margin: 0; padding: 1.4rem 0; border-top: 1px solid rgba(201,162,78,.3); font-family: var(--display); font-size: clamp(1.35rem, 2.4vw, 2.2rem); }
.fit-list span { color: var(--gold); font-family: var(--sans); font-size: .72rem; letter-spacing: .16em; padding-top: .4rem; }
.fit-cta { max-width: 68rem; margin: 3.5rem 0 0 auto; padding-top: 2rem; border-top: 1px solid rgba(201,162,78,.3); display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.fit-cta p { margin: 0; color: rgba(243,240,234,.76); font-family: var(--display); font-size: clamp(1.35rem, 2.2vw, 2rem); }

.contact { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 10rem); padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 7vw, 8rem); }
.contact-seal { display: flex; align-items: center; justify-content: center; }
.contact-seal img { width: min(22rem, 75vw); border-radius: 50%; box-shadow: 0 0 0 1px rgba(201,162,78,.25); }
.contact-copy { max-width: 45rem; }
.contact-copy > p { color: var(--stone); max-width: 40rem; }
.contact-list { margin: .5rem 0 1.8rem; padding: 0; list-style: none; max-width: 40rem; color: var(--stone); }
.contact-list li { position: relative; padding: .3rem 0 .3rem 1.25rem; }
.contact-list li::before { content: "·"; position: absolute; left: .15rem; color: #8f6a25; font-weight: 700; }
.button-dark { margin-top: 1.2rem; background: var(--black); color: var(--ivory); }
.button-dark:hover, .button-dark:focus-visible { background: var(--obsidian); color: var(--gold); }
.email { display: block; width: fit-content; margin-top: 1.4rem; color: #74531c; text-underline-offset: .35em; }
.contact-note { font-size: .8rem; margin-top: 2rem; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2rem clamp(1.25rem, 4vw, 4.5rem); color: rgba(243,240,234,.52); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-brand img { width: 2rem; height: 2rem; }
.footer-brand { font-size: .72rem; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { min-height: 92svh; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,0,0,.9), rgba(0,0,0,.25) 75%); }
  .intro, .about { grid-template-columns: 3rem 1fr; }
  .intro-copy, .about-copy { grid-column: 2; }
  .services-heading, .services, .approach, .limits-grid, .contact { grid-template-columns: 1fr; }
  .services-heading .eyebrow { grid-column: 1; }
  .service-card { min-height: auto; }
  .approach-photo { min-height: 32rem; }
  .contact-seal { justify-content: flex-start; }
  .contact-seal img { width: 12rem; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(2.65rem, 12.5vw, 3.9rem); }
  .hero-content { padding-top: 6rem; }
  .intro, .about { grid-template-columns: 1fr; }
  .section-marker { width: 3rem; }
  .intro-copy, .about-copy { grid-column: 1; }
  .service-card { padding: 4.5rem 1.25rem 3rem; }
  .service-meta { gap: 2rem; }
  .approach-photo { min-height: 24rem; }
  .approach-copy { padding: 4.5rem 1.25rem; }
  .fit-list p { grid-template-columns: 2.5rem 1fr; }
  .fit-cta { align-items: flex-start; flex-direction: column; }
  footer { align-items: flex-start; flex-direction: column; }
}

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