@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Montserrat:wght@400;500;600;700;800&display=swap');
:root {
  --black: #070707;
  --ink: #11100e;
  --paper: #f7f2e8;
  --cream: #eee4d2;
  --gold: #cda54c;
  --gold-light: #f2d982;
  --gold-dark: #8e641d;
  --muted: #625d54;
  --line: rgba(142, 100, 29, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Montserrat", system-ui, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
main { overflow: hidden; }

.site-header { height: 84px; padding: 0 clamp(22px, 4.5vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 28px; position: fixed; inset: 0 0 auto; z-index: 40; background: rgba(7, 7, 7, .94); color: white; border-bottom: 1px solid rgba(205, 165, 76, .22); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--gold-light); min-width: max-content; }
.brand-logo { width: 54px; height: 54px; flex: 0 0 auto; border-radius: 50%; object-fit: cover; box-shadow: 0 0 22px rgba(205,165,76,.18); }
.brand-mark { width: 44px; height: 44px; display: grid; place-content: center; grid-template-columns: auto auto; border: 1px solid var(--gold); border-radius: 50%; background: radial-gradient(circle at 35% 30%, #4a3516, #050505 68%); box-shadow: inset 0 0 0 4px #080808, inset 0 0 0 5px rgba(205,165,76,.52), 0 0 24px rgba(205,165,76,.12); font-family: "Cinzel", Georgia, serif; font-size: 12px; letter-spacing: -.12em; padding-right: 1px; }
.brand-name { display: flex; flex-direction: column; font-family: "Cinzel", Georgia, serif; font-size: 14px; font-weight: 700; letter-spacing: .16em; line-height: 1.15; }
.brand-name small { margin-top: 4px; color: #aaa397; font-family: "Montserrat", sans-serif; font-size: 6px; font-weight: 600; letter-spacing: .23em; text-transform: uppercase; }
nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.2vw, 34px); font-size: 12px; font-weight: 650; }
nav a { position: relative; white-space: nowrap; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: var(--gold); transition: right .25s; }
nav a:hover::after { right: 0; }
.header-cta { border: 1px solid var(--gold); border-radius: 999px; padding: 11px 17px; background: linear-gradient(135deg, var(--gold-light), #aa7420); color: #080808; font-size: 12px; font-weight: 800; white-space: nowrap; }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid rgba(205,165,76,.45); border-radius: 50%; background: transparent; }
.menu-button span { display: block; width: 16px; height: 1px; margin: 5px auto; background: var(--gold-light); }

.hero { min-height: 860px; padding: 132px clamp(22px, 5.5vw, 88px) 58px; display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(42px, 6vw, 100px); align-items: center; background: radial-gradient(circle at 18% 20%, rgba(205,165,76,.12), transparent 32%), var(--black); color: white; }
.hero-copy-block { max-width: 760px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 28px; color: #f5ecdc; font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: var(--gold); }
h1, h2 { margin: 0; font-family: "Cinzel", Georgia, serif; font-weight: 600; letter-spacing: -.04em; }
h1 { font-size: clamp(58px, 6.5vw, 104px); line-height: .95; }
h1 em, h2 em { color: var(--gold-light); font-weight: 500; }
.hero-copy { max-width: 650px; margin: 34px 0 0; color: #c9c0b1; font-size: clamp(16px, 1.35vw, 19px); line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.primary-button { min-height: 56px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border-radius: 999px; background: linear-gradient(135deg, var(--gold-light), #aa7420); color: #080808; box-shadow: 0 14px 34px rgba(205,165,76,.2); font-size: 13px; font-weight: 800; transition: transform .2s, filter .2s; }
.primary-button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.text-link { padding: 8px 0; border-bottom: 1px solid var(--gold); color: #f2eadb; font-size: 12px; font-weight: 700; }
.hero-assurance { display: flex; align-items: center; gap: 10px; margin-top: 34px; color: #948d81; font-size: 10px; line-height: 1.6; }
.hero-assurance span { width: 8px; height: 8px; border-radius: 50%; background: #54bd84; box-shadow: 0 0 0 5px rgba(84,189,132,.1); }

.story-slider { position: relative; width: min(100%, 590px); height: 650px; justify-self: end; overflow: hidden; border-radius: 28px; background: #17140f; border: 1px solid rgba(205,165,76,.34); box-shadow: 0 30px 90px rgba(0,0,0,.52); }
.story-slider::before { content: ""; position: absolute; inset: 12px; z-index: 7; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; pointer-events: none; }
.story-slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.035); transition: opacity .7s ease, transform 6.5s linear; pointer-events: none; }
.story-slide.active { opacity: 1; transform: scale(1); pointer-events: auto; }
.story-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.slide-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.06) 30%, rgba(5,5,5,.9) 88%); }
.slide-content { position: absolute; z-index: 4; left: 42px; right: 42px; bottom: 62px; }
.slide-content > span { color: var(--gold-light); font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.slide-content h2 { max-width: 500px; margin-top: 11px; color: white; font-size: clamp(30px, 3.3vw, 48px); line-height: 1.04; }
.slide-content p { max-width: 470px; margin: 17px 0 0; color: #ddd5c8; font-size: 13px; line-height: 1.65; }
.slider-progress { position: absolute; z-index: 8; left: 42px; right: 42px; bottom: 30px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.slider-progress button { height: 3px; padding: 0; overflow: hidden; border: 0; border-radius: 99px; background: rgba(255,255,255,.28); cursor: pointer; }
.slider-progress button.active { background: var(--gold-light); }

.value-strip { min-height: 82px; display: flex; align-items: center; justify-content: space-around; gap: 24px; padding: 18px 5vw; border-top: 1px solid rgba(205,165,76,.24); border-bottom: 1px solid rgba(205,165,76,.24); background: #111; color: #f3ead7; font-size: 11px; font-weight: 650; letter-spacing: .2em; text-transform: uppercase; }
.value-strip i { color: var(--gold-light); font-style: normal; }
.section { padding: 120px clamp(22px, 6.5vw, 104px); }
.section-label { margin-bottom: 44px; color: var(--gold-dark); font-size: 9px; font-weight: 850; letter-spacing: .22em; text-transform: uppercase; }
.section-label.light { color: var(--gold-light); }
.section h2 { font-size: clamp(42px, 4.8vw, 72px); line-height: 1.04; }
.section:not(.method) h2 em { color: var(--gold-dark); }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1.1fr .78fr; gap: 10vw; align-items: start; }
.about-copy { color: #534e46; font-size: 16px; line-height: 1.85; }
.about-copy p:first-child { margin-top: 0; }
.principle { margin-top: 34px; padding: 25px 0 0 22px; border-top: 1px solid var(--line); border-left: 3px solid var(--gold-dark); display: flex; flex-direction: column; gap: 8px; }
.principle span { color: var(--gold-dark); font-size: 8px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.principle strong { color: var(--ink); font-family: "Cinzel", Georgia, serif; font-size: 19px; line-height: 1.4; }

.services { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.05fr .5fr; gap: 8vw; align-items: end; margin-bottom: 64px; }
.section-heading .section-label { margin-bottom: 32px; }
.section-heading > p, .platforms-heading p, .method-intro > p { color: var(--muted); font-size: 15px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.service-card { min-height: 300px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, transform .25s; }
.service-card:hover { background: #fff; transform: translateY(-3px); }
.service-card > span { color: var(--gold-dark); font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.service-card h3 { margin: 68px 0 17px; font-family: "Cinzel", Georgia, serif; font-size: 22px; line-height: 1.25; }
.service-card p { margin: 0; color: #655f56; font-size: 13px; line-height: 1.75; }

.method { display: grid; grid-template-columns: .84fr 1.16fr; gap: 10vw; background: radial-gradient(circle at 10% 30%, rgba(205,165,76,.09), transparent 30%), var(--black); color: white; }
.method-intro { position: sticky; top: 140px; align-self: start; }
.method-intro > p { max-width: 470px; margin-top: 28px; color: #aca497; }
.steps { border-top: 1px solid rgba(255,255,255,.16); }
.step { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 36px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.step > span { padding-top: 6px; color: var(--gold-light); font-size: 9px; font-weight: 850; letter-spacing: .18em; }
.step h3 { margin: 0 0 10px; font-family: "Cinzel", Georgia, serif; font-size: 24px; }
.step p { margin: 0; color: #aaa397; font-size: 13px; line-height: 1.7; }

.contract { background: var(--cream); }
.protection-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.protection-card { min-height: 260px; padding: 28px; background: #0a0a09; color: white; border: 1px solid rgba(205,165,76,.28); border-radius: 16px; }
.protection-card strong { display: block; color: var(--gold-light); font-family: "Cinzel", Georgia, serif; font-size: 36px; line-height: 1; }
.protection-card h3 { margin: 48px 0 12px; font-family: "Cinzel", Georgia, serif; font-size: 18px; }
.protection-card p { margin: 0; color: #aaa397; font-size: 12px; line-height: 1.7; }
.control-banner { margin-top: 16px; padding: 30px 34px; display: grid; grid-template-columns: 52px 1fr; gap: 20px; align-items: center; border: 1px solid rgba(142,100,29,.32); border-radius: 16px; background: rgba(255,255,255,.44); }
.control-banner > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--black); color: var(--gold-light); font-size: 22px; }
.control-banner h3 { margin: 0 0 7px; font-family: "Cinzel", Georgia, serif; font-size: 20px; }
.control-banner p { max-width: 900px; margin: 0; color: #5b554d; font-size: 13px; line-height: 1.7; }
.privacy-banner { background: #0a0a09; border-color: rgba(205,165,76,.36); color: white; }
.privacy-banner > span { background: var(--gold-light); color: #090909; }
.privacy-banner p { color: #b8b0a3; }

.platforms { background: var(--paper); }
.platforms-heading { display: grid; grid-template-columns: 1.1fr .55fr; gap: 8vw; align-items: end; }
.platform-list { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 60px; }
.platform-list span { padding: 12px 18px; border: 1px solid rgba(23,21,18,.24); border-radius: 999px; background: rgba(255,255,255,.42); font-size: 12px; font-weight: 700; }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; background: white; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { padding: 25px 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; list-style: none; cursor: pointer; font-family: "Cinzel", Georgia, serif; font-size: 17px; font-weight: 600; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--gold-dark); font-family: system-ui; font-size: 23px; font-weight: 300; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 650px; margin: -4px 40px 26px 0; color: #625c53; font-size: 13px; line-height: 1.8; }

.final-cta { min-height: 610px; padding: 110px 22px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: radial-gradient(circle at 50% 40%, #392811, #111 42%, #060606 76%); color: white; }
.eyebrow.centered { justify-content: center; }
.final-cta h2 { max-width: 1000px; font-size: clamp(46px, 5.6vw, 82px); line-height: 1; }
.final-cta > p:not(.eyebrow) { max-width: 580px; margin: 26px 0; color: #c9c0b1; font-size: 15px; line-height: 1.75; }
.contact-details { display: flex; gap: 10px; margin-top: 26px; color: #cfc6b7; font-size: 12px; }

footer { min-height: 150px; padding: 32px clamp(22px, 5vw, 72px); display: grid; grid-template-columns: 1fr 1.25fr auto; gap: 32px; align-items: center; border-top: 1px solid rgba(205,165,76,.18); background: #050505; color: white; }
footer p { margin: 0; color: #918a7e; font-size: 10px; line-height: 1.7; }
.footer-links { display: flex; gap: 18px; color: #bbb2a4; font-size: 10px; }

.chat-box { position: fixed; right: 22px; bottom: 22px; z-index: 60; width: min(390px, calc(100vw - 30px)); display: flex; flex-direction: column-reverse; align-items: stretch; }
.chat-launcher { align-self: flex-end; min-width: 238px; height: 66px; padding: 8px 14px 8px 9px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(205,165,76,.5); border-radius: 999px; background: #090909; color: white; box-shadow: 0 16px 45px rgba(0,0,0,.35); cursor: pointer; }
.chat-icon { width: 48px; height: 48px; display: block; flex: 0 0 auto; border: 1px solid var(--gold); border-radius: 50%; object-fit: cover; box-shadow: 0 0 18px rgba(205,165,76,.2); }
.chat-label { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.2; }
.chat-label strong { font-size: 12px; }
.chat-label small { margin-top: 4px; color: #aaa397; font-size: 9px; }
.chat-launcher i { margin-left: auto; color: var(--gold-light); font-size: 20px; font-style: normal; }
.chat-panel { max-height: 0; margin-bottom: 0; overflow: hidden; opacity: 0; transform: translateY(10px); border: 0 solid rgba(205,165,76,.32); border-radius: 20px; background: #f8f4eb; box-shadow: 0 24px 70px rgba(0,0,0,.36); transition: max-height .35s ease, opacity .25s, transform .25s, margin .25s, border-width .1s; }
.chat-box.open .chat-panel { max-height: 620px; margin-bottom: 12px; opacity: 1; transform: none; border-width: 1px; }
.chat-head { padding: 18px 18px 15px; border-bottom: 1px solid var(--line); background: #0a0a09; color: white; }
.chat-head > div { display: flex; align-items: center; gap: 8px; }
.chat-head strong { font-size: 12px; }
.chat-head small { display: block; margin: 5px 0 0 15px; color: #9e978b; font-size: 8px; }
.online-dot { width: 7px; height: 7px; border-radius: 50%; background: #52bf83; box-shadow: 0 0 0 4px rgba(82,191,131,.12); }
.chat-messages { max-height: 260px; padding: 16px; display: flex; flex-direction: column; gap: 10px; overflow-y: auto; }
.chat-messages p { max-width: 86%; margin: 0; padding: 11px 13px; border-radius: 15px; font-size: 11px; line-height: 1.55; }
.chat-messages .bot { align-self: flex-start; border-bottom-left-radius: 4px; background: #e9dfcd; color: #28241e; }
.chat-messages .user { align-self: flex-end; border-bottom-right-radius: 4px; background: #111; color: white; }
.quick-questions { padding: 0 16px 12px; display: flex; flex-wrap: wrap; gap: 7px; }
.quick-questions button { padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: #4b443a; font-size: 9px; cursor: pointer; }
.chat-form { margin: 0 12px; display: grid; grid-template-columns: 1fr 38px; align-items: center; border: 1px solid var(--line); border-radius: 999px; background: white; }
.chat-form input { min-width: 0; padding: 11px 13px; border: 0; outline: 0; background: transparent; font-size: 11px; }
.chat-form button { width: 32px; height: 32px; border: 0; border-radius: 50%; background: #111; color: var(--gold-light); cursor: pointer; }
.chat-human { display: block; padding: 12px 16px 15px; color: var(--gold-dark); text-align: center; font-size: 9px; font-weight: 750; }

@media (max-width: 1120px) {
  nav { gap: 16px; font-size: 10px; }
  .hero { grid-template-columns: .9fr 1.1fr; gap: 40px; }
  .story-slider { height: 600px; }
  .protection-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 72px; }
  .site-header { height: 72px; }
  .site-header nav { position: fixed; inset: 72px 0 auto; padding: 25px 24px 30px; display: flex; flex-direction: column; align-items: flex-start; gap: 22px; background: #090909; border-bottom: 1px solid rgba(205,165,76,.22); opacity: 0; transform: translateY(-110%); pointer-events: none; transition: opacity .25s, transform .25s; }
  .site-header nav.nav-open { opacity: 1; transform: none; pointer-events: auto; }
  .site-header nav a { font-size: 13px; }
  .header-cta { display: none; }
  .menu-button { display: block; }
  .hero { min-height: auto; padding-top: 118px; grid-template-columns: 1fr; }
  .hero-copy-block { max-width: 760px; }
  .story-slider { width: 100%; height: min(720px, 105vw); justify-self: stretch; }
  .about-grid, .section-heading, .method, .platforms-heading, .faq { grid-template-columns: 1fr; gap: 52px; }
  .method-intro { position: static; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .section { padding-top: 88px; padding-bottom: 88px; }
  footer { grid-template-columns: 1fr; gap: 20px; padding-bottom: 105px; }
}

@media (max-width: 600px) {
  .brand-name { font-size: 12px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-logo { width: 46px; height: 46px; }
  h1 { font-size: clamp(49px, 14.5vw, 68px); }
  .hero { padding-left: 18px; padding-right: 18px; gap: 48px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 17px; }
  .hero-assurance { align-items: flex-start; }
  .story-slider { height: 122vw; max-height: 620px; border-radius: 21px; }
  .slide-content { left: 27px; right: 27px; bottom: 56px; }
  .slide-content h2 { font-size: 32px; }
  .slide-content p { font-size: 11px; }
  .slider-progress { left: 27px; right: 27px; }
  .value-strip { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .section { padding-left: 20px; padding-right: 20px; }
  .section h2 { font-size: 40px; }
  .service-grid, .protection-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; }
  .protection-card { min-height: 230px; }
  .control-banner { grid-template-columns: 1fr; padding: 26px; }
  .platform-list span { padding: 10px 14px; font-size: 11px; }
  .contact-details { flex-wrap: wrap; justify-content: center; }
  .chat-box { right: 15px; bottom: 15px; }
  .chat-launcher { min-width: 62px; width: 62px; padding: 7px; }
  .chat-label, .chat-launcher i { display: none; }
  .chat-box.open .chat-launcher { width: 100%; min-width: 220px; }
  .chat-box.open .chat-label, .chat-box.open .chat-launcher i { display: flex; }
}

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