:root {
  --ink: #24201e;
  --muted: #756b65;
  --paper: #f5f1ec;
  --paper-deep: #e9e0d9;
  --rose: #d8b9ad;
  --rose-deep: #b47d70;
  --sage: #aeb7a9;
  --black: #1f1c1a;
  --line: rgba(36, 32, 30, .18);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.section-shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.site-header { width: min(1240px, calc(100% - 64px)); margin: 0 auto; padding: 28px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.brand-mark { width: 33px; height: 33px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-family: var(--serif); font-size: 18px; font-weight: 500; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 12px; letter-spacing: .04em; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover, .text-link:hover, .arrow-link:hover { color: var(--rose-deep); }
.nav-contact { padding: 9px 14px; border: 1px solid var(--ink); border-radius: 30px; }
.nav-contact > span:last-child, .text-link > span:last-child, .arrow-link > span:last-child, .button > span:last-child { margin-left: 7px; }
.language-switch { display: inline-flex; align-items: center; gap: 7px; margin-left: -13px; color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; }
.language-button { padding: 3px 2px; border: 0; background: transparent; color: inherit; cursor: pointer; font-family: inherit; font-size: inherit; letter-spacing: inherit; }
.language-button:hover, .language-button.is-active { color: var(--ink); }
.language-button.is-active { font-weight: 500; }
.menu-toggle { display: none; border: 0; background: none; color: var(--ink); cursor: pointer; }
.menu-icon { display: inline-flex; flex-direction: column; gap: 4px; margin-left: 8px; }
.menu-icon i { width: 19px; height: 1px; display: block; background: currentColor; }

.hero { min-height: 720px; padding: 72px 0 112px; display: grid; grid-template-columns: minmax(0, .88fr) minmax(360px, 1.12fr); gap: 9%; align-items: center; }
.eyebrow, .section-number, .card-kicker, .gallery-footnote, .hero-art-caption { font-family: var(--mono); text-transform: uppercase; letter-spacing: .09em; font-size: 10px; line-height: 1.4; }
.eyebrow { color: var(--rose-deep); margin: 0 0 30px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 500; line-height: 1.05; }
h1 { max-width: 600px; margin-bottom: 30px; font-size: clamp(52px, 7vw, 94px); letter-spacing: -.055em; }
h2 { margin-bottom: 28px; font-size: clamp(42px, 5vw, 70px); letter-spacing: -.055em; }
h3 { margin-bottom: 20px; font-size: clamp(29px, 3vw, 41px); letter-spacing: -.045em; }
em { font-family: var(--serif); font-weight: 500; }
.hero-intro { max-width: 390px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.text-link { display: inline-block; margin-top: 21px; padding-bottom: 9px; border-bottom: 1px solid var(--ink); font-size: 12px; letter-spacing: .05em; }

.media-slot { position: relative; overflow: hidden; background-color: var(--paper-deep); }
.media-slot::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 40%, rgba(255,255,255,.18) 40%, transparent 68%); opacity: .65; pointer-events: none; }
.media-slot.has-image::after { z-index: 1; background: linear-gradient(180deg, rgba(24, 18, 16, .04), rgba(24, 18, 16, .28)); opacity: 1; }
.media-slot img { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; }
.media-slot.has-image::before { display: none; }
.media-slot--hero { min-height: 560px; background: linear-gradient(145deg, #ccb9b0 0%, #d6c6bd 38%, #b4867a 100%); }
.media-slot--hero::before { content: ""; position: absolute; width: 46%; aspect-ratio: 1; left: 27%; top: 16%; border-radius: 50% 50% 42% 42%; background: rgba(244, 230, 220, .62); box-shadow: 0 120px 0 55px rgba(112, 78, 69, .18); }
.hero-art-caption { position: absolute; z-index: 2; inset: auto 23px 22px; display: flex; justify-content: space-between; color: rgba(255,255,255,.82); }
.image-note { position: absolute; z-index: 2; left: 50%; top: 50%; width: 150px; transform: translate(-50%, -50%); color: rgba(255,255,255,.78); text-align: center; font-family: var(--mono); font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .06em; }

.statement { padding: 120px 0; border-top: 1px solid var(--line); }
.section-number { color: var(--muted); margin-bottom: 50px; }
.statement-grid, .approach-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 10%; }
.statement-copy { max-width: 455px; padding-top: 7px; color: var(--muted); font-size: 16px; }
.statement-copy p + p { margin-top: 24px; }

.work { padding: 45px 0 130px; }
.section-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 68px; }
.section-heading h2 { margin-bottom: 0; }
.section-aside { max-width: 325px; margin-bottom: 7px; color: var(--muted); font-size: 14px; }
.work-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 72px 30px; align-items: start; }
.work-card { display: flex; flex-direction: column; }
.work-card--wide { grid-row: span 2; }
.card-image { min-height: 350px; }
.work-card--wide .card-image { min-height: 575px; }
.media-slot--salon { background: linear-gradient(150deg, #ac9b91, #d7c2b5 54%, #c79483); }
.media-slot--makeup { background: linear-gradient(135deg, #c0b9ac, #ecd5ce); }
.media-slot--shoot { background: linear-gradient(135deg, #929d90, #c6cdbd 55%, #9d786f); }
.media-slot--salon::before, .media-slot--makeup::before, .media-slot--shoot::before { content: ""; position: absolute; width: 36%; height: 62%; left: 32%; top: 19%; border-radius: 48% 48% 12% 12%; background: rgba(255, 246, 238, .32); box-shadow: 34px 70px 0 2px rgba(86, 60, 55, .12); }
.card-index { position: absolute; z-index: 2; top: 17px; left: 18px; color: rgba(255,255,255,.8); font-family: var(--mono); font-size: 11px; }
.card-image .image-note { top: auto; bottom: 28px; }
.card-body { padding: 25px 0 0; }
.card-kicker { color: var(--rose-deep); margin-bottom: 17px; }
.card-body p:not(.card-kicker) { max-width: 410px; color: var(--muted); font-size: 14px; }
.arrow-link { display: inline-block; margin-top: 11px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }

.gallery { padding: 110px 0 128px; border-top: 1px solid var(--line); }
.section-heading--gallery { margin-bottom: 61px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 110px; gap: 14px; }
.gallery-item { grid-column: span 4; grid-row: span 3; min-height: 0; margin: 0; }
.gallery-item--tall { grid-column: span 4; grid-row: span 5; }
.gallery-item--wide { grid-column: span 8; grid-row: span 3; }
.gallery-item--collage img { object-fit: contain; background: #202126; }
.gallery-item--formal img { object-position: 50% 34%; }
.gallery-item--business img { object-position: 56% 48%; }
.gallery-item span { position: absolute; z-index: 2; left: 15px; top: 12px; color: rgba(255,255,255,.86); font-family: var(--mono); font-size: 10px; }
.gallery-item figcaption { position: absolute; z-index: 2; left: 15px; right: 15px; bottom: 13px; color: rgba(255,255,255,.86); font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.media-slot--gallery-1 { background: linear-gradient(145deg, #a98376, #dbc9ba); }
.media-slot--gallery-2 { background: linear-gradient(145deg, #aaa999, #d6beb3); }
.media-slot--gallery-3 { background: linear-gradient(145deg, #84927d, #c4c1ad); }
.media-slot--gallery-4 { background: linear-gradient(145deg, #c98d80, #e4cdc3 58%, #aca28f); }
.media-slot--gallery-5 { background: linear-gradient(145deg, #8b776b, #cdb29f); }
.gallery-footnote { display: flex; justify-content: space-between; gap: 30px; margin: 28px 0 0; color: var(--muted); }
.gallery-footnote span { color: var(--rose-deep); }

.approach { padding: 110px 0 130px; border-top: 1px solid var(--line); }
.principles { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.principles li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.principles li > span { color: var(--rose-deep); font-family: var(--mono); font-size: 10px; }
.principles strong { font-size: 15px; font-weight: 600; }
.principles p { max-width: 360px; margin: 5px 0 0; color: var(--muted); font-size: 13px; }

.contact { width: 100%; padding: 125px max(32px, calc((100vw - 1240px) / 2)); background: var(--black); color: var(--paper); }
.contact-inner { max-width: 850px; }
.contact .eyebrow { color: var(--rose); }
.contact h2 { margin-bottom: 25px; font-size: clamp(45px, 6vw, 80px); }
.contact-copy { max-width: 460px; color: rgba(245,241,236,.68); font-size: 15px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 13px 19px; border-radius: 30px; font-size: 12px; letter-spacing: .04em; }
.button--light { background: var(--paper); color: var(--ink); }
.button--outline { border: 1px solid rgba(245,241,236,.5); color: var(--paper); }
.contact-meta { display: flex; justify-content: space-between; gap: 20px; margin-top: 80px; padding-top: 17px; border-top: 1px solid rgba(245,241,236,.25); color: rgba(245,241,236,.62); font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.contact-meta a:hover { color: var(--paper); }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 23px 0; color: var(--muted); font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.site-footer a:hover { color: var(--ink); }

@media (max-width: 760px) {
  .section-shell, .site-header { width: min(100% - 36px, 560px); }
  .site-header { position: relative; padding: 19px 0; }
  .menu-toggle { display: inline-flex; align-items: center; font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
  .site-nav { position: absolute; z-index: 10; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 0 20px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 11px 0; }
  .nav-contact { border: 0; border-radius: 0; padding: 11px 0; }
  .language-switch { align-self: flex-start; margin: 12px 0 0; }
  .hero { min-height: auto; padding: 58px 0 82px; display: flex; flex-direction: column; gap: 48px; align-items: stretch; }
  h1 { font-size: clamp(48px, 14vw, 75px); }
  .media-slot--hero { min-height: 420px; }
  .statement, .gallery, .approach { padding: 78px 0 86px; }
  .statement-grid, .approach-grid { display: block; }
  .statement h2, .approach h2 { margin-bottom: 35px; }
  .section-number { margin-bottom: 33px; }
  .section-heading { display: block; margin-bottom: 45px; }
  .section-aside { margin-top: 28px; }
  .work { padding: 15px 0 90px; }
  .work-grid { display: block; }
  .work-card + .work-card { margin-top: 58px; }
  .work-card--wide .card-image, .card-image { min-height: 360px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 120px; gap: 9px; }
  .gallery-item, .gallery-item--tall, .gallery-item--wide { grid-column: span 1; grid-row: span 3; }
  .gallery-item--tall { grid-row: span 4; }
  .gallery-item--wide { grid-column: span 2; }
  .gallery-footnote { display: block; line-height: 1.7; }
  .gallery-footnote span { display: block; margin-bottom: 5px; }
  .contact { padding: 82px 18px; }
  .contact-meta { display: block; margin-top: 60px; }
  .contact-meta span { display: block; margin-top: 12px; }
  .site-footer { display: grid; grid-template-columns: 1fr 1fr; padding: 19px 0; }
  .site-footer a { grid-column: span 2; }
}
