*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#FBFAF7;color:#28231F;font-family:Montserrat,Arial,sans-serif}
.guide-page{width:min(100%,1180px);margin:0 auto;padding:28px 20px 52px}
.guide-hero{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:22px;align-items:stretch;margin-bottom:18px}
.guide-hero>div,.guide-hero-note{border:1px solid #F3F0F1;border-radius:24px;background:#FFFDF9;box-shadow:0 14px 36px rgba(75,54,36,.055)}
.guide-hero>div{padding:30px}
.guide-kicker{margin-bottom:10px;color:#B89B5E;font-size:11px;font-weight:900;letter-spacing:.17em;text-transform:uppercase}
.guide-hero h1,.guide-copy h2,.guide-routine h2{margin:0;color:#201E1C;font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.06;letter-spacing:0}
.guide-hero h1{font-size:clamp(38px,5vw,68px)}
.guide-hero p{max-width:760px;margin:14px 0 0;color:#756D67;font-size:16px;line-height:1.58}
.guide-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.guide-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 17px;border-radius:13px;background:#35272A;color:#fff;text-decoration:none;font-size:13px;font-weight:850}
.guide-actions a.secondary{background:#F3EADD;color:#35272A}
.guide-hero-note{display:flex;flex-direction:column;justify-content:center;padding:22px}
.guide-hero-note strong{display:block;margin-bottom:8px;color:#35272A;font-size:17px}
.guide-hero-note span{display:block;color:#7C746E;font-size:13px;line-height:1.58}
.guide-nav{position:sticky;top:0;z-index:5;display:flex;gap:7px;overflow-x:auto;margin:0 0 18px;padding:7px;border:1px solid #F3F0F1;border-radius:16px;background:rgba(251,250,247,.94);backdrop-filter:blur(12px);scrollbar-width:none}
.guide-nav::-webkit-scrollbar{display:none}
.guide-nav a{flex:0 0 auto;display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:10px;color:#746B64;text-decoration:none;font-size:11px;font-weight:850;white-space:nowrap}
.guide-nav a:hover{background:#F3EADD;color:#35272A}
.guide-section{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:18px;align-items:stretch;margin:0 0 18px}
.guide-section.reverse{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}
.guide-section.reverse .guide-copy{order:2}
.guide-section.reverse .guide-shot,.guide-section.reverse .guide-mini-shots{order:1}
.guide-copy,.guide-shot,.guide-cards article,.guide-routine{border:1px solid #F3F0F1;border-radius:22px;background:#FFFFFF;box-shadow:0 12px 30px rgba(75,54,36,.045)}
.guide-copy{padding:24px}
.guide-copy span,.guide-cards span,.guide-routine-grid span{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;margin-bottom:12px;border-radius:12px;background:#F3EADD;color:#35272A;font-size:13px;font-weight:900}
.guide-copy h2,.guide-routine h2{font-size:30px}
.guide-copy p,.guide-copy li{color:#68615B;font-size:14px;line-height:1.62}
.guide-copy p{margin:12px 0}
.guide-copy ul,.guide-copy ol{margin:13px 0 0;padding-left:18px}
.guide-copy li+li{margin-top:6px}
.guide-shot{margin:0;overflow:hidden;background:#F7F1EA}
.guide-shot img{display:block;width:100%;height:100%;min-height:300px;max-height:430px;object-fit:cover;object-position:top left}
.guide-shot.tall img{max-height:460px}
.guide-shot.wide img{max-height:380px}
.guide-list-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:16px}
.guide-list-grid p{margin:0;padding:12px;border:1px solid #EEE4D8;border-radius:14px;background:#FFFDF9;font-size:12px}
.guide-list-grid b{color:#2B2724}
.guide-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:0 0 18px}
.guide-cards article{display:grid;grid-template-columns:1fr;overflow:hidden;min-height:0}
.guide-cards img{display:block;width:100%;height:260px;object-fit:cover;object-position:top left;border-bottom:1px solid #F3F0F1;background:#FFFDF9}
.guide-cards div{padding:22px}
.guide-cards span{width:auto;height:auto;min-width:0;margin-bottom:9px;padding:7px 10px;border-radius:999px;color:#B89B5E;font-size:9px;letter-spacing:.08em;text-transform:uppercase}
.guide-cards h3{margin:0;color:#241F1D;font-size:20px;line-height:1.22}
.guide-cards p{margin:10px 0 0;color:#716A64;font-size:13px;line-height:1.55}
.guide-animate-ready .guide-shot,.guide-animate-ready .guide-cards article{opacity:0;transform:translateY(28px) scale(.985);filter:saturate(.94);transition:opacity .72s ease,transform .72s cubic-bezier(.2,.72,.18,1),filter .72s ease;transition-delay:var(--guide-delay,0ms);will-change:opacity,transform}
.guide-animate-ready .guide-shot.is-visible,.guide-animate-ready .guide-cards article.is-visible{opacity:1;transform:translateY(0) scale(1);filter:saturate(1)}
.guide-animate-ready .guide-shot img,.guide-animate-ready .guide-cards article img{transform:scale(1.025);transition:transform .9s cubic-bezier(.2,.72,.18,1)}
.guide-animate-ready .guide-shot.is-visible img,.guide-animate-ready .guide-cards article.is-visible img{transform:scale(1)}
@media(prefers-reduced-motion:reduce){
    .guide-animate-ready .guide-shot,.guide-animate-ready .guide-cards article,.guide-animate-ready .guide-shot img,.guide-animate-ready .guide-cards article img{opacity:1;transform:none;filter:none;transition:none}
}
.guide-mini-shots{display:grid;grid-template-columns:1fr;gap:10px}
.guide-mini-shots figure{margin:0;overflow:hidden;border:1px solid #F3F0F1;border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(75,54,36,.04)}
.guide-mini-shots img{display:block;width:100%;height:128px;object-fit:cover;object-position:top left}
.guide-routine{padding:26px;background:#35272A;color:#fff}
.guide-routine h2{color:#fff;font-size:34px}
.guide-routine>div:first-child p{max-width:870px;margin:12px 0 20px;color:rgba(255,255,255,.78);font-size:15px;line-height:1.6}
.guide-routine-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.guide-routine-grid article{padding:15px;border-radius:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14)}
.guide-routine-grid span{height:auto;min-width:0;margin-bottom:8px;padding:7px 9px;border-radius:999px;background:#FFFDF9;color:#35272A;font-size:9px;text-transform:uppercase;letter-spacing:.06em}
.guide-routine-grid p{margin:0;color:rgba(255,255,255,.82);font-size:12px;line-height:1.5}
@media(max-width:940px){
    .guide-hero,.guide-section,.guide-section.reverse{grid-template-columns:1fr}
    .guide-section.reverse .guide-copy,.guide-section.reverse .guide-shot,.guide-section.reverse .guide-mini-shots{order:initial}
    .guide-cards article{grid-template-columns:1fr}
    .guide-cards img{height:230px;border-right:0;border-bottom:1px solid #F3F0F1}
    .guide-routine-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
    .guide-page{padding:18px 12px 34px}
    .guide-hero>div,.guide-copy,.guide-routine{padding:18px}
    .guide-hero h1{font-size:34px}
    .guide-hero p{font-size:14px}
    .guide-copy h2,.guide-routine h2{font-size:26px}
    .guide-list-grid,.guide-cards,.guide-routine-grid{grid-template-columns:1fr}
    .guide-shot img{min-height:190px;max-height:260px}
    .guide-cards img{height:180px}
}
