:root {
  --ink: #29222c;
  --ink-muted: #5f5660;
  --paper: #f9f6f1;
  --cream: #f1e8dd;
  --coral: #ff9378;
  --coral-dark: #ba4e35;
  --line: rgba(41, 34, 44, .17);
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --page: min(1280px, calc(100% - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 1rem/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, p { margin-top: 0; }
::selection { background: var(--coral); color: var(--ink); }

.skip-link { position: fixed; z-index: 100; top: -100px; left: 16px; padding: 12px 18px; background: var(--paper); color: var(--ink); }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--coral-dark); outline-offset: 4px; }

.site-header { background: var(--paper); }
.header-inner { width: var(--page); min-height: 88px; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: center; }
.brand { display: inline-flex; align-items: center; justify-self: start; gap: 11px; text-decoration: none; }
.brand-symbol { width: 38px; height: 38px; display: grid; place-items: center; border: 1.5px solid var(--ink); border-radius: 50%; font-family: var(--serif); font-size: 1.65rem; line-height: 1; }
.brand-type { display: grid; gap: 0; font-size: 1.12rem; font-weight: 700; line-height: 1.05; letter-spacing: .18em; }
.brand-type small { margin-top: 5px; font-size: .58rem; font-weight: 700; letter-spacing: .19em; }
.main-nav { display: flex; align-items: center; gap: 39px; }
.main-nav a { font-size: .86rem; font-weight: 700; text-decoration: none; transition: color .2s ease; }
.main-nav a:hover { color: var(--coral-dark); }
.header-note { justify-self: end; font-size: .65rem; font-weight: 700; letter-spacing: .17em; }

.hero { min-height: min(760px, calc(100svh - 88px)); display: grid; grid-template-columns: 48% 52%; background: var(--ink); }
.hero-copy { min-height: 690px; padding: clamp(70px, 8vw, 122px) clamp(34px, 6vw, 96px) 34px max(40px, calc((100vw - 1280px) / 2)); display: flex; flex-direction: column; align-items: flex-start; color: var(--paper); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 27px; color: var(--coral-dark); font-size: .75rem; font-weight: 700; line-height: 1.3; letter-spacing: .15em; }
.eyebrow span { width: 31px; height: 1px; flex: none; background: currentColor; }
.eyebrow.light { color: var(--coral); }
.hero h1 { max-width: 650px; margin-bottom: 26px; font-size: clamp(4.4rem, 6.55vw, 7rem); font-weight: 500; line-height: .98; letter-spacing: -.065em; }
.hero h1 em, .about h2 em, .contact h2 em { font-family: var(--serif); font-size: 1.07em; font-weight: 400; letter-spacing: -.035em; }
.hero h1 em { color: var(--coral); }
.hero-lead { max-width: 490px; margin-bottom: 34px; color: rgba(249, 246, 241, .72); font-size: clamp(1.05rem, 1.35vw, 1.18rem); line-height: 1.65; }
.primary-button { min-height: 60px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: space-between; gap: 44px; background: var(--coral); color: var(--ink); font-size: .9rem; font-weight: 700; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.primary-button:hover { background: #ffad97; transform: translateY(-2px); }
.primary-button span { font-size: 1.25rem; font-weight: 400; }
.hero-bottom { width: 100%; margin-top: auto; padding-top: 72px; display: flex; align-items: center; flex-wrap: wrap; gap: clamp(8px, 1.1vw, 18px); color: rgba(249, 246, 241, .58); font-size: .65rem; font-weight: 700; letter-spacing: .16em; }
.hero-bottom i { width: 3px; height: 3px; border-radius: 50%; background: var(--coral); }
.hero-media { min-width: 0; position: relative; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(41, 34, 44, .31), transparent 38%); pointer-events: none; }
.photo-label { position: absolute; z-index: 1; right: 34px; bottom: 30px; left: 34px; color: #fff; font-size: .67rem; font-weight: 700; letter-spacing: .16em; }

.section-inner { width: var(--page); margin-inline: auto; }
.about { padding-block: clamp(80px, 9vw, 128px); }
.about-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(62px, 10vw, 152px); align-items: center; }
.about-media { position: relative; }
.about-media img { width: 100%; height: clamp(460px, 42vw, 560px); object-fit: cover; object-position: center; border-radius: 260px 260px 4px 4px; }
.media-caption { position: absolute; right: -22px; bottom: 36px; padding: 13px 17px; background: var(--coral); font-size: .68rem; font-weight: 700; letter-spacing: .13em; }
.about h2, .contact h2 { font-size: clamp(3.45rem, 5.4vw, 6rem); font-weight: 500; line-height: 1.02; letter-spacing: -.06em; }
.about h2 { max-width: 650px; margin-bottom: 30px; }
.about h2 em { color: var(--coral-dark); }
.about-lead { max-width: 560px; margin-bottom: 0; color: var(--ink-muted); font-size: 1.1rem; line-height: 1.75; }

.contact { background: var(--cream); }
.contact-grid { min-height: 590px; display: grid; grid-template-columns: 57% 43%; }
.contact-copy { padding: clamp(80px, 9vw, 132px) clamp(40px, 7vw, 114px) 86px max(40px, calc((100vw - 1280px) / 2)); }
.contact h2 { max-width: 700px; margin-bottom: 24px; }
.contact h2 em { color: var(--coral-dark); }
.contact-copy > p:not(.eyebrow) { max-width: 420px; margin-bottom: 42px; color: var(--ink-muted); font-size: 1.1rem; }
.contact-details { max-width: 600px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px 38px; }
.contact-details > div { padding-top: 15px; border-top: 1px solid var(--line); }
.contact-details span { display: block; margin-bottom: 7px; color: var(--ink-muted); font-size: .7rem; font-weight: 700; letter-spacing: .14em; }
.contact-details a, .contact-details strong { font-size: 1.05rem; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 4px; overflow-wrap: anywhere; }
.contact-details a:hover { color: var(--coral-dark); }
.contact-media { min-width: 0; min-height: 590px; }
.contact-media img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }

.site-footer { min-height: 92px; padding-inline: max(40px, calc((100vw - 1280px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--ink); color: rgba(249, 246, 241, .62); font-size: .75rem; }
.footer-brand { color: var(--paper); font-size: 1.35rem; font-weight: 700; line-height: 1; letter-spacing: .17em; }
.footer-brand span { margin-left: 3px; vertical-align: top; font-size: .55rem; letter-spacing: 0; }

@media (max-width: 1050px) {
  :root { --page: min(100% - 48px, 1280px); }
  .header-note { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .hero { grid-template-columns: 50% 50%; min-height: 0; }
  .hero-copy { min-height: 640px; padding-left: 32px; padding-right: 32px; }
  .hero h1 { font-size: clamp(3.7rem, 7.2vw, 6rem); }
  .about-grid { gap: 55px; }
  .about-media img { height: 500px; }
  .contact-copy { padding-left: 32px; padding-right: 40px; }
  .site-footer { padding-inline: 32px; }
}

@media (max-width: 760px) {
  :root { --page: calc(100% - 40px); }
  .header-inner { min-height: 74px; }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: .78rem; }
  .hero { display: flex; flex-direction: column; }
  .hero-copy { min-height: 0; padding: 74px 20px 38px; }
  .hero h1 { max-width: 620px; font-size: clamp(4rem, 11vw, 6.7rem); }
  .hero-lead { max-width: 570px; }
  .hero-bottom { padding-top: 70px; }
  .hero-media { height: min(75vw, 540px); min-height: 340px; }
  .hero-media img { object-position: center 47%; }
  .about { padding-block: 100px; }
  .about-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-media img { height: 560px; }
  .about-copy { max-width: 640px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-copy { padding: 92px 20px 76px; }
  .contact-media { min-height: 0; height: 460px; }
  .site-footer { padding: 26px 20px; min-height: 0; flex-wrap: wrap; }
}

@media (max-width: 480px) {
  :root { --page: calc(100% - 32px); }
  .header-inner { min-height: 72px; }
  .brand-symbol { width: 35px; height: 35px; }
  .brand-type { font-size: .98rem; }
  .brand-type small { font-size: .5rem; }
  .main-nav { gap: 13px; }
  .main-nav a { font-size: .73rem; }
  .hero-copy { padding: 64px 16px 32px; }
  .eyebrow { font-size: .68rem; letter-spacing: .12em; }
  .hero h1 { font-size: clamp(3.7rem, 15vw, 5rem); }
  .hero-lead { font-size: 1.05rem; }
  .primary-button { width: 100%; }
  .hero-bottom { padding-top: 62px; font-size: .57rem; letter-spacing: .11em; }
  .hero-media { height: 420px; min-height: 0; }
  .photo-label { right: 16px; bottom: 18px; left: 16px; font-size: .58rem; }
  .about { padding-block: 78px 96px; }
  .about-grid { gap: 50px; }
  .about-media img { height: 420px; border-radius: 210px 210px 4px 4px; }
  .media-caption { right: -8px; bottom: 20px; font-size: .58rem; }
  .about h2, .contact h2 { font-size: clamp(3.25rem, 12vw, 4.6rem); }
  .about-lead { font-size: 1rem; }
  .contact-copy { padding: 78px 16px 62px; }
  .contact-copy > p:not(.eyebrow) { font-size: 1rem; }
  .contact-details { grid-template-columns: 1fr; gap: 19px; }
  .contact-media { height: 320px; }
  .site-footer { padding-inline: 16px; gap: 8px 22px; }
  .site-footer > span:last-child { flex-basis: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .primary-button, .main-nav a { transition: none; }
}
