:root {
  --ink: #17352f;
  --ink-deep: #0e2723;
  --ink-soft: #60716c;
  --paper: #f7f3ec;
  --paper-deep: #eee8dd;
  --white: #fffdf9;
  --green: #1c8068;
  --green-dark: #11624f;
  --green-soft: #dfeee8;
  --coral: #ee6f57;
  --coral-dark: #d55742;
  --coral-soft: #f9dfd8;
  --gold: #c7a25a;
  --gold-soft: #f1e5c8;
  --blue-soft: #dce9ef;
  --line: rgba(23, 53, 47, .13);
  --shadow-sm: 0 12px 34px rgba(30, 53, 47, .08);
  --shadow-lg: 0 34px 80px rgba(30, 53, 47, .14);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --sans: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  --serif: "Shippori Mincho", "Yu Mincho", serif;
  --latin: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.8; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .16; z-index: 100; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
:focus-visible { outline: 3px solid rgba(238,111,87,.42); outline-offset: 4px; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: var(--ink); color: white; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.is-scrolled { background: rgba(247, 243, 236, .86); backdrop-filter: blur(18px); border-color: var(--line); }
.nav-shell { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: flex; align-items: baseline; gap: 12px; }
.brand-word { font: 700 25px/1 var(--latin); letter-spacing: -.05em; color: var(--ink-deep); }
.brand-word span { color: var(--coral); }
.brand-note { font-size: 10px; font-weight: 700; letter-spacing: .12em; color: var(--ink-soft); text-transform: uppercase; }
.global-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; }
.global-nav > a:not(.nav-button) { position: relative; color: var(--ink-soft); }
.global-nav > a:not(.nav-button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--green); transition: right .2s; }
.global-nav > a:hover { color: var(--ink); }
.global-nav > a:hover::after { right: 0; }
/* ヘッダーの「事前登録」は、ヒーローの「無料で事前登録 →」(.button-primary) と同じ色。
   同じ画面に2つ並ぶので、行き先が同じボタンの色は揃える（2026-08-31 オーナー指示） */
.nav-button { padding: 10px 20px; color: white; background: var(--coral); border-radius: 999px; transition: .2s; }
.nav-button:hover { background: var(--coral-dark); transform: translateY(-1px); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--white); border-radius: 50%; padding: 12px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 1px; background: var(--ink); margin: 4px 0; transition: .2s; }

/* Hero */
.hero { position: relative; overflow: hidden; padding: 66px 0 104px; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(3px); pointer-events: none; }
.hero-glow-one { width: 540px; height: 540px; background: radial-gradient(circle, rgba(238,111,87,.16), rgba(238,111,87,0) 68%); left: -230px; top: -190px; }
.hero-glow-two { width: 720px; height: 720px; background: radial-gradient(circle, rgba(28,128,104,.13), rgba(28,128,104,0) 68%); right: -260px; top: -170px; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr); align-items: center; gap: clamp(45px, 7vw, 100px); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 26px; font-size: 12px; font-weight: 700; letter-spacing: .15em; color: var(--green-dark); }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 6px var(--coral-soft); }
.hero h1 { margin: 0; font: 600 clamp(42px, 5.1vw, 70px)/1.34 var(--serif); letter-spacing: -.035em; color: var(--ink-deep); }
.hero h1 em { position: relative; color: var(--green-dark); font-style: normal; white-space: nowrap; }
.hero h1 em::after { content: ""; position: absolute; left: 3%; right: -2%; bottom: 3px; height: 9px; z-index: -1; border-radius: 20px; background: var(--gold-soft); transform: rotate(-1deg); }
.hero-lead { max-width: 560px; margin: 28px 0 0; color: var(--ink-soft); font-size: 15.5px; line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 25px; border: 0; border-radius: 999px; font-size: 14px; font-weight: 700; cursor: pointer; transition: .22s ease; }
.button svg { width: 18px; }
.button-primary { background: var(--coral); color: white; box-shadow: 0 14px 28px rgba(213,87,66,.2); }
.button-primary:hover { background: var(--coral-dark); transform: translateY(-2px); box-shadow: 0 18px 34px rgba(213,87,66,.25); }
.button-primary > span { display: grid; text-align: left; line-height: 1.3; }
.button-primary small { margin-top: 2px; color: rgba(255,255,255,.72); font-size: 8px; font-weight: 600; }
.button-secondary { min-height: 46px; background: var(--white); border: 1px solid var(--line); color: var(--green-dark); box-shadow: 0 8px 20px rgba(30,53,47,.06); }
.button-secondary:hover { border-color: rgba(28,128,104,.35); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: var(--green-dark); border-bottom: 1px solid rgba(17,98,79,.28); padding-bottom: 3px; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.assurance { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: var(--ink-soft); font-size: 11.5px; }
.assurance span { display: inline-flex; align-items: center; gap: 7px; }
.assurance i { width: 15px; height: 15px; border-radius: 50%; background: var(--green-soft); position: relative; }
.assurance i::after { content: "✓"; position: absolute; inset: -3px 0 0 3px; color: var(--green); font-size: 10px; font-style: normal; font-weight: 800; }
.booking-types { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 16px; }
.booking-types > span:not(.booking-types-label) { padding: 5px 9px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,253,249,.72); color: var(--ink-soft); font-size: 9px; font-weight: 600; }
.booking-types-label { margin-right: 2px; color: var(--green-dark); font-size: 9px; font-weight: 700; letter-spacing: .08em; }

