/* ============================================================
   LEXIE DE STEFANO  ·  REALTOR SITE  ·  SHARED STYLES
   One stylesheet for the whole site. Change a color or font
   here and it updates every page that links this file:
   index.html, about.html, sell.html, buy.html, invest.html.
   Colors and fonts live in :root just below.
   ============================================================ */
:root{
  --espresso:#1a1310;
  --espresso-2:#241a14;
  --cream:#f5efe3;
  --cream-2:#ece2d1;
  --coral:#ff4040;
  --terracotta:#bd7a5c;
  --rose:#d8a78d;
  --pink:#cf1e8f;
  --blush:#e6b3c1;
  --ink:#2a201a;
  --ink-soft:#4f4135;
  --line:rgba(255,64,64,.25);
  --maxw:1180px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Glacial Indifference','Montserrat','Inter',system-ui,sans-serif;color:var(--ink);background:var(--cream);line-height:1.7;font-size:1.1rem;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:'Arimo','Montserrat',sans-serif;font-weight:700;line-height:1.12;letter-spacing:-.015em}
.serif-i{font-style:italic;color:var(--pink);font-weight:600}
.label{font-family:'Glacial Indifference','Montserrat',sans-serif;text-transform:uppercase;letter-spacing:.2em;font-size:.9rem;color:var(--coral)}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}
section{padding:96px 0}
.btn{display:inline-block;font-family:'Glacial Indifference','Montserrat','Inter';font-weight:600;font-size:1.12rem;padding:15px 30px;border-radius:2px;cursor:pointer;border:1px solid transparent;transition:.25s ease;letter-spacing:.01em}
.btn-primary{background:var(--coral);color:#fff}
.btn-primary:hover{background:#d83232}
.btn-ghost{border-color:rgba(245,239,227,.4);color:var(--cream)}
.btn-ghost:hover{background:rgba(245,239,227,.1)}
.btn-dark{border-color:var(--ink);color:var(--ink)}
.btn-dark:hover{background:var(--ink);color:var(--cream)}

/* NAV */
header{position:sticky;top:0;z-index:50;background:rgba(26,19,16,.92);backdrop-filter:blur(10px);border-bottom:1px solid rgba(245,239,227,.08)}
nav{display:flex;align-items:center;justify-content:space-between;height:74px}
.brand{font-family:'Brittany Signature','Sacramento',cursive;font-size:2.4rem;color:var(--cream);font-weight:400;line-height:1.15;letter-spacing:.01em;padding-right:18px;white-space:nowrap;flex-shrink:0}
.brand span{color:var(--coral)}
.nav-links{display:flex;gap:26px;align-items:center}
.nav-links a{color:rgba(245,239,227,.88);font-size:1.04rem;transition:.2s}
.nav-links a:hover{color:var(--coral)}
.nav-links a.current{color:var(--coral)}
.nav-cta{background:var(--coral);color:#fff !important;padding:10px 20px;border-radius:2px}
.nav-cta:hover{background:#d83232}
.menu-btn{display:none;background:none;border:none;color:var(--cream);font-size:1.5rem;cursor:pointer}

/* NAV DROPDOWN */
.nav-dropdown{position:relative;display:flex;align-items:center}
.drop-trigger{color:rgba(245,239,227,.88);font-size:1.04rem;cursor:pointer;display:flex;align-items:center;gap:5px;transition:.2s;background:none;border:none;font-family:inherit;font-weight:inherit;padding:0;user-select:none;letter-spacing:inherit}
.drop-trigger:hover,.drop-trigger.active{color:var(--coral)}
.drop-menu{position:absolute;top:calc(100% + 14px);right:-16px;background:rgba(20,14,11,.97);border:1px solid rgba(245,239,227,.1);border-radius:3px;min-width:210px;display:none;flex-direction:column;z-index:200;box-shadow:0 8px 28px rgba(0,0,0,.45)}
.nav-dropdown:hover .drop-menu{display:flex}
.drop-menu a{padding:12px 20px;font-size:.97rem;color:rgba(245,239,227,.8);border-bottom:1px solid rgba(245,239,227,.07);transition:.15s;white-space:nowrap}
.drop-menu a:last-child{border-bottom:none}
.drop-menu a:hover{color:var(--coral);background:rgba(245,239,227,.04)}
.drop-menu a.current{color:var(--coral)}

/* HERO (home) */
.hero{background:linear-gradient(180deg,rgba(26,19,16,.86),rgba(26,19,16,.96)),radial-gradient(900px 500px at 80% -10%,rgba(255,64,64,.30),transparent 60%),var(--espresso);color:var(--cream);position:relative;overflow:hidden;padding:120px 0 96px}
.hero::before{content:"";position:absolute;inset:0;opacity:.5;background-image:linear-gradient(rgba(245,239,227,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(245,239,227,.04) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(circle at 70% 20%,#000,transparent 75%)}
.hero .wrap{position:relative;z-index:2}
.hero h1{font-size:clamp(2.7rem,6vw,4.7rem);max-width:15ch;margin:22px 0 24px}
.hero p.lead{font-size:1.3rem;max-width:52ch;color:rgba(245,239,227,.78);font-weight:300}
.hero-licensed{margin-top:22px;color:rgba(245,239,227,.6);font-size:1rem;letter-spacing:.04em}
.hero-cta{display:flex;gap:14px;margin-top:38px;flex-wrap:wrap}
.stats{display:flex;gap:54px;margin-top:64px;flex-wrap:wrap;border-top:1px solid rgba(245,239,227,.14);padding-top:34px}
.stat .n{font-family:'Playfair Display',serif;font-size:2.4rem;color:var(--cream)}
.stat .l{font-size:.88rem;color:rgba(245,239,227,.6);text-transform:uppercase;letter-spacing:.14em;margin-top:4px}

/* PAGE HERO (subpages: about, sell, buy, invest) */
.page-hero{background:linear-gradient(180deg,rgba(26,19,16,.86),rgba(26,19,16,.96)),radial-gradient(900px 500px at 80% -10%,rgba(255,64,64,.30),transparent 60%),var(--espresso);color:var(--cream);position:relative;overflow:hidden;padding:120px 0 76px}
.page-hero::before{content:"";position:absolute;inset:0;opacity:.5;background-image:linear-gradient(rgba(245,239,227,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(245,239,227,.04) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(circle at 70% 20%,#000,transparent 75%)}
.page-hero .wrap{position:relative;z-index:2}
.page-hero h1{font-size:clamp(2.3rem,5.2vw,3.9rem);max-width:18ch;margin:18px 0 18px}
.page-hero p.lead{font-size:1.2rem;max-width:58ch;color:rgba(245,239,227,.78);font-weight:300}
.page-hero .hero-cta{display:flex;gap:14px;margin-top:32px;flex-wrap:wrap}
.backlink{display:inline-block;color:rgba(245,239,227,.6);font-family:'Glacial Indifference','Montserrat',sans-serif;font-size:1rem;letter-spacing:.04em;margin-bottom:4px}
.backlink:hover{color:var(--coral)}

/* PATHS (home overview cards) */
.paths{background:#f5efe3 url('images/marble.svg');background-size:760px}
.paths-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px}
.path-card{background:var(--cream);border:1px solid var(--line);border-radius:3px;padding:34px 26px;display:flex;flex-direction:column;transition:.25s}
.path-card:hover{border-color:var(--coral);transform:translateY(-3px);box-shadow:0 14px 36px rgba(42,32,26,.09)}
.path-card .pc-icon{margin-bottom:16px;display:flex;justify-content:center}
.path-card .pc-icon svg{width:52px;height:52px}
.path-card h3{font-size:1.35rem;margin-bottom:10px;color:var(--ink);text-align:center}
.path-card p{color:var(--ink-soft);font-size:1.06rem;line-height:1.65;margin:0 0 22px;flex:1}
.path-card .path-link{font-family:'Glacial Indifference','Montserrat',sans-serif;font-weight:600;color:var(--coral);font-size:1.03rem;letter-spacing:.02em}
.path-card .path-link:hover{text-decoration:underline}

/* ABOUT TEASER (home) + ABOUT page */
.about{background:var(--cream)}
.about-grid{display:grid;grid-template-columns:0.9fr 1.1fr;gap:64px;align-items:center}
.portrait{aspect-ratio:4/5;border-radius:3px;position:relative;overflow:hidden;background:linear-gradient(135deg,var(--espresso-2),var(--espresso));display:flex;align-items:center;justify-content:center;border:1px solid var(--line)}
.portrait .mono{font-family:'Playfair Display',serif;font-size:5rem;color:rgba(245,239,227,.18)}
.portrait .hint{position:absolute;bottom:18px;left:0;right:0;text-align:center;color:rgba(245,239,227,.42);font-size:.85rem;font-family:'Glacial Indifference','Montserrat',sans-serif;letter-spacing:.1em}
.portrait-mini{margin-top:16px}
.portrait-mini img{width:100%;display:block;border-radius:3px;border:1px solid var(--line)}
.portrait-mini figcaption{font-size:.92rem;letter-spacing:.02em;color:var(--ink-soft);margin-top:9px;font-style:italic}
.about h2{font-size:clamp(2rem,4vw,3rem);margin:14px 0 20px}
.about p{color:var(--ink-soft);margin-bottom:18px;max-width:54ch}
.about .sig{font-family:'Brittany Signature','Sacramento',cursive;font-style:normal;font-size:2.3rem;color:var(--pink);margin-top:16px;line-height:1.2}

/* SIGNATURE: PREP & RENOVATE TO SELL */
.signature{background:#f5efe3 url('images/marble.svg');background-size:760px}
.sig-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.sig-badge{display:inline-block;font-family:'Glacial Indifference','Montserrat',sans-serif;font-size:.82rem;letter-spacing:.2em;text-transform:uppercase;color:#fff;background:var(--coral);padding:6px 14px;border-radius:40px;margin-bottom:18px}
.signature h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:18px;max-width:16ch}
.signature p{color:var(--ink-soft);margin-bottom:18px;max-width:52ch}
.steps{display:flex;flex-direction:column;gap:18px;margin-top:8px}
.step{display:flex;gap:18px;align-items:flex-start;background:var(--cream);border:1px solid var(--line);border-radius:3px;padding:22px 24px}
.step .no{font-family:'Playfair Display',serif;font-size:1.6rem;color:var(--coral);line-height:1;min-width:34px}
.step h4{font-size:1.1rem;margin-bottom:4px}
.step p{font-size:1.02rem;color:var(--ink-soft);margin:0}

/* RENOVATE-OR-SELL QUIZ */
.quiz{background:var(--cream)}
.quiz h2{font-size:clamp(2rem,4vw,3rem);margin:14px 0 10px;max-width:20ch}
.quiz .sub{color:var(--ink-soft);max-width:56ch;margin-bottom:40px}
.quiz-card{background:var(--cream-2);border:1px solid var(--line);border-radius:4px;padding:40px;max-width:780px}
.q{margin-bottom:26px}
.q .qlabel{font-weight:600;margin-bottom:12px;font-size:1.05rem}
.opts{display:flex;flex-wrap:wrap;gap:10px}
.opt{border:1px solid var(--line);background:var(--cream);border-radius:40px;padding:12px 22px;font-size:1.08rem;cursor:pointer;transition:.2s;font-family:inherit;color:var(--ink)}
.opt:hover{border-color:var(--coral)}
.opt.sel{background:var(--coral);color:#fff;border-color:var(--coral)}
.quiz-result{margin-top:18px;padding:30px;border-radius:4px;background:var(--espresso);color:var(--cream);display:none}
.quiz-result.show{display:block}
.quiz-result h3{color:var(--cream);font-size:1.5rem;margin-bottom:10px}
.quiz-result p{color:rgba(245,239,227,.82);margin-bottom:20px;max-width:54ch}

/* BUYERS SECTION */
.buyers-sec{background:#f5efe3 url('images/marble.svg');background-size:760px}
.buy-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:46px}
.buy-card{background:var(--cream);border:1px solid var(--line);border-radius:3px;padding:36px 32px;transition:.25s}
.buy-card:hover{border-color:var(--coral);transform:translateY(-3px);box-shadow:0 14px 36px rgba(42,32,26,.09)}
.buy-card .btag{font-family:'Glacial Indifference','Montserrat',sans-serif;font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;color:var(--coral);margin-bottom:12px}
.buy-card h3{font-size:1.4rem;margin-bottom:14px;color:var(--ink);max-width:22ch}
.buy-card p{color:var(--ink-soft);font-size:1.02rem;line-height:1.7;margin:0}

/* INVESTOR STRATEGY */
.invest{background:var(--cream)}
.invest-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.invest h2{font-size:clamp(2rem,4vw,3rem);margin:14px 0 20px;max-width:18ch}
.invest p{color:var(--ink-soft);margin-bottom:18px;max-width:52ch}
.chips{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.chip{border:1px solid var(--coral);color:var(--coral);border-radius:40px;padding:9px 18px;font-size:1.04rem;font-family:'Glacial Indifference','Montserrat',sans-serif;letter-spacing:.04em}

/* GUIDES / RESOURCES */
.guides-sec{background:#f5efe3 url('images/marble.svg');background-size:760px}
.guides-sec h2{font-size:clamp(2rem,4vw,3rem);margin:14px 0 10px}
.guides-sec .sub{color:var(--ink-soft);max-width:56ch;margin-bottom:50px}
.guide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}
.buy-box-sec{background:var(--espresso);padding:96px 0;color:var(--cream)}
.buy-box-sec h2{font-size:clamp(2rem,4vw,3rem);margin:14px 0 10px;color:var(--cream)}
.buy-box-sec .sub{color:rgba(245,239,227,.65);max-width:60ch;margin-bottom:12px}
.buy-box-def{font-size:.98rem;color:rgba(245,239,227,.45);max-width:64ch;margin-bottom:48px;font-style:italic;border-left:2px solid var(--coral);padding-left:14px}
.bb-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:20px}
.bb-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:3px;padding:26px 24px}
.bb-card:hover{border-color:rgba(255,64,64,.35);background:rgba(255,255,255,.07);transition:.2s}
.bb-strat{font-family:'Glacial Indifference','Montserrat',sans-serif;text-transform:uppercase;letter-spacing:.2em;font-size:.84rem;color:var(--coral);margin-bottom:10px}
.bb-card h3{font-size:1.15rem;color:var(--cream);margin-bottom:14px}
.bb-row{font-size:.98rem;color:rgba(245,239,227,.65);margin-bottom:7px;display:flex;gap:8px}
.bb-row strong{color:rgba(245,239,227,.9);min-width:80px;flex-shrink:0}
.bb-badge{display:inline-block;font-size:.84rem;padding:3px 9px;border-radius:2px;font-family:'Glacial Indifference','Montserrat',sans-serif;letter-spacing:.1em;text-transform:uppercase;margin-top:10px}
.bb-badge-cash{background:rgba(255,64,64,.15);color:var(--coral);border:1px solid rgba(255,64,64,.25)}
.bb-badge-fast{background:rgba(90,122,110,.2);color:#8ec4b4;border:1px solid rgba(90,122,110,.3)}
.guide-card{background:var(--cream);border:1px solid var(--line);border-radius:3px;padding:36px 30px;display:flex;flex-direction:column}
.guide-card h3{font-size:1.4rem;margin:0 0 14px;color:var(--ink)}
.guide-card p{color:var(--ink-soft);font-size:1.02rem;margin-bottom:18px;flex:1}
.guide-card ul{list-style:none;margin-bottom:24px}
.guide-card li{font-size:1.06rem;color:var(--ink);padding:7px 0;border-top:1px solid var(--line)}
.guide-card li::before{content:"·";color:var(--coral);font-weight:700;margin-right:10px}
.guide-card .coming{opacity:.5;cursor:default}

/* TOOLS / CALCULATOR */
.tools{background:var(--espresso);color:var(--cream)}
.tools h2{font-size:clamp(2rem,4vw,3rem);margin:14px 0 8px;max-width:20ch}
.tools .sub{color:rgba(245,239,227,.62);max-width:54ch;margin-bottom:48px}
.calc{display:grid;grid-template-columns:1.1fr .9fr;gap:0;border:1px solid rgba(245,239,227,.16);border-radius:4px;overflow:hidden;background:rgba(245,239,227,.03)}
.calc-in{padding:42px}
.calc-in .field{margin-bottom:22px}
.calc-in label{display:block;font-size:.9rem;letter-spacing:.06em;text-transform:uppercase;color:rgba(245,239,227,.7);margin-bottom:8px}
.calc-in input[type=number]{width:100%;background:rgba(245,239,227,.06);border:1px solid rgba(245,239,227,.18);color:var(--cream);padding:13px 14px;border-radius:3px;font-family:'Glacial Indifference','Montserrat','Inter';font-size:1rem}
.calc-in input[type=range]{width:100%;accent-color:var(--coral);margin-top:6px}
input[type=range].slider{-webkit-appearance:none;appearance:none;width:100%;height:5px;border-radius:5px;background:rgba(0,0,0,.14);margin-top:12px;outline:none}
input[type=range].slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--coral);cursor:pointer;border:2px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.3)}
input[type=range].slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--coral);cursor:pointer;border:2px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.3)}
.calc-in .rngval{float:right;font-family:'Glacial Indifference','Montserrat',sans-serif;color:var(--coral);font-size:.95rem}
.calc-out{background:linear-gradient(160deg,rgba(255,64,64,.22),rgba(26,19,16,.2));padding:42px;display:flex;flex-direction:column;justify-content:center;text-align:center;border-left:1px solid rgba(245,239,227,.12)}
.calc-out .label{margin-bottom:10px}
.calc-out .pay{font-family:'Playfair Display',serif;font-size:3.4rem;color:var(--cream);line-height:1}
.calc-out .pay small{font-size:1rem;color:rgba(245,239,227,.6)}
.calc-out .break{margin-top:24px;font-size:.95rem;color:rgba(245,239,227,.7);line-height:2}
.calc-out .break span{color:var(--rose);font-family:'Glacial Indifference','Montserrat',sans-serif}
.calc-note{font-size:.98rem;color:rgba(245,239,227,.45);margin-top:18px;text-align:center}

/* REVIEWS */
.reviews{background:var(--cream)}
.reviews-head{text-align:center;margin-bottom:54px}
.reviews h2{font-size:clamp(2rem,4vw,3rem);margin:14px 0 14px}
.stars-big{color:var(--coral);font-size:1.4rem;letter-spacing:3px}
.reviews-head .meta{color:var(--ink-soft);font-size:1.06rem;margin-top:8px}
.rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.rev{background:var(--cream-2);border:1px solid var(--line);border-radius:3px;padding:32px}
.rev .stars{color:var(--coral);letter-spacing:2px;font-size:1.03rem}
.rev p{color:var(--ink);font-size:1.1rem;margin:16px 0 22px;font-style:italic;line-height:1.7}
.rev .who{font-weight:600;font-size:1.04rem}
.rev .src{font-size:.88rem;color:var(--ink-soft);font-family:'Glacial Indifference','Montserrat',sans-serif;letter-spacing:.04em}
.rev-type{font-size:.75rem;color:var(--coral);font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-top:6px}
.reviews-cta{text-align:center;margin-top:44px}

/* WHERE I WORK */
.areas{background:#f5efe3 url('images/marble.svg');background-size:760px}
.areas h2{font-size:clamp(2rem,4vw,3rem);margin:14px 0 16px;max-width:16ch}
.areas .sub{color:var(--ink-soft);max-width:54ch;margin-bottom:46px}
.area-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.area{background:var(--cream);border:1px solid var(--line);border-radius:3px;padding:30px}
.area .tag{font-family:'Glacial Indifference','Montserrat',sans-serif;font-size:.84rem;letter-spacing:.12em;text-transform:uppercase;color:var(--coral)}
.area h3{font-size:1.4rem;margin:10px 0 10px}
.area p{color:var(--ink-soft);font-size:1.05rem}

/* CTA HUB */
.cta-hub{background:var(--espresso);color:var(--cream)}
.cta-hub-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px}
.cta-card{border:1px solid rgba(245,239,227,.14);border-radius:3px;padding:32px 22px;text-align:center;transition:.25s;background:rgba(245,239,227,.03);display:flex;flex-direction:column}
.cta-card:hover{border-color:var(--coral);background:rgba(255,64,64,.06)}
.cta-card .cta-icon{font-size:2rem;margin-bottom:14px;display:block}
.cta-card h3{font-size:1.3rem;margin:0 0 10px;color:var(--cream)}
.cta-card p{font-size:1.02rem;color:rgba(245,239,227,.68);margin-bottom:24px;flex:1;line-height:1.6}
.cta-card .btn{display:block;text-align:center}

/* STRATEGY PACKAGES */
.strategy{background:var(--cream)}
.strategy h2{font-size:clamp(2rem,4vw,3rem);margin:14px 0 10px;text-align:center}
.strategy .sub{color:var(--ink-soft);max-width:62ch;margin:0 auto 14px;text-align:center}
.strategy .sub2{color:var(--ink-soft);max-width:56ch;margin:0 auto 52px;text-align:center;font-size:1rem}
.pkg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}
.pkg{background:var(--cream-2);border:1px solid var(--line);border-radius:3px;padding:40px 32px;display:flex;flex-direction:column}
.pkg.featured{background:var(--espresso);border-color:var(--coral)}
.pkg .tier{font-family:'Glacial Indifference','Montserrat',sans-serif;font-size:.84rem;letter-spacing:.16em;text-transform:uppercase;color:var(--coral);margin-bottom:12px}
.pkg .price{font-family:'Playfair Display',serif;font-size:2.4rem;line-height:1;margin:0 0 4px;color:var(--ink)}
.pkg.featured .price{color:var(--cream)}
.pkg .pkg-name{font-size:1.2rem;font-weight:700;margin-bottom:18px;color:var(--ink);font-family:'Arimo','Montserrat',sans-serif}
.pkg.featured .pkg-name{color:var(--cream)}
.pkg .pkg-desc{color:var(--ink-soft);font-size:1rem;margin-bottom:24px;line-height:1.7;flex:1}
.pkg.featured .pkg-desc{color:rgba(245,239,227,.78)}
.pkg .pkg-list{list-style:none;margin:0 0 30px}
.pkg .pkg-list li{padding:8px 0;border-top:1px solid var(--line);font-size:1.06rem;color:var(--ink)}
.pkg.featured .pkg-list li{border-color:rgba(245,239,227,.14);color:rgba(245,239,227,.82)}
.pkg .pkg-list li::before{content:"\2713";color:var(--coral);margin-right:10px;font-weight:700}
.pkg .btn{display:block;text-align:center}

/* CONTACT */
.contact{background:var(--espresso);color:var(--cream)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px}
.contact h2{font-size:clamp(2rem,4.4vw,3.3rem);margin:14px 0 18px;max-width:14ch}
.contact .lead{color:rgba(245,239,227,.74);max-width:42ch;margin-bottom:30px}
.contact .detail{display:flex;gap:14px;align-items:center;margin-bottom:16px;color:rgba(245,239,227,.9);font-size:1.08rem}
.contact .detail b{color:var(--coral);font-family:'Glacial Indifference','Montserrat',sans-serif;font-weight:400;font-size:.88rem;letter-spacing:.1em;width:62px;display:inline-block}
form .field{margin-bottom:18px}
form label{display:block;font-size:.88rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(245,239,227,.62);margin-bottom:7px}
form input,form textarea,form select{width:100%;background:rgba(245,239,227,.06);border:1px solid rgba(245,239,227,.18);color:var(--cream);padding:13px 14px;border-radius:3px;font-family:'Glacial Indifference','Montserrat','Inter';font-size:1.06rem}
form textarea{min-height:120px;resize:vertical}
form button{width:100%;margin-top:6px}

/* RELATED / CROSS-LINK STRIP */
.related{background:#f5efe3 url('images/marble.svg');background-size:760px}
.related h2{font-size:clamp(1.7rem,3.4vw,2.4rem);margin:12px 0 8px}
.related .sub{color:var(--ink-soft);max-width:56ch;margin-bottom:40px}
.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}

/* FOOTER / COMPLIANCE */
footer{background:#140e0b;color:rgba(245,239,227,.68);padding:64px 0 46px;font-size:1.06rem}
.foot-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:44px 30px;align-items:start;clear:both;position:relative;z-index:1;margin-top:20px}
.foot-grid>div:first-child{grid-column:1 / span 2}
.foot-brand{font-family:'Playfair Display',serif;font-size:1.3rem;color:var(--cream)}
.compliance{grid-column:3 / span 3;line-height:1.8;max-width:46ch;background:#0d0906;border:1px solid rgba(245,239,227,.12);border-radius:6px;padding:22px 26px}
@media(max-width:880px){.foot-grid{grid-template-columns:1fr}.foot-grid>div:first-child,.compliance{grid-column:1}}
.compliance b{color:rgba(245,239,227,.85);font-weight:600}
.eho{display:flex;align-items:center;gap:10px;margin-top:18px;color:rgba(245,239,227,.5);font-size:.9rem}
.foot-bottom{border-top:1px solid rgba(245,239,227,.1);margin-top:36px;padding-top:22px;font-size:.88rem;color:rgba(245,239,227,.4);display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}
/* MEGA FOOTER (expanded sitemap so visitors see everything at a glance) */
.foot-mega{display:grid;grid-template-columns:repeat(5,1fr);gap:30px;padding-bottom:44px;margin-bottom:44px;border-bottom:1px solid rgba(245,239,227,.12)}
.foot-col h4{font-family:'Glacial Indifference','Montserrat',sans-serif;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:var(--coral);margin:0 0 14px}
.foot-col a{display:block;color:rgba(245,239,227,.72);font-size:1rem;padding:5px 0;line-height:1.45;transition:color .18s ease,padding .18s ease}
.foot-col a:hover{color:var(--cream);padding-left:6px}
@media(max-width:880px){.foot-mega{grid-template-columns:1fr 1fr;gap:22px 26px}}
@media(max-width:440px){.foot-mega{grid-template-columns:1fr 1fr}}

@media(max-width:1000px){
  .nav-links{position:fixed;top:74px;left:0;right:0;background:var(--espresso);flex-direction:column;gap:0;padding:10px 0;display:none;border-bottom:1px solid rgba(245,239,227,.1)}
  .nav-links.open{display:flex}
  .nav-links a{padding:14px 28px;width:100%}
  .menu-btn{display:block}
  .nav-dropdown{flex-direction:column;align-items:flex-start;width:100%}
  .drop-trigger{padding:14px 28px;width:100%}
  .drop-menu{position:static;display:flex !important;background:rgba(245,239,227,.05);border:none;border-top:1px solid rgba(245,239,227,.08);border-radius:0;box-shadow:none;min-width:auto;width:100%}
  .drop-menu a{padding:11px 28px 11px 44px;font-size:.95rem}
  .about-grid,.sig-grid,.invest-grid,.contact-grid,.calc{grid-template-columns:1fr}
  .spec-grid,.guide-grid,.rev-grid,.area-grid,.pkg-grid{grid-template-columns:1fr}
  .buy-grid,.cta-hub-grid,.paths-grid{grid-template-columns:1fr}
  .calc-out{border-left:none;border-top:1px solid rgba(245,239,227,.12)}
  .stats{gap:32px}
  section{padding:70px 0}
}
@media(max-width:680px){
  .paths-grid{grid-template-columns:1fr}
}

/* ============================================================
   MOVING-TO GUIDES  ·  restaurants / day trips / hikes / workouts
   Shared by all area guide pages (va-*, dc-*, mc-*, jc-*).
   Each page is an SEO page that also prints as a slicksheet.
   ============================================================ */
.mg-intro{background:#f5efe3 url('images/marble.svg');background-size:760px}
.mg-legend{display:flex;flex-wrap:wrap;gap:12px 22px;background:var(--espresso);border-radius:6px;padding:20px 24px;margin:6px 0 10px;align-items:center}
.mg-legend .lg-title{width:100%;font-family:'Glacial Indifference','Montserrat',sans-serif;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--coral);margin-bottom:2px}
.mg-key{display:flex;align-items:center;gap:8px;color:rgba(245,239,227,.9);font-size:.92rem}
.mg-key .ic{font-size:1.05rem;line-height:1}

.mg-cat{margin-top:50px}
.mg-cat:first-of-type{margin-top:26px}
.mg-cat .cat-head{display:flex;align-items:baseline;gap:14px;border-bottom:2px solid var(--coral);padding-bottom:10px;margin-bottom:22px;flex-wrap:wrap}
.mg-cat .cat-head h3{font-size:1.5rem;font-family:'Arimo','Montserrat',sans-serif;font-weight:700}
.mg-cat .cat-head .cat-count{font-family:'Playfair Display',serif;color:var(--terracotta);font-size:1rem}

.mg-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.mg-place{background:var(--cream);border:1px solid var(--line);border-radius:5px;padding:18px 20px;display:flex;flex-direction:column;transition:.2s;overflow:hidden}
.mg-place:hover{border-color:var(--coral);box-shadow:0 10px 26px rgba(42,32,26,.08)}
.mg-place .pl-top{display:flex;justify-content:space-between;align-items:baseline;gap:10px}
.mg-place h4{font-size:1.14rem;font-family:'Arimo','Montserrat',sans-serif;font-weight:700;line-height:1.2}
.mg-place h4 a{color:inherit;text-decoration:none;background-image:linear-gradient(var(--coral),var(--coral));background-size:0 1.5px;background-position:0 100%;background-repeat:no-repeat;transition:background-size .25s,color .2s}
.mg-place h4 a:hover{background-size:100% 1.5px;color:var(--coral)}
.mg-place .pl-area{font-size:.76rem;color:var(--terracotta);white-space:nowrap;font-weight:600;letter-spacing:.03em;text-transform:uppercase}
.mg-place p{color:var(--ink-soft);font-size:.95rem;line-height:1.5;margin:8px 0 0}
.mg-place .pl-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:12px;font-size:1.08rem}
.mg-place .pl-tags span{line-height:1}
/* optional photo (restaurant cards); bleeds to card edges, warm placeholder if no image yet */
.mg-place .pl-photo{display:block;position:relative;height:150px;margin:-18px -20px 14px;background:#d8b6a6 center/cover no-repeat}
.mg-place .pl-photo::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(26,19,16,0) 55%,rgba(26,19,16,.30))}
.mg-place .pl-reserve{margin-top:13px;align-self:flex-start;font-family:'Glacial Indifference','Montserrat',sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--coral);text-decoration:none;transition:.2s}
.mg-place .pl-reserve:hover{color:var(--terracotta);transform:translateX(2px)}
@media(max-width:720px){.mg-grid{grid-template-columns:1fr}}

/* slicksheet compliance strip (shows on page + on print) */
.mg-slick{margin-top:46px;background:var(--espresso);color:var(--cream);border-radius:6px;padding:26px 30px;display:flex;justify-content:space-between;gap:26px;flex-wrap:wrap;align-items:center}
.mg-slick .brand-mark{font-family:'Brittany Signature','Sacramento',cursive;font-size:2rem;color:var(--coral);line-height:1.1}
.mg-slick .brand-mark span{display:block;font-family:'Glacial Indifference','Montserrat',sans-serif;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(245,239,227,.6);margin-top:4px}
.mg-slick .slick-c{font-size:.86rem;color:rgba(245,239,227,.8);line-height:1.55}
.mg-slick .slick-c b{color:var(--cream)}
.mg-slick .slick-eho{display:flex;align-items:center;gap:8px;color:rgba(245,239,227,.55);font-size:.8rem;margin-top:8px;letter-spacing:.06em;text-transform:uppercase}

/* area switcher pills on guide pages */
.mg-switch{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.mg-switch a{font-family:'Glacial Indifference','Montserrat',sans-serif;font-size:.9rem;padding:8px 16px;border-radius:40px;border:1px solid var(--line);color:var(--ink-soft);transition:.2s}
.mg-switch a:hover{border-color:var(--coral);color:var(--coral)}
.mg-switch a.current{background:var(--coral);color:#fff;border-color:var(--coral)}

@media print{
  header,footer,.hero-cta,.backlink,.mg-switch,.print-hide{display:none !important}
  body{background:#fff;font-size:10.5px}
  section{padding:0 !important}
  .mg-intro,.mg-place{background:#fff !important}
  .mg-place{border:1px solid #bbb;box-shadow:none}
  .mg-place p,.mg-place h4{color:#111 !important}
  .mg-place h4 a{color:#111 !important}
  .mg-place .pl-photo,.mg-place .pl-reserve{display:none !important}
  .mg-legend{background:#f2f2f2 !important}
  .mg-legend .mg-key,.mg-legend .lg-title{color:#111 !important}
  .mg-slick{background:#f2f2f2 !important;border:1px solid #999}
  .mg-slick .brand-mark,.mg-slick .slick-c b{color:#111 !important}
  .mg-slick .slick-c,.mg-slick .slick-eho,.mg-slick .brand-mark span{color:#333 !important}
  .mg-grid{gap:8px}
  .mg-cat{margin-top:22px}
}


/* ===== GUIDE ICON SYSTEM (SVG mask, replaces emojis) ===== */
.gic{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask:center/contain no-repeat;mask:center/contain no-repeat;vertical-align:-0.14em;flex:none}
.mg-legend .gic{color:var(--coral);font-size:1.15rem}
.pl-tags{display:flex;gap:9px;align-items:center}
.pl-tags .gic{color:var(--coral);font-size:1.05rem}
.ic-heart{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M20.8%204.6a5.5%205.5%200%200%200-7.8%200L12%205.7l-1-1.1a5.5%205.5%200%201%200-7.8%207.8L12%2021l8.8-8.6a5.5%205.5%200%200%200%200-7.8Z%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M20.8%204.6a5.5%205.5%200%200%200-7.8%200L12%205.7l-1-1.1a5.5%205.5%200%201%200-7.8%207.8L12%2021l8.8-8.6a5.5%205.5%200%200%200%200-7.8Z%22%2F%3E%3C%2Fsvg%3E")}
.ic-sparkle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M12%203l2.4%205.6L20%2011l-5.6%202.4L12%2019l-2.4-5.6L4%2011l5.6-2.4Z%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M12%203l2.4%205.6L20%2011l-5.6%202.4L12%2019l-2.4-5.6L4%2011l5.6-2.4Z%22%2F%3E%3C%2Fsvg%3E")}
.ic-glass{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M5%205h14l-7%207Z%22%2F%3E%3Cpath%20d%3D%22M12%2012v6%22%2F%3E%3Cpath%20d%3D%22M8%2018h8%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M5%205h14l-7%207Z%22%2F%3E%3Cpath%20d%3D%22M12%2012v6%22%2F%3E%3Cpath%20d%3D%22M8%2018h8%22%2F%3E%3C%2Fsvg%3E")}
.ic-users{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M16%2020v-2a4%204%200%200%200-4-4H6a4%204%200%200%200-4%204v2%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%228%22%20r%3D%224%22%2F%3E%3Cpath%20d%3D%22M22%2020v-2a4%204%200%200%200-3-3.9%22%2F%3E%3Cpath%20d%3D%22M16%204.1a4%204%200%200%201%200%207.8%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M16%2020v-2a4%204%200%200%200-4-4H6a4%204%200%200%200-4%204v2%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%228%22%20r%3D%224%22%2F%3E%3Cpath%20d%3D%22M22%2020v-2a4%204%200%200%200-3-3.9%22%2F%3E%3Cpath%20d%3D%22M16%204.1a4%204%200%200%201%200%207.8%22%2F%3E%3C%2Fsvg%3E")}
.ic-paw{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Ccircle%20cx%3D%227%22%20cy%3D%229%22%20r%3D%221.6%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%227%22%20r%3D%221.6%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%229%22%20r%3D%221.6%22%2F%3E%3Cpath%20d%3D%22M12%2012c-3%200-5%202.2-5%204.4C7%2018.4%209%2019%2012%2019s5-.6%205-2.6C17%2014.2%2015%2012%2012%2012Z%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Ccircle%20cx%3D%227%22%20cy%3D%229%22%20r%3D%221.6%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%227%22%20r%3D%221.6%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%229%22%20r%3D%221.6%22%2F%3E%3Cpath%20d%3D%22M12%2012c-3%200-5%202.2-5%204.4C7%2018.4%209%2019%2012%2019s5-.6%205-2.6C17%2014.2%2015%2012%2012%2012Z%22%2F%3E%3C%2Fsvg%3E")}
.ic-coffee{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M4%208h13v5a5%205%200%200%201-5%205H9a5%205%200%200%201-5-5Z%22%2F%3E%3Cpath%20d%3D%22M17%209h2a3%203%200%200%201%200%206h-2%22%2F%3E%3Cpath%20d%3D%22M7%202v2M11%202v2M15%202v2%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M4%208h13v5a5%205%200%200%201-5%205H9a5%205%200%200%201-5-5Z%22%2F%3E%3Cpath%20d%3D%22M17%209h2a3%203%200%200%201%200%206h-2%22%2F%3E%3Cpath%20d%3D%22M7%202v2M11%202v2M15%202v2%22%2F%3E%3C%2Fsvg%3E")}
.ic-wallet{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Crect%20x%3D%223%22%20y%3D%226%22%20width%3D%2218%22%20height%3D%2213%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M3%2010h18%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2214%22%20r%3D%221.2%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Crect%20x%3D%223%22%20y%3D%226%22%20width%3D%2218%22%20height%3D%2213%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M3%2010h18%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2214%22%20r%3D%221.2%22%2F%3E%3C%2Fsvg%3E")}
.ic-calendar{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%2218%22%20height%3D%2216%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M3%209h18M8%203v4M16%203v4%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Crect%20x%3D%223%22%20y%3D%225%22%20width%3D%2218%22%20height%3D%2216%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M3%209h18M8%203v4M16%203v4%22%2F%3E%3C%2Fsvg%3E")}
.ic-wine{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M8%203h8l-1%206a3%203%200%200%201-6%200Z%22%2F%3E%3Cpath%20d%3D%22M12%2015v5%22%2F%3E%3Cpath%20d%3D%22M8%2020h8%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M8%203h8l-1%206a3%203%200%200%201-6%200Z%22%2F%3E%3Cpath%20d%3D%22M12%2015v5%22%2F%3E%3Cpath%20d%3D%22M8%2020h8%22%2F%3E%3C%2Fsvg%3E")}
.ic-landmark{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M12%203%2020%208H4Z%22%2F%3E%3Cpath%20d%3D%22M4%2010h16%22%2F%3E%3Cpath%20d%3D%22M5%2021V10M9%2021V10M15%2021V10M19%2021V10%22%2F%3E%3Cpath%20d%3D%22M3%2021h18%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M12%203%2020%208H4Z%22%2F%3E%3Cpath%20d%3D%22M4%2010h16%22%2F%3E%3Cpath%20d%3D%22M5%2021V10M9%2021V10M15%2021V10M19%2021V10%22%2F%3E%3Cpath%20d%3D%22M3%2021h18%22%2F%3E%3C%2Fsvg%3E")}
.ic-tree{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M12%203%206%2012h3l-4%206h14l-4-6h3Z%22%2F%3E%3Cpath%20d%3D%22M12%2018v3%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M12%203%206%2012h3l-4%206h14l-4-6h3Z%22%2F%3E%3Cpath%20d%3D%22M12%2018v3%22%2F%3E%3C%2Fsvg%3E")}
.ic-family{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Ccircle%20cx%3D%228%22%20cy%3D%227%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%228%22%20r%3D%222.4%22%2F%3E%3Cpath%20d%3D%22M2%2021v-2a4%204%200%200%201%204-4h4a4%204%200%200%201%204%204v2%22%2F%3E%3Cpath%20d%3D%22M15%2021v-1a3%203%200%200%201%203-3h1a3%203%200%200%201%203%203v1%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Ccircle%20cx%3D%228%22%20cy%3D%227%22%20r%3D%223%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%228%22%20r%3D%222.4%22%2F%3E%3Cpath%20d%3D%22M2%2021v-2a4%204%200%200%201%204-4h4a4%204%200%200%201%204%204v2%22%2F%3E%3Cpath%20d%3D%22M15%2021v-1a3%203%200%200%201%203-3h1a3%203%200%200%201%203%203v1%22%2F%3E%3C%2Fsvg%3E")}
.ic-clock{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22M12%207v5l3%202%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22M12%207v5l3%202%22%2F%3E%3C%2Fsvg%3E")}
.ic-utensils{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M6%203v7a2%202%200%200%200%204%200V3M8%2010v11%22%2F%3E%3Cpath%20d%3D%22M17%203c-2%200-3%202-3%205s1%204%203%204v9%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M6%203v7a2%202%200%200%200%204%200V3M8%2010v11%22%2F%3E%3Cpath%20d%3D%22M17%203c-2%200-3%202-3%205s1%204%203%204v9%22%2F%3E%3C%2Fsvg%3E")}
.ic-moon{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M20%2014A8%208%200%201%201%2010%204a6%206%200%200%200%2010%2010Z%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M20%2014A8%208%200%201%201%2010%204a6%206%200%200%200%2010%2010Z%22%2F%3E%3C%2Fsvg%3E")}
.ic-mountain{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M3%2020%2010%207l4%207%202-3%205%209Z%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M3%2020%2010%207l4%207%202-3%205%209Z%22%2F%3E%3C%2Fsvg%3E")}
.ic-droplet{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M12%203c3%204%206%207%206%2011a6%206%200%200%201-12%200c0-4%203-7%206-11Z%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M12%203c3%204%206%207%206%2011a6%206%200%200%201-12%200c0-4%203-7%206-11Z%22%2F%3E%3C%2Fsvg%3E")}
.ic-walk{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%225%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22M13%208l-2%204%203%203%201%206M11%2012l-3%202M14%2015l3%201%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%225%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22M13%208l-2%204%203%203%201%206M11%2012l-3%202M14%2015l3%201%22%2F%3E%3C%2Fsvg%3E")}
.ic-train{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%2212%22%20height%3D%2212%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M6%2011h12%22%2F%3E%3Cpath%20d%3D%22M8%2020l2-3M16%2020l-2-3%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Crect%20x%3D%226%22%20y%3D%224%22%20width%3D%2212%22%20height%3D%2212%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M6%2011h12%22%2F%3E%3Cpath%20d%3D%22M8%2020l2-3M16%2020l-2-3%22%2F%3E%3C%2Fsvg%3E")}
.ic-steep{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M4%2020%2020%206%22%2F%3E%3Cpath%20d%3D%22M14%206h6v6%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M4%2020%2020%206%22%2F%3E%3Cpath%20d%3D%22M14%206h6v6%22%2F%3E%3C%2Fsvg%3E")}
.ic-flame{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M12%203c2%204%205%205%205%209a5%205%200%200%201-10%200c0-1.5.7-2.7%201.5-3.5C9%2010%2010%208%209.5%205.5%2011%206.5%2011.5%208%2012%203Z%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M12%203c2%204%205%205%205%209a5%205%200%200%201-10%200c0-1.5.7-2.7%201.5-3.5C9%2010%2010%208%209.5%205.5%2011%206.5%2011.5%208%2012%203Z%22%2F%3E%3C%2Fsvg%3E")}
.ic-feather{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M20%204a6%206%200%200%200-8%200L5%2011v6h6l7-7a6%206%200%200%200%202-6Z%22%2F%3E%3Cpath%20d%3D%22M16%208%204%2020%22%2F%3E%3Cpath%20d%3D%22M8%2014h6%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M20%204a6%206%200%200%200-8%200L5%2011v6h6l7-7a6%206%200%200%200%202-6Z%22%2F%3E%3Cpath%20d%3D%22M16%208%204%2020%22%2F%3E%3Cpath%20d%3D%22M8%2014h6%22%2F%3E%3C%2Fsvg%3E")}
.ic-leaf{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M4%2020C4%2010%2012%204%2020%204c0%208-6%2016-16%2016Z%22%2F%3E%3Cpath%20d%3D%22M4%2020%2014%2010%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M4%2020C4%2010%2012%204%2020%204c0%208-6%2016-16%2016Z%22%2F%3E%3Cpath%20d%3D%22M4%2020%2014%2010%22%2F%3E%3C%2Fsvg%3E")}
.ic-crown{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M3%2018h18l-1-9-5%204-4-7-4%207-5-4Z%22%2F%3E%3Cpath%20d%3D%22M3%2021h18%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M3%2018h18l-1-9-5%204-4-7-4%207-5-4Z%22%2F%3E%3Cpath%20d%3D%22M3%2021h18%22%2F%3E%3C%2Fsvg%3E")}
.ic-star{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M12%203l2.6%205.9%206.4.6-4.8%204.3%201.4%206.3L12%2017l-5.6%203.4%201.4-6.3L3%209.5l6.4-.6Z%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M12%203l2.6%205.9%206.4.6-4.8%204.3%201.4%206.3L12%2017l-5.6%203.4%201.4-6.3L3%209.5l6.4-.6Z%22%2F%3E%3C%2Fsvg%3E")}
.ic-pin{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M12%2021c5-5%207-8%207-11a7%207%200%200%200-14%200c0%203%202%206%207%2011Z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2210%22%20r%3D%222.5%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M12%2021c5-5%207-8%207-11a7%207%200%200%200-14%200c0%203%202%206%207%2011Z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2210%22%20r%3D%222.5%22%2F%3E%3C%2Fsvg%3E")}
@media print{.mg-legend .gic,.pl-tags .gic{color:#111 !important}}

/* vendor + utility icons */
.ic-home{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M4%2011%2012%204l8%207%22%2F%3E%3Cpath%20d%3D%22M6%2010v10h12V10%22%2F%3E%3Cpath%20d%3D%22M10%2020v-6h4v6%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M4%2011%2012%204l8%207%22%2F%3E%3Cpath%20d%3D%22M6%2010v10h12V10%22%2F%3E%3Cpath%20d%3D%22M10%2020v-6h4v6%22%2F%3E%3C%2Fsvg%3E")}
.ic-wrench{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M14.5%204a4.5%204.5%200%200%200%205.9%205.9L15%2015l-3-3Z%22%2F%3E%3Cpath%20d%3D%22M12%2012%204%2020l0%200%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M14.5%204a4.5%204.5%200%200%200%205.9%205.9L15%2015l-3-3Z%22%2F%3E%3Cpath%20d%3D%22M12%2012%204%2020l0%200%22%2F%3E%3C%2Fsvg%3E")}
.ic-bolt{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M13%203%204%2014h6l-1%207%209-11h-6Z%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M13%203%204%2014h6l-1%207%209-11h-6Z%22%2F%3E%3C%2Fsvg%3E")}
.ic-thermo{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M12%204a2%202%200%200%200-2%202v7a4%204%200%201%200%204%200V6a2%202%200%200%200-2-2Z%22%2F%3E%3Cpath%20d%3D%22M12%2014v3%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M12%204a2%202%200%200%200-2%202v7a4%204%200%201%200%204%200V6a2%202%200%200%200-2-2Z%22%2F%3E%3Cpath%20d%3D%22M12%2014v3%22%2F%3E%3C%2Fsvg%3E")}
.ic-brush{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M4%2020c2%200%203-1%203-3l-2-2c-2%200-3%201-3%203%200%201%201%202%202%202Z%22%2F%3E%3Cpath%20d%3D%22M6.5%2015%2016%205a2%202%200%200%201%203%203l-10%209%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M4%2020c2%200%203-1%203-3l-2-2c-2%200-3%201-3%203%200%201%201%202%202%202Z%22%2F%3E%3Cpath%20d%3D%22M6.5%2015%2016%205a2%202%200%200%201%203%203l-10%209%22%2F%3E%3C%2Fsvg%3E")}
.ic-grid{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%2216%22%20height%3D%2216%22%20rx%3D%221%22%2F%3E%3Cpath%20d%3D%22M4%2012h16M12%204v16%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Crect%20x%3D%224%22%20y%3D%224%22%20width%3D%2216%22%20height%3D%2216%22%20rx%3D%221%22%2F%3E%3Cpath%20d%3D%22M4%2012h16M12%204v16%22%2F%3E%3C%2Fsvg%3E")}
.ic-layers{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M12%204%203%209l9%205%209-5Z%22%2F%3E%3Cpath%20d%3D%22M3%2014l9%205%209-5%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M12%204%203%209l9%205%209-5Z%22%2F%3E%3Cpath%20d%3D%22M3%2014l9%205%209-5%22%2F%3E%3C%2Fsvg%3E")}
.ic-door{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M6%203h12v18H6Z%22%2F%3E%3Cpath%20d%3D%22M6%2021h12%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%2212%22%20r%3D%221%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M6%203h12v18H6Z%22%2F%3E%3Cpath%20d%3D%22M6%2021h12%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%2212%22%20r%3D%221%22%2F%3E%3C%2Fsvg%3E")}
.ic-shield{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M12%203%204%206v6c0%205%204%208%208%209%204-1%208-4%208-9V6Z%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M12%203%204%206v6c0%205%204%208%208%209%204-1%208-4%208-9V6Z%22%2F%3E%3C%2Fsvg%3E")}
.ic-doc{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M6%203h8l4%204v14H6Z%22%2F%3E%3Cpath%20d%3D%22M14%203v4h4%22%2F%3E%3Cpath%20d%3D%22M9%2012h6M9%2016h6%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M6%203h8l4%204v14H6Z%22%2F%3E%3Cpath%20d%3D%22M14%203v4h4%22%2F%3E%3Cpath%20d%3D%22M9%2012h6M9%2016h6%22%2F%3E%3C%2Fsvg%3E")}
.ic-search{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%226%22%2F%3E%3Cpath%20d%3D%22M20%2020l-4-4%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%226%22%2F%3E%3Cpath%20d%3D%22M20%2020l-4-4%22%2F%3E%3C%2Fsvg%3E")}
.ic-scale{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M12%203v18M6%2021h12%22%2F%3E%3Cpath%20d%3D%22M12%206%205%208m7-2%207%202%22%2F%3E%3Cpath%20d%3D%22M5%208%202%2014h6ZM19%208l-3%206h6Z%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M12%203v18M6%2021h12%22%2F%3E%3Cpath%20d%3D%22M12%206%205%208m7-2%207%202%22%2F%3E%3Cpath%20d%3D%22M5%208%202%2014h6ZM19%208l-3%206h6Z%22%2F%3E%3C%2Fsvg%3E")}
.ic-calc{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Crect%20x%3D%225%22%20y%3D%223%22%20width%3D%2214%22%20height%3D%2218%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M8%207h8%22%2F%3E%3Cpath%20d%3D%22M8%2011h.01M12%2011h.01M16%2011h.01M8%2015h.01M12%2015h.01M16%2015h.01%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Crect%20x%3D%225%22%20y%3D%223%22%20width%3D%2214%22%20height%3D%2218%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M8%207h8%22%2F%3E%3Cpath%20d%3D%22M8%2011h.01M12%2011h.01M16%2011h.01M8%2015h.01M12%2015h.01M16%2015h.01%22%2F%3E%3C%2Fsvg%3E")}
.ic-swap{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M4%208h13l-3-3M20%2016H7l3%203%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M4%208h13l-3-3M20%2016H7l3%203%22%2F%3E%3C%2Fsvg%3E")}
.ic-key{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%224%22%2F%3E%3Cpath%20d%3D%22M11%2011%2020%2020M17%2017l2-2M15%2015l2-2%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%224%22%2F%3E%3Cpath%20d%3D%22M11%2011%2020%2020M17%2017l2-2M15%2015l2-2%22%2F%3E%3C%2Fsvg%3E")}
.ic-ruler{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M4%2014%2014%204l6%206L10%2020Z%22%2F%3E%3Cpath%20d%3D%22M8%208l2%202M11%205l2%202M6%2011l1.5%201.5%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M4%2014%2014%204l6%206L10%2020Z%22%2F%3E%3Cpath%20d%3D%22M8%208l2%202M11%205l2%202M6%2011l1.5%201.5%22%2F%3E%3C%2Fsvg%3E")}
.ic-camera{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M4%208h4l1.5-2h5L16%208h4v11H4Z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2213%22%20r%3D%223.5%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M4%208h4l1.5-2h5L16%208h4v11H4Z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2213%22%20r%3D%223.5%22%2F%3E%3C%2Fsvg%3E")}
.ic-broom{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M14%203%208%2012%22%2F%3E%3Cpath%20d%3D%22M6%2012h9l1%208H5Z%22%2F%3E%3Cpath%20d%3D%22M9%2014v5M12%2014v5%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M14%203%208%2012%22%2F%3E%3Cpath%20d%3D%22M6%2012h9l1%208H5Z%22%2F%3E%3Cpath%20d%3D%22M9%2014v5M12%2014v5%22%2F%3E%3C%2Fsvg%3E")}
.ic-box{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M3%208%2012%204l9%204-9%204Z%22%2F%3E%3Cpath%20d%3D%22M3%208v8l9%204%209-4V8%22%2F%3E%3Cpath%20d%3D%22M12%2012v8%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M3%208%2012%204l9%204-9%204Z%22%2F%3E%3Cpath%20d%3D%22M3%208v8l9%204%209-4V8%22%2F%3E%3Cpath%20d%3D%22M12%2012v8%22%2F%3E%3C%2Fsvg%3E")}
.ic-truck{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M3%206h11v9H3Z%22%2F%3E%3Cpath%20d%3D%22M14%209h4l3%203v3h-7Z%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2218%22%20r%3D%221.6%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2218%22%20r%3D%221.6%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpath%20d%3D%22M3%206h11v9H3Z%22%2F%3E%3Cpath%20d%3D%22M14%209h4l3%203v3h-7Z%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2218%22%20r%3D%221.6%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2218%22%20r%3D%221.6%22%2F%3E%3C%2Fsvg%3E")}
.ic-lock{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Crect%20x%3D%225%22%20y%3D%2210%22%20width%3D%2214%22%20height%3D%2210%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M8%2010V7a4%204%200%200%201%208%200v3%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2523000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Crect%20x%3D%225%22%20y%3D%2210%22%20width%3D%2214%22%20height%3D%2210%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M8%2010V7a4%204%200%200%201%208%200v3%22%2F%3E%3C%2Fsvg%3E")}
.vend-ic.gic{color:var(--coral);font-size:1.7rem}
.vend-lock.gic{color:#b8ab9f;font-size:1.05rem}
.btn-light{background:var(--cream,#f7f3ee);color:var(--espresso,#3a2a20);border:1px solid rgba(255,255,255,.35)}
.btn-light:hover{background:#fff}

/* ===== EMAIL CAPTURE + SERVICES BRIDGE ===== */
.mg-capture{background:var(--espresso);color:var(--cream)}
.mg-capture .cap-inner{display:flex;gap:30px;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:34px 0}
.cap-copy{flex:1 1 330px}
.cap-eyebrow{font-family:'Glacial Indifference','Montserrat',sans-serif;text-transform:uppercase;letter-spacing:.16em;font-size:.7rem;color:var(--coral);margin-bottom:.35rem}
.cap-copy h2{font-family:'Playfair Display',serif;font-weight:600;font-size:1.7rem;margin:0 0 .45rem;color:#fff;line-height:1.15}
.cap-copy p{color:rgba(247,243,238,.72);font-size:.95rem;max-width:48ch;margin:0}
.cap-form{flex:1 1 300px;display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.cap-form input{flex:1 1 200px;padding:13px 15px;border-radius:8px;border:1px solid rgba(255,255,255,.20);background:rgba(255,255,255,.07);color:#fff;font-size:.95rem;font-family:inherit}
.cap-form input::placeholder{color:rgba(255,255,255,.45)}
.cap-note{flex-basis:100%;font-size:.72rem;color:rgba(255,255,255,.45);margin:0}
.cap-thanks{font-family:'Playfair Display',serif;font-size:1.15rem;color:#fff;margin:0}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.mg-bridge{margin:42px 0 6px;padding:34px;border-radius:16px;background:linear-gradient(180deg,#fff,var(--cream));border:1px solid var(--line)}
.mgb-head{text-align:center;max-width:60ch;margin:0 auto 22px}
.mgb-head h2{font-family:'Playfair Display',serif;font-weight:600;font-size:1.7rem;margin:.25rem 0 .4rem}
.mgb-head p{color:var(--ink-soft);margin:0}
.mgb-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.mgb-card{display:flex;flex-direction:column;gap:9px;padding:22px;border-radius:12px;background:#fff;border:1px solid var(--line);text-decoration:none;color:inherit;transition:.2s}
.mgb-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(58,42,32,.10);border-color:var(--coral)}
.mgb-card .gic{color:var(--coral);font-size:1.6rem}
.mgb-card h3{font-family:'Playfair Display',serif;font-weight:600;font-size:1.2rem;margin:0}
.mgb-card p{color:var(--ink-soft);font-size:.9rem;margin:0;flex:1}
.mgb-go{font-family:'Glacial Indifference','Montserrat',sans-serif;font-size:.76rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--coral)}
@media(max-width:760px){.mgb-cards{grid-template-columns:1fr}}
@media print{.mg-capture,.mg-bridge{display:none !important}}
