.home-page{background:var(--bg-deep);color:var(--text-main)}.home-container{width:min(1240px,92%);margin:0 auto}.home-hero{background:var(--bg-deep);padding:5rem 0 4rem;position:relative}.home-hero-content{text-align:center;width:min(1000px,92%);margin:0 auto}.home-hero-content .kicker{color:var(--accent-secondary);justify-content:center;margin-bottom:1.3rem}.home-hero-title{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text-main);max-width:15ch;margin:0 auto;font-size:clamp(3rem,7vw,6.2rem);font-style:italic;font-weight:500;line-height:1.03}.home-hero-subtitle{max-width:560px;color:var(--text-muted);margin:1.6rem auto 0;font-size:clamp(1rem,1.3vw,1.12rem);line-height:1.75}.home-hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:2.3rem;display:flex}.home-hero-featured-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;width:min(1240px,92%);margin:3.6rem auto 0;display:grid}.home-hero-featured-item{aspect-ratio:1;overflow:hidden}.home-hero-featured-item img{transition:transform var(--transition-slow)}.home-hero-featured-item:hover img{transform:scale(1.04)}.home-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));width:min(1000px,92%);margin:3.4rem auto 0;display:grid}.home-stat{text-align:center;border-right:1px solid #1b1a171a;padding:0 1.5rem}.home-stat:last-child{border-right:none}.home-stat strong{color:var(--text-main);font-size:.9rem;font-weight:600;display:block}.home-stat span{color:var(--text-muted);margin-top:.35rem;font-size:.78rem;line-height:1.5;display:block}.home-section{padding:clamp(4.5rem,7vw,7rem) 0}.home-section--offers{background:var(--bg-deep)}.home-offers-kicker{margin-bottom:3rem}.home-offers-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem;display:grid}.home-offer-panel{color:var(--text-main);transition:box-shadow var(--transition-base), transform var(--transition-base);background:#fff;border:1px solid #1b1a171a;flex-direction:column;text-decoration:none;display:flex}.home-offer-panel:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.home-offer-panel-img-wrap{height:190px;position:relative;overflow:hidden}.home-offer-panel-img{filter:saturate(.92)}.home-offer-panel-num{font-family:var(--font-display);color:var(--on-dark-main);z-index:2;background:#1a24388c;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.95rem;font-style:italic;display:flex;position:absolute;top:.9rem;right:.9rem}.home-offer-panel-body{flex-direction:column;flex:1;gap:.8rem;padding:1.5rem 1.5rem 1.7rem;display:flex}.home-offer-panel-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--accent-secondary);border:1px solid #4d5f7a59;border-radius:99px;align-self:flex-start;padding:.3rem .75rem;font-size:.66rem;font-weight:700}.home-offer-panel-title{font-family:var(--font-display);color:var(--text-main);margin:0;font-size:1.25rem;font-weight:500;line-height:1.28}.home-offer-panel-desc{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.65}.home-offer-panel-cta{color:var(--accent-primary);align-items:center;gap:.35rem;margin-top:auto;padding-top:.4rem;font-size:.84rem;font-weight:600;display:inline-flex}.home-gallery-strip{background:var(--dark-bg);padding:3.8rem 0 4.2rem;overflow:hidden}.home-gallery-intro{justify-content:space-between;align-items:flex-end;gap:1.5rem;width:min(1240px,92%);margin:0 auto 2.6rem;display:flex}.home-gallery-label{letter-spacing:.14em;text-transform:uppercase;color:var(--on-dark-muted);margin:0 0 .5rem;font-size:.72rem;font-weight:700}.home-gallery-title{font-family:var(--font-display);color:var(--on-dark-main);letter-spacing:-.01em;margin:0;font-size:clamp(1.6rem,2.6vw,2.3rem);font-style:italic;font-weight:500;line-height:1.15}.home-gallery-cta-btn{color:#cdd5e0;transition:color var(--transition-fast), border-color var(--transition-fast);background:0 0;border:none;border-bottom:1px solid #cdd5e066;border-radius:0;flex-shrink:0;padding:0 0 3px;font-size:.86rem;font-weight:600;text-decoration:none}.home-gallery-cta-btn:hover{color:var(--on-dark-main);border-bottom-color:var(--on-dark-main)}.home-gallery-track-wrap{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%)}@keyframes home-gallery-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.home-gallery-track{align-items:center;gap:1rem;width:max-content;animation:60s linear infinite home-gallery-scroll;display:flex}.home-gallery-item{flex-shrink:0;width:300px;height:220px;position:relative;overflow:hidden}.home-gallery-item img{object-fit:cover;display:block;width:100%!important;height:100%!important}.home-print-section{background:var(--bg-deep)}.home-print-inner{grid-template-columns:.95fr 1.05fr;align-items:start;gap:4.5rem;display:grid}.home-print-media-frame{background:#fff;border:1px solid #1b1a170f;padding:1.4rem;box-shadow:0 24px 48px #1b1a171a}.home-print-media-frame>*{aspect-ratio:4/3;display:block;overflow:hidden}.home-print-title{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text-main);margin:.9rem 0 0;font-size:clamp(1.6rem,2.6vw,2.3rem);font-weight:500}.home-print-lead{color:var(--text-muted);max-width:50ch;margin:1rem 0 0;line-height:1.75}.home-print-highlights{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6rem;margin-top:2.3rem;display:grid}.home-print-item{border-top:2px solid var(--accent-primary);padding-top:1rem}.home-print-num{font-family:var(--font-display);color:var(--accent-secondary);margin-bottom:.5rem;font-size:1.15rem;font-style:italic;display:block}.home-print-item strong{color:var(--text-main);margin-bottom:.35rem;font-size:.92rem;display:block}.home-print-item p{color:var(--text-muted);margin:0;font-size:.82rem;line-height:1.6}.home-print-link{margin-top:2.1rem}.home-section--story{background:#f4f0e6}.home-story-split{grid-template-columns:1.1fr .9fr;align-items:center;gap:4.5rem;display:grid}.home-story-title{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text-main);margin:.9rem 0 0;font-size:clamp(1.5rem,2.4vw,2.2rem);font-weight:500}.home-story-lead{color:var(--text-muted);max-width:52ch;margin:1rem 0 0;line-height:1.75}.home-story-actions{flex-wrap:wrap;gap:.85rem;margin-top:2rem;display:flex}.home-story-media{aspect-ratio:4/3;border:10px solid #fff;overflow:hidden;box-shadow:0 24px 48px #1b1a171f}.home-strengths-strip{background:#1b1a171a;border:1px solid #1b1a171a;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:3.2rem;display:grid}.home-strengths-tile{background:#f4f0e6;padding:1.6rem 1.5rem}.home-strengths-num{font-family:var(--font-display);color:var(--accent-secondary);margin-bottom:.6rem;font-size:1rem;font-style:italic;display:block}.home-strengths-tile p{color:var(--text-secondary);margin:0;font-size:.86rem;line-height:1.6}.home-founder-quote{text-align:center;max-width:760px;font-family:var(--font-display);color:var(--text-main);margin:3.4rem auto 0;font-size:clamp(1.3rem,2.2vw,1.7rem);font-style:italic;line-height:1.5}.home-founder-quote cite{font-style:normal;font-family:var(--font-main);letter-spacing:.04em;text-transform:uppercase;color:var(--text-faint);margin-top:1.1rem;font-size:.78rem;font-weight:600;display:block}.home-section--expo{background:var(--accent-primary)}.home-expo-inner{grid-template-columns:1fr 1fr;width:min(1240px,92%);min-height:520px;margin:0 auto;display:grid}.home-expo-panel{background:var(--accent-primary);flex-direction:column;justify-content:center;padding:clamp(2.5rem,5vw,5rem);display:flex}.home-expo-title{font-family:var(--font-display);color:var(--on-dark-main);letter-spacing:-.01em;max-width:16ch;margin:1rem 0 0;font-size:clamp(1.7rem,2.8vw,2.4rem);font-style:italic;font-weight:500;line-height:1.2}.home-expo-lead{color:#faf7f1a6;max-width:44ch;margin:1.1rem 0 0;font-size:.95rem;line-height:1.75}.home-expo-specs{flex-direction:column;gap:.6rem;margin:1.6rem 0 0;padding:0;list-style:none;display:flex}.home-expo-specs li{color:#e6e9ef;align-items:baseline;gap:.7rem;font-size:.86rem;display:flex}.home-expo-specs li:before{content:"";background:var(--on-dark-muted);border-radius:50%;flex-shrink:0;width:5px;height:5px;display:inline-block}.home-expo-cta{width:fit-content;margin-top:2rem}.home-expo-media{overflow:hidden}.home-expo-media img{object-fit:cover;display:block;width:100%!important;height:100%!important}@media (max-width:900px){.home-hero{padding:3.5rem 0 3rem}.home-hero-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:2.5rem}.home-hero-stats{grid-template-columns:1fr;gap:1.5rem;margin-top:2.5rem}.home-stat{border-bottom:1px solid #1b1a171a;border-right:none;padding-bottom:1.5rem}.home-stat:last-child{border-bottom:none}.home-offers-grid{grid-template-columns:1fr}.home-print-inner{grid-template-columns:1fr;gap:2.5rem}.home-print-highlights{grid-template-columns:1fr;gap:1.2rem}.home-story-split{grid-template-columns:1fr;gap:2.5rem}.home-strengths-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.home-expo-inner{grid-template-columns:1fr;min-height:0}.home-expo-media{aspect-ratio:16/10}.home-gallery-intro{flex-direction:column;align-items:flex-start}}@media (max-width:560px){.home-hero-featured-grid,.home-strengths-strip{grid-template-columns:1fr}}
