/* Legend Lodge — hand-built static site styles */
:root{
  --green-950:#08160f;
  --green-900:#0d2218;
  --green-800:#143323;
  --green-700:#1c4a31;
  --accent:#4ab540;
  --accent-dark:#34952b;
  --gold:#d8a848;
  --cream:#f6f2e9;
  --cream-2:#ece6d8;
  --ink:#16201b;
  --muted:#5b6660;
  --line:rgba(22,32,27,.12);
  --white:#fff;
  --shadow:0 20px 50px -20px rgba(8,22,15,.45);
  --radius:14px;
  --head:"Roboto Slab",Georgia,"Times New Roman",serif;
  --body:"Open Sans",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  --max:1180px;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--body);font-size:17px;line-height:1.7;color:var(--ink);background:var(--cream)}
img,picture,video,svg{max-width:100%;display:block}
img{height:auto}
a{color:var(--accent-dark);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}
a:hover{color:var(--green-700)}
h1,h2,h3,h4{font-family:var(--head);line-height:1.15;margin:0 0 .5em;color:var(--green-900);font-weight:700;letter-spacing:-.01em}
h1{font-size:clamp(2.2rem,5.2vw,3.9rem)}
h2{font-size:clamp(1.8rem,3.4vw,2.6rem)}
h3{font-size:1.3rem}
p{margin:0 0 1.1em}
ul{margin:0 0 1.2em;padding-left:1.3em}
li{margin-bottom:.4em}
strong{color:var(--green-900)}
.sr{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
:focus-visible{outline:3px solid var(--gold);outline-offset:3px}
.skip{position:absolute;left:-999px;top:8px;background:var(--gold);color:var(--green-950);padding:.5rem 1rem;z-index:1000;border-radius:6px}
.skip:focus{left:8px}
.wrap{width:min(var(--max),calc(100% - 2.5rem));margin:0 auto}
.section{padding:clamp(4rem,8vw,7rem) 0}
.section--tight{padding:clamp(3rem,6vw,4.5rem) 0}
.eyebrow{display:inline-block;font-family:var(--body);font-weight:700;font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;color:var(--accent-dark);margin-bottom:.9rem}
.eyebrow::before{content:"";display:inline-block;width:26px;height:2px;background:var(--gold);vertical-align:middle;margin-right:.7rem}
.on-dark .eyebrow{color:var(--gold)}
.on-dark .eyebrow::before{background:var(--accent)}
.lead{font-size:1.15rem;color:var(--muted);max-width:62ch}
.center{text-align:center}
.center .lead{margin-inline:auto}
.center .eyebrow::before{display:none}
.on-dark,.on-dark h1,.on-dark h2,.on-dark h3,.on-dark strong{color:var(--white)}
.on-dark p{color:rgba(255,255,255,.82)}
.on-dark a{color:var(--white);text-decoration-color:var(--gold)}
.btn{display:inline-flex;align-items:center;gap:.55rem;padding:.9rem 1.6rem;border-radius:999px;font-weight:700;font-size:.95rem;letter-spacing:.02em;text-decoration:none;border:2px solid transparent;transition:transform .15s ease,background .15s ease,color .15s ease,border-color .15s ease;cursor:pointer;font-family:var(--body);line-height:1.2}
.btn svg{width:18px;height:18px;flex:none}
.btn--primary{background:var(--accent);color:var(--green-950);border-color:var(--accent)}
.btn--primary:hover{background:var(--accent-dark);border-color:var(--accent-dark);color:var(--white);transform:translateY(-1px)}
.btn--ghost{background:transparent;color:var(--white);border-color:rgba(255,255,255,.6)}
.btn--ghost:hover{background:var(--white);color:var(--green-950);border-color:var(--white)}
.btn--dark{background:var(--green-900);color:var(--white);border-color:var(--green-900)}
.btn--dark:hover{background:var(--green-700);border-color:var(--green-700);color:var(--white)}
.btn--outline{background:transparent;color:var(--green-900);border-color:var(--green-900)}
.btn--outline:hover{background:var(--green-900);color:var(--white)}
.btn-row{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center}

/* Header */
.topbar{background:var(--green-950);color:rgba(255,255,255,.8);font-size:.82rem}
.topbar .wrap{display:flex;flex-wrap:wrap;gap:.4rem 1.6rem;justify-content:space-between;align-items:center;min-height:38px}
.topbar a{color:var(--white);text-decoration:none}
.topbar a:hover{color:var(--gold)}
.topbar span{display:inline-flex;align-items:center;gap:.4rem}
.topbar svg{width:14px;height:14px;fill:var(--gold)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(13,34,24,.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08)}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:76px}
.brand{display:flex;align-items:center;gap:.8rem;text-decoration:none;color:var(--white)}
.brand img{height:54px;width:auto;border-radius:50%/50%}
.brand b{font-family:var(--head);font-size:1.15rem;line-height:1.1;display:block}
.brand small{display:block;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:700}
.nav{display:flex;align-items:center;gap:1.4rem}
.nav a{color:rgba(255,255,255,.9);text-decoration:none;font-weight:600;font-size:.92rem;padding:.4rem 0;border-bottom:2px solid transparent}
.nav a:hover,.nav a[aria-current=page]{color:var(--white);border-bottom-color:var(--gold)}
.nav .btn{padding:.6rem 1.15rem;font-size:.85rem;margin-left:.4rem}
.nav .btn:hover{border-bottom-color:transparent}
.nav-toggle{display:none;background:none;border:0;color:var(--white);padding:.4rem;cursor:pointer}
.nav-toggle svg{width:28px;height:28px}
@media (max-width:920px){
  .nav-toggle{display:block}
  .nav{position:absolute;top:100%;left:0;right:0;background:var(--green-950);flex-direction:column;align-items:stretch;gap:0;padding:.6rem 1.25rem 1.2rem;display:none;border-bottom:1px solid rgba(255,255,255,.08)}
  .nav.open{display:flex}
  .nav a{padding:.8rem 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:1rem}
  .nav .btn{margin:1rem 0 0;justify-content:center}
  .topbar .wrap{justify-content:center}
  .topbar .hours{display:none}
}

