@font-face {
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("assets/fonts/bodoni-moda-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("assets/fonts/plus-jakarta-sans-latin.woff2") format("woff2");
}

:root {
  --paper: #faf9f8;
  --linen: #e8e4e1;
  --stone: #d6cfc7;
  --onyx: #1a1c1c;
  --muted: #625e57;
  --line: rgba(26, 28, 28, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--onyx); font-family: "Plus Jakarta Sans", Arial, sans-serif; font-size: 16px; line-height: 1.75; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Bodoni Moda", Georgia, "Times New Roman", serif; font-weight: 500; }

.site-header { height: 94px; padding: 0 5.5vw; position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #fff; border-bottom: 1px solid rgba(255,255,255,.15); background: rgba(0,0,0,0.2); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: background-color 0.3s ease, padding 0.3s ease; }
.brand { display: flex; align-items: center; width: max-content; line-height: 1; }
.brand img { display: block; width: 92px; height: auto; }
nav { display: flex; gap: clamp(18px, 2vw, 38px); }
nav a, .header-cta { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; transition: opacity .2s ease-out; }
nav a:hover, .header-cta:hover { opacity: .6; }
.header-cta { justify-self: end; padding: 13px 19px; color: var(--onyx); background: #fff; border: 1px solid #fff; }
.header-cta:hover { color: #fff; background: transparent; opacity: 1; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0 10px; border: 1px solid rgba(255,255,255,.45); background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 1px; margin: 5px 0; background: #fff; transition: transform .2s ease-out; }

.hero { min-height: 100svh; position: relative; overflow: hidden; color: #fff; background: #232120; }
.hero-image { position: absolute; inset: 0; background-image: url("assets/images/hero-conceptual-feminine.png"); background-size: cover; background-position: center; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,10,.76) 0%, rgba(10,10,10,.34) 48%, rgba(10,10,10,.1) 100%); }
.hero-content { position: relative; z-index: 2; min-height: 100svh; padding: 155px 5.5vw 92px; display: flex; flex-direction: column; justify-content: flex-start; gap: 5vh; }
.eyebrow { font-size: 11px; line-height: 1.4; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.72); }
.hero .hero-title { max-width: 920px; margin: 0; font-size: clamp(60px, 7.1vw, 112px); line-height: .98; letter-spacing: -.045em; }
.hero-title em, .contact h2 em { font-weight: 400; }
.hero-footer { display: grid; grid-template-columns: minmax(280px, 520px) minmax(420px, 1fr); gap: 7vw; align-items: end; margin-top: auto; margin-bottom: 65px; }
.hero-footer p { margin: 0; max-width: 560px; font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.84); }
.markets-panel { display: grid; grid-template-columns: repeat(4, 1fr); }
.markets-panel span { padding: 17px 14px; border-right: 1px solid rgba(255,255,255,.25); font-family: "Bodoni Moda", Georgia, serif; font-size: clamp(19px, 1.6vw, 27px); line-height: 1; text-align: center; text-transform: uppercase; }
.markets-panel span:last-child { border-right: 0; }
.scroll-cue { position: absolute; z-index: 2; left: 5.5vw; bottom: 32px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.page-grid { padding-left: 5.5vw; padding-right: 5.5vw; }
.intro { min-height: 76vh; padding-top: 130px; padding-bottom: 130px; display: grid; grid-template-columns: 2fr 7fr 1fr; gap: 6vw; align-items: start; }
.intro-copy h2 { max-width: 900px; font-size: clamp(48px, 5.5vw, 82px); line-height: 1.04; letter-spacing: -.035em; }
.intro-copy > p { max-width: 580px; margin: 52px 0 0 auto; color: var(--muted); font-size: 18px; line-height: 1.75; }
.section-index { justify-self: end; font-size: 10px; letter-spacing: .1em; }

.services-section { padding: 120px 0 0; background: var(--linen); }
.section-heading { display: grid; grid-template-columns: 2fr 5fr 3fr; gap: 6vw; align-items: end; padding-bottom: 100px; }
.section-heading h2 { margin: 0; font-size: clamp(60px, 6.5vw, 98px); line-height: .95; letter-spacing: -.04em; }
.section-lead { max-width: 420px; margin: 0; color: var(--muted); }
.section-lead p { margin-bottom: 18px; }
.section-lead p:last-child { margin-bottom: 0; }
.service-list { border-top: 1px solid var(--line); }
.service-row { min-height: 190px; padding: 42px 5.5vw; display: grid; grid-template-columns: 1fr 4fr 4fr auto; gap: 3vw; align-items: center; border-bottom: 1px solid var(--line); transition: background-color .4s cubic-bezier(0.16, 1, 0.3, 1), transform .4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .4s cubic-bezier(0.16, 1, 0.3, 1); cursor: pointer; }
.service-row:hover { background: #fff; transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0,0,0,0.04); z-index: 2; position: relative; border-bottom-color: transparent; border-radius: 8px; }
.service-row > span:first-child { font-size: 11px; letter-spacing: .1em; }
.service-row h3 { margin: 0; font-size: clamp(32px, 3vw, 48px); line-height: 1.15; }
.service-row p { max-width: 480px; margin: 0; color: var(--muted); }
.service-mark { font-size: 23px; font-weight: 300; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.service-row:hover .service-mark { transform: translateX(8px) translateY(-8px); }

.editorial-split { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 900px; }
.editorial-image { min-height: 720px; background-size: cover; background-position: center; }
.strategy-image { background-image: url("assets/images/boutique-consultation.png"); background-color: var(--stone); }
.editorial-copy { padding: 120px 9vw; display: flex; flex-direction: column; justify-content: center; }
.editorial-copy h2 { margin: 52px 0; font-size: clamp(52px, 5vw, 76px); line-height: 1; letter-spacing: -.04em; }
.editorial-copy > p:not(.eyebrow) { max-width: 510px; color: var(--muted); }
.text-link { width: max-content; margin-top: 44px; padding-bottom: 6px; border-bottom: 1px solid var(--onyx); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transition: opacity 0.3s ease; display: inline-flex; align-items: center; gap: 28px; }
.text-link:hover { opacity: 0.7; }
.text-link span { transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1); }
.text-link:hover span { transform: translateX(5px) translateY(-5px); }

.approach { padding: 130px 5.5vw; display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; background: var(--onyx); color: #fff; }
.approach-title h2 { margin-top: 52px; font-size: clamp(58px, 6vw, 92px); line-height: .95; letter-spacing: -.04em; }
.process-list { border-top: 1px solid rgba(255,255,255,.25); }
.process-list article { min-height: 138px; padding: 30px 0; display: grid; grid-template-columns: 60px 1fr; align-items: start; border-bottom: 1px solid rgba(255,255,255,.25); }
.process-list article > span { color: rgba(255,255,255,.5); font-size: 10px; letter-spacing: .1em; }
.process-list h3 { margin: 0 0 4px; font-family: "Plus Jakarta Sans", Arial, sans-serif; font-size: 18px; font-weight: 500; }
.process-list p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; }

.founder { padding-top: 140px; padding-bottom: 140px; display: grid; grid-template-columns: 5fr 5fr; gap: 10vw; align-items: center; }
.founder-portrait { min-height: 700px; background: var(--stone); position: relative; overflow: hidden; }
.founder-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.founder-placeholder { display: none; }
.founder-copy h2 { margin: 54px 0 12px; font-size: clamp(68px, 7vw, 106px); line-height: .82; letter-spacing: -.05em; }
.founder-role { margin-bottom: 55px; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.founder-copy > p:last-child { max-width: 540px; color: var(--muted); font-size: 17px; }

.network-section { min-height: 850px; position: relative; display: flex; align-items: center; justify-content: flex-end; padding: 8vw 5.5vw; }
.network-image { position: absolute; inset: 0; background: #6d6964 url("assets/images/premium-lifestyle-brand.png") center/cover no-repeat; }
.network-image::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.18); }
.network-card { position: relative; z-index: 1; width: min(620px, 50vw); padding: 74px; color: #fff; background: rgba(26,28,28,.94); }
.network-card h2 { margin: 45px 0 36px; font-size: clamp(50px, 5vw, 72px); line-height: 1; letter-spacing: -.04em; }
.network-card > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.network-card ul { margin: 42px 0 0; padding: 0; list-style: none; }
.network-card li { padding: 16px 0 16px 22px; position: relative; border-top: 1px solid rgba(255,255,255,.22); font-size: 13px; }
.network-card li::before { content: ""; width: 4px; height: 4px; position: absolute; left: 0; top: 27px; background: #fff; }

.contact { min-height: 85vh; padding: 130px 5.5vw 60px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--stone); }
.contact h2 { margin: 48px 0 32px; font-size: clamp(70px, 8vw, 126px); line-height: .88; letter-spacing: -.055em; }
.contact > p:not(.eyebrow) { max-width: 520px; color: var(--muted); font-size: 17px; }
.button { display: inline-flex; min-height: 54px; padding: 0 25px; align-items: center; justify-content: center; font-size: 11px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; transition: background-color .2s ease-out, color .2s ease-out; border: none; cursor: pointer; }
.button-dark { margin-top: 35px; background: var(--onyx); color: #fff; transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; }
.button-dark:hover { background: #333; transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.button.is-loading { opacity: 0.7; pointer-events: none; }
.contact-form { width: 100%; max-width: 480px; margin-top: 45px; text-align: left; }
.form-group { margin-bottom: 20px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
.contact-form input, .contact-form textarea { width: 100%; padding: 16px 20px; font-family: inherit; font-size: 14px; color: var(--onyx); background: transparent; border: 1px solid rgba(26,28,28,.3); border-radius: 0; transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(26,28,28,.5); }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--onyx); background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.03); }
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form .button { width: 100%; margin-top: 10px; }
.form-message { margin-top: 18px; font-size: 13px; font-weight: 500; text-align: center; display: none; }
.form-message.is-visible { display: block; animation: fadeIn 0.4s ease; }
.form-message.success { color: #2d6a4f; }
.form-message.error { color: #d90429; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
.contact-meta { width: 100%; margin-top: 100px; padding-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(26,28,28,.3); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.contact-meta a:first-child { justify-self: start; }
.contact-meta span { justify-self: end; }

footer { min-height: 170px; padding: 42px 5.5vw; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; background: var(--onyx); color: #fff; }
footer p { margin: 0; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.55); }
footer p:nth-child(2) { text-align: center; }
footer p:last-child { text-align: right; }
.footer-brand img { width: 116px; }

@media (max-width: 900px) {
  .site-header { height: 78px; grid-template-columns: 1fr auto auto; gap: 8px; padding: 0 24px; }
  .site-header nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 32px 24px; flex-direction: column; gap: 20px; background: rgba(26,28,28,.98); border-top: 1px solid rgba(255,255,255,.18); }
  .site-header nav.is-open { display: flex; }
  .brand img { width: 78px; }
  .header-cta { padding: 10px 12px; font-size: 9px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .hero-content { padding: 125px 24px 76px; }
  .hero .hero-title { font-size: clamp(52px, 16vw, 76px); }
  .hero-footer { grid-template-columns: 1fr; gap: 32px; margin-bottom: 0; }
  .markets-panel { grid-template-columns: repeat(2, 1fr); }
  .markets-panel span { font-size: 19px; }
  .markets-panel span:nth-child(2) { border-right: 0; }
  .scroll-cue { display: none; }
  .page-grid { padding-left: 24px; padding-right: 24px; }
  .intro { min-height: auto; padding-top: 90px; padding-bottom: 90px; grid-template-columns: 1fr; gap: 38px; }
  .intro-copy h2 { font-size: 50px; }
  .intro-copy > p { margin: 35px 0 0; }
  .section-index { display: none; }
  .services-section { padding-top: 90px; }
  .section-heading { grid-template-columns: 1fr; gap: 30px; padding-bottom: 70px; }
  .section-heading h2 { font-size: 61px; }
  .service-row { min-height: auto; padding: 38px 24px; grid-template-columns: 32px 1fr auto; gap: 12px; }
  .service-row h3 { font-size: 34px; }
  .service-row p { grid-column: 2 / 4; }
  .editorial-split { grid-template-columns: 1fr; }
  .editorial-image { min-height: 70svh; }
  .editorial-copy { padding: 90px 24px; }
  .approach { padding: 90px 24px; grid-template-columns: 1fr; gap: 50px; }
  .founder { padding-top: 90px; padding-bottom: 90px; grid-template-columns: 1fr; gap: 70px; }
  .founder-portrait { min-height: 120vw; }
  .founder-copy h2 { font-size: 76px; }
  .network-section { min-height: 900px; padding: 24px; align-items: end; }
  .network-card { width: 100%; padding: 48px 30px; }
  .contact { padding: 100px 24px 50px; }
  .contact h2 { font-size: 68px; }
  .contact-meta { grid-template-columns: 1fr; gap: 12px; }
  .contact-meta a, .contact-meta span { justify-self: center !important; }
  footer { padding: 45px 24px; grid-template-columns: 1fr; gap: 26px; }
  footer p:nth-child(2), footer p:last-child { text-align: left; }
}

@media (max-width: 430px) {
  .header-cta { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero .hero-title { font-size: 52px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
