.page-home .home,.page-home .home *{box-sizing:border-box}.page-home .home *{margin:0;padding:0}.page-home .home{font-family:var(--serif);font-size:var(--font-size-m);line-height:1.65;letter-spacing:0;font-kerning:normal;font-variant-ligatures:common-ligatures;hyphens:none;-webkit-hyphens:none;-ms-hyphens:none;overflow-x:visible}body.page-home{overflow-x:clip}body.page-home header.site{border-bottom:none!important}.page-home .container{width:min(100%,1100px);margin-inline:auto;padding-inline:1.5rem}.page-home section{padding-block:clamp(4rem,8vw,7rem);position:relative}.page-home section+section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:4rem;height:1px;background:var(--border);opacity:.6}.page-home .hero{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;box-sizing:border-box;padding-inline:0;padding-top:clamp(2.6rem,5.85vw,5.2rem);padding-bottom:clamp(2.6rem,5.85vw,5.2rem);border-top:none;border-bottom:1px solid var(--border);background:linear-gradient(#faf8f480,#faf8f49e),url(/images/hero-paper-texture-2.png);background-size:cover;background-position:center;background-repeat:no-repeat;text-align:center}.page-home .hero:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--border);pointer-events:none}.page-home .hero .container{width:min(100%,1100px);max-width:1100px;margin-inline:auto;padding-inline:1.5rem;box-sizing:border-box;text-align:center}@media(max-width:768px){.page-home .hero .container{padding-inline:1.35rem}}.page-home .eyebrow{display:block;width:100%;text-align:center;font-family:var(--sans);letter-spacing:.12em;text-transform:uppercase;font-size:var(--font-size-s);color:var(--text-secondary)}.page-home h1{font-size:clamp(2.15rem,3.8vw,3.45rem);line-height:1.06;font-weight:var(--font-weight-bold);letter-spacing:-.012em;text-wrap:balance;margin-top:.9rem;margin-bottom:1.1rem}.page-home h2{font-size:clamp(1.6rem,2vw,2.2rem);line-height:1.2;font-weight:var(--font-weight-bold);margin-top:1.8rem;margin-bottom:.8rem}.page-home h3{font-size:1.3rem;line-height:1.25;font-weight:var(--font-weight-bold);font-variant:small-caps;margin-top:1.4rem;margin-bottom:.7rem}.page-home h4{font-size:1.1rem;line-height:1.3;font-weight:var(--font-weight-bold);margin-top:1.2rem;margin-bottom:.6rem}.page-home h5{font-size:1rem;line-height:1.3;font-weight:var(--font-weight-bold);margin-top:1rem;margin-bottom:.55rem}.page-home .ornament{margin-top:1.2rem;margin-bottom:1rem;text-align:center;line-height:1;font-size:.9rem;letter-spacing:.32em;color:var(--text-tertiary);opacity:.85;font-family:var(--mono);user-select:none}.page-home p{line-height:1.65;overflow-wrap:anywhere}.page-home .lead{margin-inline:auto;max-width:78ch;font-size:1.08em;line-height:1.7;text-align:center;text-justify:inter-word;hyphens:none;-webkit-hyphens:none;-ms-hyphens:none}.page-home strong,.page-home b{font-weight:var(--font-weight-bold)}.page-home em,.page-home i{font-style:italic}.page-home a{color:var(--text-primary);text-decoration:underline;text-decoration-color:var(--text-tertiary);transition:text-decoration-color .2s ease-out}.page-home a:hover{text-decoration-color:var(--text-primary)}.page-home ul,.page-home ol{max-width:78ch;margin-inline:auto;margin-top:1.1rem;padding-left:1.25rem;line-height:1.6;text-align:left}.page-home li{margin-top:.35rem}.page-home .hero-actions{display:flex;justify-content:center;gap:.8rem;margin-top:1.6rem;flex-wrap:wrap}.page-home .btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.75rem 1.2rem;font-family:var(--sans);font-weight:600;text-decoration:none;border:1px solid var(--border);background:transparent;color:var(--text-primary)}.page-home .btn.primary{background:var(--text-primary);color:var(--bg);border-color:var(--text-primary)}.page-home .btn.ghost{background:transparent}.page-home .offer{text-align:left;margin-top:clamp(2rem,5vw,4rem);margin-bottom:clamp(2rem,5vw,4rem)}.page-home .offer-head{text-align:center;margin-bottom:clamp(2rem,4vw,3rem);padding-bottom:clamp(1.2rem,2.5vw,1.8rem);border-bottom:1px solid var(--border)}.page-home .offer-head .kicker{font-family:var(--sans);letter-spacing:.14em;text-transform:uppercase;font-size:var(--font-size-s);color:var(--text-secondary);margin-bottom:.55rem}.page-home .offer-head h2{margin:0}.page-home .offer-head .deck{margin-top:.8rem;margin-inline:auto;max-width:80ch;color:var(--text-secondary);line-height:1.75;font-size:1.02em}.page-home .offer-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:clamp(1rem,2.4vw,1.35rem)}.page-home .offer-card{grid-column:span 6;display:grid;grid-template-rows:auto 1fr;gap:0;border:1px solid var(--border);border-radius:3px;background:var(--bg);padding:0;overflow:hidden;position:relative;transition:border-color .2s ease,box-shadow .25s ease}.page-home .offer-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:#0000002e;z-index:2}.page-home .offer-card:hover{border-color:#0003}.page-home .offer-media{margin:0;border:none;border-radius:0;overflow:hidden;background:#0000000a;aspect-ratio:16 / 10}.page-home .offer-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.25,.46,.45,.94)}.page-home .offer-card:hover .offer-media img{transform:scale(1.03)}.page-home .offer-body{padding:clamp(1rem,2.2vw,1.35rem);border-top:1px solid var(--border);position:relative}.page-home .card-num{position:absolute;bottom:-.12em;right:.1rem;font-family:var(--sans);font-size:clamp(4.5rem,8vw,6.5rem);font-weight:900;color:transparent;-webkit-text-stroke:1px rgba(0,0,0,.055);user-select:none;pointer-events:none;line-height:1}.page-home .offer-body h3{margin:0;font-size:1.18rem;line-height:1.25;letter-spacing:-.01em;position:relative;z-index:1}.page-home .offer-body p{margin-top:.55rem;line-height:1.72;color:var(--text-secondary);position:relative;z-index:1}.page-home .offer-link{display:inline-block;margin-top:.85rem;font-family:var(--sans);font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;color:var(--text-secondary);border-bottom:1px solid var(--border);padding-bottom:.1rem;transition:color .15s ease,border-color .15s ease;position:relative;z-index:1}.page-home .offer-link:after{content:"";position:absolute;inset:0;top:-100vh;left:-100vw;right:-100vw;bottom:-100vh}.page-home .offer-link:hover{color:var(--text-primary);border-bottom-color:var(--text-primary)}.page-home .offer-actions{margin-top:clamp(1.4rem,3vw,2rem);display:flex;justify-content:center;gap:.8rem;flex-wrap:wrap}@media(max-width:920px){.page-home .offer-card{grid-column:span 12}}@media(max-width:640px){.page-home .offer-head{text-align:center}.page-home .offer-head .deck{margin-inline:auto}.page-home .offer-media{aspect-ratio:16 / 9}}.page-home .portfolio-teaser{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;box-sizing:border-box;padding-inline:0;padding-block:clamp(4rem,8vw,6rem);border-top:1px solid var(--border);border-bottom:1px solid var(--border);background-image:linear-gradient(#141210b3,#141210b3),url(/images/portfolio-grid-bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;color:#ffffffeb}.page-home .portfolio-teaser .container{position:relative;z-index:1;text-align:center}.page-home .portfolio-teaser .container:before{content:"";position:absolute;inset:-.8rem;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:#0000001f;backdrop-filter:blur(6px);z-index:-1}.page-home .portfolio-teaser .kicker{font-family:var(--sans);letter-spacing:.14em;text-transform:uppercase;font-size:var(--font-size-s);margin-bottom:.55rem;color:#ffffffbf}.page-home .portfolio-teaser h2{margin:0;font-size:clamp(1.55rem,2.2vw,2.15rem);line-height:1.18;letter-spacing:-.01em}.page-home .portfolio-teaser .deck{margin-top:.75rem;margin-inline:auto;max-width:78ch;line-height:1.75;color:#ffffffc7}.page-home .portfolio-actions{margin-top:1.2rem;display:flex;justify-content:center;gap:.8rem;flex-wrap:wrap}.page-home .portfolio-teaser .btn{border-color:#ffffff47;color:#ffffffeb}.page-home .portfolio-teaser .btn.primary{background:#ffffffeb;color:#141210eb;border-color:#ffffff59}@media(max-width:640px){.page-home .portfolio-teaser .container{text-align:center}.page-home .portfolio-teaser .container:before{inset:-.6rem;backdrop-filter:blur(4px)}.page-home .portfolio-actions{justify-content:center}}.page-home .contact{margin-top:clamp(2rem,5vw,4rem)}.page-home .contact-head{text-align:center;margin-bottom:clamp(2rem,4vw,3rem);padding-bottom:clamp(1.2rem,2.5vw,1.8rem);border-bottom:1px solid var(--border)}.page-home .contact-head .kicker{font-family:var(--sans);letter-spacing:.14em;text-transform:uppercase;font-size:var(--font-size-s);color:var(--text-secondary);margin-bottom:.55rem}.page-home .contact-head h2{margin:0 0 .5rem}.page-home .contact-tagline{font-size:1rem;color:var(--text-secondary);margin:0}.page-home .contact-body{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:start}.page-home .contact-items{display:flex;flex-direction:column;gap:0}.page-home .contact-item{display:grid;grid-template-columns:5rem 1fr;gap:0 1rem;align-items:baseline;padding:.9rem 0;border-bottom:1px solid var(--border)}.page-home .contact-item:first-child{border-top:1px solid var(--border)}.page-home .contact-label{font-family:var(--sans);font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-tertiary);padding-top:.15em}.page-home .contact-value{font-size:1.05rem;color:var(--text-primary);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .15s ease}.page-home .contact-value:hover{border-bottom-color:var(--text-primary)}.page-home .contact-social{display:flex;flex-direction:column;gap:.35rem}.page-home .contact-social a{font-size:1.05rem;color:var(--text-primary);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .15s ease}.page-home .contact-social a:hover{border-bottom-color:var(--text-primary)}.page-home .contact-social i{width:1.2em;text-align:center;color:var(--text-secondary)}.page-home .contact-note{position:relative;background:#00000006;border:1px solid var(--border);border-radius:3px;padding:clamp(1.5rem,3vw,2.25rem) clamp(1.5rem,3vw,2.25rem) clamp(1.5rem,3vw,2.25rem) clamp(2rem,4vw,3rem);overflow:hidden}.page-home .contact-note:before{content:"¶";position:absolute;top:-.1em;left:.3rem;font-size:clamp(4rem,8vw,6.5rem);font-family:var(--serif);color:transparent;-webkit-text-stroke:1px rgba(0,0,0,.06);user-select:none;pointer-events:none;line-height:1}.page-home .contact-note h3{position:relative;font-family:var(--sans);font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary);margin:0 0 .75rem}.page-home .contact-note p{position:relative;margin:0;line-height:1.75;color:var(--text-secondary);font-size:.95rem}@media(max-width:640px){.page-home .contact-head{text-align:center}.page-home .contact-body{grid-template-columns:1fr;gap:2rem}.page-home .contact-item{grid-template-columns:4.5rem 1fr}.page-home .contact-note{padding-left:clamp(1.5rem,3vw,2.25rem)}}@media(max-width:640px){.page-home .container{padding-inline:1rem}.page-home .lead{max-width:100%;text-align:center;text-justify:auto}.page-home ul,.page-home ol{max-width:100%}.page-home .ornament{letter-spacing:.26em;opacity:.8}}
