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

:root {
  --cream: #f2eadb;
  --paper: #f8f4eb;
  --ink: #171b14;
  --green: #21372a;
  --lime: #c6da48;
  --terracotta: #9d3f27;
  --line: rgba(23, 27, 20, 0.2);
  --serif: 'Italiana', 'Times New Roman', serif;
  --sans: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-weight: 300; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { color: var(--paper); background: var(--terracotta); }

.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; padding: .75rem 1rem; background: var(--paper); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: fixed; z-index: 20; top: 0; left: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 1.6rem 3vw; color: white; transition: color .3s, background .3s, padding .3s; }
.site-header.scrolled { padding-block: .9rem; color: var(--ink); background: rgba(242, 234, 219, .93); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; flex-direction: column; align-items: center; line-height: 1; letter-spacing: .11em; }
.brand span { font-family: var(--serif); font-size: 1.75rem; }
.brand small { margin-top: .25rem; font-size: .47rem; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; }
.navigation { display: flex; align-items: center; gap: clamp(1.4rem, 2.7vw, 3.2rem); font-size: .73rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.navigation a { position: relative; }
.navigation a:not(.nav-contact)::after { position: absolute; bottom: -.4rem; left: 0; width: 100%; height: 1px; background: currentColor; content: ''; transform: scaleX(0); transform-origin: right; transition: transform .3s; }
.navigation a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-contact { padding: .75rem 1.2rem; border: 1px solid currentColor; border-radius: 100px; transition: color .3s, background .3s; }
.nav-contact:hover { color: var(--green); background: white; }
.scrolled .nav-contact:hover { color: white; background: var(--green); }
.menu-button { display: none; color: inherit; background: none; border: 0; }

.hero { position: relative; min-height: 100svh; color: white; background: var(--green); overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { height: 100%; object-fit: cover; object-position: 50% 28%; animation: hero-in 1.5s cubic-bezier(.2,.7,.2,1) both; }
.hero-shade { background: linear-gradient(90deg, rgba(8,15,8,.62) 0%, rgba(8,15,8,.14) 56%, rgba(8,15,8,.08)), linear-gradient(0deg, rgba(8,15,8,.32), transparent 45%); }
.hero-copy { position: absolute; z-index: 2; left: 8vw; top: 51%; width: min(760px, 76vw); transform: translateY(-42%); }
.eyebrow { margin: 0 0 1.5rem; font-size: .68rem; font-weight: 500; letter-spacing: .23em; text-transform: uppercase; }
.eyebrow.dark { color: var(--terracotta); }
.hero h1, .meaning h2, .creator h2, .contact h2 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 8vw, 8.5rem); font-weight: 400; line-height: .84; letter-spacing: -.035em; }
h1 em, h2 em, blockquote em { font-weight: 400; }
.hero-intro { max-width: 480px; margin: 2rem 0 1.8rem; font-size: clamp(1rem, 1.4vw, 1.25rem); line-height: 1.55; }
.text-link { display: inline-flex; align-items: center; gap: 2.4rem; padding-bottom: .5rem; border-bottom: 1px solid currentColor; font-size: .75rem; font-weight: 500; letter-spacing: .17em; text-transform: uppercase; transition: gap .3s; }
.text-link:hover { gap: 3rem; }
.text-link.light { color: white; }
.hero-note { position: absolute; z-index: 2; right: 3vw; bottom: 4rem; margin: 0; font-size: .63rem; line-height: 1.6; letter-spacing: .14em; text-transform: uppercase; text-align: right; }
.scroll-cue { position: absolute; z-index: 2; bottom: 0; left: 50%; display: flex; align-items: center; gap: .8rem; font-size: .57rem; letter-spacing: .2em; text-transform: uppercase; transform: rotate(-90deg) translateY(-50%); transform-origin: left bottom; }
.scroll-cue i { display: block; width: 50px; height: 1px; background: white; }

