:root {
  --ink: #101211;
  --paper: #f5f2eb;
  --stone: #ded8ce;
  --soft: #ebe6dd;
  --green: #31443b;
  --tomato: #d85d44;
  --line: #c8c1b7;
  --muted: #655f58;
  --white: #fff;
}

* { box-sizing: border-box; }
html { background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; max-width: 100%; object-fit: cover; }
p { line-height: 1.55; }
main *, main *::before, main *::after { min-width: 0; }

.utility-bar { height: 31px; padding: 0 max(4vw, 26px); display: flex; align-items: center; justify-content: space-between; background: var(--ink); color: var(--white); font-size: 11px; }
.utility-bar a, .read-link, .section-top > a, .footer-action { border-bottom: 2px solid var(--tomato); padding-bottom: 5px; }
.masthead { height: 94px; padding: 0 max(4vw, 26px); display: grid; grid-template-columns: 235px 1fr 90px; align-items: center; gap: 25px; border-bottom: 1px solid var(--line); }
.logo { display: block; width: 212px; height: auto; }
.main-nav { justify-self: center; display: flex; gap: clamp(17px, 2.7vw, 39px); font-size: 12px; font-weight: 700; }
.main-nav a { border-bottom: 2px solid transparent; padding: 5px 0; white-space: nowrap; }
.main-nav a:hover { border-color: var(--tomato); }
.search-link { justify-self: end; display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.search-link i { width: 17px; height: 17px; display: block; position: relative; border: 2px solid var(--ink); border-radius: 50%; }
.search-link i::after { content: ''; position: absolute; right: -5px; bottom: -3px; width: 7px; height: 2px; background: var(--ink); transform: rotate(45deg); }

.home-hero, .field-notes, .objects-band, .weekend-feature, .archive, .category-shell, .article-shell, .related, .guide-body, .deal-grid, .search-page, .fixed-copy { max-width: 1360px; margin: 0 auto; }
.home-hero { padding: 33px max(4vw, 26px) 60px; display: grid; grid-template-columns: 1.25fr .92fr .7fr; gap: 27px; background: var(--white); }
.hero-figure { position: relative; }
.hero-figure img { height: 550px; }
.hero-figure span { position: absolute; right: 0; bottom: 0; padding: 11px 17px; background: var(--tomato); color: var(--white); font-size: 11px; font-weight: 700; }
.hero-copy { align-self: end; padding-bottom: 11px; }
.meta, .article-label { display: block; margin: 0 0 13px; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.meta span, .article-label, .article-label em { color: var(--tomato); }
.meta em { padding: 0 6px; color: var(--line); font-style: normal; }
.hero-copy h1, .category-hero h1, .fixed-hero h1, .guide-hero h1, .deal-hero h1, .guide-hub h1 { margin: 0 0 21px; font-family: Georgia, serif; font-size: clamp(46px, 5.5vw, 82px); line-height: .95; }
.hero-copy > p { max-width: 490px; margin: 0 0 24px; font-size: 18px; }
.read-link { display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.read-link b { margin-left: 7px; font-size: 17px; }
.reading-rail { align-self: start; border-top: 4px solid var(--ink); }
.rail-title { padding: 12px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.rail-title a { color: var(--tomato); }
.small-card { padding: 15px 0; display: grid; grid-template-columns: 94px 1fr; gap: 13px; border-bottom: 1px solid var(--line); }
.small-card img { height: 80px; }
.small-card .meta { margin: 0 0 6px; font-size: 9px; }
.small-card h3 { margin: 0; font-family: Georgia, serif; font-size: 18px; line-height: 1.01; }

.field-notes { padding: 76px max(4vw, 26px); }
.field-notes > header, .section-top { padding: 15px 0 34px; display: grid; grid-template-columns: .55fr 1.15fr .8fr; gap: 34px; align-items: baseline; border-top: 4px solid var(--ink); }
.field-notes > header span, .section-top span, .cabinet-copy span, .weekend-feature span, .journal span, .category-hero span, .guide-hero span, .deal-hero span, .guide-hub span, .fixed-hero span, .routine-intro span, .index-head span, .diary-title span, .weekend-atlas article > span, .search-page > span { color: var(--tomato); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.field-notes h2, .section-top h2, .objects-band h2, .journal h2, .routine-intro h2, .index-head h2, .diary-title h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(31px, 3.5vw, 52px); line-height: .96; }
.field-notes header p { margin: 0; color: var(--muted); font-size: 15px; }
.notes-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: 385px 300px; gap: 7px; }
.note-large { grid-row: span 2; }
.story-card img { height: 210px; }
.story-card .meta { margin: 13px 0 7px; font-size: 10px; }
.story-card h3 { margin: 0; font-family: Georgia, serif; font-size: 27px; line-height: .98; }
.story-card p { margin: 10px 0; color: var(--muted); font-size: 15px; }
.note-large img { height: 480px; }
.note-large h3 { font-size: 39px; }
.note-tall img { height: 255px; }
.note-object { align-self: end; }
.note-object img { height: 168px; }
.note-portrait { padding: 23px; display: flex; flex-direction: column; justify-content: space-between; background: var(--green); color: var(--white); }
.note-portrait img { height: 180px; }
.note-portrait p { margin: 18px 0; font-family: Georgia, serif; font-size: 26px; line-height: 1.02; }
.note-portrait a { width: max-content; border-bottom: 2px solid var(--tomato); padding-bottom: 5px; font-size: 12px; font-weight: 700; text-transform: uppercase; }

.cabinet-band { min-height: 480px; display: grid; grid-template-columns: 1.15fr .85fr .7fr; background: var(--ink); color: var(--white); }
.cabinet-image img { height: 100%; }
.cabinet-copy { align-self: center; padding: clamp(42px, 6vw, 90px) clamp(28px, 5vw, 75px); }
.cabinet-copy h2 { margin: 12px 0 18px; font-family: Georgia, serif; font-size: clamp(39px, 4.6vw, 68px); line-height: .94; }
.cabinet-copy p { max-width: 360px; color: #e5ded4; }
.read-link.light { color: var(--white); }
.cabinet-list { padding: 30px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid #4d504d; }
.cabinet-list a { padding: 17px 0; display: grid; grid-template-columns: 30px 1fr; gap: 10px; border-bottom: 1px solid #4d504d; font-family: Georgia, serif; font-size: 20px; line-height: 1.05; }
.cabinet-list a:first-child { border-top: 1px solid #4d504d; }
.objects-band { padding: 80px max(4vw, 26px); }
.section-top { grid-template-columns: .52fr 1.25fr .6fr; }
.section-top > a { justify-self: end; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.object-rail { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.object-rail article { min-height: 340px; position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.object-rail img { height: 340px; filter: brightness(.68); }
.object-rail b { position: absolute; top: 17px; left: 17px; color: var(--tomato); font-size: 11px; }
.object-rail h3 { position: absolute; bottom: 15px; left: 17px; right: 17px; margin: 0; font-family: Georgia, serif; font-size: 29px; line-height: 1; }
.weekend-feature { min-height: 490px; display: grid; grid-template-columns: 1.1fr .85fr .48fr; background: var(--stone); }
.weekend-feature > div:first-child img { height: 100%; }
.weekend-feature article { align-self: center; padding: clamp(40px, 6vw, 88px) clamp(28px, 5vw, 67px); }
.weekend-feature h2 { margin: 12px 0; font-family: Georgia, serif; font-size: clamp(39px, 4.7vw, 66px); line-height: .94; }
.weekend-stack { padding: 5px; display: grid; grid-template-rows: 1fr 1fr; gap: 5px; }
.weekend-stack img { height: 100%; }
.archive { padding: 77px max(4vw, 26px); }
.archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.archive-grid .story-card { padding-top: 13px; border-top: 1px solid var(--line); }
.archive-list { border-top: 1px solid var(--line); }
.archive-list article { padding: 18px 0; display: grid; grid-template-columns: 52px minmax(0, 1.1fr) minmax(0, 1fr); gap: 18px; align-items: start; border-bottom: 1px solid var(--line); }
.archive-list > b { color: var(--tomato); font-size: 11px; }
.archive-list p { margin: 0; }
.archive-list .meta { margin: 0 0 5px; font-size: 9px; }
.archive-list a { font-family: Georgia, serif; font-size: 23px; line-height: 1.02; }
.archive-list > article > span { color: var(--muted); font-size: 14px; line-height: 1.45; }
.journal { padding: 80px max(8vw, 32px); display: grid; grid-template-columns: 1.15fr .7fr .35fr; gap: 55px; align-items: end; background: var(--green); color: var(--white); }
.journal h2 { margin-top: 14px; font-size: clamp(40px, 5vw, 72px); }
.journal p { color: #e2e5dc; font-size: 17px; }
.journal a { width: max-content; border-bottom: 2px solid var(--tomato); padding-bottom: 6px; font-size: 12px; font-weight: 700; text-transform: uppercase; }

.category-shell { padding: 35px max(4vw, 26px) 80px; }
.category-hero { min-height: 445px; display: grid; grid-template-columns: .88fr 1.12fr; background: var(--ink); color: var(--white); }
.category-hero > div { align-self: center; padding: clamp(42px, 6vw, 90px); }
.category-hero h1 { margin: 13px 0; font-size: clamp(45px, 5vw, 76px); }
.category-hero p { max-width: 385px; color: #e0dfd9; }
.category-hero img { height: 100%; }
.grooming-cabinet { background: var(--green); }
.objects-index { background: #252425; }
.living-diary { background: #d9d0c3; color: var(--ink); }
.weekend-atlas { background: #26333a; }
.style-board { margin-top: 35px; display: grid; grid-template-columns: .85fr 1.25fr; gap: 9px; }
.style-poster { position: relative; background: var(--ink); color: var(--white); }
.style-poster img { height: 535px; }
.style-poster b { position: absolute; bottom: 104px; left: 23px; color: var(--tomato); }
.style-poster p { margin: 21px; font-family: Georgia, serif; font-size: 31px; line-height: 1; }
.style-list { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.style-list article { padding-top: 10px; display: grid; grid-template-columns: 26px 1fr; gap: 11px; border-top: 1px solid var(--line); }
.style-list article > span, .atlas-main span { color: var(--tomato); font-size: 11px; font-weight: 700; }
.style-list img { height: 145px; }
.style-list .story-card h3 { font-size: 23px; }
.fabric-note { min-height: 275px; grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; background: var(--soft); }
.fabric-note img { height: 275px; }
.fabric-note h2 { padding: 49px 35px 0; margin: 0; font-family: Georgia, serif; font-size: 42px; line-height: .96; }
.fabric-note p { padding: 0 35px; margin: 13px 0; }
.grooming-layout { margin-top: 35px; padding: 50px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 38px; background: var(--ink); color: var(--white); }
.routine-intro { padding-top: 12px; }
.routine-intro h2 { font-size: 50px; }
.routine-stack { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.routine-stack article { padding-top: 13px; border-top: 1px solid #535754; }
.routine-stack article > b { color: var(--tomato); font-size: 11px; }
.routine-stack img { height: 185px; margin-top: 13px; }
.routine-stack .meta { color: #c8cac4; }
.routine-stack .story-card h3 { font-size: 23px; }
.routine-stack .story-card p { color: #d5d7d2; }
.grooming-quote { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; margin-top: 15px; }
.grooming-quote img { height: 280px; }
.grooming-quote p { margin: 0; padding: 50px; background: #2c302e; font-family: Georgia, serif; font-size: 43px; line-height: .98; }
.object-index { margin-top: 35px; padding: 50px; background: #202120; color: var(--white); }
.index-head { padding-bottom: 33px; display: grid; grid-template-columns: .5fr 1.3fr; gap: 35px; }
.index-head h2 { font-size: 54px; }
.object-sheet { display: grid; grid-template-columns: 1fr .8fr 1fr .8fr; gap: 6px; }
.object-sheet img { height: 300px; }
.object-sheet article { padding: 30px; background: #333534; }
.object-sheet article span { color: var(--tomato); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.object-sheet h3 { margin: 16px 0; font-family: Georgia, serif; font-size: 30px; line-height: 1; }
.object-sheet p { color: #d5d8d1; font-size: 14px; }
.index-stories { margin-top: 48px; padding-top: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; border-top: 1px solid #535754; }
.index-stories .small-card { grid-template-columns: 1fr; border-color: #535754; }
.index-stories .small-card img { height: 150px; }
.index-stories .meta { color: #c8cac4; }
.living-diary { margin-top: 35px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.diary-title { padding: 55px; }
.diary-title h2 { margin: 14px 0; font-size: 58px; }
.diary-title p { max-width: 420px; }
.diary-main { height: 420px; }
.diary-small { height: 290px; }
.diary-stories { padding: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.diary-stories img { height: 160px; }
.diary-stories .story-card h3 { font-size: 23px; }
.weekend-atlas { margin-top: 35px; padding: 42px; display: grid; grid-template-columns: 1.1fr .85fr; gap: 8px; color: var(--white); }
.atlas-main { position: relative; }
.atlas-main img { height: 410px; }
.atlas-main span { position: absolute; bottom: 15px; left: 15px; }
.weekend-atlas > article { padding: 45px; background: #334248; }
.weekend-atlas h2 { margin: 15px 0; font-family: Georgia, serif; font-size: 45px; line-height: .95; }
.weekend-atlas > article p, .atlas-stories .meta, .atlas-stories .story-card p { color: #dee3e0; }
.atlas-check { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: #607078; }
.atlas-check > * { margin: 0; padding: 17px; background: #2a353a; font-size: 13px; }
.atlas-check b { color: var(--tomato); font-size: 11px; text-transform: uppercase; }
.atlas-stories { grid-column: 1 / -1; padding-top: 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.atlas-stories img { height: 165px; }
.category-more { margin-top: 68px; }

.article-shell { max-width: 1050px; padding: 70px max(5vw, 28px); }
.article-shell h1 { margin: 0 0 22px; font-family: Georgia, serif; font-size: clamp(50px, 7vw, 94px); line-height: .92; }
.standfirst { max-width: 760px; font-family: Georgia, serif; font-size: 27px; line-height: 1.25; }
.article-hero { height: 520px; margin: 32px 0; }
.article-grid { display: grid; grid-template-columns: minmax(0, 1fr) 195px; gap: 70px; }
.article-copy { font-family: Georgia, serif; font-size: 20px; line-height: 1.66; }
.article-copy h2 { margin: 46px 0 12px; font-family: Arial, Helvetica, sans-serif; font-size: 29px; line-height: 1.05; }
.article-callout { margin: 37px 0; padding: 20px 25px; border-left: 5px solid var(--tomato); background: var(--soft); font-family: Arial, Helvetica, sans-serif; }
.article-callout b { color: var(--tomato); font-size: 11px; text-transform: uppercase; }
.article-callout p { margin: 9px 0 0; font-size: 17px; line-height: 1.45; }
.article-grid aside { height: max-content; border-top: 4px solid var(--ink); }
.article-grid aside b, .article-grid aside a { padding: 13px 0; display: block; border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.25; }
.article-grid aside b { text-transform: uppercase; }
.related { padding: 0 max(5vw, 28px) 80px; }
.related-grid { max-width: 850px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.guide-hero, .deal-hero, .guide-hub { min-height: 480px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--green); color: var(--white); }
.guide-hero img, .deal-hero img, .guide-hub img { height: 100%; }
.guide-hero > div, .deal-hero > div, .guide-hub > div { align-self: center; padding: clamp(45px, 7vw, 100px); }
.guide-hero h1, .deal-hero h1, .guide-hub h1 { margin: 14px 0; font-size: clamp(47px, 5.5vw, 79px); }
.guide-hero p, .deal-hero p, .guide-hub p { max-width: 500px; color: #e2e6df; }
.guide-body { max-width: 1050px; padding: 70px max(5vw, 28px); display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 72px; }
.guide-body article { font-family: Georgia, serif; font-size: 20px; line-height: 1.62; }
.guide-body h2 { font-family: Arial, Helvetica, sans-serif; font-size: 30px; line-height: 1.05; }
.guide-body aside { align-self: start; padding: 26px; background: var(--soft); font-size: 14px; }
.guide-body aside b { font-size: 11px; text-transform: uppercase; }
.guide-body aside a { display: inline-block; margin-top: 14px; border-bottom: 2px solid var(--tomato); padding-bottom: 4px; font-size: 12px; font-weight: 700; }
.guide-criteria { margin: 25px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
.guide-criteria p { margin: 0; padding: 18px; background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 15px; }
.guide-criteria b { margin-right: 8px; color: var(--tomato); }
.deal-grid { padding: 70px max(5vw, 28px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.deal-grid article { padding-top: 13px; border-top: 1px solid var(--line); }
.deal-grid img { height: 240px; margin-bottom: 18px; }
.deal-grid span { color: var(--tomato); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.deal-grid h2 { margin: 9px 0; font-family: Georgia, serif; font-size: 31px; line-height: .97; }
.deal-grid p { color: var(--muted); font-size: 15px; }
.guide-hub { background: #252425; }
.fixed-hero { padding: clamp(60px, 10vw, 140px) max(9vw, 34px); background: var(--green); color: var(--white); }
.fixed-hero h1 { margin: 15px 0; }
.fixed-hero p { max-width: 640px; color: #e2e5dd; font-size: 18px; }
.fixed-copy { max-width: 920px; padding: 64px max(5vw, 28px); }
.fixed-copy article { padding-top: 20px; margin-bottom: 34px; border-top: 1px solid var(--line); }
.fixed-copy h2 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 31px; line-height: 1; }
.fixed-copy p { max-width: 780px; color: var(--muted); font-size: 17px; }
.search-page { max-width: 1120px; padding: 75px max(5vw, 28px); }
.search-page h1 { margin: 14px 0 32px; font-family: Georgia, serif; font-size: clamp(56px, 7vw, 96px); line-height: .9; }
.search-page label > span { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 700; }
.search-page input { width: 100%; padding: 18px; border: 2px solid var(--ink); background: var(--white); font: 18px Arial; }
.search-page #search-results { margin-top: 30px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 27px; }
.search-page .small-card { grid-template-columns: 104px 1fr; }
.search-page .small-card img { height: 84px; }
footer { padding: 60px max(5vw, 28px); display: grid; grid-template-columns: 1.6fr .75fr .75fr 1fr; gap: 46px; background: var(--ink); color: var(--white); }
footer .logo { width: 220px; color: var(--white); }
footer p { max-width: 300px; color: #d7d4cc; font-size: 14px; }
footer b { display: block; margin: 9px 0 14px; color: var(--tomato); font-size: 11px; text-transform: uppercase; }
footer a { display: block; margin: 9px 0; font-size: 14px; }
.footer-action { width: max-content; font-size: 12px; font-weight: 700; text-transform: uppercase; }

@media (max-width: 1000px) {
  .masthead { height: 126px; grid-template-columns: 1fr auto; }
  .main-nav { height: 44px; grid-column: 1 / -1; grid-row: 2; overflow: auto; justify-self: stretch; }
  .home-hero { grid-template-columns: 1fr 1fr; }
  .reading-rail { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .rail-title { grid-column: 1 / -1; }
  .cabinet-band { grid-template-columns: 1fr 1fr; }
  .cabinet-list { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; border-top: 1px solid #4d504d; border-left: 0; }
  .weekend-feature { grid-template-columns: 1fr 1fr; }
  .weekend-stack { display: none; }
  .style-board, .grooming-layout, .weekend-atlas { grid-template-columns: 1fr; }
  .style-list { grid-template-columns: repeat(3, 1fr); }
  .object-sheet { grid-template-columns: 1fr 1fr; }
  .guide-body, .article-grid { grid-template-columns: 1fr; }
  .article-grid aside { display: grid; grid-template-columns: repeat(3, 1fr); }
  .guide-body aside { max-width: 550px; }
  .guide-hero, .deal-hero, .guide-hub { grid-template-columns: 1fr 1fr; }
  footer { grid-template-columns: 1.5fr 1fr 1fr; }
}

@media (max-width: 640px) {
  .utility-bar { padding: 0 20px; font-size: 10px; }
  .utility-bar span { display: none; }
  .masthead { height: 113px; padding: 0 20px; gap: 10px; }
  .logo { width: 180px; }
  .search-link span { display: none; }
  .main-nav { gap: 22px; font-size: 11px; }
  .home-hero { padding: 22px 20px 48px; grid-template-columns: 1fr; }
  .hero-figure img { height: 400px; }
  .hero-copy h1 { font-size: 48px; }
  .reading-rail { display: block; }
  .reading-rail .small-card:nth-of-type(4) { display: none; }
  .field-notes, .objects-band, .archive { padding: 54px 20px; }
  .field-notes > header, .section-top { grid-template-columns: 1fr; gap: 12px; }
  .section-top > a { justify-self: start; }
  .field-notes h2, .section-top h2 { font-size: 37px; }
  .notes-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-rows: auto; gap: 16px; }
  .note-large { grid-column: 1 / -1; grid-row: auto; }
  .note-large img { height: 360px; }
  .note-large h3 { font-size: 32px; }
  .note-tall, .note-object { align-self: auto; }
  .note-tall img, .note-object img { height: 170px; }
  .note-portrait { grid-column: 1 / -1; }
  .note-portrait img { height: 250px; }
  .cabinet-band { grid-template-columns: 1fr; }
  .cabinet-image img { height: 320px; }
  .cabinet-copy { padding: 48px 24px; }
  .cabinet-copy h2 { font-size: 46px; }
  .cabinet-list { display: block; padding: 24px; }
  .object-rail { display: flex; overflow: auto; gap: 10px; padding-bottom: 8px; }
  .object-rail article { min-width: 250px; }
  .weekend-feature { grid-template-columns: 1fr; }
  .weekend-feature > div:first-child img { height: 320px; }
  .archive-grid, .deal-grid { grid-template-columns: 1fr; }
  .archive-grid .story-card img, .deal-grid img { height: 280px; }
  .archive-list article { grid-template-columns: 28px 1fr; }
  .archive-list > article > span { grid-column: 2; }
  .archive-list a { font-size: 21px; }
  .journal { padding: 55px 25px; grid-template-columns: 1fr; gap: 20px; }
  .journal h2 { font-size: 48px; }
  .category-shell { padding: 20px 20px 60px; }
  .category-hero, .guide-hero, .deal-hero, .guide-hub { grid-template-columns: 1fr; }
  .category-hero > div, .guide-hero > div, .deal-hero > div, .guide-hub > div { padding: 48px 24px; }
  .category-hero img, .guide-hero img, .deal-hero img, .guide-hub img { height: 290px; }
  .style-list, .routine-stack, .diary-stories, .atlas-stories, .index-stories { grid-template-columns: 1fr; }
  .style-poster img { height: 420px; }
  .fabric-note, .grooming-quote, .object-sheet, .living-diary { grid-template-columns: 1fr; }
  .fabric-note img { height: 250px; }
  .fabric-note h2 { padding-top: 34px; font-size: 36px; }
  .grooming-layout, .object-index, .weekend-atlas { padding: 25px; }
  .routine-intro h2 { font-size: 40px; }
  .routine-stack img { height: 250px; }
  .grooming-quote p { font-size: 34px; }
  .index-head { grid-template-columns: 1fr; }
  .index-head h2 { font-size: 42px; }
  .object-sheet img { height: 260px; }
  .diary-title { padding: 35px 25px; }
  .diary-title h2 { font-size: 45px; }
  .diary-main, .diary-small { height: 300px; }
  .weekend-atlas > article { padding: 35px 24px; }
  .weekend-atlas h2 { font-size: 38px; }
  .atlas-check { grid-template-columns: 1fr 1fr; }
  .article-shell { padding: 45px 24px; }
  .article-shell h1 { font-size: 51px; }
  .standfirst { font-size: 22px; }
  .article-hero { height: 310px; }
  .article-copy { font-size: 18px; }
  .article-grid aside { display: block; }
  .related { padding: 0 24px 60px; }
  .related-grid, .guide-criteria, .search-page #search-results { grid-template-columns: 1fr; }
  .guide-body { padding: 50px 24px; }
  .deal-grid { padding: 50px 24px; }
  .fixed-hero { padding: 70px 24px; }
  .fixed-hero h1 { font-size: 54px; }
  .fixed-copy { padding: 48px 24px; }
  .search-page { padding: 50px 24px; }
  footer { padding: 48px 24px; grid-template-columns: 1fr; gap: 24px; }
}
