@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #081513;
  --ink-soft: #10231f;
  --paper: #f4f0e7;
  --paper-2: #e7e0d4;
  --gold: #cda96b;
  --mint: #a8d5c7;
  --line: rgba(244, 240, 231, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
.demo-bar { position: absolute; z-index: 30; top: 0; left: 0; right: 0; padding: 6px 20px; color: #4a3a24; background: var(--gold); text-align: center; text-transform: uppercase; letter-spacing: .13em; font-size: 8px; font-weight: 600; }

.site-header { position: absolute; z-index: 20; top: 24px; left: 0; right: 0; min-height: 92px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 48px; padding: 0 5vw; color: var(--paper); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { position: relative; display: grid; place-items: center; width: 42px; height: 42px; color: var(--gold); font: 500 23px/1 Manrope, sans-serif; }
.brand-mark::before { content: ""; position: absolute; inset: 5px; border: 1px solid var(--gold); transform: rotate(45deg); }
.brand > span:last-child { display: grid; gap: 3px; }
.brand strong { letter-spacing: .22em; font: 600 16px/1 Manrope, sans-serif; }
.brand small { color: rgba(244,240,231,.58); font-size: 8px; letter-spacing: .18em; }
.main-nav { display: flex; justify-content: center; gap: clamp(18px, 3vw, 44px); font-size: 13px; color: rgba(244,240,231,.72); }
.main-nav a:hover { color: var(--paper); }
.header-phone { display: grid; text-align: right; gap: 3px; }
.header-phone span { color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: 8px; }
.header-phone strong { font: 500 14px/1.2 Manrope, sans-serif; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 820px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); align-items: center; gap: 7vw; overflow: hidden; padding: 152px 7vw 122px; color: var(--paper); background: radial-gradient(circle at 72% 38%, #193630 0, var(--ink) 33%, #050d0c 72%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, transparent, black 60%, transparent); }
.hero-lines { position: absolute; right: -7vw; top: 4%; width: 53vw; height: 53vw; border: 1px solid rgba(205,169,107,.2); border-radius: 50%; }
.hero-lines::before, .hero-lines::after { content: ""; position: absolute; border: 1px solid rgba(205,169,107,.12); border-radius: 50%; }
.hero-lines::before { inset: 11%; }
.hero-lines::after { inset: 25%; }
.hero-copy, .case-card, .trust-row { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 27px; color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: 10px; font-weight: 600; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.hero h1 { max-width: 850px; margin: 0; letter-spacing: -.06em; font: 500 clamp(60px, 8.2vw, 120px)/.9 Manrope, sans-serif; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-lead { max-width: 650px; margin: 34px 0; color: rgba(244,240,231,.7); font-size: clamp(17px, 1.45vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 24px; border: 1px solid rgba(244,240,231,.28); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 600; }
.button-primary { color: var(--ink); border-color: var(--gold); background: var(--gold); }
.button-primary:hover { background: #dfc187; }
.button-ghost:hover { border-color: var(--paper); }
.hero-note { margin: 20px 0 0; color: rgba(244,240,231,.42); font-size: 11px; }

.case-card { align-self: center; padding: 28px; background: rgba(244,240,231,.06); border: 1px solid rgba(244,240,231,.16); backdrop-filter: blur(16px); }
.case-card-top { display: flex; justify-content: space-between; color: rgba(244,240,231,.46); letter-spacing: .14em; font-size: 8px; }
.status-dot { color: var(--mint); }
.status-dot::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 7px 1px 0; border-radius: 50%; background: var(--mint); box-shadow: 0 0 10px var(--mint); }
.case-symbol { height: 180px; position: relative; display: grid; place-items: center; }
.case-symbol span { width: 100px; height: 100px; border: 1px solid var(--gold); transform: rotate(45deg); }
.case-symbol i { position: absolute; width: 25px; height: 25px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 22px rgba(205,169,107,.09); }
.case-card h2 { margin: 0 0 30px; font: 500 25px/1.25 Manrope, sans-serif; letter-spacing: -.03em; }
.case-card dl { margin: 0; }
.case-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-top: 1px solid rgba(244,240,231,.11); font-size: 11px; }
.case-card dt { color: rgba(244,240,231,.45); }
.case-card dd { margin: 0; text-align: right; }
.trust-row { position: absolute; left: 7vw; right: 7vw; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.trust-row > div { display: flex; gap: 18px; padding: 24px 4vw 24px 0; }
.trust-row strong { color: var(--gold); font: 500 11px/1 Manrope; }
.trust-row span { display: grid; gap: 4px; color: rgba(244,240,231,.42); font-size: 10px; }
.trust-row b { color: var(--paper); font-size: 12px; font-weight: 500; }

.section { padding: 110px 7vw; }
.services { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; background: var(--paper); }
.section-heading .dark { color: #6f5938; }
.section-heading h2 { margin: 0; font: 500 clamp(42px, 5vw, 72px)/1 Manrope, sans-serif; letter-spacing: -.055em; }
.section-heading > p:last-child { max-width: 430px; margin-top: 28px; color: #5e6561; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #c8c1b5; border-left: 1px solid #c8c1b5; }
.service-grid article { min-height: 245px; padding: 28px; border-right: 1px solid #c8c1b5; border-bottom: 1px solid #c8c1b5; transition: background .25s, color .25s; }
.service-grid article:hover { color: var(--paper); background: var(--ink-soft); }
.service-grid article > span { color: #8d7550; font-size: 10px; }
.service-grid h3 { max-width: 260px; margin: 38px 0 14px; font: 600 23px/1.15 Manrope, sans-serif; letter-spacing: -.03em; }
.service-grid p { max-width: 330px; margin: 0; color: #6b716d; font-size: 13px; line-height: 1.6; }
.service-grid article:hover p { color: rgba(244,240,231,.62); }
.service-grid a { display: inline-block; margin-top: 22px; color: #806a47; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 600; }
.service-grid article:hover a { color: var(--gold); }

.process { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; color: var(--paper); background: var(--ink-soft); }
.process-intro { align-self: center; }
.process-intro h2, .business h2, .faq h2, .contact h2 { margin: 0; font: 500 clamp(42px, 5.2vw, 76px)/1.02 Manrope, sans-serif; letter-spacing: -.055em; }
.process-intro > p:not(.eyebrow), .business-copy > p:not(.eyebrow), .contact-copy > p:not(.eyebrow) { max-width: 520px; margin: 28px 0 32px; color: rgba(244,240,231,.61); line-height: 1.75; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--gold); font-size: 10px; }
.process-list h3 { margin: 0 0 9px; font: 500 22px/1.2 Manrope, sans-serif; }
.process-list p { margin: 0; color: rgba(244,240,231,.5); font-size: 13px; line-height: 1.6; }

.business { display: grid; grid-template-columns: 1fr .85fr; gap: 8vw; color: var(--paper); background: #172723; background-image: radial-gradient(circle at 14% 80%, rgba(205,169,107,.14), transparent 36%); }
.business-copy { align-self: center; }
.business-panel { padding: 34px; border: 1px solid rgba(205,169,107,.36); background: rgba(0,0,0,.12); }
.panel-label { padding-bottom: 24px; color: var(--gold); border-bottom: 1px solid var(--line); letter-spacing: .14em; font-size: 9px; }
.business-panel ul { margin: 0; padding: 0; list-style: none; }
.business-panel li { display: flex; gap: 20px; padding: 21px 0; border-bottom: 1px solid var(--line); font: 500 19px/1.2 Manrope, sans-serif; }
.business-panel li span { color: rgba(205,169,107,.65); font: 500 9px/2 Manrope, sans-serif; }
.business-panel > a { display: flex; justify-content: space-between; margin-top: 25px; color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }

.proof { background: var(--paper-2); }
.proof-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.proof-heading h2 { margin: 0; font: 500 clamp(42px, 5vw, 72px)/1 Manrope, sans-serif; letter-spacing: -.055em; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid #c2baae; border-left: 1px solid #c2baae; }
.proof-grid article { min-height: 260px; padding: 30px; border-right: 1px solid #c2baae; border-bottom: 1px solid #c2baae; }
.proof-grid strong { color: #8d7550; font-size: 10px; }
.proof-grid h3 { margin: 58px 0 15px; font: 600 22px/1.15 Manrope, sans-serif; }
.proof-grid p { color: #626a65; font-size: 13px; line-height: 1.65; }

.knowledge { background: var(--paper); }
.section-heading.wide { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.section-heading.wide > p { max-width: 370px; }
.knowledge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 68px; background: #c8c1b5; border: 1px solid #c8c1b5; }
.knowledge-grid article { min-height: 310px; padding: 30px; background: var(--paper); }
.knowledge-grid article > span { color: #876d46; letter-spacing: .11em; font-size: 9px; }
.knowledge-grid h3 { margin: 55px 0 15px; font: 600 24px/1.18 Manrope, sans-serif; letter-spacing: -.035em; }
.knowledge-grid p { color: #656d68; font-size: 13px; line-height: 1.65; }
.knowledge-grid a { display: inline-block; margin-top: 20px; color: #765f3e; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 600; }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; color: var(--paper); background: var(--ink); }
.faq-heading { align-self: start; position: sticky; top: 30px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 45px 25px 0; cursor: pointer; list-style: none; font: 500 19px/1.35 Manrope, sans-serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: absolute; right: 5px; color: var(--gold); font-size: 23px; font-weight: 300; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; margin: 0; padding: 0 45px 25px 0; color: rgba(244,240,231,.55); line-height: 1.65; }

.contact { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; color: var(--paper); background: #12201d; }
.contact-phone { display: grid; gap: 8px; margin-top: 45px; }
.contact-phone small { color: var(--gold); text-transform: uppercase; letter-spacing: .12em; }
.contact-phone strong { font: 500 clamp(28px, 3vw, 44px)/1 Manrope, sans-serif; }
.contact-form { padding: 34px; border: 1px solid rgba(244,240,231,.14); background: rgba(244,240,231,.035); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.contact-form label:not(.consent) { display: grid; gap: 10px; margin-bottom: 20px; color: rgba(244,240,231,.58); text-transform: uppercase; letter-spacing: .09em; font-size: 9px; }
.contact-form input:not([type="checkbox"]), .contact-form select { width: 100%; height: 52px; padding: 0 15px; color: var(--paper); border: 1px solid rgba(244,240,231,.2); border-radius: 0; outline: none; background: rgba(0,0,0,.14); font: 400 14px DM Sans, sans-serif; }
.contact-form input:focus, .contact-form select:focus { border-color: var(--gold); }
.privacy-note { margin: 8px 0 20px; padding: 14px; color: rgba(244,240,231,.52); border-left: 2px solid var(--gold); background: rgba(205,169,107,.06); font-size: 11px; line-height: 1.5; }
.consent { display: flex; align-items: start; gap: 10px; margin: 0 0 22px; color: rgba(244,240,231,.55); font-size: 11px; line-height: 1.5; }
.consent input { margin-top: 2px; accent-color: var(--gold); }
.contact-form .button { cursor: pointer; }
.form-status { margin: 16px 0 0; color: var(--mint); font-size: 11px; line-height: 1.5; }

.site-footer { padding: 70px 7vw 24px; color: var(--paper); background: #050b0a; }
.footer-main { display: grid; grid-template-columns: 1fr 1.4fr 1fr; align-items: start; gap: 60px; padding-bottom: 55px; }
.footer-main p { margin: 0; color: rgba(244,240,231,.4); font-size: 11px; line-height: 1.7; }
.footer-main nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; color: rgba(244,240,231,.65); font-size: 11px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; color: rgba(244,240,231,.32); border-top: 1px solid var(--line); text-transform: uppercase; letter-spacing: .1em; font-size: 8px; }

.article-body-page { min-height: 100vh; color: var(--paper); background: var(--ink); }
.article-header { position: relative; top: 24px; }
.article-back { justify-self: center; color: rgba(244,240,231,.65); font-size: 12px; }
.article-shell { width: min(900px, 86vw); min-height: 620px; margin: 0 auto; padding: 145px 0 100px; }
.article-shell h1 { max-width: 820px; margin: 0; font: 500 clamp(46px, 6vw, 82px)/1.02 Manrope, sans-serif; letter-spacing: -.055em; }
.article-lead { max-width: 720px; margin: 28px 0; color: rgba(244,240,231,.62); font-size: 18px; line-height: 1.7; }
.article-meta { padding: 20px 0; color: var(--gold); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-transform: uppercase; letter-spacing: .1em; font-size: 9px; }
.article-content { max-width: 720px; margin-top: 50px; color: rgba(244,240,231,.76); font-size: 17px; line-height: 1.85; }
.article-content h2 { margin: 50px 0 15px; color: var(--paper); font: 500 32px/1.2 Manrope, sans-serif; letter-spacing: -.03em; }
.article-content a { color: var(--gold); text-decoration: underline; }
.article-content li { margin-bottom: 10px; }
.article-cta { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 45px 7vw; background: #12201d; border-top: 1px solid var(--line); }
.article-cta p { font: 500 23px/1.2 Manrope, sans-serif; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 78px; }
  .main-nav, .header-phone { display: none; }
  .main-nav.is-open { position: absolute; top: 78px; left: 0; right: 0; display: grid; gap: 0; color: var(--paper); background: var(--ink); border-bottom: 1px solid var(--line); }
  .main-nav.is-open a { padding: 17px 6vw; border-top: 1px solid var(--line); }
  .menu-toggle { display: block; color: var(--paper); border: 1px solid var(--line); background: transparent; padding: 10px 13px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 132px 6vw 170px; }
  .case-card { max-width: 520px; }
  .trust-row { left: 6vw; right: 6vw; }
  .services, .process, .business, .faq, .contact { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .article-back { display: none; }
}

@media (max-width: 620px) {
  .hero { padding-inline: 22px; padding-bottom: 250px; }
  .hero h1 { font-size: clamp(52px, 18vw, 74px); }
  .case-card { display: none; }
  .trust-row { left: 22px; right: 22px; grid-template-columns: 1fr; }
  .trust-row > div { padding: 14px 0; }
  .section { padding: 80px 22px; }
  .service-grid { grid-template-columns: 1fr; }
  .proof-heading, .section-heading.wide { display: block; }
  .proof-grid, .knowledge-grid { grid-template-columns: 1fr; }
  .proof-grid { margin-top: 45px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { display: grid; gap: 10px; }
  .article-cta { display: grid; }
}