.section { padding: clamp(5rem, 10vw, 10rem) 7vw; }
.meaning { position: relative; overflow: hidden; background: var(--cream); }
.meaning-word { position: absolute; top: 1rem; left: 50%; color: rgba(33,55,42,.055); font-family: var(--serif); font-size: 25vw; line-height: 1; letter-spacing: -.07em; transform: translateX(-50%); white-space: nowrap; }
.meaning-grid { position: relative; display: grid; grid-template-columns: 1fr 2fr; gap: 3rem; align-items: start; max-width: 1280px; margin: 0 auto; }
.section-index { margin: .55rem 0; font-size: .65rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.meaning-copy { padding-top: 3rem; }
.meaning h2 { font-size: clamp(3.8rem, 7.3vw, 7.5rem); }
.meaning-copy > p:last-child { max-width: 550px; margin: 2.5rem 0 0 auto; font-size: clamp(1rem, 1.35vw, 1.25rem); line-height: 1.75; }

.manifesto { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 780px; color: var(--paper); background: var(--green); }
.manifesto-image { min-height: 650px; overflow: hidden; }
.manifesto-image img { height: 100%; object-fit: cover; object-position: 48% center; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.manifesto-image:hover img { transform: scale(1.025); }
.manifesto-copy { display: flex; flex-direction: column; justify-content: center; padding: 7vw; }
.big-quote { height: 4.5rem; color: var(--lime); font-family: Georgia, serif; font-size: 8rem; line-height: 1; }
.manifesto blockquote { margin: 1rem 0 3rem; font-family: var(--serif); font-size: clamp(2.5rem, 4.1vw, 5rem); line-height: 1.05; }
.manifesto-copy p { max-width: 390px; margin: 0; color: rgba(255,255,255,.66); font-size: .93rem; line-height: 1.7; }

.collection { background: var(--paper); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; max-width: 1280px; margin: 0 auto 5rem; }
.section-heading h2 { margin: .5rem 0 0; font-family: var(--serif); font-size: clamp(4rem, 7vw, 7.3rem); font-weight: 400; line-height: .9; }
.section-heading > p { max-width: 350px; margin: 0 0 .5rem; font-size: .9rem; line-height: 1.65; }
.look-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 3rem 2vw; max-width: 1280px; margin: 0 auto; }
.look-card { margin: 0; }
.look-card-wide { grid-column: 1 / 8; }
.look-card-tall { grid-column: 9 / 13; padding-top: 10rem; }
.look-card-portrait { grid-column: 1 / 5; padding-top: 4rem; }
.look-card-landscape { grid-column: 6 / 13; }
.look-card figure { margin: 0; }
.look-card figure > img { aspect-ratio: 4 / 5; object-fit: cover; transition: filter .4s, transform .7s cubic-bezier(.2,.7,.2,1); }
.look-card-wide figure > img, .look-card-landscape figure > img { aspect-ratio: 5 / 4; }
.look-card:hover figure > img { transform: scale(.985); filter: saturate(1.08); }
.look-card figcaption { display: flex; gap: 1rem; align-items: center; margin-top: .85rem; font-family: var(--serif); font-size: 1.35rem; }
.look-card figcaption span { color: var(--terracotta); font-family: var(--sans); font-size: .58rem; letter-spacing: .18em; }
.collection-note { display: flex; align-items: center; justify-content: flex-end; gap: 3rem; max-width: 1280px; margin: 5rem auto 0; padding-top: 2rem; border-top: 1px solid var(--line); }
.collection-note p { margin: 0; font-family: var(--serif); font-size: 1.45rem; }

.creator { display: grid; grid-template-columns: .95fr 1.05fr; background: var(--lime); }
.creator-photo { position: relative; min-height: 820px; overflow: hidden; }
.creator-photo img { height: 100%; object-fit: cover; object-position: 55% center; }
.creator-photo span { position: absolute; right: 1.5rem; bottom: 1.5rem; padding: .7rem 1rem; color: white; background: var(--terracotta); font-size: .6rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.creator-copy { align-self: center; padding: 7vw; }
.creator h2 { margin: 1.5rem 0 3rem; font-size: clamp(3.5rem, 5.7vw, 6.5rem); }
.creator-copy > p:not(.section-index):not(.eyebrow) { max-width: 560px; font-size: .98rem; line-height: 1.8; }
.signature { margin-top: 3rem; font-family: var(--serif); font-size: 2.3rem; font-style: italic; transform: rotate(-4deg); }
.creator-link { margin-top: 1.5rem; }

.values { background: var(--cream); }
.value-list { max-width: 1280px; margin: 3rem auto 0; border-top: 1px solid var(--line); }
.value-list article { display: grid; grid-template-columns: .4fr 1.1fr 1fr; gap: 2rem; align-items: center; padding: 2.8rem 0; border-bottom: 1px solid var(--line); }
.value-list span { color: var(--terracotta); font-size: .65rem; letter-spacing: .2em; }
.value-list h3 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3.2vw, 3.7rem); font-weight: 400; }
.value-list p { max-width: 400px; margin: 0; font-size: .9rem; line-height: 1.7; }

