:root{--color-ink: #191714;--color-muted: #6f675f;--color-paper: #f5f1ea;--color-surface: #fffaf2;--color-walnut: #5b3526;--color-walnut-dark: #26170f;--color-graphite: #202422;--color-brass: #b78b52;--color-moss: #22382f;--font-heading: Georgia, "Times New Roman", serif;--font-body: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;--page-width: 1180px;--header-height: 76px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--color-ink);background:var(--color-paper);font-family:var(--font-body);line-height:1.5}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.skip-link{position:absolute;top:12px;left:12px;z-index:20;transform:translateY(-140%);background:var(--color-ink);color:#fff;padding:10px 14px}.skip-link:focus{transform:translateY(0)}.page-shell{width:min(var(--page-width),calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:10;min-height:var(--header-height);background:#f5f1eae6;border-bottom:1px solid rgba(25,23,20,.1);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-header__inner,.site-footer__inner{width:min(var(--page-width),calc(100% - 40px));margin:0 auto;min-height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:28px}.site-logo{display:inline-flex;align-items:center;gap:12px;font-weight:700}.site-logo__mark{display:grid;place-items:center;width:36px;height:36px;color:var(--color-paper);background:var(--color-ink);border-radius:50%;font-family:var(--font-heading);font-size:17px}.site-logo__text{font-size:20px}.site-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:6px 22px;color:var(--color-muted);font-size:14px}.site-nav a{padding:8px 0}.site-nav a:hover,.site-nav a:focus-visible{color:var(--color-ink)}.hero-section{position:relative;min-height:calc(100svh - var(--header-height));isolation:isolate;display:grid;align-items:center;overflow:clip;background:var(--color-walnut-dark)}.hero-section__media,.hero-section__media img,.hero-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.hero-section__media img{width:100%;height:100%;object-fit:cover}.hero-section__overlay{z-index:1;background:linear-gradient(90deg,#191714e0,#1917149e 38%,#1917141f 72%),linear-gradient(0deg,#19171461,#19171400)}.hero-section__content{position:relative;z-index:2;padding:108px 0 124px;color:var(--color-surface)}.hero-section__content h1{max-width:760px;margin:14px 0 22px;font-family:var(--font-heading);font-size:clamp(48px,8vw,104px);line-height:.95;font-weight:500}.hero-section__lede{max-width:560px;margin:0;color:#fffaf2d1;font-size:clamp(17px,2vw,21px)}.hero-section__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:1px solid transparent;border-radius:999px;font-weight:700;font-size:14px;transition:transform .18s ease,background .18s ease,border-color .18s ease}.button:hover,.button:focus-visible{transform:translateY(-2px)}.button--primary{color:var(--color-ink);background:var(--color-brass)}.button--secondary{color:var(--color-surface);border-color:#fffaf26b;background:#fffaf214}.button--inline{margin-top:18px}.eyebrow{margin:0;color:var(--color-brass);font-size:12px;font-weight:800;text-transform:uppercase}.belief-section,.systems-section,.formula-section,.story-section,.contact-section{padding:96px 0}.belief-section{background:var(--color-surface)}.belief-section__grid,.story-section__grid,.contact-section__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:56px;align-items:start}h2{margin:10px 0 0;font-family:var(--font-heading);font-size:clamp(34px,5vw,62px);line-height:1.02;font-weight:500}.belief-section__copy{color:var(--color-muted);font-size:20px}.belief-section__copy p{margin:0 0 22px}.systems-section{background:#ebe4d8}.section-heading{max-width:720px}.section-heading p:last-child{margin-top:18px;color:var(--color-muted);font-size:18px}.system-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:42px}.system-card{min-height:300px;padding:28px;display:flex;flex-direction:column;justify-content:flex-end;color:var(--color-surface);background:var(--color-graphite);border-radius:8px;overflow:hidden}.system-card--featured{background:var(--color-walnut)}.system-card__kicker{margin:0 0 14px;color:var(--color-brass);font-size:12px;font-weight:800;text-transform:uppercase}.system-card h3{margin:0 0 14px;font-family:var(--font-heading);font-size:31px;line-height:1;font-weight:500}.system-card p:last-child{margin:0;color:#fffaf2c7}.formula-section{color:var(--color-surface);background:var(--color-ink)}.formula-section__inner{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:40px;align-items:center}.formula-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.formula-list span{min-height:86px;display:grid;place-items:center;padding:18px;border:1px solid rgba(255,250,242,.18);border-radius:8px;background:#fffaf20f;font-weight:800}.story-section{background:var(--color-paper)}.story-section__panel p{color:var(--color-muted);font-size:18px}.value-list{display:grid;gap:14px}.value-list div{padding:24px 0;border-top:1px solid rgba(25,23,20,.14)}.value-list span{color:var(--color-brass);font-size:12px;font-weight:800}.value-list strong{display:block;margin-top:8px;font-family:var(--font-heading);font-size:28px;font-weight:500}.value-list p{margin:8px 0 0;color:var(--color-muted)}.contact-section{background:var(--color-moss);color:var(--color-surface)}.contact-section p{color:#fffaf2c2}.contact-card{padding:28px;background:#fffaf214;border:1px solid rgba(255,250,242,.16);border-radius:8px}.contact-card form{display:grid;gap:12px}.contact-card label{font-weight:700;font-size:13px}.contact-card input,.contact-card textarea{width:100%;padding:14px 16px;color:var(--color-surface);background:#fffaf214;border:1px solid rgba(255,250,242,.22);border-radius:6px;font:inherit}.contact-card textarea{resize:vertical}.form-status--success{padding:12px 14px;border-radius:6px;background:#b78b522e}.site-footer{background:var(--color-ink);color:var(--color-surface)}.site-footer__inner{min-height:150px;align-items:flex-start;padding:34px 0}.site-logo--footer .site-logo__mark{color:var(--color-ink);background:var(--color-brass)}.site-footer p,.site-footer__meta{color:#fffaf2ad;font-size:14px}.site-footer__meta{display:grid;gap:8px;justify-items:end}@media(max-width:960px){.system-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.belief-section__grid,.story-section__grid,.contact-section__grid,.formula-section__inner{grid-template-columns:1fr}}@media(max-width:720px){:root{--header-height: 96px}.site-header__inner{align-items:flex-start;flex-direction:column;gap:8px;padding:14px 0}.site-nav{justify-content:flex-start;gap:4px 16px}.hero-section{min-height:720px}.hero-section__overlay{background:linear-gradient(90deg,#191714e6,#1917148a)}.hero-section__content{padding:80px 0 100px}.belief-section,.systems-section,.formula-section,.story-section,.contact-section{padding:68px 0}.system-grid,.formula-list{grid-template-columns:1fr}.system-card{min-height:250px}.site-footer__inner{flex-direction:column}.site-footer__meta{justify-items:start}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/intonear-theme.css.map */
