:root {
  --paper: #f7f3eb;
  --paper-deep: #eee7da;
  --ink: #181714;
  --muted: #6e695f;
  --gold: #ae8550;
  --gold-light: #d8bd8f;
  --line: rgba(24, 23, 20, 0.16);
  --white: #fffdf8;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --page: min(1280px, calc(100vw - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.7;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img, video { display: block; max-width: 100%; }
.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; }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.site-header {
  width: var(--page);
  height: 96px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 30;
}

.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font: 500 25px/1 var(--serif);
}
.brand-copy { font: 500 19px/1 var(--serif); letter-spacing: .05em; text-transform: uppercase; }
.brand-copy small { display: block; margin-top: 5px; font: 500 7px/1 var(--sans); letter-spacing: .31em; color: var(--muted); }
.main-nav { display: flex; align-items: center; gap: 36px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--gold); transition: right .25s ease; }
.main-nav a:hover::after { right: 0; }
.nav-cta { padding: 11px 19px; border: 1px solid var(--gold); border-radius: 999px; transition: .25s ease; }
.nav-cta:hover { color: var(--white); background: var(--gold); }
.menu-toggle { display: none; }

.section-pad { width: var(--page); margin-inline: auto; padding: 130px 0; }
.eyebrow { margin: 0 0 26px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: .89; letter-spacing: -.045em; }
h1 { font-size: clamp(70px, 7.25vw, 112px); }
h2 { font-size: clamp(56px, 6.1vw, 92px); }
h1 em, h2 em { color: var(--gold); font-weight: 400; }

.hero { min-height: calc(100svh - 96px); display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: center; padding-top: 72px; padding-bottom: 84px; }
.hero-copy { padding-left: max(0px, calc((100vw - 1440px) / 12)); position: relative; z-index: 2; }
.hero-text { max-width: 490px; margin: 35px 0 0; color: var(--muted); font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 40px; min-width: 210px; padding: 16px 18px 16px 22px; border-radius: 999px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--ink); }
.button-primary:hover { background: var(--gold); }
.circle-arrow { position: relative; display: inline-block; flex: 0 0 29px; width: 29px; height: 29px; box-sizing: border-box; border: 1px solid currentColor; border-radius: 50%; }
.circle-arrow::before { content: ""; position: absolute; left: 30%; top: calc(50% - .5px); width: 40%; height: 1px; background: currentColor; transform: rotate(-45deg); }
.circle-arrow::after { content: ""; position: absolute; right: 25%; top: 25%; width: 23%; height: 23%; box-sizing: border-box; border-top: 1px solid currentColor; border-right: 1px solid currentColor; }
.button-arrow { color: rgba(255,255,255,.88); border-color: rgba(255,255,255,.45); }
.text-link { display: inline-flex; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); padding-bottom: 5px; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.text-link span { color: var(--gold); }
.hero-note { display: flex; align-items: center; gap: 13px; margin-top: 55px; }
.hero-note p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.45; letter-spacing: .08em; text-transform: uppercase; }
.quality-seal { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--gold); }

