:root {
  --ink: #173632;
  --ink-soft: #31514c;
  --paper: #f7f1e7;
  --paper-deep: #eee4d4;
  --clay: #b4533a;
  --gold: #e6b980;
  --line: #d9cdbd;
  --mono: "DM Mono", monospace;
  --sans: "Manrope", sans-serif;
  --serif: "Playfair Display", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 500 16px/1.55 var(--sans); }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { border-bottom: 1px solid var(--line); }
.nav { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font: 800 17px/1 var(--sans); letter-spacing: -.04em; }
.brand small { font: 500 9px/1 var(--mono); letter-spacing: .12em; vertical-align: top; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; background: var(--ink); color: var(--paper); font: 500 10px/1 var(--mono); letter-spacing: -.1em; border-radius: 50%; }
nav { display: flex; gap: 30px; margin-left: auto; }
nav a, .nav-contact { color: var(--ink-soft); font-size: 13px; text-decoration: none; transition: color .2s ease; }
nav a:hover, .nav-contact:hover { color: var(--clay); }
.nav-contact { border-bottom: 1px solid var(--ink); padding-bottom: 3px; color: var(--ink); }
.nav-contact span { color: var(--clay); font-size: 18px; margin-left: 5px; }

.hero { min-height: 670px; display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 54px; padding-block: 70px; }
.eyebrow, .section-number { color: var(--clay); text-transform: uppercase; font: 500 11px/1.2 var(--mono); letter-spacing: .1em; }
.eyebrow { display: flex; align-items: center; gap: 8px; }
.eyebrow span { display: inline-block; width: 8px; height: 8px; background: var(--clay); border-radius: 50%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.055em; }
h1 { max-width: 650px; margin: 18px 0 24px; font-size: clamp(52px, 6.2vw, 82px); line-height: .98; }
h1 em, h2 em { font-family: var(--serif); font-weight: 600; }
.intro { max-width: 510px; color: var(--ink-soft); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 51px; padding: 0 19px; text-decoration: none; font: 500 12px var(--mono); letter-spacing: .04em; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--paper); }
.button-primary span { color: var(--gold); font-size: 18px; }
.text-link { color: var(--ink); font-size: 13px; text-underline-offset: 5px; }
.text-link span { color: var(--clay); margin-left: 5px; }

