:root {
  --burgundy: #6d0715;
  --burgundy-deep: #3f030d;
  --burgundy-soft: #8f1324;
  --orange: #f47b20;
  --gold: #ffc35a;
  --cream: #fff3dd;
  --paper: #fffaf2;
  --ink: #25161a;
  --muted: #74656a;
  --line: rgba(91, 34, 43, .14);
  --white: #fff;
  --shadow: 0 24px 70px rgba(63, 3, 13, .13);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 1000; padding: 12px 18px; color: #fff; background: var(--burgundy); border-radius: 8px; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 84px; border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.is-scrolled { height: 72px; background: rgba(255, 250, 242, .93); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; position: relative; z-index: 102; }
.brand img { width: 48px; height: 48px; border-radius: 13px; box-shadow: 0 7px 20px rgba(83, 4, 16, .18); }
.brand span { display: grid; line-height: 1; gap: 3px; }
.brand strong { font-size: 17px; letter-spacing: -.02em; }
.brand small { font-size: 9px; letter-spacing: .28em; color: var(--burgundy-soft); font-weight: 800; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 650; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--orange); transition: .25s ease; }
.site-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 12px 18px; color: #fff; background: var(--burgundy); border-radius: 999px; box-shadow: 0 8px 22px rgba(109, 7, 21, .18); }
.nav-cta span { margin-left: 5px; color: var(--gold); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--burgundy); transition: .25s; }