/* Product mockup */
.product-scene { position: relative; min-height: 560px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(28,128,104,.12); border-radius: 50%; }
.orbit-one { width: 500px; height: 500px; }
.orbit-two { width: 390px; height: 390px; border-style: dashed; }
.itinerary-card { position: relative; z-index: 2; width: min(100%, 470px); overflow: hidden; background: rgba(255,253,249,.95); border: 1px solid rgba(23,53,47,.13); border-radius: 28px; box-shadow: var(--shadow-lg); transform: rotate(-1deg); }
.itinerary-top { display: flex; justify-content: space-between; gap: 24px; padding: 28px 30px 24px; border-bottom: 1px solid var(--line); }
.trip-label, .bento-label { display: inline-block; font: 700 9px/1 var(--latin); letter-spacing: .18em; color: var(--coral); }
.itinerary-top h2 { margin: 8px 0 2px; font: 600 24px/1.4 var(--serif); }
.itinerary-top p { margin: 0; font: 600 10px/1.6 var(--latin); letter-spacing: .06em; color: var(--ink-soft); }
.travellers { display: flex; align-items: center; padding-left: 14px; }
.travellers span, .avatar-row span { width: 32px; height: 32px; display: grid; place-items: center; margin-left: -9px; border: 2px solid var(--white); border-radius: 50%; font-size: 9px; font-weight: 700; background: var(--green-soft); color: var(--green-dark); }
.travellers span:nth-child(2), .avatar-row span:nth-child(2) { background: var(--coral-soft); color: var(--coral-dark); }
.travellers span:nth-child(3), .avatar-row span:nth-child(3) { background: var(--gold-soft); color: #7d642e; }
.travellers span:nth-child(4), .avatar-row span:nth-child(4) { background: var(--blue-soft); color: #426776; }
.day-label { display: flex; align-items: center; gap: 12px; padding: 18px 30px 8px; font-size: 11px; }
.day-label span { font: 700 9px/1 var(--latin); letter-spacing: .14em; color: var(--green); }
.timeline { padding: 6px 30px 20px; }
.timeline-item { position: relative; display: grid; grid-template-columns: 42px 34px 1fr auto; align-items: center; gap: 11px; padding: 15px 0; }
.timeline-item:not(:last-child)::after { content: ""; position: absolute; left: 58px; bottom: -6px; height: 22px; border-left: 1px dashed rgba(23,53,47,.2); }
.time { font: 700 9px/1 var(--latin); color: var(--ink-soft); }
.timeline-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; }
.timeline-mark svg { width: 17px; }
.mark-flight { background: var(--blue-soft); color: #3e7180; }
.mark-hotel { background: var(--green-soft); color: var(--green); }
.mark-food { background: var(--coral-soft); color: var(--coral); }
.timeline-copy { min-width: 0; }
.timeline-copy b, .timeline-copy span { display: block; }
.timeline-copy b { font-size: 11.5px; }
.timeline-copy span { margin-top: 2px; color: var(--ink-soft); font-size: 9.5px; }
.status-chip { padding: 4px 8px; border-radius: 999px; background: var(--green-soft); color: var(--green-dark); font-size: 8px; font-weight: 700; }
.itinerary-foot { display: flex; align-items: center; justify-content: space-between; padding: 14px 30px; background: #f2eee6; font-size: 9px; color: var(--ink-soft); }
.itinerary-foot button { display: inline-flex; align-items: center; gap: 5px; padding: 5px 10px; border: 1px solid var(--line); background: var(--white); border-radius: 999px; font-size: 9px; }
.itinerary-foot svg { width: 13px; }
.mail-float { position: absolute; z-index: 3; display: flex; align-items: center; gap: 11px; padding: 12px 14px; background: rgba(255,253,249,.96); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-sm); }
.mail-float small, .mail-float b { display: block; white-space: nowrap; }
.mail-float small { color: var(--ink-soft); font-size: 8px; }
.mail-float b { margin-top: 1px; font-size: 10px; }
.mail-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; color: var(--coral); background: var(--coral-soft); }
.mail-icon svg { width: 16px; }
.mail-check { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: var(--green); color: white; font-size: 9px; }
.mail-one { top: 55px; left: -20px; transform: rotate(2deg); }
.mail-two { right: -5px; bottom: 55px; transform: rotate(3deg); }
.spark { display: grid; place-items: center; width: 30px; height: 30px; color: #896f35; background: var(--gold-soft); border-radius: 9px; }

/* Process strip */
.trust-strip { background: var(--ink-deep); color: white; }
.trust-grid { min-height: 82px; display: flex; align-items: center; justify-content: center; gap: clamp(20px, 4vw, 56px); }
.trust-grid > div:not(.trust-arrow) { display: flex; align-items: center; gap: 11px; }
.trust-grid b { font: 700 9px/1 var(--latin); color: #e3c77f; letter-spacing: .12em; }
.trust-grid span { font-size: 12px; font-weight: 600; }
.trust-arrow { color: rgba(255,255,255,.32); }

/* Friction to relief */
.friction-section { padding: 70px 0 12px; }
.friction-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 25px; }
.friction-heading .section-kicker { margin-bottom: 7px; }
.friction-heading h2 { margin: 0; font: 600 clamp(24px, 3.2vw, 36px)/1.55 var(--serif); letter-spacing: -.025em; }
.friction-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.friction-card { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 14px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,253,249,.68); }
.friction-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--paper-deep); color: var(--ink-soft); font: 700 18px/1 var(--latin); }
.friction-card h3 { margin: 0; font-size: 12px; line-height: 1.5; }
.friction-card p { margin: 3px 0 0; color: var(--ink-soft); font-size: 9.5px; line-height: 1.6; }
.friction-card strong { grid-column: 2; justify-self: start; margin-top: -6px; padding: 4px 8px; border-radius: 999px; background: var(--green-soft); color: var(--green-dark); font-size: 8px; }

