:root{
  --bg:#f7f4ee;--paper:#fffdf9;--ink:#22231f;--muted:#737469;--line:#ddd8ce;--olive:#5e6b52;--olive-dark:#44503b;--terra:#ad674d;--sand:#d8c5aa;--cream:#eee5d8;--max:1240px;--narrow:820px;--wide:1440px;--radius:2px;--shadow:0 18px 50px rgba(44,40,33,.08)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.shell{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.shell-narrow{width:min(calc(100% - 40px),var(--narrow));margin-inline:auto}.shell-wide{width:min(calc(100% - 40px),var(--wide));margin-inline:auto}.skip-link{position:fixed;left:12px;top:-60px;background:#111;color:#fff;padding:10px 14px;z-index:9999}.skip-link:focus{top:12px}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{background:rgba(247,244,238,.98);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(90,85,75,.12);transition:.25s}.header-inner{height:116px;display:grid;grid-template-columns:70px 1fr 70px;align-items:center}.site-branding{text-align:center}.wordmark,.footer-wordmark{font-family:Georgia,"Times New Roman",serif;letter-spacing:.2em;font-weight:700;font-size:32px}.custom-logo{max-height:58px;width:auto;margin:auto}.brand-tagline{font-size:12px;letter-spacing:.13em;text-transform:uppercase;color:var(--muted);margin-top:4px}.menu-toggle{display:none;background:none;border:0;width:42px;height:42px;padding:8px;cursor:pointer}.menu-toggle span{display:block;height:1px;background:var(--ink);margin:6px 0}.header-actions{justify-self:end}.search-toggle{width:42px;height:42px;border:0;background:transparent;display:grid;place-items:center;cursor:pointer}.search-toggle svg{fill:none;stroke:currentColor;stroke-width:1.6}.desktop-nav-wrap{border-top:1px solid rgba(90,85,75,.10)}.desktop-nav{height:50px;display:flex;justify-content:center;align-items:center}.nav-list{display:flex;gap:34px;align-items:center;list-style:none;padding:0;margin:0}.nav-list a{font-size:13px;text-transform:uppercase;letter-spacing:.08em}.nav-list a:hover{color:var(--olive)}.site-header.is-compact .header-inner{height:78px}.site-header.is-compact .brand-tagline{display:none}.site-header.is-compact .wordmark{font-size:26px}.site-header.is-compact .desktop-nav-wrap{display:none}
.mobile-drawer{position:fixed;inset:0 auto 0 0;width:min(88vw,360px);background:var(--paper);z-index:150;transform:translateX(-101%);transition:transform .25s ease;padding:22px;overflow:auto}.mobile-drawer[aria-hidden="false"]{transform:translateX(0)}.drawer-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:24px;border-bottom:1px solid var(--line);font-family:Georgia,"Times New Roman",serif;letter-spacing:.1em}.drawer-close,.search-close{border:0;background:transparent;font-size:30px;cursor:pointer}.mobile-nav-list{list-style:none;padding:16px 0;margin:0}.mobile-nav-list li{border-bottom:1px solid var(--line)}.mobile-nav-list a{display:block;padding:14px 4px;font-family:Georgia,"Times New Roman",serif;font-size:22px}.drawer-backdrop{position:fixed;inset:0;background:rgba(20,20,17,.38);z-index:140}.drawer-open{overflow:hidden}.search-panel{position:fixed;left:0;right:0;top:0;background:var(--paper);z-index:200;transform:translateY(-110%);transition:.25s;box-shadow:var(--shadow)}.search-panel.is-open{transform:translateY(0)}.search-panel-inner{min-height:130px;display:flex;align-items:center;gap:20px}.search-panel .search-form{flex:1}.search-form{display:flex;gap:10px}.search-form label{flex:1}.search-field{width:100%;border:1px solid var(--line);background:#fff;padding:15px 16px;outline:none}.search-form button,.button-link{border:0;background:var(--olive-dark);color:#fff;padding:14px 20px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.search-field:focus{border-color:var(--olive)}
.home-intro{padding:70px 0 34px}.eyebrow,.kicker{font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--olive)}.home-intro h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,5vw,68px);font-weight:400;line-height:1.02;max-width:930px;margin:14px 0 0;letter-spacing:-.035em}.hero-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,.8fr);gap:26px;padding-bottom:70px}.hero-main,.hero-small,.article-card,.feature-card{background:var(--paper)}.hero-main{display:grid;grid-template-columns:1.35fr 1fr;min-height:520px}.hero-image{min-height:520px;overflow:hidden}.hero-image img,.hero-small-image img,.article-card-image img,.feature-card>a>img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.hero-image:hover img,.hero-small-image:hover img,.article-card-image:hover img,.feature-card>a:hover img{transform:scale(1.02)}.hero-copy{padding:44px 38px;display:flex;flex-direction:column;justify-content:center}.hero-copy h2,.hero-small h3,.article-card h3,.feature-card h3,.popular-item h3{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.025em}.hero-copy h2{font-size:clamp(30px,3vw,47px);line-height:1.04;margin:14px 0}.hero-copy p{color:var(--muted);margin:0 0 18px}.meta-row{display:flex;gap:18px;font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.hero-side{display:grid;gap:26px}.hero-small{display:grid;grid-template-columns:42% 1fr;min-height:247px}.hero-small-image{overflow:hidden}.hero-small>div{padding:24px 22px;display:flex;flex-direction:column;justify-content:center}.hero-small h3{font-size:24px;line-height:1.12;margin:10px 0 18px}.decorette-placeholder{width:100%;height:100%;min-height:220px;display:grid;place-items:center;background:linear-gradient(135deg,#c8b79f,#87917a);color:#fff;font-family:Georgia,"Times New Roman",serif;letter-spacing:.16em;text-transform:uppercase}
.section{padding:76px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:30px}.section-heading h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:clamp(34px,4vw,52px);line-height:1.05;margin:7px 0 0;letter-spacing:-.03em}.section-heading p{color:var(--muted);max-width:360px;margin:0}.text-link{font-size:13px;font-weight:700;letter-spacing:.04em}.room-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.room-card{min-height:190px;padding:24px;position:relative;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;transition:.2s}.room-card:hover{background:var(--paper);transform:translateY(-2px)}.room-number{font-size:11px;color:var(--muted);letter-spacing:.12em}.room-name{font-family:Georgia,"Times New Roman",serif;font-size:28px;margin:auto 0 6px}.room-count{font-size:12px;color:var(--muted)}.room-arrow{position:absolute;right:20px;top:18px;font-size:20px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.article-card-image{aspect-ratio:3/2;overflow:hidden;display:block}.article-card-copy{padding:24px}.editor-pick{display:inline-flex;margin-bottom:8px;background:var(--terra);color:#fff;padding:4px 7px;font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.article-card h3{font-size:27px;line-height:1.1;margin:9px 0 12px}.article-card p{color:var(--muted);font-size:14px;margin:0 0 18px}.article-card .meta-row{border-top:1px solid var(--line);padding-top:14px;justify-content:space-between}.feature-band{background:var(--olive-dark);color:#fff;padding:76px 0}.section-heading.light .eyebrow,.light-kicker{color:#d4e0cb}.section-heading.light .text-link{color:#fff}.feature-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:20px}.feature-card{position:relative;background:#374031;overflow:hidden}.feature-card>a{display:block;aspect-ratio:4/3}.feature-card-main{grid-row:span 2}.feature-card-main>a{height:100%;aspect-ratio:auto;min-height:590px}.feature-card-copy{position:absolute;left:0;right:0;bottom:0;padding:70px 24px 24px;background:linear-gradient(transparent,rgba(15,18,14,.82))}.feature-card h3{font-size:24px;line-height:1.08;margin:8px 0 0}.feature-card-main h3{font-size:38px}.popular-list{border-top:1px solid var(--line)}.popular-item{display:grid;grid-template-columns:90px 1fr 50px;gap:24px;align-items:center;border-bottom:1px solid var(--line);padding:25px 0}.popular-rank{font-family:Georgia,"Times New Roman",serif;font-size:32px;color:var(--sand)}.popular-item h3{font-size:28px;margin:5px 0}.popular-arrow{font-size:25px;text-align:right}.newsletter-band{background:var(--cream);padding:72px 0}.newsletter-inner{display:grid;grid-template-columns:1.25fr .75fr;gap:80px;align-items:center}.newsletter-inner h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:42px;line-height:1.05;margin:8px 0 14px}.newsletter-inner p{color:var(--muted);margin:0}.newsletter-placeholder{border:1px solid rgba(70,66,58,.25);background:rgba(255,255,255,.45);min-height:120px;display:flex;flex-direction:column;justify-content:center;padding:24px}.newsletter-placeholder span{font-weight:700}.newsletter-placeholder small{color:var(--muted);margin-top:4px}
.archive-main,.page-main{padding-top:38px;padding-bottom:80px}.breadcrumbs{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:12px;color:var(--muted);padding:8px 0 30px}.breadcrumbs a:hover{color:var(--olive)}.archive-header,.page-header{padding:28px 0 46px;max-width:850px}.archive-header h1,.page-header h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,6vw,72px);font-weight:400;line-height:1;letter-spacing:-.04em;margin:10px 0}.archive-description{color:var(--muted);font-size:18px;max-width:720px}.pagination-wrap{padding:50px 0}.nav-links{display:flex;gap:8px;justify-content:center;align-items:center;flex-wrap:wrap}.page-numbers{padding:9px 13px;border:1px solid var(--line);background:var(--paper)}.page-numbers.current{background:var(--olive-dark);color:#fff;border-color:var(--olive-dark)}.empty-state,.error-page{padding:90px 0}.error-page h1,.empty-state h2{font-family:Georgia,"Times New Roman",serif;font-size:52px;font-weight:400;line-height:1.05}.error-page p{font-size:18px;color:var(--muted)}
.single-header{padding-top:40px;padding-bottom:32px}.single-header h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,6vw,74px);font-weight:400;line-height:1.01;letter-spacing:-.045em;margin:13px 0 18px}.single-deck{font-family:Georgia,"Times New Roman",serif;font-size:22px;line-height:1.45;color:#55564e}.single-meta{display:flex;flex-wrap:wrap;gap:18px;font-size:12px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);padding-top:10px}.single-hero{margin-top:10px}.single-hero img{width:100%;max-height:820px;object-fit:cover}.article-layout{padding-top:44px;padding-bottom:70px}.article-tools{display:flex;gap:10px;border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:28px}.article-tools a,.article-tools button{border:1px solid var(--line);background:transparent;padding:7px 11px;font-size:12px;text-transform:uppercase;letter-spacing:.06em;cursor:pointer}.toc-card{background:var(--paper);border:1px solid var(--line);padding:22px 24px;margin:0 0 34px}.toc-title{font-weight:700;text-transform:uppercase;font-size:12px;letter-spacing:.08em;margin-bottom:9px}.toc-card ol{margin:0;padding-left:22px}.toc-card li{margin:5px 0}.toc-card .toc-sub{margin-left:18px}.toc-card a{border-bottom:1px dotted var(--line)}.entry-content{font-family:Georgia,"Times New Roman",serif;font-size:19px;line-height:1.82}.entry-content>p:first-child{font-size:22px;line-height:1.68}.entry-content h2,.entry-content h3,.entry-content h4{color:var(--ink);line-height:1.12;letter-spacing:-.025em;margin:1.7em 0 .65em}.entry-content h2{font-size:38px}.entry-content h3{font-size:29px}.entry-content a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;color:var(--olive-dark)}.entry-content blockquote{border-left:3px solid var(--olive);margin:34px 0;padding:8px 0 8px 26px;font-size:24px;line-height:1.5;color:#4d5148}.entry-content figure{margin:36px 0}.entry-content figcaption{font-family:ui-sans-serif,system-ui,sans-serif;font-size:12px;color:var(--muted);margin-top:8px}.entry-content ul,.entry-content ol{padding-left:1.3em}.entry-content table{width:100%;border-collapse:collapse;font-family:ui-sans-serif,system-ui,sans-serif;font-size:15px}.entry-content th,.entry-content td{border:1px solid var(--line);padding:12px;text-align:left}.article-endmark{text-align:center;font-size:24px;color:var(--terra);padding:24px 0}.author-box{display:grid;grid-template-columns:96px 1fr;gap:24px;background:var(--paper);padding:28px;border:1px solid var(--line)}.author-avatar img{border-radius:50%}.author-box h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:28px;margin:5px 0}.author-box p{color:var(--muted);margin:0}.related-section{border-top:1px solid var(--line)}
.site-footer{background:#252821;color:#f4f1ea;padding:70px 0 24px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:70px}.footer-grid p{color:#b8bbae;max-width:420px}.footer-grid h2{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#cfd3c7;margin:0 0 16px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin:9px 0}.footer-links a{color:#e7e8e2}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.14);padding-top:22px;margin-top:50px;font-size:12px;color:#9ea295}
.decorette-box{margin:30px 0;padding:24px 26px;border-left:4px solid var(--olive);background:var(--paper);font-family:ui-sans-serif,system-ui,sans-serif}.decorette-box-title{font-weight:800;text-transform:uppercase;font-size:12px;letter-spacing:.08em;margin-bottom:8px}.decorette-box p:last-child{margin-bottom:0}.decorette-box.warning{border-left-color:var(--terra);background:#fbf2ed}.decorette-palette{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.decorette-swatch{width:86px}.decorette-swatch-color{height:56px;border:1px solid rgba(0,0,0,.1)}.decorette-swatch-code{font-family:ui-monospace,monospace;font-size:11px;margin-top:5px;color:var(--muted)}
@media(max-width:1050px){.hero-grid{grid-template-columns:1fr}.hero-side{grid-template-columns:1fr 1fr}.hero-small{min-height:240px}.room-grid{grid-template-columns:repeat(3,1fr)}.feature-grid{grid-template-columns:1.2fr 1fr}.feature-card-main{grid-row:span 3}.article-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.shell,.shell-narrow,.shell-wide{width:min(calc(100% - 28px),var(--max))}.header-inner{height:82px;grid-template-columns:50px 1fr 50px}.menu-toggle{display:block}.desktop-nav-wrap{display:none}.wordmark{font-size:24px}.brand-tagline{font-size:9px;letter-spacing:.09em}.custom-logo{max-height:44px}.home-intro{padding:40px 0 24px}.home-intro h1{font-size:42px}.hero-grid{gap:16px;padding-bottom:42px}.hero-main{grid-template-columns:1fr;min-height:auto}.hero-image{min-height:320px;aspect-ratio:4/3}.hero-copy{padding:26px 22px}.hero-copy h2{font-size:34px}.hero-side{grid-template-columns:1fr}.hero-small{grid-template-columns:42% 1fr;min-height:190px}.hero-small>div{padding:18px}.hero-small h3{font-size:20px}.section{padding:48px 0}.section-heading{align-items:flex-start;flex-direction:column;margin-bottom:22px}.section-heading h2{font-size:38px}.room-grid{grid-template-columns:repeat(2,1fr)}.room-card{min-height:150px;padding:18px}.room-name{font-size:23px}.article-grid{grid-template-columns:1fr;gap:18px}.article-card{display:grid;grid-template-columns:42% 1fr}.article-card-image{aspect-ratio:auto;min-height:190px}.article-card-copy{padding:17px}.article-card h3{font-size:21px}.article-card p{display:none}.article-card .meta-row{border:0;padding-top:5px;font-size:10px}.feature-band{padding:48px 0}.feature-grid{grid-template-columns:1fr}.feature-card-main{grid-row:auto}.feature-card-main>a{min-height:380px}.feature-card>a{min-height:250px}.feature-card-main h3{font-size:30px}.popular-item{grid-template-columns:50px 1fr 30px;gap:12px}.popular-item h3{font-size:22px}.popular-rank{font-size:24px}.newsletter-inner{grid-template-columns:1fr;gap:30px}.newsletter-inner h2{font-size:34px}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;gap:8px}.single-header{padding-top:25px}.single-header h1{font-size:42px}.single-deck{font-size:19px}.single-hero{width:100%}.single-hero img{max-height:560px}.article-layout{padding-top:26px}.entry-content{font-size:18px}.entry-content>p:first-child{font-size:20px}.entry-content h2{font-size:31px}.entry-content h3{font-size:25px}.author-box{grid-template-columns:68px 1fr}.author-avatar img{width:68px;height:68px}.archive-header h1,.page-header h1{font-size:46px}.search-panel-inner{min-height:110px}.search-form{flex-direction:column}.search-form button{width:100%}}
@media(max-width:460px){.room-grid{grid-template-columns:1fr 1fr}.room-card{min-height:135px}.hero-small{grid-template-columns:38% 1fr}.article-card{grid-template-columns:38% 1fr}.article-card-image{min-height:170px}.article-card h3{font-size:19px}.article-card .kicker{font-size:9px}.article-card .meta-row span:last-child{display:none}}
@media print{.site-header,.site-footer,.article-tools,.related-section,.newsletter-band,.toc-card{display:none!important}body{background:#fff}.entry-content{font-size:12pt}.single-hero{max-width:100%}}
