.cedar-guide{background:var(--studio-bone);border-top:1px solid var(--studio-line);border-bottom:1px solid var(--studio-line)}
.cedar-guide-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr);gap:clamp(48px,6vw,82px);align-items:start}
.cedar-guide-copy h2{font-family:'Newsreader',Georgia,serif;font-size:clamp(40px,4.6vw,62px);line-height:1;letter-spacing:-.04em;margin:.25em 0 .35em;color:var(--studio-forest-deep)}
.cedar-guide-copy>p{font-size:18px;max-width:650px;color:#4c5650}
.cedar-selector{display:grid;gap:0;margin-top:34px;border-top:1px solid var(--studio-line-strong)}
.cedar-choice{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:15px;width:100%;padding:16px 2px;border:0;border-bottom:1px solid var(--studio-line);border-radius:0;background:transparent;text-align:left;cursor:pointer;transition:padding .2s ease,background .2s ease,color .2s ease}
.cedar-choice:hover{padding-left:10px;background:rgba(255,255,255,.42)}
.cedar-choice.active{padding-left:10px;background:#fff;box-shadow:inset 3px 0 0 var(--studio-cedar)}
.cedar-choice:focus-visible{outline:3px solid rgba(168,111,66,.35);outline-offset:3px}
.cedar-swatch{width:38px;height:38px;border-radius:50%;border:1px solid rgba(27,29,26,.16);box-shadow:inset 0 0 0 2px rgba(255,255,255,.30)}
.cedar-choice-copy{display:grid;gap:2px}.cedar-choice-copy strong{font-size:15px;color:var(--studio-forest-deep)}.cedar-choice-copy small{font-size:12px;color:#687068}
.cedar-tier{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#795031;background:#f3e5d7;padding:6px 9px;border-radius:999px;white-space:nowrap}

.cedar-preview-card{position:sticky;top:102px;background:#fff;border:1px solid var(--studio-line);border-radius:var(--studio-radius-lg);overflow:hidden;box-shadow:none}
.cedar-preview-media{position:relative;aspect-ratio:4/3;background:#d8d0c4;overflow:hidden;--cedar-tone:rgba(167,104,62,.12);--cedar-tone-opacity:.22;--grain-a:rgba(79,46,29,.13);--grain-b:rgba(255,255,255,.04)}
.cedar-preview-media img{width:100%;height:100%;object-fit:cover;display:block;transition:filter .38s ease,transform .55s var(--ease-premium)}
.cedar-preview-media::before{content:"";position:absolute;z-index:1;inset:0;background:repeating-linear-gradient(98deg,transparent 0 17px,var(--grain-a) 18px 19px,transparent 20px 38px),repeating-linear-gradient(82deg,transparent 0 42px,var(--grain-b) 43px 45px,transparent 46px 78px);mix-blend-mode:soft-light;opacity:.55;pointer-events:none;transition:opacity .35s ease,background .35s ease}
.cedar-preview-media::after{content:"";position:absolute;z-index:1;inset:0;background:var(--cedar-tone);mix-blend-mode:color;opacity:var(--cedar-tone-opacity);pointer-events:none;transition:background .35s ease,opacity .35s ease}
.cedar-preview-card:hover .cedar-preview-media img{transform:scale(1.014)}

.cedar-preview-card[data-cedar="western"] .cedar-preview-media{--cedar-tone:rgba(163,101,61,.24);--cedar-tone-opacity:.30;--grain-a:rgba(96,52,29,.16);--grain-b:rgba(255,235,208,.08)}
.cedar-preview-card[data-cedar="western"] .cedar-preview-media img{filter:saturate(.96) sepia(.10) brightness(1.01) contrast(1.02)}
.cedar-preview-card[data-cedar="eastern"] .cedar-preview-media{--cedar-tone:rgba(112,43,34,.34);--cedar-tone-opacity:.40;--grain-a:rgba(76,24,21,.23);--grain-b:rgba(229,151,126,.09)}
.cedar-preview-card[data-cedar="eastern"] .cedar-preview-media img{filter:saturate(1.20) sepia(.20) brightness(.91) contrast(1.08)}
.cedar-preview-card[data-cedar="northern"] .cedar-preview-media{--cedar-tone:rgba(220,201,160,.34);--cedar-tone-opacity:.36;--grain-a:rgba(133,111,69,.11);--grain-b:rgba(255,250,225,.16)}
.cedar-preview-card[data-cedar="northern"] .cedar-preview-media img{filter:saturate(.46) sepia(.08) brightness(1.18) contrast(.92)}
.cedar-preview-card[data-cedar="yellow"] .cedar-preview-media{--cedar-tone:rgba(215,169,67,.35);--cedar-tone-opacity:.38;--grain-a:rgba(132,94,30,.14);--grain-b:rgba(255,236,176,.14)}
.cedar-preview-card[data-cedar="yellow"] .cedar-preview-media img{filter:saturate(.72) sepia(.22) brightness(1.11) contrast(.96)}
.cedar-preview-card[data-cedar="incense"] .cedar-preview-media{--cedar-tone:rgba(139,68,48,.32);--cedar-tone-opacity:.38;--grain-a:rgba(86,42,31,.18);--grain-b:rgba(242,180,154,.08)}
.cedar-preview-card[data-cedar="incense"] .cedar-preview-media img{filter:saturate(1.06) sepia(.18) brightness(.97) contrast(1.04)}

.cedar-preview-label{position:absolute;left:18px;bottom:18px;z-index:2;padding:9px 12px;border-radius:999px;background:rgba(18,31,23,.86);backdrop-filter:blur(9px);color:#fff;font-size:11px;font-weight:800;letter-spacing:.04em}
.cedar-preview-body{padding:30px}.cedar-preview-body h3{font-family:'Newsreader',Georgia,serif;font-size:34px;line-height:1.05;letter-spacing:-.03em;margin:0 0 8px;color:var(--studio-forest-deep)}
.cedar-preview-summary{font-size:17px;color:#4e5751;margin:0 0 20px}.cedar-preview-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:20px 0;border-top:1px solid var(--studio-line);border-bottom:1px solid var(--studio-line)}
.cedar-preview-meta div{padding:14px 12px 14px 0;background:transparent}.cedar-preview-meta div+div{padding-left:12px;border-left:1px solid var(--studio-line)}.cedar-preview-meta span{display:block;font-size:9px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:#8a5c38;margin-bottom:4px}.cedar-preview-meta strong{font-size:13px;color:var(--studio-forest-deep)}
.cedar-disclaimer{font-size:12px!important;line-height:1.55!important;color:#737a74!important;margin:14px 0 0!important}

.cedar-facts{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin-top:52px;border-top:1px solid var(--studio-line-strong);border-bottom:1px solid var(--studio-line-strong)}
.cedar-fact{padding:24px 20px;border:0;border-right:1px solid var(--studio-line);border-radius:0;background:transparent}.cedar-fact:last-child{border-right:0}.cedar-fact h3{font-size:17px;margin:11px 0 8px;color:var(--studio-forest-deep)}.cedar-fact p{font-size:13px;line-height:1.55;margin:0;color:#626a64}.cedar-fact .cedar-swatch{width:30px;height:30px}
.swatch-western{background:linear-gradient(135deg,#c58a5c,#875137)}.swatch-eastern{background:linear-gradient(135deg,#a75649,#642b28)}.swatch-northern{background:linear-gradient(135deg,#eadcb8,#b8a06e)}.swatch-yellow{background:linear-gradient(135deg,#e2c574,#a88138)}.swatch-incense{background:linear-gradient(135deg,#bd7961,#754438)}

@media(max-width:980px){.cedar-guide-grid{grid-template-columns:1fr}.cedar-preview-card{position:static}.cedar-facts{grid-template-columns:repeat(2,1fr)}.cedar-fact{border-bottom:1px solid var(--studio-line)}}
@media(max-width:640px){.cedar-guide-grid{gap:34px}.cedar-choice{grid-template-columns:34px 1fr}.cedar-tier{grid-column:2;justify-self:start}.cedar-preview-meta{grid-template-columns:1fr;border-bottom:0}.cedar-preview-meta div,.cedar-preview-meta div+div{padding:12px 0;border-left:0;border-bottom:1px solid var(--studio-line)}.cedar-facts{grid-template-columns:1fr}.cedar-fact{border-right:0}.cedar-preview-body{padding:23px}}
@media(prefers-reduced-motion:reduce){.cedar-choice,.cedar-preview-media img,.cedar-preview-media::before,.cedar-preview-media::after{transition:none!important}}
