:root {
    --limen-ink: #111a2e;
    --limen-navy: #16213e;
    --limen-night: #0b1020;
    --limen-gold: #b9976f;
    --limen-gold-light: #dcc7a9;
    --limen-paper: #f6f1e8;
    --limen-white: #fffdf9;
    --limen-muted: #626778;
    --limen-line: rgba(17, 26, 46, 0.14);
    --limen-serif: Georgia, 'Times New Roman', serif;
    --limen-sans: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--limen-white); color: var(--limen-ink); font-family: var(--limen-sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--limen-serif); line-height: 1.08; }
.limen-container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 12px; transform: translateY(-160%); padding: 10px 16px; background: #fff; color: #111; border-radius: 6px; }
.skip-link:focus { transform: none; }

.limen-header { position: absolute; z-index: 20; inset: 0 0 auto; border-bottom: 1px solid rgba(255,255,255,.14); color: #fff; }
.limen-header__inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.limen-brand { display: flex; flex-direction: column; color: #fff; text-decoration: none; line-height: 1; }
.limen-brand strong { font-family: var(--limen-serif); font-size: 1.12rem; font-weight: 400; letter-spacing: .02em; }
.limen-brand span { margin-top: 5px; color: var(--limen-gold-light); font-size: .58rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.limen-header__actions, .limen-languages { display: flex; align-items: center; gap: 16px; }
.limen-header__buy { font-size: .76rem; letter-spacing: .11em; text-transform: uppercase; font-weight: 700; text-decoration: none; }
.limen-languages { gap: 7px; padding-left: 16px; border-left: 1px solid rgba(255,255,255,.28); }
.limen-languages a, .limen-languages strong { min-width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; font-size: .7rem; text-decoration: none; }
.limen-languages strong { background: var(--limen-gold); color: var(--limen-night); }

.limen-hero { position: relative; overflow: hidden; min-height: 710px; color: #fff; background: radial-gradient(circle at 76% 32%, rgba(79, 100, 151, .48), transparent 28%), linear-gradient(132deg, #080d1a 0%, #16213e 58%, #0c1429 100%); }
.limen-hero::before { content: ''; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, #000, transparent 75%); }
.limen-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(310px, .72fr); align-items: center; gap: clamp(48px, 8vw, 110px); min-height: 710px; padding-top: 116px; padding-bottom: 54px; }
.limen-kicker { margin-bottom: 18px; color: var(--limen-gold); font-size: .73rem; line-height: 1.4; font-weight: 800; text-transform: uppercase; letter-spacing: .22em; }
.limen-hero h1 { max-width: 680px; margin-bottom: 20px; color: #fff; font-size: clamp(3.25rem, 6.8vw, 6.4rem); font-weight: 400; letter-spacing: -.045em; }
.limen-hero__subtitle { max-width: 650px; margin-bottom: 22px; color: #f2e8d9; font-family: var(--limen-serif); font-size: clamp(1.35rem, 2.3vw, 2rem); line-height: 1.35; }
.limen-hero__lead { max-width: 650px; margin-bottom: 22px; color: rgba(255,255,255,.72); font-size: 1.04rem; }
.limen-price { display: flex; align-items: baseline; gap: 14px; }
.limen-price strong { font-family: var(--limen-serif); font-size: 1.7rem; font-weight: 400; line-height: 1.1; }
.limen-price span { font-size: .76rem; line-height: 1.45; }
.limen-price--hero { margin-bottom: 24px; color: var(--limen-gold-light); }
.limen-price--hero span { max-width: 290px; color: rgba(255,255,255,.58); }
.limen-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.limen-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-size: .78rem; font-weight: 800; text-decoration: none; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.limen-button:hover { transform: translateY(-2px); }
.limen-button--primary { background: var(--limen-gold); color: #11182a; }
.limen-button--primary:hover { background: var(--limen-gold-light); }
.limen-button--secondary { border-color: rgba(255,255,255,.35); color: #fff; }
.limen-button--secondary:hover { border-color: #fff; }
.limen-format { margin: 18px 0 0; color: rgba(255,255,255,.5); font-size: .78rem; letter-spacing: .04em; }
.limen-cover { position: relative; width: min(100%, 390px); margin: 0 auto; perspective: 900px; }
.limen-cover__glow { position: absolute; inset: 8% -14% -4%; background: #8394c2; filter: blur(75px); opacity: .24; border-radius: 50%; }
.limen-cover picture { position: relative; display: block; transform: rotate(.25deg); }
.limen-cover img { width: 100%; border-radius: 2px 7px 7px 2px; box-shadow: -16px 22px 46px rgba(0,0,0,.48), inset 2px 0 rgba(255,255,255,.3); }

.limen-section { padding: clamp(58px, 7vw, 92px) 0; }
.limen-section h2 { margin-bottom: 24px; font-size: clamp(2.4rem, 5vw, 4.5rem); font-weight: 400; letter-spacing: -.035em; }
.limen-proposal__copy > p, .limen-author p { color: var(--limen-muted); font-size: 1.08rem; }
.limen-proposal__copy > p:last-child { margin-bottom: 0; }
.limen-section--paper { background: var(--limen-paper); }
.limen-proposal { display: grid; grid-template-columns: minmax(0, .92fr) minmax(320px, 1.08fr); gap: clamp(42px, 8vw, 96px); align-items: center; }
.limen-proposal__points { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(17,26,46,.13); }
.limen-proposal__points li { position: relative; padding: 15px 0 15px 30px; color: #555a67; border-bottom: 1px solid rgba(17,26,46,.13); }
.limen-proposal__points li::before { content: '—'; position: absolute; left: 0; color: var(--limen-gold); }
.limen-section-heading { max-width: 760px; margin-bottom: 38px; }
.limen-section-heading > p:last-child { color: var(--limen-muted); font-size: 1.08rem; }
.limen-chapters { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--limen-line); list-style: none; }
.limen-chapters li { display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding: 24px 34px 24px 0; border-bottom: 1px solid var(--limen-line); }
.limen-chapters li:nth-child(odd) { border-right: 1px solid var(--limen-line); }
.limen-chapters li:nth-child(even) { padding-left: 34px; }
.limen-chapters__number { color: var(--limen-gold); font-family: var(--limen-serif); font-size: 1.35rem; }
.limen-chapters h3 { margin-bottom: 8px; font-size: 1.45rem; }
.limen-chapters p { margin-bottom: 0; color: var(--limen-muted); font-size: .95rem; }
.limen-author { color: #fff; background: var(--limen-navy); }
.limen-author__grid { display: grid; grid-template-columns: 190px minmax(0, 640px); justify-content: center; align-items: center; gap: clamp(38px, 7vw, 88px); }
.limen-author img { width: 190px; aspect-ratio: 1; object-fit: cover; border-radius: 50%; border: 2px solid var(--limen-gold); }
.limen-author h2 { margin-bottom: 18px; color: #fff; }
.limen-author p { color: rgba(255,255,255,.72); }
.limen-text-link { display: inline-block; margin-top: 10px; color: var(--limen-gold-light); font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.limen-text-link:hover { color: #fff; }
.limen-buy { border-block: 1px solid rgba(185,151,111,.36); background: #f9f7f2; }
.limen-section-heading--center { margin-inline: auto; text-align: center; }
.limen-price--buy { justify-content: center; margin-top: 22px; color: var(--limen-ink); }
.limen-price--buy span { color: var(--limen-muted); }
.limen-stores { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.limen-stores--single { grid-template-columns: minmax(240px, 420px); justify-content: center; }
.limen-store { min-height: 116px; display: flex; flex-direction: column; justify-content: center; padding: 20px; border: 1px solid var(--limen-line); background: rgba(255,255,255,.75); color: #8a8d96; text-align: center; text-decoration: none; }
.limen-store span { margin-bottom: 4px; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.limen-store strong { color: #5f636d; font-family: var(--limen-serif); font-size: 1.25rem; }
.limen-store--active { border-color: var(--limen-gold); background: var(--limen-navy); color: var(--limen-gold-light); transition: transform .2s ease, box-shadow .2s ease; }
.limen-store--active strong { color: #fff; }
.limen-store--active:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(17,26,46,.15); }
.limen-disclaimer { max-width: 770px; margin: 34px auto 0; color: #777b84; font-size: .8rem; text-align: center; }

.limen-footer { padding: 44px 0; background: var(--limen-night); color: rgba(255,255,255,.62); }
.limen-footer__inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 22px; }
.limen-footer__inner > div { display: flex; flex-direction: column; }
.limen-footer strong { color: #fff; font-family: var(--limen-serif); font-size: 1.15rem; }
.limen-footer span { color: var(--limen-gold); font-size: .68rem; letter-spacing: .2em; }
.limen-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.limen-footer nav a { font-size: .75rem; text-decoration: none; }
.limen-footer nav a:hover { color: #fff; }
.limen-footer p { grid-column: 1 / -1; margin: 4px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }

@media (max-width: 900px) {
    .limen-hero, .limen-hero__grid { min-height: auto; }
    .limen-hero__grid { grid-template-columns: 1fr minmax(250px, .7fr); gap: 38px; padding-top: 150px; padding-bottom: 80px; }
    .limen-hero h1 { font-size: clamp(3rem, 7vw, 4.8rem); }
    .limen-proposal { grid-template-columns: 1fr; }
    .limen-not-card { max-width: 680px; }
    .limen-stores { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
    .limen-container { width: min(calc(100% - 30px), 1160px); }
    .limen-header__inner { min-height: 72px; }
    .limen-brand strong { font-size: 1rem; }
    .limen-header__buy { display: none; }
    .limen-languages { padding-left: 0; border-left: 0; }
    .limen-hero__grid { grid-template-columns: 1fr; padding-top: 120px; padding-bottom: 65px; }
    .limen-hero__copy { text-align: center; }
    .limen-hero h1 { margin-inline: auto; font-size: clamp(3rem, 14vw, 4.4rem); }
    .limen-hero__lead, .limen-hero__subtitle { margin-inline: auto; }
    .limen-price { flex-direction: column; align-items: center; gap: 6px; text-align: center; }
    .limen-price--hero span { max-width: 280px; }
    .limen-actions { justify-content: center; }
    .limen-cover { width: min(66vw, 285px); margin-top: 18px; }
    .limen-hero h1 { font-size: clamp(2.65rem, 12vw, 3.55rem); }
    .limen-chapters { grid-template-columns: 1fr; }
    .limen-chapters li, .limen-chapters li:nth-child(even) { padding: 25px 0; border-right: 0; }
    .limen-author__grid { grid-template-columns: 1fr; text-align: center; }
    .limen-author img { margin-inline: auto; }
    .limen-footer__inner { grid-template-columns: 1fr; text-align: center; }
    .limen-footer nav { justify-content: center; }
}

@media (max-width: 430px) {
    .limen-actions { flex-direction: column; }
    .limen-button { width: 100%; }
    .limen-stores { grid-template-columns: 1fr; }
    .limen-store { min-height: 96px; }
}

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