@import url('/theme.css');

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid #e4b0b8; outline-offset: 6px; }
::selection { background: #98384b; color: #fff; }
figure, p, h1, h2 { margin: 0; }
img { display: block; width: 100%; height: auto; }
em, i { font-weight: 400; }
.page-width { width: min(89%, 1536px); margin-inline: auto; }
.skip { position: fixed; top: -100px; left: 1rem; padding: 1rem; z-index: 99; background: var(--foreground); color: var(--background); }
.skip:focus { top: 1rem; }
.eyebrow { font-size: .75rem; font-weight: 400; line-height: 1.7; letter-spacing: .16em; }
.header { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--border); padding-block: 1.4rem; }
.brand { font-family: var(--font-display); font-size: 1.65rem; line-height: 1.15; letter-spacing: -.035em; }
.brand i { color: var(--rose); }
.brand>span { display: block; font-family: var(--font-sans); font-size: .75rem; letter-spacing: .24em; margin-top: .5rem; color: var(--muted); }
.header nav { display: flex; align-items: center; gap: clamp(1.4rem, 3vw, 3rem); font-size: .875rem; }
.header nav a { padding: .75rem 0; transition: color .2s; }
.header nav a:hover { color: var(--rose); }
.nav-contact { border-bottom: 1px solid #b4a5a8; }
.nav-contact span { margin-left: 1.6rem; }
.hero { padding-top: 1.5rem; padding-bottom: 3rem; }
.hero-topline { display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .75rem; letter-spacing: .12em; line-height: 1.7; margin-bottom: 2.1rem; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; column-gap: 2.5%; align-items: stretch; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; padding-top: clamp(1rem, 4.1vw, 4.5rem); }
.hero-kicker { color: var(--rose); margin-bottom: clamp(1.5rem, 3.3vw, 3.6rem); }
.hero h1 { font-family: var(--font-display); font-weight: 400; font-size: clamp(4.8rem, 7.8vw, 8.5rem); line-height: 1.03; letter-spacing: -.055em; }
.hero h1>span { display: block; }
.hero h1 .brand-subtitle { margin-top: .15em; font-style: italic; }
.hero-bottom { margin-top: auto; padding-top: 3rem; padding-bottom: 3.5rem; }
.hero-bottom>p { font-size: 1rem; line-height: 1.7; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 2.75rem; border-bottom: 1px solid #87777c; padding-block: .9rem; min-height: 44px; font-size: .875rem; transition: color .2s, border-color .2s; }
.text-link span { font-size: 1.3rem; line-height: 1; }
.text-link:hover { color: var(--rose); border-color: currentColor; }
.hero-bottom .text-link { margin-top: 1.5rem; }
.hero-photo img { aspect-ratio: .91; object-fit: cover; object-position: center 30%; background: #282428; }
.hero-photo figcaption, .connection figcaption { display: flex; justify-content: space-between; gap: 1rem; font-size: .75rem; line-height: 1.6; letter-spacing: .08em; color: var(--muted); padding-top: .9rem; }
.statement-strip { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .75rem 1.5rem; padding-block: 1.7rem; border-block: 1px solid var(--border); color: #d6c9cd; }
.statement-strip span { font-family: var(--font-display); font-size: clamp(1.35rem, 2.4vw, 2.2rem); font-style: italic; }
.portfolio { padding-block: clamp(5rem, 9vw, 9rem); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; margin-bottom: 4.2rem; }
.section-heading .eyebrow, .duo .eyebrow { color: var(--rose); }
h2 { font-family: var(--font-display); font-weight: 400; letter-spacing: -.045em; line-height: 1.05; }
.section-heading h2 { font-size: clamp(3.3rem, 6vw, 6.5rem); margin-top: 1.5rem; }
h2 em { color: var(--rose); }
.section-heading>p { padding-bottom: .3rem; font-size: 1rem; line-height: 1.7; color: var(--muted); }
.editorial-grid { display: grid; grid-template-columns: 1.12fr .88fr; column-gap: 10%; row-gap: 5rem; align-items: start; }
.image-wrap { overflow: hidden; background: #252124; }
.image-wrap img { transition: transform .7s ease; }
@media (hover: hover) { .frame:hover img { transform: scale(1.025); } }
.frame figcaption { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: .5rem 1rem; padding-top: 1.1rem; font-size: .75rem; line-height: 1.6; letter-spacing: .08em; color: var(--muted); }
.frame .frame-name { color: var(--foreground); font-family: var(--font-display); font-style: italic; font-size: 1.65rem; letter-spacing: -.025em; }
.frame-noir img { aspect-ratio: 1455 / 1800; }
.frame-tailoring { margin-top: 9rem; }
.frame-tailoring img { aspect-ratio: 1204 / 1800; }
.frame-metallic { width: 118%; }
.frame-metallic img { aspect-ratio: 1800 / 1445; }
.portfolio-note { align-self: center; justify-self: end; padding-left: 22%; }
.note-rule { display: block; width: 3rem; border-top: 1px solid var(--rose); margin-bottom: 2rem; }
.portfolio-note p { font-family: var(--font-display); font-size: clamp(2rem, 3.3vw, 3.5rem); letter-spacing: -.04em; line-height: 1.2; }
.portfolio-note em { color: var(--rose); }
.duo { background: var(--surface); border-top: 1px solid var(--border); padding-block: clamp(4.5rem, 8vw, 8rem); }
.duo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: center; }
.connection img { aspect-ratio: 1800 / 1741; background: #272124; }
.connection figcaption { flex-wrap: wrap; }
.duo h2 { font-size: clamp(3rem, 5vw, 5.4rem); margin-block: 1.6rem 2rem; }
.duo-text { max-width: 28rem; font-size: 1rem; line-height: 1.8; color: var(--muted); }
.duo-text p+p { margin-top: 1.1rem; }
.duo .text-link { margin-top: 1.5rem; }
.connect { padding-block: clamp(4.5rem, 7.5vw, 8rem); background: var(--accent); }
.connect .eyebrow { color: #e0bec7; }
.connect-grid { display: grid; grid-template-columns: 1.45fr 1fr; align-items: end; gap: 3rem; margin-top: 2rem; }
.connect h2 { font-size: clamp(2.8rem, 4.6vw, 5rem); }
.connect h2 em { color: #ead5da; }
.contact-details { justify-self: end; padding-bottom: .3rem; max-width: 100%; }
.contact-link { display: flex; align-items: center; justify-content: space-between; gap: 2rem; font-size: 1rem; border-bottom: 1px solid #bc8c99; padding: 1rem 0; min-height: 48px; transition: border-color .2s; }
.contact-link:hover { border-color: var(--foreground); }
.contact-link span { font-size: 1.5rem; }
.handle { margin-top: 1rem; font-size: .875rem; line-height: 1.6; color: #e0bec7; overflow-wrap: anywhere; }
footer { padding-block: 2.3rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1.25rem; }
.footer-brand { font-family: var(--font-display); font-size: 1.5rem; letter-spacing: -.03em; }
.footer-brand i { color: var(--rose); }
footer>span { font-size: .75rem; letter-spacing: .13em; color: var(--muted); }
footer>a:last-child { font-size: .875rem; min-height: 44px; display: inline-flex; align-items: center; gap: 1.25rem; }

@media (min-width: 1800px) { .hero h1 { font-size: 8.5rem; } }
@media (max-width: 1000px) {
  .hero h1 { font-size: 7.4vw; }
  .hero-kicker { letter-spacing: .1em; }
  .hero-bottom { padding-bottom: 2.5rem; }
  .editorial-grid { column-gap: 7%; }
  .frame-tailoring { margin-top: 6rem; }
  .duo-grid { gap: 7%; }
  .connect-grid { grid-template-columns: 1fr; gap: 2rem; }
  .contact-details { justify-self: start; min-width: min(100%, 19rem); }
}
@media (max-width: 700px) {
  .page-width { width: 89%; }
  .header { min-height: 88px; gap: .8rem; padding-block: 1.1rem .5rem; flex-wrap: wrap; }
  .brand { font-size: 1.25rem; }
  .brand>span { font-size: .75rem; letter-spacing: .13em; }
  .header nav { gap: 1.1rem; width: 100%; justify-content: space-between; }
  .nav-contact span { margin-left: .6rem; }
  .hero { padding-top: 1.2rem; padding-bottom: 2rem; }
  .hero-topline { margin-bottom: 1.8rem; letter-spacing: .09em; }
  .hero-topline span:last-child { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 1.7rem; }
  .hero-copy { display: contents; }
  .hero-kicker { display: none; }
  .hero h1 { grid-row: 1; font-size: clamp(3rem, 14.6vw, 6.4rem); line-height: .98; padding-bottom: .06em; }
  .hero h1 .brand-subtitle { margin-top: .08em; margin-left: 11%; }
  .hero-photo { grid-row: 2; }
  .hero-photo img { aspect-ratio: 1800 / 1765; }
  .hero-photo figcaption { font-size: .75rem; letter-spacing: .05em; }
  .hero-bottom { grid-row: 3; padding: .2rem 0 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem 1.25rem; align-items: flex-end; }
  .hero-bottom>p { font-size: 1rem; }
  .hero-bottom .text-link { margin-top: 0; gap: 1rem; }
  .statement-strip { padding-block: 1.35rem; gap: .7rem 1rem; }
  .statement-strip span { font-size: 1.2rem; }
  .portfolio { padding-block: 4.5rem; }
  .section-heading { display: block; margin-bottom: 2.4rem; }
  .section-heading h2 { font-size: clamp(3.1rem, 12vw, 4.5rem); margin-top: 1rem; }
  .section-heading>p { margin-top: 1.3rem; }
  .editorial-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem 6%; }
  .frame-noir { grid-column: 1 / -1; width: 91%; }
  .frame-tailoring { grid-column: 1 / -1; grid-row: 2; margin: 0; width: 74%; justify-self: end; }
  .frame-metallic { grid-column: 1 / -1; width: 100%; }
  .frame figcaption { padding-top: .75rem; gap: .1rem .75rem; letter-spacing: .045em; }
  .frame .frame-name { font-size: 1.5rem; }
  .portfolio-note { grid-column: 1 / -1; justify-self: start; padding: .6rem 0 0; }
  .note-rule { margin-bottom: 1.3rem; }
  .portfolio-note p { font-size: 2.5rem; }
  .duo { padding-block: 4rem; }
  .duo-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .duo-intro { grid-row: 1; }
  .duo h2 { font-size: clamp(3rem, 11.8vw, 4.5rem); margin-block: 1rem 1.5rem; }
  .duo-text { max-width: none; }
  .connection figcaption { gap: .4rem 1rem; }
  .connect { padding-block: 4rem; }
  .connect-grid { margin-top: 1.4rem; gap: 1.5rem; }
  .connect h2 { font-size: clamp(2.3rem, 8.9vw, 3.8rem); line-height: 1.12; }
  footer { padding-block: 1.5rem; }
  footer>span { display: none; }
}
@media (max-width: 360px) {
  .header { flex-wrap: wrap; }
  .hero h1 { font-size: 14vw; }
  .statement-strip { display: grid; grid-template-columns: 1fr 1fr; }
  .frame-noir, .frame-tailoring { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