.hero-visual { position: relative; justify-self: end; width: min(100%, 650px); }
.image-slot { position: relative; overflow: hidden; background: var(--paper-deep); border: 1px solid rgba(174,133,80,.25); }
.image-slot::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 45%, rgba(174,133,80,.12) 45.1%, rgba(174,133,80,.12) 45.4%, transparent 45.5%); }
.image-slot::after { content: ""; position: absolute; width: 50%; aspect-ratio: 1; right: -15%; top: -8%; border: 1px solid rgba(174,133,80,.18); border-radius: 50%; }
.image-slot.has-photo::before, .image-slot.has-photo::after { display: none; }
.media-photo { width: 100%; height: 100%; display: block; object-fit: cover; }
.image-slot-hero { height: min(70svh, 730px); border-radius: 50% 50% 7px 7px / 23% 23% 7px 7px; background: radial-gradient(circle at 65% 25%, #fbf7ef 0 8%, transparent 35%), linear-gradient(150deg, #e6dbc9, #cdb99a 65%, #9f825f); }
.master-photo-hero { object-position: 50% 10%; }
.hero-stamp { position: absolute; z-index: 3; left: -55px; top: 21%; width: 116px; height: 116px; display: grid; place-items: center; color: var(--gold); background: var(--paper); border-radius: 50%; }
.hero-stamp svg { position: absolute; inset: 7px; width: calc(100% - 14px); height: calc(100% - 14px); animation: rotate 20s linear infinite; }
.hero-stamp text { fill: currentColor; font: 600 8px var(--sans); letter-spacing: 1.8px; }
.hero-stamp > span { font-size: 20px; }
.side-caption { position: absolute; right: -38px; top: 50%; margin: 0; color: var(--muted); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; transform: rotate(90deg) translateX(50%); transform-origin: right top; }
@keyframes rotate { to { transform: rotate(360deg); } }

.ticker { overflow: hidden; border-block: 1px solid var(--line); padding: 22px 0; background: rgba(255,255,255,.25); }
.ticker-track { display: flex; align-items: center; width: max-content; animation: ticker 30s linear infinite; }
.ticker span { padding-inline: 30px; font: italic 27px/1 var(--serif); white-space: nowrap; }
.ticker b { color: var(--gold); font-weight: 400; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; column-gap: 60px; margin-bottom: 65px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading > p:last-child { max-width: 310px; margin: 0 0 5px; color: var(--muted); }
.works-grid { display: grid; grid-template-columns: 1.1fr .8fr .8fr; grid-template-rows: 350px 350px; gap: 24px; }
.work-card { min-width: 0; }
.work-card-tall { grid-row: 1 / 3; }
.work-card-wide { grid-column: 2 / 4; }
.work-card .image-slot { height: calc(100% - 48px); transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.work-card:hover .image-slot { transform: scale(.988); }
.work-photo { transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.work-card:hover .work-photo { transform: scale(1.035); }
.work-photo-glow { object-position: 52% 28%; }
.work-photo-pink { object-position: 50% 27%; }
.work-photo-elegant { object-position: 50% 25%; }
.work-photo-red-lips { object-position: 50% 34%; }
.work-meta { height: 48px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.work-meta span { font: 500 20px var(--serif); }
.work-meta small { color: var(--muted); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.works-link { margin-top: 48px; float: right; }

.about { clear: both; display: grid; grid-template-columns: 1.05fr .95fr; gap: 10vw; align-items: center; }
.about-visual { position: relative; }
.image-slot-about { width: 82%; height: 680px; background: linear-gradient(150deg, #d5c3ac, #8a7258); }
.image-slot-about::after { width: 70%; right: -25%; top: 15%; }
.master-photo-about { object-position: 50% 42%; }
.handwritten { position: absolute; z-index: 2; right: 0; bottom: 50px; margin: 0; padding: 18px 24px 20px; color: var(--gold); background: rgba(255,253,248,.92); box-shadow: 0 16px 45px rgba(58,43,25,.15); backdrop-filter: blur(8px); font: italic 36px/1 var(--serif); transform: rotate(-5deg); }
.about-copy { max-width: 570px; }
.about-copy h2 { margin-bottom: 42px; }
.about-copy > p:not(.eyebrow) { max-width: 500px; color: var(--muted); }
.about-copy .lead { color: var(--ink) !important; font: 400 26px/1.28 var(--serif); }
.about-signature { margin-top: 35px; display: inline-flex; flex-direction: column; color: var(--gold); transform: rotate(-4deg); }
.about-signature span { font: italic 42px/1 var(--serif); }
.about-signature small { align-self: end; font-size: 7px; letter-spacing: .2em; text-transform: uppercase; }


.education { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.education .section-heading { display: block; margin: 0; }
.education .section-heading h2 { font-size: clamp(52px, 5.4vw, 82px); }
.education-list { align-self: end; border-top: 1px solid var(--line); }
.education-list article { display: grid; grid-template-columns: 75px 1fr 40px; gap: 22px; align-items: center; min-height: 126px; border-bottom: 1px solid var(--line); }
.edu-year, .edu-mark { color: var(--gold); font: 600 10px/1.45 var(--sans); letter-spacing: .09em; }
.edu-mark { justify-self: end; color: var(--muted); font-size: 12px; }
.education-list h3 { margin: 0; font: 500 25px var(--serif); }
.education-list p { margin: 2px 0 0; color: var(--muted); font-size: 11px; }

.quality { width: 100%; max-width: none; display: grid; grid-template-columns: .7fr 1.3fr; min-height: 660px; padding: 0; background: var(--paper-deep); border-block: 1px solid var(--line); }
.quality-carousel { position: relative; min-width: 0; min-height: 660px; overflow: hidden; border-right: 1px solid var(--line); background: #8d7359; touch-action: pan-y; }
.quality-carousel::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(to top, rgba(24,19,15,.68) 0%, rgba(24,19,15,.08) 44%, rgba(24,19,15,.08) 100%); }
.quality-slides, .quality-slide { position: absolute; inset: 0; }
.quality-slide { z-index: 0; margin: 0; opacity: 0; transform: scale(1.035); transition: opacity .55s ease, transform .9s cubic-bezier(.2,.7,.2,1); pointer-events: none; }
.quality-slide.is-active { z-index: 1; opacity: 1; transform: scale(1); }
.quality-slide img { width: 100%; height: 100%; display: block; object-fit: cover; }
.quality-slide figcaption { position: absolute; left: 34px; bottom: 34px; z-index: 3; display: flex; align-items: center; gap: 12px; color: var(--white); font: italic 28px/1 var(--serif); }
.quality-slide figcaption span { font: 600 9px/1 var(--sans); letter-spacing: .12em; }
.quality-dots { position: absolute; z-index: 4; top: 30px; right: 30px; display: flex; align-items: center; gap: 7px; }
.quality-dots button { width: 24px; height: 18px; padding: 0; border: 0; background: transparent; position: relative; cursor: pointer; }
.quality-dots button::after { content: ""; position: absolute; left: 0; top: 8px; width: 100%; height: 1px; background: rgba(255,255,255,.5); transition: background .25s ease, transform .25s ease; }
.quality-dots button.is-active::after { background: var(--white); transform: scaleY(2); }
.quality-controls { position: absolute; z-index: 4; right: 30px; bottom: 28px; display: flex; align-items: center; gap: 9px; }
.quality-counter { margin: 0 8px 0 0; display: flex; align-items: baseline; gap: 5px; color: rgba(255,255,255,.6); font-size: 9px; letter-spacing: .1em; }
.quality-counter b { color: var(--white); font: 500 20px/1 var(--serif); }
.quality-arrow { width: 42px; height: 42px; padding: 0; display: grid; place-items: center; color: var(--white); border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(20,17,14,.14); backdrop-filter: blur(8px); cursor: pointer; transition: color .25s ease, background .25s ease; }
.quality-arrow:hover { color: var(--ink); background: var(--white); }
.quality-arrow span { width: 8px; height: 8px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; }
.quality-arrow-prev span { transform: translateX(2px) rotate(-135deg); }
.quality-arrow-next span { transform: translateX(-2px) rotate(45deg); }
.quality-copy { align-self: center; max-width: 720px; padding: 90px 7vw; }
.quality-copy > p:not(.eyebrow) { max-width: 600px; margin: 35px 0; color: var(--muted); }
.brand-line { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; color: #8e877c; font: 500 15px var(--serif); letter-spacing: .12em; }
.brand-line i { color: var(--gold); }

.contacts { display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; }
.contacts-card { padding: 75px; color: var(--white); background: var(--ink); }
.contacts-card h2 { max-width: 800px; }
.contacts-card > p:not(.eyebrow) { max-width: 500px; margin: 34px 0 45px; color: #aaa397; }
.contact-links { border-top: 1px solid rgba(255,255,255,.18); }
.contact-links a { min-height: 80px; display: grid; grid-template-columns: 150px 1fr 30px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.18); transition: color .25s ease, padding .25s ease; }
.contact-links a:hover { color: var(--gold-light); padding-left: 8px; }
.contact-links span { font: 500 25px var(--serif); }
.contact-links small { color: #aaa397; }
.contact-links b { justify-self: end; color: rgba(255,255,255,.78); font-weight: 400; }
.studio-card { min-height: 100%; padding: 65px 50px; display: flex; flex-direction: column; justify-content: flex-end; background: #6f533b; color: var(--white); position: relative; overflow: hidden; }
.studio-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(25,19,14,.9) 0%, rgba(25,19,14,.55) 38%, rgba(25,19,14,.02) 72%); pointer-events: none; }
.studio-card > *:not(.studio-photo) { z-index: 2; }
.studio-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; }
.studio-icon { position: absolute; right: 18px; top: 18px; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.68); border-radius: 50%; }
.studio-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.studio-card .eyebrow { color: rgba(255,255,255,.7); }
.studio-card h3 { margin: 0 0 18px; font: 500 clamp(38px, 4vw, 57px)/1 var(--serif); letter-spacing: -.03em; }
.studio-card > p:not(.eyebrow) { margin: 0; }
.studio-link { width: max-content; margin-top: 20px; display: inline-flex; align-items: center; gap: 10px; font-size: 11px; }
.studio-link .circle-arrow { width: 25px; height: 25px; flex-basis: 25px; color: rgba(255,255,255,.8); }
.studio-note { margin-top: 30px; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.site-footer { width: var(--page); min-height: 130px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid var(--line); }
.site-footer p { margin: 0; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.to-top { justify-self: end; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  :root { --page: calc(100vw - 44px); }
  .site-header { height: 80px; }
  .menu-toggle { display: flex; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; flex-direction: column; justify-content: center; gap: 7px; z-index: 3; }
  .menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 1px; margin-left: auto; background: currentColor; transition: .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; padding: 130px 22px 45px; display: flex; flex-direction: column; justify-content: center; gap: 30px; background: var(--paper); font: 500 36px/1 var(--serif); letter-spacing: 0; text-transform: none; transform: translateY(-100%); opacity: 0; transition: .45s cubic-bezier(.7,0,.2,1); }
  .main-nav.is-open { transform: none; opacity: 1; }
  .nav-cta { margin-top: 20px; padding: 15px 30px; font: 500 13px var(--sans); letter-spacing: .1em; text-transform: uppercase; }
  .hero { grid-template-columns: 1fr 1fr; gap: 35px; }
  .works-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 490px 330px 380px; }
  .work-card-tall { grid-row: 1 / 2; }
  .work-card-wide { grid-column: 1 / 3; }
  .about { gap: 55px; }
  .image-slot-about { height: 580px; }
  .education { grid-template-columns: 1fr; }
  .contacts-card { padding: 55px 45px; }
}

@media (max-width: 720px) {
  :root { --page: calc(100vw - 32px); }
  body { font-size: 14px; }
  .section-pad { padding: 90px 0; }
  h1 { font-size: clamp(56px, 17vw, 78px); }
  h2 { font-size: clamp(48px, 15vw, 70px); }
  .brand-copy { font-size: 16px; }
  .hero { min-height: auto; display: flex; flex-direction: column; gap: 55px; padding-top: 55px; }
  .hero-copy { padding: 0; }
  .hero-text { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-note { margin-top: 40px; }
  .hero-visual { width: 92%; }
  .image-slot-hero { height: 68svh; min-height: 520px; }
  .hero-stamp { left: -32px; width: 92px; height: 92px; }
  .side-caption { display: none; }
  .section-heading { display: block; margin-bottom: 45px; }
  .section-heading > p:last-child { margin-top: 25px; }
  .works-grid { display: block; }
  .work-card { height: auto; margin-bottom: 42px; }
  .work-card .image-slot { height: 105vw; max-height: 560px; }
  .work-card:nth-child(2) .image-slot, .work-card:nth-child(3) .image-slot { height: 82vw; }
  .work-card-wide .image-slot { height: 68vw; }
  .works-link { float: none; margin-top: 0; }
  .about { display: flex; flex-direction: column; gap: 70px; }
  .image-slot-about { width: 92%; height: 135vw; max-height: 650px; }
  .handwritten { font-size: 29px; right: 0; }
  .about-copy .lead { font-size: 23px; }
  .education-list article { grid-template-columns: 55px 1fr 22px; gap: 10px; min-height: 115px; }
  .education-list h3 { font-size: 21px; }
  .quality { display: block; min-height: auto; }
  .quality-carousel { height: 126vw; min-height: 470px; max-height: 620px; border-right: 0; border-bottom: 1px solid var(--line); }
  .quality-slide figcaption { left: 22px; bottom: 24px; font-size: 25px; }
  .quality-dots { top: 20px; right: 20px; }
  .quality-controls { right: 20px; bottom: 19px; }
  .quality-counter { display: none; }
  .quality-arrow { width: 40px; height: 40px; }
  .quality-copy { padding: 85px 16px; }
  .contacts { display: block; }
  .contacts-card { padding: 65px 24px; }
  .contacts-card h2 { font-size: 50px; }
  .contact-links a { grid-template-columns: 1fr 28px; gap: 4px; padding: 15px 0; }
  .contact-links small { grid-column: 1; grid-row: 2; }
  .contact-links b { grid-column: 2; grid-row: 1 / 3; }
  .studio-card { min-height: 450px; margin-top: 20px; padding: 40px 30px; }
  .site-footer { min-height: 210px; grid-template-columns: 1fr 1fr; gap: 25px; }
  .site-footer p { grid-column: 1 / 3; grid-row: 2; }
  .to-top { grid-column: 2; grid-row: 1; }
}

@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; }
}
