:root {
    --guides-paper: #fffdf8;
    --guides-cream: #f5eddc;
    --guides-ink: #302a22;
    --guides-muted: #746d63;
    --guides-bronze: #9c6829;
    --guides-champagne: #f1d27c;
    --guides-line: rgba(113, 76, 28, .15);
}

.website-guides-page { overflow: clip; background: var(--guides-paper); color: var(--guides-ink); }
.website-guides-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 88% 12%, rgba(208,151,64,.2), transparent 24%), linear-gradient(132deg, #211f1b, #302b24 58%, #44382a); color: #fff; }
.website-guides-hero::before { position: absolute; top: -260px; left: -180px; width: 540px; height: 540px; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; content: ""; }
.website-guides-hero__grid { position: relative; display: grid; min-height: 620px; grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr); gap: clamp(55px, 7vw, 100px); align-items: center; padding-block: 66px 72px; }
.website-guides-hero__copy > * { animation: guidesRise .65s ease both; }
.website-guides-hero__copy > :nth-child(2) { animation-delay: .06s; }
.website-guides-hero__copy > :nth-child(3) { animation-delay: .12s; }
.website-guides-hero__copy > :nth-child(4) { animation-delay: .18s; }
.website-guides-hero__copy > :nth-child(5) { animation-delay: .24s; }
.website-guides-eyebrow { display: inline-flex; gap: 12px; align-items: center; color: var(--guides-champagne); font-size: 10px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.website-guides-eyebrow::before { width: 34px; height: 1px; background: currentColor; content: ""; }
.website-guides-eyebrow--dark { color: var(--guides-bronze); }
.website-guides-hero h1 { max-width: 690px; margin: 18px 0 21px; color: #fff !important; font-family: var(--hm-serif); font-size: clamp(55px, 6.3vw, 80px); font-weight: 600; letter-spacing: -.04em; line-height: .99; }
.website-guides-hero__copy > p { max-width: 600px; margin: 0; color: rgba(255,255,255,.66); font-size: 15px; line-height: 1.78; }
.website-guides-hero__actions { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; margin-top: 28px; }
.website-guides-hero__actions .btn { display: inline-flex; min-height: 50px; gap: 10px; align-items: center; padding: 10px 21px; border: 0; border-radius: 999px; background: linear-gradient(135deg, #f1d27c, #b87627); color: #2b251e; font-size: 10px; font-weight: 800; }
.website-guides-hero__actions > a:not(.btn) { color: rgba(255,255,255,.75); font-size: 10px; font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.24); }
.website-guides-hero__proof { display: grid; grid-template-columns: minmax(120px, .55fr) minmax(0, 1.45fr); margin-top: 35px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.13); }
.website-guides-hero__proof > div { display: grid; min-width: 0; grid-template-columns: auto minmax(0, 1fr); gap: 10px; align-items: center; padding-inline: 18px; border-left: 1px solid rgba(255,255,255,.12); }
.website-guides-hero__proof > div:first-child { padding-left: 0; border-left: 0; }
.website-guides-hero__proof strong { color: var(--guides-champagne); font-family: var(--hm-serif); font-size: 27px; font-weight: 600; }
.website-guides-hero__proof i { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.07); color: var(--guides-champagne); font-size: 11px; }
.website-guides-hero__proof span { color: rgba(255,255,255,.5); font-size: 9px; line-height: 1.45; }

.website-guides-featured { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 2px 34px 2px 2px; background: rgba(255,255,255,.06); box-shadow: 0 30px 70px rgba(0,0,0,.25); animation: guidesFade .85s .1s ease both; backdrop-filter: blur(10px); }
.website-guides-featured__media { position: relative; display: grid; height: 292px; place-items: center; overflow: hidden; background: #4b4236; color: var(--guides-champagne); font-size: 42px; }
.website-guides-featured__media::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(26,22,17,.02), transparent 50%, rgba(26,22,17,.42)); content: ""; }
.website-guides-featured__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s ease; }
.website-guides-featured:hover img { transform: scale(1.035); }
.website-guides-featured__media b { position: absolute; top: 16px; left: 16px; z-index: 1; padding: 7px 11px; border: 1px solid rgba(241,210,124,.4); border-radius: 999px; background: rgba(34,29,23,.7); color: #f7ead3; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.website-guides-featured__copy { padding: 24px 27px 27px; }
.website-guides-featured__copy > div { display: flex; gap: 18px; color: #d9b66a; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.website-guides-featured__copy h2 { display: -webkit-box; overflow: hidden; margin: 10px 0 9px; font-family: var(--hm-serif); font-size: 30px; font-weight: 600; line-height: 1.08; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.website-guides-featured__copy h2 a { color: #fff; text-decoration: none; }
.website-guides-featured__copy p { display: -webkit-box; overflow: hidden; margin: 0 0 14px; color: rgba(255,255,255,.52); font-size: 11px; line-height: 1.62; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.website-guides-featured__copy > a { color: var(--guides-champagne); font-size: 9px; font-weight: 800; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; }
.website-guides-featured__copy > a i { margin-left: 7px; transition: transform .2s ease; }
.website-guides-featured__copy > a:hover i { transform: translateX(3px); }
.website-guides-hero__edition { display: grid; min-height: 410px; place-content: center; justify-items: center; padding: 50px; border: 1px solid rgba(255,255,255,.13); border-radius: 2px 34px 2px 2px; background: rgba(255,255,255,.05); text-align: center; }
.website-guides-hero__edition i { color: var(--guides-champagne); font-size: 45px; }
.website-guides-hero__edition span { margin: 20px 0 10px; color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.website-guides-hero__edition strong { max-width: 390px; color: #fff; font-family: var(--hm-serif); font-size: 32px; line-height: 1.2; }

.website-guides-standards { border-bottom: 1px solid var(--guides-line); background: #f2e8ce; }
.website-guides-standards__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.website-guides-standards__grid > div { display: grid; min-width: 0; grid-template-columns: 24px 40px minmax(0, 1fr); gap: 12px; align-items: center; padding: 22px 29px; border-left: 1px solid rgba(102,76,24,.12); }
.website-guides-standards__grid > div:first-child { border-left: 0; }
.website-guides-standards__grid > div > span { color: var(--guides-bronze); font-family: var(--hm-serif); font-size: 12px; }
.website-guides-standards__grid > div > i { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.66); color: #8d5d24; font-size: 12px; }
.website-guides-standards p { margin: 0; }
.website-guides-standards strong,
.website-guides-standards small { display: block; }
.website-guides-standards strong { font-size: 11px; }
.website-guides-standards small { margin-top: 3px; color: var(--guides-muted); font-size: 9px; line-height: 1.45; }

.website-guides-collection { padding: 96px 0 105px; background: radial-gradient(circle at 100% 0, rgba(201,147,69,.08), transparent 20%), url('/layouts/spa/bg_body.png'), var(--guides-paper); }
.website-guides-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .55fr); gap: 65px; align-items: end; margin-bottom: 40px; }
.website-guides-heading h2 { max-width: 780px; margin: 13px 0 0; font-family: var(--hm-serif); font-size: clamp(43px, 5vw, 61px); font-weight: 600; letter-spacing: -.035em; line-height: 1.04; }
.website-guides-heading > p { margin: 0 0 6px; color: var(--guides-muted); font-size: 12px; line-height: 1.75; }
.website-guides-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.website-guide-card { display: flex; min-width: 0; min-height: 405px; flex-direction: column; overflow: hidden; border: 1px solid var(--guides-line); border-radius: 2px 23px 2px 2px; background: linear-gradient(155deg, #fff, #faf5eb); box-shadow: 0 16px 38px rgba(66,47,20,.07); transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease; }
.website-guide-card:hover { border-color: rgba(156,104,41,.4); box-shadow: 0 24px 52px rgba(66,47,20,.13); transform: translateY(-4px); }
.website-guide-card__media { position: relative; display: grid; height: 205px; place-items: center; overflow: hidden; background: #e8deca; color: var(--guides-bronze); font-size: 36px; }
.website-guide-card__media::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(31,26,20,.38)); content: ""; }
.website-guide-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.website-guide-card:hover img { transform: scale(1.04); }
.website-guide-card__media b { position: absolute; top: 13px; left: 13px; z-index: 1; display: grid; min-width: 32px; height: 27px; padding-inline: 8px; place-items: center; border: 1px solid rgba(241,210,124,.44); border-radius: 999px; background: rgba(34,29,23,.68); color: #f7ead3; font-family: var(--hm-serif); font-size: 9px; }
.website-guide-card__body { display: flex; min-height: 198px; flex: 1; flex-direction: column; padding: 19px 21px 20px; }
.website-guide-card__body > div { display: flex; gap: 16px; color: var(--guides-bronze); font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.website-guide-card h3 { display: -webkit-box; overflow: hidden; margin: 9px 0 8px; font-family: var(--hm-serif); font-size: 24px; font-weight: 600; line-height: 1.12; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.website-guide-card h3 a { color: var(--guides-ink); text-decoration: none; }
.website-guide-card p { display: -webkit-box; overflow: hidden; margin: 0 0 13px; color: var(--guides-muted); font-size: 10px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.website-guide-card__body > a { margin-top: auto; padding-top: 11px; border-top: 1px solid var(--guides-line); color: #80551f; font-size: 8px; font-weight: 800; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; }
.website-guide-card__body > a i { margin-left: 6px; }
.website-guides-pagination { display: flex; justify-content: center; margin-top: 38px; }

.website-guides-cta { padding: 78px 0; background: linear-gradient(135deg, #c99345, #f1d27c 52%, #bd7d2d); }
.website-guides-cta__inner { display: flex; gap: 60px; align-items: center; justify-content: space-between; }
.website-guides-cta__inner > div:first-child { max-width: 790px; }
.website-guides-cta span { color: #644016; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.website-guides-cta h2 { margin: 8px 0 10px; font-family: var(--hm-serif); font-size: clamp(40px, 4.8vw, 57px); font-weight: 600; line-height: 1.04; }
.website-guides-cta p { max-width: 660px; margin: 0; color: rgba(48,39,28,.7); font-size: 12px; line-height: 1.7; }
.website-guides-cta__inner > div:last-child { display: grid; flex: 0 0 auto; gap: 12px; justify-items: center; }
.website-guides-cta .btn { display: inline-flex; min-height: 50px; gap: 10px; align-items: center; padding-inline: 21px; border: 0; border-radius: 999px; background: #2e2922; font-size: 10px; font-weight: 800; }
.website-guides-cta__inner > div:last-child > a { color: #644016; font-size: 9px; font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(100,64,22,.3); }

@keyframes guidesRise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes guidesFade { from { opacity: 0; transform: scale(.985); } to { opacity: 1; transform: none; } }

@media (max-width: 991px) {
    .website-guides-hero__grid { grid-template-columns: 1fr; gap: 42px; }
    .website-guides-hero__copy { max-width: 760px; }
    .website-guides-featured { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); }
    .website-guides-featured__media { height: 100%; min-height: 300px; }
    .website-guides-featured__copy { display: flex; flex-direction: column; justify-content: center; }
    .website-guides-heading { grid-template-columns: 1fr; gap: 18px; }
    .website-guides-heading > p { max-width: 650px; }
    .website-guides-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .website-guides-cta__inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767px) {
    .website-guides-hero__grid { min-height: 0; gap: 27px; padding-block: 38px 42px; }
    .website-guides-eyebrow { gap: 9px; font-size: 8px; letter-spacing: .18em; }
    .website-guides-eyebrow::before { width: 23px; }
    .website-guides-hero h1 { max-width: 360px; margin: 14px 0 16px; font-size: clamp(43px, 12vw, 51px); line-height: 1; }
    .website-guides-hero__copy > p { font-size: 13px; line-height: 1.67; }
    .website-guides-hero__actions { gap: 15px; margin-top: 22px; }
    .website-guides-hero__actions .btn { width: 100%; justify-content: center; }
    .website-guides-hero__proof { grid-template-columns: 95px minmax(0, 1fr); margin-top: 24px; padding-top: 15px; }
    .website-guides-hero__proof > div { padding-inline: 10px; }
    .website-guides-hero__proof strong { font-size: 23px; }
    .website-guides-featured { display: block; border-radius: 2px 22px 2px 2px; }
    .website-guides-featured__media { height: 205px; min-height: 0; }
    .website-guides-featured__copy { padding: 18px 18px 20px; }
    .website-guides-featured__copy h2 { font-size: 25px; }
    .website-guides-featured__copy p { font-size: 10px; }

    .website-guides-standards__grid > div { grid-template-columns: 1fr; gap: 4px; justify-items: center; padding: 15px 6px; text-align: center; }
    .website-guides-standards__grid > div > span,
    .website-guides-standards small { display: none; }
    .website-guides-standards__grid > div > i { width: 33px; height: 33px; font-size: 10px; }
    .website-guides-standards strong { font-size: 8px; line-height: 1.3; }

    .website-guides-collection { padding: 57px 0 64px; }
    .website-guides-heading { gap: 12px; margin-bottom: 27px; }
    .website-guides-heading h2 { margin-top: 10px; font-size: 38px; }
    .website-guides-heading > p { font-size: 11px; }
    .website-guides-grid { grid-template-columns: 1fr; gap: 9px; }
    .website-guide-card { display: grid; height: 158px; min-height: 0; grid-template-columns: 108px minmax(0, 1fr); border-radius: 2px 16px 2px 2px; }
    .website-guide-card__media { width: 108px; height: 158px; }
    .website-guide-card__media b { top: 8px; left: 8px; min-width: 27px; height: 23px; font-size: 8px; }
    .website-guide-card__body { min-height: 0; padding: 12px; }
    .website-guide-card h3 { margin: 6px 0 7px; font-size: 19px; line-height: 1.1; }
    .website-guide-card p { display: none; }
    .website-guide-card__body > a { padding-top: 8px; }

    .website-guides-cta { padding: 55px 0; }
    .website-guides-cta__inner { gap: 26px; }
    .website-guides-cta h2 { font-size: 38px; }
    .website-guides-cta p { font-size: 11px; }
    .website-guides-cta__inner > div:last-child,
    .website-guides-cta .btn { width: 100%; }
    .website-guides-cta .btn { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
    .website-guides-page *,
    .website-guides-page *::before,
    .website-guides-page *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