.contact { position: relative; display: grid; min-height: 85svh; place-items: center; color: white; overflow: hidden; text-align: center; }
.contact-bg, .contact-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.contact-bg { object-fit: cover; object-position: center 30%; }
.contact-overlay { background: rgba(16,30,20,.65); }
.contact-copy { position: relative; z-index: 1; padding: 5rem 1.5rem; }
.contact h2 { margin-bottom: 3rem; font-size: clamp(4rem, 8vw, 8rem); }
.contact-button { padding: 1rem 1.6rem; color: white; background: transparent; border: 1px solid white; border-radius: 100px; cursor: pointer; font-size: .7rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; transition: color .3s, background .3s; }
.contact-button:hover, .contact-button:focus-visible { color: var(--green); background: white; }
.contact-button span { margin-left: 2rem; }
.contact-feedback { min-height: 1.5em; margin: 1rem 0 0; font-size: .75rem; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr .7fr auto; gap: 3rem; align-items: end; padding: 4rem 5vw 3rem; color: var(--paper); background: #111710; }
.footer-brand { justify-self: start; }
.site-footer > p { margin: 0; color: rgba(255,255,255,.55); font-size: .7rem; line-height: 1.7; }
.footer-links { display: flex; flex-direction: column; gap: .5rem; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.copyright { white-space: nowrap; }

.reveal { opacity: 0; transform: translateY(40px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes hero-in { from { opacity: .4; transform: scale(1.08); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 900px) {
  .site-header { padding: 1.2rem 1.3rem; }
  .site-header > .brand { position: relative; z-index: 2; }
  .menu-button { z-index: 2; display: flex; align-items: center; gap: .8rem; cursor: pointer; }
  .menu-label { font-size: .65rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
  .menu-icon { position: relative; width: 22px; height: 12px; }
  .menu-icon i { position: absolute; left: 0; width: 100%; height: 1px; background: currentColor; transition: transform .3s, top .3s; }
  .menu-icon i:first-child { top: 2px; }
  .menu-icon i:last-child { top: 9px; }
  .menu-open .menu-icon i:first-child { top: 6px; transform: rotate(45deg); }
  .menu-open .menu-icon i:last-child { top: 6px; transform: rotate(-45deg); }
  .navigation { position: absolute; inset: 0; flex-direction: column; justify-content: center; gap: 2rem; color: var(--paper); background: var(--green); visibility: hidden; opacity: 0; transition: opacity .3s, visibility .3s; }
  .navigation a { font-family: var(--serif); font-size: 2.5rem; font-weight: 400; letter-spacing: 0; text-transform: none; transform: translateY(15px); transition: transform .3s; }
  .navigation .nav-contact { padding: 0 0 .3rem; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; }
  .menu-open .site-header { inset: 0; height: 100dvh; align-items: flex-start; color: white; background: var(--green); border-bottom: 0; backdrop-filter: none; }
  .menu-open .navigation { visibility: visible; opacity: 1; }
  .menu-open .navigation a { transform: translateY(0); }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-image { min-height: 75svh; }
  .manifesto-copy { min-height: 600px; padding: 10vw; }
  .creator { grid-template-columns: 1fr; }
  .creator-photo { min-height: 80svh; }
  .creator-copy { padding: 6rem 8vw; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .brand span { font-size: 1.45rem; }
  .hero-media img { object-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,15,8,.67), rgba(8,15,8,.08)), linear-gradient(0deg, rgba(8,15,8,.5), transparent 55%); }
  .hero-copy { left: 1.4rem; top: 50%; width: calc(100% - 2.8rem); }
  .hero h1 { font-size: clamp(3.8rem, 18vw, 5.6rem); }
  .hero-intro { max-width: 85%; font-size: .92rem; }
  .hero-note { display: none; }
  .scroll-cue { left: auto; right: -1.5rem; }
  .section { padding: 5rem 1.4rem; }
  .meaning-grid { display: block; }
  .meaning-copy { padding-top: 5rem; }
  .meaning h2 { font-size: 3.7rem; }
  .meaning-copy > p:last-child { margin-top: 2rem; }
  .manifesto-image { min-height: 65svh; }
  .manifesto-copy { min-height: 520px; padding: 5rem 1.5rem; }
  .manifesto blockquote { font-size: 2.65rem; }
  .section-heading { display: block; margin-bottom: 3rem; }
  .section-heading > p { margin-top: 1.5rem; }
  .look-grid { display: block; }
  .look-card { padding: 0; margin-bottom: 3rem; }
  .look-card figure > img, .look-card-wide figure > img, .look-card-landscape figure > img { aspect-ratio: 4 / 5; }
  .look-card-tall figure > img { object-position: center top; }
  .collection-note { display: block; margin-top: 2rem; }
  .collection-note p { margin-bottom: 1.5rem; }
  .creator-photo { min-height: 66svh; }
  .creator-copy { padding: 5rem 1.4rem; }
  .creator h2 { font-size: 3.45rem; }
  .value-list article { display: block; padding: 2.2rem 0; }
  .value-list h3 { margin: 1rem 0; font-size: 2.5rem; }
  .contact { min-height: 75svh; }
  .contact h2 { font-size: 3.8rem; }
  .contact-bg { object-position: 48% center; }
  .site-footer { display: block; padding: 4rem 1.4rem 2rem; }
  .site-footer > p, .footer-links { margin-top: 2rem; }
  .copyright { padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.15); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Collection lookbook */
.collection-hero { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; min-height: 100svh; color: var(--paper); background: var(--green); overflow: hidden; }
.collection-hero-copy { z-index: 2; align-self: center; padding: 9rem 2rem 6rem 7vw; }
.collection-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(4.5rem, 8vw, 9rem); font-weight: 400; line-height: .82; letter-spacing: -.035em; }
.collection-hero-copy > p:not(.eyebrow) { max-width: 470px; margin: 2.5rem 0; color: rgba(255,255,255,.72); font-size: .95rem; line-height: 1.75; }
.collection-hero-image { position: relative; min-height: 100svh; overflow: hidden; }
.collection-hero-image::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(33,55,42,.35), transparent 30%); content: ''; }
.collection-hero-image img { height: 100%; object-fit: cover; object-position: 52% center; animation: hero-in 1.5s cubic-bezier(.2,.7,.2,1) both; }
.collection-hero-image span { position: absolute; z-index: 1; right: 2rem; bottom: 2rem; padding: .7rem 1rem; color: var(--ink); background: var(--lime); font-size: .58rem; font-weight: 500; letter-spacing: .17em; text-transform: uppercase; }
.collection-hero-number { position: absolute; z-index: 2; bottom: -5vw; left: 39%; color: rgba(255,255,255,.08); font-family: var(--serif); font-size: 23vw; line-height: 1; transform: translateX(-50%); }

.collection-intro { display: grid; grid-template-columns: 1fr 2fr; max-width: 1440px; margin: 0 auto; }
.collection-intro-content { display: grid; grid-template-columns: 1.35fr .65fr; gap: 4rem; align-items: end; }
.collection-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 7vw, 7.8rem); font-weight: 400; line-height: .88; }
.collection-intro-content > p { margin: 0 0 .4rem; font-size: .95rem; line-height: 1.75; }

.catalogue { padding: 0 7vw clamp(6rem, 12vw, 12rem); background: var(--paper); }
.catalogue-item { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: clamp(2rem, 6vw, 7rem); align-items: end; max-width: 1280px; margin: 0 auto clamp(7rem, 14vw, 14rem); }
.catalogue-item:last-child { margin-bottom: 0; }
.catalogue-image { overflow: hidden; background: #ddd5c6; }
.catalogue-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.catalogue-item:hover .catalogue-image img { transform: scale(1.025); }
.catalogue-featured .catalogue-image { aspect-ratio: 1.3 / 1; }
.catalogue-featured .catalogue-image img { object-position: center 35%; }
.catalogue-right { grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); }
.catalogue-right .catalogue-image { order: 2; aspect-ratio: 3 / 4; max-width: 650px; justify-self: end; }
.catalogue-right .catalogue-info { order: 1; }
.catalogue-left .catalogue-image { aspect-ratio: 4 / 3; }
.catalogue-full { grid-template-columns: 1fr 1fr; }
.catalogue-full .catalogue-image { aspect-ratio: 4 / 5; max-width: 620px; }
.catalogue-info { max-width: 480px; padding-bottom: 1.5rem; }
.catalogue-info > span { color: var(--terracotta); font-size: .6rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.catalogue-info h2 { margin: 1rem 0 1.5rem; font-family: var(--serif); font-size: clamp(2.8rem, 4.5vw, 5.5rem); font-weight: 400; line-height: .93; }
.catalogue-info p { margin: 0 0 2rem; font-size: .9rem; line-height: 1.75; }
.catalogue-info a { display: inline-flex; gap: 2rem; padding-bottom: .5rem; border-bottom: 1px solid currentColor; font-size: .65rem; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }

.runway { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 780px; color: var(--paper); background: var(--terracotta); }
.runway-image { min-height: 650px; overflow: hidden; }
.runway-image img { height: 100%; object-fit: cover; object-position: center; }
.runway-copy { align-self: center; padding: 7vw; }
.runway h2 { margin: 2rem 0; font-family: var(--serif); font-size: clamp(3.5rem, 5vw, 6rem); font-weight: 400; line-height: .92; }
.runway-copy > p:last-child { max-width: 460px; color: rgba(255,255,255,.75); font-size: .95rem; line-height: 1.8; }
.collection-contact { min-height: 78svh; }

@media (max-width: 900px) {
  .collection-hero { grid-template-columns: 1fr; }
  .collection-hero-copy { position: absolute; inset: auto 0 0; padding: 9rem 1.5rem 4rem; background: linear-gradient(0deg, rgba(17,29,20,.9), transparent); }
  .collection-hero-copy > p:not(.eyebrow) { max-width: 540px; }
  .collection-hero-image { min-height: 100svh; }
  .collection-hero-image span, .collection-hero-number { display: none; }
  .collection-intro { display: block; }
  .collection-intro-content { margin-top: 4rem; }
  .runway { grid-template-columns: 1fr; }
  .runway-image { min-height: 70svh; }
  .runway-copy { padding: 6rem 8vw; }
}

@media (max-width: 640px) {
  .collection-hero-image img { object-position: 56% center; }
  .collection-hero h1 { font-size: clamp(4rem, 18vw, 5.5rem); }
  .collection-hero-copy > p:not(.eyebrow) { margin: 1.5rem 0; font-size: .85rem; }
  .collection-intro-content { display: block; margin-top: 3rem; }
  .collection-intro h2 { font-size: 3.8rem; }
  .collection-intro-content > p { margin-top: 2rem; }
  .catalogue { padding: 0 1.4rem 6rem; }
  .catalogue-item, .catalogue-right, .catalogue-full { display: flex; flex-direction: column; gap: 1.7rem; align-items: stretch; margin-bottom: 6rem; }
  .catalogue-right .catalogue-image, .catalogue-right .catalogue-info { order: initial; }
  .catalogue-right .catalogue-image, .catalogue-full .catalogue-image { max-width: none; }
  .catalogue-featured .catalogue-image, .catalogue-right .catalogue-image, .catalogue-left .catalogue-image, .catalogue-full .catalogue-image { width: 100%; aspect-ratio: 4 / 5; }
  .catalogue-info { padding: 0; }
  .catalogue-info h2 { font-size: 3.15rem; }
  .runway-image { min-height: 58svh; }
  .runway-copy { padding: 5rem 1.4rem; }
  .runway h2 { font-size: 3.7rem; }
}

/* Creator portrait */
.portrait-hero { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 100svh; color: var(--paper); background: var(--terracotta); overflow: hidden; }
.portrait-hero-image { min-height: 100svh; overflow: hidden; }
.portrait-hero-image img { height: 100%; object-fit: cover; object-position: 52% center; animation: hero-in 1.5s cubic-bezier(.2,.7,.2,1) both; }
.portrait-hero-copy { align-self: center; padding: 9rem 7vw 6rem; }
.portrait-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(5rem, 9vw, 10rem); font-weight: 400; line-height: .8; letter-spacing: -.04em; }
.portrait-hero-copy > p:last-child { max-width: 470px; margin: 3rem 0 0; color: rgba(255,255,255,.75); font-size: 1.05rem; line-height: 1.75; }
.portrait-location { position: absolute; right: 2rem; bottom: 2rem; margin: 0; font-size: .58rem; font-weight: 500; line-height: 1.8; letter-spacing: .16em; text-align: center; text-transform: uppercase; }

.portrait-intro { display: grid; grid-template-columns: .55fr 1.3fr 1fr; gap: 4vw; max-width: 1440px; margin: 0 auto; }
.portrait-intro-heading h2, .origin-heading h2, .aboma-birth h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.8rem, 6vw, 7rem); font-weight: 400; line-height: .9; }
.portrait-columns { padding-top: 8rem; }
.portrait-columns p { margin: 0 0 2rem; font-size: .92rem; line-height: 1.8; }