.hero { position: relative; overflow: hidden; padding: 150px 0 0; min-height: 780px; background: radial-gradient(circle at 72% 30%, #fff 0, #fff9ef 38%, #fdf0dd 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; pointer-events: none; background-image: linear-gradient(rgba(109,7,21,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(109,7,21,.06) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000, transparent 72%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 460px; height: 460px; background: rgba(244,123,32,.13); right: -160px; top: 80px; }
.hero-glow-two { width: 260px; height: 260px; background: rgba(109,7,21,.08); left: -110px; bottom: 0; }
.hero-grid { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 72px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--burgundy-soft); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: var(--orange); }
.eyebrow.light { color: #ffd8a0; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; color: var(--burgundy-deep); font-weight: 500; letter-spacing: -.055em; line-height: .96; }
h1 { font-size: clamp(64px, 7vw, 104px); }
h1 em, h2 em { color: var(--orange); font-weight: 500; }
.hero-lead { max-width: 590px; margin: 28px 0 32px; color: #66555a; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 24px; border: 0; border-radius: 999px; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--orange), #e65813); box-shadow: 0 14px 28px rgba(230,88,19,.24); }
.button-primary span { font-size: 20px; }
.button-dark { color: #fff; background: var(--burgundy); }
.button-light { color: var(--burgundy); background: var(--cream); }
.text-link { font-size: 14px; font-weight: 800; border-bottom: 1px solid var(--line); padding-bottom: 5px; }
.text-link span { color: var(--orange); margin-left: 7px; }
.hero-proof { display: flex; align-items: stretch; gap: 0; margin-top: 46px; }
.hero-proof > div { padding: 0 24px; border-left: 1px solid var(--line); }
.hero-proof > div:first-child { padding-left: 0; border: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { margin-bottom: 5px; font-family: Georgia, serif; font-size: 17px; color: var(--burgundy); }
.hero-proof span { font-size: 11px; color: var(--muted); }
.hero-visual { position: relative; min-height: 570px; }
.hero-photo { position: absolute; inset: 0 0 38px 28px; overflow: hidden; border: 9px solid rgba(255,255,255,.7); border-radius: 48% 48% 26px 26px; box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-shade { position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(43,0,8,.62)); }
.photo-label { position: absolute; top: 26px; right: 26px; padding: 10px 14px; color: #fff; background: rgba(63,3,13,.72); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: 11px; font-weight: 750; letter-spacing: .04em; }
.photo-label span { color: #7be29a; margin-right: 5px; }
.control-card { position: absolute; left: -36px; bottom: 0; width: 330px; padding: 20px; color: #fff; background: rgba(80,3,16,.94); border: 1px solid rgba(255,255,255,.15); border-radius: 22px; box-shadow: 0 25px 60px rgba(63,3,13,.3); backdrop-filter: blur(14px); }
.control-top { display: flex; align-items: center; justify-content: space-between; color: #d9bdc0; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.control-top strong { color: var(--gold); }
.mini-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 19px; }
.mini-stats > div { padding-right: 10px; border-right: 1px solid rgba(255,255,255,.12); }
.mini-stats > div:last-child { border: 0; }
.mini-stats span, .mini-stats strong, .mini-stats i { display: block; }
.mini-stats span { font-size: 10px; color: #d9bdc0; }
.mini-stats strong { margin: 6px 0 3px; font-family: Georgia, serif; font-size: 23px; }
.mini-stats i { color: #ffd08a; font-size: 9px; font-style: normal; }
.mini-stats i.up { color: #80e6a0; }
.spark { height: 54px; margin-top: 17px; display: flex; align-items: end; gap: 5px; border-bottom: 1px solid rgba(255,255,255,.1); }
.spark span { flex: 1; background: linear-gradient(#ffbd54, #ef6d1f); border-radius: 3px 3px 0 0; opacity: .88; }
.floating-chip { position: absolute; display: flex; align-items: center; gap: 11px; right: -26px; bottom: 55px; padding: 13px 16px; background: #fff; border-radius: 15px; box-shadow: 0 16px 44px rgba(63,3,13,.18); }
.chip-icon { display: grid; place-items: center; width: 30px; height: 30px; color: #fff; background: var(--orange); border-radius: 9px; font-weight: 900; }
.floating-chip strong, .floating-chip small { display: block; }
.floating-chip strong { font-size: 12px; }
.floating-chip small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.trust-strip { position: relative; margin-top: 62px; min-height: 80px; display: flex; align-items: center; justify-content: center; gap: 23px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.trust-strip > span { text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 800; }
.trust-strip b { color: var(--burgundy); font-family: Georgia, serif; font-size: 15px; font-weight: 600; }
.trust-strip i { width: 4px; height: 4px; background: var(--orange); border-radius: 50%; }

.solutions { background: #fff; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 56px; }
.section-head h2, .advantage h2, .contact h2 { font-size: clamp(46px, 5.4vw, 74px); }
.section-head > p { max-width: 420px; margin: 0 0 6px; color: var(--muted); line-height: 1.75; }
.solution-grid { display: grid; grid-template-columns: 1.18fr 1fr 1fr; gap: 20px; }
.solution-card { overflow: hidden; min-width: 0; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .3s, box-shadow .3s; }
.solution-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.solution-image { position: relative; height: 260px; overflow: hidden; }
.solution-card.featured .solution-image { height: 315px; }
.solution-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.solution-card:hover .solution-image img { transform: scale(1.035); }
.solution-image::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(63,3,13,.32)); }
.solution-image > span { position: absolute; z-index: 1; left: 18px; bottom: 16px; display: grid; place-items: center; width: 40px; height: 40px; color: var(--burgundy); background: var(--cream); border-radius: 50%; font-family: Georgia, serif; font-size: 13px; }
.solution-content { padding: 25px 25px 28px; }
.solution-content h3, .more-solutions h3 { margin: 0 0 11px; color: var(--burgundy); font-family: Georgia, serif; font-size: 26px; font-weight: 600; }
.solution-content p, .more-solutions p { margin: 0; min-height: 82px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.solution-content a { display: inline-flex; gap: 14px; margin-top: 19px; color: var(--burgundy); font-size: 12px; font-weight: 800; }
.solution-content a span { color: var(--orange); }
.more-solutions { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 34px; margin-top: 20px; padding: 27px 30px; border: 1px solid var(--line); border-radius: var(--radius); }
.more-solutions > div { display: grid; grid-template-columns: 46px 1fr; gap: 12px; }
.more-solutions .number { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; color: var(--orange); font-size: 11px; }
.more-solutions h3 { margin-bottom: 6px; font-size: 18px; }
.more-solutions p { min-height: 0; font-size: 12px; }

.advantage { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, #3c030c 0%, #700817 62%, #861323 100%); }
.advantage::before { content: "JPC"; position: absolute; right: -30px; bottom: -100px; color: rgba(255,255,255,.035); font-family: Georgia, serif; font-size: 360px; font-weight: 700; letter-spacing: -.08em; }
.advantage-grid { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; gap: 110px; align-items: center; }
.advantage h2, .contact h2 { color: #fff; }
.advantage-copy > p:not(.eyebrow) { max-width: 480px; margin: 28px 0 32px; color: #dfc9cc; font-size: 16px; line-height: 1.75; }
.benefit-list { border-top: 1px solid rgba(255,255,255,.16); }
.benefit { display: grid; grid-template-columns: 54px 1fr; gap: 16px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.benefit > span { color: var(--gold); font-family: Georgia, serif; font-size: 14px; }
.benefit h3 { margin: 0 0 7px; font-family: Georgia, serif; font-size: 24px; font-weight: 500; }
.benefit p { margin: 0; color: #d6bec2; font-size: 13px; line-height: 1.6; }

.process { background: #f8ebd8; }
.section-head.compact { margin-bottom: 64px; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(109,7,21,.2); }
.process-steps li { position: relative; min-height: 250px; padding: 30px 28px 0 0; border-right: 1px solid rgba(109,7,21,.2); }
.process-steps li:not(:first-child) { padding-left: 28px; }
.process-steps li:last-child { border: 0; }
.process-steps li::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 5px #f8ebd8; }
.process-steps span { color: var(--orange); font-family: Georgia, serif; font-size: 13px; }
.process-steps h3 { margin: 38px 0 13px; color: var(--burgundy); font-family: Georgia, serif; font-size: 28px; font-weight: 600; }
.process-steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.contact { background: #fff; }
.contact-shell { overflow: hidden; display: grid; grid-template-columns: .85fr 1.15fr; color: #fff; background: var(--burgundy); border-radius: 40px; box-shadow: var(--shadow); }
.contact-copy { position: relative; padding: 64px 58px; background: linear-gradient(155deg, rgba(255,255,255,.03), transparent); }
.contact-copy::after { content: ""; position: absolute; width: 270px; height: 270px; left: -100px; bottom: -120px; border: 1px solid rgba(255,190,85,.24); border-radius: 50%; box-shadow: 0 0 0 40px rgba(255,190,85,.04), 0 0 0 80px rgba(255,190,85,.03); }
.contact-copy > p:not(.eyebrow):not(.contact-note) { color: #dfc8cb; line-height: 1.75; }
.contact-detail { display: flex; gap: 13px; align-items: center; margin-top: 34px; }
.contact-detail > span { display: grid; place-items: center; width: 42px; height: 42px; color: var(--burgundy); background: var(--gold); border-radius: 13px; font-weight: 900; }
.contact-detail small, .contact-detail a { display: block; }
.contact-detail small { margin-bottom: 4px; color: #c9aeb2; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.contact-detail a { font-size: 14px; font-weight: 750; }
.contact-note { position: absolute; left: 58px; right: 58px; bottom: 58px; z-index: 1; color: #bfa3a8; font-size: 10px; line-height: 1.5; }
.demo-form { padding: 52px; color: var(--ink); background: var(--paper); border-radius: 38px 0 0 38px; }
.form-heading { margin-bottom: 26px; }
.form-heading span, .form-heading small { display: block; }
.form-heading span { color: var(--burgundy); font-family: Georgia, serif; font-size: 27px; font-weight: 600; }
.form-heading small { margin-top: 5px; color: var(--muted); font-size: 11px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.demo-form label { display: block; margin-bottom: 16px; color: #49373c; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.demo-form input, .demo-form select, .demo-form textarea { width: 100%; margin-top: 8px; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid rgba(109,7,21,.16); border-radius: 11px; outline: none; font-size: 13px; letter-spacing: 0; text-transform: none; transition: border-color .2s, box-shadow .2s; }
.demo-form input:focus, .demo-form select:focus, .demo-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(244,123,32,.12); }
.demo-form textarea { resize: vertical; min-height: 94px; }
.form-submit { width: 100%; margin-top: 2px; }
.form-submit:disabled { opacity: .68; cursor: wait; }
.form-notice { margin: 0 0 18px; padding: 12px 14px; border-radius: 10px; font-size: 12px; line-height: 1.5; }
.form-notice.success { color: #115f2c; background: #e5f7ea; }
.form-notice.error { color: #7a1721; background: #f9e5e7; }
.hp-field { position: absolute !important; left: -9999px !important; }

.site-footer { padding: 74px 0 24px; color: #d8c4c7; background: #260107; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1.1fr; gap: 60px; padding-bottom: 54px; }
.footer-brand strong { color: #fff; }
.footer-brand small { color: var(--gold); }
.footer-grid > div:first-child p { max-width: 230px; margin: 20px 0 0; color: #9e8287; font-family: Georgia, serif; font-size: 18px; line-height: 1.4; }
.footer-grid h3 { margin: 0 0 20px; color: #fff; font-size: 11px; text-transform: uppercase; letter-spacing: .15em; }
.footer-grid > div > a:not(.brand) { display: block; width: fit-content; margin: 12px 0; color: #ad9297; font-size: 12px; }
.footer-grid > div > a:hover { color: var(--gold); }
.footer-cta { padding: 24px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 20px; }
.footer-cta span { display: block; margin-bottom: 24px; color: #fff; font-family: Georgia, serif; font-size: 19px; }
.footer-cta a { display: flex !important; justify-content: space-between; width: 100% !important; margin: 0 !important; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.12); color: var(--gold) !important; font-weight: 750; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: #846a6e; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .hero-visual { min-height: 500px; }
  .control-card { left: -18px; width: 300px; }
  .floating-chip { right: -8px; }
  .solution-grid { grid-template-columns: 1fr 1fr; }
  .solution-card.featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.08fr .92fr; }
  .solution-card.featured .solution-image { height: 100%; min-height: 330px; }
  .solution-card.featured .solution-content { align-self: center; padding: 38px; }
  .more-solutions { grid-template-columns: 1fr 1fr; }
  .more-solutions .button { grid-column: 1 / -1; }
  .advantage-grid { gap: 60px; }
  .contact-copy { padding: 52px 42px; }
  .contact-note { left: 42px; right: 42px; }
  .demo-form { padding: 45px 38px; }
  .footer-grid { grid-template-columns: 1.2fr .7fr .7fr; }
  .footer-cta { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 620px); }
  .section { padding: 84px 0; }
  .site-header, .site-header.is-scrolled { height: 68px; }
  .brand img { width: 44px; height: 44px; }
  .menu-toggle { display: block; position: relative; z-index: 102; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 101; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 90px 34px 40px; color: #fff; background: var(--burgundy-deep); transform: translateX(100%); transition: transform .3s ease; }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav > a { font-family: Georgia, serif; font-size: 32px; }
  .nav-cta { margin-top: 15px; color: var(--burgundy-deep) !important; background: var(--gold); font-family: inherit !important; font-size: 14px !important; }
  .hero { padding-top: 115px; min-height: 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  h1 { font-size: clamp(56px, 18vw, 84px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-proof { justify-content: space-between; }
  .hero-proof > div { padding: 0 13px; }
  .hero-proof strong { font-size: 14px; }
  .hero-proof span { font-size: 9px; }
  .hero-visual { min-height: 490px; }
  .hero-photo { inset: 0 0 52px; border-radius: 140px 140px 24px 24px; }
  .control-card { left: 10px; width: min(310px, calc(100% - 35px)); }
  .floating-chip { right: 0; bottom: 165px; }
  .trust-strip { overflow: hidden; justify-content: flex-start; white-space: nowrap; gap: 14px; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 26px; }
  .section-head h2, .advantage h2, .contact h2 { font-size: 48px; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card.featured { grid-column: auto; display: block; }
  .solution-card.featured .solution-image, .solution-image { height: 260px; min-height: 0; }
  .solution-card.featured .solution-content { padding: 25px 25px 28px; }
  .more-solutions { grid-template-columns: 1fr; padding: 24px; }
  .more-solutions .button { grid-column: auto; }
  .advantage-grid { grid-template-columns: 1fr; gap: 62px; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-steps li:nth-child(2) { border-right: 0; }
  .process-steps li:nth-child(n+3) { border-top: 1px solid rgba(109,7,21,.2); }
  .process-steps li:nth-child(3) { padding-left: 0; }
  .process-steps li::before { display: none; }
  .contact-shell { grid-template-columns: 1fr; border-radius: 28px; }
  .contact-copy { padding: 50px 30px 95px; }
  .contact-note { left: 30px; right: 30px; bottom: 36px; }
  .demo-form { padding: 38px 25px; border-radius: 28px 28px 0 0; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-grid > div:first-child, .footer-cta { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 420px) {
  .section { padding: 72px 0; }
  .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-visual { min-height: 440px; }
  .floating-chip { display: none; }
  .control-card { left: 0; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps li, .process-steps li:not(:first-child), .process-steps li:nth-child(3) { min-height: 0; padding: 24px 0 30px; border-right: 0; border-top: 1px solid rgba(109,7,21,.2); }
  .process-steps h3 { margin-top: 18px; }
}

.legal-page { background: #fffaf2; }
.legal-header { padding: 18px 0; border-bottom: 1px solid var(--line); background: rgba(255,250,242,.95); }
.legal-header .container { display: flex; align-items: center; justify-content: space-between; }
.legal-main { max-width: 860px; padding-top: 90px; padding-bottom: 100px; }
.legal-main h1 { font-size: clamp(52px, 8vw, 82px); }
.legal-updated { margin: 20px 0 50px; color: var(--muted); font-size: 12px; }
.legal-content { display: grid; gap: 34px; }
.legal-content section { padding-top: 28px; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 12px; color: var(--burgundy); font-family: Georgia, serif; font-size: 27px; font-weight: 600; letter-spacing: -.02em; }
.legal-content p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.legal-content a { color: var(--burgundy); font-weight: 750; text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 3px; }
.legal-footer { padding: 25px 0; color: #9e8287; background: #260107; font-size: 11px; }
@media (max-width: 560px) { .legal-header .text-link { font-size: 11px; } .legal-main { padding-top: 65px; } }
