:root {
  --wine: #270406;
  --wine-soft: #3b1112;
  --teal: #a4cdcd;
  --teal-bright: #c5e7e5;
  --terracotta: #873c20;
  --sand: #cebaa6;
  --sky: #c5d4e8;
  --beige: #f6ebdf;
  --ink: #201616;
  --muted: #746763;
  --line: rgba(39, 4, 6, 0.15);
  --display: "Bodoni Moda", Georgia, serif;
  --body: "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--beige); color: var(--wine); font-family: var(--body); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 72px)); margin: 0 auto; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 10; color: var(--beige); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 96px; border-bottom: 1px solid rgba(246, 235, 223, .22); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--body); font-size: 11px; font-weight: 700; letter-spacing: .22em; }
.brand img { width: 37px; height: 37px; object-fit: contain; filter: invert(93%) sepia(18%) saturate(254%) hue-rotate(326deg) brightness(108%); }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 500; }
.main-nav > a:not(.nav-cta) { opacity: .77; transition: opacity .2s ease; }
.main-nav > a:not(.nav-cta):hover { opacity: 1; }
.nav-cta { display: inline-flex; align-items: center; gap: 12px; border-left: 1px solid rgba(246,235,223,.25); padding-left: 28px; }
.nav-cta span, .button span, .arrow-link span { font-size: 19px; line-height: 1; }
.menu-toggle { display: none; background: none; color: var(--beige); border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 22px; height: 1px; margin: 5px; background: currentColor; }
.hero { position: relative; min-height: 785px; overflow: hidden; background: var(--wine); color: var(--beige); }
.hero-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(164,205,205,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(164,205,205,.35) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 80%); }
.hero::after { content: ""; position: absolute; width: 56vw; height: 56vw; right: -14vw; top: 7%; border: 1px solid rgba(164,205,205,.25); border-radius: 50%; box-shadow: 0 0 0 34px rgba(164,205,205,.04), 0 0 0 100px rgba(164,205,205,.025); }
.hero-content { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; min-height: 680px; padding-top: 86px; }
.hero-copy { max-width: 650px; }
.eyebrow, .section-kicker { margin: 0 0 25px; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--teal); }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.055em; }
h1 { max-width: 680px; margin-bottom: 26px; font-size: clamp(3.5rem, 6vw, 5.6rem); font-weight: 500; line-height: .97; }
h1 em, h2 em { color: var(--teal); font-style: normal; }
.hero-text { max-width: 440px; margin-bottom: 39px; color: rgba(246,235,223,.72); font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 30px; min-height: 54px; padding: 0 23px; font-size: 14px; font-weight: 700; transition: transform .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--teal); color: var(--wine); }
.button-primary:hover { background: var(--teal-bright); }
.text-link { display: inline-flex; gap: 11px; align-items: center; font-size: 14px; color: var(--beige); opacity: .72; }
.text-link span { color: var(--teal); font-size: 18px; }
.hero-visual { position: relative; height: 500px; }
.visual-orbit { position: absolute; border: 1px solid rgba(164,205,205,.35); border-radius: 50%; transform: rotate(-27deg); }
.orbit-one { width: 350px; height: 530px; top: 4%; left: 15%; }
.orbit-two { width: 440px; height: 240px; top: 27%; left: 5%; transform: rotate(24deg); border-color: rgba(206,186,166,.35); }
.visual-core { position: absolute; display: grid; place-items: center; width: 164px; height: 164px; top: 32%; left: 35%; border: 1px solid var(--teal); border-radius: 50%; box-shadow: 0 0 0 17px rgba(164,205,205,.08), 0 0 0 52px rgba(164,205,205,.04); color: var(--teal); font-family: var(--body); font-size: 75px; font-weight: 600; }
.visual-core::before, .visual-core::after { content: ""; position: absolute; width: 10px; height: 10px; border: 1px solid var(--teal); border-radius: 50%; background: var(--wine); }
.visual-core::before { top: 12px; left: 34px; } .visual-core::after { bottom: 18px; right: 23px; }
.visual-label { position: absolute; color: var(--teal); font-family: var(--display); font-size: 10px; font-weight: 600; letter-spacing: .16em; line-height: 1.45; }
.label-top { top: 20%; right: 6%; } .label-bottom { bottom: 14%; left: 8%; color: var(--sand); }
.visual-coordinate { position: absolute; right: 9%; bottom: 7%; color: rgba(246,235,223,.45); font-family: var(--display); font-size: 10px; line-height: 1.65; letter-spacing: .16em; }
.hero-footer { position: absolute; z-index: 2; bottom: 31px; left: 50%; display: flex; justify-content: space-between; color: rgba(246,235,223,.45); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-note { display: flex; align-items: center; gap: 13px; } .scroll-line { display: inline-block; width: 60px; height: 1px; background: var(--teal); }
.section { padding: 132px 0; }
.intro { background: var(--beige); }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; }
.section-kicker { color: var(--terracotta); }
.intro h2, .section-heading h2, .method h2 { margin-bottom: 30px; font-size: clamp(2.7rem, 4.8vw, 4.6rem); font-weight: 500; line-height: 1.03; }
h2 span { color: var(--terracotta); }
.intro-copy > p { max-width: 470px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.arrow-link { display: inline-flex; align-items: center; gap: 20px; margin-top: 25px; border-bottom: 1px solid var(--wine); padding-bottom: 9px; font-size: 14px; font-weight: 700; }
.services { background: #ede0d3; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 62px; }
.section-heading h2 { margin-bottom: 0; }
.heading-note { max-width: 275px; margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.service-list { border-top: 1px solid var(--line); }
.service-card { display: grid; grid-template-columns: 75px 90px 1fr 30px; align-items: center; gap: 12px; min-height: 155px; border-bottom: 1px solid var(--line); }
.service-number { align-self: start; padding-top: 28px; color: var(--terracotta); font-family: var(--display); font-size: 12px; letter-spacing: .1em; }
.service-icon { position: relative; width: 58px; height: 58px; color: var(--wine); }
.icon-layers i { position: absolute; left: 8px; width: 42px; height: 20px; border: 1px solid currentColor; border-radius: 50%; transform: rotate(-12deg); }.icon-layers i:nth-child(1) { top: 8px; }.icon-layers i:nth-child(2) { top: 19px; left: 13px; }.icon-layers i:nth-child(3) { top: 30px; left: 18px; }
.icon-radar { border: 1px solid var(--wine); border-radius: 50%; }.icon-radar::before, .icon-radar::after { content: ""; position: absolute; inset: 12px; border: 1px solid var(--wine); border-radius: 50%; }.icon-radar::after { inset: 26px; background: var(--wine); }.icon-radar i { position: absolute; width: 1px; height: 45px; top: 6px; left: 28px; background: var(--wine); transform: rotate(45deg); }
.icon-compass { border: 1px solid var(--wine); border-radius: 50%; }.icon-compass::before, .icon-compass::after { content: ""; position: absolute; background: var(--wine); }.icon-compass::before { width: 1px; height: 42px; top: 7px; left: 28px; }.icon-compass::after { width: 42px; height: 1px; top: 28px; left: 7px; }.icon-compass i { position: absolute; width: 12px; height: 12px; top: 22px; left: 22px; border: 1px solid var(--wine); border-radius: 50%; background: #ede0d3; }
.service-card h3 { margin: 0 0 9px; font-size: 25px; font-weight: 600; letter-spacing: -.03em; }.service-card p { max-width: 450px; margin: 0; color: var(--muted); font-size: 15px; }.service-arrow { color: var(--terracotta); font-size: 24px; }
.method { background: var(--teal); color: var(--wine); }.method-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; }.method .section-kicker { color: var(--terracotta); }.method h2 span { color: var(--terracotta); }.method-stamp { display: grid; place-items: center; width: 250px; height: 250px; border: 1px solid rgba(39,4,6,.45); border-radius: 50%; transform: rotate(-14deg); }.method-stamp span { font-family: var(--display); font-size: 75px; font-weight: 600; letter-spacing: -.12em; }.method-stamp small { position: absolute; bottom: 47px; font-size: 9px; font-weight: 700; letter-spacing: .2em; line-height: 1.5; text-align: center; }.method-copy h2 { margin-bottom: 48px; }.method-steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(39,4,6,.3); }.method-steps > div { padding: 18px 20px 0 0; border-right: 1px solid rgba(39,4,6,.3); }.method-steps > div + div { padding-left: 20px; }.method-steps > div:last-child { border: 0; }.method-steps span { color: var(--terracotta); font-family: var(--display); font-size: 12px; }.method-steps p { margin: 13px 0 0; font-size: 14px; line-height: 1.5; }.method-steps strong { font-family: var(--display); font-size: 17px; }
.contact { padding: 112px 0; background: var(--beige); }.contact-box { display: grid; grid-template-columns: 1fr .72fr; align-items: end; padding: 70px 80px; background: var(--wine); color: var(--beige); }.contact .section-kicker { color: var(--teal); }.contact h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 500; line-height: .98; }.contact-side { max-width: 290px; }.contact-side p { margin-bottom: 28px; color: rgba(246,235,223,.7); }.button-light { background: var(--teal); color: var(--wine); }
.site-footer { padding: 38px 0 25px; background: var(--wine); color: var(--beige); }.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; }.footer-top { padding-bottom: 38px; border-bottom: 1px solid rgba(246,235,223,.2); }.footer-brand img { width: 31px; height: 31px; }.footer-links { display: flex; gap: 28px; color: rgba(246,235,223,.65); font-size: 13px; }.back-top { color: var(--teal); font-size: 13px; }.footer-bottom { padding-top: 19px; color: rgba(246,235,223,.42); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.reveal { opacity: 0; transform: translateY(18px); animation: reveal .75s ease forwards; }.delay-1 { animation-delay: .12s; }.delay-2 { animation-delay: .22s; } @keyframes reveal { to { opacity: 1; transform: translateY(0); } }
@media (max-width: 800px) { .container { width: min(100% - 40px, 580px); }.nav-wrap { min-height: 76px; }.menu-toggle { display: block; }.main-nav { position: absolute; display: none; top: 76px; right: 20px; left: 20px; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 20px 20px; background: var(--wine-soft); box-shadow: 0 18px 25px rgba(0,0,0,.22); }.main-nav.open { display: flex; }.main-nav > a { padding: 14px 0; border-bottom: 1px solid rgba(246,235,223,.12); }.main-nav .nav-cta { border: 0; padding-left: 0; }.hero { min-height: 820px; }.hero-content { display: block; min-height: auto; padding-top: 170px; }.hero-copy { position: relative; z-index: 2; }.hero-text { font-size: 16px; }.hero-actions { flex-wrap: wrap; gap: 20px; }.hero-visual { height: 370px; margin-top: 22px; }.orbit-one { width: 250px; height: 370px; left: 16%; }.orbit-two { width: 330px; height: 180px; left: 1%; }.visual-core { width: 120px; height: 120px; left: 34%; font-size: 55px; }.visual-label { font-size: 9px; }.hero-footer { bottom: 22px; }.hero-footer > span:first-child { display: none; }.hero-footer .scroll-note { margin: 0 auto; }.section { padding: 88px 0; }.intro-grid, .method-grid { display: block; }.intro-grid .section-kicker { margin-bottom: 45px; }.section-heading { display: block; margin-bottom: 40px; }.heading-note { margin-top: 25px; }.service-card { grid-template-columns: 42px 62px 1fr 20px; min-height: 160px; gap: 7px; }.service-number { padding-top: 30px; }.service-icon { transform: scale(.82); transform-origin: left center; }.service-card h3 { font-size: 20px; }.service-card p { font-size: 14px; line-height: 1.45; }.method-stamp { width: 190px; height: 190px; margin: 0 auto 70px; }.method-stamp span { font-size: 58px; }.method-stamp small { bottom: 35px; }.method-copy h2 { margin-bottom: 38px; }.method-steps { grid-template-columns: 1fr; }.method-steps > div, .method-steps > div + div { padding: 15px 0; border-right: 0; border-bottom: 1px solid rgba(39,4,6,.3); }.method-steps p { display: inline; margin-left: 16px; }.contact { padding: 60px 0 88px; }.contact-box { display: block; padding: 43px 28px; }.contact h2 { margin-bottom: 34px; }.contact-side { max-width: none; }.footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; gap: 25px; }.footer-bottom { gap: 9px; }.footer-links { order: 2; }.back-top { order: 3; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { animation: none; opacity: 1; transform: none; }.button { transition: none; } }