/* Hero */
.hero{position:relative;min-height:min(92vh,880px);display:grid;align-items:end;color:var(--white);isolation:isolate;overflow:hidden}
.hero__bg{position:absolute;inset:0;z-index:-2}
.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center 60%}
.hero::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(8,22,15,.25) 0%,rgba(8,22,15,.15) 40%,rgba(8,22,15,.85) 100%)}
.hero .wrap{padding:clamp(5rem,12vw,9rem) 0 clamp(3rem,6vw,4.5rem)}
.hero h1{color:var(--white);max-width:16ch;text-shadow:0 2px 24px rgba(0,0,0,.35)}
.hero .eyebrow{color:var(--gold)}
.hero .eyebrow::before{background:var(--accent)}
.hero p{max-width:58ch;font-size:1.15rem;color:rgba(255,255,255,.9);text-shadow:0 1px 12px rgba(0,0,0,.4)}
.hero--page{min-height:min(58vh,560px)}
.hero--page .wrap{padding-top:clamp(4rem,9vw,6rem)}
.hero--page h1{max-width:20ch}

/* Stats */
.stats{background:var(--green-900);color:var(--white)}
.stats .wrap{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1px;background:rgba(255,255,255,.08)}
.stat{background:var(--green-900);padding:1.6rem 1.2rem;text-align:center}
.stat b{display:block;font-family:var(--head);font-size:2.1rem;color:var(--gold);line-height:1.1}
.stat span{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.75);font-weight:600}

/* Split layouts */
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}
.split--rev>*:first-child{order:2}
@media (max-width:860px){.split{grid-template-columns:1fr}.split--rev>*:first-child{order:0}}
.frame{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.frame img{width:100%;aspect-ratio:4/3;object-fit:cover}
.frame--sq img{aspect-ratio:1/1}
.frame--tall img{aspect-ratio:3/4}
.frame__tag{position:absolute;left:1rem;bottom:1rem;background:rgba(8,22,15,.8);color:var(--white);font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;padding:.45rem .8rem;border-radius:999px;font-weight:700;backdrop-filter:blur(6px)}

/* Feature grid */
.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.4rem;margin-top:3rem}
.feature{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem 1.5rem;transition:transform .2s ease,box-shadow .2s ease}
.feature:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.feature svg{width:38px;height:38px;color:var(--accent-dark);margin-bottom:.9rem}
.feature h3{font-size:1.15rem;margin-bottom:.4rem}
.feature p{margin:0;color:var(--muted);font-size:.98rem}

