:root {
  --paper: #f7f5f0;
  --paper-deep: #efede7;
  --ink: #1f1f1e;
  --muted: #77736c;
  --line: #d8d5ce;
  --dark: #222221;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
  --wide: 1180px;
  --gutter: clamp(1.25rem, 4vw, 3.75rem);
}
* { box-sizing: border-box; }
html { background: var(--paper); color: var(--ink); font-size: 16px; }
body { margin: 0; background: var(--paper); font-family: var(--serif); line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: auto; }
button, input { font: inherit; }
.container { width: min(calc(100% - (var(--gutter) * 2)), var(--wide)); margin-inline: auto; }
.site-header { border-bottom: 1px solid transparent; padding: 1.55rem 0 1.25rem; }
.site-header__inner { width: min(calc(100% - (var(--gutter) * 2)), var(--wide)); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; flex-direction: column; gap: .15rem; flex-shrink: 0; }
.brand__name { font-size: clamp(1.75rem, 3.2vw, 2.65rem); line-height: 1; letter-spacing: -.055em; }
.brand__tagline { font: .52rem/1.3 var(--sans); letter-spacing: .28em; text-transform: uppercase; color: var(--ink); white-space: nowrap; }
.site-header__actions { display: flex; align-items: center; gap: 1.55rem; }
.site-nav ul { display: flex; align-items: center; list-style: none; gap: clamp(1rem, 2.3vw, 2rem); margin: 0; padding: 0; }
.site-nav a { font: .7rem var(--sans); }
.site-nav a:hover, .footer-nav a:hover, .text-link:hover { opacity: .6; }
.search-button { border: 0; background: none; padding: .25rem; cursor: pointer; color: var(--ink); }
.search-button svg { width: 1.05rem; height: 1.05rem; fill: none; stroke: currentColor; stroke-width: 1.6; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .9rem; border: 1px solid var(--dark); padding: .92rem 1.35rem; font: 700 .72rem var(--sans); transition: .2s ease; }
.button:hover { background: transparent; color: var(--dark); }
.button--dark { background: var(--dark); color: #fff; }
.button--small { padding: .78rem 1.3rem; border-radius: 2rem; white-space: nowrap; }
.search-panel { background: var(--paper-deep); border-bottom: 1px solid var(--line); }
.search-panel__inner { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding: 1.5rem 0; }
.search-form { width: min(100%, 38rem); }
.search-form label { display: block; font: .66rem var(--sans); letter-spacing: .12em; text-transform: uppercase; margin-bottom: .6rem; }
.search-form__row { display: flex; gap: .5rem; }
.search-form input { min-width: 0; flex: 1; border: 1px solid var(--line); background: #fff; padding: .85rem 1rem; }
.search-panel__close { border: 0; background: none; cursor: pointer; font: .7rem var(--sans); text-decoration: underline; }
.hero { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.38fr); gap: clamp(2rem, 5vw, 5.2rem); align-items: center; padding-top: 2.2rem; padding-bottom: 3.3rem; }
.hero__copy { padding: .5rem 0; }
.eyebrow { display: block; margin: 0 0 1rem; color: var(--ink); font: .61rem var(--sans); letter-spacing: .2em; line-height: 1.3; text-transform: uppercase; }
.hero h1 { max-width: 23rem; margin: 0 0 1rem; font-size: clamp(2.3rem, 4.35vw, 4rem); font-weight: 400; letter-spacing: -.055em; line-height: .99; }
.hero__excerpt { max-width: 27rem; margin: 0 0 1.8rem; color: #42413e; font-size: clamp(1rem, 1.25vw, 1.15rem); line-height: 1.55; }
.hero__media { position: relative; min-height: 29rem; overflow: hidden; background: #d8d6d0; }
.hero__media img, .hero__media .image-placeholder { height: 100%; min-height: 29rem; object-fit: cover; }
.hero__quote { position: absolute; right: 2.5rem; bottom: 2.1rem; max-width: 13rem; color: #fff; font-size: 1.15rem; font-style: italic; line-height: 1.2; text-align: right; text-shadow: 0 1px 10px rgba(0,0,0,.2); }
.hero__quote small { display: block; margin-top: .7rem; font: .52rem var(--sans); letter-spacing: .25em; text-transform: uppercase; }
.image-placeholder { display: block; min-height: 14rem; background: linear-gradient(135deg, #dbd7cb 0%, #b9b7b1 43%, #8c9698 100%); }
.image-placeholder--hero { background: linear-gradient(135deg, #dedbd3 0%, #b8bdbb 45%, #71838b 100%); }
.section { padding: 2.4rem 0 3.7rem; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.15rem; }
.section-heading .eyebrow { margin: 0; }
.text-link { font: .68rem var(--sans); }
.story-grid { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); }
.story-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.story-card__media { display: block; overflow: hidden; background: #d5d2ca; aspect-ratio: 1.55 / 1; }
.story-card__media img { height: 100%; object-fit: cover; transition: transform .35s ease; }
.story-card:hover .story-card__media img { transform: scale(1.03); }
.story-card__body { padding-top: .8rem; }
.story-card .eyebrow { margin-bottom: .55rem; font-size: .56rem; }
.story-card__title { margin: 0 0 .35rem; font-size: clamp(1.2rem, 2vw, 1.6rem); font-weight: 400; letter-spacing: -.03em; line-height: 1.07; }
.story-card__excerpt { margin: 0 0 .7rem; color: #494741; font-size: .98rem; line-height: 1.35; }
.story-card__date { color: var(--muted); font: .56rem var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.newsletter-band { background: var(--paper-deep); }
.newsletter-band__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; padding: 3.8rem 4rem; }
.newsletter-band h2 { margin: 0 0 .8rem; font-size: clamp(1.9rem, 3vw, 2.8rem); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.newsletter-band p:not(.eyebrow) { max-width: 29rem; margin: 0; color: #4e4b45; font-size: 1rem; }
.newsletter-band__form { display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; }
.newsletter-band__form small { color: var(--muted); font-size: .78rem; }
.section--topics { padding-bottom: 4.2rem; }
.topic-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.8rem); }
.topic-card__image { display: block; aspect-ratio: 1.18 / 1; margin-bottom: .9rem; background: #c7c3b8; }
.topic-card--interviews .topic-card__image { background: linear-gradient(135deg, #d9d3c6, #a99b86); }
.topic-card--renovation .topic-card__image { background: linear-gradient(135deg, #987c5f, #dfd8ca 55%, #847968); }
.topic-card--design .topic-card__image { background: linear-gradient(135deg, #d9d5ca, #a59c8a 60%, #635b4d); }
.topic-card--living .topic-card__image { background: linear-gradient(135deg, #bccbd0, #758e9a 55%, #536570); }
.topic-card .eyebrow { margin-bottom: .45rem; font-size: .54rem; }
.topic-card h3 { margin: 0; font-size: 1.25rem; font-weight: 400; letter-spacing: -.025em; line-height: 1.07; }
.site-footer { border-top: 1px solid var(--line); }
.site-footer__inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 1.4rem 0 2.4rem; }
.site-footer__brand { font-size: 1.4rem; letter-spacing: -.04em; }
.footer-nav { display: flex; gap: 2rem; font: .65rem var(--sans); }
.footer-socials { display: flex; justify-content: end; gap: 1.1rem; font: .65rem var(--sans); }
.archive-header { padding: 4rem 0 2rem; }
.archive-header h1 { max-width: 42rem; margin: 0; font-size: clamp(2.5rem, 5vw, 4.4rem); font-weight: 400; letter-spacing: -.06em; line-height: .98; }
.archive-header > p:last-child { max-width: 34rem; color: var(--muted); font-size: 1.1rem; }
.page, .post { padding-top: 4rem; padding-bottom: 5rem; }
.page__header, .post__header { max-width: 48rem; margin: 0 auto 2.5rem; text-align: center; }
.page__header h1, .post__header h1 { margin: 0 0 1rem; font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 400; letter-spacing: -.06em; line-height: .96; }
.page__excerpt, .post__excerpt { margin: 0; color: var(--muted); font-size: 1.2rem; }
.page__image, .post__image { width: min(100%, 58rem); margin: 0 auto 3rem; }
.post__image img, .page__image img { max-height: 42rem; object-fit: cover; }
.post__meta { display: flex; justify-content: center; gap: 1.25rem; margin-top: 1.4rem; color: var(--muted); font: .62rem var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.gh-content { max-width: 42rem; margin: auto; font-size: 1.16rem; }
.gh-content .kg-width-wide { width: min(calc(100vw - (var(--gutter) * 2)), 64rem); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.gh-content .kg-width-full { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.gh-content > * { margin-block: 1.35em; }
.gh-content h2, .gh-content h3 { font-weight: 400; letter-spacing: -.035em; line-height: 1.05; }
.gh-content h2 { font-size: 2.1rem; }
.gh-content h3 { font-size: 1.6rem; }
.gh-content img, .gh-content figure { width: 100%; }
.gh-content blockquote { margin-inline: 0; padding-left: 1.25rem; border-left: 2px solid var(--ink); font-size: 1.5rem; font-style: italic; }
.post__footer { max-width: 42rem; margin: 3rem auto 0; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.error-page { padding: 8rem 0; text-align: center; }
.error-page h1 { margin: 0 0 1rem; font-size: clamp(2rem, 5vw, 4rem); font-weight: 400; letter-spacing: -.05em; }
.empty-state { color: var(--muted); }
@media (max-width: 900px) {
  .site-header__inner { align-items: flex-start; }
  .site-header__actions { gap: 1rem; flex-wrap: wrap; justify-content: end; }
  .site-nav { order: 3; width: 100%; }
  .site-nav ul { justify-content: flex-end; flex-wrap: wrap; }
  .hero { grid-template-columns: 1fr; gap: 2rem; }
  .hero__media { min-height: 24rem; }
  .hero__media img, .hero__media .image-placeholder { min-height: 24rem; }
  .newsletter-band__inner { padding-inline: var(--gutter); }
}
@media (max-width: 650px) {
  .brand__name { font-size: 1.85rem; }
  .brand__tagline { font-size: .42rem; letter-spacing: .18em; }
  .site-header__inner { display: block; }
  .site-header__actions { margin-top: 1.2rem; justify-content: space-between; }
  .site-nav { order: initial; width: auto; }
  .site-nav ul { justify-content: flex-start; gap: .8rem 1.1rem; }
  .site-nav a { font-size: .63rem; }
  .button--small { padding: .65rem .95rem; }
  .hero { padding-top: 1.5rem; }
  .hero h1 { font-size: 2.65rem; }
  .story-grid--three, .topic-grid, .newsletter-band__inner { grid-template-columns: 1fr; }
  .newsletter-band__inner { gap: 2rem; padding-block: 2.8rem; }
  .site-footer__inner { grid-template-columns: 1fr; gap: 1rem; }
  .footer-socials { justify-content: flex-start; }
}
