:root {
  --wine: #671522;
  --wine-deep: #2b0710;
  --wine-mid: #8d2635;
  --ink: #1c1918;
  --muted: #716966;
  --paper: #f7f4ef;
  --line: rgba(47, 22, 25, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.13);
}
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: white; }
.brand-mark {
  width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%;
  display: grid; place-items: center; font-family: Georgia, serif; font-size: 20px;
}
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: Georgia, serif; font-size: 20px; font-weight: 500; letter-spacing: .03em; }
.brand-copy small { margin-top: 5px; font-size: 8px; text-transform: uppercase; letter-spacing: .28em; opacity: .65; }
nav { display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.72); font-size: 13px; }
nav a { transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: white; }
.nav-contact { border: 1px solid rgba(255,255,255,.32); border-radius: 999px; padding: 11px 18px; color: white; }

.hero {
  position: relative; overflow: hidden; min-height: 820px; color: white;
  background: radial-gradient(circle at 22% 18%, #7f2231 0, var(--wine) 26%, var(--wine-deep) 83%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .17;
  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='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.17'/%3E%3C/svg%3E");
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; min-height: 820px; padding-top: 112px; }
.hero-copy { padding: 68px 0 58px; }
.eyebrow, .section-label { margin: 0 0 28px; font-size: 11px; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.63); }
.eyebrow span { width: 26px; height: 1px; background: rgba(255,255,255,.55); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 28px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 5.5vw, 78px); line-height: .99; font-weight: 400; letter-spacing: -.045em; }
h1 em { font-weight: 400; color: #d9b5b8; }
.hero-lead { max-width: 610px; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; border-radius: 999px; padding: 0 24px; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.button-primary { background: white; color: var(--wine-deep); transition: transform .2s ease, box-shadow .2s ease; }
.button-primary:hover, .button-primary:focus-visible { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.text-link { font-size: 12px; color: rgba(255,255,255,.75); border-bottom: 1px solid rgba(255,255,255,.25); padding-bottom: 6px; }
.text-link span { margin-left: 6px; }
.hero-tags { display: flex; gap: 10px; margin-top: 52px; }
.hero-tags span { border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: 8px 13px; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,.54); }
.hero-visual { position: relative; height: 590px; display: flex; align-items: center; justify-content: center; }
.visual-image { width: min(100%, 480px); height: 535px; border-radius: 230px 230px 30px 30px; background-color: #681522; background-image: url('hero.webp'); background-size: cover; background-position: center; box-shadow: 0 40px 100px rgba(0,0,0,.24); overflow: hidden; }
.visual-image::before { content: ""; display: block; width: 100%; height: 100%; background: linear-gradient(180deg, transparent 55%, rgba(35,3,8,.35)); }
.visual-card { position: absolute; left: -24px; bottom: 45px; width: 245px; padding: 24px; background: rgba(250,246,241,.96); color: var(--wine-deep); box-shadow: 0 24px 50px rgba(0,0,0,.18); }
.visual-card-kicker, .contact-details small, .address small { display: block; margin-bottom: 9px; color: #927b7d; font-size: 8px; text-transform: uppercase; letter-spacing: .22em; }
.visual-card strong { display: block; font-family: Georgia, serif; font-size: 18px; font-weight: 500; }
.visual-card small { display: block; margin-top: 7px; color: #7b6e6d; font-size: 10px; }
.visual-index { position: absolute; top: 50px; right: -10px; writing-mode: vertical-rl; font-size: 8px; letter-spacing: .28em; color: rgba(255,255,255,.4); }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(255,255,255,.075); border-radius: 50%; }
.hero-orbit-one { width: 680px; height: 680px; right: -190px; top: 60px; }
.hero-orbit-two { width: 440px; height: 440px; right: -70px; top: 180px; }

.intro { padding: 130px 0; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: start; }
.section-label { color: var(--wine-mid); }
.intro h2, .network h2, .contact h2 { max-width: 590px; font-family: Georgia, serif; font-size: clamp(40px, 4.5vw, 62px); line-height: 1.08; letter-spacing: -.035em; font-weight: 400; }
.intro-copy { border-top: 1px solid var(--line); padding-top: 25px; }
.intro-copy p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.intro-copy p:first-child { color: var(--ink); font-size: 20px; line-height: 1.55; }

.expertise { padding: 120px 0 130px; color: white; background: #1f070c; }
.section-label-light { color: #c8999f; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 64px; }
.section-heading h2 { margin-bottom: 0; font-family: Georgia, serif; font-size: clamp(46px, 5vw, 66px); font-weight: 400; letter-spacing: -.04em; }
.section-heading > p { max-width: 430px; margin-bottom: 8px; color: rgba(255,255,255,.5); font-size: 14px; line-height: 1.65; }
.expertise-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.13); }
.expertise-card { position: relative; min-height: 360px; padding: 36px 34px 30px 0; border-right: 1px solid rgba(255,255,255,.13); }
.expertise-card + .expertise-card { padding-left: 34px; }
.expertise-card:last-child { border-right: 0; }
.card-number { color: #b8868d; font-family: Georgia, serif; font-size: 13px; }
.expertise-card h3 { max-width: 230px; margin: 78px 0 22px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; line-height: 1.15; }
.expertise-card p { color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.75; }
.card-line { position: absolute; left: 0; bottom: 0; width: 36px; height: 2px; background: #9d3c4b; }
.expertise-card + .expertise-card .card-line { left: 34px; }

.network { padding: 130px 0; }
.network-heading { display: grid; grid-template-columns: 1fr .75fr; gap: 90px; align-items: end; margin-bottom: 66px; }
.network-heading h2 { margin-bottom: 0; }
.network-heading > p { margin-bottom: 10px; color: var(--muted); line-height: 1.7; }
.network-list { border-top: 1px solid var(--line); }
.network-row { display: grid; grid-template-columns: 80px 1fr 260px; align-items: center; min-height: 90px; border-bottom: 1px solid var(--line); }
.network-number { color: #a08d88; font-family: Georgia, serif; font-size: 12px; }
.network-row strong { font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.network-row > span:last-child { color: var(--muted); font-size: 12px; text-align: right; }

.contact { position: relative; overflow: hidden; padding: 120px 0; color: white; background: var(--wine); }
.contact::after { content: "M"; position: absolute; right: -50px; bottom: -160px; color: rgba(255,255,255,.035); font-family: Georgia, serif; font-size: 560px; line-height: 1; }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .85fr; gap: 100px; }
.contact h2 { margin-bottom: 0; font-size: clamp(52px, 6vw, 78px); }
.contact-details > p { max-width: 480px; margin-bottom: 42px; color: rgba(255,255,255,.62); line-height: 1.7; }
.contact-details > a, .address { display: block; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.16); }
.contact-details > a { transition: padding-left .2s ease; }
.contact-details > a:hover { padding-left: 8px; }
.contact-details small, .address small { color: rgba(255,255,255,.48); }
.contact-details strong, .address strong { font-size: 15px; font-weight: 400; line-height: 1.5; }

footer { background: #1f070c; color: white; }
.footer-inner { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-inner p, .footer-inner > a { margin: 0; color: rgba(255,255,255,.42); font-size: 10px; }
.footer-inner > a { text-transform: uppercase; letter-spacing: .13em; }

@media (max-width: 900px) {
  nav { gap: 18px; }
  nav a:not(.nav-contact) { display: none; }
  .hero-grid { grid-template-columns: 1fr .7fr; gap: 34px; }
  .hero-visual { height: 520px; }
  .visual-image { height: 460px; }
  .visual-card { left: -10px; width: 215px; }
  .intro-grid, .contact-grid { gap: 55px; }
  .network-heading { gap: 45px; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 32px, 560px); }
  .header-inner { height: 76px; }
  .hero { min-height: auto; }
  .hero-grid { display: block; padding-top: 76px; }
  .hero-copy { padding: 72px 0 55px; }
  h1 { font-size: clamp(45px, 13.2vw, 62px); }
  .hero-lead { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-tags { margin-top: 38px; }
  .hero-visual { height: 490px; padding-bottom: 45px; }
  .visual-image { width: calc(100% - 26px); height: 430px; }
  .visual-card { left: 0; bottom: 22px; }
  .visual-index { display: none; }
  .intro, .network { padding: 88px 0; }
  .intro-grid, .network-heading, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .intro h2, .network h2 { font-size: 42px; }
  .expertise { padding: 88px 0; }
  .section-heading { display: block; margin-bottom: 44px; }
  .section-heading > p { margin-top: 22px; }
  .expertise-grid { display: block; }
  .expertise-card, .expertise-card + .expertise-card { min-height: auto; padding: 28px 0 48px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .expertise-card h3 { margin: 40px 0 16px; }
  .card-line, .expertise-card + .expertise-card .card-line { left: 0; }
  .network-row { grid-template-columns: 44px 1fr; padding: 20px 0; }
  .network-row strong { font-size: 18px; }
  .network-row > span:last-child { grid-column: 2; margin-top: 7px; text-align: left; }
  .contact { padding: 88px 0; }
  .contact-grid { gap: 46px; }
  .contact::after { font-size: 340px; }
  .contact-details strong { font-size: 13px; word-break: break-word; }
  .footer-inner { flex-wrap: wrap; padding: 28px 0; }
  .footer-inner .brand { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