/* Sections */
.section { padding: 116px 0; }
.section-heading { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 64px; margin-bottom: 54px; }
.section-heading.compact { grid-template-columns: 1fr; }
.section-kicker { margin: 0 0 15px; font: 700 10px/1 var(--latin); color: var(--green); letter-spacing: .2em; }
.section-kicker.light { color: #f0cd83; }
.section-heading h2, .journal-head h2, .waitlist-card h2 { margin: 0; font: 600 clamp(30px, 4vw, 46px)/1.5 var(--serif); letter-spacing: -.025em; }
.section-heading > p { margin: 0 0 7px; max-width: 460px; color: var(--ink-soft); font-size: 14px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { min-height: 330px; padding: 25px 26px 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); transition: .25s; }
.step-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.step-top { display: flex; align-items: center; gap: 14px; margin-bottom: 48px; }
.step-number { font: 700 10px/1 var(--latin); letter-spacing: .12em; color: var(--coral); }
.step-line { flex: 1; height: 1px; background: var(--line); }
.icon-tile { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; }
.icon-tile svg { width: 22px; }
.tile-coral { color: var(--coral); background: var(--coral-soft); }
.tile-green { color: var(--green); background: var(--green-soft); }
.tile-gold { color: #8d7138; background: var(--gold-soft); }
.step-card h3, .bento h3 { margin: 24px 0 10px; font-size: 18px; line-height: 1.55; }
.step-card p, .bento p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.process-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 20px; padding: 23px 26px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,253,249,.72); }
.process-cta > div > span { font: 600 17px/1.6 var(--serif); color: var(--ink-deep); }
.process-cta p { margin: 3px 0 0; color: var(--ink-soft); font-size: 10.5px; }

