:root {
  --paper: #f4f0e7;
  --paper-light: #fbf9f3;
  --sand: #ded0b9;
  --ink: #1f393b;
  --muted: #667373;
  --blue: #91b9bd;
  --blue-light: #dbe8e5;
  --terracotta: #b96d4d;
  --white: #fffdf8;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Avenir Next, Avenir, Helvetica Neue, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.68; }
a { color: inherit; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 99; background: var(--ink); color: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { height: 76px; padding: 0 clamp(1.25rem, 4vw, 4rem); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(31,57,59,.15); background: rgba(244,240,231,.9); backdrop-filter: blur(12px); position: sticky; top: 0; z-index: 20; }
.brand { font-family: var(--serif); font-size: 1.12rem; text-decoration: none; letter-spacing: .01em; }
.brand-mark { color: var(--terracotta); margin-right: .5rem; }
.header-cta { font-size: .76rem; text-decoration: none; text-transform: uppercase; letter-spacing: .16em; border-bottom: 1px solid; padding-bottom: .2rem; }

.hero { min-height: calc(100vh - 76px); display: grid; grid-template-columns: 1.02fr .98fr; }
.hero-copy { min-width: 0; position: relative; z-index: 2; background: var(--paper); padding: clamp(4rem, 9vw, 8.5rem) clamp(2rem, 7vw, 8rem); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { color: var(--terracotta); text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 600; margin: 0 0 1.3rem; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .95; margin: 0; }
h1 { font-size: clamp(4rem, 8vw, 8rem); }
h1 em, h2 em { color: var(--terracotta); font-weight: 400; }
.hero-claim { font-family: var(--serif); font-size: clamp(1.5rem, 2.3vw, 2.25rem); line-height: 1.18; margin: 2.4rem 0 1.2rem; }
.hero-text { color: var(--muted); max-width: 36rem; margin: 0 0 2rem; font-size: 1.04rem; }
.button { display: inline-flex; width: fit-content; align-items: center; gap: 1.5rem; padding: 1rem 1.35rem; background: var(--ink); color: var(--white); text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .74rem; border: 0; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { background: var(--terracotta); transform: translateY(-2px); }
.button span { font-size: 1rem; }

.hero-art { z-index: 1; background: #b6d0d1; min-height: 580px; position: relative; overflow: hidden; }
.hero-art::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 5px 5px; mix-blend-mode: soft-light; }
.sun { position: absolute; width: clamp(170px, 24vw, 340px); aspect-ratio: 1; border-radius: 50%; background: #eee3c8; top: 12%; right: 9%; box-shadow: 0 0 80px rgba(255,246,210,.5); }
.sea-line { position: absolute; border-top: 1px solid rgba(31,57,59,.28); width: 110%; left: -5%; height: 50px; border-radius: 50%; }
.line-one { top: 45%; transform: rotate(-3deg); }.line-two { top: 53%; transform: rotate(2deg); }
.envelope { position: absolute; width: min(70%, 440px); aspect-ratio: 1.5; left: 50%; bottom: 13%; transform: translateX(-50%) rotate(-5deg); filter: drop-shadow(12px 18px 18px rgba(31,57,59,.18)); }
.envelope-back { position: absolute; inset: 18% 0 0; background: #d7c4a4; }
.letter { position: absolute; z-index: 1; width: 74%; height: 90%; left: 13%; top: -15%; background: var(--white); padding: 14% 13%; font-family: var(--serif); font-size: clamp(1rem, 2vw, 1.5rem); line-height: 1.3; display: flex; flex-direction: column; }
.letter span:last-of-type { color: var(--terracotta); font-style: italic; }
.letter i { width: 80%; border-top: 1px solid #c7bda9; margin-top: 10%; }.letter i + i { width: 55%; margin-top: 7%; }
.envelope-front { position: absolute; z-index: 2; inset: 18% 0 0; background: linear-gradient(32deg, #d5c2a2 49.5%, transparent 50%), linear-gradient(-32deg, #e4d5b9 49.5%, transparent 50%); background-size: 52% 100%; background-position: left, right; background-repeat: no-repeat; }
.art-note { position: absolute; right: 2rem; bottom: 2rem; writing-mode: vertical-rl; text-transform: uppercase; letter-spacing: .18em; font-size: .58rem; }

.section, .section-narrow { padding: clamp(5rem, 10vw, 9rem) clamp(1.5rem, 8vw, 9rem); }
.section-narrow { max-width: 1120px; margin: 0 auto; }
.intro { display: flex; align-items: flex-start; justify-content: center; padding-top: clamp(6rem, 12vw, 11rem); padding-bottom: clamp(6rem, 12vw, 11rem); }
.intro p { font-family: var(--serif); font-size: clamp(1.9rem, 4vw, 3.8rem); line-height: 1.25; margin: 0; max-width: 900px; }
.dropcap { font-family: var(--serif); color: var(--terracotta); font-size: clamp(5rem, 9vw, 8rem); line-height: .77; margin-right: .12em; }
.section-heading { display: flex; justify-content: space-between; align-items: end; border-bottom: 1px solid rgba(31,57,59,.25); padding-bottom: 2rem; margin-bottom: 3rem; }
.section-heading .eyebrow { margin: 0; }
h2 { font-size: clamp(3.2rem, 6vw, 6rem); }
h3 { font-family: var(--serif); font-weight: 400; font-size: 1.55rem; line-height: 1.2; }
.receives { background: var(--paper-light); }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.feature-card { min-height: 550px; border-left: 1px solid rgba(31,57,59,.2); padding: 1.5rem 2.5rem 2rem; position: relative; display: flex; flex-direction: column; justify-content: end; }
.feature-card:last-child { border-right: 1px solid rgba(31,57,59,.2); }
.feature-number { position: absolute; top: 0; left: 2.5rem; color: var(--muted); font-size: .74rem; }
.feature-image { position: absolute; top: 3.5rem; left: 2.5rem; right: 2.5rem; height: 286px; margin: 0; padding: .65rem .65rem 1.15rem; background: #fffdf8; border: 1px solid rgba(214,204,184,.8); box-shadow: 0 18px 32px rgba(31,57,59,.08), 0 2px 6px rgba(31,57,59,.06); transform: rotate(-1.2deg); }
.feature-card:nth-child(2) .feature-image { transform: rotate(.9deg); }
.feature-card:nth-child(3) .feature-image { transform: rotate(-.5deg); }
.feature-image::after { content: ""; position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(rgba(31,57,59,.12) .45px, transparent .45px); background-size: 4px 4px; mix-blend-mode: multiply; pointer-events: none; }
.feature-image img { width: 100%; height: 100%; display: block; object-fit: cover; filter: sepia(.12) saturate(.82) contrast(.94); transition: transform .7s ease, filter .7s ease; }
.feature-card:hover .feature-image img { transform: scale(1.035); filter: sepia(.04) saturate(.94) contrast(.98); }
.feature-card h3 { margin: 0 0 .7rem; }.feature-card p { color: var(--muted); margin: 0; font-size: 1.03rem; }

.split-section { display: grid; grid-template-columns: 1fr 1fr; padding: 0; }
.why-visual { min-height: 700px; background: var(--ink); color: var(--white); padding: clamp(3rem, 6vw, 7rem); display: flex; flex-direction: column; justify-content: space-between; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 25px 25px; }
.why-visual .stamp { align-self: end; border: 1px solid var(--terracotta); border-radius: 50%; width: clamp(180px, 15vw, 220px); aspect-ratio: 1; display: grid; place-content: center; text-align: center; color: var(--terracotta); font-size: clamp(.82rem, .8vw, 1rem); letter-spacing: .18em; transform: rotate(8deg); }
.why-visual p { font-family: var(--serif); font-size: clamp(2.3rem, 4vw, 4.6rem); line-height: 1.15; margin: 0; }.why-visual em { color: #c7dfe0; }
.section-copy { padding: clamp(4rem, 8vw, 9rem); display: flex; flex-direction: column; justify-content: center; }
.section-copy h2 { margin-bottom: 2.5rem; }.section-copy > p:not(.eyebrow) { color: var(--muted); max-width: 36rem; font-size: 1.04rem; }
.section-copy .accent-copy { color: var(--terracotta) !important; font-family: var(--serif); font-size: 1.45rem; margin-top: 2rem; }

.for-you { background: #dce9e6; text-align: center; }
.centered { display: block; border: 0; }.centered h2 { margin-top: .4rem; }
.check-list { list-style: none; padding: 0; margin: 0 auto; max-width: 900px; display: grid; grid-template-columns: 1fr; text-align: left; border-top: 1px solid rgba(31,57,59,.2); }
.check-list li { padding: 1.25rem 2rem; border-bottom: 1px solid rgba(31,57,59,.2); display: grid; grid-template-columns: 1rem 1fr; gap: 1rem; position: relative; font-size: 1.04rem; }.check-list li::before { content: "✦"; color: var(--terracotta); }
.quiet-note { font-family: var(--serif); font-size: 1.55rem; line-height: 1.4; margin: 4rem 0 0; }.quiet-note em { color: var(--terracotta); }

.process { background: var(--paper-light); }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.steps li { padding: 1.5rem 2rem; border-left: 1px solid rgba(31,57,59,.2); min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; }.steps li:last-child { border-right: 1px solid rgba(31,57,59,.2); }
.steps li > span { font-family: var(--serif); color: var(--terracotta); font-size: 3rem; }.steps h3 { margin: 0 0 .7rem; }.steps p { margin: 0; color: var(--muted); font-size: 1rem; }

.offer { background: var(--terracotta); color: var(--white); display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; }
.offer .eyebrow { color: #f0d2c5; }.offer h2 em { color: #f3d9cd; }.offer ul { list-style: none; padding: 0; margin: 3rem 0 0; columns: 2; }.offer li { margin-bottom: .75rem; font-size: 1.03rem; }.offer li::before { content: "—"; margin-right: .6rem; }
.price-box { border: 1px solid rgba(255,255,255,.45); padding: clamp(2rem, 5vw, 4rem); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.price-box > span { text-transform: uppercase; letter-spacing: .15em; font-size: .72rem; }.price-box strong { font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 400; line-height: 1; margin: 1rem 0; }.price-box small { margin-bottom: 2rem; opacity: .86; font-size: .9rem; }.button.light { background: var(--white); color: var(--ink); }.button.light:hover { background: var(--ink); color: white; }

.availability { display: grid; grid-template-columns: 1fr auto; gap: 5rem; align-items: center; }.availability h2 { margin-bottom: 1.5rem; }.availability p { max-width: 570px; color: var(--muted); font-size: 1.04rem; }
.counter { display: grid; grid-template-columns: auto auto; align-items: center; gap: 0 1.2rem; }.counter strong { font-family: var(--serif); font-size: 7rem; font-weight: 400; line-height: 1; }.counter span { text-transform: uppercase; font-size: .72rem; letter-spacing: .14em; }.counter-line { height: 3px; background: var(--sand); grid-column: 1 / -1; margin-top: 1rem; }.counter-line i { display: block; height: 100%; width: 100%; background: var(--terracotta); transition: width .5s; }

.reservation { display: grid; grid-template-columns: .95fr 1.05fr; background: var(--ink); color: var(--white); }
.form-intro { padding: clamp(4rem, 8vw, 8rem); background: #263f41; position: relative; overflow: hidden; }.form-intro .eyebrow { color: #e3b49e; }.form-intro p:not(.eyebrow) { color: #b9c9c7; max-width: 32rem; font-size: 1.04rem; }.mini-envelope { font-size: 8rem; color: rgba(255,255,255,.06); position: absolute; right: 2rem; bottom: 1rem; }
.reservation-title { max-width: 100%; font-size: clamp(3.15rem, 4.15vw, 4.8rem); line-height: .98; letter-spacing: -.04em; margin-bottom: 1.8rem; overflow-wrap: normal; }
.stripe-checkout-card { padding: clamp(4rem, 7vw, 7rem); background: var(--white); color: var(--ink); display: flex; flex-direction: column; justify-content: center; }
.checkout-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; margin-bottom: 3.5rem; border-bottom: 1px solid #ced5d2; }
.checkout-progress span { color: #8b9795; padding: 0 0 .8rem; text-transform: uppercase; letter-spacing: .1em; font-size: .64rem; }
.checkout-progress span.active { color: var(--terracotta); border-bottom: 2px solid var(--terracotta); margin-bottom: -1px; }
.form-step[hidden] { display: none; }
.form-step-kicker { margin: 0 0 .6rem; color: var(--terracotta); text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; }
.form-step h3 { font-size: clamp(2rem, 3.5vw, 3.2rem); margin: 0 0 .7rem; }
.step-description { color: var(--muted); max-width: 36rem; margin: 0 0 2.5rem; font-size: 1.04rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }.form-grid .full { grid-column: 1 / -1; }
label { display: flex; flex-direction: column; gap: .4rem; text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; font-weight: 600; } label span { color: var(--muted); font-weight: 400; }
input, textarea { width: 100%; border: 0; border-bottom: 1px solid #aab5b2; background: transparent; border-radius: 0; padding: .65rem 0; color: var(--ink); font: 1.04rem var(--sans); outline: none; resize: vertical; } input:focus, textarea:focus { border-color: var(--terracotta); box-shadow: 0 1px var(--terracotta); }
.privacy-check { flex-direction: row; align-items: flex-start; gap: .8rem; margin: 2rem 0; text-transform: none; letter-spacing: 0; font-size: .9rem; font-weight: 400; }.privacy-check input { width: auto; margin-top: .25rem; accent-color: var(--terracotta); }.privacy-check span { color: var(--ink); }.submit-button { width: 100%; justify-content: center; }.form-note { color: var(--muted); text-align: center; font-size: .8rem; }
.inline-link { appearance: none; border: 0; border-bottom: 1px solid currentColor; padding: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.checkout-summary { margin: 2.5rem 0 1.5rem; padding: 1.4rem 0; display: grid; grid-template-columns: 1fr auto; gap: .15rem 1rem; border-top: 1px solid #ced5d2; border-bottom: 1px solid #ced5d2; }
.checkout-summary span { font-family: var(--serif); font-size: 1.25rem; }.checkout-summary strong { font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }.checkout-summary small { grid-column: 1 / -1; color: var(--muted); }
.secure-steps { list-style: none; padding: 0; margin: 0 0 2rem; border-top: 1px solid #ced5d2; }
.secure-steps li { display: flex; align-items: center; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid #ced5d2; color: var(--muted); font-size: .94rem; }
.secure-steps li span { display: grid; place-items: center; width: 1.7rem; aspect-ratio: 1; border: 1px solid var(--terracotta); border-radius: 50%; color: var(--terracotta); font-size: .65rem; }
.stripe-note { margin: 1rem 0 0; color: var(--muted); text-align: center; font-size: .8rem; }
.form-actions { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: stretch; }
.back-button { border: 1px solid #aab5b2; background: transparent; color: var(--ink); padding: 0 1.4rem; cursor: pointer; text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; }
.success-message { padding: clamp(4rem, 8vw, 8rem); background: var(--white); color: var(--ink); display: flex; flex-direction: column; justify-content: center; }.success-message[hidden] { display: none; }.success-message > span { display: grid; place-items: center; width: 70px; aspect-ratio: 1; border: 1px solid var(--terracotta); border-radius: 50%; color: var(--terracotta); font-size: 2rem; margin-bottom: 2rem; }.success-message h2 { margin-bottom: 2rem; }.success-message p:not(.eyebrow) { max-width: 500px; }

.logistics { padding: 2.5rem clamp(1.5rem, 8vw, 9rem); display: flex; gap: 4rem; align-items: baseline; border-bottom: 1px solid rgba(31,57,59,.2); }.logistics h2 { font-family: var(--sans); font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .16em; white-space: nowrap; }.logistics p { color: var(--muted); font-size: .95rem; max-width: 740px; }
.about-author { padding: clamp(5rem, 9vw, 8rem) clamp(1.5rem, 8vw, 9rem); background: var(--paper); border-bottom: 1px solid rgba(31,57,59,.16); }
.about-author-grid { display: grid; grid-template-columns: minmax(260px, .85fr) minmax(320px, 1fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; border-top: 1px solid rgba(31,57,59,.22); padding-top: clamp(2.5rem, 5vw, 4rem); }
.about-author h2 { font-size: clamp(2.7rem, 4.7vw, 5rem); line-height: 1; max-width: 9ch; }
.about-author-copy { max-width: 680px; }
.about-author-copy p { margin: 0 0 1.15rem; color: var(--muted); font-size: clamp(1.05rem, 1.35vw, 1.25rem); line-height: 1.72; }
.about-author-copy p:first-child { color: var(--ink); font-family: var(--serif); font-size: clamp(1.45rem, 2.1vw, 2rem); line-height: 1.25; margin-bottom: 1.6rem; }
.author-meta { margin-top: 2.2rem !important; color: var(--terracotta) !important; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem !important; font-weight: 600; }
.author-meta a { text-decoration: none; border-bottom: 1px solid currentColor; }
footer { padding: 4rem clamp(1.5rem, 8vw, 9rem); display: grid; grid-template-columns: 1fr 1fr auto; gap: 3rem; align-items: end; background: var(--paper-light); } footer strong { font-family: var(--serif); font-size: 1.7rem; font-weight: 400; } footer p, footer > span { color: var(--muted); font-size: .86rem; } footer nav { display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; } footer nav a, footer nav button { appearance: none; border: 0; border-bottom: 1px solid currentColor; padding: 0; background: transparent; color: var(--ink); font: .82rem var(--sans); cursor: pointer; }

.legal-dialog { width: min(680px, calc(100% - 2rem)); max-height: min(760px, calc(100vh - 2rem)); border: 0; padding: clamp(2rem, 6vw, 4.5rem); background: var(--paper-light); color: var(--ink); box-shadow: 0 24px 80px rgba(18,35,36,.3); }
.legal-dialog::backdrop { background: rgba(21,43,44,.65); backdrop-filter: blur(4px); }
.legal-dialog h2 { font-size: clamp(2.6rem, 6vw, 4.5rem); margin-bottom: 2rem; }
.legal-dialog p:not(.eyebrow) { color: var(--muted); font-size: 1.02rem; }.legal-dialog hr { border: 0; border-top: 1px solid var(--sand); margin: 2rem 0; }
.dialog-close { position: absolute; top: 1rem; right: 1.2rem; border: 0; background: transparent; color: var(--ink); font: 2rem/1 var(--serif); cursor: pointer; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: none; }

/* En tauletes i finestres estretes, el hero passa a una sola columna abans
   que el títol llarg pugui envair la il·lustració. */
@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 720px; }
  .hero-art { min-height: 620px; }
}

@media (max-width: 900px) {
  .split-section, .offer, .reservation { grid-template-columns: 1fr; }
  .reservation-title { max-width: 13ch; }
  .cards-grid { grid-template-columns: 1fr; }.feature-card { min-height: 550px; border-right: 1px solid rgba(31,57,59,.2); border-bottom: 1px solid rgba(31,57,59,.2); }
  .feature-image { height: 315px; }
  .why-visual { min-height: 620px; }.steps { grid-template-columns: 1fr 1fr; }.steps li:nth-child(2) { border-right: 1px solid rgba(31,57,59,.2); }.steps li { border-bottom: 1px solid rgba(31,57,59,.2); }
  .about-author-grid { grid-template-columns: 1fr; gap: 2.5rem; }.about-author h2 { max-width: 12ch; }
  footer { grid-template-columns: 1fr 1fr; } footer > span { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .site-header { height: 64px; }.brand { font-size: .95rem; }.header-cta { font-size: .66rem; }
  .hero { min-height: auto; }.hero-copy { min-height: auto; padding: 5rem 1.4rem 4rem; }.hero-art { min-height: 460px; }.art-note { right: 1rem; bottom: 1rem; }
  h1 { font-size: clamp(2.8rem, 12vw, 3.3rem); }.hero-claim { margin-top: 2rem; }.intro { padding-inline: 1.5rem; }.intro p { font-size: 1.8rem; }.dropcap { font-size: 4.7rem; }
  .section, .section-narrow { padding: 5rem 1.4rem; }.section-heading { display: block; }.section-heading .eyebrow { margin-bottom: 1rem; } h2 { font-size: 3.6rem; }
  .feature-card { min-height: 515px; padding-inline: 1.5rem; }.feature-number { left: 1.5rem; }.feature-image { left: 1.5rem; right: 1.5rem; height: 270px; padding: .5rem .5rem 1rem; }
  .why-visual { min-height: 500px; padding: 2.5rem 1.5rem; }.why-visual .stamp { width: 120px; font-size: .6rem; letter-spacing: .15em; }.section-copy { padding: 5rem 1.5rem; }
  .check-list { grid-template-columns: 1fr; }.check-list li { padding-inline: .5rem; }
  .steps { grid-template-columns: 1fr; }.steps li { min-height: 220px; border-right: 1px solid rgba(31,57,59,.2); }.offer { gap: 3rem; }.offer ul { columns: 1; }
  .availability { grid-template-columns: 1fr; gap: 2rem; }.counter { width: fit-content; }.counter strong { font-size: 6rem; }
  .form-intro, .stripe-checkout-card, .success-message { padding: 5rem 1.5rem; }.form-grid { grid-template-columns: 1fr; }.form-grid label { grid-column: 1 / -1; }
  .mini-envelope { display: none; }
  .reservation-title { font-size: clamp(2.45rem, 11vw, 4.1rem); max-width: 12ch; }
  .checkout-progress { gap: .25rem; }.checkout-progress span { font-size: .58rem; }.form-actions { grid-template-columns: 1fr; }.back-button { min-height: 48px; grid-row: 2; }
  .logistics { display: block; padding: 2.5rem 1.5rem; }.logistics h2 { margin-bottom: 1rem; }
  .about-author { padding: 5rem 1.5rem; }.about-author-grid { padding-top: 2.5rem; }.about-author h2 { font-size: 3.1rem; }.about-author-copy p:first-child { font-size: 1.45rem; }.author-meta { font-size: .72rem !important; }
  footer { grid-template-columns: 1fr; padding: 4rem 1.5rem; } footer > span { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }
