:root {
  --forest:#0a3528;
  --forest-dark:#06271e;
  --forest-deep:#041f18;
  --green:#165a42;
  --green-bright:#2c7758;
  --sage:#dce6dc;
  --sage-2:#edf2eb;
  --cream:#f3f0e6;
  --paper:#fbfaf6;
  --white:#fff;
  --ink:#17271f;
  --muted:#647269;
  --brass:#c5a55c;
  --brass-light:#e8d8aa;
  --line:rgba(23,39,31,.13);
  --shadow:0 32px 90px rgba(5,43,31,.16);
  --sans:'DM Sans',sans-serif;
  --display:'Manrope',sans-serif;
  --serif:'Newsreader',serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;overflow-x:hidden;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.6;-webkit-font-smoothing:antialiased}
section[id]{scroll-margin-top:70px}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
svg{display:block}
.wrap{width:min(1360px,calc(100% - 64px));margin:auto}
.skip-link{position:fixed;z-index:200;left:12px;top:10px;background:#fff;padding:10px 16px;transform:translateY(-160%)}
.skip-link:focus{transform:none}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}

.top-note{height:34px;background:var(--forest-deep);color:#c5d3cb;display:flex;justify-content:center;align-items:center;gap:24px;text-transform:uppercase;letter-spacing:.14em;font-size:9px}
.top-note a{color:#fff;border-left:1px solid #315046;padding-left:24px}
.top-note b{color:var(--brass);margin-left:7px}
.site-header{height:82px;position:absolute;left:0;right:0;top:34px;z-index:50;background:rgba(251,250,246,.93);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);transition:.25s}
.site-header.stuck{position:fixed;top:0;height:70px;box-shadow:0 8px 35px rgba(9,42,31,.08)}
.nav-row{height:100%;display:flex;align-items:center;justify-content:space-between;gap:32px}
.wordmark{display:flex;align-items:center;gap:12px;line-height:1}
.sparrow-mark{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto}
.sparrow-mark img{width:100%;height:100%;display:block;object-fit:contain}
.sparrow-mark svg{width:23px;height:23px;fill:var(--brass)}
.wordmark b{font-family:var(--display);font-size:13px;letter-spacing:.15em;display:block}
.wordmark small{display:block;color:#7d887f;font-size:7px;letter-spacing:.25em;margin-top:6px}
.main-nav{display:flex;align-items:center;gap:32px;font-size:12px;color:#42534a}
.main-nav a{padding:28px 0;border-bottom:2px solid transparent}
.main-nav a:hover{color:var(--forest);border-color:var(--brass)}
.nav-cta{display:flex;align-items:center;gap:24px;font-size:11px}
.btn{min-height:52px;padding:0 25px;border:1px solid transparent;border-radius:3px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:12px;font-weight:700;letter-spacing:.02em;transition:.2s}
.btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(8,43,31,.12)}
.btn-sm{min-height:42px;padding:0 19px}
.btn-dark{background:var(--forest);color:#fff}
.btn-cream{background:var(--cream);color:var(--forest)}
.btn-gold{background:var(--brass);color:var(--forest-deep);width:100%;border:0}
.menu-toggle,.mobile-menu{display:none}

.hero{position:relative;min-height:1020px;padding-top:150px;background:linear-gradient(135deg,#f8f7f1 0%,#edf3eb 58%,#dceade 100%);overflow:hidden}
.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:210px;background:linear-gradient(0deg,rgba(10,53,40,.09),transparent);pointer-events:none}
.hero-orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}
.hero-orb-a{width:620px;height:620px;right:-160px;top:40px;background:radial-gradient(circle,rgba(197,165,92,.16),transparent 68%)}
.hero-orb-b{width:520px;height:520px;left:-300px;bottom:50px;background:radial-gradient(circle,rgba(28,101,72,.15),transparent 67%)}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:.76fr 1.24fr;gap:38px;align-items:center;min-height:720px}
.hero-copy{min-width:0;padding:50px 0 120px}
.product-pill{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid #dbe4dc;border-radius:20px;padding:7px 13px;color:var(--green);font-size:9px;text-transform:uppercase;letter-spacing:.15em;font-weight:700;box-shadow:0 6px 20px rgba(8,50,35,.06)}
.product-pill span{width:7px;height:7px;border-radius:50%;background:#5d9c6f;box-shadow:0 0 0 4px #e8f1e8}
.hero h1,.section h2,.site-footer h2{font-family:var(--display);font-weight:600;letter-spacing:-.058em;line-height:.97;margin:27px 0 0;color:var(--forest-deep)}
.hero h1{font-size:clamp(58px,5.7vw,92px);max-width:700px}
.hero h1 em,.section h2 em,.site-footer h2 em{font-family:var(--serif);font-weight:400;color:#708176}
.hero-copy>p{font-size:17px;line-height:1.75;color:#54645b;max-width:610px;margin:28px 0}
.hero-actions{display:flex;align-items:center;gap:26px}
.play-link{display:flex;align-items:center;gap:11px;font-size:12px;font-weight:600;color:var(--forest)}
.play-link i{width:34px;height:34px;border:1px solid #aab9af;border-radius:50%;display:grid;place-items:center;font-size:8px;font-style:normal}
.truth-line{margin-top:24px;font-size:10px;color:#738078}
.truth-line span{color:#55a06c;margin-right:8px}

.hero-product{position:relative;min-width:0;margin-right:-78px;padding-top:22px}
.tablet{width:860px;height:610px;background:linear-gradient(145deg,#171d1a,#050806);border-radius:34px;padding:17px;box-shadow:0 55px 120px rgba(4,34,25,.28),0 10px 25px rgba(0,0,0,.28),inset 0 0 0 2px #303a34;transform:perspective(1600px) rotateY(-3deg) rotateX(1deg);transform-origin:center}
.tablet-camera{position:absolute;right:7px;top:50%;width:5px;height:5px;border-radius:50%;background:#39453f;box-shadow:inset 0 0 0 1px #080c0a}
.app-shell{height:100%;background:#eef2ee;border-radius:19px;overflow:hidden;display:grid;grid-template-columns:58px 1fr}
.app-rail{background:#082f23;display:flex;flex-direction:column;align-items:center;padding:12px 7px;gap:5px}
.rail-brand{width:36px;height:36px;display:grid;place-items:center;margin-bottom:5px;border-bottom:1px solid rgba(255,255,255,.14)}
.rail-brand svg{width:24px;height:24px;fill:var(--brass)}
.app-rail button{width:38px;height:38px;border:0;background:transparent;color:#8ba699;border-radius:8px;display:grid;place-items:center;position:relative}
.app-rail button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.app-rail button:hover,.app-rail button.active{background:#fff;color:var(--forest)}
.app-rail button.active:before{content:"";position:absolute;left:-7px;width:3px;height:20px;background:var(--brass);border-radius:0 2px 2px 0}
.app-main{min-width:0;display:flex;flex-direction:column}
.app-topbar{height:55px;background:#fff;border-bottom:1px solid #dfe5e0;display:flex;align-items:center;padding:0 19px;gap:24px;color:#21392e}
.app-topbar>div:first-child b,.app-topbar>div:first-child span{display:block}
.app-topbar>div:first-child b{font-size:10px}
.app-topbar>div:first-child span{font-size:7px;color:#849087}
.app-search{height:28px;background:#f1f4f1;color:#8e9992;border-radius:5px;padding:7px 13px;font-size:8px;flex:1;max-width:300px}
.app-top-actions{margin-left:auto;display:flex;align-items:center;gap:14px;font-size:8px;color:#607168}
.app-top-actions i{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:var(--forest);color:#fff;font-style:normal;font-size:8px}
.app-screen{padding:17px 18px;overflow:hidden;flex:1;background:#eff3ef}
.screen-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.screen-kicker{font-size:6px;text-transform:uppercase;letter-spacing:.13em;color:#8a968f}
.screen-head h2{font-family:var(--display);font-size:20px;margin:1px 0 0;color:#123b2d;letter-spacing:-.03em}
.screen-tools{display:flex;gap:4px;align-items:center}
.screen-tools button{border:1px solid #d4ddd7;background:#fff;border-radius:4px;padding:5px 8px;font-size:7px;color:#55665d}
.screen-tools button:first-child{border-color:#8fab9b;color:#154d39;font-weight:700}
.screen-tools button.primary{background:var(--forest);color:#fff;border-color:var(--forest);margin-left:5px}
.day-bar{height:47px;background:#fff;border:1px solid #dde4df;border-radius:6px;display:flex;align-items:stretch;padding:3px 7px;gap:3px}
.day-bar>button{border:0;background:none;color:#7e8983;padding:0 7px}
.day-bar>div{width:39px;border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#64756b}
.day-bar small{font-size:5px;letter-spacing:.1em}
.day-bar b{font-size:10px}
.day-bar .today{background:var(--forest);color:#fff}
.day-bar>span{margin-left:auto;align-self:center;font-size:7px;color:#77847c;padding-right:6px}
.ops-strip{display:grid;grid-template-columns:repeat(4,1fr) 1.9fr;gap:6px;margin:7px 0}
.ops-strip>div{min-height:45px;background:#fff;border:1px solid #dde4df;border-radius:5px;padding:7px;display:grid;grid-template-columns:17px 1fr;grid-template-rows:auto auto;align-items:center}
.ops-strip svg{width:13px;height:13px;fill:none;stroke:#3b7155;stroke-width:1.8;grid-row:span 2}
.ops-strip b{font-size:10px;line-height:1}
.ops-strip span{font-size:5px;color:#859088;line-height:1.2}
.ops-strip .ops-note{display:flex;align-items:center;font-size:6px;color:#776532;background:#fff8e7;border-color:#ebdbaf}
.tee-board{border:1px solid #d9e1dc;background:#fff;border-radius:6px;overflow:hidden}
.tee-heading,.tee-line{display:grid;grid-template-columns:56px 1fr 75px 56px;align-items:center}
.tee-heading{height:24px;background:#f6f8f6;font-size:5px;letter-spacing:.1em;color:#859188;padding:0 11px}
.tee-line{min-height:54px;border-top:1px solid #e8ece9;padding:5px 11px;font-size:7px;color:#496057}
.tee-line time{font-size:10px;font-weight:700;color:#1c4334}
.player-pills{display:flex;align-items:center;padding-left:4px}
.player-pills i{width:23px;height:23px;margin-left:-4px;border-radius:50%;border:2px solid #fff;background:#dbe7dd;color:#315842;display:grid;place-items:center;font-style:normal;font-size:6px}
.player-pills i:nth-child(even){background:#e8ded0}
.player-pills b{font-size:7px;margin-left:7px}
.tee-line mark{justify-self:start;border-radius:10px;padding:3px 6px;background:#eef1ef;color:#68766e;font-size:5px}
.tee-line mark.ready{background:#e4f1e6;color:#39714b}
.tee-line mark.arriving{background:#fff3d9;color:#86641d}
.tee-line mark.confirmed{background:#e7edf7;color:#46628a}
.tee-line>span{font-size:6px;display:flex;gap:3px;align-items:center}
.tee-line>span svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:1.8}
.tee-line.open{background:#fbfcfb}
.tee-line.open>div{display:flex;gap:6px}
.tee-line.open button{border:1px dashed #b8c8be;background:transparent;color:#5d7869;border-radius:4px;padding:6px 15px;font-size:6px}
.tee-line.block{background:linear-gradient(90deg,#e5ece4,#f1f4ef);border-left:3px solid #799574}
.tee-line.block div b,.tee-line.block div small{display:block}
.tee-line.block div b{font-size:7px;letter-spacing:.08em;color:#345441}
.tee-line.block div small{font-size:5px;color:#7e8c84}
.tablet-caption{margin:20px auto 0;display:flex;justify-content:center;align-items:center;gap:16px;font-size:9px;color:#68776e}
.tablet-caption>span{display:flex;align-items:center;gap:7px;text-transform:uppercase;letter-spacing:.11em}
.tablet-caption>span i{width:7px;height:7px;border-radius:50%;background:#57a66c;box-shadow:0 0 0 4px rgba(87,166,108,.13)}
.tablet-caption b{color:var(--forest);font-size:11px;border-left:1px solid #b9c5bd;padding-left:16px}
.tablet-caption small{font-size:8px}
.module-ribbon{position:absolute;z-index:3;left:0;right:0;bottom:0;height:116px;background:rgba(255,255,255,.91);backdrop-filter:blur(18px);border-top:1px solid #d6e0d8}
.ribbon-track{height:100%;display:grid;grid-template-columns:repeat(10,1fr)}
.ribbon-track button{border:0;border-left:1px solid #e4e9e5;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;color:#65756b;position:relative}
.ribbon-track button:last-child{border-right:1px solid #e4e9e5}
.ribbon-track button:after{content:"";position:absolute;bottom:0;left:15%;right:15%;height:3px;background:transparent}
.ribbon-track button:hover,.ribbon-track button.active{color:var(--forest);background:#f7f9f6}
.ribbon-track button.active:after{background:var(--brass)}
.ribbon-track svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.ribbon-track span{font-size:8px;text-transform:uppercase;letter-spacing:.08em}

.proof-band{background:var(--forest-deep);color:#fff;padding:30px 0}
.proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.proof-grid div{padding:3px 28px;border-left:1px solid rgba(255,255,255,.13)}
.proof-grid div:first-child{border-left:0}
.proof-grid span,.proof-grid b{display:block}
.proof-grid span{font-size:7px;text-transform:uppercase;letter-spacing:.15em;color:#8fa99b}
.proof-grid b{font-family:var(--display);font-size:13px;margin-top:4px}

.section{padding:125px 0}
.eyebrow{display:block;color:var(--green);font-size:9px;font-weight:700;letter-spacing:.19em;text-transform:uppercase;margin-bottom:21px}
.eyebrow.light{color:#b4c7bb}
.section h2,.site-footer h2{font-size:clamp(48px,5vw,74px)}
.section-intro{display:grid;grid-template-columns:1.45fr .55fr;gap:90px;align-items:end;margin-bottom:68px}
.section-intro>p,.split-head>p{font-size:16px;color:var(--muted);max-width:470px;margin:0 0 6px}
.pillar-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.pillar{min-height:430px;padding:35px;display:flex;flex-direction:column;border-right:1px solid var(--line);border-bottom:1px solid var(--line);position:relative;overflow:hidden}
.pillar>span{font-size:8px;text-transform:uppercase;letter-spacing:.14em;font-weight:700}
.pillar>svg{width:44px;height:44px;fill:none;stroke:currentColor;stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round;margin:55px 0 28px}
.pillar h3{font-family:var(--display);font-size:25px;letter-spacing:-.03em;margin:0 0 12px}
.pillar p{font-size:13px;color:inherit;opacity:.74}
.pillar a{font-size:10px;font-weight:700;margin-top:auto;border-top:1px solid currentColor;padding-top:16px;opacity:.78}
.pillar.dark{background:var(--forest-deep);color:#fff}
.pillar.green{background:#1b5b43;color:#fff}
.pillar.cream{background:var(--cream);color:var(--forest)}
.pillar.paper{background:#fff;color:var(--forest)}

.tee-feature{background:var(--forest);color:#fff}
.split-head{display:grid;grid-template-columns:1.5fr .5fr;gap:90px;align-items:end;margin-bottom:65px}
.tee-feature h2{color:#fff}
.tee-feature h2 em{color:#bbcabf}
.tee-feature .split-head>p{color:#b9c9bf}
.tee-showcase{display:grid;grid-template-columns:370px 1fr;gap:60px;align-items:stretch}
.tee-feature-list{border-top:1px solid rgba(255,255,255,.16)}
.tee-feature-list button{width:100%;min-height:86px;border:0;border-bottom:1px solid rgba(255,255,255,.16);background:transparent;color:#9bb1a5;display:grid;grid-template-columns:35px 1fr 20px;align-items:center;text-align:left;padding:15px 5px;gap:11px}
.tee-feature-list button.active,.tee-feature-list button:hover{color:#fff}
.tee-feature-list button>span{color:var(--brass);font-size:8px}
.tee-feature-list b,.tee-feature-list small{display:block}
.tee-feature-list b{font-size:13px}
.tee-feature-list small{font-size:9px;color:#8fa69a;margin-top:3px}
.tee-feature-list i{font-style:normal;color:var(--brass);opacity:0}
.tee-feature-list button.active i,.tee-feature-list button:hover i{opacity:1}
.feature-visual{background:#f2f5f2;color:var(--ink);min-height:540px;border-radius:7px;box-shadow:0 30px 70px rgba(0,0,0,.2);overflow:hidden;position:relative;padding-bottom:70px}
.visual-toolbar{height:65px;background:#fff;border-bottom:1px solid #dfe5e1;display:flex;align-items:center;justify-content:space-between;padding:0 25px;font-size:10px;color:#53655b}
.visual-toolbar>div{display:flex;gap:6px}
.visual-toolbar>div>*{padding:7px 12px;border-radius:3px;background:#f1f4f1;font-size:8px;font-weight:400}
.visual-toolbar>div b{background:var(--forest);color:#fff}
.visual-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:14px 19px 8px}
.visual-stats span{background:#fff;border:1px solid #dfe5e1;border-radius:4px;padding:10px;font-size:7px;color:#76847b}
.visual-stats b{font-size:13px;color:#234637;margin-right:4px}
.visual-sheet{margin:0 19px;background:#fff;border:1px solid #dce4de;border-radius:5px;overflow:hidden}
.visual-sheet>div{min-height:66px;border-top:1px solid #e7ece8;display:grid;grid-template-columns:65px 1fr 90px;align-items:center;padding:8px 15px}
.visual-sheet>div:first-child{border-top:0}
.visual-sheet time{font-size:12px;font-weight:700;color:#264838}
.member-chip{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#dce7dc;color:#2e5a42;float:left;margin-right:11px}
.member-chip.sage{background:#e5ded0;color:#725b38}
.visual-sheet p{margin:0}
.visual-sheet strong,.visual-sheet small{display:block}
.visual-sheet strong{font-size:10px}
.visual-sheet small{font-size:7px;color:#819087}
.visual-sheet mark{justify-self:end;border-radius:11px;padding:5px 9px;background:#fff2d9;color:#86631d;font-size:6px}
.visual-sheet mark.checked{background:#e3f2e6;color:#397148}
.visual-sheet .visual-open button{border:1px dashed #aebfb4;background:#f7faf7;color:#3b6a51;border-radius:4px;padding:8px 20px;font-size:7px;text-align:left}
.visual-sheet .visual-open span{font-size:7px;color:#819087;text-align:right}
.visual-sheet .visual-block{background:#e5ece5;border-left:4px solid #7c9978}
.visual-sheet .visual-block span{font-size:7px;text-align:right}
.visual-rail{position:absolute;left:0;right:0;bottom:0;height:58px;background:#fff;border-top:1px solid #dfe5e1;display:flex;align-items:center;gap:25px;padding:0 24px;font-size:7px;color:#748078}
.visual-rail b{color:#274b3a;margin-left:4px}
.visual-rail button{margin-left:auto;border:0;background:var(--forest);color:#fff;border-radius:3px;padding:8px 12px;font-size:7px}

.modules{background:var(--cream)}
.module-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.module-card{min-height:430px;background:rgba(255,255,255,.35);border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:36px 36px 92px;position:relative;transition:.25s}
.module-card:hover{background:#fff;box-shadow:0 20px 50px rgba(8,46,34,.08);z-index:2;transform:translateY(-3px)}
.module-card>svg{width:43px;height:43px;fill:none;stroke:var(--green);stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round;margin-bottom:38px}
.module-card>span{font-size:8px;text-transform:uppercase;letter-spacing:.15em;color:#849087}
.module-card h3{font-family:var(--display);font-size:23px;color:var(--forest);letter-spacing:-.03em;margin:7px 0 13px}
.module-card p{font-size:13px;color:var(--muted)}
.module-card ul{list-style:none;padding:0;margin:18px 0 0;display:flex;flex-wrap:wrap;gap:6px}
.module-card li{background:#eef3ed;color:#4f6759;border-radius:12px;padding:4px 8px;font-size:7px;text-transform:uppercase;letter-spacing:.04em}
.module-card .live{position:absolute;right:30px;top:34px;color:#43805a;background:#e7f2e9;border-radius:11px;padding:4px 8px;font-size:6px;letter-spacing:.13em}
.module-deep-link{position:absolute;left:36px;right:36px;bottom:30px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--forest);font-size:13px;font-weight:800;border-top:1px solid var(--line);padding-top:17px}
.module-deep-link:after{content:"\2192";width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--forest);color:#fff;transition:.2s}
.module-card:hover .module-deep-link:after{background:var(--brass);color:var(--forest-deep);transform:translateX(3px)}

.member{background:var(--forest-deep);color:#fff;overflow:hidden}
.member-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;align-items:center}
.member h2{color:#fff}
.member h2 em{color:#b8c7bd}
.member-copy>p{color:#b7c5bc;max-width:620px;font-size:16px}
.member-points{margin:35px 0}
.member-points>div{border-top:1px solid rgba(255,255,255,.14);padding:15px 0;display:flex;align-items:center;gap:18px}
.member-points svg{width:23px;height:23px;fill:none;stroke:var(--brass);stroke-width:1.4}
.member-points b,.member-points small{display:block}
.member-points b{font-size:12px}
.member-points small{font-size:9px;color:#8da498}
.member-devices{height:690px;position:relative;display:grid;place-items:center}
.member-devices:before{content:"";position:absolute;width:570px;height:570px;border-radius:50%;background:radial-gradient(circle,#1f5b44 0%,rgba(22,82,59,.2) 55%,transparent 69%)}
.phone{position:absolute;width:285px;height:590px;background:#f6f8f5;border:8px solid #18211d;border-radius:39px;box-shadow:0 35px 90px rgba(0,0,0,.38);overflow:hidden;color:var(--ink)}
.phone-back{transform:rotate(-9deg) translate(-125px,28px);opacity:.9}
.phone-front{transform:rotate(4deg) translate(115px,-10px);z-index:2}
.phone-head{height:29px;background:var(--forest);color:#fff;padding:7px 15px;display:flex;justify-content:space-between;font-size:7px}
.phone-head i{width:65px;height:18px;background:#091b14;border-radius:11px;margin-top:-5px}
.card-screen{height:100%;background:linear-gradient(145deg,#154b37,#071f18 68%);color:#fff;padding:55px 25px;text-align:center}
.card-screen>small{font-size:6px;letter-spacing:.16em;color:#a7bbb0}
.card-screen>svg{width:55px;height:55px;fill:var(--brass);margin:50px auto 30px}
.card-screen h3{font-family:var(--display);font-size:24px;margin:0}
.card-screen p{font-size:8px;color:#b8c6bd}
.qr-art{background:#fff;color:#0b2b21;font-size:73px;line-height:1;width:105px;height:105px;margin:35px auto 20px;display:grid;place-items:center}
.card-screen>span{font-size:7px;letter-spacing:.18em}
.portal-screen{padding:25px 20px}
.portal-screen>small{font-size:6px;letter-spacing:.14em;color:#637c6d}
.portal-screen>h3{font-family:var(--display);font-size:26px;line-height:1.1;color:var(--forest);margin:6px 0 20px}
.balance-card{background:var(--forest);color:#fff;border-radius:9px;padding:17px}
.balance-card span,.balance-card b,.balance-card i{display:block}
.balance-card span{font-size:7px;color:#a9bdb1}
.balance-card b{font-family:var(--display);font-size:26px}
.balance-card i{font-style:normal;font-size:6px;color:#b6c7bd;margin:10px 0 5px}
.balance-card>div{height:4px;background:#315b4b;border-radius:3px}
.balance-card em{display:block;width:68%;height:100%;background:var(--brass);border-radius:3px}
.next-label{display:block;font-size:7px;letter-spacing:.12em;color:#7a887f;margin:24px 0 8px}
.next-round{background:#fff;border:1px solid #dfe6e1;border-radius:7px;padding:13px;display:flex;align-items:center;gap:13px}
.next-round time{font-size:6px;color:#6d7b72;text-align:center}
.next-round time b{font-size:18px;color:var(--forest)}
.next-round p{margin:0;flex:1}
.next-round strong,.next-round small{display:block}
.next-round strong{font-size:10px}
.next-round small{font-size:7px;color:#7e8b83}
.portal-screen>nav{position:absolute;bottom:0;left:0;right:0;height:55px;border-top:1px solid #dfe6e1;background:#fff;display:flex;align-items:center;justify-content:space-around}
.portal-screen nav svg{width:17px;height:17px;fill:none;stroke:#60786a;stroke-width:1.7}
.device-note{position:absolute;z-index:4;bottom:75px;right:-5px;background:#fff;color:var(--ink);padding:14px 20px;box-shadow:0 15px 45px rgba(0,0,0,.25);display:grid;grid-template-columns:32px 1fr;align-items:center;column-gap:10px;font-size:9px}
.device-note>span{grid-row:span 2;width:31px;height:31px;border-radius:50%;background:#e4f0e6;color:#427c55;display:grid;place-items:center}
.device-note b,.device-note small{display:block}
.device-note small{color:#7d8982;font-size:7px}

.commerce{background:#f7f6f0}
.commerce-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:28px}
.restaurant-demo,.shop-demo{background:#fff;border:1px solid #dde4df;border-radius:8px;box-shadow:0 20px 60px rgba(9,48,35,.08);padding:25px}
.demo-title{display:flex;align-items:center;gap:12px;padding-bottom:20px;border-bottom:1px solid #e5eae6}
.demo-title>span{width:40px;height:40px;border-radius:8px;background:var(--forest);color:#fff;display:grid;place-items:center}
.demo-title svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5}
.demo-title b,.demo-title small{display:block}
.demo-title b{font-family:var(--display);font-size:15px;color:var(--forest)}
.demo-title small{font-size:8px;color:#7e8a83}
.demo-title mark{margin-left:auto;border-radius:12px;padding:5px 9px;background:#fff2d9;color:#83621f;font-size:7px}
.table-map{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:25px 0}
.table-map button{height:100px;border:1px solid #dce4de;background:#f7f9f7;border-radius:28px;color:#54665b}
.table-map button b,.table-map button small{display:block}
.table-map button b{font-family:var(--display);font-size:19px;color:#264a39}
.table-map button small{font-size:7px}
.table-map button.occupied{background:#e5efe7;border-color:#aac1af}
.table-map button.attention{background:#fff3d9;border-color:#dec58d}
.restaurant-demo footer{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}
.restaurant-demo footer span{background:#f2f5f2;padding:8px;text-align:center;font-size:6px;color:#64756b}
.shop-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0}
.shop-stats div{background:#f2f5f2;padding:12px;border-radius:5px}
.shop-stats small,.shop-stats b{display:block}
.shop-stats small{font-size:6px;letter-spacing:.09em;color:#7e8b83}
.shop-stats b{font-family:var(--display);font-size:17px;color:#234938}
.products{border:1px solid #e1e6e2;border-radius:5px;overflow:hidden}
.products>div{display:flex;align-items:center;gap:11px;padding:12px;border-top:1px solid #e7ece8}
.products>div:first-child{border-top:0}
.products i{width:38px;height:38px;border-radius:5px;background:#dce5dc;position:relative}
.products p{margin:0;flex:1}
.products b,.products small{display:block}
.products b{font-size:9px}
.products small{font-size:7px;color:#7d8981}
.products mark{background:#e5f1e7;color:#3c724d;border-radius:9px;padding:4px 7px;font-size:6px}
.products mark.low{background:#fff0d6;color:#8d6721}
.shop-demo>button{width:100%;border:0;background:var(--forest);color:#fff;border-radius:4px;padding:12px;margin-top:17px;font-size:8px}

.clubs{position:relative;min-height:810px;color:#fff;display:flex;align-items:center;overflow:hidden}
.club-image,.club-overlay{position:absolute;inset:0}
.club-image{background:
  radial-gradient(circle at 82% 42%,rgba(197,165,92,.13),transparent 25%),
  linear-gradient(120deg,#041f18 0%,#082f23 62%,#10503b 100%)}
.club-image:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(90deg,transparent 18%,#000 70%)}
.club-image:after{content:"";position:absolute;width:560px;height:560px;right:-60px;top:50%;transform:translateY(-50%);border-radius:50%;background:repeating-radial-gradient(circle,transparent 0 54px,rgba(218,232,222,.09) 55px 56px);opacity:.8}
.club-overlay{background:linear-gradient(90deg,rgba(4,31,23,.99) 0%,rgba(4,31,23,.94) 54%,rgba(4,31,23,.24) 78%,rgba(4,31,23,.08))}
.club-system-map{position:absolute;right:4.5%;top:50%;width:500px;height:500px;transform:translateY(-50%);z-index:1}
.club-system-map:before,.club-system-map:after{content:"";position:absolute;inset:58px;border:1px solid rgba(255,255,255,.13);border-radius:50%}
.club-system-map:after{inset:122px;border-color:rgba(197,165,92,.25)}
.system-core{position:absolute;z-index:3;left:50%;top:50%;width:166px;height:166px;transform:translate(-50%,-50%);border-radius:50%;background:rgba(4,31,23,.92);border:1px solid rgba(197,165,92,.65);box-shadow:0 0 0 14px rgba(197,165,92,.06),0 30px 80px rgba(0,0,0,.28);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.system-core svg{width:27px;height:27px;fill:var(--brass);margin-bottom:10px}
.system-core b{font-family:var(--display);font-size:13px;line-height:1.2;letter-spacing:.06em}
.system-core span{font-size:6px;color:#91aa9b;margin-top:7px;letter-spacing:.08em;text-transform:uppercase}
.system-node{position:absolute;z-index:4;min-width:112px;height:38px;padding:0 13px;border:1px solid rgba(255,255,255,.18);background:rgba(6,44,32,.9);box-shadow:0 12px 30px rgba(0,0,0,.16);display:flex;align-items:center;gap:8px;border-radius:20px;color:#d5e1da;font-size:8px;text-transform:uppercase;letter-spacing:.08em}
.system-node:after{content:"";position:absolute;width:46px;height:1px;background:linear-gradient(90deg,rgba(197,165,92,.1),rgba(197,165,92,.75))}
.system-node svg{width:14px;height:14px;fill:none;stroke:var(--brass);stroke-width:1.7}
.node-tee{left:20px;top:89px}.node-tee:after{right:-43px;transform:rotate(35deg)}
.node-members{right:0;top:90px}.node-members:after{left:-43px;transform:rotate(-35deg)}
.node-dining{left:-6px;top:225px}.node-dining:after{right:-44px}
.node-shop{right:-5px;top:225px}.node-shop:after{left:-44px}
.node-billing{left:46px;bottom:73px}.node-billing:after{right:-40px;transform:rotate(-35deg)}
.node-reports{right:27px;bottom:73px}.node-reports:after{left:-40px;transform:rotate(35deg)}
.club-content{position:relative;z-index:2}
.clubs h2{color:#fff;max-width:850px}
.clubs h2 em{color:#c4d0c8}
.club-tabs{display:flex;gap:8px;margin:48px 0 22px;flex-wrap:wrap}
.club-tabs button{border:1px solid rgba(255,255,255,.27);background:rgba(255,255,255,.05);color:#c0cdc5;padding:12px 18px;font-size:9px;border-radius:2px}
.club-tabs button.active{background:var(--cream);color:var(--forest);border-color:var(--cream)}
.club-panel{max-width:930px;display:grid;grid-template-columns:1.35fr .65fr;gap:50px;background:rgba(7,45,33,.75);border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(12px);padding:35px}
.club-panel h3{font-family:var(--display);font-size:24px;line-height:1.2;margin:0}
.club-panel p{font-size:12px;color:#b6c5bc}
.club-panel ul{list-style:none;padding:0;margin:0;font-size:10px;color:#dce5df}
.club-panel li{padding:7px 0;border-bottom:1px solid rgba(255,255,255,.11)}
.club-panel li:before{content:'✓';color:var(--brass);margin-right:9px}

.integrations{background:var(--paper)}
.integration-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:90px;align-items:start}
.integration-copy{position:sticky;top:115px}
.integration-copy>p{color:var(--muted);font-size:15px}
.text-link{display:inline-block;border-bottom:1px solid var(--forest);font-size:11px;font-weight:700;padding-bottom:5px;margin-top:15px}
.integration-cards{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.integration-cards article{min-height:235px;padding:29px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.integration-cards article>b{font-family:var(--display);font-size:19px;color:var(--forest)}
.integration-cards article>span{display:block;color:var(--brass);font-size:7px;text-transform:uppercase;letter-spacing:.13em;margin:6px 0 20px}
.integration-cards article p{font-size:12px;color:var(--muted)}
.integration-cards .roadmap-card{background:var(--forest);color:#fff}
.integration-cards .roadmap-card>b{color:#fff}
.integration-cards .roadmap-card p{color:#b2c3b9}

.integrity{background:var(--forest-deep);color:#fff}
.integrity-head{text-align:center;max-width:900px;margin:auto}
.integrity-head h2{color:#fff}
.integrity-head h2 em{color:#b2c2b8}
.integrity-head>p{max-width:620px;margin:25px auto;color:#a7baae}
.integrity-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:70px;border-top:1px solid rgba(255,255,255,.14);border-left:1px solid rgba(255,255,255,.14)}
.integrity-grid article{padding:33px;min-height:220px;border-right:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}
.integrity-grid span{color:var(--brass);font-size:8px}
.integrity-grid h3{font-family:var(--display);font-size:18px;margin:28px 0 8px}
.integrity-grid p{font-size:11px;color:#9fb3a7}

.founding{background:var(--cream)}
.founding-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}
.founding-story>p{color:var(--muted);font-size:15px}
.founding-badge{background:var(--forest);color:#fff;display:flex;align-items:center;gap:17px;padding:22px;margin-top:35px}
.founding-badge>svg{width:36px;height:36px;fill:var(--brass)}
.founding-badge b,.founding-badge span{display:block}
.founding-badge b{font-size:12px}
.founding-badge span{font-size:8px;color:#a9bdb1;margin-top:3px}
.founding-steps{background:#fff;padding:40px;box-shadow:var(--shadow)}
.founding-steps>span{font-size:8px;color:#74827a;text-transform:uppercase;letter-spacing:.13em}
.founding-steps ol{list-style:none;padding:0;margin:20px 0 30px}
.founding-steps li{display:grid;grid-template-columns:35px 1fr;gap:13px;padding:18px 0;border-top:1px solid var(--line)}
.founding-steps li>b{font-size:8px;color:var(--brass)}
.founding-steps strong,.founding-steps small{display:block}
.founding-steps strong{font-family:var(--display);font-size:14px;color:var(--forest)}
.founding-steps small{font-size:9px;color:#78857d;margin-top:3px}

.roadmap{background:#184e3a;color:#fff}
.roadmap-head{max-width:820px}
.roadmap-head h2{color:#fff}
.roadmap-head h2 em{color:#bdcbc2}
.roadmap-head>p{color:#a9bdb1;max-width:620px}
.roadmap-cols{display:grid;grid-template-columns:repeat(3,1fr);margin-top:60px;border-top:1px solid rgba(255,255,255,.16);border-left:1px solid rgba(255,255,255,.16)}
.roadmap-cols article{padding:35px;min-height:480px;border-right:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16)}
.status{display:inline-block;border-radius:12px;padding:5px 9px;font-size:7px;letter-spacing:.12em}
.status.live{background:#dff0e3;color:#2d6941}
.status.next{background:#f4e7c3;color:#745a20}
.status.future{background:#dce3ef;color:#415b7b}
.roadmap-cols h3{font-family:var(--display);font-size:22px;margin:28px 0 22px}
.roadmap-cols ul{list-style:none;padding:0;margin:0}
.roadmap-cols li{padding:8px 0;border-bottom:1px solid rgba(255,255,255,.09);font-size:10px;color:#b8c8be}
.roadmap-cols li:before{content:'—';color:var(--brass);margin-right:8px}

.faq{background:#f8f6ef}
.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}
.faq-list details{border-top:1px solid var(--line)}
.faq-list details:last-child{border-bottom:1px solid var(--line)}
.faq-list summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:25px 0;cursor:pointer;font-family:var(--display);font-size:16px;color:var(--forest)}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary span{font-family:var(--sans);font-size:23px;font-weight:300;color:var(--brass)}
.faq-list details[open] summary span{transform:rotate(45deg)}
.faq-list p{color:var(--muted);font-size:13px;margin:0;padding:0 40px 25px 0}

.demo{position:relative;color:#fff;overflow:hidden}
.demo-bg,.demo-wash{position:absolute;inset:0}
.demo-bg{background:
  radial-gradient(circle at 9% 78%,rgba(197,165,92,.1),transparent 24%),
  radial-gradient(circle at 82% 18%,rgba(65,131,96,.22),transparent 30%),
  linear-gradient(135deg,#031a14,#073326 58%,#0c4634)}
.demo-bg:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:52px 52px;transform:perspective(700px) rotateX(58deg) scale(1.4);transform-origin:center bottom;opacity:.58}
.demo-bg:after{content:"";position:absolute;right:-160px;top:-210px;width:620px;height:620px;border-radius:50%;border:1px solid rgba(197,165,92,.18);box-shadow:0 0 0 70px rgba(255,255,255,.018),0 0 0 140px rgba(255,255,255,.014),0 0 0 210px rgba(255,255,255,.01)}
.demo-wash{background:linear-gradient(90deg,rgba(4,31,23,.96) 0%,rgba(4,31,23,.82) 55%,rgba(4,31,23,.34))}
.demo-grid{position:relative;display:grid;grid-template-columns:1fr 500px;gap:100px;align-items:center}
.demo h2{color:#fff}
.demo h2 em{color:#c0cec5}
.demo-copy>p{color:#b7c7bd;font-size:15px;max-width:600px}
.demo-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:45px}
.demo-trust>div{border-top:1px solid rgba(255,255,255,.2);padding-top:14px}
.demo-trust b,.demo-trust span{display:block}
.demo-trust b{font-size:10px}
.demo-trust span{font-size:7px;color:#92a99c;margin-top:4px}
.demo-form{background:var(--paper);color:var(--ink);padding:38px}
.form-title{border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:20px}
.form-title span,.form-title b{display:block}
.form-title span{font-size:7px;text-transform:uppercase;letter-spacing:.14em;color:#7f8b83}
.form-title b{font-family:var(--display);font-size:20px;color:var(--forest);margin-top:5px}
.demo-form label{display:block;font-size:7px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:#5f6e65;margin-bottom:17px}
.demo-form input,.demo-form select,.demo-form textarea{width:100%;display:block;background:transparent;border:0;border-bottom:1px solid #b9c5bd;border-radius:0;padding:9px 0;color:var(--ink);outline:none;text-transform:none;letter-spacing:0;resize:vertical}
.demo-form input:focus,.demo-form select:focus,.demo-form textarea:focus{border-color:var(--green)}
.form-pair{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.demo-form>small{display:block;text-align:center;color:#7d8981;font-size:7px;margin-top:12px;text-transform:none;letter-spacing:0}
.form-status{text-align:center;color:var(--green);font-size:10px;margin:8px 0 0}

.site-footer{background:#031a14;color:#fff;padding:90px 0 26px}
.site-footer .wordmark small{color:#8ca196}
.footer-lead{display:grid;grid-template-columns:.7fr 1fr auto;gap:60px;align-items:center;padding-bottom:55px;border-bottom:1px solid rgba(255,255,255,.13)}
.site-footer h2{font-size:45px;color:#fff;margin:0}
.site-footer h2 em{color:#9fb2a7}
.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:55px;padding:55px 0;max-width:900px;margin-left:auto}
.footer-links>div{display:flex;flex-direction:column;gap:8px}
.footer-links b{font-size:8px;text-transform:uppercase;letter-spacing:.14em;color:#738f80;margin-bottom:8px}
.footer-links a{font-size:10px;color:#b5c5bc}
.footer-links a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:22px;display:flex;justify-content:space-between;font-size:7px;color:#70887b;letter-spacing:.05em}

.reveal{opacity:1;transform:none}
.js .reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}
.js .reveal.visible{opacity:1;transform:none}

/* Dynamic tablet module screens */
.module-screen .screen-head{margin-bottom:13px}
.module-screen-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.mini-stat{background:#fff;border:1px solid #dce4df;border-radius:5px;padding:10px}
.mini-stat small,.mini-stat b{display:block}
.mini-stat small{font-size:5px;color:#839088;text-transform:uppercase;letter-spacing:.08em}
.mini-stat b{font-family:var(--display);font-size:15px;color:#1e4535;margin-top:3px}
.mini-panel{background:#fff;border:1px solid #dce4df;border-radius:6px;margin-top:8px;overflow:hidden}
.mini-panel-head{height:32px;padding:0 11px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5eae6;font-size:7px;color:#6f7c74}
.mini-panel-head b{color:#284b3a;font-size:8px}
.mini-table>div{min-height:44px;border-top:1px solid #edf0ee;display:grid;grid-template-columns:1.3fr .8fr .7fr .6fr;align-items:center;padding:6px 11px;font-size:6px;color:#66756c}
.mini-table>div:first-child{border-top:0}
.mini-table strong{color:#294b3b;font-size:7px}
.mini-pill{justify-self:start;border-radius:10px;padding:3px 6px;background:#e5f1e7;color:#3f7550;font-size:5px}
.mini-pill.warn{background:#fff0d6;color:#8c661f}
.mini-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}
.mini-chart{height:116px;background:#fff;border:1px solid #dce4df;border-radius:6px;padding:12px;position:relative}
.bars{height:70px;display:flex;align-items:end;gap:7px;border-bottom:1px solid #dfe5e1;padding:0 4px}
.bars i{width:13px;background:#2f7657;border-radius:2px 2px 0 0}
.bars i:nth-child(even){background:#9fbb9f}
.mini-chart small{font-size:5px;color:#819087}
.mini-list{background:#fff;border:1px solid #dce4df;border-radius:6px;padding:10px}
.mini-list>div{padding:7px 0;border-top:1px solid #e8ece9;display:flex;justify-content:space-between;font-size:6px}
.mini-list>div:first-child{border-top:0}
.mini-list b{font-size:7px;color:#254838}
.event-tiles{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}
.event-tile{background:#fff;border:1px solid #dce4df;border-radius:6px;padding:12px;min-height:120px}
.event-tile>span{font-size:5px;color:#8b978f;text-transform:uppercase}
.event-tile h3{font-family:var(--display);font-size:11px;color:#214434;margin:6px 0}
.event-tile p{font-size:6px;color:#7b887f;margin:0}
.event-tile footer{display:flex;justify-content:space-between;margin-top:15px;font-size:6px;color:#466952}
.floor-mini{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:12px}
.floor-mini div{height:65px;border:1px solid #cfdad2;border-radius:20px;display:grid;place-items:center;text-align:center;font-size:6px;color:#607169;background:#f8faf8}
.floor-mini div b{display:block;font-size:10px;color:#2f5541}
.floor-mini div.on{background:#e0eee3;border-color:#8fb39a}
.inventory-mini{display:grid;grid-template-columns:1.2fr .8fr;gap:8px;margin-top:8px}
.product-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
.product-mini div{background:#fff;border:1px solid #dce4df;border-radius:5px;padding:8px;text-align:center}
.product-mini i{display:block;width:30px;height:30px;border-radius:4px;background:#dfe8df;margin:auto}
.product-mini b,.product-mini small{display:block}
.product-mini b{font-size:6px;margin-top:5px}
.product-mini small{font-size:5px;color:#7f8c84}
.qr-mini{height:235px;background:linear-gradient(145deg,#174e3a,#082b20);color:#fff;border-radius:7px;text-align:center;padding:20px;display:flex;flex-direction:column;align-items:center}
.qr-mini>svg{width:35px;height:35px;fill:var(--brass)}
.qr-mini h3{font-family:var(--display);font-size:17px;margin:18px 0 0}
.qr-mini p{font-size:6px;color:#b7c7bd;margin:2px}
.qr-mini div{width:90px;height:90px;background:#fff;color:#102f24;display:grid;place-items:center;font-size:65px;line-height:1;margin-top:15px}

@media(max-width:1200px){
  .main-nav{gap:19px}.nav-cta>a:first-child{display:none}
  .hero-grid{grid-template-columns:.7fr 1.3fr}.hero-product{margin-right:-230px}.tablet{transform:scale(.88) perspective(1600px) rotateY(-3deg);transform-origin:left center}.hero h1{font-size:64px}
  .pillar{padding:27px}.tee-showcase{grid-template-columns:310px 1fr;gap:35px}.module-grid{grid-template-columns:1fr 1fr}.member-grid{gap:40px}.commerce-grid{grid-template-columns:1fr}.demo-grid{grid-template-columns:1fr 460px;gap:55px}
}

@media(max-width:900px){
  .wrap{width:min(100% - 38px,1360px)}.main-nav,.nav-cta{display:none}.menu-toggle{display:flex;width:42px;height:42px;border:0;background:none;flex-direction:column;justify-content:center;gap:6px}.menu-toggle i{display:block;width:24px;height:1px;background:var(--forest)}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:20px}.mobile-menu.open{display:flex;flex-direction:column;gap:14px}.mobile-menu a{font-size:13px}
  .hero{min-height:1190px}.hero-grid{grid-template-columns:1fr;padding-top:20px}.hero-copy{padding:45px 0 5px;max-width:700px}.hero-product{margin:0 -250px 0 0}.tablet{transform:scale(.84);transform-origin:left top}.module-ribbon{height:105px;overflow:auto}.ribbon-track{min-width:900px}.proof-grid{grid-template-columns:1fr 1fr;gap:20px}.proof-grid div:nth-child(odd){border-left:0}
  .section-intro,.split-head,.member-grid,.integration-grid,.founding-grid,.faq-grid,.demo-grid{grid-template-columns:1fr;gap:45px}.pillar-grid{grid-template-columns:1fr 1fr}.tee-showcase{grid-template-columns:1fr}.tee-feature-list{display:grid;grid-template-columns:1fr 1fr}.tee-feature-list button{min-height:100px}.integration-copy{position:static}.member-devices{order:-1}.club-panel{grid-template-columns:1fr}.integrity-grid{grid-template-columns:1fr 1fr}.roadmap-cols{grid-template-columns:1fr}.roadmap-cols article{min-height:auto}.footer-lead{grid-template-columns:1fr 1fr}.footer-lead .btn{grid-column:2}.footer-links{grid-template-columns:1fr 1fr;margin-left:0}
  .club-system-map{display:none}.club-overlay{background:linear-gradient(110deg,rgba(4,31,23,.98),rgba(7,50,37,.84))}
}

@media(max-width:620px){
  .wrap{width:min(100% - 30px,1360px)}.top-note>span{display:none}.top-note a{border:0;padding:0}.site-header{height:70px}.wordmark b{font-size:11px}.wordmark small{font-size:6px}.sparrow-mark{width:42px;height:42px}
  .hero{padding-top:120px;min-height:1020px}.hero h1{font-size:44px;letter-spacing:-.062em}.hero-copy>p{font-size:15px}.hero-actions{flex-direction:column;align-items:stretch}.play-link{justify-content:center}.hero-product{height:420px;margin:10px -300px 0 0}.tablet{width:780px;height:555px;transform:scale(.55);transform-origin:left top}.tablet-caption{display:none}.module-ribbon{height:94px}.ribbon-track{min-width:820px}.ribbon-track span{font-size:7px}.proof-grid{grid-template-columns:1fr}.proof-grid div{border-left:0;border-top:1px solid rgba(255,255,255,.13);padding-top:12px}.proof-grid div:first-child{border-top:0}
  .section{padding:82px 0}.section h2{font-size:44px}.section-intro{margin-bottom:45px}.section-intro>p{font-size:14px}.pillar-grid,.module-grid,.integrity-grid{grid-template-columns:1fr}.pillar{min-height:340px}.pillar>svg{margin:35px 0 22px}.tee-feature-list{grid-template-columns:1fr}.feature-visual{min-height:470px}.visual-stats{grid-template-columns:1fr 1fr}.visual-sheet>div{grid-template-columns:50px 1fr 70px}.visual-rail{gap:8px;padding:0 12px}.visual-rail span:nth-child(3){display:none}.module-card{min-height:350px;padding:29px}.member-devices{height:560px;transform:scale(.82);transform-origin:center}.phone-back{transform:rotate(-7deg) translate(-70px,25px)}.phone-front{transform:rotate(3deg) translate(70px,-5px)}.device-note{right:-30px}.club-tabs{flex-direction:column}.club-tabs button{text-align:left}.club-panel{padding:25px}.integration-cards{grid-template-columns:1fr}.commerce-grid{gap:15px}.restaurant-demo,.shop-demo{padding:17px}.table-map{grid-template-columns:1fr 1fr}.restaurant-demo footer{grid-template-columns:1fr 1fr}.demo-trust{grid-template-columns:1fr}.form-pair{grid-template-columns:1fr}.demo-form{padding:26px 20px}.footer-lead{grid-template-columns:1fr}.footer-lead .btn{grid-column:auto}.footer-links{grid-template-columns:1fr 1fr;gap:35px}.footer-bottom{flex-direction:column;gap:8px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.js .reveal{opacity:1;transform:none;transition:none}.btn:hover,.module-card:hover{transform:none}}

/* Security / interior page */
.interior-header{position:absolute}
.interior-header .sparrow-mark svg{width:23px;height:23px;fill:var(--brass)}
.security-hero{background:var(--forest-deep);color:#fff;padding:245px 0 120px;position:relative;overflow:hidden}
.security-hero:after{content:"";position:absolute;right:-120px;top:70px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(54,128,91,.34),transparent 68%)}
.security-hero .wrap{position:relative;z-index:2}
.security-hero h1{font-family:var(--display);font-size:clamp(58px,6vw,90px);line-height:.96;letter-spacing:-.058em;margin:0;max-width:980px}
.security-hero h1 em{font-family:var(--serif);font-weight:400;color:#afc1b6}
.security-hero p{max-width:650px;color:#aec1b5;font-size:17px;margin-top:30px}
.security-principles{background:var(--cream)}
.security-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.security-grid article{min-height:280px;padding:34px;background:rgba(255,255,255,.35);border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.security-grid article>span{font-size:8px;color:var(--brass)}
.security-grid h3{font-family:var(--display);font-size:19px;color:var(--forest);margin:45px 0 10px}
.security-grid p{font-size:12px;color:var(--muted)}
.security-posture{background:var(--forest);color:#fff}
.posture-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}
.security-posture h2{color:#fff}
.security-posture h2 em{color:#b4c6bb}
.posture-list{border-top:1px solid rgba(255,255,255,.17)}
.posture-list article{padding:28px 0;border-bottom:1px solid rgba(255,255,255,.17);display:grid;grid-template-columns:180px 1fr;gap:30px}
.posture-list b{font-family:var(--display);font-size:16px;color:#fff}
.posture-list p{font-size:12px;color:#aec0b5;margin:0}
.security-cta{text-align:center;background:#f8f6ef}
.security-cta h2{font-size:clamp(45px,5vw,68px)}
.security-cta p{max-width:620px;margin:20px auto 30px;color:var(--muted)}
.compact-footer{padding-top:35px}
.compact-footer .footer-bottom{border-top:0}
.compact-footer a{color:#b3c4ba}
@media(max-width:900px){.security-grid{grid-template-columns:1fr 1fr}.posture-grid{grid-template-columns:1fr;gap:50px}}
@media(max-width:620px){.security-hero{padding:190px 0 85px}.security-hero h1{font-size:48px}.security-grid{grid-template-columns:1fr}.posture-list article{grid-template-columns:1fr;gap:7px}}

/* Exact product captures and readability pass */
body{font-size:16px}
.top-note{font-size:11px}
.wordmark small{font-size:9px}
.product-pill,.eyebrow{font-size:11px}
.truth-line{font-size:12px}
.section-intro>p,.split-head>p,.member-copy>p,.integration-copy>p,.founding-story>p{font-size:15px;line-height:1.75}
.module-card p{font-size:14px;line-height:1.65}
.pillar>span,.module-card>span,.integration-cards article>span,.integrity-grid span,.founding-steps>span,.founding-steps li>b,.status,.form-title span,.footer-links b{font-size:10px}
.module-card li{font-size:10px;padding:6px 10px}
.module-card .live{font-size:9px;padding:5px 9px}
.ribbon-track span{font-size:10px}
.proof-grid span,.pillar p,.member-points small,.club-panel p,.roadmap-cols p,.faq-list p{font-size:13px}
.club-tabs button{font-size:11px}
.founding-badge span,.founding-steps small,.roadmap-cols li,.integration-cards article p,.integrity-grid p{font-size:12px}
.demo-form label{font-size:10px}
.demo-form>small,.demo-trust span,.footer-links a,.footer-bottom{font-size:10px}

.tablet .app-shell{display:none}
.tablet{width:960px;height:auto;padding:14px;border-radius:34px}
.live-product-frame{position:relative;width:100%;aspect-ratio:1208/760;border-radius:20px;overflow:hidden;background:#f5f2e8;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.live-product-frame img{width:100%;height:100%;display:block;object-fit:cover;object-position:left top;transition:opacity .18s ease,transform .22s ease}
.live-product-frame img.changing{opacity:.18;transform:scale(.995)}
.live-capture-note{position:absolute;left:18px;bottom:18px;display:flex;align-items:center;gap:12px;padding:10px 14px;border:1px solid rgba(255,255,255,.35);border-radius:4px;background:rgba(4,31,24,.88);color:#fff;backdrop-filter:blur(12px);box-shadow:0 10px 30px rgba(0,0,0,.18)}
.live-capture-note b{font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.live-capture-note span{font-size:10px;color:#c7d5cc;border-left:1px solid rgba(255,255,255,.2);padding-left:12px}
.tablet-caption{font-size:11px}
.tablet-caption b{font-size:13px}
.tablet-caption small{font-size:10px}
.hero-grid{grid-template-columns:minmax(430px,.7fr) minmax(0,1.3fr);gap:28px}
.hero-product{margin-right:-150px}

.exact-showcase{display:grid;grid-template-columns:.64fr 1.36fr;gap:65px;align-items:center}
.exact-copy h2{color:#fff;font-size:clamp(52px,5vw,76px)}
.exact-copy h2 em{color:#b9cbc0}
.exact-copy>p{max-width:570px;color:#b8cbc0;font-size:16px;line-height:1.75}
.exact-capabilities{display:flex;flex-wrap:wrap;gap:9px;margin-top:30px}
.exact-capabilities span{padding:8px 11px;border:1px solid rgba(255,255,255,.19);border-radius:20px;color:#e0ebe4;font-size:11px}
.live-shot-card,.live-member-stack figure,.live-commerce-card{margin:0;overflow:hidden;background:#fff;border:1px solid rgba(197,165,92,.36);box-shadow:0 34px 90px rgba(1,18,13,.28)}
.shot-bar{min-height:46px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;background:#082a20;color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}
.shot-bar span{display:flex;align-items:center;gap:9px;font-size:10px;letter-spacing:.13em}
.shot-bar span i{width:7px;height:7px;border-radius:50%;background:#6bb581;box-shadow:0 0 0 4px rgba(107,181,129,.14)}
.shot-bar b{font-size:11px;color:var(--brass);letter-spacing:.15em}
.live-shot-card img,.live-member-stack img,.live-commerce-card img{display:block;width:100%;height:auto}
.live-shot-card figcaption{padding:13px 17px;background:#f8f6ef;color:#66756d;font-size:11px}

.live-member-grid{grid-template-columns:.62fr 1.38fr;gap:72px;align-items:center}
.live-member-stack{position:relative;min-width:0;padding:30px 0 90px}
.live-member-stack figure:first-child{position:relative;z-index:2}
.live-member-stack figure:last-child{position:relative;z-index:1;width:78%;margin:-85px 0 0 auto;transform:translateX(26px);box-shadow:0 28px 80px rgba(0,0,0,.35)}

.live-commerce-grid{grid-template-columns:1fr;gap:64px}
.live-commerce-card{border-color:#d7d0be;box-shadow:0 25px 70px rgba(9,48,35,.12)}
.live-commerce-card figcaption{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 24px;background:#fff}
.live-commerce-card figcaption b{font-family:var(--display);font-size:18px;color:var(--forest)}
.live-commerce-card figcaption span{font-size:13px;color:var(--muted)}

@media(max-width:1180px){
  .tablet{width:900px}
  .hero-product{margin-right:-260px}
  .exact-showcase,.live-member-grid{grid-template-columns:1fr;gap:48px}
  .exact-copy>p{max-width:760px}
  .live-member-stack{max-width:940px;margin:auto}
}

@media(max-width:900px){
  .hero{min-height:1120px}
  .hero-grid{grid-template-columns:1fr}
  .hero-product{margin:0 -160px 0 0}
  .tablet{width:900px;transform:scale(.82);transform-origin:left top}
  .exact-showcase,.live-member-grid{grid-template-columns:1fr}
  .live-member-stack figure:last-child{transform:none}
}

@media(max-width:620px){
  body{font-size:15px}
  .top-note{font-size:12px}
  .wordmark small{font-size:9px}
  .hero{min-height:auto;padding-bottom:125px}
  .hero-product{height:auto;margin:24px 0 0}
  .tablet{width:100%;padding:7px;border-radius:18px;transform:none}
  .live-product-frame{border-radius:12px;aspect-ratio:1.18/1}
  .live-product-frame img{width:auto;max-width:none;height:100%;object-fit:cover;object-position:left top}
  .live-capture-note{left:9px;right:9px;bottom:9px;padding:8px 10px;gap:8px}
  .live-capture-note b{font-size:11px}.live-capture-note span{font-size:11px}
  .ribbon-track span{font-size:11px}
  .exact-copy h2{font-size:43px}
  .exact-copy>p{font-size:15px}
  .exact-capabilities span{font-size:12px}
  .shot-bar{min-height:46px}.shot-bar span,.shot-bar b{font-size:11px}
  .live-member-stack{padding:0}
  .live-member-stack figure:last-child{width:100%;margin:22px 0 0}
  .live-commerce-grid{gap:34px}
  .live-commerce-card figcaption{align-items:flex-start;flex-direction:column;gap:3px;padding:16px}
  .module-card p{font-size:14px}.module-card li{font-size:11px}
  .demo-form label{font-size:12px}.footer-links a{font-size:12px}
}
