:root{--wm-black:#212702; --wm-cream:#fbf4e8; --wm-white:#ffffff; --wm-green:#77b255; --wm-green-dark:#06402b; --wm-sage:#dce9cf; --wm-blue:#dcecf2; --wm-yellow:#f7df86; --wm-pink:#f5d6cf; --wm-muted:#5f6659; --wm-border:rgba(36,67,49,.16); --wm-soft-shadow:0 14px 34px rgba(36,67,49,.14); --wm-header-bottom:76px;}
*{box-sizing:border-box;}
html{scroll-behavior:smooth; -webkit-text-size-adjust:100%;}
body{margin:0; font-family:'Jost',system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; color:var(--wm-green-dark); background:var(--wm-cream); font-weight:500; -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;}
body.mm-menu-open,body.mm-menu-is-open{overflow:auto !important;}
body:has(.wm-menu-state:checked){overflow:hidden;}
a{color:inherit; text-decoration:none;}
button,input,select,textarea{font:inherit;}
img{max-width:100%; display:block;}

.wm-container{width:min(1180px,calc(100% - 36px)); margin:0 auto;}
.wm-site-header img,.wm-topbar img{display:block; max-width:100%;}

.wm-btn{display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:13px 22px; border:2px solid var(--wm-black); border-radius:999px; background:var(--wm-black); color:var(--wm-white); font-size:15px; line-height:1; font-weight:900; letter-spacing:.02em; text-transform:uppercase; cursor:pointer; box-shadow:0 3px 0 rgba(36,67,49,.18); transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;}
.wm-btn:hover{transform:translateY(-2px); box-shadow:0 5px 0 rgba(36,67,49,.16);}
.wm-btn-light{background:var(--wm-white); color:var(--wm-black);}

.wm-topbar{position:relative; z-index:90; background:var(--wm-green); border-bottom:2px solid var(--wm-green-dark); color:var(--wm-black); font-size:13px; line-height:1; font-weight:900; letter-spacing:.02em; text-transform:uppercase;}
.wm-topbar-inner{display:flex; justify-content:center; gap:22px; padding:10px 18px; white-space:nowrap; overflow:hidden;}
.wm-topbar span{display:inline-flex; align-items:center; gap:8px;}

.wm-site-header{position:sticky; top:0; z-index:1000; overflow:visible; background:rgba(251,244,232,.96); backdrop-filter:blur(14px); border-bottom:2px solid var(--wm-green-dark);}
.wm-menu-state{position:absolute; width:1px; height:1px; opacity:0; pointer-events:none;}
.wm-nav{position:relative; z-index:1; display:flex; align-items:center; justify-content:space-between; min-height:76px; gap:24px;}

.wm-logo{display:flex; align-items:center; gap:10px; flex:0 0 auto; color:var(--wm-green-dark); font-size:24px; line-height:1; font-weight:900; letter-spacing:-.05em; text-decoration:none;}
.wm-logo-mark{display:grid; place-items:center; width:40px; height:40px; padding:5px; border:2px solid #06402b; border-radius:50%; background:var(--wm-sage); box-shadow:2px 2px 0 rgba(36,67,49,.22); overflow:hidden;}
.wm-logo-mark img{width:100%; height:100%; object-fit:cover;}

.wm-desktop-links{display:flex; align-items:center; justify-content:center; gap:22px; color:var(--wm-green-dark); font-size:14px; line-height:1; font-weight:900; text-transform:uppercase; letter-spacing:.04em;}
.wm-desktop-links a{color:var(--wm-green-dark); text-decoration:none;}
.wm-desktop-links > a:hover{text-decoration:underline; text-decoration-thickness:2px; text-underline-offset:5px;}

.wm-nav-item{position:static; display:flex; align-items:center;}
.wm-has-dropdown{position:static;}
.wm-nav-dropdown-toggle{position:relative; display:inline-flex; align-items:center; gap:6px; color:var(--wm-black); font-size:14px; line-height:1; font-weight:900; text-transform:uppercase; letter-spacing:.04em; text-decoration:none;}
.wm-nav-dropdown-toggle:before{content:""; position:absolute; left:-34px; right:-46px; top:100%; z-index:69; height:48px; background:transparent;}
.wm-nav-dropdown-toggle:after{content:""; position:absolute; left:0; bottom:-7px; width:38px; height:2px; background:var(--wm-black); transform:scaleX(0); transform-origin:left; transition:transform .18s ease;}
.wm-has-dropdown:hover .wm-nav-dropdown-toggle:after,.wm-has-dropdown:focus-within .wm-nav-dropdown-toggle:after{transform:scaleX(1);}
.wm-nav-caret{display:inline-flex; align-items:center; justify-content:center; width:16px; height:16px; font-size:21px; line-height:1; font-weight:900; transform:translateY(-6px); transition:transform .18s ease;}
.wm-has-dropdown:hover .wm-nav-caret,.wm-has-dropdown:focus-within .wm-nav-caret{transform:translateY(4px) rotate(180deg);}

.wm-nav-dropdown{position:absolute; left:50%; top:calc(100% + 6px); z-index:70; width:min(860px,calc(100vw - 48px)); display:grid; grid-template-columns:repeat(4,1fr); gap:12px; padding:14px; border:2px solid var(--wm-black); border-radius:28px; background:var(--wm-cream); box-shadow:var(--wm-soft-shadow); opacity:0; visibility:hidden; pointer-events:none; transform:translateX(-50%) translateY(-8px); transition:opacity .18s ease,visibility .18s ease,transform .18s ease;}
.wm-nav-dropdown:before{content:""; position:absolute; left:0; right:0; top:-18px; height:18px;}
.wm-has-dropdown:hover .wm-nav-dropdown,.wm-has-dropdown:focus-within .wm-nav-dropdown,.wm-nav-dropdown:hover{opacity:1; visibility:visible; pointer-events:auto; transform:translateX(-50%) translateY(0);}
.wm-nav-dropdown a{position:relative; display:flex; flex-direction:column; justify-content:space-between; min-height:158px; padding:20px 54px 18px 18px; border:2px solid var(--wm-black); border-radius:24px; background:var(--wm-white); color:var(--wm-black); box-shadow:0 8px 22px rgba(36,67,49,.10); overflow:hidden; text-decoration:none; transition:transform .18s ease,box-shadow .18s ease,background .18s ease;}
.wm-nav-dropdown a:after{content:"→"; position:absolute; top:16px; right:16px; display:grid; place-items:center; width:34px; height:34px; border:2px solid var(--wm-black); border-radius:50%; background:var(--wm-white); font-size:20px; line-height:1; font-weight:900; box-shadow:2px 2px 0 rgba(36,67,49,.22);}
.wm-nav-dropdown a:nth-child(1){background:var(--wm-sage);}
.wm-nav-dropdown a:nth-child(2){background:var(--wm-blue);}
.wm-nav-dropdown a:nth-child(3){background:var(--wm-yellow);}
.wm-nav-dropdown a:nth-child(4){background:var(--wm-pink);}
.wm-nav-dropdown a:hover{transform:translateY(-3px); box-shadow:0 12px 28px rgba(36,67,49,.16); background:var(--wm-cream);}
.wm-nav-dropdown strong{display:block; max-width:160px; margin:0 0 10px; color:var(--wm-black); font-size:26px; line-height:.9; letter-spacing:-.05em; font-weight:900; text-transform:none;}
.wm-nav-dropdown span{display:block; color:#3a4635; font-size:14px; line-height:1.25; font-weight:750; text-transform:none; letter-spacing:0;}

.wm-nav-actions{display:flex; align-items:center; justify-content:flex-end; gap:10px;}
.wm-nav-actions .wm-btn{min-height:42px; padding:10px 18px; font-size:13px; box-shadow:none;}

.wm-menu-toggle{display:none; align-items:center; justify-content:center; width:44px; height:44px; border:2px solid var(--wm-black); border-radius:50%; background:var(--wm-white); cursor:pointer; box-shadow:2px 2px 0 rgba(36,67,49,.22);}
.wm-menu-toggle-lines{position:relative; width:18px; height:14px; display:block;}
.wm-menu-toggle-lines span{position:absolute; left:0; width:18px; height:2px; border-radius:999px; background:var(--wm-black); transition:transform .2s ease,opacity .2s ease,top .2s ease;}
.wm-menu-toggle-lines span:nth-child(1){top:0;}
.wm-menu-toggle-lines span:nth-child(2){top:6px;}
.wm-menu-toggle-lines span:nth-child(3){top:12px;}
.wm-menu-state:checked ~ .wm-container .wm-menu-toggle-lines span:nth-child(1){top:6px; transform:rotate(45deg);}
.wm-menu-state:checked ~ .wm-container .wm-menu-toggle-lines span:nth-child(2){opacity:0;}
.wm-menu-state:checked ~ .wm-container .wm-menu-toggle-lines span:nth-child(3){top:6px; transform:rotate(-45deg);}

.wm-mobile-backdrop{display:none;}
.wm-mobile-menu{display:none;}

.wm-footer{--wm-footer-bg:#e6f2f6; --wm-footer-line:rgba(2,44,29,.18); background:var(--wm-footer-bg); color:var(--wm-green-dark); border-top:2px solid var(--wm-green-dark);}
.wm-footer a{color:inherit; text-decoration:none;}
.wm-footer-main{padding:56px 0 28px;}
.wm-footer-top{display:grid; grid-template-columns:1fr auto; gap:28px; align-items:end; margin-bottom:34px; padding-bottom:28px; border-bottom:2px solid var(--wm-footer-line);}

.wm-footer-logo{display:flex; align-items:center; gap:10px; margin-bottom:16px; color:var(--wm-green-dark); font-size:31px; line-height:1; font-weight:900; letter-spacing:-.055em;}
.wm-footer-logo-mark{display:grid; place-items:center; width:44px; height:44px; padding:6px; border:2px solid var(--wm-green-dark); border-radius:50%; background:var(--wm-sage); color:var(--wm-green-dark); box-shadow:3px 3px 0 rgba(36,67,49,.22); overflow:hidden;}
.wm-footer-logo-mark img{width:100%; height:100%; object-fit:cover;}
.wm-footer-logo-initial{display:grid; place-items:center; width:44px; height:44px; border:2px solid var(--wm-green-dark); border-radius:50%; background:var(--wm-sage); color:var(--wm-green-dark); box-shadow:3px 3px 0 rgba(36,67,49,.22); font-size:20px; line-height:1; font-weight:900;}
.wm-footer-intro{max-width:800px;}
.wm-footer-intro strong{display:block; margin:0; max-width:800px; color:var(--wm-green-dark); font-size:clamp(38px,4.9vw,56px); line-height:.84; letter-spacing:-.065em; font-weight:900;}
.wm-footer-intro strong span{color:var(--wm-green);}
.wm-footer-intro p{margin:16px 0 0; max-width:560px; color:#34483a; font-size:18px; line-height:1.32; font-weight:650;}
.wm-footer-actions{display:flex; flex-wrap:wrap; justify-content:flex-end; gap:10px;}
.wm-footer-actions .wm-btn{min-height:44px; padding:11px 18px; font-size:13px; box-shadow:none;}
.wm-footer-actions .wm-btn-light{background:var(--wm-white); color:var(--wm-green-dark);}
.wm-footer-actions .wm-btn-green{background:var(--wm-green); color:var(--wm-green-dark);}

.wm-footer-grid{display:grid; grid-template-columns:1.1fr .9fr .9fr .9fr; gap:18px; align-items:stretch;}
.wm-footer-card{padding:22px; border:2px solid var(--wm-green-dark); border-radius:28px; background:#fffdf7; color:var(--wm-green-dark); box-shadow:6px 6px 0 rgba(36,67,49,.12);}
.wm-footer-card.brand-note{background:#fffdf7; box-shadow:6px 6px 0 var(--wm-green);}
.wm-footer-card:nth-child(2){background:#fff0bd;}
.wm-footer-card:nth-child(3){background:#dce9cf;}
.wm-footer-card:nth-child(4){background:#f5d6cf;}
.wm-footer-card strong{display:block; margin:0 0 14px; color:var(--wm-green-dark); font-size:15px; line-height:1; font-weight:900; text-transform:uppercase; letter-spacing:.07em;}
.wm-footer-card.brand-note strong{margin:0 0 10px; font-size:30px; line-height:.9; letter-spacing:-.05em; text-transform:none;}
.wm-footer-card p{margin:0; color:#3a4635; font-size:15px; line-height:1.35; font-weight:650;}
.wm-footer-links{display:grid; gap:10px; padding-top:8px;}
.wm-footer-links a,.wm-footer-links span{width:max-content; max-width:100%; color:#3a4635; font-size:15px; line-height:1.25; font-weight:800;}
.wm-footer-links a:hover{color:var(--wm-green-dark); text-decoration:underline; text-decoration-thickness:2px; text-underline-offset:4px;}

.wm-footer-bottom{display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:30px; padding-top:24px; border-top:2px solid var(--wm-footer-line);}
.wm-footer-bottom p{margin:0; color:var(--wm-green-dark); font-size:14px; line-height:1.3; font-weight:650;}
.wm-footer-legal{display:flex; flex-wrap:wrap; justify-content:flex-end; gap:14px;}
.wm-footer-legal a{color:#3a4635; font-size:14px; line-height:1.3; font-weight:750;}
.wm-footer-legal a:hover{color:var(--wm-green-dark); text-decoration:underline; text-decoration-thickness:2px; text-underline-offset:4px;}

@media (max-width:980px){
  .wm-footer-top{grid-template-columns:1fr; align-items:start;}
  .wm-footer-actions{justify-content:flex-start;}
  .wm-footer-grid{grid-template-columns:1fr 1fr;}
  .wm-footer-card.brand-note{grid-column:1 / -1;}
}

@media (max-width:640px){
  .wm-footer-main{padding:44px 0 92px;}
  .wm-footer-top{margin-bottom:24px; padding-bottom:24px;}
  .wm-footer-actions{flex-direction:column;}
  .wm-footer-actions .wm-btn{width:100%;}
  .wm-footer-grid{grid-template-columns:1fr; gap:14px;}
  .wm-footer-card{padding:20px; border-radius:24px;}
  .wm-footer-bottom{align-items:flex-start; flex-direction:column;}
  .wm-footer-legal{justify-content:flex-start;}
}

@media (max-width:1120px){
  .wm-desktop-links{gap:16px;}
  .wm-nav-dropdown{width:min(780px,calc(100vw - 36px));}
  .wm-nav-actions .wm-btn{padding:10px 15px;}
}

@media (max-width:980px){
  body:has(.wm-menu-state:checked):before{content:""; position:fixed; inset:0; z-index:900; background:rgba(36,67,49,.32); pointer-events:none;}
  .wm-desktop-links{display:none;}
  .wm-menu-toggle{position:relative; z-index:6; display:inline-flex;}
  .wm-nav-actions .wm-btn-light{display:none;}
  .wm-mobile-backdrop{position:fixed; inset:0; z-index:2; display:block; background:transparent; opacity:0; pointer-events:none;}
  .wm-mobile-menu{position:fixed; left:12px; right:12px; top:calc(var(--wm-header-bottom,76px) + 10px); z-index:5; display:block; max-height:calc(100dvh - var(--wm-header-bottom,76px) - 22px); overflow-y:auto; -webkit-overflow-scrolling:touch; overscroll-behavior:contain; padding-bottom:16px; transform:translateY(-8px); opacity:0; visibility:hidden; pointer-events:none; transition:opacity .2s ease,visibility .2s ease,transform .2s ease;}
  .wm-menu-state:checked ~ .wm-mobile-backdrop{opacity:1; pointer-events:auto;}
  .wm-menu-state:checked ~ .wm-mobile-menu{opacity:1; visibility:visible; transform:translateY(0); pointer-events:auto;}
  .wm-mobile-panel{overflow:hidden; border:2px solid var(--wm-black); border-radius:30px; background:var(--wm-cream); box-shadow:0 16px 36px rgba(36,67,49,.18);}
  .wm-mobile-links{display:grid; padding:12px;}
  .wm-mobile-links > a{position:relative; display:flex; align-items:center; justify-content:space-between; min-height:58px; padding:16px 56px 16px 14px; border-bottom:1.5px solid var(--wm-border); color:var(--wm-black); font-size:23px; line-height:1; font-weight:900; letter-spacing:-.04em; text-decoration:none;}
  .wm-mobile-links > a:after{content:"→"; position:absolute; top:50%; right:14px; display:grid; place-items:center; width:34px; height:34px; border:2px solid var(--wm-black); border-radius:50%; background:var(--wm-white); font-size:19px; line-height:1; font-weight:900; box-shadow:2px 2px 0 rgba(36,67,49,.18); transform:translateY(-50%);}
  .wm-mobile-accordion{border-bottom:1.5px solid var(--wm-border); background:var(--wm-cream);}
  .wm-mobile-accordion summary{position:relative; display:flex; align-items:center; justify-content:space-between; gap:14px; min-height:58px; padding:16px 14px; color:var(--wm-black); font-size:23px; line-height:1; font-weight:900; letter-spacing:-.04em; cursor:pointer; list-style:none;}
  .wm-mobile-accordion summary::-webkit-details-marker{display:none;}
  .wm-mobile-accordion summary:after{content:""; flex:0 0 34px; width:34px; height:34px; border:2px solid var(--wm-black); border-radius:50%; background:linear-gradient(var(--wm-black),var(--wm-black)) 50% 50%/14px 2px no-repeat,linear-gradient(var(--wm-black),var(--wm-black)) 50% 50%/2px 14px no-repeat,var(--wm-white);}
  .wm-mobile-accordion[open] summary:after{background:linear-gradient(var(--wm-black),var(--wm-black)) 50% 50%/14px 2px no-repeat,var(--wm-white);}
  .wm-mobile-submenu{display:grid; gap:10px; padding:0 12px 14px;}
  .wm-mobile-accordion:not([open]) > .wm-mobile-submenu{display:none;}
  .wm-mobile-submenu a{position:relative; display:block; padding:16px 56px 16px 15px; border:2px solid var(--wm-black); border-radius:22px; background:var(--wm-white); color:var(--wm-black); box-shadow:0 8px 18px rgba(36,67,49,.10); text-decoration:none;}
  .wm-mobile-submenu a:nth-child(1){background:var(--wm-sage);}
  .wm-mobile-submenu a:nth-child(2){background:var(--wm-blue);}
  .wm-mobile-submenu a:nth-child(3){background:var(--wm-yellow);}
  .wm-mobile-submenu a:nth-child(4){background:var(--wm-pink);}
  .wm-mobile-submenu a:after{content:"→"; position:absolute; top:14px; right:14px; display:grid; place-items:center; width:30px; height:30px; border:2px solid var(--wm-black); border-radius:50%; background:var(--wm-white); font-size:18px; line-height:1; font-weight:900; box-shadow:2px 2px 0 rgba(36,67,49,.18);}
  .wm-mobile-submenu strong{display:block; margin:0 0 5px; color:var(--wm-black); font-size:24px; line-height:.9; letter-spacing:-.045em; font-weight:900;}
  .wm-mobile-submenu span{display:block; color:#3a4635; font-size:14px; line-height:1.2; font-weight:750;}
  .wm-mobile-actions{display:grid; grid-template-columns:1fr 1fr; gap:10px; padding:12px; border-top:2px solid var(--wm-black); background:var(--wm-white);}
  .wm-mobile-actions .wm-btn{width:100%; min-height:48px; padding:12px 14px; font-size:13px; box-shadow:none;}
}

@media (max-width:640px){
  .wm-container{width:min(100% - 28px,1180px);}
  .wm-topbar-inner{justify-content:flex-start; overflow:auto;}
  .wm-nav{min-height:68px;}
  .wm-logo{font-size:22px;}
  .wm-logo-mark{width:36px; height:36px; padding:4px;}
  .wm-nav-actions .wm-btn{min-height:39px; padding:9px 13px; font-size:12px;}
  .wm-menu-toggle{width:40px; height:40px; box-shadow:2px 2px 0 rgba(36,67,49,.22);}
  .wm-mobile-menu{top:calc(var(--wm-header-bottom,68px) + 10px); max-height:calc(100dvh - var(--wm-header-bottom,68px) - 22px);}
  .wm-mobile-actions{grid-template-columns:1fr;}
}