:root{
    --ink:#18312b;
    --muted:#64766f;
    --green:#167b5a;
    --green-dark:#0c5e43;
    --mint:#e2f5ed;
    --cream:#f6f1e7;
    --amber:#e6a53a;
    --white:#fff;
    --line:#dbe8e2;
    --radius:18px;
    --shadow:0 16px 40px rgba(24,49,43,.10);
    --wrap:1180px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fbfdfc;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.65}
a{color:var(--green-dark);text-decoration:none}
a:hover{color:var(--green)}
img{max-width:100%;height:auto}
.wrap{width:min(calc(100% - 36px),var(--wrap));margin:auto}
.skip-link{position:fixed;z-index:999;left:12px;top:-100px;padding:10px 14px;border-radius:8px;background:var(--ink);color:white}
.skip-link:focus{top:12px}
.site-header{position:sticky;z-index:50;top:0;background:rgba(255,255,255,.95);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;max-width:340px;color:var(--ink);font-size:1.02rem;font-weight:850;letter-spacing:-.02em;line-height:1.2}
.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(145deg,var(--green),#63c99d);color:white;font-family:Georgia,"Times New Roman",serif;font-size:1.45rem}
.brand small{display:block;color:var(--muted);font-size:.64rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.menu-toggle{display:none}
.primary-menu{display:flex;align-items:center;gap:4px;margin:0;padding:0;list-style:none}
.primary-menu a{display:block;padding:10px 13px;border-radius:10px;color:var(--ink);font-size:.9rem;font-weight:750}
.primary-menu a:hover,.primary-menu .current-menu-item>a{background:var(--mint);color:var(--green-dark)}
.header-cta,.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:12px 20px;background:var(--green);color:white;font:inherit;font-weight:850;cursor:pointer}
.header-cta:hover,.button:hover{background:var(--green-dark);color:white}
.button.secondary{background:white;color:var(--green-dark);box-shadow:inset 0 0 0 1px var(--line)}
.hero{overflow:hidden;position:relative;padding:88px 0 74px;background:radial-gradient(circle at 82% 20%,rgba(230,165,58,.30),transparent 22%),radial-gradient(circle at 74% 78%,rgba(99,201,157,.42),transparent 28%),linear-gradient(135deg,#e8f7f0 0%,#f8f3e9 100%)}
.hero:after{content:"";position:absolute;width:430px;height:430px;right:-110px;bottom:-250px;border-radius:50%;border:70px solid rgba(255,255,255,.55)}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:68px}
.eyebrow{margin:0 0 14px;color:var(--green);font-size:.76rem;font-weight:900;letter-spacing:.17em;text-transform:uppercase}
.hero h1,.page-hero h1{margin:0;max-width:850px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.7rem,6vw,5.4rem);line-height:.98;letter-spacing:-.05em}
.hero-tagline{margin:18px 0 0;color:var(--green-dark);font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.2rem,2vw,1.6rem);font-style:italic}
.hero-copy{max-width:700px;margin:18px 0 28px;color:#3f5d52;font-size:1.14rem}
.search-panel{padding:26px;border:1px solid rgba(255,255,255,.85);border-radius:24px;background:rgba(255,255,255,.84);box-shadow:var(--shadow)}
.search-panel h2{margin:0 0 18px;font-size:1.25rem}
.search-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.search-form label{display:block;color:var(--muted);font-size:.74rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.search-form input,.search-form select{width:100%;height:50px;margin-top:6px;border:1px solid var(--line);border-radius:12px;padding:0 14px;background:white;color:var(--ink);font:inherit}
.search-form .full{grid-column:1/-1}
.search-form .button{width:100%;height:50px}
.trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.trust-row span{padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.7);font-size:.78rem;font-weight:800}
.section{padding:76px 0}
.section.alt{background:#f0f7f4}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:30px}
.section-head h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,3.3rem);line-height:1.05}
.section-head p{max-width:600px;margin:8px 0 0;color:var(--muted)}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.category-card{min-height:180px;display:flex;flex-direction:column;justify-content:end;padding:24px;border-radius:var(--radius);background:linear-gradient(145deg,var(--green-dark),var(--green));color:white;box-shadow:var(--shadow)}
.category-card:hover{color:white;transform:translateY(-2px)}
.category-card:nth-child(2){background:linear-gradient(145deg,#8e5b25,#d19a4c)}
.category-card:nth-child(3){background:linear-gradient(145deg,#315f5b,#548c82)}
.category-card:nth-child(4){background:linear-gradient(145deg,#455f3d,#79a565)}
.category-card strong{font-family:Georgia,"Times New Roman",serif;font-size:1.45rem}
.category-card span{opacity:.84;font-size:.84rem}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.pharmacy-card{overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:var(--radius);background:white;box-shadow:0 9px 28px rgba(24,49,43,.06);transition:.2s ease}
.pharmacy-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.card-media{aspect-ratio:16/10;display:grid;place-items:center;padding:24px;background:linear-gradient(145deg,#e4f3ec,#eee8dc);color:var(--green-dark)}
.card-media img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 6px 16px rgba(24,49,43,.08))}
.logo-fallback{display:grid;place-items:center;width:84px;height:84px;border:2px solid rgba(22,123,90,.24);border-radius:26px;background:rgba(255,255,255,.65);font-family:Georgia,"Times New Roman",serif;font-size:3rem;font-weight:700}
.logo-fallback[hidden]{display:none}
.card-body{display:flex;flex:1;flex-direction:column;padding:20px}
.card-kicker{display:flex;justify-content:space-between;gap:12px;color:var(--green);font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.card-body h3{margin:8px 0 7px;font-size:1.28rem;line-height:1.25}
.card-body p{margin:0 0 16px;color:var(--muted);font-size:.9rem}
.offer-summary{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:auto 0 15px;padding:12px;border-radius:12px;background:#f1f7f4;color:#456258;font-size:.72rem}
.offer-summary span{display:grid}
.offer-summary strong{color:var(--green-dark);font-size:1rem}
.card-link{font-weight:850}
.page-hero{padding:58px 0;background:linear-gradient(135deg,var(--mint),var(--cream))}
.page-hero h1{font-size:clamp(2.5rem,5vw,4.3rem)}
.breadcrumbs{margin-bottom:12px;color:var(--muted);font-size:.83rem}
.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:52px;align-items:start}
.prose{font-size:1.03rem}
.prose h2,.prose h3{font-family:Georgia,"Times New Roman",serif;line-height:1.15}
.prose h2{margin-top:32px;font-size:2rem}
.prose li+li{margin-top:8px}
.sidebar-card{position:sticky;top:104px;padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:white;box-shadow:var(--shadow)}
.sidebar-card h2{margin-top:0;font-size:1.25rem}
.wide-button{width:100%}
.footer-grid{display:grid;grid-template-columns:1.25fr .9fr .9fr 1.15fr;gap:34px}
.site-footer{padding:52px 0 28px;background:#15352c;color:#dcece6}
.site-footer h2,.site-footer h3{color:white}
.site-footer a{color:#dcece6}
.site-footer p{font-size:.88rem}
.footer-links{display:grid;gap:6px;margin:0;padding:0;list-style:none}
.footer-links a{font-size:.86rem}
.footer-links a:hover{color:white;text-decoration:underline}
.footer-bottom{margin-top:36px;padding-top:20px;border-top:1px solid rgba(255,255,255,.15);font-size:.79rem;color:#abc3ba}
.directory-hero{padding-bottom:44px}
.directory-section{padding-top:34px}
.directory-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:30px;align-items:start}
.filter-column{position:sticky;top:98px}
.filter-details{border:1px solid var(--line);border-radius:16px;background:white;box-shadow:0 8px 24px rgba(24,49,43,.06)}
.filter-details>summary{padding:18px 20px;font-weight:900;cursor:pointer;list-style:none;border-bottom:1px solid var(--line)}
.filter-details>summary::-webkit-details-marker{display:none}
.booking-filters{display:grid;gap:20px;padding:20px}
.booking-filters>label{color:var(--ink);font-size:.8rem;font-weight:850}
.booking-filters input[type=search],.booking-filters select{width:100%;height:46px;margin-top:7px;padding:0 12px;border:1px solid #bfd0c8;border-radius:10px;background:white;font:inherit}
.booking-filters fieldset{display:grid;gap:9px;margin:0;padding:0;border:0}
.booking-filters legend{margin-bottom:9px;font-size:.8rem;font-weight:900}
.filter-radio{display:flex;align-items:center;gap:9px;color:#3f5d52;font-size:.88rem}
.filter-radio input{accent-color:var(--green);width:17px;height:17px}
.booking-filters .button{width:100%}
.reset-filters{text-align:center;font-size:.84rem;font-weight:800}
.results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px;padding:14px 18px;border:1px solid var(--line);border-radius:14px;background:white}
.results-toolbar div{display:grid}
.results-toolbar span{color:var(--muted);font-size:.76rem}
.directory-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.empty-state{padding:44px;border:1px dashed #a9bfB6;border-radius:var(--radius);text-align:center}
.property-head{padding:42px 0 32px;background:linear-gradient(135deg,var(--mint),var(--cream))}
.property-title-row{display:flex;align-items:end;justify-content:space-between;gap:30px}
.property-title-row h1{margin:7px 0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1;letter-spacing:-.045em}
.property-labels{display:flex;align-items:center;gap:12px;color:var(--green-dark);font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.property-address{margin:12px 0 0;color:#3f5d52}
.property-head-actions{display:flex;max-width:370px;flex-direction:column;align-items:flex-end;gap:8px}
.property-primary-booking{width:100%;padding:14px 22px;text-align:center}
.property-contact-anchor{color:var(--muted);font-size:.76rem;font-weight:800;text-decoration:underline;text-underline-offset:3px}
.property-section{padding-top:30px}
.property-gallery{display:grid;grid-template-columns:1.6fr .8fr;gap:16px;margin-bottom:34px}
.property-visual,.property-highlights{min-height:300px;border-radius:18px;overflow:hidden}
.property-visual{display:grid;place-items:center;padding:35px;background:linear-gradient(145deg,#dff1e8,#eee6d8)}
.property-visual img{width:100%;height:100%;max-height:245px;object-fit:contain;filter:drop-shadow(0 8px 22px rgba(24,49,43,.10))}
.property-highlights{padding:28px;background:#183a31;color:white}
.property-highlights .eyebrow{color:#7ed0ad}
.property-highlights h2{margin-top:0;font-family:Georgia,"Times New Roman",serif;font-size:1.8rem;line-height:1.15}
.highlight-list{display:grid;gap:10px}
.highlight-list span{padding-top:10px;border-top:1px solid rgba(255,255,255,.16);font-size:.86rem}
.property-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:48px;align-items:start}
.information-note{display:grid;gap:3px;margin-bottom:30px;padding:14px 16px;border-left:4px solid #d49a4d;border-radius:8px;background:#fff7e8}
.information-note strong,.information-note span{display:block}
.information-note span{color:#635844;font-size:.84rem}
.property-facts{margin:0 0 34px}
.facts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.fact-group{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:white}
.fact-group h3{margin:0;padding:13px 16px;background:#eef7f3;font-family:inherit;font-size:.93rem}
.fact-group dl{margin:0}
.fact-group dl>div{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:12px;padding:10px 16px;border-top:1px solid var(--line)}
.fact-group dt{color:var(--muted);font-size:.76rem;font-weight:750}
.fact-group dd{margin:0;text-align:right;font-size:.82rem;font-weight:800}
.deal-preview{margin:34px 0}
.deal-list{display:grid;gap:12px}
.deal-list article{padding:17px 18px;border:1px solid var(--line);border-radius:14px;background:white}
.deal-list h3{margin:6px 0 4px;font-family:inherit;font-size:.96rem;line-height:1.35}
.deal-list small{color:var(--muted);font-size:.72rem}
.deal-badge,.direct-badge{display:inline-block;padding:5px 8px;border-radius:6px;background:#e4f5e9;color:#277044;font-size:.68rem;font-weight:900}
.facts-caveat{color:var(--muted);font-size:.8rem}
.availability-callout{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,310px);align-items:center;gap:24px;margin:32px 0;padding:24px;border:1px solid #a6d1bd;border-radius:18px;background:linear-gradient(135deg,#eef9f4 0%,#fff8e8 100%);box-shadow:0 12px 32px rgba(24,49,43,.09)}
.availability-callout h2{margin:2px 0 7px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.65rem,3vw,2.2rem);line-height:1.08}
.availability-callout p{margin:0;color:#3f5d52;font-size:.9rem}
.availability-eyebrow{color:var(--green)!important;font-size:.7rem!important;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.availability-actions{display:flex;flex-direction:column;gap:9px;align-items:stretch}
.availability-actions .button{width:100%;padding:13px 17px;text-align:center}
.source-button{background:#0b684a}
.source-button:hover{background:#084b37}
.official-site-small{display:block;color:var(--muted);font-size:.72rem;font-weight:750;text-align:center;text-decoration:underline;text-underline-offset:3px}
.affiliate-note{color:var(--muted);font-size:.66rem;line-height:1.35;text-align:center}
.booking-box{top:98px;border-top:5px solid var(--amber)}
.booking-box h2{margin:12px 0 4px;font-family:Georgia,"Times New Roman",serif;font-size:1.6rem}
.secondary-action{display:block;margin-top:14px;text-align:center;font-size:.82rem;font-weight:800}
.sidebar-source-note{margin:14px 0;padding:12px;border-radius:10px;background:#f1f7f4;color:var(--muted);font-size:.78rem}
.booking-disclaimer{margin-bottom:0;color:var(--muted);font-size:.73rem}
.steps{margin:0 0 22px;padding-left:22px}
.steps li+li{margin-top:10px}
.legal-copy{max-width:860px}
@media(max-width:1050px){
    .footer-grid{grid-template-columns:repeat(2,1fr)}
    .property-layout{grid-template-columns:minmax(0,1fr) 310px}
}
@media(max-width:900px){
    .hero-grid,.content-layout{grid-template-columns:1fr}
    .hero-grid{gap:32px}
    .category-grid{grid-template-columns:repeat(2,1fr)}
    .sidebar-card{position:static}
    .header-cta{display:none}
    .primary-menu{gap:0}
    .primary-menu a{padding:8px}
}
@media(max-width:820px){
    .directory-layout,.property-layout{grid-template-columns:1fr}
    .filter-column{position:static}
    .property-gallery{grid-template-columns:1fr}
    .property-highlights{min-height:auto}
    .property-title-row{flex-direction:column;align-items:stretch}
    .property-head-actions{max-width:none;align-items:stretch}
    .property-contact-anchor{text-align:center}
}
@media(max-width:680px){
    .header-inner{min-height:68px}
    .brand{max-width:255px;font-size:.9rem}
    .brand small{display:none}
    .menu-toggle{display:block;border:0;background:var(--mint);border-radius:10px;padding:9px 12px;font-weight:800}
    .site-nav{display:none;position:absolute;top:68px;left:0;right:0;padding:10px 18px 18px;background:white;border-bottom:1px solid var(--line)}
    .site-nav.is-open{display:block}
    .primary-menu{display:block}
    .hero{padding:60px 0}
    .hero-grid{gap:26px}
    .search-form{grid-template-columns:1fr}
    .search-form .full{grid-column:auto}
    .category-grid,.cards,.directory-cards,.footer-grid{grid-template-columns:1fr}
    .section{padding:56px 0}
    .section-head{display:block}
    .page-hero{padding:42px 0}
    .content-layout{gap:28px}
    .facts-grid{grid-template-columns:1fr}
    .fact-group dl>div{grid-template-columns:1fr}
    .fact-group dd{text-align:left}
    .availability-callout{grid-template-columns:1fr;padding:20px}
}
@media(max-width:520px){
    .brand{max-width:220px;font-size:.82rem}
    .brand-mark{width:40px;height:40px}
    .property-gallery{margin-left:-18px;margin-right:-18px}
    .property-visual,.property-highlights{border-radius:0}
    .property-visual{min-height:230px}
    .offer-summary{grid-template-columns:1fr}
}