/* Band */
.band{position:relative;color:var(--white);isolation:isolate;overflow:hidden;text-align:center}
.band__bg{position:absolute;inset:0;z-index:-2}
.band__bg img{width:100%;height:100%;object-fit:cover}
.band::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(13,34,24,.78),rgba(13,34,24,.88))}
.band .wrap{padding:clamp(4rem,9vw,7rem) 0;max-width:820px}
.band h2{color:var(--white);font-size:clamp(1.9rem,4vw,3rem)}
.band p{color:rgba(255,255,255,.85);font-size:1.15rem}

/* Trip cards */
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:1.6rem;margin-top:3rem}
.card{background:var(--white);border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);display:flex;flex-direction:column;box-shadow:0 8px 24px -18px rgba(8,22,15,.4);transition:transform .2s ease,box-shadow .2s ease}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.card__media{position:relative}
.card__media img{width:100%;aspect-ratio:3/2;object-fit:cover}
.card__badge{position:absolute;top:.9rem;left:.9rem;background:var(--gold);color:var(--green-950);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.4rem .7rem;border-radius:999px}
.card__badge--alt{background:var(--white);color:var(--green-900)}
.card__body{padding:1.5rem 1.5rem 1.6rem;display:flex;flex-direction:column;flex:1}
.card h3{font-size:1.32rem;margin-bottom:.3rem}
.card .price{font-family:var(--head);color:var(--accent-dark);font-size:1.35rem;font-weight:700;margin-bottom:.2rem}
.card .price small{font-family:var(--body);font-size:.8rem;color:var(--muted);font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-left:.3rem}
.card .sub{color:var(--muted);font-size:.95rem;margin-bottom:1rem}
.card ul{padding-left:1.1em;font-size:.95rem;margin-bottom:1.4rem}
.card li{margin-bottom:.35em}
.card .btn{margin-top:auto;align-self:flex-start}
.note{font-size:.9rem;color:var(--muted);margin-top:1.6rem;max-width:70ch}

/* Why (dark) */
.why{background:var(--green-900);color:var(--white)}
.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.4rem;margin-top:3rem}
.why-item{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);overflow:hidden}
.why-item img{width:100%;aspect-ratio:4/3;object-fit:cover}
.why-item div{padding:1.3rem 1.3rem 1.4rem}
.why-item h3{color:var(--white);font-size:1.15rem;margin-bottom:.4rem}
.why-item p{margin:0;color:rgba(255,255,255,.78);font-size:.95rem}

/* Video */
.video{position:relative;aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;background:var(--green-950) center/cover no-repeat;box-shadow:var(--shadow);cursor:pointer}
.video img{width:100%;height:100%;object-fit:cover;opacity:.9}
.video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.video__play{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(180deg,rgba(8,22,15,.1),rgba(8,22,15,.55));border:0;cursor:pointer;color:var(--white);font-family:var(--body);font-weight:700;font-size:1rem;letter-spacing:.06em;text-transform:uppercase;padding:0}
.video__play span{display:grid;place-items:center;gap:.8rem}
.video__play i{display:grid;place-items:center;width:84px;height:84px;border-radius:50%;background:var(--accent);color:var(--green-950);transition:transform .2s ease}
.video__play:hover i{transform:scale(1.08)}
.video__play svg{width:34px;height:34px;margin-left:5px}
.videos{display:grid;grid-template-columns:2fr 1fr;gap:1.4rem;margin-top:2.5rem;align-items:start}
.videos .video--small{aspect-ratio:16/9}
.videos .video--small .video__play i{width:60px;height:60px}
.videos .video--small .video__play svg{width:24px;height:24px}
@media (max-width:860px){.videos{grid-template-columns:1fr}}

/* Photo grid */
.photos{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem;margin-top:2.5rem}
.photos a{display:block;border-radius:10px;overflow:hidden;position:relative}
.photos img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .35s ease}
.photos a:hover img{transform:scale(1.05)}
.photos .wide{grid-column:span 2}
.photos .wide img{aspect-ratio:2/1}
@media (max-width:720px){.photos{grid-template-columns:repeat(2,1fr)}.photos .wide{grid-column:span 2}}

