:root {
    --paper: #faf9f5;
    --ink: #263e30;
    --muted: #536356;
    --pine: #294b39;
    --sage: #e7eddf;
    --line: #d5ddce;
    --white: #ffffff;
    --serif: 'Hiragino Mincho ProN', 'Yu Mincho', 'Noto Serif CJK JP', serif;
    --sans: 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.9; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a, summary, input, textarea, select { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid #997536; outline-offset: 5px; }
img { display: block; max-width: 100%; object-fit: cover; height: auto; }
figure { margin: 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; font-feature-settings: 'palt'; text-wrap: pretty; }
h1 { font-size: clamp(36px, 4.2vw, 64px); line-height: 1.6; letter-spacing: .035em; }
h2 { font-size: clamp(27px, 2.65vw, 40px); line-height: 1.65; letter-spacing: .025em; }
h3 { font-size: 19px; font-weight: 600; line-height: 1.8; }
p { margin-bottom: 20px; }
[hidden] { display: none !important; }
.skip-link { position: absolute; top: -100px; left: 20px; z-index: 100; background: var(--pine); color: white; padding: 12px; }
.skip-link:focus { top: 8px; }
.masthead { border-bottom: 1px solid var(--line); }
.masthead__inner { max-width: 1440px; margin: auto; padding: 24px 5%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.wordmark { font-family: Arial, sans-serif; font-size: 35px; line-height: 1; font-weight: 700; letter-spacing: -1.8px; }
.wordmark span { color: #637957; }
.navigation { display: flex; gap: clamp(18px, 2.5vw, 36px); font-size: 12px; align-items: center; }
.navigation a { padding: 8px 0; border-bottom: 1px solid transparent; }
.navigation a:hover, .navigation a[aria-current] { border-color: var(--pine); }

.navigation a.navigation__cta { font-weight: 600; color: var(--pine); }
.menu-toggle { display: none; background: none; color: var(--ink); border: 1px solid var(--line); padding: 8px 12px; font-size: 12px; }
.home-opening { display: grid; grid-template-columns: 1fr 1fr; max-width: 1440px; margin: auto; }
.home-opening__copy { padding: 74px 40px 55px max(32px, 10%); }
.eyebrow { font-size: 11px; letter-spacing: .16em; font-weight: 600; margin-bottom: 25px; }
.home-opening h1 { margin: 25px 0; }
.home-opening__lead { line-height: 2.2; font-size: 15px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; background: var(--pine); color: var(--white); padding: 17px 24px; font-size: 13px; border: 1px solid var(--pine); transition: background .18s, transform .18s; }
.button:hover { background: #1c3929; transform: translateY(-2px); }
.home-opening .button { margin-top: 10px; }
.home-opening__caption { font-size: 10px; margin: 22px 0 0; letter-spacing: .05em; color: var(--muted); }
.home-opening__image { position: relative; min-height: 610px; }
.home-opening__image img { width: 100%; height: 100%; position: absolute; inset: 0; }
.home-opening__image figcaption { position: absolute; bottom: 0; padding: 13px 20px; width: 100%; font-size: 10px; color: var(--ink); background: #faf9f5ee; }
.daybook { padding: 30px max(5%, calc((100% - 1296px) / 2)); background: var(--sage); }
.daybook__top { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; }
.daybook h2 { font-family: var(--sans); font-size: 17px; font-weight: 600; margin: 0; }
.daybook__top p { font-size: 11px; margin: 0; color: var(--muted); }
.daybook__choices { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 20px; gap: 20px; }
.daybook__choices button { display: flex; align-items: center; text-align: left; gap: 16px; border: 0; border-bottom: 2px solid #c0cebb; padding: 13px 0; color: var(--ink); background: transparent; font-size: 12px; }
.daybook__choices button[aria-pressed='true'] { border-color: var(--pine); }
.daybook__choices button:hover { border-color: var(--muted); }
.daybook__choices button > span:last-child { margin-left: auto; }
.daybook time { font-family: monospace; font-size: 22px; }
.daybook__detail { display: grid; grid-template-columns: 140px 1fr auto; gap: 20px; align-items: start; padding-top: 20px; font-size: 12px; }
.daybook__detail p { margin: 0; }
.daybook__detail a { text-decoration: underline; text-underline-offset: 5px; }
.daybook__tag { font-size: 11px; padding: 4px 10px; border: 1px solid #a0b39a; text-align: center; }
.section { max-width: 1296px; margin: auto; padding: 90px 0; width: 90%; }

.pause { position: relative; overflow: hidden; background: var(--pine); }
.pause video { width: 100%; height: clamp(300px, 42vw, 460px); object-fit: cover; display: block; opacity: .92; }
.pause__scrim { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,30,22,.55) 0%, rgba(20,30,22,0) 45%); }
.pause__caption { position: absolute; left: max(5%, calc((100% - 1296px) / 2 + 24px)); bottom: 28px; max-width: 30ch; color: var(--paper); font: 15px/1.8 var(--serif); }
@media (prefers-reduced-motion: reduce) { .pause video { opacity: 1; } }
.introduction { display: grid; grid-template-columns: 1fr 2fr; gap: 50px; }
.introduction > .eyebrow { padding-top: 12px; }
.introduction p:not(.eyebrow) { max-width: 700px; color: var(--muted); }
.text-link { font-size: 12px; border-bottom: 1px solid var(--ink); padding-bottom: 5px; white-space: nowrap; }
.text-link:hover { color: #6c4827; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 30px; margin-bottom: 32px; }
.section-heading h2 { margin: 0; }
.section-heading .eyebrow { margin-bottom: 13px; }
.tasks { padding-top: 25px; }
.task-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center; }
.task-layout figure img { width: 100%; aspect-ratio: 1.12; }
.task-layout figcaption { font-size: 11px; margin-top: 12px; color: var(--muted); }
.task-list > a { display: flex; align-items: baseline; gap: 25px; border-top: 1px solid var(--line); padding: 27px 0; }
.task-list > a:last-child { border-bottom: 1px solid var(--line); }
.task-list > a:hover h3 { text-decoration: underline; text-underline-offset: 5px; }
.task-list > a > span { font-family: monospace; font-size: 13px; }
.task-list > a > span:last-child { margin-left: auto; }
.task-list h3 { margin: 0 0 5px; }
.task-list p { font-size: 12px; margin: 0; color: var(--muted); }
.gentle-start { background: var(--pine); color: var(--paper); }
.gentle-start__inner { max-width: 1296px; width: 90%; margin: auto; padding: 70px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.gentle-start p { color: #e0e7db; font-size: 13px; }
.button--light { background: var(--paper); color: var(--pine); border-color: var(--paper); }
.button--light:hover { background: var(--sage); }
.steps { padding: 0; margin: 0; list-style: none; }
.steps li { display: flex; gap: 26px; padding: 25px 0; border-bottom: 1px solid #75907d; }
.steps li:first-child { padding-top: 0; }
.steps li > span { font: 22px monospace; padding-top: 7px; }
.steps h3 { margin-bottom: 6px; }
.steps p { margin: 0; }
.article-list { border-top: 1px solid var(--line); }
.article-entry { display: grid; grid-template-columns: 220px 1fr 24px; gap: 35px; align-items: center; padding: 27px 0; border-bottom: 1px solid var(--line); }
.article-entry img { width: 100%; aspect-ratio: 1.45; transition: filter .2s; }
.article-entry:hover img { filter: brightness(.9); }
.article-entry:hover h3 { text-decoration: underline; text-underline-offset: 6px; }
.article-entry .eyebrow { margin-bottom: 8px; font-size: 10px; }
.article-entry h3 { font-family: var(--serif); font-size: 23px; font-weight: 500; margin-bottom: 8px; }
.article-entry p:last-child { font-size: 12px; margin-bottom: 0; color: var(--muted); }
.article-entry > span { font-size: 20px; }
.home-faq { display: grid; grid-template-columns: 1fr 1.45fr; gap: 70px; padding-top: 20px; }
.home-faq > div > p:last-child { font-size: 12px; color: var(--muted); }
.questions details { border-bottom: 1px solid var(--line); }
.questions details:first-child { border-top: 1px solid var(--line); }
summary { cursor: pointer; padding: 23px 30px 23px 0; font-size: 14px; position: relative; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: 2px; font-size: 20px; line-height: 1.4; }
details[open] > summary::after { content: '−'; }
.questions details p { font-size: 13px; color: var(--muted); padding-right: 25px; }
.closing-note { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 45px max(5%, calc((100% - 1296px) / 2)); background: var(--sage); }
.closing-note p { font: 25px/1.8 var(--serif); margin: 0; }
.closing-note a { font-size: 13px; text-decoration: underline; text-underline-offset: 6px; }
.colophon { padding: 60px 5% 28px; text-align: center; }
.colophon > p { font-size: 12px; margin: 17px 0 23px; }
.colophon__contact { font-size: 12px; line-height: 2; color: var(--muted); margin: 0 0 26px; }
.colophon__contact a { color: var(--ink); }
.colophon__contact a:hover { text-decoration: underline; }
.colophon nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 30px; font-size: 11px; }
.colophon nav a:hover { text-decoration: underline; }
.colophon small { display: block; font-size: 10px; color: var(--muted); margin-top: 32px; }
.page-opening { max-width: 1296px; margin: auto; padding: 60px 0 50px; width: 90%; border-bottom: 1px solid var(--line); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 12px; font-size: 11px; color: var(--muted); margin-bottom: 40px; }
.breadcrumb a { text-decoration: underline; }
.page-opening h1 { font-size: clamp(32px, 3.5vw, 50px); margin-bottom: 20px; }
.page-opening > p:last-child { max-width: 720px; color: var(--muted); margin: 0; }
.content-block { padding: 50px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 25px; }
.content-block:first-child { padding-top: 0; }
.content-block h2 { font-size: 29px; }
.content-block h3 { margin: 28px 0 12px; }
.prose { max-width: 850px; width: 90%; margin: auto; padding: 55px 0 80px; }
.prose p, .prose li { color: var(--muted); }
.prose ul, .prose ol { padding-left: 24px; }
.prose li { margin: 9px 0; }
.prose a { text-decoration: underline; text-underline-offset: 5px; }
.prose .button { text-decoration: none; color: var(--white); }
.prose figure { margin: 20px 0 38px; }
.prose figure img { width: 100%; max-height: 430px; }
.prose figcaption { font-size: 11px; margin-top: 10px; color: var(--muted); }
.example { padding: 25px; background: var(--sage); border-left: 3px solid #637957; margin: 24px 0; }
.example p:last-child { margin: 0; }
.example strong { display: block; margin-bottom: 10px; font-size: 12px; }
.comparison { width: 100%; border-collapse: collapse; font-size: 13px; }
.comparison th, .comparison td { text-align: left; padding: 16px; border: 1px solid var(--line); vertical-align: top; }
.comparison th { background: var(--sage); }
.table-scroll { overflow-x: auto; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.contact-layout h2 { font-size: 28px; }
.contact-layout p { font-size: 13px; color: var(--muted); }
.contact-details { margin: 22px 0; display: grid; gap: 14px; }
.contact-details dt { font-size: 11px; letter-spacing: .06em; color: var(--muted); margin-bottom: 3px; }
.contact-details dd { margin: 0; font-size: 14px; line-height: 1.7; }
.contact-details a { text-decoration: underline; text-underline-offset: 3px; }
.contact-map { border: 1px solid var(--line); margin: 22px 0; }
.contact-map iframe { width: 100%; height: 260px; border: 0; display: block; filter: grayscale(.15) contrast(1.02); }
.contact-form { border: 1px solid var(--line); background: #f0f3eb; padding: 35px; }
.contact-form label { display: block; font-size: 13px; margin-bottom: 7px; }
.contact-form input:not([type='checkbox']), .contact-form textarea, .contact-form select { width: 100%; background: var(--paper); color: var(--ink); border: 1px solid #86947f; border-radius: 0; padding: 11px 13px; margin-bottom: 23px; }
.contact-form textarea { resize: vertical; min-height: 150px; }
.contact-form .consent { display: flex; align-items: flex-start; gap: 12px; margin: 0 0 24px; font-size: 12px; }
.consent input { margin-top: 6px; width: 16px; height: 16px; accent-color: var(--pine); flex-shrink: 0; }
.contact-form a:not(.button) { text-decoration: underline; }
.contact-form .button { width: 100%; }
.contact-form small { display: block; margin: 15px 0 0; font-size: 11px; color: var(--muted); }
.form-result { margin-bottom: 25px; padding: 22px; background: var(--paper); border: 1px solid var(--pine); }
.form-result p { margin-bottom: 12px; }
.form-result pre { white-space: pre-wrap; overflow-wrap: anywhere; font: 13px/1.8 var(--sans); background: var(--sage); padding: 14px 16px; margin: 0 0 16px; }
.form-result__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.form-result button, .form-result .button { padding: 10px 18px; background: var(--pine); color: white; border: 1px solid var(--pine); font-size: 13px; }
.form-result .button--sm { gap: 8px; }
.form-result button:hover, .form-result .button:hover { background: #1c3929; }
.page-toc { display: flex; flex-wrap: wrap; gap: 10px 24px; border-bottom: 1px solid var(--line); padding-bottom: 30px; margin-bottom: 35px; font-size: 12px; }
.meta-line { font-size: 11px; color: var(--muted); margin-top: 20px; }
@media (min-width: 1600px) { .home-opening { border-left: 1px solid var(--line); border-right: 1px solid var(--line); } }
@media (max-width: 1000px) {
    .masthead__inner { gap: 20px; }
    .navigation { gap: 18px; font-size: 10px; }
    .home-opening__copy { padding: 50px 25px 45px 10%; }
    .home-opening__image { min-height: 540px; }
    .home-opening h1 { font-size: 42px; }
    .daybook__detail { grid-template-columns: 120px 1fr; }
    .daybook__detail a { grid-column: 2; }
    .task-layout, .contact-layout { gap: 40px; }
    .gentle-start__inner { gap: 40px; }
}
@media (max-width: 760px) {
    body { font-size: 14px; }
    .masthead__inner { padding: 20px 5%; flex-wrap: wrap; }
    .wordmark { font-size: 30px; }
    .navigation { width: 100%; flex-wrap: wrap; gap: 8px 20px; font-size: 12px; }
    .menu-toggle:not([hidden]) { display: block; }
    .navigation.is-enhanced { display: none; }
    .navigation.is-enhanced.is-open { display: flex; padding-top: 15px; }
    .home-opening { grid-template-columns: 1fr; }
    .home-opening__copy { padding: 45px 6% 35px; }
    .home-opening h1 { font-size: clamp(35px, 8.5vw, 55px); margin: 18px 0; }
    .home-opening__lead { font-size: 13px; }
    .desktop-break { display: none; }
    .home-opening__image { min-height: 0; height: 330px; }
    .home-opening__image img { object-position: center 55%; }
    .home-opening__caption { margin-top: 18px; }
    .daybook { padding: 28px 5%; }
    .daybook__top { display: block; }
    .daybook__top p { margin-top: 7px; }
    .daybook__choices { gap: 15px; grid-template-columns: 1fr; }
    .daybook__choices button { padding: 7px 0; }
    .daybook__choices time { font-size: 20px; min-width: 70px; }
    .daybook__detail { display: block; margin-top: 6px; }
    .daybook__tag { display: inline-block; margin-bottom: 12px; }
    .daybook__detail a { display: inline-block; margin-top: 13px; }
    .section { padding: 55px 0; }
    .introduction, .task-layout, .gentle-start__inner, .home-faq, .contact-layout { grid-template-columns: 1fr; gap: 28px; }
    .introduction > .eyebrow { padding: 0; margin: 0; }
    .introduction h2 { font-size: 27px; }
    .section-heading { display: block; margin-bottom: 25px; }
    .section-heading .text-link { display: inline-block; margin-top: 15px; }
    .task-layout figure img { aspect-ratio: 1.5; }
    .task-list > a { padding: 22px 0; gap: 18px; }
    .task-list h3 { font-size: 18px; }
    .gentle-start__inner { padding: 50px 0; gap: 40px; }
    .gentle-start h2 { font-size: 29px; }
    .article-entry { grid-template-columns: 105px 1fr 15px; gap: 15px; padding: 23px 0; }
    .article-entry img { aspect-ratio: .82; }
    .article-entry h3 { font-size: 17px; }
    .article-entry h3 br { display: none; }
    .article-entry .eyebrow { font-size: 9px; letter-spacing: .08em; }
    .article-entry p:last-child { font-size: 11px; }
    .closing-note { display: block; padding: 30px 5%; }
    .closing-note p { font-size: 22px; margin-bottom: 15px; }
    .colophon { padding-top: 45px; }
    .colophon nav { gap: 10px 20px; }
    .page-opening { padding: 30px 0 35px; }
    .breadcrumb { margin-bottom: 25px; }
    .page-opening h1 { font-size: 33px; }
    .prose { padding-top: 35px; }
    .content-block { padding: 35px 0; }
    .content-block h2 { font-size: 25px; }
    .contact-form { padding: 23px; }
    .contact-layout { gap: 20px; }
    .comparison th, .comparison td { padding: 10px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }

.prose .article-photo { margin: 24px 0 30px; }
.prose .article-photo img, .prose .article-photo video { width: 100%; height: auto; aspect-ratio: 2.2; object-fit: cover; max-height: none; display: block; }
.prose .article-photo figcaption { margin-top: 10px; font-size: 11px; line-height: 1.8; }
@media (max-width: 760px) {
    .prose .article-photo { margin: 20px 0 25px; }
    .prose .article-photo img, .prose .article-photo video { aspect-ratio: 1.5; }
}