/* Bento */
.section-features { background: var(--white); border-block: 1px solid var(--line); }
.bento-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 18px; }
.bento { position: relative; overflow: hidden; min-height: 290px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); }
.bento-large { grid-row: span 2; min-height: 600px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(145deg, #e5f0ec, #f6f4ed 68%); }
.bento-large h3 { margin-top: 15px; font: 600 31px/1.55 var(--serif); }
.bento-copy { max-width: 420px; }
.mini-phone { width: 290px; height: 340px; margin: 35px auto -86px; padding: 22px 20px; background: var(--white); border: 6px solid var(--ink-deep); border-radius: 34px 34px 0 0; box-shadow: 0 20px 40px rgba(23,53,47,.18); transform: rotate(-2deg); }
.mini-notch { width: 70px; height: 14px; margin: -14px auto 20px; background: var(--ink-deep); border-radius: 0 0 10px 10px; }
.mini-head span, .mini-head b { display: block; }
.mini-head span { font-size: 8px; color: var(--ink-soft); }
.mini-head b { font-family: var(--serif); font-size: 17px; }
.mini-event { display: flex; gap: 12px; align-items: center; margin-top: 16px; padding: 11px; background: var(--paper); border-radius: 12px; }
.mini-event i { width: 29px; height: 29px; border-radius: 9px; }
.event-flight { background: var(--blue-soft); }.event-hotel { background: var(--green-soft); }.event-food { background: var(--coral-soft); }
.mini-event span { display: flex; flex-direction: column; }.mini-event small { color: var(--ink-soft); font-size: 7px; }.mini-event b { font-size: 9px; }
.bento-share { background: var(--ink-deep); color: white; }
.bento-share p { color: rgba(255,255,255,.65); }
.avatar-row { display: flex; align-items: center; margin: 28px 0 0 9px; }
.avatar-row b { display: grid; place-items: center; width: 32px; height: 32px; margin-left: 4px; border: 1px dashed rgba(255,255,255,.35); border-radius: 50%; color: rgba(255,255,255,.7); }
.bento-security { background: #f8f0dd; }
.bento-multi { grid-column: 1 / -1; min-height: 310px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; background: #eef2f1; }
.bento-multi h3 { font: 600 27px/1.55 var(--serif); }
.multi-visual { position: relative; min-height: 235px; }
.ticket { position: absolute; width: 180px; min-height: 84px; display: grid; grid-template-columns: 38px 1fr; align-content: center; column-gap: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-sm); background: var(--white); }
.ticket i { grid-row: 1 / 3; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; font-style: normal; background: var(--green-soft); color: var(--green); }
.ticket b { font: 700 10px/1.2 var(--latin); }.ticket small { color: var(--ink-soft); font-size: 8px; }
.ticket-one { left: 2%; top: 25%; transform: rotate(-8deg); }.ticket-two { left: 34%; top: 5%; z-index: 2; transform: rotate(2deg); }.ticket-three { right: 2%; bottom: 9%; transform: rotate(8deg); }
.ticket-three i { background: var(--coral-soft); color: var(--coral); }.ticket-two i { background: var(--gold-soft); color: #826832; }

/* Journal */
.journal-section { background: var(--paper); }
.journal-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.journal-grid { display: grid; grid-template-columns: 1.45fr .55fr; gap: 18px; }
.journal-feature { overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 420px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); transition: .25s; }
.journal-feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.journal-art { position: relative; overflow: hidden; display: grid; place-items: center; min-height: 300px; background: #dfe9e5; }
.journal-art::before { content: ""; position: absolute; width: 300px; height: 300px; border: 1px solid rgba(23,53,47,.12); border-radius: 50%; }
.luggage { position: relative; width: 135px; height: 174px; border: 8px solid var(--ink-deep); border-radius: 22px; background: var(--coral); transform: rotate(-5deg); box-shadow: 18px 24px 0 rgba(23,53,47,.08); }
.luggage::before { content: ""; position: absolute; width: 52px; height: 30px; left: 50%; top: -31px; border: 8px solid var(--ink-deep); border-bottom: 0; border-radius: 10px 10px 0 0; transform: translateX(-50%); }
.luggage::after { content: ""; position: absolute; left: 16px; right: 16px; top: 52px; height: 6px; background: var(--ink-deep); border-radius: 4px; box-shadow: 0 35px 0 var(--ink-deep); }
.luggage span, .luggage i { position: absolute; bottom: -14px; width: 18px; height: 18px; border: 6px solid var(--ink-deep); background: var(--paper); border-radius: 50%; }.luggage span { left: 16px; }.luggage i { right: 16px; }
.art-stamp { position: absolute; right: 20px; top: 20px; width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid rgba(23,53,47,.4); border-radius: 50%; text-align: center; font: 700 8px/1.5 var(--latin); letter-spacing: .15em; transform: rotate(8deg); }
/* 旅ノート2本目の表紙。.luggage と同じ作りで「ゲートとチケット」を描く（画像を増やさない） */
.art-gate { background: #e6e2d9; }
.gate { position: relative; width: 148px; height: 176px; transform: rotate(-3deg); }
.gate::before { content: ""; position: absolute; inset: 0 0 24px; border: 8px solid var(--ink-deep); border-bottom: 0; border-radius: 74px 74px 0 0; background: var(--paper); }
.gate::after { content: ""; position: absolute; left: 0; right: 0; bottom: 16px; height: 8px; background: var(--ink-deep); border-radius: 4px; box-shadow: 14px 22px 0 -4px rgba(23,53,47,.08); }
.gate span { position: absolute; left: 50%; top: 58px; width: 56px; height: 76px; transform: translateX(-50%); border: 6px solid var(--ink-deep); border-radius: 8px; background: var(--coral); }
.gate i { position: absolute; left: 50%; top: 80px; width: 28px; height: 6px; transform: translateX(-50%); background: var(--ink-deep); border-radius: 3px; box-shadow: 0 16px 0 var(--ink-deep); }
.journal-copy { display: flex; flex-direction: column; justify-content: center; padding: 40px; }
.post-meta { display: flex; flex-wrap: wrap; gap: 10px; color: var(--ink-soft); font: 600 9px/1.4 var(--latin); letter-spacing: .06em; }
.post-meta span:first-child { color: var(--coral); }
.journal-copy h3 { margin: 18px 0 14px; font: 600 24px/1.6 var(--serif); }
.journal-copy p { margin: 0; color: var(--ink-soft); font-size: 12.5px; }
.read-more { margin-top: 28px; font-size: 12px; font-weight: 700; color: var(--green-dark); }
.journal-stack { display: grid; gap: 18px; }
.coming-post { min-height: 200px; display: flex; align-items: center; gap: 19px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.coming-icon { flex: 0 0 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: var(--paper-deep); font: 700 10px/1 var(--latin); color: var(--ink-soft); }
a.coming-post { text-decoration: none; color: inherit; transition: .25s; }
a.coming-post:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.coming-post small { font: 700 8px/1 var(--latin); color: var(--gold); letter-spacing: .14em; }
.coming-post h3 { margin: 10px 0 0; font: 600 15px/1.75 var(--serif); }

/* FAQ */
.faq-section { padding-top: 102px; background: var(--white); border-top: 1px solid var(--line); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 8vw, 110px); align-items: start; }
.faq-intro { position: sticky; top: 110px; }
.faq-intro h2 { margin: 0; font: 600 clamp(30px, 4vw, 44px)/1.55 var(--serif); letter-spacing: -.025em; }
.faq-intro > p:not(.section-kicker) { margin: 20px 0 25px; color: var(--ink-soft); font-size: 12px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 4px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 auto; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--green); font: 500 17px/1 var(--latin); transition: transform .2s, background .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); background: var(--green-soft); }
.faq-list details p { max-width: 640px; margin: -5px 48px 25px 4px; color: var(--ink-soft); font-size: 12px; }

/* Waitlist + footer */
.waitlist-section { padding: 30px 0 110px; }
.waitlist-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: center; padding: clamp(42px, 7vw, 78px); color: white; border-radius: var(--radius-lg); background: var(--ink-deep); }
.waitlist-card::before { content: ""; position: absolute; width: 480px; height: 480px; right: -210px; top: -260px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.waitlist-copy, .waitlist-form { position: relative; z-index: 1; }
.waitlist-card h2 { font-size: clamp(31px, 4vw, 45px); }
.waitlist-copy > p:last-child { margin: 18px 0 0; max-width: 500px; color: rgba(255,255,255,.64); font-size: 13px; }
.waitlist-form label { display: block; margin-bottom: 9px; font-size: 10px; font-weight: 700; color: rgba(255,255,255,.75); }
.input-row { display: flex; padding: 5px; background: white; border-radius: 999px; }
.input-row input { min-width: 0; flex: 1; padding: 0 15px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 13px; }
.input-row input::placeholder { color: #9aa8a3; }
.input-row button { border: 0; padding: 13px 18px; border-radius: 999px; background: var(--coral); color: white; font-size: 11px; font-weight: 700; cursor: pointer; }
.form-note { min-height: 20px; margin: 10px 8px 0; color: rgba(255,255,255,.5); font-size: 9.5px; }
.form-note.success { color: #9de3ca; }.form-note.error { color: #ffc2b6; }
.waitlist-decoration { position: absolute; color: rgba(255,255,255,.12); }.decor-one { left: 52%; top: 22px; font-size: 46px; }.decor-two { left: 45%; bottom: -55px; font-size: 150px; }
.site-footer { padding: 70px 0 24px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; padding-bottom: 60px; }
.footer-brand { display: inline-flex; }.footer-grid > div:first-child > p { margin: 18px 0 0; color: var(--ink-soft); font-size: 12px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.footer-links > div { display: grid; align-content: start; gap: 8px; }
.footer-links b { margin-bottom: 6px; font: 700 9px/1 var(--latin); letter-spacing: .13em; color: var(--ink); }
.footer-links a, .footer-placeholder { color: var(--ink-soft); font-size: 11px; }.footer-links a:hover { color: var(--green); }
.footer-placeholder { display: flex; align-items: center; gap: 6px; }
.footer-placeholder small { padding: 1px 5px; border: 1px solid var(--line); border-radius: 999px; color: #97a29e; font-size: 7px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line); color: #89948f; font: 600 9px/1.5 var(--latin); letter-spacing: .06em; }
.mobile-sticky-cta { display: none; }

/* Article */
.article-page { background: var(--white); }
.reading-progress { position: fixed; z-index: 60; top: 0; left: 0; width: 0; height: 3px; background: var(--coral); }
.article-header { background: rgba(255,253,249,.88); backdrop-filter: blur(18px); border-color: var(--line); }
.back-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink-soft); font-size: 11px; font-weight: 600; }.back-link svg { width: 17px; }.back-link:hover { color: var(--green); }
.article-hero { position: relative; overflow: hidden; padding: 64px 0 74px; background: var(--paper); border-bottom: 1px solid var(--line); }
.article-hero-glow { position: absolute; right: -100px; top: -180px; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(28,128,104,.12), transparent 68%); }
.article-shell { position: relative; width: min(850px, calc(100% - 48px)); margin-inline: auto; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; color: var(--ink-soft); font-size: 9.5px; }.breadcrumb a:hover { color: var(--green); }
.article-category { display: inline-block; margin-bottom: 15px; color: var(--coral); font: 700 9px/1 var(--latin); letter-spacing: .18em; }
.article-hero h1 { margin: 0; font: 600 clamp(34px, 5vw, 56px)/1.48 var(--serif); letter-spacing: -.03em; color: var(--ink-deep); }
.article-deck { max-width: 690px; margin: 23px 0 0; color: var(--ink-soft); font-size: 14px; }
.article-byline { display: flex; align-items: center; gap: 12px; margin-top: 34px; }
.author-mark { flex: 0 0 auto; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; font: 700 14px/1 var(--latin); }
.author-mark.large { width: 54px; height: 54px; font-size: 18px; }
.article-byline > div:nth-child(2) b, .article-byline > div:nth-child(2) span { display: block; }
.article-byline > div:nth-child(2) b { font-size: 11px; }.article-byline > div:nth-child(2) span { margin-top: 2px; color: var(--ink-soft); font: 500 9px/1.5 var(--latin); }
.share-button { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-size: 9px; cursor: pointer; }.share-button svg { width: 14px; }.share-button:hover { border-color: var(--green); color: var(--green); }
.article-cover { position: relative; width: min(1040px, calc(100% - 48px)); height: 510px; display: grid; place-items: center; margin: 58px auto 88px; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(145deg, #dfeae6, #efe9dd); }
.cover-window { position: relative; width: min(760px, 85%); height: 350px; }
.cover-window::before, .cover-window::after { content: ""; position: absolute; border: 1px solid rgba(23,53,47,.12); border-radius: 50%; }.cover-window::before { width: 350px; height: 350px; left: 50%; top: 50%; transform: translate(-50%,-50%); }.cover-window::after { width: 250px; height: 250px; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.cover-mail, .cover-book, .cover-arrow { position: absolute; z-index: 2; }
.cover-mail { width: 185px; display: grid; grid-template-columns: 38px 1fr; gap: 4px 11px; padding: 14px; background: var(--white); border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow-sm); }
.cover-mail span { grid-row: 1/3; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: var(--blue-soft); }.cover-mail b { font: 700 9px/1.2 var(--latin); }.cover-mail small { color: var(--ink-soft); font: 500 7px/1.2 var(--latin); }
.mail-a { left: 0; top: 5%; transform: rotate(-6deg); }.mail-b { left: 2%; top: 40%; transform: rotate(2deg); }.mail-c { left: 9%; bottom: 0; transform: rotate(-2deg); }.mail-b span { background: var(--green-soft); }.mail-c span { background: var(--coral-soft); }
.cover-arrow { left: 42%; top: 48%; color: var(--green); font-size: 28px; }
.cover-book { right: 3%; top: 4%; width: 280px; height: 330px; padding: 37px 33px; border: 1px solid var(--line); border-radius: 8px 22px 22px 8px; background: var(--white); box-shadow: var(--shadow-lg); transform: rotate(3deg); }
.cover-book::before { content: ""; position: absolute; left: 13px; top: 0; bottom: 0; width: 2px; background: repeating-linear-gradient(var(--gold) 0 7px, transparent 7px 14px); }.cover-book small { color: var(--green); font: 700 8px/1 var(--latin); letter-spacing: .14em; }.cover-book b { display: block; margin: 15px 0 28px; font: 600 21px/1.4 var(--serif); }.cover-book i { display: block; position: relative; height: 55px; margin-left: 24px; border-left: 1px dashed rgba(23,53,47,.25); }.cover-book i::before { content: ""; position: absolute; left: -6px; top: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--green); }.cover-book i::after { content: "予約情報"; position: absolute; left: 18px; top: -5px; color: var(--ink-soft); font-size: 8px; font-style: normal; }
.cover-caption { position: absolute; right: 28px; bottom: 22px; color: rgba(23,53,47,.5); font: 700 8px/1 var(--latin); letter-spacing: .18em; }
.article-layout { display: grid; grid-template-columns: 200px minmax(0, 690px); gap: 76px; justify-content: center; padding-bottom: 110px; }
.article-aside { position: relative; }.toc { position: sticky; top: 112px; display: grid; gap: 13px; padding-left: 17px; border-left: 1px solid var(--line); }.toc p { margin: 0 0 7px; font-size: 9px; font-weight: 700; letter-spacing: .12em; color: var(--ink); }.toc a { color: var(--ink-soft); font-size: 9.5px; line-height: 1.6; }.toc a:hover { color: var(--green); }
.article-content { min-width: 0; color: #2e453f; font-size: 15px; line-height: 2.15; }
.article-content > p, .article-content section > p { margin: 0 0 1.75em; }
/* 🔴 本文中のリンクは「リンクに見える」こと。サイト全体の a は下線なし（32行目）なので、
   記事本文だけ明示的に色と下線を戻す。ボタンや関連サイトのカードは p/li の直下ではないので影響しない。 */
.article-content p > a, .article-content li > a { color: var(--coral); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.article-content p > a:hover, .article-content li > a:hover { color: var(--ink-deep); }
.lead-paragraph { font: 600 21px/1.9 var(--serif); color: var(--ink); }
.article-content section { padding-top: 45px; scroll-margin-top: 80px; }
.content-number { display: block; margin-bottom: 12px; color: var(--coral); font: 700 9px/1 var(--latin); letter-spacing: .16em; }
.article-content h2 { margin: 0 0 24px; font: 600 28px/1.65 var(--serif); letter-spacing: -.02em; color: var(--ink-deep); }
.pattern-list { display: grid; gap: 10px; margin-top: 28px; }
.pattern-list > div { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); }.pattern-list > div > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: var(--coral); background: var(--coral-soft); font: 700 9px/1 var(--latin); }.pattern-list p { margin: 0; color: var(--ink-soft); font-size: 12.5px; line-height: 1.8; }.pattern-list b { display: block; margin-bottom: 3px; color: var(--ink); font-size: 13px; }
.article-quote { position: relative; margin: 70px 0 20px; padding: 38px 42px; border: 0; border-radius: var(--radius-md); background: var(--green-soft); }.article-quote > span { position: absolute; left: 25px; top: 12px; color: rgba(28,128,104,.22); font: 700 74px/1 var(--serif); }.article-quote p { position: relative; margin: 0; font: 500 20px/1.9 var(--serif); }.article-quote strong { color: var(--green-dark); }
.method-list { display: grid; gap: 24px; margin: 32px 0 0; padding: 0; list-style: none; }.method-list li { display: grid; grid-template-columns: 46px 1fr; gap: 19px; }.method-list li > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--green); font: 700 11px/1 var(--latin); }.method-list h3 { margin: 2px 0 5px; font-size: 14px; }.method-list p { margin: 0; color: var(--ink-soft); font-size: 12.5px; }
.product-callout { position: relative; overflow: hidden; padding: 38px; border-radius: var(--radius-md); background: var(--ink-deep); color: white; }.product-callout::after { content: ""; position: absolute; right: -90px; bottom: -120px; width: 260px; height: 260px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.02); }.callout-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 14px; color: #f0cd83; background: rgba(255,255,255,.08); }.callout-icon svg { width: 22px; }.product-callout span { color: #f0cd83; font: 700 8px/1 var(--latin); letter-spacing: .18em; }.product-callout h2 { margin: 14px 0 13px; color: white; font-size: 25px; }.product-callout p { color: rgba(255,255,255,.65); font-size: 12.5px; }.product-callout .button { position: relative; z-index: 1; min-height: 45px; margin-top: 9px; font-size: 11px; }
.related-site { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 17px; margin-top: 28px; padding: 19px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); transition: .2s; }.related-site:hover { transform: translateY(-2px); border-color: rgba(28,128,104,.35); }.related-monogram { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 15px; background: var(--coral-soft); color: var(--coral); font: 700 13px/1 var(--latin); }.related-site small, .related-site b, .related-site em { display: block; }.related-site small { color: var(--green); font: 700 7px/1 var(--latin); letter-spacing: .14em; }.related-site b { margin-top: 6px; font-size: 11.5px; }.related-site em { margin-top: 2px; color: var(--ink-soft); font-size: 9.5px; font-style: normal; }.related-site strong { color: var(--green); }
.article-end { margin-top: 80px; padding-top: 36px; border-top: 1px solid var(--line); }.author-card { display: flex; align-items: center; gap: 16px; }.author-card small, .author-card b { display: block; }.author-card small { color: var(--green); font: 700 7px/1 var(--latin); letter-spacing: .14em; }.author-card b { margin-top: 5px; font-size: 11px; }.author-card p { margin: 3px 0 0; color: var(--ink-soft); font-size: 9.5px; }.next-article { display: grid; grid-template-columns: 1fr auto; margin-top: 34px; padding: 21px 0; border-block: 1px solid var(--line); }.next-article small, .next-article b { display: block; }.next-article small { grid-column: 1; color: var(--coral); font: 700 7px/1 var(--latin); letter-spacing: .15em; }.next-article b { grid-column: 1; margin-top: 7px; font-size: 12px; }.next-article span { grid-column: 2; grid-row: 1/3; align-self: center; color: var(--green); }
.compact-footer { padding-top: 24px; }.compact-footer a { color: var(--green); }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 80; padding: 10px 16px; color: white; background: var(--ink-deep); border-radius: 999px; box-shadow: var(--shadow-sm); font-size: 10px; opacity: 0; transform: translate(-50%, 18px); transition: .25s; pointer-events: none; }.toast.is-visible { opacity: 1; transform: translate(-50%,0); }

