:root{--navy: #092642;--navy-light: #123d62;--teal: #0d9695;--mint: #90e3d8;--cream: #fff7e9;--soft: #f1f7f5;--ink: #18232c;--muted: #5b6873;--line: #dce6e7;--white: #ffffff;--radius: 16px;--shadow: 0 18px 45px rgba(8, 38, 66, .12)}*{box-sizing:border-box}html{max-width:100%;overflow-x:hidden;scroll-behavior:smooth}body{width:100%;max-width:100%;margin:0;overflow-x:hidden;background:var(--white);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img,picture,svg,video{display:block;max-width:100%;height:auto}input,select,textarea,button{max-width:100%;font:inherit}.container{width:min(1140px,92%);margin:0 auto}h1,h2,h3{color:var(--navy);line-height:1.12;letter-spacing:-.03em}h1{margin:0 0 20px;font-size:clamp(2.7rem,6vw,5.15rem)}h2{margin:0 0 14px;font-size:clamp(2rem,4vw,3rem)}h3{margin:0 0 8px;font-size:1.25rem}p{margin:0 0 16px}section{padding:82px 0}.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border:0;border-radius:8px;background:var(--teal);color:var(--white);cursor:pointer;font:inherit;font-weight:800;transition:transform .2s ease,background .2s ease}.button:hover{background:#087e7d;transform:translateY(-2px)}.button-outline{border:2px solid rgba(255,255,255,.72);background:transparent;color:var(--white)}.button-outline:hover{background:var(--white);color:var(--navy)}.button-light{background:var(--mint);color:var(--navy)}.button-light:hover{background:var(--white)}.eyebrow{margin:0 0 12px;color:var(--mint);font-size:.76rem;font-weight:800;letter-spacing:1.6px;text-transform:uppercase}.eyebrow-dark{color:#087c7b}.site-header{position:sticky;top:0;z-index:1000;border-bottom:1px solid var(--line);background:#fffffff5;backdrop-filter:blur(10px)}.nav-wrap{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:inline-flex;align-items:center;gap:11px;flex-shrink:0;color:var(--navy);font-size:1.2rem;font-weight:850;letter-spacing:-.5px;line-height:1;text-decoration:none;white-space:nowrap}.brand-mark{position:relative;width:43px;height:43px;display:grid;place-items:center;flex:0 0 43px;overflow:hidden;border-radius:13px 13px 18px 18px;background:var(--navy);color:var(--white);font-size:.84rem;font-weight:800;letter-spacing:-1px}.brand-mark:before{content:"";position:absolute;top:6px;width:27px;height:12px;border-radius:20px 20px 8px 8px;background:var(--teal)}.brand-mark span{position:relative;z-index:1;margin-top:8px}.desktop-nav{display:flex;align-items:center;justify-content:flex-end;gap:18px;white-space:nowrap}.desktop-nav>a:not(.button){position:relative;color:var(--navy);font-size:.88rem;font-weight:700}.desktop-nav>a:not(.button):hover,.desktop-nav>a:not(.button).active{color:var(--teal)}.desktop-nav>a:not(.button).active:after{content:"";position:absolute;right:0;bottom:-9px;left:0;height:2px;border-radius:2px;background:var(--teal)}.nav-button{padding:12px 16px;color:var(--white)!important;white-space:nowrap}.mobile-menu{display:none}.hero{overflow:hidden;background:radial-gradient(circle at 74% 42%,rgba(32,175,169,.32),transparent 25%),linear-gradient(120deg,var(--navy),var(--navy-light) 58%,#126d73);color:var(--white)}.hero-grid{min-height:555px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:40px}.hero h1{max-width:720px;color:var(--white)}.hero-text{max-width:620px;margin-bottom:29px;color:#d7e6ed;font-size:1.12rem}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-art{position:relative;height:365px;display:grid;place-items:center}.hero-art:before{content:"";position:absolute;width:335px;height:335px;border:1px solid rgba(255,255,255,.13);border-radius:50%;box-shadow:0 0 0 35px #ffffff0b,0 0 0 75px #ffffff06}.mushroom-cap{position:absolute;z-index:1;top:55px;width:260px;height:140px;border-radius:260px 260px 35px 35px;background:#d6f1df;box-shadow:inset -22px -12px #0d969538,0 18px 20px #0000001f}.mushroom-cap:before,.mushroom-cap:after{content:"";position:absolute;border-radius:50%;background:var(--teal);opacity:.85}.mushroom-cap:before{top:43px;left:75px;width:19px;height:19px}.mushroom-cap:after{top:66px;right:65px;width:14px;height:14px}.mushroom-stem{position:absolute;z-index:1;top:165px;width:116px;height:185px;display:grid;place-items:center;border-radius:32px 32px 45px 45px;background:var(--cream);color:var(--navy);box-shadow:inset -13px 0 #09264214,0 18px 20px #0000001a;font-size:1.6rem;font-weight:900;letter-spacing:-2px}.soft-section{background:var(--soft)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px}.section-heading p:last-child,.intro-copy p:last-child{max-width:640px;margin-bottom:0;color:var(--muted);font-size:1.05rem}.intro-copy{max-width:800px;margin-bottom:35px}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.card{min-width:0;padding:25px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);transition:transform .2s ease,box-shadow .2s ease}.card:hover,.pathway:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card p{margin-bottom:0;color:var(--muted)}.card-icon{margin-bottom:12px;font-size:2.35rem}.pathway-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.pathway{min-width:0;min-height:280px;display:flex;flex-direction:column;padding:32px;border:1px solid var(--line);border-radius:18px;transition:transform .2s ease,box-shadow .2s ease}.pathway-tools{background:linear-gradient(145deg,#e6f5f5,#f8fcfc)}.pathway-mushrooms{background:linear-gradient(145deg,#fff5e3,#fffdf8)}.pathway-icon{margin-bottom:14px;font-size:2.7rem}.pathway p{color:var(--muted)}.pathway strong{margin-top:auto;padding-top:20px;color:var(--navy)}.mushroom-card{padding:0;overflow:hidden}.mushroom-card img,.mushroom-placeholder{width:100%;height:190px;object-fit:cover}.mushroom-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#dff3eb,#eaf8f2);font-size:4.6rem}.mushroom-card:nth-child(2) .mushroom-placeholder{background:linear-gradient(135deg,#f6edd9,#fff9ec)}.mushroom-card:nth-child(3) .mushroom-placeholder{background:linear-gradient(135deg,#e3eef0,#f3f8f8)}.card-content{padding:22px}.status{display:inline-block;margin-bottom:10px;padding:4px 9px;border-radius:99px;background:#dff4f1;color:#08706f;font-size:.72rem;font-weight:850}.status.unavailable{background:#fff0cf;color:#8a4900}.delivery-strip{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:26px;padding:17px 20px;border-left:5px solid var(--teal);background:#eaf6f3}.delivery-strip span{color:var(--muted)}.page-hero{padding:105px 0 78px;background:linear-gradient(125deg,#eff8f6,#fff9ec)}.page-hero p:last-child{max-width:760px;color:var(--muted);font-size:1.1rem}.split-copy{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:55px;align-items:start}.check-list,.split-copy ol{margin:0;padding-left:21px}.check-list li,.split-copy li{margin-bottom:12px;color:var(--muted)}.notice{padding:27px;border-radius:var(--radius);background:var(--navy);color:#d7e5ee}.notice h2,.notice h3{color:var(--white)}.notice p:last-child{margin-bottom:0}.contact-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:50px;align-items:start}.contact-layout>div>p{color:var(--muted)}.contact-form{min-width:0;padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:#f5f9f8}.form-grid,.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.form-grid label,.form-row label,.contact-form>label{display:block;color:#354653;font-size:.85rem;font-weight:800}.form-grid .full{grid-column:1 / -1}input,select,textarea{display:block;width:100%;margin-top:6px;padding:11px 12px;border:1px solid #cad8db;border-radius:8px;background:var(--white);color:var(--ink)}textarea{min-height:120px;resize:vertical}.contact-form .button{width:100%;margin-top:17px}.form-note{margin:11px 0 0;color:var(--muted);font-size:.78rem}.success{padding:12px 14px;border-radius:8px;background:#e1f5eb;color:#17613b!important}.placeholder{color:var(--muted);font-style:italic}.site-footer{padding:47px 0 20px;background:#06172e;color:#bac9d5}.footer-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:34px}.footer-title,.footer-brand{margin-bottom:8px;color:var(--white);font-weight:850}.footer-brand{font-size:1.18rem}.site-footer p{margin-bottom:8px}.site-footer a:hover{color:var(--mint)}.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:24px;padding-top:21px;border-top:1px solid rgba(255,255,255,.14);font-size:.85rem}@media(max-width:850px){.nav-wrap{min-height:72px}.desktop-nav{display:none}.mobile-menu{position:relative;display:block}.mobile-menu summary{min-height:43px;display:inline-flex;align-items:center;gap:9px;padding:9px 11px;cursor:pointer;list-style:none;border:1px solid #d3dfdd;border-radius:9px;background:var(--white);color:var(--navy);font-size:.88rem;font-weight:800;user-select:none}.mobile-menu summary::-webkit-details-marker{display:none}.hamburger{display:grid;gap:4px}.hamburger span{display:block;width:20px;height:2px;border-radius:2px;background:var(--navy)}.mobile-nav{position:absolute;top:calc(100% + 10px);right:0;width:min(280px,calc(100vw - 32px));display:grid;gap:4px;padding:10px;border:1px solid #dfe7e6;border-radius:13px;background:var(--white);box-shadow:0 18px 40px #102d472e}.mobile-nav a:not(.button){display:block;padding:13px 12px;border-radius:8px;color:var(--navy);font-size:1rem;font-weight:700}.mobile-nav a:not(.button):hover,.mobile-nav a:not(.button).active{background:#e6f7f3;color:#0e8e91}.mobile-quote-button{width:100%;margin-top:5px;padding:13px 14px;text-align:center}.hero-grid,.split-copy,.contact-layout,.footer-grid,.card-grid,.pathway-grid,.form-grid,.form-row{grid-template-columns:1fr}.hero-grid{min-height:0;padding:74px 0 60px;gap:24px}.hero-art{height:280px}.hero-art:before{width:250px;height:250px;box-shadow:0 0 0 28px #ffffff0b,0 0 0 56px #ffffff06}.mushroom-cap{top:36px;width:210px;height:115px}.mushroom-cap:before{top:35px;left:61px;width:16px;height:16px}.mushroom-cap:after{top:54px;right:52px;width:12px;height:12px}.mushroom-stem{top:125px;width:96px;height:145px;font-size:1.35rem}.section-heading{display:block}.section-heading h2{margin-bottom:14px}.split-copy,.contact-layout{gap:32px}.pathway{min-height:0;padding:26px}.service-grid{display:grid;grid-template-columns:1fr;gap:18px}.service-card,.card,.feature-card{min-width:0;min-height:0}.form-grid .full{grid-column:auto}.footer-grid{gap:26px}}@media(max-width:480px){.container{width:min(100% - 32px,1140px)}section{padding:56px 0}.nav-wrap{min-height:68px}.brand{gap:9px;font-size:1rem}.brand-mark{width:39px;height:39px;flex-basis:39px;border-radius:11px 11px 16px 16px;font-size:.72rem}.brand-mark:before{top:5px;width:24px;height:10px}.brand-mark span{margin-top:7px}.menu-text{display:none}.mobile-menu summary{width:44px;justify-content:center;padding:9px}h1{font-size:clamp(2.15rem,10vw,3.2rem);line-height:1.05}h2{font-size:clamp(1.7rem,8vw,2.4rem);line-height:1.12}.hero-text,.page-hero p:last-child{font-size:1rem}.hero-actions,.button-row{display:grid;grid-template-columns:1fr;gap:12px}.hero-actions .button,.button-row .button{width:100%;text-align:center}.page-hero{padding:72px 0 54px}.card,.pathway,.contact-form,.notice{padding:22px}.card-content{padding:20px}.delivery-strip{padding:15px}}.service-card{padding:0;overflow:hidden}.service-image{width:100%;height:190px;object-fit:cover}.service-card-content{padding:22px}.service-card-content p{margin-bottom:0}@media(max-width:850px){.service-image{height:210px}}
