:root{--ink:#15201d;--forest:#123c32;--forest-2:#1d5749;--cream:#f7f4ed;--sand:#e6dcc8;--white:#fff;--muted:#60706b;--accent:#d6a552;--line:#dce3df;--shadow:0 18px 50px rgba(18,60,50,.12);--radius:18px;--container:1500px;--header-container:1750px;--footer-container:1350px;--gutter:clamp(20px,3vw,56px)}
*{box-sizing:border-box}
[hidden]{display:none!important}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.65;text-rendering:optimizeLegibility}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration-thickness:1px;text-underline-offset:3px}
button,input,select,textarea{font:inherit}
:where(a,button,input,select,textarea,summary):focus-visible{outline:3px solid var(--accent);outline-offset:3px}
.container{width:min(calc(100% - (var(--gutter) * 2)),var(--container));margin-inline:auto}
.skip-link{position:fixed;z-index:1000;top:8px;left:8px;transform:translateY(-150%);background:var(--white);padding:10px 14px;border-radius:8px}
.skip-link:focus{transform:none}
.site-header{position:relative;z-index:20;background:var(--forest);color:var(--white);border-bottom:1px solid rgba(255,255,255,.13)}
.header-inner{max-width:var(--header-container);min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand{display:inline-flex;align-items:center;gap:12px;font-family:Georgia,"Times New Roman",serif;font-weight:700;font-size:1.35rem;letter-spacing:.035em;text-decoration:none;white-space:nowrap}
.brand img{width:42px;height:49px;object-fit:cover;border-radius:4px}
.brand-name{display:flex;flex-direction:column;align-items:center;text-align:center;gap:3px;line-height:1}
.brand-name strong{color:var(--accent)}
.main-nav{display:flex;align-items:center;gap:24px}
.main-nav a{text-decoration:none;font-size:.94rem;font-weight:650}
.main-nav a:hover,.main-nav a:focus-visible{color:#f2d9aa}
.main-nav>a[aria-current="page"]{color:#f2d9aa;text-decoration:underline;text-decoration-color:var(--accent);text-decoration-thickness:2px;text-underline-offset:8px}
.nav-cta{border:1px solid rgba(255,255,255,.65);padding:10px 18px;border-radius:999px}
.language-switcher{display:flex;align-items:center;gap:3px;margin-left:4px;padding-left:16px;border-left:1px solid rgba(255,255,255,.2)}
.main-nav .language-switcher a{min-width:30px;padding:5px 6px;border-radius:6px;text-align:center;font-size:.72rem;letter-spacing:.04em}
.main-nav .language-switcher a[aria-current="page"]{background:var(--accent);color:var(--forest)}
.menu-button{display:none;align-items:center;gap:9px;color:var(--white);background:transparent;border:1px solid rgba(255,255,255,.5);border-radius:999px;padding:8px 14px}
.menu-icon{display:grid;gap:3px;width:16px}.menu-icon i{display:block;width:16px;height:1.5px;background:currentColor}
.hero{position:relative;min-height:680px;display:grid;align-items:end;color:var(--white);overflow:hidden}
.hero>picture,.hero>picture img,.hero>img,.hero-overlay{position:absolute;inset:0;width:100%;height:100%}
.hero>picture img,.hero>img{object-fit:cover;object-position:center}
.hero-overlay{background:linear-gradient(90deg,rgba(5,24,19,.82) 0%,rgba(5,24,19,.42) 58%,rgba(5,24,19,.08) 100%),linear-gradient(0deg,rgba(5,24,19,.5),transparent 50%)}
.hero-content{position:relative;z-index:2;padding-block:92px}
.eyebrow{margin:0 0 14px;text-transform:uppercase;letter-spacing:.16em;font-weight:800;font-size:.76rem;color:#efd49f}
.eyebrow.dark{color:var(--forest-2)}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.12;margin-top:0}
h1{font-size:clamp(3rem,7vw,6.25rem);letter-spacing:-.04em;margin-bottom:22px}
.hero-home h1{max-width:900px}.hero-lead{max-width:780px;font-size:clamp(1.1rem,2vw,1.35rem);margin:0 0 34px;text-shadow:0 2px 18px rgba(0,0,0,.22)}
.hero-assurance{display:flex;flex-wrap:wrap;gap:8px 24px;margin:19px 4px 0;font-size:.78rem;font-weight:750;color:#f4eee2}
.hero-assurance span{display:inline-flex;align-items:center;gap:8px}.hero-assurance span::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 3px rgba(214,165,82,.16)}
.hero-visual-note{position:absolute;z-index:2;right:18px;bottom:12px;margin:0;padding:5px 8px;border-radius:6px;background:rgba(5,24,19,.58);font-size:.65rem;color:#e0e9e5}
.search-form{display:grid;grid-template-columns:1.65fr 1fr 1fr .85fr auto;gap:8px;background:rgba(255,255,255,.96);padding:10px;border-radius:14px;color:var(--ink);box-shadow:var(--shadow);max-width:none}
.search-form>div{min-width:0;padding:5px 12px;border-right:1px solid var(--line)}
.search-form label{display:block;font-size:.73rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}
.search-form input,.search-form select{width:100%;border:0;background:transparent;padding:6px 0 2px;color:var(--ink);outline:0}
.search-form input:focus,.search-form select:focus{box-shadow:0 2px 0 var(--forest-2)}
.search-form button,.contact-form button{border:0;border-radius:10px;background:var(--forest);color:var(--white);font-weight:800;padding:14px 24px;cursor:pointer}
.search-form button:hover,.contact-form button:hover{background:var(--forest-2)}
.trust-strip{background:#0d2c24;color:var(--white);border-top:1px solid rgba(255,255,255,.1)}
.trust-strip-inner{display:grid;grid-template-columns:repeat(4,minmax(125px,1fr)) minmax(200px,1.2fr);align-items:stretch}
.trust-strip-inner>div{display:flex;min-height:112px;flex-direction:column;justify-content:center;padding:20px 26px;border-right:1px solid rgba(255,255,255,.12)}
.trust-strip-inner strong{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.7rem,2.6vw,2.45rem);line-height:1;color:#f2d39a}
.trust-strip-inner span{font-size:.72rem;font-weight:750;letter-spacing:.035em;color:#c6d5d0}
.trust-strip-inner>a{display:flex;align-items:center;justify-content:center;gap:9px;padding:22px;color:#fff;font-size:.83rem;font-weight:800;text-align:center}
.section{padding-block:90px}
.section-tint{background:var(--cream)}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:34px}
.section-heading h2,.split-feature h2,.cta-panel h2{font-size:clamp(2.2rem,4vw,3.7rem);letter-spacing:-.035em;margin-bottom:0}
.section-intro{max-width:760px;margin:14px 0 0;color:var(--muted);font-size:1.05rem}
.text-link{display:inline-flex;align-items:center;min-height:44px;font-weight:800;color:var(--forest-2)}
.destination-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.destination-grid-wide{grid-template-columns:repeat(2,1fr)}
.image-card{position:relative;min-height:460px;border-radius:var(--radius);overflow:hidden;background:var(--forest);box-shadow:var(--shadow)}
.image-card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,24,19,.9),rgba(5,24,19,0) 65%)}
.image-card img{position:absolute;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.image-card:hover img{transform:scale(1.025)}
.image-card-content{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:30px;color:var(--white)}
.image-card-content p{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;margin:0;color:#ead7b3}
.image-card-content h2,.image-card-content h3{font-size:2rem;margin:6px 0 8px}
.image-card-content h2 a,.image-card-content h3 a{text-decoration:none}
.image-card-content h2 a::after,.image-card-content h3 a::after{content:"";position:absolute;inset:0}
.image-card-content span{display:block;max-width:680px;line-height:1.5;color:#e4ebe8}
.split-feature{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(50px,8vw,110px);align-items:start}
.split-feature>div:first-child>p:not(.eyebrow){font-size:1.1rem;color:var(--muted)}
.principles>div{display:grid;grid-template-columns:70px 1fr;column-gap:18px;border-top:1px solid #cbd4cf;padding:24px 0}
.principles strong{grid-row:span 2;color:var(--accent);font-family:Georgia,serif;font-size:1.4rem}
.principles h3{font-size:1.45rem;margin:0 0 6px}
.principles p{margin:0;color:var(--muted)}
.section-source-link{margin:26px 0 0;text-align:right}.section-source-link a{color:var(--forest-2);font-size:.85rem;font-weight:750}
.selection-guide{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(45px,8vw,120px);align-items:start}
.selection-intro h2,.home-faq h2{font-size:clamp(2.2rem,4vw,3.7rem);letter-spacing:-.035em;margin-bottom:20px}
.selection-intro>p:not(.eyebrow){max-width:680px;color:var(--muted);font-size:1.08rem}
.answer-card{margin:30px 0 12px;padding:22px 24px;border-left:5px solid var(--accent);border-radius:0 14px 14px 0;background:var(--cream)}
.answer-card strong{display:block;margin-bottom:5px;color:var(--forest-2);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}.answer-card p{margin:0}
.selection-links{display:flex;align-items:center;flex-wrap:wrap;gap:10px 22px}.selection-links .button{margin-top:14px}
.selection-steps{margin:0;padding:0;list-style:none;border-bottom:1px solid var(--line)}
.selection-steps li{display:grid;grid-template-columns:62px 1fr;gap:18px;padding:28px 0;border-top:1px solid var(--line)}
.selection-steps>li>span{font-family:Georgia,"Times New Roman",serif;font-size:1.45rem;font-weight:800;color:var(--accent)}
.selection-steps h3{margin:0 0 8px;font-size:1.55rem}.selection-steps p{margin:0;max-width:740px;color:var(--muted)}
.transfer-guide{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-bottom:80px;padding:30px 34px;border:1px solid var(--sand);border-left:5px solid var(--accent);border-radius:var(--radius);background:var(--cream)}
.transfer-guide>div{max-width:850px}
.transfer-guide .eyebrow{margin-bottom:8px}
.transfer-guide h2{margin-bottom:8px;font-size:clamp(1.7rem,3vw,2.4rem)}
.transfer-guide p:not(.eyebrow){margin:0;color:var(--muted)}
.transfer-guide-link{flex:0 0 auto;padding:11px 18px;border:1px solid var(--forest);border-radius:999px;color:var(--forest);font-weight:800;text-decoration:none}
.transfer-guide-link:hover{background:var(--forest);color:var(--white)}
.button{display:inline-block;text-decoration:none;border-radius:999px;padding:13px 22px;font-weight:800;margin-top:14px}
.button.primary{background:var(--forest);color:var(--white)}
.button.secondary{border:1px solid var(--forest);color:var(--forest)}
.button.light{background:var(--white);color:var(--forest)}
.button-row{display:flex;gap:12px;flex-wrap:wrap}
.theme-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.theme-card{position:relative;display:block;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);text-decoration:none;background:var(--white);transition:.2s}
.theme-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:transparent}
.theme-card img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .45s ease}
.theme-card:hover img{transform:scale(1.025)}
.theme-card>span{float:right;margin:22px 28px 0 12px;font-size:1.35rem}
.theme-card h2,.theme-card h3{margin:22px 64px 8px 28px;font-size:1.6rem}
.theme-card p{margin:0;padding:0 28px 28px;color:var(--muted)}
.theme-visual-note{margin:20px 0 0;color:var(--muted);font-size:.82rem}
.cta-panel{background:var(--forest);color:var(--white);border-radius:26px;padding:clamp(32px,6vw,70px);display:flex;align-items:end;justify-content:space-between;gap:40px}
.cta-panel p:not(.eyebrow){color:#d9e4e0;max-width:650px}
.page-hero{padding-top:90px;padding-bottom:50px}
.page-hero h1{font-size:clamp(3rem,6vw,5.5rem);max-width:940px}
.page-hero>p:last-child{font-size:1.2rem;max-width:760px;color:var(--muted)}
.page-hero-media{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:clamp(34px,6vw,88px)}
.page-hero-media>div>p:last-child{max-width:760px;color:var(--muted);font-size:1.2rem}
.page-hero-media figure{margin:0;overflow:hidden;border-radius:var(--radius);background:var(--cream);box-shadow:var(--shadow)}
.page-hero-media figure img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover}
.listing-visual-hero{display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(34px,7vw,96px);align-items:center}
.listing-visual-hero>div>p:last-child{font-size:1.2rem;max-width:760px;color:var(--muted)}
.listing-visual-hero figure{margin:0;overflow:hidden;border-radius:var(--radius);background:var(--cream);box-shadow:var(--shadow)}
.listing-visual-hero figure img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
.listing-visual-hero figcaption{padding:11px 15px;color:var(--muted);font-size:.76rem;line-height:1.45}
.breadcrumbs{padding-top:22px}
.breadcrumbs ol{list-style:none;display:flex;gap:10px;margin:0;padding:0;font-size:.84rem;color:var(--muted)}
.breadcrumbs li:not(:last-child)::after{content:"/";margin-left:10px}
.directory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.directory-card{padding:30px;border:1px solid var(--line);border-radius:var(--radius)}
.directory-card>p{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.directory-card h2{font-size:1.65rem}
.directory-card .card-copy{font-size:.96rem;text-transform:none;letter-spacing:0;line-height:1.65;color:var(--muted)}
.directory-card a{font-weight:800;color:var(--forest-2)}
.groups-index-hero>div>p:last-child{max-width:900px}
.group-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.group-directory-card{display:flex;min-width:0;flex-direction:column;padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);transition:transform .2s,border-color .2s,box-shadow .2s}
.group-directory-card:hover{transform:translateY(-3px);border-color:transparent;box-shadow:var(--shadow)}
.group-card-logo{display:grid;place-items:center;height:112px;margin:-6px -6px 22px;padding:18px;border-radius:13px;background:#f8faf9;border:1px solid #e6ece9}
.group-card-logo img{width:100%;height:76px;object-fit:contain}
.group-card-logo>span,.group-logo-fallback{display:grid;place-items:center;width:72px;height:72px;border-radius:22px;background:var(--forest);color:var(--accent);font-family:Georgia,serif;font-size:1.7rem;font-weight:800;text-transform:uppercase}
.group-card-kicker{margin:0 0 8px;color:var(--forest-2);font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.group-directory-card h2{margin:0 0 14px;font-size:1.7rem}
.group-directory-card h2 a{text-decoration:none}
.group-directory-card>p:not(.group-card-kicker,.verified-line){color:var(--muted)}
.group-card-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;margin:auto 0 17px;overflow:hidden;border:1px solid var(--line);border-radius:11px;background:var(--line)}
.group-card-facts>div{padding:12px;background:var(--cream)}
.group-card-facts dt{font-family:Georgia,serif;font-size:1.25rem;font-weight:800;line-height:1.1}
.group-card-facts dd{margin:5px 0 0;color:var(--muted);font-size:.7rem;line-height:1.3;text-transform:uppercase}
.verified-line{margin:0 0 12px;color:var(--muted);font-size:.76rem}
.group-profile-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(38px,8vw,120px);align-items:center}
.group-profile-copy>p:not(.eyebrow){max-width:820px;color:var(--muted);font-size:1.18rem}
.group-identity-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.group-identity-row span{display:flex;flex-direction:column;min-width:220px;padding:12px 15px;border:1px solid var(--line);border-radius:11px;background:var(--cream);font-size:.9rem}
.group-identity-row strong{color:var(--forest-2);font-size:.68rem;letter-spacing:.07em;text-transform:uppercase}
.group-profile-logo{display:grid;place-items:center;min-height:280px;margin:0;padding:34px;border:1px solid var(--line);border-radius:var(--radius);background:#f8faf9;box-shadow:var(--shadow)}
.group-profile-logo img{width:100%;max-height:170px;object-fit:contain}
.group-profile-logo figcaption{margin-top:24px;color:var(--muted);font-size:.72rem;line-height:1.45;text-align:center}
.group-profile-logo figcaption a{color:var(--forest-2);font-weight:750}
.group-fact-header{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:28px}
.group-fact-header h2{margin:0;font-size:clamp(2.1rem,4vw,3.5rem)}
.group-fact-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--line)}
.group-fact-grid>div{padding:clamp(22px,3vw,38px);background:var(--white)}
.group-fact-grid dt{font-family:Georgia,serif;font-size:clamp(2rem,3vw,3rem);font-weight:800;line-height:1}
.group-fact-grid dd{margin:12px 0 0;color:var(--muted);font-size:.8rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase}
.portfolio-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.portfolio-card{padding:28px;border-radius:var(--radius);background:var(--white);border:1px solid var(--line)}
.portfolio-card h3{font-size:1.45rem;margin-bottom:18px}
.portfolio-card ul{display:flex;flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none}
.portfolio-card li{padding:6px 10px;border:1px solid #d8e2dd;border-radius:999px;background:#f4f8f6;font-size:.78rem;line-height:1.3}
.group-editorial-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(40px,8vw,110px);align-items:start}
.source-list{padding-left:20px}
.source-list li{margin:8px 0}
.media-credit a{color:var(--forest-2);font-weight:750}
.home-group-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.home-group-card{display:flex;min-width:0;min-height:230px;flex-direction:column;padding:18px;border:1px solid var(--line);border-radius:15px;text-decoration:none;transition:.2s}
.home-group-card:hover{transform:translateY(-2px);border-color:var(--forest-2);box-shadow:var(--shadow)}
.home-group-logo{display:grid;place-items:center;height:82px;margin-bottom:17px;padding:12px;border-radius:10px;background:#f8faf9}
.home-group-logo img{width:100%;height:58px;object-fit:contain}
.home-group-logo b{display:grid;place-items:center;width:50px;height:50px;border-radius:14px;background:var(--forest);color:var(--accent);font-family:Georgia,serif;text-transform:uppercase}
.home-group-card>h3{margin:0;font-family:Georgia,serif;font-size:1.1rem;line-height:1.2}
.home-group-card>small{margin-top:7px;color:var(--muted)}
.home-group-card>em{margin-top:auto;padding-top:12px;color:var(--forest-2);font-size:.74rem;font-style:normal;font-weight:800}
.photo-library-hero{position:relative}
.photo-library-count{display:inline-flex;align-items:center;gap:14px;margin-top:24px;padding:13px 18px;border-radius:14px;background:var(--forest);color:var(--white)}
.photo-library-count strong{font-family:Georgia,serif;font-size:2rem;line-height:1}
.photo-library-count span{font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.media-method{max-width:1000px;margin:0 0 34px;padding:20px 24px;border-left:5px solid var(--accent);border-radius:0 12px 12px 0;background:var(--cream);color:#3e4d48}
.photo-credit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.photo-credit-card{min-width:0;margin:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--white)}
.photo-credit-image{display:block;aspect-ratio:4/3;overflow:hidden;background:var(--cream)}
.photo-credit-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.photo-credit-card:hover .photo-credit-image img{transform:scale(1.025)}
.photo-credit-card figcaption{padding:18px}
.photo-credit-card h2{margin:0 0 14px;font-size:1.25rem}
.photo-credit-card h2 a{text-decoration:none}
.photo-credit-card dl{margin:0}
.photo-credit-card dl>div{padding:8px 0;border-top:1px solid var(--line)}
.photo-credit-card dt{color:var(--muted);font-size:.66rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.photo-credit-card dd{margin:3px 0 0;font-size:.78rem;line-height:1.45;overflow-wrap:anywhere}
.photo-credit-card dd a{color:var(--forest-2);font-weight:750}
.directory-filter{position:sticky;z-index:10;top:0;padding:18px 0;background:rgba(247,244,237,.97);border-block:1px solid var(--sand);backdrop-filter:blur(12px)}
.directory-filters{display:grid;grid-template-columns:1.4fr repeat(3,1fr) auto;gap:10px;align-items:end}
.directory-filters label,.destination-filters label{display:grid;gap:5px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}
.directory-filters input,.directory-filters select,.destination-filters input,.destination-filters select{width:100%;min-height:46px;padding:9px 12px;border:1px solid #bac7c1;border-radius:10px;background:var(--white);color:var(--ink)}
.directory-filters button,.directory-load-more button{min-height:46px;padding:9px 17px;border:0;border-radius:10px;background:var(--forest);color:var(--white);font-weight:800;cursor:pointer}
.directory-quick-links{display:flex;align-items:center;flex-wrap:wrap;gap:8px 10px;margin-top:14px}
.directory-quick-links strong{margin-right:4px;color:var(--muted);font-size:.72rem;letter-spacing:.06em;text-transform:uppercase}
.directory-quick-links a{padding:6px 11px;border:1px solid var(--line);border-radius:999px;background:var(--white);color:var(--forest-2);font-size:.78rem;font-weight:750;text-decoration:none}.directory-quick-links a:hover{border-color:var(--forest-2)}
.directory-filter-reset{margin:12px 0 0;text-align:right;font-size:.86rem}.directory-filter-reset a{color:var(--forest-2);font-weight:800}
.directory-results-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}
.directory-results-heading h2{margin:0;font-size:clamp(2rem,3vw,3rem)}
.directory-results-heading p{margin:0;color:var(--muted)}
.hotel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.hotel-card{display:flex;min-width:0;min-height:270px;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);transition:transform .2s,border-color .2s,box-shadow .2s}
.hotel-card:hover{transform:translateY(-2px);border-color:transparent;box-shadow:var(--shadow)}
.hotel-card-image{display:block;aspect-ratio:16/9;overflow:hidden;background:var(--cream)}
.hotel-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.hotel-card:hover .hotel-card-image img{transform:scale(1.025)}
.hotel-card-location{display:flex;min-height:145px;flex-direction:column;justify-content:flex-end;gap:3px;padding:22px;color:#fff;text-decoration:none;background:linear-gradient(145deg,#183d34,#477166)}
.hotel-card-location span{font-size:.7rem;font-weight:850;letter-spacing:.16em;text-transform:uppercase;opacity:.78}
.hotel-card-location strong{font-family:Georgia,'Times New Roman',serif;font-size:1.7rem;line-height:1.05}
.hotel-card-location small{margin-top:8px;font-weight:800;opacity:.82}
.hotel-card-location--1{background:linear-gradient(145deg,#183d34,#876f45)}
.hotel-card-location--2{background:linear-gradient(145deg,#273b4f,#6f8792)}
.hotel-card-location--3{background:linear-gradient(145deg,#4a342d,#a16f51)}
.hotel-card-location--4{background:linear-gradient(145deg,#26382d,#78916a)}
.hotel-card-location--5{background:linear-gradient(145deg,#3d324b,#817394)}
.hotel-card-body{display:flex;flex:1;flex-direction:column;padding:22px}
.hotel-card-heading{display:flex;align-items:start;justify-content:space-between;gap:12px}
.hotel-card-heading p{margin:0;font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}
.hotel-stars{flex:0 0 auto;color:#b67b18;font-size:.72rem;letter-spacing:.05em}
.hotel-card :is(h2,h3){margin:18px 0 10px;font-size:1.45rem}
.hotel-card :is(h2,h3) a{text-decoration:none}
.hotel-address{margin:0 0 22px;color:var(--muted);font-size:.9rem;line-height:1.5}
.hotel-card-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:auto;padding-top:16px;border-top:1px solid var(--line)}
.hotel-card-actions a{display:inline-flex;align-items:center;min-height:44px;color:var(--forest-2);font-size:.86rem;font-weight:800}
.directory-empty{padding:50px;text-align:center;border-radius:var(--radius);background:var(--cream)}
.directory-load-more{text-align:center;margin:32px 0 0}
.pagination{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:38px}.pagination a,.pagination span{min-height:44px;padding:9px 16px;border:1px solid var(--line);border-radius:999px}.pagination a{color:var(--forest-2);font-weight:800;text-decoration:none}.pagination a:hover{border-color:var(--forest-2)}.pagination span{background:var(--cream);color:var(--muted)}
.source-note{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(35px,7vw,100px)}
.source-note h2{font-size:clamp(2rem,3.5vw,3rem)}
.source-note p{color:#3e4d48}
.source-note a{color:var(--forest-2);font-weight:750}
.destination-filters{display:grid;grid-template-columns:1.5fr 1fr;gap:12px;max-width:760px;margin-bottom:28px}
.destination-filter-tools{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:-8px 0 28px}
.continent-chips{display:flex;flex-wrap:wrap;gap:8px}
.continent-chips button{min-height:42px;padding:8px 14px;border:1px solid #bac7c1;border-radius:999px;background:var(--white);color:var(--forest);font-size:.82rem;font-weight:750;cursor:pointer}
.continent-chips button:hover,.continent-chips button[aria-pressed="true"]{border-color:var(--forest);background:var(--forest);color:var(--white)}
.destination-filter-tools>p{flex:0 0 auto;margin:0;color:var(--muted);font-size:.82rem;font-weight:750}
.destination-directory-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.destination-directory-card{display:flex;min-width:0;min-height:155px;flex-direction:column;padding:22px;border:1px solid #d7ded9;border-radius:14px;background:var(--white);text-decoration:none;transition:.2s}
.destination-directory-card:hover{transform:translateY(-2px);border-color:var(--forest-2)}
.destination-directory-card span{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}
.destination-directory-card strong{margin:16px 0 6px;font-family:Georgia,"Times New Roman",serif;font-size:1.35rem;line-height:1.15}
.destination-directory-card small{margin-top:auto;color:var(--forest-2);font-weight:750}
.visual-inspiration-section{background:#edf2ef}
.visual-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.visual-gallery-card{position:relative;min-width:0;margin:0;overflow:hidden;border-radius:var(--radius);background:var(--forest);box-shadow:var(--shadow)}
.visual-gallery-card img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .5s ease}
.visual-gallery-card:hover img{transform:scale(1.025)}
.visual-gallery-card figcaption{position:absolute;right:0;bottom:0;left:0;display:flex;flex-direction:column;gap:3px;padding:44px 22px 18px;background:linear-gradient(0deg,rgba(5,24,19,.9),transparent);color:var(--white)}
.visual-gallery-card figcaption span{font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#efd49f}
.visual-gallery-card figcaption strong{font-family:Georgia,"Times New Roman",serif;font-size:1.35rem}
.destination-hotels .section-heading{align-items:end}
.destination-hotel-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.destination-source-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:28px;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:var(--line)}
.destination-source-facts span{display:flex;min-width:0;flex-direction:column;padding:16px;background:var(--white);font-size:.88rem}
.destination-source-facts strong{font-size:.7rem;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}
.destination-source-facts a{color:var(--forest-2);font-weight:800}
.hotel-profile-hero{display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(36px,7vw,100px);align-items:center}
.hotel-profile-hero>div>p:not(.eyebrow){max-width:700px;color:var(--muted);font-size:1.2rem}
.hotel-hero-facts{display:flex;flex-wrap:wrap;gap:9px;margin:28px 0 0;padding:0;list-style:none}
.hotel-hero-facts li{display:flex;flex-direction:column;min-width:145px;padding:11px 14px;border:1px solid var(--line);border-radius:11px;background:var(--cream);color:#3e4d48;font-size:.85rem}
.hotel-hero-facts strong{color:var(--forest-2);font-size:.65rem;letter-spacing:.07em;text-transform:uppercase}
.hotel-profile-hero figure{margin:0;overflow:hidden;border-radius:var(--radius);background:var(--cream);box-shadow:var(--shadow)}
.hotel-profile-hero figure img{width:100%;aspect-ratio:16/10;object-fit:cover}
.hotel-profile-hero figcaption{padding:11px 15px;color:var(--muted);font-size:.76rem;line-height:1.45}
.hotel-profile{display:grid;grid-template-columns:1.25fr .75fr;gap:clamp(40px,8vw,110px);align-items:start}
.hotel-profile-main h2,.hotel-source-panel h2{font-size:2rem}
.verification-badge{display:inline-flex;margin:0 0 25px;padding:8px 12px;border-radius:999px;background:#e6f3ed;color:#155c42;font-size:.8rem;font-weight:850}
.hotel-facts{margin:0}
.hotel-facts>div{display:grid;grid-template-columns:180px 1fr;gap:20px;padding:17px 0;border-bottom:1px solid var(--line)}
.hotel-facts dt{font-weight:850}
.hotel-facts dd{margin:0;color:#3e4d48}
.hotel-facts a,.hotel-source-panel a{color:var(--forest-2);font-weight:800}
.hotel-source-panel{padding:30px;border-radius:var(--radius);background:var(--cream)}
.source-caution{padding-top:20px;border-top:1px solid var(--sand);font-size:.9rem;color:var(--muted)}
.confidence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.confidence-card{position:relative;padding:clamp(26px,4vw,42px);border:1px solid var(--line);border-radius:var(--radius);background:var(--white);overflow:hidden}
.confidence-card>span{position:absolute;right:24px;top:18px;font-family:Georgia,serif;font-size:3.4rem;font-weight:800;line-height:1;color:rgba(29,87,73,.13)}
.confidence-card--known{border-top:5px solid var(--forest-2)}.confidence-card--confirm{border-top:5px solid var(--accent)}
.confidence-card h3{max-width:75%;margin:0 0 20px;font-size:1.6rem}.confidence-card ul{margin:0;padding-left:21px}.confidence-card li{margin:11px 0;color:#3e4d48}
.booking-check-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.booking-check-grid article{padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white)}
.booking-check-grid article>span{display:inline-grid;place-items:center;width:40px;height:40px;margin-bottom:20px;border-radius:50%;background:var(--forest);color:var(--accent);font-family:Georgia,serif;font-weight:800}
.booking-check-grid h3{margin:0 0 10px;font-size:1.35rem}.booking-check-grid p{margin:0;color:var(--muted)}
.related-hotels{padding-top:100px}
.editorial-intro,.reading-block,.listing-story,.practical-copy,.search-intro{max-width:920px}
.editorial-intro{margin-bottom:48px}
.editorial-intro h2,.reading-block h2,.listing-story h2,.practical-copy h2,.search-intro h2{font-size:clamp(2rem,3.5vw,3rem)}
.editorial-intro p,.reading-block p,.listing-story p,.practical-copy p,.search-intro p{color:#3e4d48;font-size:1.05rem}
.article-lead{font-size:1.18rem;color:var(--ink)!important}
.compare-section>.search-form,.inline-search .search-form{background:var(--cream);max-width:none;border:1px solid var(--sand);box-shadow:none}
.compare-notes{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-top:60px}
.compare-notes h2,.editorial h2,.contact-layout h2,.legal-copy h2,.search-result h2,.listing-layout h2{font-size:2rem}
.check-list{padding-left:0;list-style:none}
.check-list li{border-bottom:1px solid var(--line);padding:12px 0}
.check-list li::before{content:"✓";color:var(--forest-2);font-weight:900;margin-right:10px}
.numbered-check-list{margin:24px 0 0;padding:0;list-style:none}.numbered-check-list li{display:grid;grid-template-columns:34px 1fr;align-items:start;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.numbered-check-list li>span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--forest);color:var(--white);font-size:.75rem;font-weight:850}
.editorial{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;align-items:start}
.editorial article p,.legal-copy p{color:#3e4d48}
.tip-box{background:var(--cream);padding:32px;border-radius:var(--radius);position:sticky;top:30px}
.tip-box h3{font-size:1.3rem;margin:30px 0 8px}
.faq-list{max-width:var(--container)}
.faq-list details{max-width:900px;border-top:1px solid var(--line);padding:22px 0}
.faq-list details:last-child{border-bottom:1px solid var(--line)}
.faq-list summary{font-family:Georgia,serif;font-size:1.35rem;font-weight:700;cursor:pointer}
.faq-list details p{max-width:760px;color:var(--muted)}
.home-faq{background:linear-gradient(135deg,#f7f4ed 0%,#edf3ef 100%)}
.home-faq-grid{display:grid;grid-template-columns:minmax(260px,.65fr) minmax(0,1.35fr);gap:clamp(45px,8vw,120px);align-items:start}
.home-faq-grid>div:first-child>p:not(.eyebrow){max-width:480px;color:var(--muted);font-size:1.05rem}
.home-faq .faq-list{max-width:none}.home-faq .faq-list details{max-width:none;padding:24px 0}.home-faq .faq-list details:first-child{border-top:0;padding-top:0}
.contact-layout{display:grid;grid-template-columns:1.3fr .7fr;gap:80px}
.contact-form{display:grid;gap:9px}
.contact-form label{font-weight:800;margin-top:10px}
.contact-form input,.contact-form textarea{width:100%;border:1px solid #bcc9c3;border-radius:10px;padding:13px;background:#fff}
.contact-form input:focus,.contact-form textarea:focus{outline:3px solid rgba(29,87,73,.2);border-color:var(--forest-2)}
.contact-form button{justify-self:start;margin-top:12px}
.contact-aside{background:var(--cream);padding:32px;border-radius:var(--radius)}
.hp{position:absolute!important;left:-9999px!important}
.notice{padding:12px 16px;border-radius:8px}
.notice.success{background:#e7f5ed;color:#155c37}
.notice.error{background:#fff0f0;color:#8a2626}
.legal-copy{max-width:var(--container)}
.legal-copy>h2,.legal-copy>p{max-width:900px}
.legal-copy h2{margin-top:44px}
.legal-copy a{color:var(--forest-2);font-weight:750}
.legal-disclaimer{max-width:1000px;margin-top:54px;padding:28px;border-left:5px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;background:var(--cream)}
.legal-disclaimer span{display:flex;flex-direction:column;gap:6px}
.legal-disclaimer small{font-size:.86rem;line-height:1.55}
.legal-update{margin-top:32px;color:var(--muted)}
.search-result{display:flex;justify-content:space-between;align-items:end;gap:50px}
.search-result>div{max-width:720px}
.listing-layout{display:grid;gap:60px}
.inline-search{display:grid;gap:22px}
.criteria-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.criteria-grid article{padding:25px;background:var(--cream);border-radius:var(--radius)}
.criteria-grid h3{font-size:1.35rem}
.error-page{min-height:60vh}
.site-footer{background:#0d2c24;color:#dce8e4;margin-top:0;padding-top:70px}
.footer-grid,.footer-partner,.footer-data-source,.footer-bottom{max-width:var(--footer-container)}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:50px;padding-bottom:55px}
.footer-grid h2{font-family:inherit;font-size:.83rem;text-transform:uppercase;letter-spacing:.12em;color:#e9c98c}
.footer-grid a:not(.brand){display:block;margin:9px 0;color:#dce8e4}
.footer-grid p{max-width:330px;color:#b9cbc5}
.brand-footer{display:inline-flex;margin-bottom:18px;color:var(--white)}
.footer-partner,.footer-data-source{padding:18px 0;border-top:1px solid rgba(255,255,255,.13);font-size:.84rem;line-height:1.55;color:#b9cbc5}
.footer-partner p{margin:0}
.footer-data-source p{margin:0}
.footer-data-source a{color:#e9c98c}
.footer-partner strong{color:#dce8e4}
.footer-partner a{color:#e9c98c;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.footer-partner a:hover{color:#fff}
.footer-bottom{display:flex;justify-content:space-between;gap:30px;border-top:1px solid rgba(255,255,255,.13);padding:22px 0;font-size:.78rem;color:#a8bcb5}
.footer-bottom p{margin:0}
@media(max-width:1320px){.menu-button{display:flex}
.menu-button{min-width:44px;min-height:44px;cursor:pointer}
.main-nav{display:none;position:absolute;top:82px;left:0;right:0;max-height:calc(100dvh - 82px);overflow-y:auto;background:var(--forest);padding:24px 20px 32px;flex-direction:column;align-items:flex-start;border-top:1px solid rgba(255,255,255,.12);box-shadow:0 20px 35px rgba(5,24,19,.22)}
.main-nav.open{display:flex}
.language-switcher{margin-left:0;padding:18px 0 0;border-left:0;border-top:1px solid rgba(255,255,255,.16);flex-wrap:wrap}
.search-form{grid-template-columns:1fr 1fr}
.search-form>div{border-right:0}
.search-form button{grid-column:1/-1}
.listing-visual-hero,.page-hero-media{grid-template-columns:1fr}
.destination-grid,.theme-grid,.directory-grid,.group-directory-grid{grid-template-columns:repeat(2,1fr)}
.hotel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.destination-directory-grid,.destination-hotel-grid,.visual-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}
.directory-filters{grid-template-columns:repeat(2,1fr)}
.directory-filters button{grid-column:1/-1}
.source-note,.hotel-profile,.hotel-profile-hero,.group-profile-hero,.group-editorial-grid{grid-template-columns:1fr}
.portfolio-grid,.group-fact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.booking-check-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.photo-credit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.home-group-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.destination-source-facts{grid-template-columns:repeat(2,1fr)}
.split-feature,.selection-guide,.editorial,.contact-layout{grid-template-columns:1fr}
.trust-strip-inner{grid-template-columns:repeat(3,1fr)}.trust-strip-inner>a{border-top:1px solid rgba(255,255,255,.12)}
.tip-box{position:static}
.footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){:root{--gutter:16px}
.header-inner{min-height:70px}
.brand{gap:8px;font-size:.82rem;letter-spacing:.015em}
.brand img{width:34px;height:40px}
.main-nav{top:70px;max-height:calc(100dvh - 70px)}
.hero{min-height:740px}
.hero>picture img,.hero>img{object-position:60% center}.hero-content{padding-block:55px 78px}
.hero h1{font-size:3.25rem}
.hero-visual-note{right:8px;bottom:7px;max-width:260px;text-align:right}
.hero-assurance{gap:6px 16px}.hero-assurance span{font-size:.7rem}
.search-form{grid-template-columns:1fr}
.search-form button{grid-column:auto}
.section{padding-block:62px}
.destination-grid,.destination-grid-wide,.theme-grid,.directory-grid,.group-directory-grid,.criteria-grid,.compare-notes{grid-template-columns:1fr}
.destination-filter-tools{align-items:flex-start;flex-direction:column}
.hotel-grid,.destination-directory-grid,.destination-hotel-grid,.destination-filters,.directory-filters,.destination-source-facts,.visual-gallery{grid-template-columns:1fr}
.portfolio-grid,.group-fact-grid{grid-template-columns:1fr}
.photo-credit-grid{grid-template-columns:1fr}
.confidence-grid,.booking-check-grid{grid-template-columns:1fr}
.home-group-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.trust-strip-inner{grid-template-columns:repeat(2,1fr)}.trust-strip-inner>div{min-height:96px;padding:16px;border-bottom:1px solid rgba(255,255,255,.12)}.trust-strip-inner>a{grid-column:1/-1;min-height:70px}
.home-faq-grid{grid-template-columns:1fr;gap:38px}.selection-steps li{grid-template-columns:44px 1fr}.section-source-link{text-align:left}
.group-fact-header{align-items:flex-start;flex-direction:column}
.directory-filter{position:static}
.directory-results-heading{align-items:flex-start;flex-direction:column}
.pagination{align-items:stretch;flex-direction:column;text-align:center}
.hotel-facts>div{grid-template-columns:1fr;gap:4px}
.image-card{min-height:410px}
.section-heading,.cta-panel,.search-result{align-items:flex-start;flex-direction:column}
.split-feature{gap:48px}
.transfer-guide{align-items:flex-start;flex-direction:column;gap:22px;margin-bottom:62px;padding:26px 24px}
.page-hero{padding-top:64px}
.page-hero h1{font-size:3.1rem}
.footer-grid{grid-template-columns:1fr;gap:28px}
.footer-bottom{flex-direction:column}
.breadcrumbs{overflow-x:auto}
.breadcrumbs ol{white-space:nowrap}
.footer-grid a{display:flex;align-items:center;min-height:44px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}

/* Long-form source explanations remain readable on narrow screens. */
.prose{max-width:850px;overflow-wrap:anywhere}.prose h2{margin-top:2rem}.prose p,.prose li{line-height:1.75}