.portrait-quote { display: grid; grid-template-columns: 1fr 1fr; min-height: 800px; color: var(--paper); background: var(--green); }
.portrait-quote-image { min-height: 680px; overflow: hidden; }
.portrait-quote-image img { height: 100%; object-fit: cover; object-position: center; }
.portrait-quote-copy { align-self: center; padding: 7vw; }
.portrait-quote blockquote { margin: 1rem 0 2.5rem; font-family: var(--serif); font-size: clamp(3rem, 5vw, 6rem); line-height: 1; }
.portrait-quote-copy > p { color: var(--lime); font-size: .62rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }

.origin { background: var(--paper); }
.origin-heading { display: grid; grid-template-columns: .55fr 2.3fr; max-width: 1280px; margin: 0 auto 6rem; }
.origin-story { max-width: 1280px; margin: 0 auto; border-top: 1px solid var(--line); }
.origin-story article { display: grid; grid-template-columns: .3fr .8fr 1fr; gap: 3rem; align-items: start; padding: 3rem 0; border-bottom: 1px solid var(--line); }
.origin-story span { color: var(--terracotta); font-size: .62rem; font-weight: 500; letter-spacing: .18em; }
.origin-story h3 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.4rem); font-weight: 400; }
.origin-story p { max-width: 470px; margin: 0; font-size: .9rem; line-height: 1.8; }

