@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Lato:wght@400;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap";:root{--bg: #fffcf8;--bg-soft: #f9f1e7;--bg-dark: #414141;--text: #333333;--muted: #8f8270;--line: rgba(51, 51, 51, .1);--surface: rgba(255, 255, 255, .76);--shadow: 0 24px 60px rgba(51, 51, 51, .08);--shell: min(1080px, calc(100vw - 48px) );--shell-wide: min(1200px, calc(100vw - 48px) );--serif: "Noto Serif JP", serif;--display: "Cormorant Garamond", serif;--sans: "Lato", sans-serif;--header-height: 88px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;font-family:var(--sans);color:var(--text);background:radial-gradient(circle at 8% 8%,rgba(180,160,130,.12),transparent 28%),radial-gradient(circle at 88% 16%,rgba(220,200,180,.18),transparent 24%),linear-gradient(180deg,#fffdf9 0%,var(--bg) 42%,#fdf9f3 100%);line-height:1.75;overflow-x:hidden}body.route-home{overflow-x:clip}body:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 18% 14%,transparent 0 66px,rgba(191,177,160,.12) 66px 67px,transparent 67px 100%),radial-gradient(circle at 80% 38%,transparent 0 120px,rgba(191,177,160,.08) 120px 121px,transparent 121px 100%),radial-gradient(circle at 78% 82%,transparent 0 220px,rgba(191,177,160,.07) 220px 221px,transparent 221px 100%);pointer-events:none;z-index:-1}main{display:block}.site-shell{transition:opacity 1.2s cubic-bezier(.22,1,.36,1),transform 1.2s cubic-bezier(.22,1,.36,1),filter 1.2s cubic-bezier(.22,1,.36,1)}.intro-loader{position:fixed;inset:0;z-index:140;display:grid;place-items:center;background:#fdfaf6;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 1.1s cubic-bezier(.22,1,.36,1),visibility 0s linear 1.1s}.intro-loader__grain{position:absolute;inset:0;opacity:.028;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px;pointer-events:none;z-index:1}.intro-loader__stage{position:relative;width:min(420px,calc(100vw - 72px));min-height:min(420px,calc(100vh - 140px));display:grid;place-items:center}.intro-loader__halo{position:absolute;width:min(480px,88vw);aspect-ratio:1;border-radius:999px;background:radial-gradient(circle,rgba(216,200,181,.18) 0%,rgba(216,200,181,.06) 40%,transparent 70%);filter:blur(40px);opacity:0;transform:scale(.7);transition:opacity 1.4s ease,transform 2s cubic-bezier(.22,1,.36,1)}.intro-loader__ring{position:absolute;width:min(280px,56vw);aspect-ratio:1;border-radius:999px;border:1px solid rgba(143,130,112,.08);opacity:0;transform:scale(.85);transition:opacity 1.2s ease .2s,transform 1.6s cubic-bezier(.22,1,.36,1) .2s}.intro-loader__logo-wrap{position:relative;z-index:2;width:min(180px,36vw);min-width:140px;display:grid;place-items:center;aspect-ratio:260 / 287}.intro-loader__logo{grid-area:1 / 1;width:100%;opacity:0;transform:scale(.92);filter:blur(12px);transition:opacity 1s cubic-bezier(.22,1,.36,1) .15s,transform 1.5s cubic-bezier(.22,1,.36,1) .15s,filter 1.3s cubic-bezier(.22,1,.36,1) .15s}.intro-loader__tagline{position:absolute;bottom:calc(50% - 100px);left:50%;transform:translate(-50%) translateY(8px);font-family:var(--display);font-size:.82rem;letter-spacing:.32em;text-transform:uppercase;color:#8f827000;white-space:nowrap;transition:color .9s ease .5s,transform .9s cubic-bezier(.22,1,.36,1) .5s;z-index:2}html.has-intro-loader .route-home .intro-loader{opacity:1;visibility:visible;pointer-events:auto}html.has-intro-loader .route-home .intro-loader__halo,html.has-intro-loader .route-home .intro-loader__ring{opacity:1;transform:scale(1)}html.has-intro-loader .route-home .intro-loader__logo{opacity:1;transform:scale(1);filter:blur(0) drop-shadow(0 16px 32px rgba(70,63,56,.06))}html.has-intro-loader .route-home .intro-loader__tagline{color:#8f82708f;transform:translate(-50%) translateY(0)}html.has-intro-loader .route-home .site-shell{opacity:0;transform:translateY(32px);filter:blur(16px)}body.route-home.intro-complete .site-shell{opacity:1;transform:none;filter:none}html:not(.has-intro-loader) .route-home .intro-loader{opacity:0;visibility:hidden}html:not(.has-intro-loader) .route-home .intro-loader__halo{opacity:0;transform:scale(1.12)}html:not(.has-intro-loader) .route-home .intro-loader__ring{opacity:0;transform:scale(1.08)}html:not(.has-intro-loader) .route-home .intro-loader__logo{opacity:0;transform:scale(1.04);filter:blur(4px)}html:not(.has-intro-loader) .route-home .intro-loader__tagline{color:#8f827000;transform:translate(-50%) translateY(-6px)}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid rgba(143,130,112,.92);outline-offset:3px;box-shadow:0 0 0 6px #8f827024}h1,h2,h3{margin:0;font-family:var(--serif);font-weight:600;letter-spacing:-.02em;line-height:1.2}p{margin:0}.shell{width:var(--shell);margin:0 auto}.shell--wide{width:var(--shell-wide)}.eyebrow{display:inline-flex;align-items:center;gap:.7rem;color:var(--muted);font-size:.8rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.eyebrow:before{content:"";width:40px;height:1px;background:currentColor}.section-title{font-size:clamp(2.4rem,5vw,5rem)}.display-title{font-family:var(--display);font-weight:600;letter-spacing:.01em}.section-copy{color:#333c;font-size:1rem}.site-header{position:fixed;inset:0 0 auto;z-index:100;transition:background-color .35s ease,backdrop-filter .35s ease,box-shadow .35s ease}.site-header.is-scrolled{background:#fffcf8d1;backdrop-filter:blur(18px);box-shadow:0 10px 40px #3333330d}.site-header__inner{min-height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:2rem}.site-header__brand{display:inline-flex;width:68px;height:68px;align-items:center;justify-content:center}.site-header__brand img{display:block;width:auto;height:100%}.site-nav{display:flex;align-items:center;gap:2rem}.site-nav a,.mobile-nav a{position:relative;font-size:.9rem;font-weight:700;letter-spacing:.08em}.site-nav a:after,.mobile-nav a:after,.product-link:after,.button-link:after{content:"";position:absolute;left:0;bottom:-.35rem;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform .3s ease}.site-nav a:hover:after,.mobile-nav a:hover:after,.product-link:hover:after,.button-link:hover:after{transform:scaleX(1)}.menu-toggle{display:none;width:48px;height:48px;padding:0;border:0;background:transparent;color:var(--text);cursor:pointer}.menu-toggle span{display:block;width:22px;height:1px;margin:0 auto;background:currentColor;transition:transform .3s ease,opacity .3s ease}.menu-toggle span+span{margin-top:8px}.menu-toggle.is-open span:first-child{transform:translateY(4.5px) rotate(45deg)}.menu-toggle.is-open span:last-child{transform:translateY(-4.5px) rotate(-45deg)}.mobile-nav{display:none}.page-hero{position:relative;min-height:100svh;padding-top:calc(var(--header-height) + 5rem);display:flex;align-items:center}.page-hero__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(280px,.72fr);gap:clamp(2rem,6vw,5rem);align-items:center}.page-hero__copy{position:relative;z-index:2}.page-hero__title{margin-top:1.6rem;font-size:clamp(3rem,7vw,6rem)}.page-hero__lead{max-width:42rem;margin-top:1.6rem;color:#333333bf;font-size:clamp(1rem,1.8vw,1.2rem)}.page-hero__figure{position:relative;aspect-ratio:4 / 5;border-radius:32px;overflow:hidden;background:linear-gradient(160deg,#ffffffd6,#ffffff73),var(--hero-soft, rgba(249, 241, 231, .7));box-shadow:var(--shadow)}.page-hero--home{isolation:isolate}.hero-premium{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(280px,.68fr);gap:clamp(1.8rem,5vw,4.8rem);align-items:stretch}.hero-premium__copy{min-height:clamp(540px,56vw,680px);padding-block:clamp(1rem,2.4vw,2rem) clamp(1.8rem,4vw,3.4rem);display:flex;flex-direction:column;justify-content:flex-end}.hero-premium__title{margin-top:1.25rem;max-width:10ch;font-size:clamp(4rem,8vw,8rem);line-height:.93;color:#2f2d2a}.hero-premium__title span{display:block}.hero-premium__title span:last-child{margin-left:clamp(1rem,4vw,4rem)}.hero-premium__lead{max-width:36rem;margin-top:1.6rem;color:#333333c2;font-family:var(--serif);font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.95}.hero-premium__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-width:42rem;margin-top:2.4rem}.hero-premium__meta div{padding:1rem 1.1rem;border-radius:20px;background:#ffffff8f;border:1px solid rgba(51,51,51,.06);box-shadow:0 18px 40px #3333330a}.hero-premium__meta strong{display:block;margin-bottom:.35rem;font-family:var(--serif);font-size:.95rem}.hero-premium__meta p{color:#333333b8;font-size:.92rem}.hero-premium__stage{position:relative;min-height:clamp(540px,56vw,680px);padding-block:clamp(4.1rem,5.4vw,5.1rem) clamp(2rem,4vw,3rem);display:flex;align-items:flex-start;justify-content:flex-start}.hero-premium__orb{position:absolute;top:clamp(4.2rem,8vw,6.5rem);left:clamp(.4rem,2vw,1.8rem);width:clamp(260px,28vw,360px);aspect-ratio:1;border-radius:999px;background:radial-gradient(circle at 35% 35%,rgba(255,255,255,.95),rgba(255,255,255,.15) 48%,transparent 72%),radial-gradient(circle,rgba(216,200,181,.45),rgba(216,200,181,.05) 60%,transparent 72%);filter:blur(2px);animation:orbFloat 8s ease-in-out infinite}@keyframes orbFloat{0%,to{transform:translate(0) scale(1)}33%{transform:translate(6px,-10px) scale(1.015)}66%{transform:translate(-4px,5px) scale(.99)}}.hero-premium__mark{position:relative;z-index:1;width:min(354px,86%);margin:clamp(2rem,7.4vw,5.2rem) 0 0 clamp(.8rem,2vw,1.8rem);padding:clamp(.7rem,1.8vw,1.1rem);isolation:isolate}.hero-premium__mark:before{content:"";position:absolute;inset:10% 8% 18%;border-radius:999px;background:radial-gradient(circle,rgba(255,255,255,.8) 0%,rgba(247,240,232,.34) 48%,transparent 76%);filter:blur(20px);z-index:-2}.hero-premium__mark:after{content:"";position:absolute;left:16%;right:12%;bottom:-.35rem;height:1px;background:linear-gradient(90deg,#8f82700a,#8f827073,#8f82700a);z-index:-1}.hero-premium__mark-logo{width:100%;margin:0 auto;object-fit:contain;filter:drop-shadow(0 16px 34px rgba(51,51,51,.09))}.page-hero__figure img{width:100%;height:100%;object-fit:cover}.page-hero__overlay{position:absolute;inset:auto 0 0;padding:1.3rem 1.4rem;background:linear-gradient(180deg,transparent,rgba(17,17,17,.58));color:#fff;font-size:.9rem;letter-spacing:.06em}.scroll-indicator{position:absolute;left:50%;bottom:2rem;z-index:3;display:flex;flex-direction:column;align-items:center;gap:.85rem;color:var(--muted);font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;transform:translate(-50%);pointer-events:none}.scroll-indicator:before{content:"";width:1px;height:64px;background:linear-gradient(180deg,#8f827000,#8f8270)}.section{padding:clamp(4.5rem,10vw,8.5rem) 0}section[id]{scroll-margin-top:calc(var(--header-height) + 1.5rem)}.section--soft{background:#f9f1e7ad}.section--dark{background:radial-gradient(circle at 18% 22%,rgba(183,156,128,.15),transparent 28%),radial-gradient(circle at 84% 18%,rgba(255,255,255,.06),transparent 22%),linear-gradient(180deg,#47423f,#3d3937 58%,#33302f);color:#fff}.section--dark .section-copy,.section--dark .eyebrow{color:#ffffffc2}.split-section{display:grid;grid-template-columns:minmax(240px,.35fr) minmax(0,1fr);gap:clamp(2rem,7vw,6rem);align-items:start}.split-section--premium .split-section__media img{min-height:560px;object-fit:cover}.split-section__media{position:relative}.split-section__media img{width:100%;height:auto;border-radius:30px;box-shadow:var(--shadow);filter:grayscale(1)}.split-section__content{display:grid;gap:1.35rem}.editorial-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:1.8rem}.works-layout{display:grid;grid-template-columns:minmax(300px,.88fr) minmax(0,1.12fr);gap:clamp(2rem,7vw,5rem);align-items:start}.works-layout__copy{display:grid;gap:2rem}.works-layout__visuals{margin-top:0}.works-cluster{display:flex;flex-wrap:wrap;gap:.75rem}.works-cluster span{display:inline-flex;padding:.55rem .85rem;border-radius:999px;background:#ffffffb8;border:1px solid rgba(51,51,51,.06);box-shadow:0 12px 26px #3333330a;font-family:var(--serif);font-size:.92rem}.editorial-grid__stack{display:grid;gap:1.8rem}.editorial-card{position:relative;border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}.editorial-card img{width:100%;height:100%;object-fit:cover}.editorial-card--tall{min-height:270px}.editorial-card--large{min-height:680px}.works-list{margin-top:2.4rem;font-family:var(--serif);font-size:clamp(1.05rem,1.8vw,1.34rem);line-height:2}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.catalog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.catalog-grid--wide{grid-template-columns:repeat(2,minmax(0,1fr))}.series-showcase{display:grid;gap:1.6rem}.series-panel{display:grid;gap:1.6rem;padding:clamp(1.25rem,3vw,2rem);border-radius:34px;background:#ffffff8a;border:1px solid rgba(51,51,51,.06);box-shadow:0 24px 48px #3333330d}.series-panel--dark{background:linear-gradient(180deg,#453930f5,#3a3028fa),#3a3028;color:#fff}.series-panel--dark .catalog-card{color:var(--text);border-color:#ffffff14;box-shadow:0 24px 48px #0000002e}.series-panel--dark .series-panel__header .eyebrow,.series-panel--dark .series-panel__header h3{color:#fffffffa}.series-panel--dark .series-panel__copy p{color:#ffffffc7}.series-panel--dark .catalog-card__copy h3,.series-panel--dark .product-link{color:#302b27}.series-panel--dark .catalog-card__copy p{color:#333333c2}.series-panel__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem}.series-panel__header h3{margin-top:.7rem;font-size:clamp(1.8rem,3vw,3rem)}.series-panel__header img{width:min(180px,34%);height:auto}.series-panel__copy{display:grid;gap:.75rem;max-width:54rem}.catalog-card{position:relative;display:grid;gap:1rem;padding:1.35rem;border-radius:30px;background:linear-gradient(180deg,#ffffffc2,#ffffff8c),var(--card-soft, rgba(249, 241, 231, .8));border:1px solid rgba(51,51,51,.06);box-shadow:0 24px 48px #3333330f}.catalog-card:nth-child(4n+1),.catalog-card:nth-child(4n+4){transform:translateY(18px)}.catalog-card__topline{display:flex;align-items:center;justify-content:space-between;gap:1rem}.catalog-card__chip,.catalog-card__index{font-size:.74rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.catalog-card__chip{display:inline-flex;padding:.45rem .7rem;border-radius:999px;color:var(--card-accent, var(--muted));background:#fffc}.catalog-card__index{color:color-mix(in srgb,var(--card-accent, var(--muted)) 78%,white)}.catalog-card__visual{aspect-ratio:16 / 10;display:grid;place-items:center;padding:var(--catalog-visual-padding, clamp(1rem, 2vw, 1.6rem));overflow:hidden;border-radius:24px;background:radial-gradient(circle at 50% 35%,#ffffff8c,#ffffff14 70%),linear-gradient(180deg,#ffffff57,#ffffff0f)}.catalog-card__visual img{width:var(--catalog-image-width, 100%);height:var(--catalog-image-height, 100%);max-width:100%;max-height:100%;object-fit:contain;object-position:center}.catalog-card__copy{display:grid;gap:.8rem}.catalog-card__copy h3{font-size:clamp(1.3rem,2vw,1.85rem)}.catalog-card__copy p{color:#333333c2;font-size:.96rem}.product-card{display:grid;gap:1.1rem;padding:1.35rem;border-radius:28px;background:#ffffffb8;border:1px solid rgba(51,51,51,.06);box-shadow:var(--shadow)}.product-card__media{aspect-ratio:16 / 9;display:grid;place-items:center;padding:1rem;overflow:hidden;border-radius:22px;background:#f1ece6}.product-card__media img{width:100%;height:100%;object-fit:contain}.product-card h3{font-size:1.34rem}.product-card p{color:#333333bd;font-size:.96rem}.product-link,.button-link{display:inline-flex;position:relative;width:fit-content;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.info-grid{display:grid;grid-template-columns:220px 1fr;gap:1rem 2rem}.profile-board{display:grid;gap:.9rem}.profile-row{display:grid;grid-template-columns:180px 1fr;gap:1.6rem;align-items:center;padding:1.15rem 1.25rem;border-radius:22px;background:#ffffffc2;border:1px solid rgba(51,51,51,.06);box-shadow:0 18px 36px #3333330a}.profile-row dt{color:var(--muted);font-size:.85rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.profile-row dd{margin:0}.info-grid dt{color:var(--muted);font-size:.9rem;font-weight:700}.info-grid dd{margin:0;border-bottom:1px solid var(--line);padding-bottom:1rem}.contact-panel{display:grid;gap:2.5rem}.contact-stage{position:relative;display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1fr);gap:clamp(2rem,7vw,5rem);align-items:stretch}.contact-stage__intro{display:grid;gap:1.2rem;padding:clamp(1.4rem,3vw,2rem);border-radius:30px;background:linear-gradient(180deg,#ffffff14,#ffffff08);border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 54px #0000002e}.contact-panel__lead{text-align:center}.contact-form{width:min(680px,100%);margin:0 auto;display:grid;gap:1.1rem;padding:clamp(1.35rem,3vw,2rem);border-radius:30px;background:linear-gradient(180deg,#ffffff17,#ffffff08);border:1px solid rgba(255,255,255,.1);box-shadow:0 28px 60px #0003}.contact-form label{display:grid;gap:.5rem;color:#ffffffe0;font-weight:700}.contact-form input,.contact-form textarea{width:100%;padding:.95rem 1rem;border:1px solid rgba(255,255,255,.22);border-radius:14px;color:var(--text);background:#fffffff5;transition:border-color .25s ease,box-shadow .25s ease,background-color .25s ease}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#3333336b}.contact-form input:focus-visible,.contact-form textarea:focus-visible{border-color:#b79c80d6;background:#fff;box-shadow:0 0 0 6px #b79c8024}.contact-form textarea{min-height:180px;resize:vertical}.contact-form__submit{justify-self:center;min-width:180px;padding:.95rem 1.4rem;border:0;border-radius:999px;color:var(--text);background:linear-gradient(180deg,#fff,#ece5dc);cursor:pointer;font-weight:700;box-shadow:0 18px 38px #ffffff1f;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.contact-form__bot-field{display:none}.legal-list{display:grid;gap:1.2rem}.legal-item{display:grid;gap:.35rem;padding:1.2rem 0;border-bottom:1px solid var(--line)}.legal-item dt{color:var(--muted);font-size:.86rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.legal-item dd{margin:0}.product-page{--page-accent: #8f8270;--page-soft: #f3ece4}.product-page .page-hero{background:radial-gradient(circle at 20% 20%,var(--page-soft),transparent 30%),linear-gradient(180deg,#fffc,#fffcf8f0)}.product-page .page-hero__title,.product-page .section-title{font-family:var(--display);font-weight:600;letter-spacing:.01em}.product-page__hero-card{position:relative;display:grid;place-items:center;padding:clamp(1.2rem,3vw,2rem);background:linear-gradient(180deg,#ffffffeb,#ffffff9e),var(--page-soft)}.product-page__hero-card img{width:min(100%,700px);object-fit:contain}.status-pill{display:inline-flex;align-items:center;gap:.55rem;margin-top:1.2rem;padding:.5rem .85rem;border-radius:999px;color:var(--page-accent);background:#ffffffc7;border:1px solid color-mix(in srgb,var(--page-accent) 18%,transparent);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.status-pill:before{content:"";width:.55rem;height:.55rem;border-radius:999px;background:currentColor}.prose-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(280px,.54fr);gap:clamp(2rem,6vw,5rem)}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.feature-card{padding:1.3rem;border-radius:22px;background:#fff;border:1px solid rgba(51,51,51,.06);box-shadow:0 18px 40px #3333330f}.feature-card h3{font-size:1.05rem}.feature-card p{margin-top:.75rem;color:#333333bd;font-size:.95rem}.support-card,.install-card{padding:1.5rem;border-radius:24px;background:#ffffffc7;border:1px solid rgba(51,51,51,.06);box-shadow:var(--shadow)}.support-card h3,.install-card h3{margin-bottom:1rem;font-size:1.1rem}.support-card p+p,.install-card li+li{margin-top:.7rem}.install-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.install-card ul{margin:0;padding-left:1.2rem}.site-footer{padding:4rem 0 2rem;border-top:1px solid var(--line);background:#fffcf8d1}.site-footer__inner{display:flex;justify-content:space-between;gap:3rem}.site-footer__brand{max-width:24rem;display:grid;gap:1rem}.site-footer__brand img{display:block;width:84px;height:auto}.site-footer__links{display:flex;gap:3rem}.site-footer__links div{display:grid;gap:.7rem}.site-footer__links h3{font-size:.95rem}.site-footer__copy{width:var(--shell);margin:2rem auto 0;color:var(--muted);font-size:.85rem}@media(hover:hover){.contact-form__submit:hover{transform:translateY(-2px);box-shadow:0 24px 44px #ffffff29;background:linear-gradient(180deg,#fff,#f4ede4)}.catalog-card:hover{transform:translateY(-6px);box-shadow:0 32px 64px #3333331a}.catalog-card:nth-child(4n+1):hover,.catalog-card:nth-child(4n+4):hover{transform:translateY(12px)}.editorial-card:hover{transform:scale(1.015);box-shadow:0 32px 72px #3333331f}.profile-row:hover{transform:translate(4px);box-shadow:0 22px 44px #33333312}.works-cluster span:hover{transform:translateY(-2px);box-shadow:0 16px 32px #33333314;background:#ffffffeb}.product-link:hover,.button-link:hover{color:#8f8270eb}}.thanks-panel{min-height:100svh;display:grid;place-items:center;padding:calc(var(--header-height) + 2rem) 0 4rem}.thanks-panel__card{width:min(720px,var(--shell));padding:3rem;border-radius:30px;background:#fffc;border:1px solid rgba(51,51,51,.06);box-shadow:var(--shadow);text-align:center}body:after{content:"";position:fixed;inset:0;opacity:.024;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px;pointer-events:none;z-index:9999;mix-blend-mode:multiply}[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay, 0ms)}[data-reveal=slide-left]{transform:translate(-40px)}[data-reveal=slide-right]{transform:translate(40px)}[data-reveal=scale]{transform:scale(.94)}[data-reveal=blur]{transform:translateY(16px);filter:blur(6px);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1),filter .9s cubic-bezier(.22,1,.36,1)}[data-reveal].is-visible{opacity:1;transform:translateY(0) translate(0) scale(1);filter:blur(0)}.catalog-card{transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s cubic-bezier(.22,1,.36,1)}.editorial-card{transition:transform .5s cubic-bezier(.22,1,.36,1),box-shadow .5s cubic-bezier(.22,1,.36,1)}.profile-row{transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease}.works-cluster span{transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,background .3s ease}.hero-premium__title span{display:block;opacity:0;transform:translateY(20px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.hero-premium__title span:nth-child(1){transition-delay:.08s}.hero-premium__title span:nth-child(2){transition-delay:.22s}.hero-premium__title.is-visible span{opacity:1;transform:translateY(0)}.scroll-indicator:before{animation:scrollPulse 2.4s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.4;height:48px}50%{opacity:1;height:64px}}.eyebrow[data-reveal]:before{transform:scaleX(0);transform-origin:left;transition:transform .7s cubic-bezier(.22,1,.36,1) .1s}.eyebrow[data-reveal].is-visible:before{transform:scaleX(1)}.section+.section:before{content:"";display:block;width:60px;height:1px;margin:0 auto;background:linear-gradient(90deg,transparent,rgba(143,130,112,.3),transparent);position:relative;top:clamp(-4.5rem,-10vw,-8.5rem)}.section--soft+.section:before,.section--dark+.section:before,.section+.section--soft:before,.section+.section--dark:before{display:none}@media(max-width:960px){:root{--shell: min(100vw - 32px, 1080px);--shell-wide: min(100vw - 32px, 1200px)}body:after{opacity:.016}.site-nav{display:none}.intro-loader__logo-wrap{width:min(208px,42vw)}.menu-toggle{display:inline-block}.mobile-nav{position:absolute;inset:calc(100% - 10px) 16px auto;display:block;padding:0;max-height:0;overflow:hidden;background:#fffcf8f5;border:1px solid rgba(51,51,51,.08);border-radius:24px;box-shadow:var(--shadow);transition:max-height .3s ease,padding .3s ease}.mobile-nav.is-open{max-height:360px;padding:1rem}.mobile-nav nav{display:grid;gap:.9rem}.page-hero__grid,.hero-premium,.split-section,.works-layout,.prose-grid,.site-footer__inner,.install-layout,.contact-stage,.editorial-grid,.feature-grid,.product-grid,.catalog-grid,.catalog-grid--wide{grid-template-columns:1fr}.page-hero{min-height:auto;padding-top:calc(var(--header-height) + 1.5rem);padding-bottom:3.5rem;align-items:flex-start}.section{padding:4rem 0}.eyebrow{gap:.55rem;font-size:.74rem;letter-spacing:.15em}.eyebrow:before{width:30px}.hero-premium{display:flex;flex-direction:column;position:relative;gap:1.15rem;align-items:flex-start}.hero-premium__title{max-width:9ch;font-size:clamp(3rem,10.8vw,4.6rem)}.hero-premium__title span:last-child{margin-left:0}.hero-premium__meta{grid-template-columns:1fr;margin-top:1.4rem;gap:.8rem}.hero-premium__meta div{padding:.95rem 1rem}.hero-premium__copy{min-height:auto;padding-block:0;position:relative;z-index:2}.hero-premium__stage{position:relative;top:auto;right:auto;min-height:0;width:100%;align-self:stretch;margin-top:0;padding-block:1.5rem 0;display:flex;justify-content:center;align-items:center;pointer-events:auto;z-index:auto}.hero-premium__orb{display:none}.hero-premium__mark{width:min(260px,65%);margin:0 auto;padding:clamp(.7rem,1.8vw,1.1rem);opacity:1}.hero-premium__mark:before,.hero-premium__mark:after{display:block}.hero-premium__mark-logo{filter:drop-shadow(0 16px 34px rgba(51,51,51,.09))}.hero-premium__lead{max-width:21rem}.hero-premium__meta p{line-height:1.8}.editorial-card--large{min-height:360px}.catalog-card:nth-child(4n+1),.catalog-card:nth-child(4n+4){transform:none}.series-panel__header{align-items:flex-start;flex-direction:column}.profile-row{grid-template-columns:1fr;gap:.65rem}.scroll-indicator{display:none}.site-footer__links{flex-direction:column;gap:2rem}}@media(max-width:640px){.intro-loader__logo-wrap{width:min(182px,48vw)}.intro-loader__tagline{font-size:.72rem;letter-spacing:.28em}body:before{background:radial-gradient(circle at -8% 10%,transparent 0 70px,rgba(191,177,160,.1) 70px 71px,transparent 71px 100%),radial-gradient(circle at 108% 22%,transparent 0 90px,rgba(191,177,160,.06) 90px 91px,transparent 91px 100%),radial-gradient(circle at 74% 84%,transparent 0 150px,rgba(191,177,160,.05) 150px 151px,transparent 151px 100%)}body:after{display:none}.page-hero{padding-top:calc(var(--header-height) + 1rem);padding-bottom:2.75rem}.hero-premium{gap:.95rem}.hero-premium__copy{min-height:auto}.hero-premium__title{margin-top:.75rem;max-width:9.2ch;font-size:clamp(2.7rem,12.8vw,3.8rem)}.hero-premium__title span:last-child{margin-left:.3rem}.hero-premium__lead{max-width:16rem;margin-top:.95rem;font-size:.92rem;line-height:1.75}.site-header__inner{min-height:76px}.site-header__brand{width:52px;height:52px}.hero-premium__stage{top:auto;right:auto;width:100%}.hero-premium__mark{width:min(220px,60%);opacity:1}.hero-premium__meta{margin-top:1.2rem;gap:.7rem}.hero-premium__meta div{padding:.9rem .95rem;border-radius:22px;backdrop-filter:blur(10px)}.hero-premium__meta strong{font-size:.92rem}.hero-premium__meta p{font-size:.88rem}.section{padding:3.4rem 0}.section-title{font-size:clamp(2rem,10vw,3rem)}.works-cluster span{font-size:.84rem}.product-card,.support-card,.install-card,.thanks-panel__card{padding:1.15rem}.info-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}[data-reveal]{opacity:1;transform:none}}