/* Gallery page */
.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.9rem;margin-top:2.5rem}
.gallery a{display:block;border-radius:10px;overflow:hidden;background:var(--cream-2)}
.gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .35s ease}
.gallery a:hover img{transform:scale(1.04)}
.lightbox{border:0;padding:0;background:transparent;max-width:min(96vw,1200px);max-height:96vh;width:auto}
.lightbox::backdrop{background:rgba(8,22,15,.92)}
.lightbox figure{margin:0;position:relative}
.lightbox img{max-height:86vh;width:auto;max-width:96vw;border-radius:10px;margin:0 auto}
.lightbox figcaption{color:rgba(255,255,255,.85);text-align:center;padding:.8rem 0 0;font-size:.95rem}
.lightbox button{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.12);border:0;color:var(--white);width:46px;height:46px;border-radius:50%;cursor:pointer;display:grid;place-items:center}
.lightbox button:hover{background:var(--accent);color:var(--green-950)}
.lightbox .lb-prev{left:-56px}
.lightbox .lb-next{right:-56px}
.lightbox .lb-close{top:-8px;right:-8px;transform:none;width:40px;height:40px;background:var(--gold);color:var(--green-950)}
.lightbox svg{width:22px;height:22px}
@media (max-width:1320px){.lightbox .lb-prev{left:8px}.lightbox .lb-next{right:8px}.lightbox .lb-close{right:8px;top:8px}}

/* Testimonials */
.quotes{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3rem}
.quote{background:var(--white);border-radius:var(--radius);padding:2rem 1.8rem;border:1px solid var(--line);position:relative}
.quote::before{content:"\201C";position:absolute;top:.6rem;right:1.3rem;font-family:var(--head);font-size:5rem;line-height:1;color:var(--cream-2)}
.quote blockquote{margin:0 0 1.4rem;font-size:1.05rem;font-style:italic;color:var(--ink)}
.quote footer{display:flex;align-items:center;gap:.9rem}
.quote img{width:56px;height:56px;border-radius:50%;object-fit:cover}
.quote b{display:block;font-family:var(--head);color:var(--green-900)}
.quote small{color:var(--muted)}

/* Contact */
.contact{background:var(--cream-2)}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(2rem,5vw,4rem);align-items:start}
@media (max-width:860px){.contact-grid{grid-template-columns:1fr}}
.contact-list{list-style:none;padding:0;margin:1.5rem 0 2rem;display:grid;gap:1rem}
.contact-list li{display:flex;gap:1rem;align-items:flex-start}
.contact-list svg{width:24px;height:24px;flex:none;color:var(--accent-dark);margin-top:.15rem}
.contact-list b{display:block;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}
.contact-list a{font-weight:600;text-decoration:none;color:var(--green-900);font-size:1.05rem}
.contact-list a:hover{color:var(--accent-dark)}
.form-card{background:var(--white);border-radius:var(--radius);padding:2rem;border:1px solid var(--line);box-shadow:var(--shadow)}
.form-card h3{margin-bottom:.3rem}
.form-card .hint{color:var(--muted);font-size:.95rem;margin-bottom:1.4rem}
.field{display:grid;gap:.35rem;margin-bottom:1rem}
.field label{font-weight:600;font-size:.9rem}
.field input,.field textarea,.field select{font:inherit;padding:.75rem .9rem;border:1px solid rgba(22,32,27,.25);border-radius:8px;background:var(--cream);color:var(--ink);width:100%}
.field input:focus,.field textarea:focus,.field select:focus{outline:2px solid var(--accent);border-color:var(--accent)}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
@media (max-width:560px){.field-row{grid-template-columns:1fr}}
.hp{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}
.form-msg{margin-top:1rem;font-size:.95rem;color:var(--green-700);display:none}
.form-msg.show{display:block}
.highlevel-form-slot iframe{width:100%;min-height:720px;border:0}

/* Footer */
.site-footer{background:var(--green-950);color:rgba(255,255,255,.75);padding:3.5rem 0 1.5rem}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.1)}
@media (max-width:820px){.footer-grid{grid-template-columns:1fr}}
.site-footer h4{color:var(--white);font-size:.85rem;letter-spacing:.16em;text-transform:uppercase;font-family:var(--body);margin-bottom:1rem}
.site-footer ul{list-style:none;padding:0;margin:0}
.site-footer li{margin-bottom:.5rem}
.site-footer a{color:rgba(255,255,255,.85);text-decoration:none}
.site-footer a:hover{color:var(--gold)}
.site-footer .brand{margin-bottom:1rem}
.site-footer .brand img{height:64px}
.footer-copy{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem 1.5rem;padding-top:1.4rem;font-size:.85rem;color:rgba(255,255,255,.55)}
.footer-credit{color:inherit;opacity:.7;text-decoration:none;font-size:.9em}
.footer-credit:hover{opacity:1;text-decoration:underline}

