/* Палитра: тёплая бумага, глубокий малахит и приглушённое золото. */
:root{--paper:#f7f5ef;--cream:#eae5d9;--ink:#292e29;--muted:#71736a;--green:#173f35;--green-dark:#102e28;--gold:#b4a074;--line:#d9d8cd;--serif:Georgia,"Times New Roman",serif;--sans:Arial,Helvetica,sans-serif;--max:1280px}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:106px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:15px;line-height:1.7;-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button:disabled{cursor:default}img{display:block;max-width:100%}svg{fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:400}h1,h2,h3{text-wrap:balance}h2{font-size:clamp(36px,3.45vw,52px);line-height:1.13;letter-spacing:-1.7px}h2 em,h3 em{font-weight:400;color:var(--green)}p{text-wrap:pretty}.container{width:min(var(--max),calc(100% - 112px));margin-inline:auto}.section{padding-block:106px}.eyebrow{font-size:10px;line-height:1.5;text-transform:uppercase;letter-spacing:2.1px;font-weight:500}.icon{width:22px;height:22px;flex-shrink:0}.svg-defs{position:absolute;width:0;height:0;overflow:hidden}.skip-link{position:fixed;z-index:100;left:16px;top:-100px;padding:12px 20px;background:var(--green);color:white}.skip-link:focus{top:12px}:focus-visible{outline:2px solid #a38142;outline-offset:6px}::selection{background:#cbddd3;color:#142e24}[hidden]{display:none!important}
.site-header{position:sticky;top:0;z-index:30;background:rgba(247,245,239,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.header-inner{height:96px;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand{display:inline-flex;align-items:center;gap:13px;flex-shrink:0}.brand img{width:55px;height:55px;object-fit:contain}.brand>span{display:flex;flex-direction:column;gap:3px}.brand-eyebrow{text-transform:uppercase;font-size:8px;letter-spacing:2.8px;line-height:1.4;color:var(--muted)}.brand-name{font-family:var(--serif);font-size:23px;line-height:1.2;letter-spacing:-.7px}.desktop-nav{display:flex;gap:28px;font-size:12px}.desktop-nav a{position:relative;padding:8px 0}.desktop-nav a::after{content:"";position:absolute;bottom:2px;left:0;width:100%;height:1px;background:var(--green);transform:scaleX(0);transform-origin:left;transition:transform .25s}.desktop-nav a:hover::after,.desktop-nav a:focus-visible::after{transform:scaleX(1)}.header-contact{font-size:12px;color:var(--green);display:flex;gap:23px;align-items:center;border:1px solid #9caea3;padding:11px 16px;transition:background .2s,color .2s}.header-contact:hover{background:var(--green);color:var(--paper)}.header-contact .icon{width:17px;height:17px}.menu-toggle{display:none;border:0;background:none;width:42px;height:42px;padding:9px}.menu-toggle span{display:block;height:1px;background:var(--green);margin:7px 0;transition:transform .25s}.menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-4px) rotate(-45deg)}.mobile-nav{position:absolute;top:100%;left:0;right:0;background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 28px 24px;box-shadow:0 15px 30px #172d1914}.mobile-nav a{display:block;padding:13px 0;font-size:17px}.mobile-nav a:last-child{border-top:1px solid var(--line);margin-top:8px;color:var(--green)}
.hero{min-height:638px;display:grid;grid-template-columns:1fr 1fr;background:#242724;color:var(--paper);overflow:hidden}.hero-copy{padding:65px 42px 35px max(56px,calc((100vw - var(--max))/2));display:flex;align-items:flex-start;flex-direction:column;justify-content:center}.hero-eyebrow{font-size:9px;letter-spacing:1.7px;color:#d3c5a7;display:flex;gap:13px;align-items:center;margin-bottom:29px}.hero-eyebrow>span{width:29px;height:1px;background:#bcaa81;flex-shrink:0}.hero h1{font-size:clamp(60px,5.5vw,84px);line-height:1.04;letter-spacing:-2.7px;max-width:630px}.hero h1 em{font-weight:400;color:#d1c09b}.hero-description{max-width:370px;line-height:1.8;font-size:14px;color:#d2d4ca;margin-top:26px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:34px;min-height:53px;padding:14px 23px;font-size:12px;transition:background .25s,transform .25s}.button:hover{transform:translateY(-2px)}.button-cream{background:var(--cream);color:#263b30;margin-top:31px}.button-cream:hover{background:#fffaf0}.button-green{background:var(--green);color:white}.button-green:hover{background:#215545}.hero-footnote{display:flex;gap:13px;align-items:center;font-size:9px;letter-spacing:.5px;color:#b2b9ad;margin-top:56px}.small-diamond{height:4px;width:4px;background:var(--gold);transform:rotate(45deg)}.hero-art{position:relative;min-width:0;background:#242221;isolation:isolate;overflow:hidden}.hero-art::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0d110c30,transparent 33%,#10151105 62%,#101511b3);pointer-events:none}.hero-image{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:44% center;transform:scale(1.035)}.hero-image-label{position:absolute;right:39px;top:35px;z-index:1;font-size:9px;letter-spacing:2px;text-transform:uppercase;writing-mode:vertical-rl;color:#eee8db}.hero-caption{position:absolute;bottom:34px;left:36px;right:36px;z-index:1;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #ffffff5c;padding-top:20px}.hero-caption>span{font-family:var(--serif);font-size:20px;line-height:1.35}.hero-caption>a{border:1px solid #d4d4c880;border-radius:50%;width:44px;height:44px;display:grid;place-items:center;transition:background .2s}.hero-caption>a:hover{background:#eae5d926}
.heritage-bar{border-bottom:1px solid var(--line);background:#edece4}.heritage-inner{display:grid;grid-template-columns:1.08fr 1fr 1.12fr 1fr;align-items:center;padding-block:26px}.heritage-inner>div,.heritage-inner>p{display:flex;align-items:center;gap:20px;min-height:52px;padding-left:34px;border-left:1px solid #d0d1c5}.heritage-inner>p{padding-left:0;border:0;gap:18px}.heritage-inner strong{font-family:var(--serif);font-size:55px;font-weight:400;line-height:1;color:var(--green);letter-spacing:-3px}.heritage-inner span{font-size:11px;line-height:1.6;color:#525d51}.heritage-inner svg{color:var(--green);width:32px;height:32px;flex-shrink:0;stroke-width:1.25}.heritage-inner .heritage-pin{width:26px;height:26px}
.about-intro{display:grid;grid-template-columns:1fr 2fr;gap:50px;margin-bottom:66px}.section-index{padding-top:10px;color:var(--muted)}.about-intro>div{max-width:775px}.about-intro h2{margin-bottom:30px}.intro-text{font-size:18px;line-height:1.7;max-width:660px}.body-text{color:var(--muted);line-height:1.9;max-width:635px;margin-top:15px;font-size:14px}.founder-layout{display:grid;grid-template-columns:1fr 1.03fr;gap:80px;align-items:center}.founder-photo{height:544px;position:relative;overflow:hidden;background:#998b77}.founder-photo img{width:100%;height:100%;max-width:none;object-fit:cover;object-position:0 center}.founder-photo figcaption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#211f1ba3);color:#fffdf6;font-size:10px;padding:70px 28px 25px;letter-spacing:.3px}.founder-copy .eyebrow{color:var(--muted);margin-bottom:22px}.founder-copy h3{font-size:35px;letter-spacing:-1px;line-height:1.2;margin-bottom:28px}.founder-copy>p:not(.eyebrow){font-size:14px;color:var(--muted);margin-top:17px;max-width:470px}.founder-signature{display:flex;align-items:center;gap:18px;margin-top:32px}.signature-line{height:1px;width:39px;background:var(--gold)}.founder-signature>div{display:flex;flex-direction:column;gap:4px}.founder-signature strong{font-size:14px;font-weight:400}.founder-signature div>span{font-size:10px;color:var(--muted)}
.creations-section{background:#ebeae2}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:52px}.section-heading .eyebrow{color:var(--muted);margin-bottom:25px}.section-heading>p{font-size:13px;color:var(--muted);line-height:1.9;padding-bottom:5px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;align-items:start}.gallery-item-offset{padding-top:49px}.gallery-open{display:block;position:relative;border:0;padding:0;width:100%;height:350px;overflow:hidden;background:#3e3d38;color:white}.gallery-item-offset .gallery-open{height:380px}.gallery-open>img{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.7,.3,1)}.gallery-open:hover>img,.gallery-open:focus-visible>img{transform:scale(1.05)}.zoom-label{position:absolute;bottom:15px;left:17px;right:17px;display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:10px;letter-spacing:.5px}.zoom-label>span{padding:5px 10px;background:#18251fc7;backdrop-filter:blur(4px)}.zoom-label>.icon{box-sizing:content-box;background:#f4f2e8;color:var(--green);border-radius:50%;width:16px;height:16px;padding:10px}.gallery-item figcaption{display:flex;gap:18px;margin-top:20px}.item-number{color:#7b8072;font-size:10px;padding-top:6px}.gallery-item h3{font-size:24px;line-height:1.3}.gallery-item figcaption p{font-size:10px;color:var(--muted);margin-top:7px;letter-spacing:.3px}.creation-types{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #cecec1;margin-top:49px;padding-top:28px}.creation-types>p{font-size:12px;color:var(--muted)}.creation-types p>span{margin-inline:15px;color:#727461}.text-link{display:inline-flex;align-items:center;gap:22px;font-size:11px;color:var(--green);border-bottom:1px solid #809283;padding-bottom:5px}.text-link .icon{width:16px;height:16px}.text-link:hover{color:#537260}
.philosophy-section{background:var(--green-dark);color:#e9e9de;overflow:hidden;padding-block:103px}.philosophy-layout{display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:85px}.philosophy-mark{display:grid;place-items:center;position:relative;isolation:isolate;min-height:405px}.philosophy-mark>img{position:relative;z-index:1;width:260px;height:260px;object-fit:contain}.philosophy-mark>span{position:absolute;bottom:2px;text-transform:uppercase;letter-spacing:3.3px;font-size:8px;color:#c5c7a9}.orbit{position:absolute;border:1px solid #728b6840;border-radius:50%;width:345px;height:345px;top:8px;left:50%;transform:translateX(-50%)}.orbit-two{width:390px;height:390px;top:-15px}.orbit-three{width:435px;height:435px;top:-37px;border-style:dashed;border-color:#8ca27924}.philosophy-copy .eyebrow{color:#bbb899;margin-bottom:27px}.philosophy-copy h2{font-size:clamp(32px,3vw,44px);line-height:1.2;letter-spacing:-1.3px}.philosophy-copy h2 em{color:#c9c29e}.philosophy-copy>p:not(.eyebrow){font-size:13px;color:#bdc8ba;line-height:1.9;margin-top:22px;max-width:510px}.philosophy-location{border-top:1px solid #75887459;padding-top:23px;margin-top:30px;display:flex;gap:12px;align-items:center;color:#c5cfbd;font-size:10px}.philosophy-location .icon{width:17px;height:17px}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-item{position:relative;padding:37px 34px 37px 0}.trust-item+.trust-item{border-left:1px solid var(--line);padding-left:34px}.feature-icon{width:42px;height:42px;stroke-width:1.1;color:var(--green);margin-bottom:29px}.trust-number{position:absolute;top:40px;right:34px;color:#929483;font-size:10px}.trust-item h3{font-size:23px;margin-bottom:14px;line-height:1.3}.trust-item p{font-size:12px;line-height:1.9;color:var(--muted);max-width:330px}.contact-section{padding-block:90px;background:#e5e5d9;border-block:1px solid #d4d6c7}.contact-layout{display:grid;grid-template-columns:1.25fr 1fr;gap:100px;align-items:center}.contact-copy .eyebrow{color:#677262;margin-bottom:26px}.contact-copy h2{font-size:clamp(39px,4.1vw,60px);line-height:1.12}.contact-copy>p:last-child{font-size:13px;color:#697360;margin-top:25px;line-height:1.8}.contact-city{display:flex;gap:17px;align-items:flex-start;margin-bottom:31px}.contact-city>.icon{color:var(--green);width:23px;height:23px;margin-top:2px}.contact-city .eyebrow{font-size:9px;letter-spacing:1.6px;color:#6c745f}.contact-city p{font-family:var(--serif);font-size:27px;line-height:1.4;margin:8px 0 4px}.contact-city div>span:last-child{font-size:11px;color:#747a67}.telegram-card{display:flex;align-items:center;gap:20px;padding:27px;background:var(--green);color:var(--paper);transition:background .25s,transform .25s}.telegram-card:hover{background:#20513e;transform:translateY(-3px)}.telegram-icon{height:49px;width:49px;display:grid;place-items:center;border:1px solid #dce6cf52;border-radius:50%;flex-shrink:0}.telegram-icon svg{height:22px;width:22px}.telegram-text{display:flex;flex-direction:column;gap:1px;flex:1}.telegram-text>span:first-child{font-size:9px;letter-spacing:.7px;color:#bcc9b6}.telegram-text>strong{font-family:var(--serif);font-size:30px;font-weight:400;line-height:1.4}.telegram-text>span:last-child{font-size:11px;color:#c3d3be}.telegram-card>.icon{align-self:flex-start;width:19px;height:19px}.contact-note{font-size:10px;line-height:1.8;color:#717761;margin-top:19px}.site-footer{padding-top:36px}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-brand img{width:43px;height:43px}.footer-brand .brand-name{font-size:20px}.footer-brand .brand-eyebrow{font-size:7px}.footer-inner>p{color:var(--muted);font-size:10px}.back-top{font-size:10px;display:inline-flex;align-items:center;gap:20px;color:var(--green)}.back-top .icon{height:16px;width:16px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;font-size:9px;color:#797f70;padding-block:25px 24px;margin-top:30px;border-top:1px solid var(--line)}
.lightbox{padding:0;border:1px solid #c2c6b759;background:#f2f0e8;color:var(--ink);width:min(720px,calc(100% - 32px));max-height:calc(100dvh - 40px);overflow:auto;box-shadow:0 25px 100px #0006}.lightbox::backdrop{background:#102019d9;backdrop-filter:blur(7px)}.lightbox figure{padding:45px 22px 22px}.lightbox-image{max-width:100%;max-height:72dvh;width:auto;margin:auto;object-fit:contain}.lightbox figcaption{text-align:center;font-size:12px;padding:15px 8px 0}.lightbox-close{position:absolute;right:8px;top:4px;border:0;background:transparent;color:var(--green);width:38px;height:38px;font-size:32px;line-height:1}.reveal.is-pending{opacity:0;transform:translateY(20px)}.reveal{transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.3,1)}
.error-page{min-height:100svh;display:flex;flex-direction:column}.error-header{padding-block:25px;border-bottom:1px solid var(--line)}.error-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:55px 24px 75px}.error-number{font-family:var(--serif);font-size:clamp(100px,15vw,170px);line-height:1;color:#c4cec0;letter-spacing:-8px;margin-bottom:20px}.error-main h1{font-size:clamp(28px,5vw,42px);line-height:1.2;color:var(--green)}.error-main>p:not(.error-number){max-width:440px;color:var(--muted);font-size:14px;margin-top:20px}.error-main .button{margin-top:30px}.error-main .error-contact{font-size:12px;margin-top:22px;border-bottom:1px solid #bac5b7}.error-footer{text-align:center;border-top:1px solid var(--line);padding:20px 15px;font-size:11px;color:var(--muted)}
/* Показываем левую фотографическую часть исходного слайда без встроенного заголовка. */
.founder-photo img{width:300%;height:auto;max-width:none;object-fit:initial}
@media(min-width:1600px){.hero{grid-template-columns:calc(50% + 10px) 1fr;min-height:685px}.hero-copy{padding-right:80px}.hero h1{font-size:91px}.hero-art{max-height:760px}}
@media(max-width:1150px){.container{width:calc(100% - 72px)}.header-inner{gap:20px}.desktop-nav{gap:19px;font-size:11px}.brand-name{font-size:20px}.brand img{width:46px;height:46px}.brand{gap:10px}.header-contact{gap:10px;padding:9px 12px}.hero-copy{padding-left:36px;padding-right:28px}.hero h1{font-size:65px}.hero-eyebrow{font-size:8px;letter-spacing:1px;gap:9px}.hero{min-height:603px}.heritage-inner>div{padding-left:24px;gap:14px}.heritage-inner span{font-size:10px}.founder-layout{gap:50px}.founder-photo{height:480px}.founder-copy h3{font-size:31px}.gallery{gap:20px}.gallery-open{height:300px}.gallery-item-offset .gallery-open{height:335px}.philosophy-layout{gap:50px;grid-template-columns:.85fr 1.15fr}.philosophy-mark>img{width:225px;height:225px}.orbit{width:290px;height:290px;top:36px}.orbit-two{width:330px;height:330px;top:16px}.orbit-three{width:370px;height:370px;top:-4px}.philosophy-mark>span{bottom:10px;font-size:7px}.trust-item{padding-right:24px}.trust-item+.trust-item{padding-left:24px}.trust-item h3{font-size:21px}.contact-layout{gap:65px}}
@media(max-width:920px){.desktop-nav{display:none}.header-contact{margin-left:auto}.menu-toggle{display:block}.hero{min-height:610px;grid-template-columns:1.1fr 1fr}.hero h1{font-size:59px}.hero-copy{padding-top:45px;padding-bottom:30px}.hero-eyebrow{line-height:1.8;max-width:260px}.hero-footnote{font-size:8px;gap:8px;margin-top:45px;flex-wrap:wrap}.hero-description{font-size:13px}.hero .button{font-size:11px;gap:16px;padding:13px 16px}.hero-caption{left:24px;right:24px}.hero-caption>span{font-size:17px}.hero-caption>a{width:37px;height:37px}.heritage-inner{grid-template-columns:repeat(4,1fr);gap:18px}.heritage-inner>div{padding-left:18px;display:block}.heritage-inner svg{margin-bottom:6px;width:27px;height:27px}.heritage-inner span{display:block;font-size:9px}.heritage-inner>p{gap:11px}.heritage-inner strong{font-size:47px}.section{padding-block:80px}.about-intro{grid-template-columns:.8fr 2fr;gap:25px}.intro-text{font-size:16px}.founder-layout{gap:35px}.founder-photo{height:485px}.founder-copy h3{font-size:29px}.founder-copy>p:not(.eyebrow){font-size:13px}.founder-copy .eyebrow{font-size:8px}.section-heading>p{font-size:11px}.gallery-open{height:260px}.gallery-item-offset .gallery-open{height:290px}.gallery-item h3{font-size:20px}.gallery-item figcaption{gap:12px}.gallery-item figcaption p{font-size:9px}.creation-types{align-items:flex-start;gap:20px}.creation-types>p{font-size:10px}.creation-types p>span{margin-inline:7px}.text-link{font-size:10px;gap:10px}.philosophy-section{padding-block:80px}.philosophy-layout{gap:38px;grid-template-columns:.8fr 1.2fr}.philosophy-mark>img{width:200px;height:200px}.orbit{width:260px;height:260px;top:55px}.orbit-two{width:300px;height:300px;top:35px}.orbit-three{display:none}.philosophy-mark>span{letter-spacing:1.7px;bottom:35px}.philosophy-copy h2{font-size:34px}.trust-item h3{font-size:20px}.trust-item p{font-size:11px}.contact-layout{gap:45px;grid-template-columns:1.1fr 1fr}.contact-copy h2{font-size:42px}.telegram-card{padding:21px;gap:14px}.telegram-icon{width:40px;height:40px}.contact-city p{font-size:24px}.footer-inner>p{display:none}}
@media(max-width:680px){html{scroll-padding-top:88px}.container{width:calc(100% - 40px)}.header-inner{height:78px;gap:12px}.brand img{width:43px;height:43px}.brand-name{font-size:19px;letter-spacing:-.6px}.brand-eyebrow{font-size:7px;letter-spacing:2px}.header-contact{display:none}.menu-toggle{margin-left:auto;flex-shrink:0}.hero{display:flex;flex-direction:column}.hero-copy{padding:43px 25px 34px}.hero-eyebrow{font-size:8px;letter-spacing:1.2px;max-width:none;margin-bottom:25px}.hero h1{font-size:clamp(50px,10.7vw,70px);letter-spacing:-2px;line-height:1.05;max-width:500px}.hero-description{max-width:325px;font-size:13px;margin-top:21px}.hero .button{margin-top:24px;min-height:49px;padding:12px 18px;font-size:11px;gap:25px}.hero-footnote{margin-top:27px;font-size:8px;gap:12px}.hero-art{height:390px;min-height:0}.hero-image{object-position:48% 47%;transform:scale(1.01)}.hero-image-label{right:20px;top:22px;font-size:8px}.hero-caption{bottom:21px;left:25px;right:25px;padding-top:15px}.hero-caption>span{font-size:18px}.heritage-inner{grid-template-columns:1fr 1fr;gap:0;padding-block:4px}.heritage-inner>div,.heritage-inner>p{display:flex;padding:20px 0;gap:15px;border:0;min-height:89px}.heritage-inner>div:nth-child(even){padding-left:21px;border-left:1px solid #d0d1c5}.heritage-inner>div:nth-child(n+3){border-top:1px solid #d0d1c5}.heritage-inner svg{margin:0;width:28px;height:28px}.heritage-inner span{font-size:10px}.heritage-inner strong{font-size:47px;min-width:47px}.heritage-inner>div:nth-child(3) svg{margin-left:5px;margin-right:5px}.heritage-inner .heritage-pin{width:25px;height:25px}.section{padding-block:65px}h2{font-size:36px;letter-spacing:-1px;line-height:1.16}.about-intro{display:block;margin-bottom:37px}.section-index{padding:0;margin-bottom:23px}.about-intro h2{margin-bottom:23px}.intro-text{font-size:16px}.body-text{font-size:13px;line-height:1.85}.founder-layout{display:flex;flex-direction:column;gap:35px;align-items:stretch}.founder-photo{height:460px;max-width:450px;width:100%;align-self:center}.founder-photo img{object-position:0 center}.founder-photo figcaption{font-size:9px;padding:65px 20px 20px}.founder-copy .eyebrow{font-size:9px;margin-bottom:20px}.founder-copy h3{font-size:32px;margin-bottom:20px}.founder-copy>p:not(.eyebrow){font-size:13px;max-width:none}.founder-signature{margin-top:25px}.section-heading{display:block;margin-bottom:32px}.section-heading .eyebrow{margin-bottom:23px}.section-heading>p{margin-top:22px;font-size:12px;padding:0}.gallery{grid-template-columns:1fr;gap:30px}.gallery-item-offset{padding:0}.gallery-open,.gallery-item-offset .gallery-open{height:auto;aspect-ratio:1.13}.gallery-open>img{height:100%;position:absolute;inset:0}.gallery-item-offset .gallery-open{aspect-ratio:1.02}.gallery-item figcaption{margin-top:16px;gap:17px}.gallery-item h3{font-size:25px}.gallery-item figcaption p{font-size:10px;margin-top:4px}.zoom-label{bottom:18px;left:18px;right:18px}.creation-types{display:block;margin-top:33px;padding-top:23px}.creation-types>p{font-size:11px;margin-bottom:16px}.creation-types .text-link{font-size:11px}.philosophy-section{padding-block:50px 62px}.philosophy-layout{display:flex;flex-direction:column;gap:43px;align-items:stretch}.philosophy-mark{min-height:300px;order:2;margin-top:18px}.philosophy-mark>img{width:195px;height:195px}.orbit{width:255px;height:255px;top:5px}.orbit-two{width:295px;height:295px;top:-15px}.philosophy-mark>span{bottom:-9px;font-size:8px;letter-spacing:2.3px}.philosophy-copy h2{font-size:34px}.philosophy-copy>p:not(.eyebrow){font-size:13px;max-width:none}.philosophy-copy .eyebrow{margin-bottom:24px}.philosophy-location{align-items:flex-start;margin-top:25px;padding-top:19px;max-width:350px;font-size:10px}.trust-grid{display:block;border-bottom:0}.trust-item,.trust-item+.trust-item{border-left:0;border-bottom:1px solid var(--line);padding:29px 0 31px}.feature-icon{width:37px;height:37px;margin-bottom:17px}.trust-number{top:35px;right:2px}.trust-item h3{font-size:25px;margin-bottom:12px}.trust-item p{font-size:13px;max-width:none}.contact-section{padding-block:60px}.contact-layout{display:block}.contact-copy h2{font-size:43px;letter-spacing:-1.3px}.contact-copy>p:last-child{font-size:13px;margin-top:22px}.contact-details{margin-top:38px;padding-top:30px;border-top:1px solid #c9cebb}.contact-city{margin-bottom:25px}.contact-city p{font-size:26px}.telegram-card{padding:23px}.telegram-text>strong{font-size:29px}.telegram-icon{width:47px;height:47px}.telegram-text>span:last-child{font-size:11px}.contact-note{font-size:10px}.site-footer{padding-top:28px}.footer-inner{gap:15px;align-items:center}.footer-brand img{width:36px;height:36px}.footer-brand .brand-name{font-size:16px}.footer-brand .brand-eyebrow{font-size:6px}.footer-brand{gap:9px}.back-top{font-size:9px;gap:8px}.back-top .icon{width:15px}.footer-bottom{display:block;margin-top:24px;padding-block:20px;font-size:9px}.footer-bottom>span{display:block}.footer-bottom>span+span{margin-top:6px}.lightbox figure{padding:44px 13px 14px}.lightbox figcaption{font-size:11px}.error-header .brand-name{font-size:19px}}
@media(max-width:370px){.container{width:calc(100% - 32px)}.brand-name{font-size:16px}.brand img{width:37px;height:37px}.hero-copy{padding-inline:20px}.hero h1{font-size:47px}.hero-eyebrow{font-size:7px;letter-spacing:.8px}.hero-art{height:340px}.hero-footnote{gap:7px;font-size:7px}.heritage-inner>div:nth-child(even){padding-left:15px}.heritage-inner span{font-size:9px}h2{font-size:32px}.contact-copy h2{font-size:38px}.footer-brand .brand-name{font-size:14px}.back-top{gap:5px}.telegram-card{padding:19px;gap:12px}.founder-photo{height:420px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.reveal.is-pending{opacity:1;transform:none}.gallery-open:hover>img{transform:none}}
/* Галерея из четырёх украшений и разделы без малых нумерованных подписей. */
.about-intro{display:block}
.about-intro>div{max-width:900px}
.gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 28px}
.gallery .gallery-open{height:auto;aspect-ratio:1.24}
.gallery .gallery-open>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.gallery .gallery-item-wide .gallery-open{background:#000}
.gallery .gallery-item-wide .gallery-open>img{object-fit:contain}
.site-footer{padding-top:0}
.site-footer .footer-bottom{margin-top:0;border-top:0;padding-block:24px}
@media(max-width:680px){
  .gallery{grid-template-columns:1fr;gap:30px}
  .gallery .gallery-open{aspect-ratio:1.13}
  .gallery .gallery-item-wide .gallery-open{aspect-ratio:16/9}
}

/* Портрет Ирины и отдельный крупный план украшений. */
.founder-photo-pair{width:100%;min-width:0;margin:0}
.founder-photo-composition{position:relative;padding-bottom:26px}
.founder-photo-composition .founder-portrait{width:80%;height:auto;aspect-ratio:4/5;object-fit:contain}
.founder-photo-composition .founder-jewelry-detail{position:absolute;right:0;bottom:0;width:44%;height:auto;aspect-ratio:4/5;object-fit:contain;border:7px solid var(--paper);box-shadow:0 10px 26px #343b291a}
.founder-photo-pair figcaption{margin-top:17px;font-size:10px;line-height:1.7;color:var(--muted);max-width:340px}

/* Пять примеров товаров: фотографии полностью помещаются в карточках. */
.products-section{background:var(--paper)}
.products-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:36px 24px}
.product-card{flex:0 1 calc((100% - 48px)/3);min-width:0}
.product-card .product-image{width:100%;height:auto;aspect-ratio:1;background:#fff;border:1px solid #e5e4dc}
.product-card .product-image>img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}
.product-card figcaption{padding-top:19px}
.product-card h3{font-size:25px;line-height:1.3}
.product-card figcaption p{font-size:11px;line-height:1.7;color:var(--muted);margin-top:7px}
.products-contact{display:flex;justify-content:space-between;align-items:center;gap:24px;border-top:1px solid var(--line);padding-top:26px;margin-top:43px}
.products-contact>p{font-size:12px;color:var(--muted)}
@media(max-width:920px){
  .product-card{flex-basis:calc((100% - 24px)/2)}
  .product-card h3{font-size:23px}
  .founder-photo-composition .founder-jewelry-detail{border-width:5px}
  .products-contact{align-items:flex-start;flex-direction:column;gap:13px}
}
@media(max-width:680px){
  .founder-photo-pair{max-width:450px;align-self:center}
  .founder-photo-composition{padding-bottom:20px}
  .founder-photo-pair figcaption{font-size:9px;margin-top:14px}
  .products-grid{gap:30px}
  .product-card{flex-basis:100%;max-width:450px}
  .product-card h3{font-size:25px}
  .product-card figcaption{padding-top:16px}
  .products-contact{margin-top:32px;padding-top:22px}
  .products-contact>p{font-size:11px}
  .products-contact .text-link{font-size:11px;gap:12px}
}
@media print{
  .founder-photo-pair,.product-card{break-inside:avoid}
  .products-section .product-image{display:block}
  .product-card{flex-basis:calc((100% - 24px)/2)}
}

/* Постоянная кнопка Telegram в шапке, включая мобильную версию. */
html{scroll-padding-top:124px}
.site-header .header-inner{height:auto;min-height:106px;padding-block:12px;gap:22px}
.site-header .desktop-nav{white-space:nowrap}
.site-header .header-telegram{
  display:flex;flex-shrink:0;min-width:242px;gap:14px;padding:10px 16px;
  background:#176448;color:#fffdf3;border:1px solid #277d5d;
  box-shadow:0 5px 18px #174d3426;
}
.site-header .header-telegram:hover{background:#105238;transform:translateY(-1px);box-shadow:0 7px 20px #174d3438}
.header-telegram .telegram-icon{width:44px;height:44px;background:#ffffff0d;border-color:#e8f3de75}
.header-telegram .telegram-icon svg{width:23px;height:23px}
.header-telegram .telegram-text{gap:3px;white-space:nowrap}
.header-telegram .telegram-text>span:first-child{font-size:9px;line-height:1.2;color:#eff5df}
.header-telegram .telegram-text>strong{font-size:27px;line-height:1.05;color:#fffdf3}
.header-telegram .telegram-text>.telegram-handle{font-size:10px;line-height:1.2;color:#e0edd8}
.header-telegram>.icon{width:18px;height:18px;align-self:center}
.site-header .mobile-nav a:last-child{border-top:0;margin-top:0;color:inherit}
@media(min-width:921px) and (max-width:1120px){
  html{scroll-padding-top:166px}
  .site-header .header-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 24px;padding-block:10px}
  .site-header .header-inner>.brand{grid-column:1;grid-row:1}
  .site-header .header-telegram{grid-column:2;grid-row:1}
  .site-header .desktop-nav{grid-column:1/-1;grid-row:2;justify-content:center}
}
@media(max-width:920px){
  .site-header .header-telegram{margin-left:auto}
  .site-header .menu-toggle{margin-left:0;flex-shrink:0}
}
@media(max-width:680px){
  html{scroll-padding-top:151px}
  .site-header .header-inner{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:10px;min-height:0;padding-block:10px 12px}
  .site-header .header-inner>.brand{grid-column:1;grid-row:1}
  .site-header .menu-toggle{grid-column:2;grid-row:1;justify-self:end}
  .site-header .header-telegram{grid-column:1/-1;grid-row:2;width:100%;min-width:0;min-height:62px;margin:0;padding:9px 15px;gap:14px}
  .header-telegram .telegram-icon{width:40px;height:40px}
  .header-telegram .telegram-text>strong{font-size:25px}
  .header-telegram .telegram-handle{display:none}
}
@media print{.site-header{position:static}.desktop-nav,.header-contact,.header-telegram,.menu-toggle,.button,.zoom-label,.back-top,.lightbox{display:none!important}.site-header .header-inner{display:flex;min-height:0;padding-block:12px}.hero{min-height:440px}.section{padding-block:40px}.container{width:95%}.reveal.is-pending{opacity:1;transform:none}.contact-section,.philosophy-section,.hero,.heritage-bar{-webkit-print-color-adjust:exact;print-color-adjust:exact}.gallery,.trust-grid{break-inside:avoid}a[href^="https://t.me"]::after{content:" (t.me/uralskiesamotsveti)";font-size:10px}}
