:root{--color-ochre:#C4852A;--color-ochre-light:#E8A84A;--color-ochre-dark:#9B6520;--color-green:#2D5016;--color-green-mid:#4A7C2F;--color-green-light:#7AB648;--color-sunset:#E8620A;--color-sunset-light:#F5893A;--color-terracotta:#C15A35;--color-sand:#F5E6C8;--color-sand-light:#FBF5E8;--color-stone:#8C7B6E;--color-stone-light:#C4B5A8;--color-dark:#1A1209;--color-text:#2C2010;--color-text-muted:#6B5B4E;--color-white:#FFFFFF;--color-bg:#FDFAF4;--color-bg-alt:#F5EFE3;--color-border:#E0D4C0;--font-sans:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--font-serif:'Playfair Display', Georgia, 'Times New Roman', serif;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--shadow-sm:0 2px 8px rgba(44, 32, 16, 0.08);--shadow-md:0 4px 20px rgba(44, 32, 16, 0.12);--shadow-lg:0 8px 40px rgba(44, 32, 16, 0.18);--transition:0.25s ease;--max-width:1200px;--content-width:780px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.65;min-height:100vh;display:flex;flex-direction:column}img{max-width:100%;height:auto;display:block}a{color:var(--color-ochre-dark);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--color-sunset)}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--color-dark);line-height:1.25;font-weight:700}h1{font-size:clamp(1.8rem,4vw,2.8rem)}h2{font-size:clamp(1.4rem,3vw,2rem)}h3{font-size:clamp(1.15rem,2.5vw,1.5rem)}h4{font-size:1.15rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}ul,ol{padding-left:1.5rem;margin-bottom:1rem}li{margin-bottom:.4rem}strong{color:var(--color-dark);font-weight:600}blockquote{border-left:4px solid var(--color-ochre);padding:1rem 1.5rem;margin:1.5rem 0;background:var(--color-sand-light);border-radius:0 var(--radius-sm)var(--radius-sm)0;font-style:italic;color:var(--color-text-muted)}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.container--narrow{max-width:var(--content-width)}.section{padding:3rem 0}.section--lg{padding:5rem 0}.text-center{text-align:center}.text-muted{color:var(--color-text-muted)}.badge{display:inline-block;padding:.25rem .75rem;border-radius:999px;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.badge--ochre{background:var(--color-sand);color:var(--color-ochre-dark)}.badge--green{background:#e8f3dc;color:var(--color-green)}.badge--sunset{background:#fdeade;color:var(--color-terracotta)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius-sm);font-family:var(--font-sans);font-size:.95rem;font-weight:600;cursor:pointer;border:2px solid transparent;transition:all var(--transition);text-decoration:none;white-space:nowrap}.btn--primary{background:var(--color-sunset);color:var(--color-white);border-color:var(--color-sunset)}.btn--primary:hover{background:var(--color-terracotta);border-color:var(--color-terracotta);color:var(--color-white);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn--secondary{background:0 0;color:var(--color-white);border-color:rgba(255,255,255,.7)}.btn--secondary:hover{background:rgba(255,255,255,.15);border-color:var(--color-white);color:var(--color-white)}.btn--outline{background:0 0;color:var(--color-ochre-dark);border-color:var(--color-ochre)}.btn--outline:hover{background:var(--color-ochre);color:var(--color-white)}.btn--sm{padding:.5rem 1rem;font-size:.875rem}.btn--lg{padding:1rem 2rem;font-size:1.05rem}.site-header{position:sticky;top:0;z-index:1000;background:rgba(26,18,9,.97);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(196,133,42,.2)}.nav{display:flex;align-items:center;justify-content:space-between;height:64px;gap:1rem}.nav__logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;flex-shrink:0}.nav__logo-icon{width:36px;height:36px;background:linear-gradient(135deg,var(--color-ochre),var(--color-sunset));border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#fff;font-weight:900;font-family:var(--font-serif)}.nav__logo-text{font-family:var(--font-serif);font-size:1.2rem;font-weight:700;color:var(--color-white);line-height:1}.nav__logo-text span{color:var(--color-ochre-light)}.nav__links{display:none;list-style:none;margin:0;padding:0;gap:.25rem}.nav__links a{color:rgba(255,255,255,.8);font-size:.9rem;font-weight:500;padding:.4rem .75rem;border-radius:var(--radius-sm);transition:all var(--transition)}.nav__links a:hover{color:var(--color-white);background:rgba(196,133,42,.15)}.nav__cta{display:none}.nav__hamburger{background:0 0;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-sm);padding:.4rem .6rem;cursor:pointer;color:var(--color-white);font-size:1.2rem;line-height:1}.mobile-menu{display:none;position:fixed;top:64px;left:0;right:0;bottom:0;background:rgba(26,18,9,.98);z-index:999;padding:1.5rem 1.25rem;flex-direction:column;gap:.5rem;overflow-y:auto}.mobile-menu.is-open{display:flex}.mobile-menu a{color:rgba(255,255,255,.85);font-size:1.1rem;font-weight:500;padding:.85rem 1rem;border-radius:var(--radius-sm);border-bottom:1px solid rgba(255,255,255,6%);display:block}.mobile-menu a:hover{color:var(--color-ochre-light);background:rgba(196,133,42,8%)}@media(min-width:768px){.nav__links{display:flex}.nav__cta{display:flex}.nav__hamburger{display:none}}.hero{position:relative;min-height:70vh;display:flex;align-items:center;overflow:hidden;background:var(--color-dark)}.hero--home{min-height:85vh}.hero--sm{min-height:45vh}.hero__bg{position:absolute;inset:0;background-size:cover;background-position:50%;transform:scale(1.03);transition:transform 8s ease}.hero:hover .hero__bg{transform:scale(1)}.hero__overlay{position:absolute;inset:0;background:linear-gradient( 160deg,rgba(26,18,9,.65) 0%,rgba(26,18,9,.4) 50%,rgba(26,18,9,.7) 100% )}.hero__content{position:relative;z-index:2;color:var(--color-white);max-width:720px;padding:3rem 0}.hero__eyebrow{display:inline-block;background:rgba(196,133,42,.85);color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.35rem 1rem;border-radius:999px;margin-bottom:1.25rem}.hero__title{font-family:var(--font-serif);font-size:clamp(2.2rem,5.5vw,4rem);line-height:1.15;color:var(--color-white);margin-bottom:1.25rem;text-shadow:0 2px 20px rgba(0,0,0,.3)}.hero__title em{color:var(--color-ochre-light);font-style:normal}.hero__subtitle{font-size:clamp(1rem,2vw,1.2rem);color:rgba(255,255,255,.88);margin-bottom:2rem;max-width:560px;line-height:1.6}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:2;color:rgba(255,255,255,.6);font-size:.8rem;text-align:center;letter-spacing:.08em;text-transform:uppercase;animation:bounce 2s infinite}.hero__scroll::before{content:'';display:block;width:1px;height:36px;background:rgba(255,255,255,.4);margin:0 auto .5rem}@keyframes bounce{0%,100%{transform:translateX(-50%)translateY(0)}50%{transform:translateX(-50%)translateY(6px)}}.breadcrumb{padding:.75rem 0;font-size:.85rem;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);background:var(--color-bg-alt)}.breadcrumb ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.25rem;align-items:center}.breadcrumb li::after{content:'›';margin-left:.4rem;color:var(--color-stone-light)}.breadcrumb li:last-child::after{display:none}.breadcrumb a{color:var(--color-ochre-dark)}.breadcrumb a:hover{color:var(--color-sunset)}.card-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:600px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.card-grid{grid-template-columns:repeat(3,1fr)}.card-grid--4{grid-template-columns:repeat(4,1fr)}}.card{background:var(--color-white);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);transition:all var(--transition);border:1px solid var(--color-border)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--color-ochre-light)}.card__image{width:100%;aspect-ratio:16/10;object-fit:cover;background:var(--color-bg-alt)}.card__body{padding:1.25rem}.card__eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-ochre-dark);margin-bottom:.5rem}.card__title{font-family:var(--font-serif);font-size:1.2rem;color:var(--color-dark);margin-bottom:.5rem;line-height:1.3}.card__excerpt{font-size:.9rem;color:var(--color-text-muted);line-height:1.55;margin-bottom:1rem}.card__meta{display:flex;align-items:center;gap:.75rem;font-size:.8rem;color:var(--color-stone);flex-wrap:wrap}.card__link{display:block;text-decoration:none;color:inherit;height:100%}.card--featured{grid-column:1/-1}@media(min-width:900px){.card--featured{display:grid;grid-template-columns:1fr 1fr}.card--featured .card__image{aspect-ratio:auto;height:100%}}.section-header{margin-bottom:2.5rem}.section-header__eyebrow{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--color-ochre-dark);margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.section-header__eyebrow::before{content:'';display:inline-block;width:24px;height:2px;background:var(--color-ochre)}.section-header__title{font-size:clamp(1.6rem,3.5vw,2.4rem);margin-bottom:.75rem}.section-header__desc{color:var(--color-text-muted);font-size:1.05rem;max-width:580px}.highlight-strip{background:linear-gradient(135deg,var(--color-green) 0%,var(--color-green-mid) 100%);padding:3rem 0;color:var(--color-white)}.highlight-strip__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}@media(min-width:768px){.highlight-strip__grid{grid-template-columns:repeat(4,1fr)}}.highlight-item__number{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;color:var(--color-ochre-light);line-height:1;margin-bottom:.25rem}.highlight-item__label{font-size:.9rem;color:rgba(255,255,255,.85);font-weight:500}.article{padding:3rem 0}.article__header{margin-bottom:2.5rem}.article__meta{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;font-size:.85rem;color:var(--color-text-muted);margin-bottom:1.5rem}.article__meta-date{display:flex;align-items:center;gap:.4rem}.article__meta-date::before{content:'📅';font-size:.8rem}.article__body h2{margin-top:2rem;margin-bottom:1rem;padding-top:.5rem;border-top:2px solid var(--color-sand)}.article__body h3{margin-top:1.5rem;margin-bottom:.75rem;color:var(--color-ochre-dark)}.article__body p{margin-bottom:1.25rem;font-size:1.05rem;line-height:1.75}.article__body ul,.article__body ol{margin-bottom:1.25rem}.article__body li{margin-bottom:.6rem;font-size:1.05rem;line-height:1.6}.article__body a{color:var(--color-ochre-dark);border-bottom:1px solid var(--color-ochre-light)}.article__body a:hover{color:var(--color-sunset)}.article__body img{border-radius:var(--radius-md);margin:1.5rem 0}.faq{padding:3rem 0;background:var(--color-bg-alt)}.faq__list{max-width:760px;margin:0 auto}.faq__item{border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:.75rem;overflow:hidden;background:var(--color-white)}.faq__question{width:100%;background:0 0;border:none;padding:1.25rem 1.5rem;font-family:var(--font-sans);font-size:1rem;font-weight:600;color:var(--color-dark);text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:background var(--transition)}.faq__question:hover{background:var(--color-sand-light)}.faq__question.is-open{background:var(--color-sand-light);color:var(--color-ochre-dark)}.faq__icon{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:var(--color-sand);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;transition:transform var(--transition),background var(--transition);color:var(--color-ochre-dark)}.faq__question.is-open .faq__icon{background:var(--color-ochre);color:#fff;transform:rotate(45deg)}.faq__answer{display:none;padding:0 1.5rem 1.25rem;color:var(--color-text-muted);font-size:.975rem;line-height:1.7;border-top:1px solid var(--color-border);padding-top:1rem}.faq__answer.is-open{display:block}.affiliate-box{border:2px solid var(--color-ochre-light);border-radius:var(--radius-md);padding:1.5rem;background:linear-gradient(135deg,var(--color-sand-light),var(--color-white));margin:2rem 0}.affiliate-box__title{font-family:var(--font-serif);font-size:1.2rem;color:var(--color-dark);margin-bottom:.5rem}.affiliate-box__desc{font-size:.9rem;color:var(--color-text-muted);margin-bottom:1rem}.affiliate-box__actions{display:flex;flex-wrap:wrap;gap:.75rem}.affiliate-disclaimer{font-size:.75rem;color:var(--color-stone);margin-top:.75rem;font-style:italic}.affiliate-box__klook{display:flex;align-items:center;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border)}.affiliate-box__qr{flex-shrink:0;width:80px;height:80px;border-radius:8px;border:1px solid var(--color-border)}.affiliate-box__qr-label{font-size:.8rem;color:var(--color-text-muted);margin:0;line-height:1.4}.quick-facts{background:var(--color-sand-light);border:1px solid var(--color-border);border-left:4px solid var(--color-ochre);border-radius:var(--radius-md);padding:1.5rem;margin:2rem 0}.quick-facts__title{font-weight:700;color:var(--color-ochre-dark);margin-bottom:1rem;font-size:.95rem;text-transform:uppercase;letter-spacing:.06em}.quick-facts__grid{display:grid;grid-template-columns:1fr;gap:.6rem}@media(min-width:480px){.quick-facts__grid{grid-template-columns:repeat(2,1fr)}}.quick-facts__item{display:flex;gap:.5rem;font-size:.9rem;line-height:1.45}.quick-facts__item strong{color:var(--color-text);white-space:nowrap}.page-layout{display:grid;grid-template-columns:1fr;gap:2.5rem;padding:2.5rem 0}@media(min-width:1024px){.page-layout{grid-template-columns:1fr 300px;gap:3rem}}.sidebar{display:flex;flex-direction:column;gap:1.5rem}.sidebar-widget{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.5rem}.sidebar-widget__title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-ochre-dark);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-sand)}.sidebar-nav{list-style:none;padding:0}.sidebar-nav li{border-bottom:1px solid var(--color-border)}.sidebar-nav li:last-child{border-bottom:none}.sidebar-nav a{display:block;padding:.6rem 0;font-size:.9rem;color:var(--color-text);transition:color var(--transition)}.sidebar-nav a:hover{color:var(--color-ochre-dark);padding-left:.5rem}.sidebar-nav a.is-active{color:var(--color-sunset);font-weight:600}.related-section{padding:3rem 0;background:var(--color-bg-alt);border-top:1px solid var(--color-border)}.site-footer{background:var(--color-dark);color:rgba(255,255,255,.75);padding:4rem 0 2rem;margin-top:auto}.footer__grid{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}@media(min-width:640px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer__brand-desc{font-size:.9rem;line-height:1.65;margin-top:1rem;color:rgba(255,255,255,.6)}.footer__title{font-family:var(--font-serif);font-size:1rem;color:var(--color-white);margin-bottom:1.25rem}.footer__links{list-style:none;padding:0}.footer__links li{margin-bottom:.6rem}.footer__links a{color:rgba(255,255,255,.6);font-size:.9rem;transition:color var(--transition)}.footer__links a:hover{color:var(--color-ochre-light)}.footer__social{display:flex;gap:.75rem;margin-top:1.25rem}.footer__social a{width:38px;height:38px;border-radius:var(--radius-sm);background:rgba(255,255,255,8%);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.7);font-size:1rem;transition:all var(--transition)}.footer__social a:hover{background:var(--color-ochre);color:var(--color-white)}.footer__bottom{border-top:1px solid rgba(255,255,255,8%);padding-top:2rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;font-size:.82rem;color:rgba(255,255,255,.45)}.footer__bottom a{color:rgba(255,255,255,.6)}.footer__bottom a:hover{color:var(--color-ochre-light)}.chat-widget{position:fixed;bottom:1.5rem;right:1.5rem;z-index:900}.chat-widget__button{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--color-ochre),var(--color-sunset));border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(196,133,42,.5);transition:all var(--transition);font-size:1.5rem;color:#fff;position:relative}.chat-widget__button:hover{transform:scale(1.08);box-shadow:0 6px 28px rgba(196,133,42,.65)}.chat-widget__pulse{position:absolute;top:0;right:0;width:14px;height:14px;background:var(--color-green-light);border-radius:50%;border:2px solid var(--color-white);animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.chat-widget__window{display:none;position:absolute;bottom:75px;right:0;width:340px;max-height:480px;background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;flex-direction:column;border:1px solid var(--color-border)}.chat-widget__window.is-open{display:flex}.chat-widget__header{background:linear-gradient(135deg,var(--color-dark),var(--color-green));padding:1rem 1.25rem;display:flex;align-items:center;gap:.75rem;color:#fff}.chat-widget__avatar{width:36px;height:36px;border-radius:50%;background:rgba(196,133,42,.3);display:flex;align-items:center;justify-content:center;font-size:1.2rem}.chat-widget__header-info{flex:1}.chat-widget__header-name{font-weight:600;font-size:.95rem}.chat-widget__header-status{font-size:.75rem;color:rgba(255,255,255,.7)}.chat-widget__close{background:0 0;border:none;color:rgba(255,255,255,.7);cursor:pointer;font-size:1.1rem;padding:.25rem;transition:color var(--transition)}.chat-widget__close:hover{color:#fff}.chat-widget__messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.chat-message{max-width:85%;padding:.7rem 1rem;border-radius:var(--radius-md);font-size:.875rem;line-height:1.5}.chat-message--bot{background:var(--color-bg-alt);border-bottom-left-radius:4px;align-self:flex-start;color:var(--color-text)}.chat-message--user{background:var(--color-ochre);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.chat-widget__input-area{padding:.75rem;border-top:1px solid var(--color-border);display:flex;gap:.5rem}.chat-widget__input{flex:1;border:1px solid var(--color-border);border-radius:999px;padding:.6rem 1rem;font-size:.875rem;font-family:var(--font-sans);outline:none;transition:border-color var(--transition)}.chat-widget__input:focus{border-color:var(--color-ochre)}.chat-widget__send{width:36px;height:36px;border-radius:50%;background:var(--color-ochre);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--transition)}.chat-widget__send:hover{background:var(--color-sunset)}.region-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:1.5rem 0}@media(min-width:600px){.region-highlights{grid-template-columns:repeat(4,1fr)}}.region-highlight__item{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1rem;text-align:center}.region-highlight__icon{font-size:1.8rem;margin-bottom:.4rem}.region-highlight__label{font-size:.8rem;color:var(--color-text-muted);margin-bottom:.2rem}.region-highlight__value{font-size:.9rem;font-weight:600;color:var(--color-dark)}.hero-search{display:flex;max-width:560px;background:rgba(255,255,255,.97);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-lg);margin-top:1.5rem}.hero-search__input{flex:1;border:none;padding:.9rem 1.25rem;font-size:1rem;font-family:var(--font-sans);outline:none;color:var(--color-text);background:0 0}.hero-search__btn{background:var(--color-sunset);border:none;padding:.9rem 1.5rem;color:#fff;font-weight:600;cursor:pointer;font-size:.95rem;font-family:var(--font-sans);transition:background var(--transition);white-space:nowrap}.hero-search__btn:hover{background:var(--color-terracotta)}.search-page__form{display:flex;gap:0;margin-bottom:1.5rem;border:2px solid var(--color-border);border-radius:10px;overflow:hidden;background:#fff;box-shadow:var(--shadow-sm)}.search-page__input{-webkit-appearance:none;appearance:none;flex:1;min-width:0;border:none;border-radius:0;padding:1rem 1.25rem;font-size:1.05rem;font-family:var(--font-body);background:#fff;color:var(--color-text);outline:none;box-shadow:none}.search-page__input:focus{background:#fffdf8}.search-page__input::-webkit-search-cancel-button,.search-page__input::-webkit-search-decoration{-webkit-appearance:none}.search-page__btn{-webkit-appearance:none;appearance:none;background:var(--color-sunset);color:#fff;border:none;border-radius:0;padding:1rem 1.75rem;font-size:1rem;font-weight:600;font-family:var(--font-body);cursor:pointer;transition:background var(--transition);white-space:nowrap;flex-shrink:0}.search-page__btn:hover{background:var(--color-terracotta)}.search-page__meta{font-size:.875rem;color:var(--color-text-muted);margin-bottom:1.25rem;min-height:1.2em}.search-page__results{display:flex;flex-direction:column;gap:1rem}.search-page__idle{padding:1.5rem 0}.search-result{border:1px solid var(--color-border);border-radius:10px;background:#fff;transition:box-shadow var(--transition),transform var(--transition)}.search-result:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.search-result__link{display:block;padding:1.25rem 1.5rem;text-decoration:none;color:inherit}.search-result__meta{margin-bottom:.5rem}.search-result__title{font-family:var(--font-heading);font-size:1.15rem;color:var(--color-dark);margin-bottom:.35rem;line-height:1.3}.search-result__link:hover .search-result__title{color:var(--color-ochre-dark)}.search-result__desc{font-size:.9rem;color:var(--color-text-muted);line-height:1.55;margin:0}.search-suggestion{cursor:pointer;border:none;font-family:var(--font-body);font-size:.8rem;transition:opacity var(--transition)}.search-suggestion:hover{opacity:.75}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tag{display:inline-block;padding:.3rem .8rem;background:var(--color-sand);color:var(--color-ochre-dark);border-radius:999px;font-size:.8rem;font-weight:500;transition:all var(--transition);text-decoration:none}.tag:hover{background:var(--color-ochre);color:#fff}.last-updated{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--color-stone);background:var(--color-sand);padding:.3rem .75rem;border-radius:999px}.pagination{display:flex;justify-content:center;gap:.5rem;padding:2rem 0}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .75rem;border-radius:var(--radius-sm);font-size:.9rem;border:1px solid var(--color-border);color:var(--color-text-muted);transition:all var(--transition)}.pagination a:hover{background:var(--color-ochre);color:#fff;border-color:var(--color-ochre)}.pagination .active{background:var(--color-ochre);color:#fff;border-color:var(--color-ochre);font-weight:700}@import 'https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,700;0,800;1,700&display=swap';.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.no-margin{margin:0!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.5rem!important}.mb-2{margin-bottom:1rem!important}.mt-2{margin-top:1rem!important}.mt-3{margin-top:1.5rem!important}.divider{border:none;border-top:1px solid var(--color-border);margin:2.5rem 0}@media print{.site-header,.chat-widget,.nav__hamburger,.mobile-menu{display:none}body{font-size:12pt}a[href]::after{content:" (" attr(href)")";font-size:.85em}}