:root {
  color-scheme: light;
  --ink: #23262a;
  --muted: #656a70;
  --line: #dfe2e4;
  --wash: #f3f4f4;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--white); color: var(--ink); font: 1rem/1.65 Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
.wrap { width: min(74rem, calc(100% - 5rem)); margin-inline: auto; }
.skip-link { position: absolute; top: -5rem; left: 1rem; z-index: 10; padding: .6rem 1rem; background: var(--ink); color: #fff; }
.skip-link:focus { top: 1rem; }
a:focus-visible { outline: 3px solid #737b85; outline-offset: 5px; }

.header { min-height: 6.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: flex; align-items: center; gap: .8rem; }
.brand-mark { display: grid; place-items: center; width: 3.3rem; height: 3.3rem; border-radius: .75rem; background: var(--ink); color: #fff; font: 500 1.35rem/1 Georgia, serif; }
.wordmark { font-size: 1.25rem; line-height: 1; font-weight: 700; letter-spacing: -.035em; }
.wordmark small { display: block; margin-top: .45rem; font-size: .625rem; line-height: 1.2; font-weight: 500; letter-spacing: .13em; }
.header nav { display: flex; align-items: center; gap: 2rem; font-size: .875rem; }
.nav-button { display: inline-flex; align-items: center; gap: .8rem; border: 1px solid var(--line); border-radius: 2rem; padding: .65rem 1.15rem; }
.header nav a:hover, .text-link:hover { color: #000; }

.hero { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(19rem, .88fr); align-items: center; gap: 4rem; padding: 3rem 0 5rem; }
.eyebrow { color: #596068; font-size: .75rem; line-height: 1.6; font-weight: 700; letter-spacing: .09em; }
h1 { margin-top: 1.3rem; font-size: clamp(3.25rem, 5.7vw, 5.25rem); font-weight: 500; letter-spacing: -.067em; line-height: 1.02; }
h1 em, h2 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.055em; }
.intro { max-width: 36rem; margin-top: 1.6rem; color: var(--muted); font-size: 1.05rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.25rem 1.8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 3.45rem; padding: .85rem 1.4rem; border-radius: 2rem; background: var(--ink); color: #fff; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #090a0b; }
.text-link { padding: .5rem 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.hero-note { margin-top: 1.25rem; color: var(--muted); font-size: .875rem; }
.coast-photo { position: relative; isolation: isolate; margin-right: .5rem; }
.coast-photo::before { content: ''; position: absolute; inset: 1.4rem -1rem -1rem 1.5rem; z-index: -1; border-radius: 1.4rem; background: #e7e9ea; transform: rotate(3deg); }
.coast-photo img { width: 100%; height: auto; aspect-ratio: 1 / 1.13; object-fit: cover; object-position: center 70%; border-radius: 1.4rem; box-shadow: 0 18px 48px #25282c18; }
.coast-photo figcaption { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; padding: .8rem 1rem; border: 1px solid #ffffff24; border-radius: .8rem; background: #25282ceb; color: #fff; backdrop-filter: blur(10px); font-size: .875rem; }
.coast-photo figcaption span { display: block; margin-bottom: .2rem; color: #d0d4d7; font-size: .68rem; font-weight: 700; letter-spacing: .1em; }

.proof { display: grid; grid-template-columns: 1.3fr .7fr .8fr 1fr; gap: 2rem; align-items: center; padding: 2.1rem 0 3rem; border-top: 1px solid var(--line); }
.proof p { color: var(--muted); font-size: .9rem; }
.proof strong { display: block; color: var(--ink); font-size: 1.15rem; font-weight: 500; line-height: 1.4; }
.proof p:first-child strong { font-size: .9rem; font-weight: 700; }
.proof span { font-size: .84rem; }

.focus { padding: 3.3rem; border: 1px solid var(--line); border-radius: 1.5rem; background: var(--wash); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; }
h2 { font-size: clamp(2.3rem, 4vw, 3.7rem); font-weight: 500; line-height: 1.08; letter-spacing: -.055em; }
.section-heading h2, .process h2, .about h2, .contact h2 { margin-top: .85rem; }
.section-heading > p { max-width: 23rem; color: var(--muted); }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.8rem; }
.focus-grid article { min-height: 18rem; padding: 1.7rem; border: 1px solid var(--line); border-radius: 1rem; background: #fff; }
.focus-grid article > span { display: inline-grid; place-items: center; width: 2.25rem; height: 2.25rem; border-radius: 50%; background: var(--ink); color: #fff; font-size: .75rem; }
.focus-grid h3 { margin-top: 3.5rem; font-size: 1.45rem; line-height: 1.2; letter-spacing: -.035em; }
.focus-grid p { margin-top: .9rem; color: var(--muted); font-size: .92rem; }
.topics { display: grid; grid-template-columns: .75fr 2.25fr; gap: 2rem; align-items: start; margin-top: 2.25rem; padding-top: 1.8rem; border-top: 1px solid var(--line); }
.topics > p { font-size: .9rem; font-weight: 700; }
.topics ul { display: flex; flex-wrap: wrap; gap: .6rem; margin: 0; padding: 0; list-style: none; }
.topics li { padding: .45rem .8rem; border: 1px solid #d4d7da; border-radius: 2rem; background: #fff; font-size: .84rem; }

.process { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; padding: 7rem 0; }
.process-copy > p:last-child { max-width: 31rem; margin-top: 1.4rem; color: var(--muted); }
.process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process li { display: grid; grid-template-columns: 2.4rem 1fr; gap: 1rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.process li > span { color: var(--muted); font-size: .8rem; }
.process strong { font-weight: 600; }
.process li p { margin-top: .35rem; color: var(--muted); font-size: .9rem; }

.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 5rem; align-items: center; padding: 4.5rem 0 7rem; }
.photo-stack { position: relative; min-height: 34rem; }
.portrait { width: 78%; }
.portrait img, .group-photo img { width: 100%; border-radius: 1rem; object-fit: cover; }
.portrait img { aspect-ratio: .94; object-position: 20% center; }
.portrait figcaption { margin-top: .7rem; font-weight: 700; }
.portrait figcaption span { display: block; color: var(--muted); font-size: .8rem; font-weight: 400; }
.group-photo { position: absolute; right: 0; bottom: 0; width: 58%; padding: .6rem; background: #fff; box-shadow: 0 16px 45px #25282c20; transform: rotate(2deg); }
.group-photo img { aspect-ratio: 1.2; }
.group-photo figcaption { padding: .6rem .25rem .1rem; color: var(--muted); font-size: .75rem; line-height: 1.4; }
.about-copy > p:not(.eyebrow) { margin-top: 1.2rem; color: var(--muted); }

.contact { display: grid; grid-template-columns: 1.25fr .75fr; gap: 4rem; padding: 4rem; border-radius: 1.5rem; background: var(--ink); color: #fff; }
.contact .eyebrow { color: #c9cdd0; }
.contact > div > p:last-child { max-width: 39rem; margin-top: 1.3rem; color: #c9cdd0; }
.contact-links { display: flex; flex-direction: column; justify-content: center; }
.contact-links a { display: flex; justify-content: space-between; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid #ffffff35; overflow-wrap: anywhere; }
.contact-links a:first-child { border-top: 1px solid #ffffff35; }
.footer { display: flex; justify-content: space-between; gap: 2rem; padding: 2.5rem 0 3rem; color: var(--muted); font-size: .78rem; }

@media (max-width: 820px) {
  .wrap { width: min(100% - 2.5rem, 42rem); }
  .header { min-height: 5.5rem; }
  .header nav > a:first-child { display: none; }
  .hero { grid-template-columns: 1fr; gap: 3.2rem; padding-top: 2rem; }
  .coast-photo { max-width: 32rem; }
  .proof { grid-template-columns: repeat(3, 1fr); }
  .proof > p:first-child { grid-column: 1 / -1; }
  .section-heading, .process, .about, .contact { grid-template-columns: 1fr; }
  .section-heading { align-items: flex-start; }
  .focus-grid { grid-template-columns: 1fr; }
  .focus-grid article { min-height: 0; }
  .focus-grid h3 { margin-top: 2.3rem; }
  .process, .about { gap: 3rem; padding: 5rem 0; }
  .photo-stack { max-width: 32rem; }
  .contact { gap: 2.5rem; }
}

@media (max-width: 540px) {
  .wrap { width: calc(100% - 2rem); }
  .header { gap: .75rem; }
  .brand { gap: .55rem; }
  .brand-mark { width: 2.75rem; height: 2.75rem; font-size: 1.05rem; }
  .wordmark { font-size: 1rem; }
  .wordmark small { font-size: .5rem; }
  .nav-button { padding: .6rem .8rem; font-size: .78rem; }
  h1 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .hero { padding-bottom: 4rem; }
  .proof { grid-template-columns: 1fr 1fr; gap: 1.3rem; }
  .proof > p:first-child { grid-column: 1 / -1; }
  .focus { width: calc(100% - 1rem); padding: 2rem 1.2rem; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 1.3rem; }
  .topics { grid-template-columns: 1fr; gap: 1rem; }
  .photo-stack { min-height: 26rem; }
  .contact { padding: 2.2rem 1.3rem; }
  .footer { flex-direction: column; gap: .5rem; }
}

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