:root {
  --ink: #102a33;
  --ink-2: #1b3a43;
  --green: #16836f;
  --green-dark: #0b6757;
  --mint: #b7ddd0;
  --red: #d94a42;
  --red-dark: #af342f;
  --ivory: #f6f0e4;
  --paper: #fffdf8;
  --gold: #e9b959;
  --line: rgba(16,42,51,.16);
  --muted: #63747a;
  --shadow: 0 24px 60px rgba(16,42,51,.15);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 200; background: var(--ink); color: white; padding: .8rem 1rem; border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 80; min-height: 76px; padding: 0 clamp(1.25rem, 4vw, 4.5rem); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; border-bottom: 1px solid var(--line); background: rgba(246,240,228,.9); backdrop-filter: blur(18px); }
.brand { justify-self: start; display: flex; align-items: center; gap: .7rem; font-weight: 900; letter-spacing: .12em; font-size: .96rem; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; color: var(--ivory); background: var(--green); border-radius: 50% 50% 50% 12%; letter-spacing: 0; font-family: Georgia, serif; font-size: 1.15rem; }
.desktop-nav { display: flex; gap: 1.9rem; align-items: center; font-size: .83rem; font-weight: 700; }
.desktop-nav a { position: relative; padding: 1.7rem 0; color: #435b62; transition: color .2s; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--ink); }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 1rem; height: 2px; background: var(--red); transform: scaleX(0); transition: transform .2s; }
.desktop-nav a.is-active::after { transform: scaleX(1); }
.cart-button { justify-self: end; border: 0; background: transparent; cursor: pointer; display: flex; align-items: center; gap: .6rem; font-weight: 800; font-size: .82rem; }
.cart-count { display: grid; place-items: center; min-width: 25px; height: 25px; padding: 0 .4rem; background: var(--red); color: white; border-radius: 99px; }

main { min-height: calc(100vh - 160px); }
.page { display: none; width: min(1400px, 100%); margin: 0 auto; padding: clamp(3rem, 6vw, 6rem) clamp(1.25rem, 5vw, 5rem); }
.page.is-active { display: block; animation: pageIn .45s ease both; }
@keyframes pageIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.eyebrow { margin: 0 0 1.1rem; color: var(--red-dark); font-size: .7rem; font-weight: 900; letter-spacing: .18em; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 7vw, 6.6rem); line-height: .94; font-weight: 500; }
h2 { font-size: clamp(2rem, 4vw, 3.65rem); line-height: 1.02; font-weight: 500; }
p { line-height: 1.65; }
.button { border: 0; display: inline-flex; justify-content: center; align-items: center; gap: .65rem; min-height: 52px; padding: .9rem 1.35rem; border-radius: 4px; font-weight: 850; font-size: .84rem; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.button-primary { background: var(--red); color: white; box-shadow: 0 9px 24px rgba(217,74,66,.2); }
.button-primary:hover { background: var(--red-dark); box-shadow: 0 12px 32px rgba(217,74,66,.27); }
.button-secondary { border: 1px solid var(--ink); background: transparent; }
.button-small { min-height: 44px; padding: .65rem 1rem; }
.button-full { width: 100%; }
.text-link { border-bottom: 1px solid currentColor; padding-bottom: .15rem; font-weight: 800; font-size: .85rem; }

.hero { min-height: 620px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(3rem, 7vw, 8rem); }
.hero-copy h1 { max-width: 780px; margin-bottom: 1.7rem; }
.hero-lead { max-width: 650px; margin: 0 0 2rem; color: #40585f; font-size: clamp(1rem, 1.45vw, 1.23rem); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.format-note { margin-top: 2.25rem; display: flex; gap: 1.35rem; flex-wrap: wrap; color: #54696f; font-size: .75rem; font-weight: 800; }
.format-note span { display: inline-flex; align-items: center; gap: .45rem; }
.format-note i { font-style: normal; color: var(--green); }
.hero-visual { min-height: 570px; display: grid; place-items: center; position: relative; isolation: isolate; }
.hero-library { perspective: 1200px; }
.home-cover-row { position: relative; z-index: 2; width: min(112%, 680px); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; gap: clamp(.35rem, .8vw, .75rem); }
.home-cover-link { display: block; min-width: 0; transition: transform .3s ease; }
.home-cover-link:hover { z-index: 4; }
.home-cover-link:hover .home-feature-cover { box-shadow: 0 24px 52px rgba(16,42,51,.25); }
.home-cover-italia { transform: translateY(7%) rotate(-7deg); }
.home-cover-italia:hover { transform: translateY(3%) rotate(-3deg); }
.home-cover-espana { z-index: 2; transform: translateY(-2%) rotate(-2deg); }
.home-cover-espana:hover { transform: translateY(-6%) rotate(0); }
.home-cover-suiza { z-index: 2; transform: translateY(-2%) rotate(2deg); }
.home-cover-suiza:hover { transform: translateY(-6%) rotate(0); }
.home-cover-alemania { transform: translateY(7%) rotate(7deg); }
.home-cover-alemania:hover { transform: translateY(3%) rotate(3deg); }
.home-feature-cover { padding: clamp(.65rem, 1.25vw, 1.05rem); box-shadow: 0 18px 38px rgba(16,42,51,.2); transition: box-shadow .3s ease; }
.home-feature-cover .neutral-cover-title { margin-top: 34%; }
.home-feature-cover .neutral-cover-subtitle { font-size: clamp(.42rem, .6vw, .58rem); }
.home-feature-cover .neutral-cover-footer { left: clamp(.65rem, 1.25vw, 1.05rem); right: clamp(.65rem, 1.25vw, 1.05rem); }
.clean-cover-row { position: relative; z-index: 2; width: min(100%, 620px); display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 1rem; }
.clean-cover-row a { display: flex; align-items: end; justify-content: center; background: transparent; transition: transform .25s ease; }
.clean-cover-row a:hover { transform: translateY(-7px); }
.clean-cover-row img { display: block; width: 100%; height: auto; max-height: 390px; object-fit: contain; object-position: center; border: 1px solid rgba(16,42,51,.1); box-shadow: 0 18px 38px rgba(16,42,51,.18); }
.clean-label { left: 50%; right: auto; bottom: 5%; transform: translateX(-50%); white-space: nowrap; }
.hero-cover { position: absolute; width: min(58%, 350px); max-height: 500px; object-fit: contain; border-radius: 2px; box-shadow: -12px 18px 0 rgba(220,207,187,.9), 0 28px 60px rgba(16,42,51,.2); transition: transform .4s ease; }
.hero-cover-main { z-index: 3; transform: rotate(2.5deg); }
.hero-cover-main:hover { transform: rotate(0) translateY(-7px); }
.hero-cover-back { width: min(47%, 285px); filter: saturate(.9); }
.hero-cover-canada { z-index: 1; transform: translate(-42%, 3%) rotate(-9deg); }
.hero-cover-japan { z-index: 2; transform: translate(45%, 5%) rotate(10deg); }
.sun-disc { position: absolute; width: min(30vw, 420px); aspect-ratio: 1; border-radius: 50%; background: var(--mint); z-index: -2; transform: translate(8%, -2%); }
.book-shadow { position: absolute; width: 360px; height: 50px; border-radius: 50%; background: rgba(16,42,51,.18); filter: blur(12px); bottom: 4%; transform: rotate(-7deg); z-index: -1; }
.book-cover { position: relative; overflow: hidden; display: flex; flex-direction: column; color: var(--ivory); background: var(--ink); box-shadow: -16px 20px 0 #d8cbb7, var(--shadow); }
.large-cover { width: min(66vw, 360px); aspect-ratio: .72; padding: 1.35rem; transform: rotate(4deg); transition: transform .4s; }
.large-cover:hover { transform: rotate(1.5deg) translateY(-6px); }
.cover-topline { display: flex; justify-content: space-between; font-size: .64rem; font-weight: 900; letter-spacing: .13em; }
.cover-route { position: absolute; top: 24%; left: 1.35rem; right: 1.35rem; height: 1px; background: rgba(255,255,255,.35); display: flex; justify-content: space-between; }
.cover-route span { width: 8px; height: 8px; margin-top: -4px; background: var(--red); border-radius: 50%; border: 2px solid var(--ivory); }
.cover-title { margin-top: 30%; font: 500 clamp(3.2rem, 6vw, 4.65rem)/.83 Georgia, serif; letter-spacing: -.06em; }
.cover-subtitle { margin-top: 1rem; max-width: 230px; font-size: .72rem; line-height: 1.4; color: #dce8e4; }
.cover-landscape { position: absolute; left: 0; right: 0; bottom: 0; height: 29%; background: var(--green); overflow: hidden; }
.hill { position: absolute; border-radius: 50% 50% 0 0; background: #2ea089; }
.hill-one { width: 80%; height: 90%; bottom: -45%; left: -20%; }
.hill-two { width: 100%; height: 105%; bottom: -55%; right: -28%; background: #0a6a59; }
.building { position: absolute; bottom: 18%; width: 13%; background: var(--ivory); }
.building::before { content: ""; position: absolute; left: -13%; right: -13%; top: -11px; border-left: 22px solid transparent; border-right: 22px solid transparent; border-bottom: 12px solid var(--red); }
.b1 { left: 18%; height: 38%; }.b2 { left: 43%; height: 55%; }.b3 { right: 17%; height: 32%; }
.visual-label { position: absolute; padding: .55rem .75rem; background: var(--paper); border: 1px solid var(--ink); font-size: .58rem; font-weight: 950; letter-spacing: .13em; box-shadow: 5px 5px 0 var(--red); }
.label-one { top: 17%; left: 2%; transform: rotate(-5deg); }.label-two { bottom: 13%; right: 0; transform: rotate(4deg); }
.promise-strip { margin: 2.5rem 0 4.5rem; padding: 1.2rem 2rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; justify-content: center; align-items: center; gap: 2rem; text-align: center; }
.promise-strip p { margin: 0; font: 500 clamp(1.1rem, 2vw, 1.5rem) Georgia, serif; }
.promise-strip span { color: var(--red); }
.home-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1.25rem; }
.editorial-card { min-height: 420px; padding: clamp(2rem, 4vw, 4rem); border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.editorial-card p:not(.eyebrow) { max-width: 600px; }
.dark-card { background: var(--ink); color: var(--ivory); }
.dark-card .light { color: var(--mint); }.light-link { color: white; align-self: flex-start; }
.collection-card { background: var(--paper); }
.country-list { border-top: 1px solid var(--line); }
.country { display: flex; justify-content: space-between; padding: .9rem 0; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 1.2rem; }
.country b { color: var(--muted); font: 800 .63rem/1 Inter, sans-serif; text-transform: uppercase; letter-spacing: .1em; }
.active-country b { color: var(--green); }
.orientation-card { grid-column: 1 / -1; min-height: 360px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); background: var(--green-dark); color: white; }
.orientation-copy > p:not(.eyebrow) { max-width: 660px; color: #dbe9e5; }
.orientation-button { margin-top: 1.1rem; background: var(--ivory); color: var(--ink); }
.orientation-button:hover { background: var(--mint); }
.orientation-outcomes { border-top: 1px solid rgba(255,255,255,.35); }
.orientation-outcomes > span { padding: 1rem 0; display: grid; grid-template-columns: 34px 1fr; gap: .25rem .8rem; border-bottom: 1px solid rgba(255,255,255,.35); }
.orientation-outcomes b { grid-row: 1 / 3; color: #8fd4c3; font-size: .68rem; letter-spacing: .1em; }
.orientation-outcomes strong { font: 500 1.2rem/1.2 Georgia, serif; }
.orientation-outcomes small { color: #bfd5cf; font-size: .72rem; line-height: 1.45; }

.page-heading { display: grid; grid-template-columns: 1fr .6fr; gap: 3rem; align-items: end; padding-bottom: 3rem; }
.page-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -1rem; }
.page-heading h1 { margin-bottom: 0; font-size: clamp(3.7rem, 7vw, 6.4rem); }
.page-heading > p:last-child { color: #52686e; font-size: 1.05rem; }
.filter-row { display: flex; gap: .55rem; align-items: center; padding: 1.2rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.filter-chip { border: 1px solid var(--line); border-radius: 99px; padding: .55rem .95rem; background: transparent; cursor: pointer; font-size: .73rem; font-weight: 800; }
.filter-chip.is-selected { background: var(--ink); color: white; }
.catalog-count { margin-left: auto; font-size: .75rem; color: var(--muted); }
.catalog-search { margin-left: auto; }
.catalog-search input { width: 165px; padding: .6rem .8rem; border: 1px solid var(--line); border-radius: 99px; background: rgba(255,253,248,.72); color: var(--ink); font-size: .73rem; }
.catalog-search input::placeholder { color: #7b898d; }
.catalog-search + .catalog-count { margin-left: .35rem; min-width: 58px; text-align: right; }
.catalog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; margin-top: 2.2rem; }
.catalog-card { min-height: 380px; padding: 1.5rem; background: var(--paper); border: 1px solid var(--line); display: grid; grid-template-columns: .65fr 1fr; gap: 2rem; transition: transform .25s, box-shadow .25s; }
.catalog-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(16,42,51,.1); }
.catalog-card[hidden] { display: none; }
.catalog-cover-link { display: flex; align-items: flex-start; justify-content: center; min-width: 0; }
.catalog-cover { display: block; width: 100%; max-height: 350px; padding: .65rem; object-fit: contain; object-position: center; background: #eee6d8; border: 1px solid rgba(16,42,51,.1); box-shadow: 0 12px 28px rgba(16,42,51,.13); }
.neutral-cover { position: relative; isolation: isolate; overflow: hidden; container-type: inline-size; width: 100%; aspect-ratio: .71; padding: 1.15rem; display: flex; flex-direction: column; color: var(--cover-paper, var(--ivory)); background: var(--cover-bg, var(--ink)); border: 1px solid rgba(16,42,51,.18); box-shadow: 0 12px 28px rgba(16,42,51,.16); transition: transform .25s ease, box-shadow .25s ease; }
.catalog-cover-link:hover .neutral-cover { transform: translateY(-4px); box-shadow: 0 18px 35px rgba(16,42,51,.21); }
.neutral-cover::after { content: ""; position: absolute; z-index: -1; left: 0; right: 0; bottom: 0; height: 26%; background: var(--cover-accent, var(--green)); }
.neutral-cover-top { display: flex; justify-content: space-between; font-size: .56rem; font-weight: 900; letter-spacing: .14em; }
.neutral-cover-route { position: absolute; top: 24%; left: 1.15rem; right: 1.15rem; height: 1px; display: flex; justify-content: space-between; background: rgba(255,255,255,.35); }
.neutral-cover-route i { width: 7px; height: 7px; margin-top: -3px; border: 2px solid var(--cover-paper, var(--ivory)); border-radius: 50%; background: var(--cover-pop, var(--red)); }
.neutral-cover-title { margin-top: 32%; display: flex; flex-direction: column; font-family: Georgia, serif; line-height: .9; letter-spacing: -.05em; }
.neutral-cover-title small { margin-bottom: .2rem; font-size: clamp(1.3rem, 2.2vw, 2rem); }
.neutral-cover-title strong { display: block; max-width: 100%; font-size: clamp(1.2rem, 16cqw, 2.55rem); font-weight: 500; white-space: nowrap; overflow-wrap: normal; }
.neutral-cover-title strong.is-medium { font-size: clamp(1.05rem, 13cqw, 2.15rem); }
.neutral-cover-title strong.is-long { font-size: clamp(.82rem, 9.4cqw, 1.65rem); }
.neutral-cover-subtitle { max-width: 85%; margin-top: .75rem; color: var(--cover-paper, #d5e2de); opacity: .82; font-size: .58rem; line-height: 1.35; }
.neutral-cover-footer { position: absolute; z-index: 1; left: 1.15rem; right: 1.15rem; bottom: .85rem; display: flex; align-items: center; justify-content: space-between; }
.neutral-cover-footer span { width: 28px; height: 28px; border: 6px solid var(--cover-pop, rgba(255,255,255,.16)); border-radius: 50%; opacity: .45; }
.neutral-cover-footer b { font-size: .48rem; letter-spacing: .09em; }
.catalog-empty { margin: 2rem 0; padding: 4rem 2rem; text-align: center; background: var(--paper); border: 1px solid var(--line); }
.catalog-empty h2 { margin-bottom: .5rem; }.catalog-empty p { margin: 0; color: var(--muted); }
.mini-cover { min-height: 330px; padding: 1.1rem; color: white; display: flex; flex-direction: column; background: var(--ink); box-shadow: -8px 10px 0 #ddd1bf; }
.mini-cover span { font-size: .55rem; font-weight: 900; letter-spacing: .14em; }
.mini-cover strong { margin-top: auto; font: 500 2.4rem/.88 Georgia, serif; letter-spacing: -.06em; }
.mini-cover small { margin-top: 1rem; font-weight: 900; }
.italy-cover { border-bottom: 60px solid var(--green); }.swiss-cover { background: #243b46; border-bottom: 60px solid var(--red); }.spain-cover { background: #8d322c; border-bottom: 60px solid var(--gold); }.portugal-cover { background: var(--green-dark); border-bottom: 60px solid #e77d4e; }
.catalog-card-copy { display: flex; flex-direction: column; }
.status-row { display: flex; justify-content: space-between; gap: .5rem; color: var(--muted); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.status { padding: .25rem .45rem; border-radius: 3px; }.status.available { color: var(--green-dark); background: #d9eee8; }.status.soon { color: #86622b; background: #f4e7c7; }
.catalog-card h2 { margin: 2rem 0 1rem; font-size: 2.4rem; }
.catalog-card p { margin: 0; color: #5b6d72; font-size: .88rem; }
.card-actions { display: flex; gap: .65rem; margin-top: auto; }
.icon-button { width: 44px; border: 1px solid var(--ink); background: transparent; cursor: pointer; font-size: 1.5rem; }
.text-button { align-self: flex-start; margin-top: auto; padding: .3rem 0; border: 0; border-bottom: 1px solid; background: transparent; font-size: .75rem; font-weight: 850; cursor: pointer; }

.book-detail { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 8vw, 9rem); align-items: center; }
.detail-cover-wrap { min-height: 600px; display: grid; place-items: center; position: relative; background: var(--mint); }
.detail-cover-image { display: block; width: auto; max-width: 76%; max-height: 540px; padding: .65rem; object-fit: contain; background: rgba(255,253,248,.72); border: 1px solid rgba(16,42,51,.1); box-shadow: 0 24px 50px rgba(16,42,51,.18); }
.detail-cover { width: min(72%, 390px); aspect-ratio: .72; padding: 1.4rem; transform: rotate(-2deg); }
.detail-cover .cover-title { font-size: clamp(3.4rem, 6vw, 5rem); }
.edition-stamp { position: absolute; right: 6%; top: 10%; width: 76px; height: 76px; display: grid; place-items: center; text-align: center; border-radius: 50%; color: white; background: var(--red); font-size: .56rem; font-weight: 900; letter-spacing: .1em; transform: rotate(8deg); }
.book-copy { max-width: 720px; }
.book-copy h1 { margin-bottom: .9rem; }
.book-deck { margin: 0 0 1.8rem; color: #425a61; font: 500 clamp(1.3rem, 2vw, 1.8rem)/1.35 Georgia, serif; }
.book-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-weight: 800; font-size: .83rem; }
.book-facts span { display: flex; flex-direction: column; gap: .35rem; }.book-facts small, .purchase-box small { color: var(--muted); font-size: .6rem; letter-spacing: .12em; }
.book-facts b { font-size: .83rem; }
.book-description { color: #4e646b; }
.benefit-list { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .75rem 1.3rem; font-size: .83rem; font-weight: 750; }
.benefit-list li { position: relative; padding-left: 1.3rem; }.benefit-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.purchase-box { margin-top: 2rem; padding: 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--paper); border: 1px solid var(--line); box-shadow: 8px 8px 0 var(--mint); }
.purchase-box div { display: flex; flex-direction: column; }.purchase-box strong { font: 500 2rem Georgia, serif; }.purchase-box span { color: var(--muted); font-size: .65rem; }
.sample-link { display: inline-flex; gap: .6rem; margin-top: 1.5rem; color: var(--green-dark); font-size: .8rem; font-weight: 850; border-bottom: 1px solid; }
.fit-section { margin-top: 6rem; padding-top: 3rem; border-top: 1px solid var(--line); display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; }
.fit-section h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.fit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
.fit-grid span { min-height: 150px; padding: 1.2rem; display: flex; align-items: end; background: var(--paper); border-top: 4px solid var(--green); font: 500 1.1rem/1.3 Georgia, serif; }

.consult-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.consult-copy h1 { max-width: 650px; margin-bottom: 1.5rem; font-size: clamp(3.8rem, 7vw, 6.7rem); }
.consult-lead { max-width: 590px; color: #50666d; font-size: 1.08rem; }
.consult-boundary { max-width: 590px; margin-top: 2rem; padding: 1.2rem 1.35rem; border-left: 4px solid var(--red); background: rgba(255,253,248,.7); }
.consult-boundary strong { color: var(--red-dark); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.consult-boundary p { margin: .45rem 0 0; font-size: .78rem; }
.service-card { position: relative; padding: clamp(1.5rem, 4vw, 3.2rem); background: var(--ink); color: var(--ivory); box-shadow: 14px 14px 0 var(--mint); }
.service-topline { display: flex; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,.2); color: var(--mint); font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.service-icon { width: 70px; height: 70px; margin: 2rem 0 1.25rem; display: grid; place-items: center; border-radius: 50% 50% 50% 12%; background: var(--red); color: white; font: 500 2.4rem Georgia, serif; }
.service-card h2 { margin-bottom: .8rem; font-size: clamp(2.2rem, 4vw, 3.5rem); }
.service-card > p { color: #d2dfdb; font-size: .9rem; }
.service-list { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .75rem 1.2rem; }
.service-list li { position: relative; padding-left: 1.25rem; font-size: .76rem; }
.service-list li::before { content: "✓"; position: absolute; left: 0; color: var(--mint); font-weight: 900; }
.service-country { margin-top: 1.5rem; display: flex; flex-direction: column; gap: .45rem; color: var(--mint); font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.service-country select { width: 100%; padding: .85rem; border: 1px solid rgba(255,255,255,.25); border-radius: 3px; background: #183740; color: white; font: 700 .8rem Inter, sans-serif; }
.service-purchase { margin-top: 1.3rem; padding-top: 1.3rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; border-top: 1px solid rgba(255,255,255,.2); }
.service-purchase > div { display: flex; flex-direction: column; }
.service-purchase small { color: var(--mint); font-size: .58rem; letter-spacing: .12em; }
.service-purchase strong { font: 500 2rem Georgia, serif; }
.service-purchase span { color: #bdcdca; font-size: .62rem; }
.service-card .service-note { margin: 1rem 0 0; color: #9fb1ad; font-size: .63rem; }
.consult-steps { margin-top: 5rem; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.consult-steps span { min-height: 145px; padding: 1.3rem; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.consult-steps span:last-child { border-right: 0; }
.consult-steps b { color: var(--red); font-size: .65rem; }
.consult-steps strong { margin: .6rem 0 .25rem; font: 500 1.35rem Georgia, serif; }
.consult-steps small { color: var(--muted); }

.content-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 5rem; align-items: end; margin-bottom: 3rem; }
.content-intro h1 { margin-bottom: 0; }.content-intro > p { color: #52676e; }
.preview-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 1.25rem; align-items: start; }
.toc-panel { border: 1px solid var(--line); background: var(--paper); }
.preview-book-meta { padding: 1.25rem; display: grid; grid-template-columns: 105px 1fr; gap: 1.2rem; align-items: center; }
.preview-book-meta img { display: block; width: 105px; height: 145px; object-fit: contain; object-position: center; background: #eee6d8; box-shadow: -4px 5px 0 #ded3c3; }
.preview-book-meta .eyebrow { margin-bottom: .55rem; }.preview-book-meta h2 { margin: 0 0 .4rem; font-size: 1.75rem; }.preview-book-meta p:last-child { margin: 0; color: var(--muted); font-size: .72rem; }
.toc-header, .sample-toolbar { padding: 1rem 1.25rem; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: .63rem; font-weight: 900; letter-spacing: .12em; }
.toc-group { width: 100%; padding: 1.2rem 1.25rem; display: flex; justify-content: space-between; border: 0; border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; font: 500 1.15rem Georgia, serif; text-align: left; }
.toc-group b { color: var(--red); margin-right: .7rem; font: 900 .65rem Inter, sans-serif; }
.toc-group i { font-style: normal; }
.toc-items { padding: .25rem 1.25rem 1rem 3.15rem; background: #faf6ed; }
.toc-items span { display: block; padding: .55rem 0; color: #50656b; font-size: .78rem; border-bottom: 1px dotted var(--line); }
.sample-page { position: relative; min-height: 720px; padding: 0 0 2rem; background: var(--paper); border: 1px solid var(--line); box-shadow: 12px 12px 0 #e3d9c8; }
.actual-preview { min-height: 720px; overflow: hidden; background: #e9e0d2; }
.actual-preview > #previewPageImage { display: block; width: 100%; height: auto; margin: 0; object-fit: contain; object-position: top center; }
.sample-page > *:not(.sample-toolbar, .sample-fade) { margin-left: clamp(1.5rem, 5vw, 4.5rem); margin-right: clamp(1.5rem, 5vw, 4.5rem); }
.sample-kicker { padding-top: 3rem; color: var(--red-dark); font-size: .65rem; font-weight: 900; letter-spacing: .14em; }
.sample-page h2 { max-width: 650px; font-size: clamp(2.4rem, 5vw, 4.2rem); }
.sample-page > p:not(.sample-kicker) { max-width: 700px; color: #465d64; }
.tip-box { margin-top: 2rem; padding: 1.25rem; border-left: 4px solid var(--green); background: #e4f0ec; }
.tip-box strong, .official-note span { font-size: .62rem; letter-spacing: .12em; }.tip-box p { margin-bottom: 0; font-size: .82rem; }
.sample-page h3 { margin-top: 2rem; font-size: 1.4rem; }
.check-list { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; }
.check-list li { padding-left: 1.4rem; position: relative; font-size: .8rem; }.check-list li::before { content: "□"; position: absolute; left: 0; color: var(--green); }
.official-note { margin-top: 2rem; padding-top: 1rem; display: flex; gap: 1rem; border-top: 1px solid var(--line); }.official-note span { color: var(--red-dark); white-space: nowrap; }.official-note p { margin: 0; font-size: .75rem; }
.sample-fade { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; min-height: 170px; padding: 4.5rem 2rem 1.5rem; display: flex; justify-content: center; align-items: center; gap: 1.2rem; flex-wrap: wrap; background: linear-gradient(transparent, var(--paper) 35%); }
.sample-fade span { font-size: .74rem; font-weight: 800; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(4rem, 8vw, 9rem); }
.faq-aside { position: sticky; top: 120px; align-self: start; }.faq-aside h1 { font-size: clamp(3.4rem, 6vw, 6rem); }.faq-aside > p:not(.eyebrow) { color: #53686e; margin-bottom: 2rem; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; padding: 1.55rem 0; display: flex; justify-content: space-between; gap: 1rem; border: 0; background: transparent; cursor: pointer; text-align: left; font: 500 clamp(1.15rem, 2vw, 1.5rem) Georgia, serif; }
.faq-item button i { font-style: normal; color: var(--red); }.faq-answer { padding: 0 3rem 1.5rem 0; }.faq-answer p { margin: 0; color: #53686e; font-size: .9rem; }

.site-footer { width: min(1400px, 100%); margin: 0 auto; padding: 2.5rem clamp(1.25rem, 5vw, 5rem) 6rem; display: flex; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--line); }
.footer-brand > span { font-weight: 950; letter-spacing: .14em; }.footer-brand p { margin: .35rem 0 0; color: var(--muted); font-size: .72rem; }
.footer-meta { display: flex; gap: 1rem; align-items: center; color: var(--muted); font-size: .7rem; }
.mobile-nav { display: none; }

.overlay { position: fixed; inset: 0; z-index: 100; background: rgba(8,25,31,.64); backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; z-index: 110; top: 0; right: 0; width: min(440px, 100%); height: 100dvh; padding: 1.5rem; display: flex; flex-direction: column; background: var(--ivory); box-shadow: -30px 0 70px rgba(0,0,0,.25); transform: translateX(105%); transition: transform .32s ease; }
.cart-drawer.is-open { transform: none; }.drawer-header, .checkout-head { display: flex; justify-content: space-between; align-items: start; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }.drawer-header h2, .checkout-head h2 { margin: 0; font-size: 2.2rem; }.drawer-header .eyebrow, .checkout-head .eyebrow { margin-bottom: .35rem; }
.close-button { width: 40px; height: 40px; border: 1px solid var(--line); background: transparent; border-radius: 50%; cursor: pointer; font-size: 1.5rem; }
.empty-cart { margin: auto 0; text-align: center; }.empty-cart > span { display: grid; place-items: center; width: 75px; height: 75px; margin: 0 auto 1.2rem; border-radius: 50%; background: var(--mint); font-size: 2rem; }.empty-cart h3 { font-size: 1.8rem; margin-bottom: .3rem; }.empty-cart p { color: var(--muted); font-size: .85rem; }
.cart-content { padding-top: 1.5rem; }.cart-item, .checkout-product { display: grid; grid-template-columns: 58px 1fr auto; gap: .9rem; align-items: center; padding-bottom: 1.3rem; border-bottom: 1px solid var(--line); }.cart-thumb { width: 58px; height: 76px; display: grid; place-items: center; background: var(--ink); color: white; border-bottom: 10px solid var(--green); font: 800 .75rem Georgia, serif; }.cart-item div:nth-child(2), .checkout-product div:nth-child(2) { display: flex; flex-direction: column; gap: .3rem; }.cart-item span, .checkout-product span { color: var(--muted); font-size: .7rem; }.cart-item button { align-self: start; padding: 0; border: 0; border-bottom: 1px solid; color: var(--red-dark); background: transparent; cursor: pointer; font-size: .65rem; }
.cart-items { max-height: min(47vh, 440px); overflow-y: auto; padding-right: .25rem; }.cart-item { padding-top: .85rem; }.cart-item:first-child { padding-top: 0; }.cart-thumb-image { display: block; width: 58px; height: 76px; object-fit: cover; object-position: top center; background: #eee6d8; }
.service-thumb { width: 58px; height: 76px; display: grid; place-items: center; background: var(--ink); color: white; border-bottom: 10px solid var(--red); font: 500 1.8rem Georgia, serif; }
.checkout-products { max-height: 270px; overflow-y: auto; margin-bottom: 1.2rem; }.checkout-product { padding: .65rem 0; }
.cart-summary { display: grid; grid-template-columns: 1fr auto; gap: .8rem; padding: 1.4rem 0; font-size: .8rem; }.cart-summary > strong { text-align: right; }.cart-summary .total { grid-column: 1 / -1; padding-top: 1rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; font-size: 1.05rem; }.demo-disclaimer { padding: .8rem; background: #f4e7c7; color: #6f5428; font-size: .7rem; text-align: center; }
.checkout-modal { position: fixed; z-index: 120; top: 50%; left: 50%; width: min(570px, calc(100% - 2rem)); max-height: calc(100dvh - 2rem); overflow-y: auto; padding: 1.5rem; background: var(--ivory); box-shadow: 0 30px 100px rgba(0,0,0,.35); opacity: 0; pointer-events: none; transform: translate(-50%, -47%) scale(.98); transition: opacity .25s, transform .25s; }
.checkout-modal.is-open { opacity: 1; pointer-events: auto; transform: translate(-50%, -50%) scale(1); }
.checkout-steps { margin: 1.5rem 0; display: grid; grid-template-columns: repeat(3,1fr); gap: .3rem; color: var(--muted); font-size: .63rem; font-weight: 800; }.checkout-steps span { padding-top: .55rem; border-top: 3px solid #d8d4ca; }.checkout-steps span.is-current { color: var(--green-dark); border-color: var(--green); }
.checkout-stage { animation: pageIn .25s both; }.checkout-product { margin-bottom: 1.2rem; }.secure-demo { margin: 1.2rem 0; padding: 1rem; display: flex; gap: .8rem; align-items: center; background: #e1efea; }.secure-demo > span { font-size: 1.5rem; }.secure-demo p { margin: 0; display: flex; flex-direction: column; line-height: 1.4; font-size: .75rem; }
.checkout-stage > label { display: flex; flex-direction: column; gap: .45rem; font-size: .72rem; font-weight: 850; }.checkout-stage input[type="email"] { width: 100%; padding: .85rem; border: 1px solid var(--line); background: var(--paper); border-radius: 3px; }.checkout-stage > small { display: block; margin: .45rem 0 1.2rem; color: var(--muted); font-size: .65rem; }
fieldset { padding: 0; border: 0; margin: 0 0 1rem; } legend { margin-bottom: .6rem; font-size: .7rem; font-weight: 850; }.payment-option { margin-bottom: .5rem; padding: .8rem; border: 1px solid var(--line); display: flex; align-items: center; gap: .7rem; background: var(--paper); }.payment-option span { display: flex; flex-direction: column; gap: .2rem; }.payment-option small { color: var(--muted); font-size: .63rem; }.payment-option i { margin-left: auto; font-style: normal; font-size: .65rem; font-weight: 900; }.disabled-option { opacity: .58; }
.fake-card-fields { margin-bottom: 1rem; padding: .8rem; border: 1px dashed var(--line); display: grid; grid-template-columns: 1fr auto auto; gap: .6rem; color: var(--muted); font-size: .75rem; }.success-stage { padding: 2rem .5rem 1rem; text-align: center; }.success-icon { display: grid; place-items: center; width: 80px; height: 80px; margin: 0 auto 1.4rem; border-radius: 50%; background: var(--green); color: white; font-size: 2rem; }.success-stage h3 { margin-bottom: .7rem; font-size: 2.4rem; }.success-stage p:not(.eyebrow) { color: var(--muted); font-size: .85rem; }
.toast { position: fixed; z-index: 160; left: 50%; bottom: 2rem; max-width: calc(100% - 2rem); padding: .9rem 1.2rem; background: var(--ink); color: white; border-radius: 3px; box-shadow: var(--shadow); font-size: .75rem; font-weight: 800; opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: .25s; }.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1050px) {
  .desktop-nav { gap: 1rem; }.hero { grid-template-columns: 1fr 1fr; gap: 2rem; }.catalog-card { grid-template-columns: 1fr; }.mini-cover { min-height: 250px; }.book-detail { gap: 3rem; }.preview-layout { grid-template-columns: .7fr 1.3fr; }
}

@media (max-width: 760px) {
  body { padding-bottom: 72px; }
  .site-header { min-height: 64px; grid-template-columns: 1fr auto; padding: 0 1rem; }.desktop-nav { display: none; }.cart-button span:first-child { display: none; }
  .hero-visual { min-height: 450px; }.hero-library { min-height: 370px; }.home-cover-row { width: 100%; gap: .35rem; }.home-feature-cover { padding: .55rem; }.home-feature-cover .neutral-cover-route { left: .55rem; right: .55rem; }.home-feature-cover .neutral-cover-subtitle { display: none; }.home-feature-cover .neutral-cover-footer { left: .55rem; right: .55rem; bottom: .5rem; }.home-feature-cover .neutral-cover-footer span { width: 18px; height: 18px; border-width: 4px; }.home-feature-cover .neutral-cover-footer b { font-size: .34rem; }.clean-cover-row { width: 100%; gap: .45rem; }.clean-cover-row img { height: auto; max-height: 300px; }.clean-label { bottom: 2%; }
  .page { padding: 2.6rem 1rem 4rem; }.hero { min-height: auto; grid-template-columns: 1fr; gap: 2rem; }.hero-copy { order: 1; }.hero-visual { min-height: 480px; }.hero-copy h1 { font-size: clamp(3.25rem, 16vw, 5rem); }.hero-lead { font-size: 1rem; }.hero-actions { align-items: stretch; flex-direction: column; }.text-link { align-self: flex-start; }.large-cover { width: min(72vw, 330px); }.hero-cover-main { width: min(61vw, 300px); }.hero-cover-back { width: min(44vw, 220px); }.hero-cover-canada { transform: translate(-40%, 4%) rotate(-9deg); }.hero-cover-japan { transform: translate(43%, 5%) rotate(10deg); }.sun-disc { width: 85vw; }.book-shadow { width: 70vw; }.label-one { left: 0; }.promise-strip { margin: 3rem 0; padding: 1rem 0; gap: .7rem; overflow: hidden; justify-content: flex-start; }.promise-strip p { min-width: max-content; font-size: 1rem; }.home-grid { grid-template-columns: 1fr; }.editorial-card { min-height: 380px; padding: 2rem 1.4rem; }.orientation-card { min-height: auto; grid-template-columns: 1fr; gap: 2rem; }.orientation-button { width: 100%; }
  .hero-visual.hero-library { min-height: 590px; }.home-cover-row { width: 100%; max-width: 360px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }.home-cover-italia { transform: rotate(-3deg); }.home-cover-espana { transform: rotate(2deg); }.home-cover-suiza { transform: rotate(2deg); }.home-cover-alemania { transform: rotate(-3deg); }.home-feature-cover .neutral-cover-footer b { display: none; }.hero-library .label-one { top: 2%; }.hero-library .label-two { bottom: 1%; }
  .page-heading { display: block; }.page-heading .eyebrow { margin-bottom: 1rem; }.page-heading h1 { font-size: 3.9rem; }.filter-row { overflow-x: auto; }.filter-chip { white-space: nowrap; }.catalog-search { margin-left: .2rem; }.catalog-search input { width: 150px; }.catalog-count { display: none; }.catalog-grid { grid-template-columns: 1fr; }.catalog-card { min-height: auto; grid-template-columns: .68fr 1fr; gap: 1.2rem; padding: 1rem; }.catalog-cover { max-height: 290px; }.mini-cover { min-height: 280px; }.mini-cover strong { font-size: 1.8rem; }.catalog-card h2 { margin: 1.2rem 0 .7rem; font-size: 1.8rem; }.status-row { flex-direction: column; align-items: start; }.future-card .catalog-card-copy > p { font-size: .76rem; }
  .book-detail { grid-template-columns: 1fr; gap: 2.5rem; }.detail-cover-wrap { min-height: 520px; }.detail-cover { width: min(70vw, 330px); }.detail-cover-image { max-width: 72%; max-height: 455px; }.book-copy h1 { font-size: 4rem; }.book-facts { gap: .55rem; }.book-facts span { font-size: .72rem; }.benefit-list { grid-template-columns: 1fr; }.purchase-box { align-items: stretch; flex-direction: column; gap: 1rem; }.fit-section { margin-top: 4rem; grid-template-columns: 1fr; gap: 1.5rem; }.fit-grid { grid-template-columns: 1fr; }.fit-grid span { min-height: 100px; }
  .consult-layout { grid-template-columns: 1fr; gap: 2.5rem; }.consult-copy h1 { font-size: 4.1rem; }.service-card { padding: 1.5rem; box-shadow: 8px 8px 0 var(--mint); }.service-list { grid-template-columns: 1fr; }.service-purchase { align-items: stretch; flex-direction: column; }.consult-steps { margin-top: 4rem; grid-template-columns: 1fr; }.consult-steps span { min-height: 110px; border-right: 0; border-bottom: 1px solid var(--line); }.consult-steps span:last-child { border-bottom: 0; }
  .content-intro { grid-template-columns: 1fr; gap: 1rem; }.content-intro h1 { font-size: 3.9rem; }.preview-layout { grid-template-columns: 1fr; }.sample-page { min-height: 780px; }.actual-preview { min-height: 620px; }.actual-preview > #previewPageImage { width: 100%; margin: 0; }.sample-page > *:not(.sample-toolbar, .sample-fade) { margin-left: 1.3rem; margin-right: 1.3rem; }.check-list { grid-template-columns: 1fr; }.official-note { flex-direction: column; gap: .4rem; }.sample-fade { flex-direction: column; }
  .faq-layout { grid-template-columns: 1fr; gap: 2.5rem; }.faq-aside { position: static; }.faq-aside h1 { font-size: 4rem; }.site-footer { padding: 2rem 1rem 1rem; flex-direction: column; }
  .mobile-nav { position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; height: 68px; padding: .5rem .6rem max(.5rem, env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); background: rgba(255,253,248,.96); backdrop-filter: blur(16px); }.mobile-nav a, .mobile-nav button { border: 0; background: transparent; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .25rem; color: #617279; font-size: .58rem; font-weight: 850; }.mobile-nav span { font-size: 1rem; color: var(--ink); }.mobile-nav a.is-active { color: var(--red-dark); }.mobile-nav button { position: relative; }.mobile-nav b { position: absolute; top: 1px; right: 17%; display: grid; place-items: center; min-width: 17px; height: 17px; border-radius: 50%; background: var(--red); color: white; font-size: .55rem; }
  .checkout-modal { padding: 1rem; }.checkout-steps { font-size: .56rem; }.fake-card-fields { grid-template-columns: 1fr auto; }.fake-card-fields span:last-child { display: none; }
}

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