.inspirations { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 850px; color: var(--paper); background: var(--terracotta); }
.inspirations-copy { align-self: center; padding: 8vw; }
.inspirations h2 { margin: 2rem 0; font-family: var(--serif); font-size: clamp(3.6rem, 5.5vw, 6.5rem); font-weight: 400; line-height: .9; }
.inspirations-copy > p:not(.section-index) { max-width: 450px; margin: 0 0 2.5rem; color: rgba(255,255,255,.75); font-size: .93rem; line-height: 1.8; }
.inspirations-image { min-height: 700px; overflow: hidden; }
.inspirations-image img { height: 100%; object-fit: cover; object-position: center; }

.aboma-birth { color: var(--ink); background: var(--lime); }
.aboma-birth-content { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; max-width: 1280px; margin: 4rem auto 0; }
.aboma-birth-content > div p { margin: 0 0 1.5rem; font-size: .95rem; line-height: 1.8; }
.creator-contact .contact-bg { object-position: center 38%; }

@media (max-width: 900px) {
  .portrait-hero { grid-template-columns: 1fr; }
  .portrait-hero-image { min-height: 100svh; }
  .portrait-hero-copy { position: absolute; inset: auto 0 0; padding: 10rem 1.5rem 4rem; background: linear-gradient(0deg, rgba(60,20,12,.92), transparent); }
  .portrait-location { display: none; }
  .portrait-intro { grid-template-columns: .5fr 1.5fr; }
  .portrait-columns { grid-column: 2; padding-top: 1rem; }
  .portrait-quote, .inspirations { grid-template-columns: 1fr; }
  .portrait-quote-image, .inspirations-image { min-height: 70svh; }
  .portrait-quote-copy, .inspirations-copy { padding: 6rem 8vw; }
  .inspirations-image { grid-row: 1; }
}

@media (max-width: 640px) {
  .portrait-hero-image img { object-position: 58% center; }
  .portrait-hero h1 { font-size: clamp(4.5rem, 21vw, 6rem); }
  .portrait-hero-copy > p:last-child { margin-top: 1.8rem; font-size: .9rem; }
  .portrait-intro { display: block; }
  .portrait-intro-heading { margin-top: 3rem; }
  .portrait-intro-heading h2, .origin-heading h2, .aboma-birth h2 { font-size: 3.6rem; }
  .portrait-columns { padding-top: 2rem; }
  .portrait-quote-image, .inspirations-image { min-height: 62svh; }
  .portrait-quote-copy, .inspirations-copy { padding: 5rem 1.4rem; }
  .portrait-quote blockquote { font-size: 3rem; }
  .origin-heading { display: block; margin-bottom: 3rem; }
  .origin-heading h2 { margin-top: 3rem; }
  .origin-story article { display: block; padding: 2.5rem 0; }
  .origin-story h3 { margin: 1rem 0; font-size: 2.5rem; }
  .inspirations h2 { font-size: 3.7rem; }
  .aboma-birth-content { display: block; margin-top: 3rem; }
  .aboma-birth-content > div { margin-top: 2.5rem; }
}
