:root {
  --ink: #171714;
  --paper: #f2efe8;
  --line: rgba(23, 23, 20, 0.2);
  --accent: #a3422c;
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

.site-header {
  position: fixed; z-index: 20; inset: 0 0 auto; height: 74px; padding: 0 3vw;
  display: flex; align-items: center; justify-content: space-between;
  color: #fff; mix-blend-mode: difference;
}
.wordmark { font-size: .82rem; font-weight: 600; letter-spacing: .18em; }
nav { display: flex; gap: 2rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; }
nav a, footer a { transition: opacity .2s; }
nav a:hover, footer a:hover { opacity: .55; }
.menu-toggle { display: none; }

.hero { min-height: 100svh; display: grid; grid-template-columns: 58% 42%; position: relative; background: var(--ink); color: #f8f6ef; }
.hero-visual { width: 100%; height: 100svh; min-height: 100svh; border: 0; object-fit: cover; object-position: center 18%; }
.hero-copy { align-self: center; padding: 12vh 7vw; position: relative; z-index: 1; }
.eyebrow { font-size: .67rem; text-transform: uppercase; letter-spacing: .18em; font-weight: 600; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: .82; letter-spacing: -.035em; margin: 0; }
h1 { font-size: clamp(5.5rem, 10.7vw, 11rem); margin: 4rem 0 3rem; margin-left: -13vw; }
h1 em, h2 em { font-weight: 400; color: var(--accent); }
.intro { max-width: 25rem; font-family: var(--serif); font-size: clamp(1.35rem, 2.1vw, 2rem); line-height: 1.25; }
.text-link { display: inline-flex; justify-content: space-between; align-items: center; gap: 3rem; padding: .75rem 0; margin-top: 2rem; border-bottom: 1px solid currentColor; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.text-link span { font-size: 1rem; transition: transform .2s; }
.text-link:hover span { transform: translate(4px, 4px); }
.scroll-note { position: absolute; right: 2.5vw; bottom: 2.5rem; writing-mode: vertical-rl; font-size: .62rem; text-transform: uppercase; letter-spacing: .15em; }

.section-pad { padding: clamp(6rem, 12vw, 11rem) 5vw; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: end; margin-bottom: 7rem; }
h2 { font-size: clamp(4rem, 8.4vw, 9rem); }
.section-heading > p:last-child { max-width: 17rem; line-height: 1.6; font-size: .86rem; }

.gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 8vw 2vw; align-items: start; }
.shot { grid-column: span 5; margin: 0; }
.shot:nth-child(2) { grid-column: 8 / span 4; margin-top: 12vw; }
.shot-wide { grid-column: 2 / span 7; }
.shot:nth-child(4) { grid-column: 9 / span 4; margin-top: 10vw; }
.shot:nth-child(5) { grid-column: 4 / span 5; }
.shot .placeholder, .shot .portfolio-image { aspect-ratio: 4 / 5; transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .6s; }
.shot-wide .placeholder, .shot-wide .portfolio-image { aspect-ratio: 3 / 2; }
.shot:hover .placeholder, .shot:hover .portfolio-image { transform: scale(.985); filter: saturate(1.08); }
.portfolio-image { display: block; width: 100%; object-fit: cover; background: #cfc9bd; }
.portfolio-image.position-upper { object-position: center 22%; }
.portfolio-image.position-reading { object-position: center 45%; }
figcaption { display: flex; justify-content: space-between; gap: 1rem; margin-top: .8rem; font-size: .67rem; text-transform: uppercase; letter-spacing: .09em; }
figcaption span:last-child { color: #77766f; }

.placeholder { display: grid; place-items: center; position: relative; overflow: hidden; background: #cfc9bd; }
.placeholder::before, .placeholder::after { content: ""; position: absolute; border-radius: 50%; filter: blur(1px); }
.placeholder::before { width: 60%; aspect-ratio: 1; background: rgba(255,255,255,.24); top: 12%; left: 8%; }
.placeholder::after { width: 48%; aspect-ratio: .55; background: rgba(18,18,16,.54); bottom: -8%; right: 16%; }
.placeholder span { position: relative; z-index: 2; font-size: .61rem; letter-spacing: .18em; color: rgba(255,255,255,.72); }
.placeholder-hero { background: radial-gradient(circle at 25% 20%, #c5b7a7, transparent 30%), linear-gradient(145deg, #6b5750 0 48%, #a8826b 48% 70%, #272321 70%); }
.placeholder-hero::before { width: 45%; left: 20%; top: 18%; background: rgba(245,225,204,.34); }
.placeholder-hero::after { height: 56%; width: 27%; right: 28%; background: rgba(18,16,15,.7); }
.tone-clay { background: #a9715d; }
.tone-ink { background: #282a2e; }
.tone-sand { background: #c2ad8d; }
.tone-moss { background: #5b6555; }
.tone-wine { background: #6f3937; }
.tone-paper { background: #d6d0c4; }

.about { background: #22221e; color: #f2efe8; display: grid; grid-template-columns: 5fr 6fr; gap: 9vw; align-items: center; }
.profile-photo { display: block; width: 100%; aspect-ratio: 4 / 5.4; object-fit: cover; object-position: center 18%; }
.profile-copy h2 { margin: 2.5rem 0 3rem; }
.bio { font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.8rem); line-height: 1.42; max-width: 35rem; }
.stats { display: grid; grid-template-columns: 1fr 1fr; margin: 3rem 0 1rem; border-top: 1px solid rgba(255,255,255,.22); }
.stats div { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid rgba(255,255,255,.22); font-size: .72rem; }
.stats div:nth-child(odd) { padding-right: 1.5rem; }
.stats div:nth-child(even) { padding-left: 1.5rem; border-left: 1px solid rgba(255,255,255,.22); }
.stats dt { text-transform: uppercase; letter-spacing: .1em; color: #a8a79f; }
.stats dd { margin: 0; }
.availability-note { max-width: 32rem; margin: 1rem 0 0; color: #a8a79f; font-size: .67rem; line-height: 1.55; }

.contact { min-height: 85vh; display: flex; flex-direction: column; justify-content: center; }
.contact h2 { margin: 3rem 0 5rem; max-width: 1100px; }
.contact-row { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--ink); padding-top: 1.25rem; font-size: .85rem; text-transform: uppercase; letter-spacing: .09em; }
.contact-row a:first-child { font-family: var(--serif); text-transform: none; letter-spacing: 0; font-size: clamp(1.4rem, 2.5vw, 2.6rem); }
footer { border-top: 1px solid var(--line); padding: 2rem 5vw; display: flex; justify-content: space-between; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 760px) {
  .site-header { height: 64px; padding: 0 5vw; }
  .menu-toggle { display: grid; gap: 5px; padding: 8px 0; border: 0; background: transparent; color: inherit; }
  .menu-toggle span:not(.sr-only) { display: block; width: 25px; border-top: 1px solid currentColor; }
  nav { display: none; position: absolute; top: 58px; right: 5vw; padding: 1rem; background: var(--paper); color: var(--ink); mix-blend-mode: normal; flex-direction: column; }
  nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; grid-template-rows: 64vh auto; min-height: 100svh; }
  .hero-visual { height: 64vh; min-height: 64vh; object-position: center 12%; }
  .hero-copy { padding: 3.5rem 6vw 5rem; }
  .hero-copy { display: flex; flex-direction: column; }
  .hero-copy h1 { order: -1; margin: -8rem 0 1.75rem; font-size: clamp(5.2rem, 25vw, 8rem); }
  .hero-copy .eyebrow { margin: 0 0 2.5rem; }
  .scroll-note { display: none; }
  .section-pad { padding-inline: 6vw; }
  .section-heading { grid-template-columns: 1fr; gap: 2rem; margin-bottom: 4rem; }
  .gallery { display: block; }
  .shot, .shot:nth-child(2), .shot-wide, .shot:nth-child(4), .shot:nth-child(5) { margin: 0 0 4.5rem; }
  .about { grid-template-columns: 1fr; gap: 5rem; }
  .profile-photo { max-height: 78vh; }
  .stats { grid-template-columns: 1fr; }
  .stats div:nth-child(odd), .stats div:nth-child(even) { padding-left: 0; padding-right: 0; border-left: 0; }
  .contact { min-height: 75vh; }
  .contact-row { align-items: flex-start; flex-direction: column; gap: 2rem; }
  footer { flex-wrap: wrap; gap: 1rem; }
}

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

/* Portfolio path: dakotaweid.com/modeling/ */