/* Article pages (trip / agency) */
.prose{max-width:760px}
.prose h2{margin-top:2.4rem}
.prose h3{margin-top:1.8rem}
.prose img{border-radius:var(--radius)}
.prose ul li{margin-bottom:.5em}
.article-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:clamp(2rem,5vw,4rem);align-items:start}
@media (max-width:960px){.article-grid{grid-template-columns:1fr}}
.aside-card{position:sticky;top:96px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem;box-shadow:var(--shadow)}
.aside-card h3{font-size:1.1rem}
.aside-card .price{font-family:var(--head);font-size:2rem;color:var(--accent-dark);line-height:1.1}
.aside-card .price small{display:block;font-family:var(--body);font-size:.8rem;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin-top:.2rem}
.aside-card ul{padding-left:1.1em;font-size:.93rem;margin:1rem 0 1.4rem}
.aside-card .btn{width:100%;justify-content:center}
.aside-card .alt{margin:.8rem 0 0;text-align:center;font-size:.9rem}
.chips{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1.5rem;padding:0;list-style:none}
.chips li{background:var(--white);border:1px solid var(--line);border-radius:999px;padding:.4rem .9rem;font-size:.9rem;font-weight:600;margin:0}
.steps{counter-reset:s;list-style:none;padding:0;margin:1.5rem 0;display:grid;gap:1rem}
.steps li{position:relative;padding-left:3.4rem;margin:0}
.steps li::before{counter-increment:s;content:counter(s);position:absolute;left:0;top:.1rem;width:2.4rem;height:2.4rem;border-radius:50%;background:var(--green-900);color:var(--gold);font-family:var(--head);font-weight:700;display:grid;place-items:center}
.steps b{display:block;color:var(--green-900)}
.faq{border-top:1px solid var(--line);margin-top:1rem}
.faq details{border-bottom:1px solid var(--line);padding:.2rem 0}
.faq summary{cursor:pointer;font-family:var(--head);font-weight:700;font-size:1.08rem;padding:1rem 2rem 1rem 0;position:relative;list-style:none;color:var(--green-900)}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";position:absolute;right:0;top:.9rem;font-size:1.5rem;color:var(--accent-dark);font-family:var(--body)}
.faq details[open] summary::after{content:"\2212"}
.faq p{padding-bottom:1rem;color:var(--muted)}
.cta-card{background:var(--green-900);color:var(--white);border-radius:var(--radius);padding:2.4rem;margin:3rem 0;display:grid;grid-template-columns:1fr auto;gap:1.5rem;align-items:center}
.cta-card h3{color:var(--white);font-size:1.5rem;margin-bottom:.3rem}
.cta-card p{margin:0;color:rgba(255,255,255,.8)}
@media (max-width:720px){.cta-card{grid-template-columns:1fr}}
.two-up{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0 2rem}
.two-up img{border-radius:var(--radius);aspect-ratio:4/3;object-fit:cover;width:100%}
@media (max-width:640px){.two-up{grid-template-columns:1fr}}
.included{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem;margin:1.5rem 0}
.included div{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem}
.included h3{margin-top:0;font-size:1.05rem}
.included ul{margin:0;padding-left:1.1em;font-size:.95rem}
@media (max-width:640px){.included{grid-template-columns:1fr}}

/* Agency page */
.partner{background:var(--green-950);color:var(--white);border-top:4px solid var(--gold)}
.partner .wrap{max-width:820px}
.partner h2{color:var(--white)}
.partner p{color:rgba(255,255,255,.85)}
.partner a{color:var(--white);text-decoration-color:var(--gold);font-weight:700}
.breadcrumbs{font-size:.85rem;color:var(--muted);margin-bottom:1.2rem}
.breadcrumbs a{color:var(--muted)}
.breadcrumbs span{margin:0 .4rem}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
