:root {
  --gold: #c8a56a;
  --gold-deep: #9a7538;
  --night: #0d1b2a;
  --ink: #17212a;
  --muted: #5d6872;
  --cream: #faf7f2;
  --champagne: #f5ebdd;
  --paper: #fffdfa;
  --line: #ded2c0;
  --soft-line: #eee6db;
  --radius: 8px;
  --shadow: 0 18px 50px rgba(28, 23, 16, .11);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: var(--sans); line-height: 1.55; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--gold-deep); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 9px 12px; transform: translateY(-150%); background: var(--night); color: #fff; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.eyebrow { color: var(--gold-deep); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--night); font-family: var(--serif); font-weight: 400; line-height: 1.08; }
h1 { font-size: clamp(42px, 5.2vw, 68px); }
h2 { font-size: clamp(32px, 4vw, 52px); }
h3 { font-size: clamp(23px, 2.4vw, 32px); }
p { margin: 0; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; border-radius: 5px; font-weight: 700; font-size: 15px; text-align: center; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--gold-deep); color: #fff; box-shadow: 0 12px 24px rgba(154, 117, 56, .19); }
.button-primary:hover { background: #805e27; }
.button-secondary { border-color: #bca784; background: transparent; color: var(--night); }
.button-secondary:hover { background: var(--paper); }
.button-light { border-color: rgba(255,255,255,.52); background: transparent; color: #fff; }
.button-light:hover { background: rgba(255,255,255,.12); }
.section-heading { max-width: 730px; }
.section-heading h2 { margin-top: 12px; }
.section-heading p { margin-top: 17px; color: var(--muted); font-size: 17px; }

.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(222, 210, 192, .8); background: rgba(250, 247, 242, .96); backdrop-filter: blur(16px); }
.header-inner { min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.brand { justify-self: center; display: grid; min-width: 300px; color: var(--night); text-align: center; }
.brand-name { color: var(--gold-deep); font-family: var(--serif); font-size: 23px; letter-spacing: .035em; line-height: 1; }
.brand-rule { display: grid; grid-template-columns: minmax(18px, 1fr) auto minmax(18px, 1fr); align-items: center; gap: 8px; margin-top: 6px; color: var(--night); font-family: var(--serif); font-size: 8px; font-weight: 700; letter-spacing: .13em; line-height: 1.15; white-space: nowrap; }
.brand-rule::before, .brand-rule::after { content: ""; height: 1px; background: rgba(13, 27, 42, .45); }
.nav { justify-self: start; display: flex; gap: 21px; }
.nav a, .header-link { color: #47515b; font-size: 14px; }
.nav a:hover, .header-link:hover { color: var(--gold-deep); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 16px; }
.menu { display: none; min-width: 44px; min-height: 44px; border: 1px solid var(--line); border-radius: 4px; background: var(--paper); color: var(--night); }
.mobile-menu { display: none; }

.hero { padding: 88px 0 76px; background: var(--paper); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(460px, 1fr); gap: clamp(40px, 5vw, 72px); align-items: start; }
.hero-copy { max-width: 570px; }
.hero h1 { margin: 15px 0 22px; }
.hero h1 em { color: var(--gold-deep); font-style: normal; }
.hero-lead { max-width: 540px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.hero-note { display: flex; gap: 10px; align-items: center; margin-top: 28px; color: #58616a; font-size: 14px; }
.hero-note::before { content: ""; width: 8px; height: 8px; border: 1px solid var(--gold-deep); border-radius: 50%; }
.hero-art { min-height: 0; display: block; }
.hero-card { width: min(100%, 660px); margin: 0 0 0 auto; overflow: hidden; border: 1px solid #d9c9b1; border-radius: var(--radius); background: var(--champagne); box-shadow: var(--shadow); }
.hero-card img { width: 100%; height: auto; object-fit: cover; }

.intro { min-height: 440px; display: flex; align-items: center; padding: 70px 0; border-top: 1px solid var(--soft-line); scroll-margin-top: 110px; }
.intro-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 64px; align-items: start; }
.intro-statement { position: static; }
.intro-statement h2 { margin-top: 13px; font-size: clamp(29px, 3.5vw, 43px); }
.intro-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.intro-card { min-height: 195px; padding: 24px; border-top: 2px solid var(--gold); background: var(--paper); }
.intro-card b { display: block; color: var(--gold-deep); font-family: var(--serif); font-size: 28px; font-weight: 400; }
.intro-card h3 { margin-top: 25px; font-size: 21px; }
.intro-card p { margin-top: 10px; color: var(--muted); font-size: 14px; }

.products { padding: 88px 0; background: var(--night); color: #fff; }
.products h2 { max-width: 700px; margin-top: 13px; color: #fff; }
.products-lead { max-width: 680px; margin-top: 18px; color: #d9e0e6; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 44px; }
.product-card { display: grid; grid-template-rows: 280px auto; overflow: hidden; border: 1px solid rgba(245,235,221,.22); background: #15293a; }
.product-card.life { background: linear-gradient(135deg, #173f43 0%, #1d6264 100%); }
.product-card img { width: 100%; height: 100%; object-fit: cover; }
.product-content { padding: 28px; }
.product-label { display: inline-block; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.product-status { display: inline-block; margin-left: 9px; padding: 3px 7px; border: 1px solid rgba(200,165,106,.55); color: #f0d4a1; font-size: 11px; font-weight: 700; }
.product-card h3 { margin-top: 10px; color: #fff; }
.product-card p { max-width: 480px; margin-top: 13px; color: #d8dfe4; }
.product-card .button { margin-top: 24px; }

.how { padding: 92px 0; background: var(--paper); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 44px; border: 1px solid var(--line); }
.step { min-height: 225px; padding: 28px 23px; border-right: 1px solid var(--line); }
.step:last-child { border-right: 0; }
.step-number { color: var(--gold-deep); font-family: var(--serif); font-size: 34px; }
.step h3 { margin-top: 36px; font-size: 23px; }
.step p { margin-top: 9px; color: var(--muted); font-size: 14px; }

.included { padding: 90px 0; background: var(--champagne); }
.included-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 58px; align-items: center; }
.included-image { overflow: hidden; border: 1px solid #d3b98e; border-radius: var(--radius); box-shadow: var(--shadow); }
.included-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.included-copy h2 { margin-top: 13px; }
.included-copy > p { margin-top: 18px; color: #58574f; font-size: 17px; }
.included-list { display: grid; gap: 0; margin-top: 29px; border-top: 1px solid #d6c5ad; }
.included-list div { display: grid; grid-template-columns: 29px 1fr; gap: 11px; padding: 14px 0; border-bottom: 1px solid #d6c5ad; }
.included-list b { color: var(--gold-deep); font-family: var(--serif); font-size: 20px; }
.included-list span { color: #5d5a54; font-size: 15px; }
.planned { margin-top: 19px; color: #6c5c43; font-size: 13px; }

.trust { padding: 92px 0; background: var(--paper); }
.trust-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; }
.trust-card { padding: 34px; border: 1px solid var(--line); background: var(--cream); }
.trust-card h3 { margin-top: 12px; }
.trust-card p { margin-top: 14px; color: var(--muted); }
.trust-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.trust-list article { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.trust-list b { color: var(--gold-deep); font-family: var(--serif); font-size: 25px; font-weight: 400; }
.trust-list h3 { font-size: 23px; }
.trust-list p { margin-top: 6px; color: var(--muted); }

.faq { padding: 88px 0; background: #f0e8dc; }
.faq-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; }
.faq-list { border-top: 1px solid #d9cab5; }
details { border-bottom: 1px solid #d9cab5; }
summary { position: relative; padding: 19px 35px 19px 0; cursor: pointer; color: var(--night); font-family: var(--serif); font-size: 22px; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 18px; color: var(--gold-deep); font-family: var(--sans); font-size: 25px; }
details[open] summary::after { content: "-"; }
details p { padding: 0 35px 20px 0; color: var(--muted); }

.contact { padding: 88px 0; background: var(--night); }
.contact-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: start; }
.contact h2 { margin-top: 13px; color: #fff; }
.contact > .container p, .contact-copy p { max-width: 560px; margin-top: 17px; color: #d7e0e5; font-size: 17px; }
.contact-panel { padding: 30px; border: 1px solid rgba(255,255,255,.27); background: #15293a; }
.contact-panel h3 { color: #fff; font-size: 28px; }
.form-intro { margin-top: 8px; color: #d7e0e5; font-size: 14px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 22px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label, .consent { color: #f4f0ea; font-size: 14px; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 45px; padding: 10px 12px; border: 1px solid #9eafbb; border-radius: 4px; background: #fffdfa; color: var(--ink); }
.form-field textarea { min-height: 104px; resize: vertical; }
.form-field.invalid input, .form-field.invalid select, .form-field.invalid textarea { border-color: #efb2aa; }
.field-error { min-height: 18px; color: #ffd2cc; font-size: 12px; }
.consent { display: flex; align-items: flex-start; gap: 10px; grid-column: 1 / -1; }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--gold); }
.form-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.contact-panel .button-primary { background: var(--gold); color: var(--night); }
.contact-panel .button-primary:hover { background: #d8b878; }
.form-status { min-height: 22px; margin-top: 15px; color: #e8c688; font-size: 14px; }
.form-status.error { color: #ffd2cc; }
.form-status.success { color: #d9edcf; }
.email-fallback { margin-top: 14px; color: #d7e0e5; font-size: 14px; }
.email-fallback a { color: #f3d49f; text-decoration: underline; text-underline-offset: 3px; }

footer { padding: 46px 0 26px; background: #08131d; color: #d6dde1; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(2, .7fr); gap: 32px; }
.footer-brand { max-width: 320px; }
.footer-brand .brand-name { color: var(--gold); }
.footer-brand .brand-rule { color: #fff; }
.footer-brand .brand-rule::before, .footer-brand .brand-rule::after { background: rgba(255,255,255,.45); }
.footer-copy { max-width: 360px; margin-top: 18px; color: #aeb9c1; font-size: 14px; }
.footer-title { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; margin-top: 15px; font-size: 14px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 22px; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); color: #8c9aa4; font-size: 12px; }

.subpage { padding: 76px 0; background: var(--paper); }
.breadcrumb { display: inline-flex; gap: 8px; align-items: center; color: var(--muted); font-size: 14px; }
.breadcrumb:hover { color: var(--gold-deep); }
.subpage-hero { max-width: 780px; margin-top: 45px; }
.subpage-hero p { max-width: 650px; margin-top: 20px; color: var(--muted); font-size: 18px; }
.product-detail { padding: 78px 0; background: var(--cream); }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.detail-grid img { width: 100%; aspect-ratio: 1.1; object-fit: cover; border: 1px solid var(--line); box-shadow: var(--shadow); }
.detail-grid h2 { margin-top: 13px; }
.detail-grid p { margin-top: 16px; color: var(--muted); font-size: 17px; }
.detail-list { margin: 24px 0 0; padding-left: 20px; color: #4b555e; }
.detail-list li { margin-top: 9px; }
.legal { padding: 78px 0; background: var(--paper); }
.legal .legal-copy { max-width: 760px; }
.legal h1 { margin-top: 14px; }
.legal h2 { margin-top: 40px; font-size: 32px; }
.legal p, .legal li { margin-top: 14px; color: var(--muted); }
.legal-note { margin-top: 28px; padding: 18px; border-left: 3px solid var(--gold-deep); background: var(--champagne); color: #5d523f; }

@media (max-width: 960px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .nav { display: none; }
  .brand { justify-self: start; }
  .header-actions .header-link, .header-actions > .button { display: none; }
  .menu { display: inline-grid; place-items: center; }
  .mobile-menu { position: fixed; z-index: 29; inset: 71px 0 0; padding: 20px 24px; background: rgba(13,27,42,.33); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu:not([hidden]) { display: block; }
  .mobile-menu-panel { width: min(100%, 460px); margin-left: auto; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
  .mobile-menu a { display: block; padding: 14px 8px; border-bottom: 1px solid var(--soft-line); color: var(--night); font-family: var(--serif); font-size: 23px; }
  .mobile-menu a:last-child { border-bottom: 0; }
  .hero-grid, .included-grid, .trust-grid, .faq-grid, .contact-inner, .detail-grid { grid-template-columns: 1fr; }
  .hero-art { width: 100%; max-width: 640px; margin: 0 auto; }
  .intro-grid { grid-template-columns: 1fr; gap: 34px; }
  .intro-statement { position: static; }
  .physical-images { max-width: 640px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(2) { border-right: 0; }
  .step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 32px, 1180px); }
  .site-header { position: relative; }
  .header-inner { min-height: 70px; }
  .brand { min-width: 260px; }
  .brand-name { font-size: 20px; }
  .brand-rule { font-size: 7px; letter-spacing: .08em; gap: 6px; }
  .mobile-menu { inset: 70px 0 0; padding: 16px; }
  .hero { padding: 58px 0 56px; }
  .hero-grid { gap: 44px; }
  .hero-lead { font-size: 16px; }
  .hero-art { min-height: auto; padding-bottom: 0; }
  .intro, .products, .how, .included, .trust, .faq, .contact, .subpage, .product-detail, .legal { padding: 62px 0; }
  .intro { min-height: auto; padding: 58px 0; scroll-margin-top: 86px; }
  .intro-cards, .product-grid { grid-template-columns: 1fr; }
  .intro-card { min-height: auto; }
  .product-card { grid-template-rows: 225px auto; }
  .steps { grid-template-columns: 1fr; }
  .step, .step:nth-child(2) { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .step:last-child { border-bottom: 0; }
  .step h3 { margin-top: 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
  .hero-actions, .form-actions { display: grid; }
  .hero-actions .button, .form-actions .button { width: 100%; }
}

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

.product-next { padding: 72px 0; background: var(--paper); text-align: center; }
.product-next .section-heading { max-width: 760px; margin: 0 auto; }
.product-next .section-heading p { margin: 18px auto 28px; color: var(--muted); font-size: 17px; }