.hero-art { position: relative; min-height: 450px; overflow: hidden; background: var(--ink); border-radius: 48% 52% 45% 55% / 42% 37% 63% 58%; isolation: isolate; }
.hero-art::before { content: ""; position: absolute; inset: 18% 10%; border: 1px solid rgba(230, 185, 128, .35); border-radius: 44% 56% 68% 32% / 53% 39% 61% 47%; transform: rotate(-13deg); }
.hero-art::after { content: ""; position: absolute; width: 340px; height: 340px; border: 1px solid rgba(247, 241, 231, .18); border-radius: 50%; top: 56px; right: -120px; }
.route { position: absolute; height: 1px; transform-origin: left center; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: .8; }
.route-one { width: 52%; left: 22%; top: 48%; transform: rotate(-33deg); }
.route-two { width: 46%; left: 39%; top: 52%; transform: rotate(42deg); }
.route-three { width: 38%; left: 13%; top: 51%; transform: rotate(145deg); }
.node { position: absolute; z-index: 1; display: grid; place-items: center; }
.node-main { width: 130px; height: 130px; left: calc(50% - 65px); top: calc(50% - 65px); border: 1px solid var(--gold); border-radius: 50%; color: var(--paper); background: #234944; box-shadow: 0 0 0 15px rgba(230, 185, 128, .06); }
.node-main span { font: 500 28px/1 var(--mono); letter-spacing: -.15em; }
.node-main small { text-transform: uppercase; text-align: center; font: 8px/1.3 var(--mono); letter-spacing: .1em; color: var(--gold); }
.node:not(.node-main) { gap: 6px; color: var(--paper); }
.node:not(.node-main) i { display: block; width: 13px; height: 13px; border: 3px solid var(--gold); border-radius: 50%; background: var(--ink); }
.node:not(.node-main) b { font: 500 10px/1 var(--mono); color: var(--gold); }
.node:not(.node-main) small { font: 500 10px/1 var(--sans); }
.node-a { top: 12%; right: 18%; }.node-b { right: 10%; bottom: 17%; }.node-c { left: 12%; bottom: 17%; }
.art-label { position: absolute; z-index: 2; color: var(--gold); text-transform: uppercase; font: 9px var(--mono); letter-spacing: .12em; }
.label-top { top: 25px; left: 31px; }.label-bottom { right: 29px; bottom: 26px; }

.trust-bar { background: var(--paper-deep); border-block: 1px solid var(--line); }
.trust-content { min-height: 78px; display: flex; justify-content: center; align-items: center; gap: 30px; color: var(--ink-soft); font: 10px var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.trust-content span { height: 4px; width: 4px; border-radius: 50%; background: var(--clay); }

.statement { display: grid; grid-template-columns: 1fr 2fr; gap: 30px; padding-block: 150px; }
.statement h2, .operating h2, .contact-card h2 { margin-bottom: 20px; font-size: clamp(36px, 4vw, 56px); line-height: 1.08; }
.statement > div > p { max-width: 570px; color: var(--ink-soft); font-size: 17px; line-height: 1.75; }

.services { padding: 95px 0 110px; background: var(--ink); color: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding-bottom: 42px; }
.section-heading > p:last-child { max-width: 460px; color: #bdccc8; font-size: 15px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(247, 241, 231, .22); }
.service-card { position: relative; min-height: 280px; padding: 27px 30px 30px; border-right: 1px solid rgba(247, 241, 231, .22); border-bottom: 1px solid rgba(247, 241, 231, .22); overflow: hidden; transition: background .25s ease; }
.service-card:nth-child(3n) { border-right: 0; }.service-card:hover { background: #244842; }
.service-card.featured { grid-row: span 2; background: var(--clay); }.service-card.featured:hover { background: #994330; }
.service-index { color: var(--gold); font: 10px var(--mono); }.service-card:not(.featured) .service-index { color: #a5b9b3; }
.service-icon { position: absolute; right: 27px; top: 20px; color: var(--gold); font: 300 32px/1 var(--serif); }
.service-card h3 { margin: 68px 0 12px; font-size: 23px; line-height: 1.14; letter-spacing: -.045em; }.service-card p { max-width: 260px; color: #c8d2cf; font-size: 13px; line-height: 1.65; }.featured p { color: #fde9d2; }.service-line { position: absolute; left: 30px; bottom: 28px; height: 1px; width: 64px; background: var(--gold); }

.operating { display: grid; grid-template-columns: 1fr 1.4fr; gap: 70px; padding-block: 140px; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }.steps li { display: grid; grid-template-columns: 68px 1fr; gap: 12px; padding: 25px 0 27px; border-bottom: 1px solid var(--line); }.steps li > span { color: var(--clay); font: 10px var(--mono); }.steps h3 { margin-bottom: 5px; font-size: 19px; letter-spacing: -.03em; }.steps p { max-width: 420px; color: var(--ink-soft); font-size: 14px; }

.contact-section { padding: 0 0 90px; }.contact-card { display: flex; justify-content: space-between; gap: 50px; padding: 65px; background: var(--gold); }.contact-card .section-number { color: #87533b; }.contact-card h2 { margin-bottom: 0; }.contact-details { min-width: 270px; display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }.contact-details > a:not(.button) { font: 700 18px var(--sans); text-underline-offset: 5px; }.contact-details p { margin-bottom: 0; color: #5c4d3e; font-size: 14px; }
.footer { display: grid; grid-template-columns: 1fr 2fr auto; align-items: center; gap: 30px; min-height: 130px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; }.footer p { margin-bottom: 0; }.footer p:last-child { font: 10px var(--mono); }
.footer a:not(.brand) { color: var(--ink); text-underline-offset: 4px; }
.privacy-page { padding-block: 90px; }.privacy-container { width: 100%; }.privacy-container h1 { margin: 0 0 48px; text-align: center; font-size: clamp(42px, 6vw, 72px); }.privacy-cards { display: grid; gap: 18px; }.privacy-card { width: 100%; padding: 34px; border: 1px solid var(--line); background: var(--paper-deep); }.privacy-card h2 { margin: 0 0 20px; font-size: 23px; line-height: 1.2; }.privacy-card p { margin: 0 0 16px; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }.privacy-card p:last-child { margin-bottom: 0; }

@media (max-width: 800px) {
  .container { width: min(100% - 32px, 1180px); }.nav { min-height: 72px; }.nav nav, .nav-contact { display: none; }.hero { grid-template-columns: 1fr; gap: 35px; padding-block: 54px; min-height: 0; }.hero-art { min-height: 370px; }.trust-content { gap: 12px; justify-content: space-between; font-size: 8px; }.trust-content span { display: none; }.statement, .operating { grid-template-columns: 1fr; gap: 24px; padding-block: 85px; }.section-heading { grid-template-columns: 1fr; gap: 15px; }.service-grid { grid-template-columns: 1fr; }.service-card, .service-card:nth-child(3n) { min-height: 230px; border-right: 0; }.service-card.featured { grid-row: auto; }.contact-card { display: block; padding: 38px 28px; }.contact-details { margin-top: 35px; min-width: 0; }.footer { grid-template-columns: 1fr; padding-block: 30px; gap: 15px; }.footer p:last-child { grid-row: 1; grid-column: 1; justify-self: end; }.privacy-page { padding-block: 55px; }.privacy-card { padding: 26px 22px; }
}

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