:root{--app-accent: #9b6d19;--app-soft: #f7edcf}.app-page .button-primary{color:#17211c;background:#e3bd69}.section{padding:64px 0}.section-muted{background:#eee8dc}.section-head{margin-bottom:32px}.section-head h2{margin-bottom:0;font-size:clamp(1.55rem,2.1vw,1.9rem);line-height:1.12;letter-spacing:-.04em}.section-head>p{margin:20px 0 0;color:var(--muted);font-size:1.02rem;line-height:1.7}.product-hero{padding:42px 0 62px;background:radial-gradient(circle at 92% 28%,var(--app-soft),transparent 38rem),var(--paper)}.breadcrumb{display:inline-flex;margin-bottom:38px;color:var(--muted);font-size:.86rem;font-weight:750;text-decoration:none}.breadcrumb:hover{color:var(--app-accent)}.product-layout{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(460px,1.18fr);gap:58px;align-items:center}.product-copy{max-width:500px}.product-title{display:grid;gap:18px;margin-bottom:20px}.product-identity{display:flex;align-items:center;gap:16px}.product-identity:after{width:100%;height:1px;background:var(--line);content:""}.product-identity img{flex:0 0 auto;width:52px;height:52px;border-radius:12px;box-shadow:0 6px 17px #1b261f21}.app-page .feature-number{color:var(--app-accent)}.product-copy h1{margin:0;font-size:clamp(1.65rem,2.2vw,2rem);line-height:1.12;letter-spacing:-.045em}.product-copy .lead{max-width:500px;margin-bottom:28px;color:var(--muted);font-size:clamp(1.03rem,1.6vw,1.16rem);line-height:1.68}.cover-frame{overflow:hidden;margin:0;width:100%;border:1px solid var(--line);border-radius:22px;background:var(--surface);box-shadow:var(--shadow)}.cover-frame img{width:100%;border-radius:14px}.zoomable-image{cursor:zoom-in;transition:transform .18s ease,filter .18s ease}.zoomable-image:hover{filter:brightness(.97);transform:scale(1.008)}.zoomable-image:focus-visible{outline:3px solid var(--app-accent);outline-offset:-5px}.lightbox-open{overflow:hidden}.image-lightbox{width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;padding:0;border:0;color:#fff;background:transparent;overflow:hidden}.image-lightbox[open]{display:grid;place-items:center}.image-lightbox::backdrop{background:#080d0be6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.image-lightbox-content{display:grid;max-width:calc(100vw - 64px);max-height:calc(100dvh - 64px);place-items:center;gap:14px}.image-lightbox-image{max-width:100%;max-height:calc(100dvh - 118px);border-radius:12px;object-fit:contain;box-shadow:0 24px 80px #00000061}.image-lightbox-caption{max-width:760px;margin:0;color:#ffffffd1;font-size:.86rem;line-height:1.45;text-align:center}.image-lightbox-close{position:fixed;z-index:1;top:20px;right:20px;display:grid;width:44px;height:44px;place-items:center;padding:0 0 4px;border:1px solid rgba(255,255,255,.3);border-radius:999px;color:#fff;background:#0c120fb8;font:inherit;font-size:1.85rem;line-height:1;cursor:pointer}.image-lightbox-close:hover,.image-lightbox-close:focus-visible{border-color:#ffffffb3;background:#ffffff24;outline:none}.app-page .section-muted{background:color-mix(in srgb,var(--app-soft) 58%,#fff)}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.feature-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-grid-five{grid-template-columns:repeat(6,minmax(0,1fr))}.feature-grid-five .feature{grid-column:span 2}.feature-grid-five .feature:nth-last-child(-n+2){grid-column:span 3}.feature{display:grid;grid-template-columns:max-content minmax(0,1fr);column-gap:12px;row-gap:8px;align-content:start;padding:24px;border-radius:16px;background:#ffffffd1;box-shadow:0 1px #17211c0a,0 10px 28px #1b261f0b}.feature-number{display:block;margin:0;padding-top:.035em;font-size:1rem;font-weight:850}.feature h3{margin:0;font-size:1.08rem}.feature p{grid-column:1 / -1;margin:0;color:var(--muted);font-size:.92rem;line-height:1.62}.gallery{display:grid;width:100%;gap:24px}.gallery figure{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);align-items:center;overflow:hidden;margin:0;padding:10px;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:0 8px 28px #1b261f0b}.gallery img{width:100%;border-radius:12px}.gallery figcaption{padding:34px 42px;color:var(--muted);font-size:.94rem;line-height:1.68}.gallery figure:nth-child(2n) img{order:2}.gallery figure:nth-child(2n){grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr)}.gallery figure:nth-child(2n) figcaption{order:1}.gallery figcaption strong{display:block;margin-bottom:12px;color:var(--ink);font-size:1.22rem;line-height:1.25}.gallery-index{display:block;margin-bottom:18px;color:var(--app-accent);font-size:.7rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.gallery figcaption p{margin:0 0 12px}.gallery figcaption p:last-child{margin-bottom:0}.cta{display:flex;align-items:center;justify-content:space-between;gap:36px;width:100%;padding:32px 36px;border-radius:22px;background:#f7f3ed}.app-gallery-section{background:#fff}.app-cta-section{padding:46px 0 58px}.cta h2{margin-bottom:10px;font-size:clamp(1.2rem,2.4vw,1.6rem);letter-spacing:-.04em}.cta p{margin:0;color:var(--muted)}@media(max-width:920px){.product-layout{grid-template-columns:1fr;max-width:820px;gap:36px}.product-copy{max-width:720px}.product-copy .lead{max-width:680px}}@media(max-width:680px){.section{padding:54px 0}.section-head{margin-bottom:28px}.section-head h2{font-size:clamp(1.5rem,6.3vw,1.75rem)}.feature-grid{grid-template-columns:1fr;gap:28px}.feature-grid-five .feature,.feature-grid-five .feature:nth-last-child(-n+2){grid-column:auto}.feature,.feature:first-child,.feature:last-child{padding:22px;border:0;border-radius:14px}.product-hero{padding:30px 0 50px}.breadcrumb{margin-bottom:30px}.product-layout{gap:30px}.product-copy h1{font-size:clamp(1.6rem,6.5vw,1.8rem)}.product-title{gap:16px}.product-identity img{width:46px;height:46px;border-radius:10px}.product-copy .lead{font-size:1rem}.cover-frame,.gallery figure{padding:7px;border-radius:18px}.cover-frame img,.gallery img{border-radius:12px}.image-lightbox-content{max-width:calc(100vw - 24px);max-height:calc(100dvh - 24px)}.image-lightbox-image{max-height:calc(100dvh - 100px);border-radius:8px}.image-lightbox-caption{padding-inline:8px;font-size:.78rem}.image-lightbox-close{top:12px;right:12px}.gallery figure{grid-template-columns:1fr}.gallery figure:nth-child(2n){grid-template-columns:1fr}.gallery figure:nth-child(2n) img,.gallery figure:nth-child(2n) figcaption{order:initial}.gallery figcaption{padding:18px 12px 12px}.cta{align-items:flex-start;flex-direction:column;padding:26px}.cta h2{font-size:1.75rem}}