/* Motion */
/* 🔴 JSが読めない/失敗した環境では本文が全部消えるため、隠すのは js クラスが付いたときだけ。
   app.js が最初に html.js を付ける（progressive enhancement）。2026-08-27 修正 */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .14s; }.reveal-delay-sm { transition-delay: .09s; }.reveal-delay-md { transition-delay: .18s; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .hero-copy { max-width: 700px; }
  .product-scene { width: min(100%, 620px); margin-inline: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .bento-grid { grid-template-columns: 1fr 1fr; }
  .bento-large { grid-column: 1/-1; grid-row: auto; min-height: 590px; }
  .bento-multi { grid-template-columns: 1fr; }
  .journal-grid { grid-template-columns: 1fr; }
  .journal-stack { grid-template-columns: 1fr 1fr; }
  .waitlist-card { grid-template-columns: 1fr; gap: 36px; }
  .faq-layout { grid-template-columns: 1fr; gap: 38px; }
  .faq-intro { position: static; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { display: none; }
}

@media (max-width: 720px) {
  body:not(.article-page) { padding-bottom: 82px; }
  .shell, .article-shell, .article-cover { width: min(100% - 32px, 1180px); }
  .nav-shell { min-height: 66px; }
  .brand-note { display: none; }
  .menu-toggle { display: block; }
  .global-nav { position: absolute; left: 16px; right: 16px; top: 61px; display: grid; gap: 0; padding: 10px; background: rgba(255,253,249,.98); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-sm); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s; }
  .global-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .global-nav a { padding: 11px 12px; }
  .nav-button { text-align: center; margin-top: 6px; }
  .hero { padding: 44px 0 76px; }
  .hero h1 { font-size: clamp(38px, 11vw, 52px); }
  .hero-lead { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .assurance { display: grid; gap: 9px; }
  .booking-types { margin-top: 19px; }
  .booking-types-label { flex-basis: 100%; }
  .product-scene { min-height: 470px; transform: scale(.9); margin-block: -15px; }
  .mail-one { left: 0; }.mail-two { right: 0; }
  .trust-grid { min-height: auto; padding-block: 22px; gap: 8px; justify-content: space-between; }
  .trust-grid > div:not(.trust-arrow) { display: grid; justify-items: center; gap: 6px; text-align: center; }
  .trust-grid span { font-size: 10px; }.trust-arrow { font-size: 11px; }
  .section { padding: 82px 0; }
  .friction-section { padding: 54px 0 0; }
  .friction-heading { display: block; margin-bottom: 20px; }
  .friction-heading h2 { font-size: 28px; }
  .friction-grid { grid-template-columns: 1fr; }
  .friction-card { grid-template-columns: 42px 1fr auto; }
  .friction-card strong { grid-column: 3; grid-row: 1; margin: 0; white-space: nowrap; }
  .steps-grid, .bento-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 280px; }
  .bento-large, .bento-multi { grid-column: auto; }
  .bento-large { min-height: 560px; }
  .mini-phone { width: 260px; }
  .bento-multi { gap: 10px; }
  .ticket { width: 155px; }
  .journal-head { align-items: flex-start; flex-direction: column; }
  .journal-feature { grid-template-columns: 1fr; }
  .journal-copy { padding: 28px; }
  .journal-stack { grid-template-columns: 1fr; }
  .coming-post { min-height: 150px; }
  .process-cta { align-items: stretch; flex-direction: column; }
  .process-cta .button { width: 100%; }
  .faq-section { padding-top: 78px; }
  .faq-list summary { min-height: 72px; font-size: 12.5px; }
  .waitlist-section { padding-bottom: 80px; }
  .waitlist-card { padding: 40px 24px; border-radius: 26px; }
  .input-row { display: grid; border-radius: 18px; }
  .input-row input { height: 46px; }
  .input-row button { min-height: 44px; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .mobile-sticky-cta { position: fixed; z-index: 55; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; min-height: 62px; padding: 10px 13px 10px 20px; color: white; background: rgba(14,39,35,.96); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; box-shadow: 0 18px 46px rgba(14,39,35,.3); backdrop-filter: blur(16px); }
  .mobile-sticky-cta span { display: grid; line-height: 1.25; }
  .mobile-sticky-cta small { color: rgba(255,255,255,.58); font-size: 8px; }
  .mobile-sticky-cta b { margin-top: 3px; font-size: 12px; }
  .mobile-sticky-cta em { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--coral); font-style: normal; }
  .mobile-sticky-cta.is-hidden { opacity: 0; transform: translateY(18px); pointer-events: none; }
  .article-hero { padding: 44px 0 58px; }
  .article-hero h1 br { display: none; }
  .article-byline { flex-wrap: wrap; }
  .share-button { margin-left: 50px; }
  .article-cover { height: 360px; margin: 35px auto 60px; }
  .cover-window { transform: scale(.72); }
  .article-layout { padding-bottom: 80px; }
  .article-content { font-size: 14px; }
  .lead-paragraph { font-size: 19px; }
  .article-content h2 { font-size: 24px; }
  .article-quote { padding: 34px 26px; }.article-quote p { font-size: 17px; }
  .product-callout { padding: 30px 24px; }
  .related-site { grid-template-columns: 48px 1fr; }.related-site strong { display: none; }.related-monogram { width: 48px; height: 48px; }.related-site em { display: none; }
}

@media (max-width: 430px) {
  .product-scene { transform: scale(.79); width: 125%; margin-left: -12.5%; margin-block: -60px -40px; }
  .mail-float { padding: 10px; }.mail-one { left: 2px; }.mail-two { right: 2px; }
  .itinerary-top, .timeline, .day-label { padding-left: 22px; padding-right: 22px; }
  .section-heading h2, .journal-head h2 { font-size: 31px; }
  .multi-visual { transform: scale(.88); margin-inline: -18px; }
  .journal-copy h3 { font-size: 21px; }
  .friction-card { grid-template-columns: 38px 1fr; padding: 17px; }
  .friction-icon { width: 38px; height: 38px; }
  .friction-card strong { grid-column: 2; grid-row: auto; justify-self: start; margin-top: -4px; }
  .footer-links { grid-template-columns: 1fr; }
  .article-deck { font-size: 13px; }
  .article-cover { height: 315px; }
  .cover-window { transform: scale(.62); }
}

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