:root{--header-h:72px}.house-of-lagree{--ink-deep:#f2ead9;--ink:#f7f2e9;--ink-2:#efe7d7;--ink-3:#fbf8f2;--bone:#2a2018;--bone-2:#4a3f33;--bone-dim:#2a2018a8;--bone-faint:#2a20186b;--clay:#c0883f;--clay-bright:#d2a05b;--clay-deep:#946023;--clay-faint:#c0883f1f;--line:#2a20181a;--line-2:#2a201829;--line-clay:#94602380;--color-bg-primary:var(--ink);--color-bg-secondary:var(--ink-2);--color-bg-deep:var(--ink-deep);--color-surface:var(--ink-3);--color-text-primary:var(--bone);--color-text-secondary:var(--bone-dim);--color-text-tertiary:var(--bone-faint);--color-accent:var(--clay);--scrim-hero:linear-gradient(to bottom,#f7f2e900 0%,#f7f2e933 55%,#f7f2e9a6 100%);--scrim-header:linear-gradient(to bottom,#f7f2e999 0%,#f7f2e900 100%);--font-display:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;--font-body:var(--font-manrope),-apple-system,BlinkMacSystemFont,sans-serif;--font-mono:var(--font-plex-mono),ui-monospace,"SFMono-Regular",monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--display-hero:clamp(3rem,1.5rem + 6.2vw,6.5rem);--display-1:clamp(2.5rem,1.6rem + 3.8vw,4.5rem);--display-2:clamp(1.875rem,1.35rem + 2.3vw,3rem);--display-3:clamp(1.5rem,1.2rem + 1.2vw,2rem);--leading-none:1;--leading-tight:1.12;--leading-snug:1.2;--leading-normal:1.5;--leading-relaxed:1.65;--tracking-tight:-.005em;--tracking-normal:0;--tracking-wide:.04em;--tracking-label:.24em;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-28:7rem;--section-py:8.5rem;--section-py-mobile:5rem;--section-px:1.5rem;--container-max:1240px;--container-narrow:760px;--radius-card:4px;--radius-input:4px;--radius-full:9999px;--shadow-sm:0 1px 2px #2a20180d;--shadow-md:0 12px 30px #2a201814;--shadow-lg:0 24px 60px #2a20181a;--ease-smooth:cubic-bezier(.32,.72,0,1);--ease-out:cubic-bezier(.16,1,.3,1);--dur-fast:.2s;--dur:.4s;--dur-slow:.7s;--dur-reveal:.9s;--dur-hero:1.1s;--subnav-h:52px;scroll-behavior:smooth;-webkit-text-size-adjust:100%;background-color:var(--ink);color:var(--bone);font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-relaxed);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.house-of-lagree *,.house-of-lagree :before,.house-of-lagree :after{box-sizing:border-box}.house-of-lagree h1,.house-of-lagree h2,.house-of-lagree h3,.house-of-lagree h4{font-family:var(--font-display);color:var(--bone);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);margin:0;font-weight:400}.house-of-lagree p{margin:0}.house-of-lagree a{color:inherit;text-decoration:none}.house-of-lagree img,.house-of-lagree svg,.house-of-lagree video{max-width:100%;display:block}.house-of-lagree ::selection{background:var(--clay-deep);color:var(--ink-3)}.house-of-lagree ::-webkit-scrollbar{width:10px;height:10px}.house-of-lagree ::-webkit-scrollbar-track{background:#efe7d7}.house-of-lagree ::-webkit-scrollbar-thumb{background:#d8cbb4}.house-of-lagree ::-webkit-scrollbar-thumb:hover{background:#c9b99c}.house-of-lagree .no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.house-of-lagree .no-scrollbar::-webkit-scrollbar{display:none}.house-of-lagree :focus-visible{outline:2px solid var(--clay-deep);outline-offset:2px;border-radius:2px}.house-of-lagree .container-page{width:100%;max-width:var(--container-max);padding-inline:var(--section-px);margin-inline:auto}@media (min-width:1024px){.house-of-lagree .container-page{padding-inline:2rem}}.house-of-lagree .container-narrow{width:100%;max-width:var(--container-narrow);padding-inline:var(--section-px);margin-inline:auto}.house-of-lagree .section{padding-block:var(--section-py-mobile)}@media (min-width:768px){.house-of-lagree .section{padding-block:var(--section-py)}}.house-of-lagree .font-display{font-family:var(--font-display)}.house-of-lagree .font-body{font-family:var(--font-body)}.house-of-lagree .font-mono{font-family:var(--font-mono)}.house-of-lagree .eyebrow{font-family:var(--font-mono);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:var(--tracking-label);color:var(--clay-deep);font-weight:500}.house-of-lagree .t-tabular{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.house-of-lagree .tension-line{background:var(--clay);transform-origin:0;width:100%;height:1px;display:block}.house-of-lagree .tension-line--v{transform-origin:top;width:1px;height:100%}.house-of-lagree .tension-line--faint{background:var(--line-clay)}.house-of-lagree .btn{border-radius:var(--radius-full);font-family:var(--font-body);font-weight:500;font-size:var(--text-sm);letter-spacing:var(--tracking-wide);white-space:nowrap;cursor:pointer;transition:transform var(--dur-fast)var(--ease-smooth),background-color var(--dur)var(--ease-smooth),color var(--dur)var(--ease-smooth),border-color var(--dur)var(--ease-smooth);border:1px solid #0000;align-items:center;gap:.6rem;line-height:1;text-decoration:none;display:inline-flex}.house-of-lagree .btn--md{padding:.8rem 1.2rem}.house-of-lagree .btn--lg{font-size:var(--text-base);padding:1rem 1.6rem}.house-of-lagree .btn--primary{background:var(--clay);color:var(--bone)}.house-of-lagree .btn--primary:hover{background:var(--clay-bright);transform:translateY(-1px)}.house-of-lagree .btn--primary:active{background:var(--clay-deep);color:var(--ink-3);transform:translateY(0)scale(.985)}.house-of-lagree .btn--secondary{color:var(--bone);border-color:var(--line-2);background:0 0}.house-of-lagree .btn--secondary:hover{border-color:var(--clay);background:var(--clay-faint);transform:translateY(-1px)}.house-of-lagree .btn--secondary:active{transform:translateY(0)scale(.985)}.house-of-lagree .btn--ghost{color:var(--bone-dim);background:0 0;padding-inline:.25rem}.house-of-lagree .btn--ghost:hover{color:var(--bone)}.house-of-lagree .btn__icon{border-radius:var(--radius-full);width:1.55rem;height:1.55rem;transition:transform var(--dur)var(--ease-smooth);justify-content:center;align-items:center;margin-right:-.35rem;display:inline-flex}.house-of-lagree .btn--primary .btn__icon{background:var(--bone);color:var(--clay-bright)}.house-of-lagree .btn--secondary .btn__icon,.house-of-lagree .btn--ghost .btn__icon{background:var(--line-2);color:var(--bone)}.house-of-lagree .btn:hover .btn__icon{transform:translate(2px,-1px)scale(1.06)}.house-of-lagree .nav-link{font-family:var(--font-body);font-size:var(--text-sm);letter-spacing:var(--tracking-wide);color:var(--bone-dim);white-space:nowrap;transition:color var(--dur)var(--ease-smooth);position:relative}.house-of-lagree .nav-link:after{content:"";background:var(--clay);width:0;height:1px;transition:width var(--dur)var(--ease-smooth);position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.house-of-lagree .nav-link:hover{color:var(--bone)}.house-of-lagree .nav-link:hover:after{width:100%}.house-of-lagree .nav-link[data-active=true]{color:var(--clay-deep)}.house-of-lagree .nav-link[data-active=true]:after{width:100%}.house-of-lagree .u-link{color:var(--bone-dim);transition:color var(--dur)var(--ease-smooth)}.house-of-lagree .u-link:hover{color:var(--bone)}.house-of-lagree .u-link--faint{color:var(--bone-faint)}.house-of-lagree .u-link--faint:hover{color:var(--bone)}.house-of-lagree .chapter{scroll-margin-top:calc(var(--header-h) + var(--subnav-h) + 1rem)}.house-of-lagree .pack-row{transition:background-color var(--dur)var(--ease-smooth),padding-left var(--dur)var(--ease-smooth),padding-right var(--dur)var(--ease-smooth)}.house-of-lagree .pack-row:hover{background-color:var(--clay-faint);padding-left:.85rem;padding-right:.85rem}.house-of-lagree .pack-arrow{opacity:0;color:var(--clay-deep);transition:opacity var(--dur)var(--ease-smooth),transform var(--dur)var(--ease-smooth);transform:translate(-4px)}.house-of-lagree .pack-row:hover .pack-arrow{opacity:1;transform:translate(0)}.house-of-lagree .reveal{opacity:0;transition:opacity var(--dur-reveal)var(--ease-out),transform var(--dur-reveal)var(--ease-out);transform:translateY(24px)}.house-of-lagree .reveal.is-visible{opacity:1;transform:translateY(0)}.house-of-lagree .grain{z-index:60;pointer-events:none;opacity:.04;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:180px 180px;position:fixed;inset:0}@media (prefers-reduced-motion:reduce){.house-of-lagree{scroll-behavior:auto}.house-of-lagree *,.house-of-lagree :before,.house-of-lagree :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.house-of-lagree .reveal{opacity:1;transform:none}.house-of-lagree .tension-line{transform:none!important}.house-of-lagree .grain{display:none}}
