@import url('./assets/fonts/fonts.css');
:root{--paper:#faf7f3;--ink:#292824;--muted:#74706a;--rose:#ad7462;--line:#e5dcd3;--serif:'Cormorant Garamond',Georgia,serif;--sans:Manrope,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 var(--sans)}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button{cursor:pointer;color:inherit}button:focus-visible,a:focus-visible{outline:2px solid var(--rose);outline-offset:5px}button:disabled{cursor:default}h1,h2,h3,p{margin:0}h1,h2{font-family:var(--serif);font-weight:500;line-height:1.04;letter-spacing:-1.5px}em{font-weight:400;color:var(--rose)}.icon{width:24px;height:24px;flex-shrink:0}.skip-link{position:fixed;top:-100px;left:16px;z-index:100;background:white;padding:12px}.skip-link:focus{top:8px}.header{height:90px;max-width:1440px;margin:auto;padding:0 5%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--line);background:#fffdf9;position:relative;z-index:30}.brand{grid-column:2;font:600 43px/.8 var(--serif);letter-spacing:-1.5px;text-align:center;display:flex;flex-direction:column}.brand span{font-size:28px;font-style:italic;font-weight:400;color:var(--rose);letter-spacing:-.5px;margin-top:4px}.header nav{grid-column:1;grid-row:1;display:flex;gap:24px;font-size:14px}.header nav a:hover{color:var(--rose)}.header-catalog{grid-column:3;justify-self:end;display:flex;gap:12px;align-items:center;font-size:14px}.header-catalog svg{width:28px;height:28px}.menu-toggle{display:none}.eyebrow{display:block;text-transform:uppercase;font-size:12px;font-weight:600;letter-spacing:2px;color:#7f6b5e}.hero{max-width:1280px;margin:auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:615px;padding:45px 6% 55px;overflow:hidden;gap:16px}.hero-copy{z-index:2}.hero h1{font-size:clamp(66px,6.8vw,98px);margin:23px 0}.hero h1 em{font-style:normal}.hero-copy p{font-size:18px;line-height:1.75;color:#6c6861;margin-bottom:28px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;padding:17px 24px;border:1px solid var(--rose);border-radius:10px;background:var(--rose);color:white;font-size:16px;font-weight:500;min-height:56px;transition:background .2s,box-shadow .2s}.button:hover{background:#965f4e;box-shadow:0 6px 20px #8c60571c}.button .icon{width:24px}.hero-note{display:block;margin-top:27px;max-width:270px;font-size:12px;letter-spacing:.5px;color:#857970}.cover{display:block;width:100%;height:auto;object-fit:contain;aspect-ratio:2/3}.hero-art{position:relative;min-width:0;height:490px}.hero-art .cover{position:absolute;box-shadow:8px 14px 30px #4e382126;border:1px solid #e1d8cd}.hero-front{width:65%;left:3%;top:16%;transform:rotate(-7deg);z-index:2}.hero-back{width:60%;right:1%;top:0;transform:rotate(10deg);z-index:1}.hero-signature{position:absolute;bottom:20px;right:0;transform:rotate(-9deg);font:italic 30px/1.05 var(--serif);color:var(--rose)}.collection{max-width:1280px;margin:auto;padding:46px 5% 0;background:#fffdfb;border-radius:24px 24px 0 0}.section-heading{text-align:center;margin-bottom:30px}.section-heading h2{font-size:54px;margin:10px 0 14px}.section-heading p{color:var(--muted);font-size:15px}.cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.card{min-width:0;border:1px solid var(--line);border-radius:14px;padding:16px;background:#fbf8f4;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:0 10px 25px #4e382114;transform:translateY(-3px)}.card-art{padding:12px 17px 19px;background:#f2ece4;border-radius:7px}.card .cover{box-shadow:4px 6px 12px #523e2426}.card:nth-child(2) .card-art{background:#eef0e7}.card:nth-child(3) .card-art{background:#eeebe5}.card-info{display:flex;flex:1;flex-direction:column;padding:14px 3px 0}.card h3{font-size:17px;line-height:1.45;font-weight:500;margin-bottom:16px}.card-bottom{display:flex;align-items:center;justify-content:space-between;gap:4px;margin-top:auto;color:var(--theme-accent,var(--rose));font-size:17px;white-space:nowrap}.card-arrow{background:var(--rose);color:white;border-radius:50%;display:grid;place-items:center;width:39px;height:39px;flex-shrink:0}.card-arrow .icon{width:21px}.specs{margin:30px 0 0;display:grid;grid-template-columns:repeat(4,1fr);background:#f2ede7;border-radius:14px;padding:24px 8px}.specs>div{display:flex;align-items:center;justify-content:center;gap:12px;padding:4px 12px;border-right:1px solid #dcd3c9;min-width:0}.specs>div:last-child{border:0}.specs .icon{width:30px;height:30px;color:var(--rose)}.specs span{display:block;font-size:12px;color:var(--muted)}.specs strong{display:block;color:#59554f;font-size:14px;font-weight:500;line-height:1.5;margin-top:3px}.how{max-width:1152px;margin:65px auto;display:grid;grid-template-columns:1fr 1fr;gap:9%;padding:0 24px}.how h2{font-size:47px;margin-top:17px}.steps{list-style:none;padding:0;margin:0;display:grid;gap:25px}.steps li{display:flex;gap:22px;align-items:flex-start}.steps li>span{font:italic 29px/1.3 var(--serif);color:var(--rose)}.steps h3{font-size:16px;font-weight:600;margin-bottom:5px}.steps p{font-size:14px;color:var(--muted)}footer{padding:25px 24px 35px;max-width:950px;margin:auto;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:22px}footer a{font:12px var(--serif);letter-spacing:4px;color:#6b6259}.footer-rule{width:95px;height:1px;background:#d6b6a7}footer small{width:100%;text-align:center;color:#85796d;font-size:12px}.detail{max-width:1240px;margin:auto;padding:20px 5% 30px}.back-link{display:inline-flex;align-items:center;gap:7px;font-size:14px;color:#7a695e;min-height:44px;margin-bottom:17px}.back-link .icon{width:18px}.product{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:6%;align-items:start}.product-gallery{min-width:0}.product-stage{height:530px;background:#f0e9df;border-radius:14px;position:relative;display:grid;place-items:center;overflow:hidden;touch-action:pan-y}.gallery-image{padding:0;border:0;background:transparent;display:grid;place-items:center;width:100%;height:100%;cursor:zoom-in}.gallery-image img{display:block;max-width:100%;object-fit:contain}.cover-image{height:85%;max-height:445px;width:auto;box-shadow:8px 12px 25px #4e38212b}.spread-image{width:100%;height:100%;max-height:100%;object-fit:contain}.gallery-nav{position:absolute;top:calc(50% - 22px);z-index:2;width:44px;height:44px;border:1px solid #e8ded5;border-radius:50%;background:#fffdf8ef;display:grid;place-items:center}.gallery-prev{left:12px}.gallery-next{right:12px}.gallery-nav:hover,.gallery-zoom:hover{background:white}.gallery-nav .icon{width:20px;color:var(--rose)}.gallery-counter{position:absolute;bottom:12px;left:18px;font-size:12px;color:#6b5a4d;background:#fffaf2db;border-radius:30px;padding:3px 9px}.gallery-zoom{position:absolute;bottom:9px;right:12px;width:36px;height:36px;background:#fffaf2e8;border:0;border-radius:50%;display:grid;place-items:center}.gallery-zoom .icon{width:18px}.gallery-tabs{display:grid;grid-template-columns:1fr 1.55fr;gap:10px;margin-top:12px}.gallery-tabs button{display:flex;align-items:center;gap:11px;min-width:0;border:1px solid var(--line);border-radius:9px;background:#fffdf9;text-align:left;padding:7px 10px;font-size:14px;min-height:65px}.gallery-tabs img{width:37px;height:48px;object-fit:contain;flex-shrink:0}.gallery-tabs button[data-slide="1"] img{width:56px}.gallery-tabs button[aria-pressed=true]{background:#f0e1d7;border-color:#bc8a77;color:#704a3d}.gallery-caption{color:var(--muted);font-size:12px;line-height:1.65;margin-top:12px;min-height:40px}.product-info{padding-top:14px}.product-info h1{font-size:60px;margin:17px 0 12px;line-height:.98}.product-subtitle{font:italic 28px/1.2 var(--serif);color:var(--theme-accent);margin-bottom:20px}.product-description{font-size:15px;line-height:1.8;color:#726c65}.price-row{display:flex;align-items:center;gap:20px;margin:25px 0}.price{font:500 42px/1 var(--serif);white-space:nowrap}.price-note{font-size:12px;color:var(--muted);max-width:175px;line-height:1.5}fieldset{border:0;padding:0;margin:0;min-width:0}legend{font-size:14px;margin-bottom:11px;padding:0}.page-options{display:flex;gap:9px}.page-option{position:relative;flex:1}.page-option input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}.page-option span{display:grid;place-items:center;min-height:47px;border:1px solid #ded3c9;border-radius:8px;background:#fffdf9;font-size:16px}.page-option input:checked+span{background:var(--rose);border-color:var(--rose);color:white}.page-option input:focus-visible+span{outline:2px solid var(--ink);outline-offset:3px}.quantity-note{font-size:12px;color:var(--muted);margin:9px 0 17px}.create{width:100%}.editor-note{text-align:center;font-size:12px;color:#82756b;margin-top:11px}.inside{display:grid;grid-template-columns:1fr 1fr;gap:7%;padding:38px 32px;background:#f6eee8;border-radius:14px;margin-top:22px}.inside h2{font-size:39px;margin:12px 0}.inside p{font-size:14px;color:#7c6e62}.inside ul{padding:0;list-style:none;display:grid;gap:14px;align-content:center;margin:0}.inside li{display:flex;align-items:center;gap:11px;font-size:14px}.inside .icon{width:20px;color:var(--theme-accent)}dialog{background:var(--paper);color:var(--ink);border:1px solid var(--line);border-radius:14px}dialog::backdrop{background:#28201bd1;backdrop-filter:blur(5px)}.image-dialog{width:min(1100px,calc(100% - 24px));max-width:1100px;max-height:94dvh;padding:50px 16px 18px;overflow:auto}.image-dialog>img{display:block;max-width:100%;max-height:75dvh;object-fit:contain;margin:auto}.image-dialog>p{font-size:13px;color:var(--muted);text-align:center;margin:15px 0 0}.image-close{position:absolute;top:5px;right:8px;width:44px;height:44px;border:0;background:transparent;display:grid;place-items:center}
@media(max-width:1000px){.header nav{gap:14px;font-size:12px}.header-catalog span{display:none}.hero{min-height:510px;padding:36px 5%}.hero h1{font-size:70px}.hero-copy p{font-size:16px}.hero-art{height:420px}.hero-signature{font-size:25px}.card{padding:10px}.card-art{padding:12px}.card h3{font-size:15px}.card-bottom{font-size:15px}.card-arrow{width:31px;height:31px}.specs>div{flex-direction:column;text-align:center}.product-stage{height:450px}.cover-image{max-height:370px}.product-info h1{font-size:49px}.product-subtitle{font-size:25px}.product-description{font-size:14px}.gallery-tabs{grid-template-columns:1fr 1.45fr}.gallery-tabs button{gap:7px;font-size:12px;padding:6px}.price-row{gap:12px}.price{font-size:37px}.product{gap:4%}}
@media(max-width:700px){html{scroll-padding-top:80px}.header{height:74px;padding:0 16px;position:sticky;top:0;grid-template-columns:1fr auto 1fr}.brand{font-size:35px}.brand span{font-size:23px}.menu-toggle{display:grid;place-items:center;width:44px;height:44px;padding:10px;border:0;background:none;grid-column:1;grid-row:1}.menu-toggle svg{width:25px;height:25px}.header-catalog{width:44px;height:44px;justify-content:center}.header-catalog svg{width:25px}.header nav{display:none;position:absolute;left:0;right:0;top:73px;flex-direction:column;gap:0;background:#fffdf9;padding:10px 22px 18px;border-bottom:1px solid var(--line);box-shadow:0 12px 20px #39251a12;font-size:16px}.header nav a{padding:12px 0}.header nav.open{display:flex}.hero{grid-template-columns:1fr 1fr;min-height:350px;padding:30px 20px 32px;gap:0;align-items:center}.hero .eyebrow{font-size:10px;letter-spacing:1.3px;max-width:140px}.hero h1{font-size:clamp(41px,8.5vw,60px);letter-spacing:-1.5px;line-height:.98;margin:14px 0}.hero-copy p{font-size:14px;line-height:1.65;margin-bottom:19px;width:110%;max-width:240px}.hero .button{min-height:48px;padding:12px 14px;font-size:14px;gap:12px;white-space:nowrap}.hero .button .icon{width:19px}.hero-note{display:none}.hero-art{height:290px;margin-left:8px}.hero-front{width:83%;left:0;top:24%}.hero-back{width:78%;right:-13px;top:1%}.hero-signature{font-size:22px;bottom:-12px;right:-3px}.collection{padding:30px 16px 0;border-radius:20px 20px 0 0}.section-heading{margin-bottom:24px}.section-heading .eyebrow{font-size:10px;letter-spacing:1.7px}.section-heading h2{font-size:39px;letter-spacing:-1px;margin:10px 0}.section-heading p{font-size:14px;max-width:270px;margin:auto}.cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.card{padding:10px;border-radius:12px}.card-art{padding:10px 13px 13px}.card h3{font-size:15px;line-height:1.35;margin-bottom:12px;min-height:40px}.card-info{padding:12px 1px 1px}.card-bottom{font-size:15px}.card-arrow{width:31px;height:31px}.card-arrow .icon{width:19px}.specs{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:10px 12px;margin-top:22px}.specs>div{flex-direction:row;text-align:left;justify-content:flex-start;gap:10px;padding:16px 9px;border:0}.specs>div:nth-child(odd){border-right:1px solid var(--line)}.specs>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.specs .icon{width:25px;height:25px}.specs span{font-size:11px}.specs strong{font-size:12px}.how{display:block;margin:35px 20px 25px;padding:0}.how h2{font-size:38px;margin:12px 0 25px}.how .eyebrow{font-size:11px}.steps{gap:23px}.steps li{gap:18px}.steps p{font-size:14px}.steps h3{font-size:15px}footer{gap:14px;padding:30px 16px}footer a{font-size:10px;letter-spacing:2.5px}.footer-rule{width:40px}footer small{font-size:11px}.detail{padding:10px 16px 15px}.back-link{font-size:14px;margin-bottom:10px}.product{grid-template-columns:1fr;gap:24px}.product-stage{height:430px;border-radius:12px}.cover-image{max-height:370px;height:85%}.gallery-nav{width:42px;height:42px}.gallery-prev{left:8px}.gallery-next{right:8px}.gallery-tabs{grid-template-columns:1fr 1.6fr;gap:8px;margin-top:10px}.gallery-tabs button{font-size:13px;padding:7px 10px;min-height:62px;gap:9px}.gallery-tabs img{width:30px;height:44px}.gallery-tabs button[data-slide="1"] img{width:48px}.gallery-caption{font-size:12px;margin-top:10px;min-height:0}.product-info{padding:0 2px}.product-info .eyebrow{font-size:11px;letter-spacing:1.5px}.product-info h1{font-size:49px;margin:13px 0 10px}.product-subtitle{font-size:26px;margin-bottom:17px;max-width:360px}.product-description{font-size:15px;line-height:1.8}.price-row{margin:22px 0;gap:18px}.price{font-size:39px}.price-note{font-size:12px}.page-options{gap:8px}.page-option span{min-height:48px}.quantity-note{margin:9px 0 17px}.create{min-height:56px}.editor-note{font-size:12px;margin-top:10px}.detail>.specs{margin-top:29px}.inside{display:block;padding:25px 21px;margin-top:17px}.inside .eyebrow{font-size:10px}.inside h2{font-size:35px;margin:10px 0}.inside p{font-size:14px}.inside ul{margin-top:23px;gap:13px}.inside li{font-size:14px}.image-dialog{padding:50px 8px 15px}.image-dialog>img{max-height:76dvh}.image-dialog>p{font-size:12px;padding:0 8px}}
@media(max-width:380px){.hero{padding:24px 16px 28px;min-height:320px}.hero h1{font-size:40px}.hero-copy p{font-size:13px}.hero .button{font-size:12px;padding:11px 12px;gap:8px}.hero-art{height:260px}.hero-signature{font-size:20px}.card{padding:8px}.card-art{padding:8px 10px}.card-bottom{font-size:13px}.card-arrow{width:28px;height:28px}.card h3{font-size:14px}.specs{padding:8px}.specs>div{gap:7px;padding:14px 5px}.specs strong{font-size:11px}.specs .icon{width:22px}.product-stage{height:380px}.cover-image{max-height:325px}.product-info h1{font-size:45px}.gallery-tabs button{font-size:12px;padding:6px}.gallery-tabs button[data-slide="1"] img{width:42px}.price{font-size:35px}.section-heading h2{font-size:35px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
@media(max-width:700px){.hero-copy p{width:100%}.hero-back{right:8px}.hero-signature{right:8px}}
@media(min-width:701px){.hero-front{width:54%;top:10%;left:7%}.hero-back{width:50%;right:5%}.hero-signature{right:0;bottom:2px}}
.gallery-image{position:absolute;inset:0}.gallery-image .spread-image{height:auto;max-height:100%;object-fit:contain}
.responsive-picture{display:contents}.gallery-tabs picture img{width:37px;height:48px;object-fit:contain}.image-dialog .enlarged-image{display:block;max-width:100%;max-height:75dvh;object-fit:contain;margin:auto}
.specs small{display:block;font-size:11px;line-height:1.4;margin-top:3px;color:var(--muted)}
.category-switch{display:flex;justify-content:center;gap:6px;padding:14px 16px 0;max-width:540px;margin:0 auto}.category-switch a{flex:1;max-width:220px;display:flex;align-items:center;justify-content:center;padding:11px 18px;border:1px solid var(--line);border-radius:8px;font-size:15px;background:#fffcf8;min-height:46px}.category-switch a[aria-current]{background:var(--rose);border-color:var(--rose);color:white}.category-switch a:hover{border-color:var(--rose)}
.services-page{max-width:1080px;margin:auto;padding:25px 5% 65px;min-height:65dvh}.services-heading{padding:35px 0 30px}.services-heading h1{font-size:64px;margin:15px 0}.services-heading p{color:var(--muted);font-size:16px}.services-catalog{padding:38px;border:1px solid var(--line);border-radius:15px;background:#fffdfa}.services-catalog h2{font-size:36px;margin-bottom:15px}.services-catalog p{max-width:480px;color:var(--muted);margin-bottom:25px}.header nav{gap:18px;font-size:13px}
@media(min-width:701px) and (max-width:1050px){.header nav{gap:10px;font-size:11px}.header nav a{max-width:95px}}
@media(max-width:700px){.category-switch{padding-top:12px;gap:8px}.category-switch a{font-size:14px;padding:10px 12px}.header nav{gap:0;font-size:16px}.gallery-tabs picture img{width:30px;height:44px}.gallery-tabs button[data-slide="1"] picture img{width:48px}.services-page{padding:12px 20px 40px}.services-heading{padding:25px 0}.services-heading h1{font-size:47px}.services-catalog{padding:25px 20px}.services-catalog h2{font-size:33px}.services-catalog p{font-size:15px}.services-catalog .button{font-size:14px;gap:15px}}
.services-heading{padding-bottom:18px}.services-heading h1{line-height:1.03}.services-heading p{max-width:580px;line-height:1.55}.service-jump{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 38px}.service-jump a{border:1px solid var(--line);background:#fffdfa;border-radius:30px;padding:12px 18px;min-height:46px;font-size:14px}.service-jump a:hover,.service-jump a:focus-visible{border-color:var(--rose);color:var(--rose)}.service-group{scroll-margin-top:88px;margin:0 0 54px}.service-group-head{display:grid;grid-template-columns:minmax(0,1fr) 170px;gap:30px;align-items:end;border-bottom:1px solid var(--line);padding:0 0 22px;margin-bottom:18px}.service-group-head h2{font:normal clamp(32px,4vw,48px)/1.1 Georgia,serif;margin:9px 0 10px}.service-group-head p{font-size:16px;color:var(--muted);line-height:1.5;margin:0}.service-poster{display:block;position:relative;height:145px;overflow:hidden;border-radius:12px;background:#89626c;color:white}.service-poster img{width:100%;height:100%;object-fit:cover;object-position:50% 27%;filter:brightness(.82)}.service-poster span{position:absolute;inset:auto 0 0;padding:22px 12px 10px;background:linear-gradient(transparent,#38262cdb);font-size:12px;display:flex;align-items:center;gap:5px}.service-poster .icon,.service-extra .icon{width:15px;height:15px}.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.service-card{border:1px solid var(--line);border-radius:12px;background:#fffdfa;padding:21px 22px;min-width:0}.service-card-top{display:flex;justify-content:space-between;gap:14px;align-items:baseline}.service-card h3{font:normal 23px/1.15 Georgia,serif;margin:0}.service-card strong{color:var(--rose);font-size:19px;font-weight:500;white-space:nowrap}.service-card p{font-size:14px;color:var(--muted);line-height:1.55;margin:12px 0 0}.service-extra,.service-note{display:inline-flex;gap:8px;align-items:center;margin:18px 0 0;color:var(--rose);font-size:14px}.service-extra{text-decoration:underline;text-underline-offset:4px}.service-finish{border-top:1px solid var(--line);padding:25px 0;color:var(--muted);font-size:14px;line-height:1.55}
@media(max-width:700px){.services-heading{padding-bottom:12px}.services-heading h1{font-size:44px}.services-heading p{font-size:15px}.service-jump{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:6px 0 29px}.service-jump a{display:flex;align-items:center;justify-content:center;text-align:center;padding:9px 8px;font-size:13px;line-height:1.25}.service-jump a:last-child{grid-column:1/-1}.service-group{margin-bottom:40px;scroll-margin-top:20px}.service-group-head{grid-template-columns:minmax(0,1fr) 96px;gap:12px;padding-bottom:15px;margin-bottom:10px}.service-group-head h2{font-size:30px}.service-group-head p{font-size:14px}.service-poster{height:112px}.service-poster span{font-size:10px;padding:14px 6px 6px;line-height:1.1}.service-grid{grid-template-columns:1fr;gap:8px}.service-card{padding:16px}.service-card h3{font-size:21px}.service-card strong{font-size:17px}.service-card p{font-size:14px;margin-top:7px}.service-finish{padding-top:17px}}
.service-contact{display:flex;justify-content:space-between;gap:30px;align-items:center;background:#f6eee9;border-radius:15px;padding:32px;margin-top:15px}.service-contact h2{font:normal 32px/1.12 Georgia,serif;margin:9px 0}.service-contact p{font-size:15px;line-height:1.5;color:var(--muted);margin:0}.service-contact .button{white-space:nowrap;font-size:15px}.service-contact .icon{width:18px;height:18px}@media(max-width:700px){.service-contact{display:block;padding:22px}.service-contact h2{font-size:28px}.service-contact .button{display:flex;justify-content:center;white-space:normal;margin-top:20px;padding:15px 10px;font-size:14px}}
.service-group-head{display:block}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.service-card{padding:0;overflow:hidden;display:flex;flex-direction:column}.service-image-slot{aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;background:#f0eae5;border-bottom:1px solid var(--line);color:#8c7c70;font-size:14px}.service-card-body{padding:20px;display:flex;flex-direction:column;flex:1}.service-card h3{font-size:23px;line-height:1.2}.service-card p{margin:12px 0 22px;font-size:14px;line-height:1.55}.service-card strong{display:block;margin-top:auto;white-space:normal;font-size:20px}.service-image-slot img{width:100%;height:100%;object-fit:cover}@media(max-width:700px){.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.service-card{padding:0}.service-card-body{padding:14px 12px}.service-card h3{font-size:20px;overflow-wrap:anywhere}.service-card p{font-size:14px;margin:10px 0 18px}.service-card strong{font-size:18px}.service-image-slot{aspect-ratio:1;font-size:13px}}@media(max-width:359px){.service-grid{grid-template-columns:1fr}.service-image-slot{aspect-ratio:4/3}}

.service-image-slot:has(img){aspect-ratio:1}.service-image-slot img{display:block;object-fit:contain}
