/* Diana Kucharska Aesthetics — responsive landing page */
:root{--paper:#fffdfb;--cream:#f8f4ef;--sand:#eee6dd;--line:#e8ded4;--ink:#302a27;--muted:#736c66;--gold:#8d745d;--gold-dark:#6b523e;--gold-light:#af9780;--serif:'Cormorant Garamond',Georgia,serif;--sans:'DM Sans',Arial,sans-serif;--container:1240px;--radius:8px;--shadow:0 12px 36px rgba(68,45,27,.045);--ease:cubic-bezier(.22,1,.36,1)}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:82px}body{margin:0;color:var(--ink);background:var(--paper);font:400 15px/1.65 var(--sans);-webkit-font-smoothing:antialiased}body.modal-open,body.menu-open{overflow:hidden}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p,blockquote,figure{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:500;letter-spacing:-.035em;line-height:1.02}h1{font-size:clamp(45px,4.6vw,72px)}h2{font-size:clamp(38px,3.65vw,55px)}h3{font-size:clamp(29px,2.5vw,38px)}p{max-width:68ch}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:2px solid var(--gold);outline-offset:4px}.container{width:min(var(--container),calc(100% - 96px));margin-inline:auto}.section{padding:76px 0}.eyebrow{font-size:10px;font-weight:600;letter-spacing:.23em;line-height:1.5;text-transform:uppercase;color:var(--gold-dark);margin-bottom:20px}.section-heading.centered{text-align:center;margin-bottom:34px}.section-heading.centered p{margin:8px auto 0;color:var(--muted)}.icon{width:20px;height:20px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}.skip-link{position:fixed;top:10px;left:10px;z-index:200;background:var(--ink);color:white;padding:12px 20px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:25px;min-height:50px;padding:0 25px;border:1px solid transparent;border-radius:4px;font-size:13px;font-weight:600;white-space:nowrap;text-align:center;transition:background .25s,border .25s,color .25s,transform .25s,box-shadow .25s}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(80,54,31,.1)}.btn:active{transform:translateY(0)}.btn .icon{width:17px;height:17px;transition:transform .25s}.btn:hover .icon{transform:translateX(3px)}.btn-primary{background:linear-gradient(130deg,#a68d73,#80654e);color:#fff;border-color:#927860}.btn-primary:hover{background:var(--gold-dark)}.btn-outline{border-color:#bda996;background:rgba(255,255,255,.5);color:var(--ink)}.btn-outline:hover{background:var(--cream);border-color:var(--gold)}.btn-small{min-height:39px;padding:0 18px;font-size:11px;gap:13px}.button-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.text-link{display:inline-flex;align-items:center;gap:12px;border:0;background:none;color:var(--gold-dark);font-size:12px;font-weight:600;padding:8px 0;border-bottom:1px solid var(--gold-light)}.text-link .icon{width:16px;height:16px}.microcopy{font-size:11px;color:var(--muted);margin-top:15px}.card-index{display:block;font-size:9px;letter-spacing:.16em;font-weight:600;color:var(--gold);margin-bottom:10px}
/* Header */
.site-header{height:76px;position:relative;z-index:30;background:rgba(255,253,251,.97);border-bottom:1px solid rgba(112,87,64,.08)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;min-width:207px;white-space:nowrap;line-height:1}.brand>span{font-family:var(--serif);font-weight:600;font-size:22px;letter-spacing:.105em}.brand small{font-size:8px;letter-spacing:.48em;font-weight:600;margin-top:5px;padding-left:.48em}.desktop-nav{display:flex;align-items:center;gap:31px;margin-inline:auto}.desktop-nav a{font-size:12px;white-space:nowrap;transition:color .2s}.desktop-nav a:hover,.footer-column a:hover{color:var(--gold)}.header-actions{display:flex;align-items:center;gap:25px}.header-location{display:flex;align-items:center;gap:7px;font-size:11px;white-space:nowrap}.header-location .icon{width:15px;height:15px;color:var(--gold)}.menu-toggle{display:none}.mobile-menu{display:none}
/* Hero */
.hero{position:relative;overflow:hidden;background:#eee3d7 url("../assets/hero-model-bg-v4.webp") center center/cover no-repeat;min-height:574px}.hero-glow{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,252,248,.78) 0%,rgba(255,252,248,.48) 35%,rgba(255,252,248,.06) 70%,rgba(255,252,248,0) 100%);pointer-events:none}.hero-layout{display:grid;grid-template-columns:1.05fr .95fr;min-height:574px;position:relative}.hero-content{position:relative;z-index:2;align-self:center;padding:55px 0 65px}.hero-content .eyebrow{margin-bottom:24px}.hero-content h1{max-width:680px}.hero-lead{font-size:16px;max-width:450px;line-height:1.65;margin:20px 0 26px;color:#514b46}.hero-visual{height:574px;position:relative;min-width:0;align-self:end}.hero-visual>img{position:absolute;bottom:0;left:-9%;height:102%;width:76%;max-width:none;object-fit:contain;object-position:bottom;z-index:1;filter:drop-shadow(6px 15px 20px rgba(54,42,34,.06))}.hero-signature{position:absolute;right:0;top:19%;font-family:var(--serif);font-style:italic;font-size:clamp(25px,2.5vw,36px);line-height:1.05;color:rgba(255,255,255,.96);text-shadow:0 3px 18px rgba(71,46,28,.18);transform:rotate(-6deg);z-index:2}.hero-signature span{display:block;font:600 8px var(--sans);letter-spacing:.24em;text-align:right;margin-top:22px;color:rgba(255,255,255,.95);transform:rotate(6deg)}.hero-seal{position:absolute;right:3%;bottom:42px;z-index:3;width:106px;height:106px;border:1px solid rgba(141,116,93,.3);background:rgba(255,253,251,.84);border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:7px;color:var(--gold);box-shadow:var(--shadow)}.hero-seal .icon{width:23px;height:23px}.hero-seal span{font-size:8px;letter-spacing:.16em;line-height:1.5;text-align:center}
/* Choice cards */
.choices{padding:63px 0 70px;background:#fff}.choices .section-heading{margin-bottom:28px}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.choice-card{display:grid;grid-template-columns:40% 60%;min-height:238px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;transition:box-shadow .3s,transform .3s}.choice-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.choice-image{min-height:238px;overflow:hidden}.choice-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.choice-card:hover img{transform:scale(1.035)}.choice-body{padding:25px 25px 23px;display:flex;flex-direction:column;align-items:flex-start}.choice-body h3{font-size:34px;margin-bottom:10px}.choice-body p{font-size:12px;line-height:1.7;margin-bottom:20px}.choice-body .btn{margin-top:auto;min-height:41px;padding-inline:17px;font-size:11px;gap:17px}
/* Comparison */
.preview-section{background:var(--cream);padding:69px 0}.preview-layout{display:grid;grid-template-columns:.84fr 1.3fr .56fr;align-items:center;gap:38px}.preview-copy h2{max-width:360px}.preview-copy>p:not(.eyebrow){font-size:13px;color:#554f49;line-height:1.8;margin-top:17px}.preview-copy .text-link{margin-top:19px}.compare-wrap{min-width:0}.compare{position:relative;aspect-ratio:1.95;border-radius:var(--radius);overflow:hidden;--split:50%;background:#b69a8b;isolation:isolate}.compare>img,.compare-before,.compare-before img{position:absolute;inset:0;width:100%;height:100%}.compare>img,.compare-before img{object-fit:cover;object-position:center}.compare-before{width:var(--split);overflow:hidden;z-index:1}.compare-before img{width:var(--compare-width,600px);max-width:none}.compare-line{position:absolute;z-index:3;top:0;bottom:0;left:var(--split);transform:translateX(-50%);width:2px;background:#fff;pointer-events:none;display:flex;align-items:center;justify-content:center}.compare-line span{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;color:var(--gold);background:#fff;box-shadow:0 2px 14px #0002}.compare-line .icon{width:17px;height:17px}.compare-label{position:absolute;z-index:3;bottom:14px;padding:7px 12px;font-size:10px;border-radius:4px;background:rgba(255,253,251,.92);pointer-events:none}.compare-label-left{left:14px}.compare-label-right{right:14px}.compare-input{position:absolute;inset:0;width:100%;height:100%;z-index:4;opacity:0;cursor:ew-resize;margin:0}.compare-input:focus-visible{opacity:1;outline:2px solid var(--gold);outline-offset:-4px}.compare-input:focus-visible::-webkit-slider-thumb{appearance:none;width:35px;height:35px;border:2px solid var(--gold);border-radius:50%;background:#fff}.image-disclaimer{font-size:10px;color:var(--muted);margin-top:10px;line-height:1.6}.editorial-note,.photo-note,.cta-signature{font-family:var(--serif);font-style:italic;color:var(--gold);font-size:30px;line-height:1.1;transform:rotate(-5deg)}.editorial-note span,.cta-signature span{display:block;width:52px;height:1px;background:var(--gold);margin:22px 0 0 36px}
/* Upload */
.upload-section{background:#fff;padding:21px 0 72px}.upload-panel{display:grid;grid-template-columns:.96fr 1.05fr .72fr;gap:37px;align-items:center;border:1px solid #eee6df;border-radius:10px;padding:36px;background:linear-gradient(120deg,#f8f4ef,#fdfbf9 55%,#f4ede6)}.upload-intro .eyebrow{margin-bottom:12px}.upload-intro h2{font-size:clamp(31px,2.8vw,43px)}.upload-intro ol{font-size:12px;line-height:1.9;padding-left:18px;margin:18px 0 0;color:#554e48}.dropzone{min-height:194px;border:1px dashed #b5a597;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:9px;text-align:center;padding:24px 16px;background:rgba(255,255,255,.78);cursor:pointer;transition:background .2s,border-color .2s}.dropzone:hover,.dropzone.dragging{background:#fff;border-color:var(--gold);border-style:solid}.dropzone input{position:absolute;width:1px;height:1px;opacity:0}.dropzone:focus-within{outline:2px solid var(--gold);outline-offset:3px}.upload-icon{color:var(--gold);margin-bottom:3px}.upload-icon .icon{width:34px;height:34px}.dropzone strong{font-size:12px;font-weight:500}.dropzone>span:not(.upload-icon){font-size:10px;color:var(--muted)}.upload-mobile-label{display:none}.selected-photo{display:flex;gap:13px;align-items:center;margin-top:12px;padding:10px;border:1px solid var(--line);border-radius:6px;background:#fff}.selected-photo[hidden]{display:none}.selected-photo img{width:60px;height:60px;border-radius:4px;object-fit:cover}.selected-photo>div{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.selected-photo strong{font-size:11px;max-width:200px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.selected-photo span{font-size:10px;color:var(--muted)}.selected-photo .text-link{font-size:10px;padding:2px 0}.form-status{font-size:11px;color:var(--gold-dark);margin-top:8px;line-height:1.5}.form-status:empty{display:none}.upload-action{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.upload-action .btn{width:100%;gap:15px}.upload-action>p{font-size:10px;line-height:1.7;color:var(--muted)}.demo-tag{display:inline-flex;align-items:center;gap:6px;font-size:9px;letter-spacing:.12em;font-weight:600;color:var(--gold-dark)}.demo-tag .icon{width:13px;height:13px}
/* Gallery */
.gallery-section{background:#fff;padding:40px 0 83px}.gallery-layout{display:grid;grid-template-columns:.86fr 1.65fr;gap:56px;align-items:center}.gallery-intro h2{margin-bottom:20px}.gallery-intro>p:not(.eyebrow){font-size:13px;line-height:1.8;margin-bottom:22px;color:#554e48}.gallery-intro .gallery-disclaimer{font-size:10px!important;color:var(--muted)!important;margin-top:14px;margin-bottom:0!important;line-height:1.6!important}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;min-width:0}.gallery-tile{position:relative;border:0;padding:0;overflow:hidden;border-radius:5px;aspect-ratio:.7;background:var(--sand)}.gallery-tile img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.gallery-tile:hover img{transform:scale(1.07)}.gallery-tile span{position:absolute;bottom:13px;left:13px;color:#fff;font-size:11px;letter-spacing:.15em;text-shadow:0 1px 6px #0008}.gallery-more{grid-column:2;width:100%;border:1px solid var(--line);background:var(--cream);border-radius:5px;padding:13px;color:var(--gold-dark);font-size:11px;display:flex;justify-content:center;align-items:center;gap:12px;margin-top:-42px;transition:background .2s}.gallery-more:hover{background:var(--sand)}.gallery-more .icon{width:15px;height:15px}
/* Reviews */
.reviews-section{background:var(--cream);padding:68px 0 74px}.reviews-layout{display:grid;grid-template-columns:.7fr 1.8fr;gap:55px}.reviews-intro h2{margin-bottom:16px}.reviews-intro>p:not(.eyebrow){font-size:12px;color:var(--muted);line-height:1.75;margin-bottom:15px}.reviews-topline{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:16px}.reviews-topline>span{font-size:11px;color:var(--muted)}.carousel-controls{display:flex;gap:7px}.carousel-controls button{display:grid;place-items:center;width:32px;height:32px;background:#fff;border:1px solid var(--line);border-radius:50%;color:var(--gold-dark)}.carousel-controls button:hover{background:var(--sand)}.carousel-controls button:last-child .icon{transform:rotate(180deg)}.carousel-controls .icon{width:15px;height:15px}.reviews-track{display:grid;grid-auto-columns:calc((100% - 28px)/3);grid-auto-flow:column;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain}.reviews-track::-webkit-scrollbar{display:none}.review-card{scroll-snap-align:start;min-height:253px;border:1px solid var(--line);border-radius:7px;background:#fff;padding:22px;display:flex;flex-direction:column}.quote-mark{font-family:var(--serif);font-size:54px;line-height:.65;color:var(--gold)}.review-card blockquote{font-size:12px;line-height:1.8;color:#4e4842;margin:12px 0 22px}.review-author{margin-top:auto;display:flex;flex-direction:column;gap:4px}.review-author strong{font-size:12px;font-weight:600}.review-author span{font-size:10px;color:var(--muted);line-height:1.5}
/* About */
.about-section{display:grid;grid-template-columns:32% 37% 31%;max-width:1600px;margin:auto;min-height:430px;background:#fff}.about-photo{position:relative;overflow:hidden;min-height:430px;background:#d6cbc0}.about-photo img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center 24%}.photo-note{position:absolute;left:8%;top:12%;z-index:1;color:#fff;font-size:30px;text-shadow:0 1px 10px #0005}.about-content{padding:65px clamp(25px,4.2vw,75px);align-self:center}.about-content .eyebrow{margin-bottom:15px}.about-content h2{margin-bottom:18px}.about-content>p:not(.eyebrow){font-size:12px;line-height:1.8;color:#554e48;margin-bottom:15px}.about-content .btn{margin-top:8px}.about-features{border-left:1px solid var(--line);margin:65px 36px 65px 0;padding:7px 0 7px 35px;display:flex;flex-direction:column;justify-content:center;gap:21px}.about-features>div{display:flex;align-items:center;gap:14px}.feature-icon{display:grid;place-items:center;width:35px;height:35px;flex:0 0 auto;border-radius:7px;background:var(--cream);color:var(--gold)}.feature-icon .icon{width:18px;height:18px}.about-features p{font-size:11px;line-height:1.6}.about-features strong{font-weight:600}
/* FAQ */
.faq-section{background:var(--cream);padding:70px 0}.faq-layout{display:grid;grid-template-columns:.72fr 1.65fr;gap:90px}.faq-intro h2{margin-bottom:14px}.faq-intro>p:not(.eyebrow){font-size:13px;color:var(--muted);max-width:260px}.short-line{width:52px;height:1px;background:var(--gold);margin-top:25px}.faq-list{display:flex;flex-direction:column;gap:8px}.faq-list details{border:1px solid var(--line);border-radius:5px;background:#fff;overflow:hidden}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 18px;cursor:pointer;list-style:none;font-size:12px;font-weight:500}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary .icon{width:15px;height:15px;transition:transform .25s;flex-shrink:0}.faq-list details[open] summary .icon{transform:rotate(45deg)}.faq-list details>p{padding:0 18px 19px;font-size:12px;line-height:1.85;color:var(--muted);max-width:none}
/* Final CTA and footer */
.final-cta{position:relative;overflow:hidden;min-height:292px;background:linear-gradient(90deg,#e3d3c6,#f7f2ed 43%,#eee4da);display:flex;align-items:center}.final-cta-image{position:absolute;inset:0;width:39%;background:url('../assets/beauty-detail.webp') center 52%/cover no-repeat;mask-image:linear-gradient(to right,#000 65%,transparent);-webkit-mask-image:linear-gradient(to right,#000 65%,transparent)}.final-cta-inner{position:relative;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 0}.final-cta-inner .eyebrow{margin-bottom:9px}.final-cta h2{margin-bottom:13px}.final-cta-inner>p:not(.eyebrow){font-size:13px;margin:0 auto 23px;max-width:400px}.cta-signature{position:absolute;right:0;top:35%;font-size:29px;text-align:left}.site-footer{background:#fff}.footer-main{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr auto;gap:35px;padding:58px 0 45px;align-items:start}.footer-brand{min-width:0;align-items:flex-start}.footer-brand>span{font-size:20px}.footer-brand small{padding-left:35px}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.footer-column h3{font:600 10px var(--sans);text-transform:uppercase;letter-spacing:.16em;margin-bottom:8px;color:var(--gold)}.footer-column p,.footer-column a{font-size:11px;line-height:1.75}.footer-column p{color:var(--muted)}.footer-social{display:flex;align-items:center;gap:16px}.footer-social>a{display:grid;place-items:center;width:24px;height:24px}.footer-social>a:hover{color:var(--gold)}.footer-social .icon{width:18px;height:18px}.booksy-mark{font-size:27px;font-weight:700;letter-spacing:-.09em;line-height:1}.footer-social .back-to-top{border:1px solid var(--line);border-radius:50%;width:36px;height:36px;margin-left:6px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding:18px 0 25px;border-top:1px solid var(--line);font-size:10px;color:var(--muted);flex-wrap:wrap}
/* Dialogs */
.modal{border:1px solid var(--line);border-radius:12px;padding:28px;background:var(--paper);color:var(--ink);width:min(920px,calc(100vw - 32px));max-height:calc(100dvh - 32px);box-shadow:0 30px 100px #24190f33}.modal::backdrop{background:rgba(32,26,22,.73);backdrop-filter:blur(5px)}.modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px}.modal-head .eyebrow{margin-bottom:7px}.modal-head h2{font-size:40px}.icon-button{border:1px solid var(--line);background:#fff;width:39px;height:39px;border-radius:50%;display:grid;place-items:center;flex:none}.icon-button:hover{background:var(--cream)}.modal-note{font-size:11px;color:var(--muted);margin-bottom:18px}.modal-gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.modal-gallery button{border:0;padding:0;border-radius:5px;overflow:hidden;aspect-ratio:.8;position:relative;background:var(--sand)}.modal-gallery img{height:100%;width:100%;object-fit:cover;transition:transform .3s}.modal-gallery button:hover img{transform:scale(1.06)}.modal-gallery button span{position:absolute;bottom:8px;left:8px;color:#fff;font-size:10px;text-shadow:0 1px 5px #000a}.lightbox{width:min(1100px,calc(100vw - 24px));height:min(900px,calc(100dvh - 24px));max-height:none;padding:50px 60px;position:relative;background:#1e1a17;color:#fff;border:0;overflow:hidden}.lightbox figure{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px}.lightbox figure img{max-height:calc(100% - 35px);max-width:100%;width:auto;object-fit:contain;border-radius:4px}.lightbox figcaption{font-size:11px;color:#cbbeb2;letter-spacing:.06em}.lightbox-close{position:absolute;right:16px;top:16px;z-index:2;background:#ffffff15;border-color:#ffffff40;color:#fff}.lightbox-close:hover{background:#ffffff30}.lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);left:12px;width:38px;height:45px;border:1px solid #ffffff35;border-radius:5px;color:#fff;background:#ffffff12;display:grid;place-items:center}.lightbox-arrow:hover{background:#ffffff30}.lightbox-arrow:last-child{left:auto;right:12px}.lightbox-arrow:last-child .icon{transform:rotate(180deg)}.upload-modal{width:min(850px,calc(100vw - 32px))}.upload-modal-body{display:grid;grid-template-columns:.7fr 1fr;gap:30px;align-items:center}.upload-modal-body>img{width:100%;max-height:390px;object-fit:contain;background:var(--cream);border-radius:6px}.upload-modal-body h3{font-size:31px;margin:13px 0}.upload-modal-body p{font-size:12px;line-height:1.8;color:var(--muted);margin-bottom:14px}.upload-modal-body .button-row{margin-top:22px}.upload-modal-body .btn{gap:10px;padding-inline:17px;font-size:11px}
/* Supplementary document */
.document-page{min-height:60vh;padding:85px 0}.document-page .container{max-width:820px}.document-page h1{margin-bottom:25px}.document-page h2{font-size:32px;margin:35px 0 12px}.document-page p,.document-page li{font-size:14px;line-height:1.85;color:#554e48;margin-bottom:14px}.document-page a:not(.btn){text-decoration:underline;text-underline-offset:3px}.document-page ul{padding-left:20px}.notice-box{background:var(--cream);border:1px solid var(--line);border-radius:6px;padding:20px;margin:24px 0;color:var(--gold-dark);font-size:13px}
/* Responsive */
@media(max-width:1190px){.container{width:min(var(--container),calc(100% - 64px))}.desktop-nav{gap:18px}.header-actions{gap:15px}.brand{min-width:175px}.brand>span{font-size:19px}.hero-layout{grid-template-columns:1fr 1fr}.hero-visual>img{width:91%;left:-17%}.hero-signature{right:-2%;font-size:27px}.preview-layout{grid-template-columns:.9fr 1.4fr;gap:30px}.editorial-note{display:none}.upload-panel{gap:24px;padding:28px}.gallery-layout{gap:35px}.about-section{grid-template-columns:34% 40% 26%}.about-content{padding:40px 30px}.about-features{margin:40px 20px 40px 0;padding-left:20px;gap:17px}.about-features p{font-size:10px}.footer-main{gap:22px}}
@media(max-width:990px){.site-header{height:68px}.desktop-nav,.header-location{display:none}.header-inner{gap:16px}.header-actions{margin-left:auto}.menu-toggle{display:flex;width:42px;height:42px;align-items:center;justify-content:center;flex-direction:column;gap:6px;border:1px solid var(--line);border-radius:4px;background:#fff}.menu-toggle span{width:19px;height:1px;background:var(--ink);transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.mobile-menu{display:flex;position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;background:var(--paper);border-bottom:1px solid var(--line);padding:10px 32px 25px;box-shadow:0 15px 25px #0000000a;visibility:hidden;opacity:0;transform:translateY(-8px);transition:opacity .2s,transform .2s,visibility .2s}.mobile-menu.is-open{visibility:visible;opacity:1;transform:translateY(0)}.mobile-menu a{padding:13px 0;border-bottom:1px solid var(--line);font-size:14px}.mobile-menu .booking-link{color:var(--gold-dark);display:flex;justify-content:space-between}.hero,.hero-layout{min-height:500px}.hero-visual{height:500px}.hero-content{padding:45px 0}.hero h1{font-size:clamp(43px,5.3vw,58px)}.hero-lead{font-size:14px}.hero-visual>img{width:112%;left:-25%;height:101%}.hero-signature{right:0;top:17%;font-size:24px}.hero-seal{width:84px;height:84px;bottom:20px;right:0}.hero-seal span{font-size:7px}.section{padding:58px 0}.choice-card{grid-template-columns:35% 65%}.choice-body{padding:20px}.choice-body h3{font-size:29px}.choice-body p{font-size:11px}.upload-panel{grid-template-columns:1fr 1fr}.upload-intro{grid-column:1/-1}.upload-intro ol{display:flex;gap:25px;flex-wrap:wrap}.upload-action{align-self:center}.gallery-layout{grid-template-columns:1fr}.gallery-intro{max-width:600px}.gallery-grid{gap:8px}.gallery-tile{aspect-ratio:.9}.gallery-more{grid-column:1;margin-top:-12px}.reviews-layout{grid-template-columns:1fr;gap:25px}.reviews-intro{max-width:550px}.reviews-track{grid-auto-columns:calc((100% - 28px)/3)}.about-section{grid-template-columns:42% 58%}.about-photo{grid-row:span 2}.about-content{padding:45px 35px 20px}.about-features{grid-column:2;margin:0 35px 45px;padding:20px 0 0;border-left:0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:15px}.faq-layout{gap:40px}.footer-main{grid-template-columns:1.3fr 1fr 1fr;gap:30px}.footer-social{grid-column:3}.final-cta-image{width:35%}.cta-signature{right:-2%;font-size:24px}}
@media(max-width:700px){html{scroll-padding-top:68px}.container{width:calc(100% - 36px)}.section{padding:48px 0}h2{font-size:clamp(37px,10vw,48px)}h3{font-size:30px}.eyebrow{font-size:9px;margin-bottom:13px}.site-header{height:65px}.brand{min-width:0}.brand>span{font-size:17px}.brand small{font-size:6.5px;letter-spacing:.45em}.header-actions>.btn{display:none}.hero{min-height:0}.hero-layout{display:flex;flex-direction:column;min-height:0}.hero-content{padding:39px 0 14px;order:1}.hero-content .eyebrow{margin-bottom:15px}.hero-content h1{font-size:clamp(42px,10vw,58px);max-width:550px}.hero-lead{font-size:14px;margin:15px 0 22px;max-width:400px}.hero-content .btn{min-height:47px;gap:13px;padding:0 17px;font-size:11px}.microcopy{font-size:10px;margin-top:13px}.hero-visual{order:2;height:380px;width:100%;overflow:hidden}.hero-visual>img{width:auto;height:120%;left:50%;transform:translateX(-50%);bottom:-17%;object-fit:contain}.hero-signature{right:1%;top:12%;font-size:24px}.hero-signature span{font-size:7px;margin-top:12px}.hero-seal{right:0;bottom:15px;width:75px;height:75px}.hero-seal .icon{width:17px;height:17px}.hero-seal span{font-size:6.5px}.choices{padding:45px 0 51px}.choices .section-heading{margin-bottom:24px}.section-heading.centered p{font-size:12px}.choice-grid{grid-template-columns:1fr;gap:12px}.choice-card{grid-template-columns:37% 63%;min-height:192px}.choice-image{min-height:192px}.choice-body{padding:18px}.choice-body .card-index{font-size:8px;margin-bottom:7px}.choice-body h3{font-size:29px;margin-bottom:8px}.choice-body p{font-size:11px;line-height:1.6;margin-bottom:12px}.choice-body .btn{min-height:38px;padding:0 12px;font-size:10px;gap:10px}.preview-layout{grid-template-columns:1fr;gap:25px}.preview-copy h2{max-width:500px}.preview-copy>p:not(.eyebrow){font-size:12px}.preview-copy .text-link{margin-top:12px}.compare{aspect-ratio:1.45}.compare-label{font-size:9px;padding:6px 9px;bottom:10px}.compare-label-left{left:10px}.compare-label-right{right:10px}.upload-section{padding:12px 0 55px}.upload-panel{grid-template-columns:1fr;gap:24px;padding:25px 20px}.upload-intro{grid-column:1}.upload-intro h2{font-size:38px}.upload-intro ol{display:block;font-size:11px;line-height:1.9;margin-top:14px}.dropzone{min-height:175px}.upload-mobile-label{display:block!important}.upload-action{align-items:stretch;gap:10px}.upload-action .btn{width:100%}.gallery-section{padding:12px 0 55px}.gallery-layout{gap:25px}.gallery-intro h2{margin-bottom:14px}.gallery-intro>p:not(.eyebrow){font-size:12px;margin-bottom:18px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:8px}.gallery-tile{aspect-ratio:1}.gallery-more{margin-top:-5px}.reviews-layout{gap:25px}.reviews-section{padding:52px 0}.reviews-intro h2{margin-bottom:12px}.reviews-track{grid-auto-columns:min(78vw,300px);gap:12px;margin-right:-18px;padding-right:18px}.review-card{min-height:225px;padding:22px}.reviews-topline>span{font-size:10px}.about-section{grid-template-columns:1fr}.about-photo{grid-row:auto;min-height:460px;height:460px}.about-photo img{object-position:center 29%}.photo-note{font-size:28px;left:8%;top:9%}.about-content{padding:43px 18px 25px}.about-content h2{margin-bottom:15px}.about-content>p:not(.eyebrow){font-size:12px}.about-features{grid-column:1;margin:0 18px 43px;padding-top:24px;gap:20px}.about-features p{font-size:10px}.faq-layout{grid-template-columns:1fr;gap:26px}.faq-intro>p:not(.eyebrow){max-width:380px;font-size:12px}.short-line{margin-top:16px}.faq-list summary{font-size:11px;line-height:1.55;padding:14px}.faq-list details>p{font-size:11px;padding:0 14px 16px}.final-cta{min-height:300px}.final-cta-image{width:58%;opacity:.3}.final-cta-inner{padding:53px 0}.final-cta-inner>p:not(.eyebrow){font-size:12px}.cta-signature{display:none}.footer-main{grid-template-columns:1fr 1fr;gap:31px 22px;padding:42px 0 35px}.footer-brand{grid-column:1/-1}.footer-column h3{font-size:9px}.footer-column p,.footer-column a{font-size:10px}.footer-social{grid-column:1/-1;gap:20px}.footer-social .back-to-top{margin-left:auto}.footer-bottom{flex-direction:column;gap:5px;font-size:9px}.modal{padding:20px}.modal-head h2{font-size:34px}.modal-gallery{grid-template-columns:repeat(2,1fr)}.lightbox{padding:55px 10px 60px}.lightbox-arrow{top:auto;bottom:10px;transform:none;left:calc(50% - 52px);height:35px;width:35px}.lightbox-arrow:last-child{left:calc(50% + 17px);right:auto}.lightbox figure img{max-height:calc(100% - 46px)}.upload-modal-body{grid-template-columns:1fr;gap:20px}.upload-modal-body>img{max-height:230px}.upload-modal-body h3{font-size:28px}.document-page{padding:50px 0}}
@media(max-width:390px){.container{width:calc(100% - 28px)}.brand>span{font-size:15px}.hero-content h1{font-size:40px}.hero-content .button-row{gap:8px}.hero-content .btn{padding:0 12px;font-size:10px;gap:8px}.hero-visual{height:325px}.hero-signature{font-size:21px}.choice-card{grid-template-columns:34% 66%}.choice-body{padding:14px 12px}.choice-body h3{font-size:26px}.choice-body p{font-size:10px}.choice-body .btn{font-size:9px}.about-photo{height:380px;min-height:380px}.about-features{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}

/* Hero background revision 3 — clean architectural photograph, no baked-in UI. */
.hero{background-image:url("../assets/hero-model-bg-v4.webp");background-size:cover;background-position:center center}
.hero-glow{backdrop-filter:none;-webkit-backdrop-filter:none}
.hero-visual>img{filter:drop-shadow(8px 12px 18px rgba(62,46,33,.10))}
@media(max-width:700px){.hero{background-position:64% center}.hero-glow{background:linear-gradient(180deg,rgba(255,252,248,.90) 0%,rgba(255,252,248,.76) 43%,rgba(255,252,248,.16) 100%)}.hero-visual{overflow:visible}.hero-visual>img{max-height:118%;object-fit:contain}}

/* v5 hero: background-only */
.hero-layout{grid-template-columns:1.1fr .9fr}
.hero-visual--background-only{height:574px;position:relative}
.hero-visual--background-only img{display:none!important}
.hero-visual--background-only .hero-signature{right:6%;top:18%}
.hero-visual--background-only .hero-seal{right:9%;bottom:52px}
@media(max-width:990px){.hero-layout{grid-template-columns:1fr 1fr}.hero-visual--background-only{height:500px}.hero-visual--background-only .hero-signature{right:4%;top:16%}.hero-visual--background-only .hero-seal{right:4%;bottom:22px}}
@media(max-width:700px){.hero-layout{display:flex;flex-direction:column}.hero-visual--background-only{height:300px}.hero-visual--background-only .hero-signature{right:3%;top:15%}.hero-visual--background-only .hero-seal{right:2%;bottom:14px}}


/* v14: clearer before/after slider + expanded gallery */
.compare-line{overflow:visible}
.compare-line .compare-handle{
  position:relative;
  width:50px;height:50px;
  border-radius:50%;
  display:grid;place-items:center;
  background:#fff;
  border:1px solid rgba(150,119,91,.38);
  color:var(--gold-dark);
  box-shadow:0 5px 20px rgba(56,39,29,.20);
}
.compare-line .compare-handle b{
  font:500 24px/1 var(--sans);
  letter-spacing:-.08em;
  transform:translateY(-1px);
}
.compare-line .compare-handle small{
  position:absolute;
  top:58px;left:50%;transform:translateX(-50%);
  padding:5px 8px;
  border-radius:999px;
  background:rgba(255,253,251,.94);
  color:var(--gold-dark);
  font:600 7px/1 var(--sans);
  letter-spacing:.14em;
  white-space:nowrap;
  box-shadow:0 2px 10px rgba(56,39,29,.10);
}
.compare:hover .compare-handle{transform:scale(1.06)}
.compare-handle{transition:transform .2s ease}
.gallery-layout{align-items:start}
.gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.gallery-tile{aspect-ratio:.82}

