@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,400;6..72,500;6..72,600;6..72,700&display=swap');

:root {
  --ink: #172d33;
  --ink-2: #28464d;
  --paper: #fffefa;
  --white: #fff;
  --mist: #edf4f1;
  --sand: #f4ead9;
  --sage: #6c9b88;
  --sage-dark: #3f7668;
  --blue: #233e48;
  --gold: #e6ad54;
  --coral: #d98261;
  --line: #d9e3df;
  --muted: #62757a;
  --shell: 1180px;
  --serif: 'Newsreader', Georgia, 'Times New Roman', serif;
  --sans: 'DM Sans', Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 116px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-underline-offset: 3px; }
button, input { font: inherit; }
button { color: inherit; }
svg { display: block; }
[hidden] { display: none !important; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.reading-progress { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: 3px; background: transparent; }
.reading-progress span { display: block; height: 100%; width: 0; background: var(--gold); }

.site-header { position: relative; z-index: 30; background: var(--blue); color: #fff; }
.header-main { min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; color: inherit; text-decoration: none; font-size: 28px; font-weight: 700; letter-spacing: .17em; line-height: 1; }
.brand-mark { width: 40px; height: 40px; flex: 0 0 40px; }
.primary-nav { display: flex; align-items: center; gap: 34px; }
.primary-nav a { position: relative; text-decoration: none; font-size: 14px; font-weight: 600; }
.primary-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--gold); transition: right .2s ease; }
.primary-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.icon-button { border: 0; background: transparent; padding: 8px; cursor: pointer; }
.icon-button svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.header-cta { display: inline-flex; align-items: center; min-height: 42px; padding: 0 18px; border: 1px solid rgba(255,255,255,.62); border-radius: 100px; text-decoration: none; font-size: 13px; font-weight: 600; transition: background .2s, color .2s; }
.header-cta:hover { color: var(--blue); background: #fff; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-button span { display: block; height: 2px; margin: 6px 0; background: #fff; transition: transform .2s; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.topic-bar { border-top: 1px solid rgba(255,255,255,.14); background: #fff; color: var(--ink-2); }
.topic-bar nav { min-height: 47px; display: flex; align-items: center; justify-content: center; gap: clamp(25px, 5vw, 68px); overflow-x: auto; scrollbar-width: none; }
.topic-bar nav::-webkit-scrollbar { display: none; }
.topic-bar a { flex: 0 0 auto; text-decoration: none; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .075em; }
.topic-bar a:hover { color: var(--sage-dark); }
.search-panel { position: absolute; left: 0; right: 0; top: 82px; z-index: 10; padding: 24px 0; color: var(--ink); background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(23,45,51,.08); }
.search-form { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; }
.search-form label { font-weight: 700; }
.search-form input { height: 46px; padding: 0 16px; border: 1px solid #b7c7c2; border-radius: 8px; outline: none; }
.search-form input:focus { border-color: var(--sage-dark); box-shadow: 0 0 0 3px rgba(108,155,136,.18); }
.search-form button { height: 46px; padding: 0 22px; color: #fff; background: var(--blue); border: 0; border-radius: 8px; cursor: pointer; }
.mobile-nav { position: absolute; top: 73px; left: 0; right: 0; z-index: 20; padding: 24px; color: var(--ink); background: #fff; box-shadow: 0 12px 22px rgba(0,0,0,.12); }
.mobile-nav a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); text-decoration: none; font: 600 22px/1.2 var(--serif); }

.breadcrumbs { display: flex; align-items: center; gap: 9px; padding-top: 24px; padding-bottom: 22px; color: var(--muted); font-size: 12px; }
.breadcrumbs a { text-decoration: none; }
.article-hero { display: grid; grid-template-columns: minmax(0, 1.01fr) minmax(0, .99fr); align-items: center; gap: clamp(45px, 7vw, 95px); padding-top: 35px; padding-bottom: 78px; }
.hero-visual { overflow: hidden; background: var(--mist); border-radius: 2px 42px 2px 2px; }
.hero-visual svg { width: 100%; height: auto; }
.photo-hero { aspect-ratio: 5 / 4; }
.photo-hero img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.eyebrow, .section-kicker { margin: 0 0 14px; color: var(--sage-dark); text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.hero-copy time { display: block; margin-bottom: 14px; color: var(--muted); font-family: var(--serif); font-size: 16px; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { margin: 0; font: 600 clamp(42px, 4.5vw, 66px)/.98 var(--serif); letter-spacing: -.035em; }
.lead { margin: 26px 0; color: var(--ink-2); font: 400 clamp(20px, 2vw, 25px)/1.35 var(--serif); }
.author-inline { display: flex; align-items: center; gap: 12px; }
.author-avatar { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: var(--coral); font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.author-avatar.large { width: 72px; height: 72px; margin-bottom: 15px; font-size: 18px; }
.author-inline span { display: block; font-family: var(--serif); font-size: 16px; }
.author-inline small { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; }
.share-row { display: flex; align-items: center; gap: 18px; margin-top: 26px; }
.share-row button { display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; }
.share-row button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.share-row a { font-size: 12px; font-weight: 700; text-decoration-color: var(--sage); }

.article-layout { display: grid; grid-template-columns: 250px minmax(0, 710px); justify-content: center; align-items: start; gap: clamp(55px, 7vw, 100px); }
.article-aside { position: sticky; top: 30px; padding-top: 8px; }
.author-card { padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.aside-label { margin: 0 0 8px; color: var(--sage-dark); text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.author-card h2 { margin: 0 0 10px; font: 600 25px/1 var(--serif); }
.author-card p:last-child { margin: 0; color: var(--muted); font: 400 14px/1.55 var(--serif); }
.toc { padding-top: 26px; }
.toc a { display: block; margin: 13px 0; color: var(--muted); text-decoration: none; font-size: 12px; line-height: 1.35; transition: color .2s, transform .2s; }
.toc a:hover, .toc a.active { color: var(--sage-dark); transform: translateX(3px); }
.article-body { min-width: 0; padding-bottom: 100px; color: #243b41; font: 400 20px/1.62 var(--serif); }
.article-body .opening { margin-top: 0; color: var(--ink); font-size: 27px; line-height: 1.44; }
.article-body section { padding-top: 76px; }
.article-body p { margin: 0 0 25px; }
.article-body h2 { max-width: 650px; margin: 0 0 26px; color: var(--ink); font: 600 clamp(37px, 4vw, 49px)/1.03 var(--serif); letter-spacing: -.025em; }
.article-body h3 { margin: 40px 0 18px; color: var(--ink); font: 600 28px/1.1 var(--serif); }
.article-body blockquote { position: relative; margin: 45px 0; padding: 34px 38px 31px 76px; background: var(--sand); border-radius: 0 28px 0 0; }
.article-body blockquote svg { position: absolute; top: 33px; left: 26px; width: 30px; height: 25px; fill: var(--coral); }
.article-body blockquote p { margin: 0; color: var(--ink); font: 500 27px/1.3 var(--serif); }
.note-card { display: flex; gap: 16px; margin: 42px 0; padding: 24px; border: 1px solid #bcd0c8; background: #f5f9f7; border-radius: 10px; }
.note-icon { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--sage-dark); border-radius: 50%; font: 600 16px/1 var(--serif); }
.note-card strong { display: block; margin: 1px 0 5px; font: 600 17px/1.2 var(--sans); }
.note-card p { margin: 0; color: var(--muted); font: 400 14px/1.5 var(--sans); }
.steps-list { list-style: none; margin: 38px 0 50px; padding: 0; border-top: 1px solid var(--line); }
.steps-list li { display: grid; grid-template-columns: 50px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.steps-list li > span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--sage); border-radius: 50%; color: var(--sage-dark); font: 600 16px/1 var(--sans); }
.steps-list h3 { margin: 2px 0 7px; font-size: 24px; }
.steps-list p { margin: 0; color: var(--muted); font: 400 15px/1.55 var(--sans); }
.article-figure { width: 100%; margin: 50px 0 20px; }
.article-figure svg { width: 100%; height: auto; }
.article-figure figcaption { margin-top: 10px; color: var(--muted); font: 400 12px/1.45 var(--sans); }
.conversation-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin: 40px 0; }
.conversation-grid > div { padding: 26px; border-radius: 12px; background: #f4e9e4; }
.conversation-grid > div:last-child { background: var(--mist); }
.conversation-grid span { text-transform: uppercase; color: #a95d45; font: 700 10px/1 var(--sans); letter-spacing: .1em; }
.conversation-grid > div:last-child span { color: var(--sage-dark); }
.conversation-grid p { margin: 13px 0 8px; color: var(--ink); font-size: 21px; line-height: 1.25; }
.conversation-grid small { display: block; color: var(--muted); font: 400 12px/1.45 var(--sans); }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { position: relative; margin: 13px 0; padding-left: 35px; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 5px; width: 22px; height: 22px; display: grid; place-items: center; color: #fff; background: var(--sage); border-radius: 50%; font: 700 12px/1 var(--sans); }
.habit-panel { display: grid; grid-template-columns: 260px 1fr; align-items: center; gap: 42px; margin: 38px 0 42px; padding: 38px; background: var(--sand); border-radius: 0 36px 0 0; }
.habit-visual svg { width: 100%; height: auto; }
.habit-panel h3 { margin: 0 0 17px; font-size: 30px; }
.habit-panel ul { margin: 0; padding-left: 19px; font-size: 16px; line-height: 1.7; }
.tool-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; width: 100%; margin: 40px 0; }
.tool-cards article { min-height: 280px; padding: 28px 24px; background: var(--mist); border-top: 4px solid var(--sage); }
.tool-cards article:nth-child(2) { background: var(--sand); border-color: var(--gold); }
.tool-cards article:nth-child(3) { background: #edf0f3; border-color: #547787; }
.tool-cards span { color: var(--muted); font: 700 11px/1 var(--sans); }
.tool-cards h3 { margin: 40px 0 14px; font-size: 25px; }
.tool-cards p { margin: 0; color: var(--muted); font: 400 14px/1.55 var(--sans); }
.closing-card { margin-top: 70px; padding: 44px 48px; color: #fff; background: var(--blue); border-radius: 2px 36px 2px 2px; }
.closing-card .section-kicker { color: #afd2c4; }
.closing-card h2 { color: #fff; font-size: 40px; }
.closing-card p { font-size: 18px; }
.closing-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: 6px; color: #fff; font: 700 13px/1 var(--sans); text-decoration-color: var(--gold); }

.related { padding-top: 94px; padding-bottom: 112px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.section-heading h2 { margin: 0; font: 600 44px/1.05 var(--serif); }
.section-heading > a { font-size: 12px; font-weight: 700; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.related-card { display: block; padding-bottom: 20px; border-bottom: 1px solid var(--line); text-decoration: none; }
.related-card small { display: block; margin: 19px 0 10px; color: var(--sage-dark); text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.related-card h3 { margin: 0 0 11px; font: 600 28px/1.08 var(--serif); }
.related-card p { margin: 0; color: var(--muted); font: 400 14px/1.5 var(--serif); }
.card-illustration { position: relative; height: 210px; display: block; overflow: hidden; background: var(--sand); }
.card-illustration.chart { display: flex; align-items: flex-end; justify-content: center; gap: 16px; padding: 45px 70px; }
.card-illustration.chart i { width: 22%; height: 34%; background: var(--coral); border-radius: 6px 6px 0 0; }
.card-illustration.chart i:nth-child(2) { height: 68%; background: var(--sage); }
.card-illustration.chart i:nth-child(3) { height: 90%; background: var(--blue); }
.card-illustration.dialog { background: var(--mist); }
.card-illustration.dialog i { position: absolute; width: 150px; height: 90px; top: 45px; left: 50px; background: var(--sage); border-radius: 18px; }
.card-illustration.dialog i::after { content: ''; position: absolute; bottom: -18px; left: 28px; border: 20px solid transparent; border-top-color: var(--sage); transform: rotate(12deg); }
.card-illustration.dialog i:nth-child(2) { top: 92px; left: auto; right: 45px; background: #fff; border: 2px solid var(--blue); }
.card-illustration.dialog i:nth-child(2)::after { left: auto; right: 25px; border-top-color: var(--blue); }
.card-illustration.calendar { display: grid; grid-template-columns: repeat(2, 48px); grid-auto-rows: 48px; place-content: center; gap: 10px; background: #edf0f3; }
.card-illustration.calendar i { border: 2px solid var(--blue); border-radius: 50%; }
.card-illustration.calendar i:last-child { background: var(--gold); border-color: var(--gold); }

.site-footer { color: #fff; background: var(--blue); }
.footer-top { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 55px; padding-top: 68px; padding-bottom: 58px; }
.footer-brand p { max-width: 240px; margin: 18px 0 0; color: #b9c9cc; font: 400 17px/1.4 var(--serif); }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-column h2 { margin: 4px 0 11px; color: #a9c4bd; text-transform: uppercase; font-size: 10px; letter-spacing: .11em; }
.footer-column a { color: #e1e8e9; text-decoration: none; font-size: 13px; }
.footer-column a:hover { text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; padding-bottom: 28px; border-top: 1px solid rgba(255,255,255,.16); color: #aebfc3; font-size: 10px; }

/* Blog home and secondary pages */
.blog-hero { padding-top: 76px; padding-bottom: 70px; }
.blog-hero .eyebrow { margin-bottom: 20px; }
.blog-hero h1 { max-width: 920px; font-size: clamp(54px, 7.2vw, 94px); }
.blog-hero > p:last-child { max-width: 700px; margin: 26px 0 0; color: var(--muted); font: 400 23px/1.42 var(--serif); }
.featured-story { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 520px; background: var(--mist); }
.featured-photo { min-height: 460px; }
.featured-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.featured-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(38px, 6vw, 76px); }
.featured-copy small, .post-card small { color: var(--sage-dark); text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .09em; }
.featured-copy h2 { margin: 18px 0 20px; font: 600 clamp(39px, 4vw, 56px)/1.02 var(--serif); letter-spacing: -.025em; }
.featured-copy p { margin: 0 0 27px; color: var(--muted); font: 400 17px/1.55 var(--serif); }
.text-link { display: inline-flex; gap: 8px; color: var(--ink); font-size: 12px; font-weight: 700; text-decoration-color: var(--sage); }
.posts-section { padding-top: 92px; padding-bottom: 105px; }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post-card { text-decoration: none; }
.post-card-visual { height: 245px; margin-bottom: 21px; display: grid; place-items: center; overflow: hidden; background: var(--sand); }
.post-card-visual svg { width: 70%; height: 70%; }
.post-card:nth-child(2) .post-card-visual { background: var(--mist); }
.post-card:nth-child(3) .post-card-visual { background: #edf0f3; }
.post-card h3 { margin: 12px 0 11px; font: 600 30px/1.07 var(--serif); }
.post-card p { margin: 0; color: var(--muted); font: 400 14px/1.5 var(--serif); }
.blog-values { padding: 86px 0; background: var(--blue); color: #fff; }
.blog-values-inner { display: grid; grid-template-columns: 1.15fr repeat(3, .85fr); gap: 46px; }
.blog-values h2 { margin: 0; font: 600 43px/1.05 var(--serif); }
.value-item span { color: #a9c9be; font-size: 11px; font-weight: 700; }
.value-item h3 { margin: 16px 0 10px; font: 600 24px/1.1 var(--serif); }
.value-item p { margin: 0; color: #bfd0d3; font-size: 13px; line-height: 1.55; }

.page-head { padding-top: 70px; padding-bottom: 54px; border-bottom: 1px solid var(--line); }
.page-head h1 { max-width: 940px; }
.page-head .lead { max-width: 760px; }
.page-meta { display: flex; gap: 14px; margin-top: 24px; color: var(--muted); font-size: 12px; }
.compact-layout { display: grid; grid-template-columns: minmax(0, 760px) 260px; justify-content: center; align-items: start; gap: 82px; padding-top: 68px; padding-bottom: 100px; }
.compact-article { color: #243b41; font: 400 20px/1.62 var(--serif); }
.compact-article > p:first-child { color: var(--ink); font-size: 26px; line-height: 1.45; }
.compact-article p { margin: 0 0 25px; }
.compact-article h2 { margin: 56px 0 22px; color: var(--ink); font: 600 43px/1.04 var(--serif); letter-spacing: -.02em; }
.compact-article h3 { margin: 38px 0 15px; font: 600 27px/1.1 var(--serif); }
.compact-article ul { padding-left: 24px; }
.compact-article li { margin: 12px 0; }
.simple-aside { position: sticky; top: 28px; padding: 26px; background: var(--mist); }
.simple-aside h2 { margin: 0 0 12px; font: 600 25px/1.05 var(--serif); }
.simple-aside p { margin: 0 0 18px; color: var(--muted); font: 400 14px/1.5 var(--serif); }
.simple-aside a { font-size: 12px; font-weight: 700; }
.mini-tool { margin: 36px 0; padding: 30px; background: var(--sand); border-radius: 0 24px 0 0; }
.mini-tool h3 { margin-top: 0; }
.mini-tool ol { margin-bottom: 0; padding-left: 24px; }
.about-hero { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; padding-top: 85px; padding-bottom: 90px; }
.about-hero h1 { font-size: clamp(55px, 7vw, 90px); }
.about-hero p { color: var(--muted); font: 400 21px/1.5 var(--serif); }
.about-mark { display: grid; place-items: center; aspect-ratio: 1; background: var(--mist); border-radius: 50% 50% 8px 50%; }
.about-mark svg { width: 55%; color: var(--sage-dark); }
.principles { padding: 86px 0; background: var(--sand); }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.principles-grid article { padding-right: 25px; }
.principles-grid span { color: var(--coral); font-size: 11px; font-weight: 700; }
.principles-grid h2 { margin: 18px 0 13px; font: 600 30px/1.08 var(--serif); }
.principles-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.contact-band { padding: 85px 0; }
.contact-band-inner { display: flex; align-items: end; justify-content: space-between; gap: 45px; }
.contact-band h2 { max-width: 680px; margin: 0; font: 600 48px/1.04 var(--serif); }
.contact-band a { flex: 0 0 auto; padding: 14px 22px; color: #fff; background: var(--blue); border-radius: 100px; text-decoration: none; font-size: 12px; font-weight: 700; }

@media (max-width: 980px) {
  .primary-nav { display: none; }
  .header-main { grid-template-columns: 1fr auto; }
  .menu-button { display: block; }
  .article-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 50px; }
  .article-figure { width: 100%; }
  .tool-cards { width: 100%; grid-template-columns: 1fr; }
  .tool-cards article { min-height: 0; }
  .tool-cards h3 { margin-top: 20px; }
  .footer-top { grid-template-columns: 2fr repeat(3, 1fr); gap: 28px; }
  .blog-values-inner { grid-template-columns: 1fr 1fr; }
  .compact-layout { grid-template-columns: minmax(0, 1fr) 220px; gap: 45px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 74px; }
  .shell { width: min(100% - 32px, var(--shell)); }
  .header-main { min-height: 73px; }
  .brand { font-size: 22px; }
  .brand-mark { width: 34px; height: 34px; flex-basis: 34px; }
  .icon-button, .header-cta { display: none; }
  .topic-bar { display: none; }
  .breadcrumbs { padding-top: 18px; padding-bottom: 10px; white-space: nowrap; overflow: hidden; }
  .breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; }
  .article-hero { grid-template-columns: 1fr; gap: 33px; padding-top: 16px; padding-bottom: 62px; }
  .hero-copy { order: -1; }
  h1 { font-size: clamp(41px, 12vw, 56px); }
  .lead { font-size: 20px; }
  .article-layout { display: block; }
  .article-aside { position: static; margin-bottom: 50px; }
  .author-card { display: grid; grid-template-columns: 58px 1fr; column-gap: 15px; }
  .author-avatar.large { grid-row: 1 / span 3; width: 58px; height: 58px; }
  .author-card .aside-label { margin-top: 5px; }
  .author-card h2 { font-size: 22px; }
  .author-card p:last-child { grid-column: 1 / -1; margin-top: 13px; }
  .toc { display: none; }
  .article-body { font-size: 18px; line-height: 1.58; padding-bottom: 75px; }
  .article-body .opening { font-size: 23px; }
  .article-body section { padding-top: 56px; }
  .article-body h2 { font-size: 38px; }
  .article-body blockquote { padding: 62px 25px 28px; }
  .article-body blockquote svg { top: 26px; left: 25px; }
  .article-body blockquote p { font-size: 24px; }
  .conversation-grid { grid-template-columns: 1fr; }
  .habit-panel { grid-template-columns: 1fr; gap: 15px; padding: 28px; }
  .habit-visual { max-width: 230px; margin: auto; }
  .tool-cards { width: 100%; }
  .closing-card { padding: 34px 28px; }
  .closing-card h2 { font-size: 36px; }
  .related { padding-top: 72px; padding-bottom: 80px; }
  .section-heading { align-items: flex-start; }
  .section-heading h2 { font-size: 38px; }
  .related-grid { grid-template-columns: 1fr; gap: 36px; }
  .card-illustration { height: 230px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; margin-bottom: 20px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .blog-hero { padding-top: 55px; }
  .featured-story { grid-template-columns: 1fr; }
  .featured-photo { min-height: 320px; }
  .posts-grid { grid-template-columns: 1fr; gap: 46px; }
  .post-card-visual { height: 270px; }
  .blog-values-inner { grid-template-columns: 1fr; }
  .compact-layout { display: block; padding-top: 48px; }
  .simple-aside { position: static; margin-top: 55px; }
  .compact-article { font-size: 18px; }
  .compact-article > p:first-child { font-size: 23px; }
  .compact-article h2 { font-size: 37px; }
  .about-hero { grid-template-columns: 1fr; gap: 35px; padding-top: 60px; }
  .about-mark { max-width: 360px; }
  .principles-grid { grid-template-columns: 1fr; }
  .contact-band-inner { display: block; }
  .contact-band a { display: inline-flex; margin-top: 28px; }
}

@media (max-width: 480px) {
  .search-form { grid-template-columns: 1fr; }
  .search-panel { top: 73px; }
  .share-row { flex-wrap: wrap; }
  .steps-list li { grid-template-columns: 42px 1fr; gap: 15px; }
  .steps-list li > span { width: 38px; height: 38px; }
  .article-figure { width: 100%; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

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