*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{font-family:'Lora',Georgia,'Times New Roman',serif;font-size:1rem;line-height:1.7;color:#2C1A0D;background:#F5F0EB;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
:focus-visible{outline:3px solid #4CAF50;outline-offset:2px;border-radius:2px}
::selection{background:#4CAF50;color:#fff}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
ul{list-style:none}
button{cursor:pointer;font:inherit;border:none;background:none;color:inherit}
h1,h2,h3,h4,h5,h6{font-family:'Montserrat',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-weight:800;line-height:1.2;color:#2C1A0D}
code,pre,.mono{font-family:'JetBrains Mono','Fira Code','Consolas',monospace}
/* CSS Variables */
:root{--color-cream:#F5F0EB;--color-green:#4CAF50;--color-purple:#6A1B9A;--color-gold:#FFD700;--color-dark:#2C1A0D;--color-gray:#6D6D6D;--color-border:#BDBDBD;--gradient-purple:linear-gradient(135deg,#4A148C,#6A1B9A);--font-heading:'Montserrat',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--font-body:'Lora',Georgia,'Times New Roman',serif;--font-mono:'JetBrains Mono','Fira Code','Consolas',monospace;--max-width:1200px;--header-h:70px;--gap:1.5rem}
/* Skip Link */
.skip-link{position:absolute;top:-100%;left:1rem;padding:0.5rem 1rem;background:#2C1A0D;color:#FFD700;font-family:var(--font-heading);font-weight:700;font-size:0.875rem;z-index:10000;border-radius:0 0 4px 4px;transition:top 0.25s}
.skip-link:focus{top:0;outline:3px solid #4CAF50}
/* Scroll Progress */
.scroll-progress{position:fixed;top:0;left:0;width:0%;height:3px;background:linear-gradient(90deg,#4CAF50,#FFD700,#6A1B9A);z-index:9999;transition:width 0.1s linear;pointer-events:none}@media(prefers-reduced-motion:reduce){.scroll-progress{display:none}}
/* Container */
.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--gap)}
/* Site Header */
.site-header{position:sticky;top:0;z-index:1000;background:#2C1A0D;color:#fff;font-family:var(--font-heading);box-shadow:0 2px 12px rgba(44,26,13,0.15);height:var(--header-h)}
.header-inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-width);margin:0 auto;padding:0 var(--gap);height:100%;position:relative}
.site-header::after{content:'';position:absolute;bottom:-3px;left:0;width:100%;height:4px;background:linear-gradient(135deg,#4CAF50 20%,#FFD700 50%,#6A1B9A 80%);z-index:1;clip-path:polygon(0 0,100% 0,98% 100%,2% 100%)}
.brand{font-family:var(--font-heading);font-weight:800;font-size:1.75rem;color:#FFD700;letter-spacing:-0.02em;line-height:1;position:relative;z-index:2;text-shadow:0 1px 4px rgba(0,0,0,0.3)}
.brand:hover{color:#fff;transition:color 0.3s}
/* Nav Toggle */
.nav-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;gap:5px;padding:4px;border-radius:4px;background:transparent;z-index:1001;position:relative}
.nav-toggle-line{display:block;width:28px;height:2.5px;background:#FFD700;border-radius:2px;transition:transform 0.3s,opacity 0.3s;transform-origin:center}
.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}
/* Nav */
.nav{display:flex;align-items:center}
.nav-list{display:flex;align-items:center;gap:0.25rem}
.nav-item{position:relative}
.nav-link{display:block;padding:0.5rem 0.9rem;font-family:var(--font-heading);font-weight:600;font-size:0.9rem;color:#fff;border-radius:4px;transition:color 0.25s,background 0.25s;letter-spacing:0.02em;position:relative}
.nav-link:hover,.nav-link:focus-visible{color:#4CAF50;background:rgba(255,255,255,0.06)}
.nav-link[aria-current="page"]{color:#FFD700;font-weight:700}
.nav-link[aria-current="page"]::after{content:'';position:absolute;bottom:-2px;left:0.9rem;right:0.9rem;height:2px;background:#FFD700;border-radius:1px}
/* Site Footer */
.site-footer{background:var(--gradient-purple);color:#fff;font-family:var(--font-body);padding:3rem 0 1.5rem;margin-top:4rem}
.footer-inner{max-width:var(--max-width);margin:0 auto;padding:0 var(--gap)}
.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,0.15)}
.footer-brand .footer-brand-link{font-family:var(--font-heading);font-weight:800;font-size:1.5rem;color:#FFD700;display:inline-block;margin-bottom:0.75rem}
.footer-brand .footer-brand-link:hover{color:#fff}
.footer-trust{font-size:0.875rem;line-height:1.6;color:rgba(255,255,255,0.8);max-width:36rem}
.footer-info{display:grid;grid-template-columns:1fr 1fr;gap:2rem}
.footer-heading{font-family:var(--font-heading);font-weight:700;font-size:0.9rem;color:#FFD700;margin-bottom:0.75rem;letter-spacing:0.04em;text-transform:uppercase}
.footer-link-list,.footer-contact-list{display:flex;flex-direction:column;gap:0.4rem}
.footer-link{color:rgba(255,255,255,0.85);font-size:0.9rem;transition:color 0.25s}
.footer-link:hover{color:#4CAF50}
.footer-text{color:rgba(255,255,255,0.75);font-size:0.9rem;display:block}
.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding-top:1.5rem;gap:1rem;font-size:0.8rem;color:rgba(255,255,255,0.6)}
.footer-icp{font-family:var(--font-mono);font-size:0.75rem}
.footer-copy{font-size:0.8rem}
/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;padding:0.65rem 1.6rem;font-family:var(--font-heading);font-weight:700;font-size:0.9rem;border-radius:4px;transition:all 0.3s;border:2px solid transparent;line-height:1.2;text-align:center}
.btn-primary{background:#4CAF50;color:#fff;border-color:#4CAF50}
.btn-primary:hover{background:#388E3C;border-color:#388E3C;box-shadow:0 4px 12px rgba(76,175,80,0.3)}
.btn-outline{background:transparent;color:#6A1B9A;border-color:#6A1B9A}
.btn-outline:hover{background:#6A1B9A;color:#fff}
.btn-gold{background:#FFD700;color:#2C1A0D;border-color:#FFD700}
.btn-gold:hover{background:#F9A825;border-color:#F9A825}
/* Breadcrumb */
.breadcrumb{padding:0.75rem 0;font-size:0.85rem;color:var(--color-gray);font-family:var(--font-body)}
.breadcrumb-list{display:flex;flex-wrap:wrap;gap:0.4rem;align-items:center}
.breadcrumb-item{display:flex;align-items:center;gap:0.4rem}
.breadcrumb-item + .breadcrumb-item::before{content:'/';color:var(--color-border)}
.breadcrumb-item:last-child{color:var(--color-dark);font-weight:600}
.breadcrumb a{color:var(--color-purple);transition:color 0.25s}
.breadcrumb a:hover{color:var(--color-green)}
/* Card */
.card{background:#fff;border-radius:0;clip-path:polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,0 100%);box-shadow:0 2px 12px rgba(44,26,13,0.08);transition:transform 0.4s,box-shadow 0.4s;overflow:hidden;position:relative}
.card:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgba(44,26,13,0.12)}
.card-image{width:100%;aspect-ratio:16/10;object-fit:cover;background:#E8E0D8}
.card-body{padding:1.25rem}
.card-title{font-family:var(--font-heading);font-weight:800;font-size:1.15rem;color:var(--color-dark);margin-bottom:0.5rem;line-height:1.3}
.card-text{font-size:0.9rem;color:var(--color-gray);line-height:1.6;margin-bottom:0.75rem}
.card .badge{position:absolute;top:0.75rem;left:0.75rem}
/* Badge */
.badge{display:inline-block;padding:0.2rem 0.7rem;font-family:var(--font-heading);font-weight:700;font-size:0.7rem;letter-spacing:0.04em;text-transform:uppercase;border-radius:2px;background:var(--color-purple);color:#fff}
.badge-green{background:var(--color-green)}
.badge-gold{background:var(--color-gold);color:var(--color-dark)}
/* Section Reveal */
.section-reveal{opacity:0;transform:translateY(30px);transition:opacity 0.7s cubic-bezier(0.22,1,0.36,1),transform 0.7s cubic-bezier(0.22,1,0.36,1)}@media(prefers-reduced-motion:reduce){.section-reveal{opacity:1;transform:none;transition:none}}
.section-reveal.revealed{opacity:1;transform:translateY(0)}
/* Chip Filter */
.chip-filter{display:flex;flex-wrap:wrap;gap:0.5rem;padding:0.5rem 0}
.chip-filter button{padding:0.4rem 1.2rem;font-family:var(--font-heading);font-weight:600;font-size:0.8rem;border:2px solid var(--color-border);background:#fff;color:var(--color-dark);border-radius:40px;transition:all 0.3s;letter-spacing:0.02em}
.chip-filter button:hover{border-color:var(--color-green);color:var(--color-green)}
.chip-filter button.active{background:var(--color-green);color:#fff;border-color:var(--color-green)}
/* Text helpers */
.text-gold{color:var(--color-gold)}
.text-green{color:var(--color-green)}
.text-purple{color:var(--color-purple)}
.text-dark{color:var(--color-dark)}
.text-gray{color:var(--color-gray)}
/* Grid */
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--gap)}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
/* Responsive */
@media(max-width:1024px){
  .grid-4{grid-template-columns:repeat(2,1fr)}
  .footer-top{grid-template-columns:1fr;gap:2rem}
}
@media(max-width:768px){
  :root{--header-h:60px}
  .nav-toggle{display:flex}
  .nav{position:fixed;top:var(--header-h);left:0;right:0;background:#2C1A0D;padding:1rem;max-height:0;overflow:hidden;transition:max-height 0.4s ease,opacity 0.3s;opacity:0;border-bottom:3px solid var(--color-green)}
  .nav[data-open]{max-height:500px;opacity:1}
  .nav-list{flex-direction:column;align-items:stretch;gap:0.25rem}
  .nav-link{padding:0.75rem 1rem;font-size:1rem;border-radius:4px}
  .nav-link[aria-current="page"]::after{display:none}
  .nav-link[aria-current="page"]{background:rgba(76,175,80,0.15);color:#4CAF50}
  .header-inner{padding:0 1rem}
  .brand{font-size:1.4rem}
  .footer-top{grid-template-columns:1fr;gap:1.5rem}
  .footer-info{grid-template-columns:1fr;gap:1.5rem}
  .footer-bottom{flex-direction:column;text-align:center;gap:0.5rem}
  .grid-2,.grid-3{grid-template-columns:1fr}
  .grid{grid-template-columns:1fr}
}
@media(max-width:480px){
  .brand{font-size:1.2rem}
  .nav-link{padding:0.6rem 0.8rem;font-size:0.95rem}
  .footer-brand .footer-brand-link{font-size:1.25rem}
  .footer-trust{font-size:0.8rem}
}
/* Reduced motion */
@media(prefers-reduced-motion:reduce){
  *,.card,.section-reveal,.nav-link,.btn{transition-duration:0.01ms!important;animation-duration:0.01ms!important}
  html{scroll-behavior:auto}
}
