:root{--bg: var(--wp--preset--color--bg, #f6f1e7);--bg-soft: var(--wp--preset--color--bg-soft, #efe8da);--card: var(--wp--preset--color--card, #fdfbf6);--white: var(--wp--preset--color--white, #ffffff);--gold: var(--wp--preset--color--gold, #b3894d);--gold-dark: var(--wp--preset--color--gold-dark, #96703a);--gold-light: var(--wp--preset--color--gold-light, #d8bd92);--gold-pale: var(--wp--preset--color--gold-pale, #f0e6d2);--ink: var(--wp--preset--color--ink, #3d3325);--ink-soft: var(--wp--preset--color--ink-soft, #5b4f3d);--muted: var(--wp--preset--color--muted, #8a7c64);--line: var(--wp--preset--color--line, #e3d8c3);--shadow: 0 10px 30px rgba(90, 70, 40, .1);--shadow-soft: 0 4px 14px rgba(90, 70, 40, .08);--radius: 14px;--radius-lg: 22px;--font: var(--wp--preset--font-family--heebo, "Heebo", "Segoe UI", Arial, sans-serif);--font-serif: var(--wp--preset--font-family--frank-ruhl, "Frank Ruhl Libre", "Times New Roman", serif)}@media (prefers-color-scheme: dark){:root[data-theme=dark]{--bg: var(--wp--preset--color--dark-bg, #191510);--bg-soft: #201b13;--card: var(--wp--preset--color--dark-card, #241f17);--white: #241f17;--ink: var(--wp--preset--color--dark-ink, #efe8da);--ink-soft: #d6ccb8;--muted: #a99e88;--line: var(--wp--preset--color--dark-line, #3a3225)}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--ink);direction:rtl;text-align:right;line-height:1.6}img{max-width:100%;display:block;height:auto}a{text-decoration:none;color:inherit}ul{list-style:none}button{font-family:inherit;cursor:pointer}.container{width:min(1180px,92%);margin-inline:auto}.content-narrow{padding:40px 0 20px}:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:4px}::-moz-selection{background:var(--gold-light);color:var(--ink)}::selection{background:var(--gold-light);color:var(--ink)}html{scrollbar-color:var(--gold) var(--bg-soft)}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:var(--bg-soft)}::-webkit-scrollbar-thumb{background:var(--gold-light);border-radius:999px;border:3px solid var(--bg-soft)}::-webkit-scrollbar-thumb:hover{background:var(--gold)}.skip-link{position:absolute;right:-9999px;top:0;z-index:1000;background:var(--gold);color:#fff;padding:10px 18px;border-radius:0 0 8px}.skip-link:focus{right:0}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important;word-wrap:normal!important}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 28px;border-radius:8px;font-size:1rem;font-weight:600;border:1px solid transparent;transition:transform .25s ease,background-color .25s ease,box-shadow .25s ease;will-change:transform}.btn-gold{background:var(--gold);color:#fff;box-shadow:0 6px 16px #b3894d59}.btn-gold:hover{background:var(--gold-dark);transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--gold-dark);border-color:var(--gold)}.btn-outline:hover{background:var(--gold-pale)}.btn-ghost{background:transparent;color:var(--ink-soft);border:none;font-weight:500}.btn .arrow{font-size:1.1em;transition:transform .25s}.btn:hover .arrow{transform:translate(-4px)}.site-header{position:sticky;top:0;z-index:100;background:#faf6eeeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 0}.header-brand-wrap,.brand{display:flex;align-items:center;gap:12px}.brand .custom-logo{border-radius:50%}.brand-logo{width:84px;height:84px;padding:12px;border-radius:50%;border:2px solid var(--gold-light);background:radial-gradient(circle at 50% 35%,#fffdf7,#f4ecda);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;line-height:1;flex-shrink:0}.brand-logo .mv{font-family:var(--font-serif);font-size:1.35rem;font-weight:700;color:var(--gold);letter-spacing:1px}.brand-logo .brand-name{font-size:.36rem;letter-spacing:1px;color:var(--gold-dark);margin-top:5px;text-transform:uppercase;white-space:nowrap}.brand-logo .brand-tag{font-size:.27rem;letter-spacing:.6px;line-height:1.7;color:var(--muted);margin-top:3px;text-transform:uppercase;max-width:42px}.main-nav ul{display:flex;align-items:center;gap:28px}.main-nav a{font-size:.98rem;font-weight:500;color:var(--ink-soft);padding-bottom:6px;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}.main-nav a:hover{color:var(--gold-dark)}.main-nav .active>a,.main-nav a.active,.main-nav .current-menu-item>a{color:var(--gold-dark);border-bottom-color:var(--gold);font-weight:700}.header-cta{display:flex;align-items:center;gap:14px}.phone-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--gold-light);border-radius:8px;padding:8px 16px;font-weight:700;color:var(--ink);background:var(--white);transition:box-shadow .2s;direction:ltr}.phone-pill:hover{box-shadow:var(--shadow-soft)}.phone-pill svg{width:16px;height:16px;fill:var(--gold)}.nav-toggle{display:none;background:none;border:1px solid var(--line);border-radius:8px;padding:8px 10px;font-size:1.2rem;color:var(--ink)}.hero{padding:26px 0 0}.hero-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:560px;display:flex;align-items:center;box-shadow:var(--shadow);background:linear-gradient(105deg,#e8ddc9,#efe6d4 55%,#f7f1e5)}.hero-media{position:absolute;top:0;bottom:0;right:auto;left:0;width:58%;height:100%}.hero-media img,.hero-media video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f7f1e5,#f7f1e58c 22%,#f7f1e500 60%)}.hero-content{position:relative;z-index:2;width:min(520px,90%);margin-right:6%;padding:56px 0}.hero-content h1{font-family:var(--font-serif);font-size:clamp(2.4rem,5vw,3.6rem);font-weight:800;color:var(--ink);line-height:1.15}.hero-content h2{font-family:var(--font-serif);font-size:clamp(1.4rem,2.6vw,2rem);font-weight:600;color:var(--gold-dark);margin-top:8px;line-height:1.3}.hero-content .hero-text{margin-top:18px;color:var(--ink-soft);font-size:1.05rem;max-width:46ch}.hero-features{display:flex;gap:34px;margin-top:30px;flex-wrap:wrap}.hero-feature{display:flex;flex-direction:column;align-items:center;gap:8px;font-size:.8rem;color:var(--ink-soft);text-align:center}.hero-feature .ic{width:46px;height:46px;border-radius:50%;border:1.5px solid var(--gold-light);display:flex;align-items:center;justify-content:center;color:var(--gold-dark);background:#ffffff8c;transition:transform .2s ease}.hero-feature:hover .ic{transform:translateY(-3px)}.hero-feature .ic svg{width:22px;height:22px}.hero-actions{display:flex;align-items:center;gap:18px;margin-top:34px}.play-link{display:inline-flex;align-items:center;gap:10px;font-weight:600;color:var(--ink-soft)}.play-link .play-circle{width:44px;height:44px;border-radius:50%;background:var(--white);box-shadow:var(--shadow-soft);display:flex;align-items:center;justify-content:center;color:var(--gold);transition:transform .2s ease}.play-link:hover .play-circle{transform:scale(1.08)}.trust-bar{padding:26px 0 10px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.trust-item{display:flex;align-items:center;gap:14px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:16px 18px;box-shadow:var(--shadow-soft);transition:transform .25s ease,box-shadow .25s ease}.trust-item:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.trust-item .ic{width:44px;height:44px;flex-shrink:0;border-radius:50%;background:var(--gold-pale);color:var(--gold-dark);display:flex;align-items:center;justify-content:center}.trust-item .ic svg{width:22px;height:22px}.trust-item strong{display:block;font-size:.95rem;color:var(--ink)}.trust-item span{font-size:.8rem;color:var(--muted)}section{padding:44px 0}.section-head{text-align:center;margin-bottom:34px}.section-head h1,.section-head h2{font-family:var(--font-serif);font-size:clamp(1.7rem,3.2vw,2.3rem);font-weight:700;color:var(--ink)}.section-head .flourish{color:var(--gold);font-size:1.1rem;letter-spacing:6px;margin-top:6px}.section-head p{color:var(--muted);margin-top:8px}.about-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:34px;display:grid;grid-template-columns:1.1fr 1fr;gap:36px;align-items:center}.about-media{display:grid;grid-template-columns:1.25fr 1fr;gap:16px}.about-media .shot{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-soft)}.about-media .shot img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-media .shot.tall{min-height:300px}.play-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#3c2d191f}.play-overlay .play-circle{width:58px;height:58px;border-radius:50%;background:#ffffffeb;display:flex;align-items:center;justify-content:center;color:var(--gold);box-shadow:0 6px 18px #0000002e;transition:transform .2s}.play-overlay:hover .play-circle{transform:scale(1.08)}.about-content h2{font-family:var(--font-serif);font-size:1.9rem;font-weight:700}.about-content .sub{color:var(--gold-dark);font-weight:600;margin-top:6px}.about-content p{margin-top:16px;color:var(--ink-soft)}.about-content .btn{margin-top:22px}.process{padding-top:10px}.process h2{font-family:var(--font-serif);font-size:1.8rem;font-weight:700;text-align:center;margin-bottom:40px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;align-items:start}.process-step{position:relative;text-align:center;padding:0 10px}.process-step .bubble{position:relative;width:72px;height:72px;margin-inline:auto;border-radius:50%;background:var(--white);border:1.5px solid var(--gold-light);display:flex;align-items:center;justify-content:center;color:var(--gold-dark);box-shadow:var(--shadow-soft);transition:transform .25s ease}.process-step:hover .bubble{transform:translateY(-4px)}.process-step .bubble svg{width:30px;height:30px}.process-step .num{position:absolute;top:-6px;right:-6px;width:26px;height:26px;border-radius:50%;background:var(--gold);color:#fff;font-size:.8rem;font-weight:700;display:flex;align-items:center;justify-content:center}.process-step h3{margin-top:14px;font-size:1.02rem;color:var(--ink)}.process-step p{font-size:.84rem;color:var(--muted);margin-top:6px}.process-step:not(:last-child):after{content:"‹";position:absolute;top:26px;left:-12px;color:var(--gold);font-size:1.6rem;font-weight:700}.featured h2{font-family:var(--font-serif);font-size:1.8rem;font-weight:700;text-align:center;margin-bottom:28px}.featured-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.featured-strip .shot{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-soft);aspect-ratio:4 / 3;transition:transform .25s}.featured-strip .shot:hover{transform:translateY(-4px)}.featured-strip .shot img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.featured .more-wrap{text-align:center;margin-top:24px}.stats-band{padding:40px 0;background:linear-gradient(100deg,#efe6d4,#f5efe1 60%);border-block:1px solid var(--line)}.stats-title{font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;text-align:center;color:var(--ink);margin-bottom:30px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.stat{text-align:center;padding:10px}.stat-num{font-family:var(--font-serif);font-size:clamp(2rem,4vw,2.8rem);font-weight:800;color:var(--gold-dark);line-height:1;display:flex;align-items:baseline;justify-content:center;gap:1px;direction:ltr}.stat-label{margin-top:10px;color:var(--ink-soft);font-size:.95rem;font-weight:500}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{display:flex;flex-direction:column;align-items:flex-start;gap:10px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:26px 22px;box-shadow:var(--shadow-soft);transition:transform .25s ease,box-shadow .25s ease;color:inherit}a.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.service-ic{width:56px;height:56px;border-radius:14px;background:var(--gold-pale);color:var(--gold-dark);display:flex;align-items:center;justify-content:center;margin-bottom:4px}.service-card h3{font-family:var(--font-serif);font-size:1.15rem;color:var(--ink)}.service-card p{color:var(--muted);font-size:.9rem;line-height:1.6}.service-more{margin-top:auto;color:var(--gold-dark);font-weight:600;font-size:.9rem}.testimonials{background:var(--bg-soft)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:26px 24px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:14px}.stars{display:inline-flex;gap:2px;direction:ltr;font-size:1rem}.stars .star{color:var(--gold-light)}.stars .star.is-full{color:var(--gold)}.testimonial blockquote{font-size:1rem;line-height:1.7;color:var(--ink-soft);font-style:italic;position:relative}.testimonial blockquote:before{content:"“";font-family:var(--font-serif);font-size:2.4rem;color:var(--gold-light);line-height:0;margin-inline-end:4px;vertical-align:-.4em}.testimonial-author{display:flex;align-items:center;gap:12px;margin-top:auto}.testimonial-avatar{width:46px;height:46px;border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.testimonial-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.testimonial-avatar--initial{background:var(--gold);color:#fff;font-family:var(--font-serif);font-weight:700;font-size:1.2rem}.testimonial-meta{display:flex;flex-direction:column}.testimonial-meta strong{color:var(--ink);font-size:.98rem}.testimonial-meta span{color:var(--muted);font-size:.82rem}.container-narrow{width:min(820px,92%);margin-inline:auto}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-item{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-soft)}.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;background:none;border:none;text-align:start;font-family:inherit;font-size:1.02rem;font-weight:600;color:var(--ink);transition:color .2s}.faq-q:hover{color:var(--gold-dark)}.faq-chevron{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--gold-pale);color:var(--gold-dark);display:flex;align-items:center;justify-content:center;font-size:1.3rem;line-height:1;transition:transform .25s ease,background-color .25s ease}.faq-q[aria-expanded=true] .faq-chevron{transform:rotate(45deg);background:var(--gold);color:#fff}.faq-a{padding:0 22px 20px;color:var(--ink-soft);line-height:1.7}.faq-a[hidden]{display:none}.gallery-head{padding:40px 0 8px}.filter-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:34px}.filter-chip{border:1px solid var(--gold-light);background:var(--white);color:var(--ink-soft);border-radius:8px;padding:9px 20px;font-size:.92rem;font-weight:500;transition:all .2s}.filter-chip:hover{background:var(--gold-pale)}.filter-chip.active{background:var(--gold);border-color:var(--gold);color:#fff;font-weight:700;box-shadow:0 5px 14px #b3894d59}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery-item{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-soft);aspect-ratio:4 / 5;position:relative;display:block}.gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.gallery-item:hover img{transform:scale(1.04)}.gallery-item .tag{position:absolute;bottom:12px;right:12px;background:#fdfbf6eb;color:var(--gold-dark);font-size:.78rem;font-weight:600;padding:5px 12px;border-radius:999px;opacity:0;transform:translateY(6px);transition:all .25s}.gallery-item:hover .tag{opacity:1;transform:translateY(0)}.gallery-item.hidden{display:none}.load-more-wrap{text-align:center;margin-top:30px}.load-more-wrap .nav-links{display:inline-flex;gap:10px;flex-wrap:wrap;justify-content:center}.load-more-wrap .page-numbers{display:inline-flex;align-items:center;border:1px solid var(--gold-light);background:var(--white);color:var(--ink-soft);border-radius:10px;padding:10px 18px;font-weight:600;transition:all .2s}.load-more-wrap .page-numbers.current{background:var(--gold);border-color:var(--gold);color:#fff}.load-more-wrap .page-numbers:hover{background:var(--gold-pale)}.back-link{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:.9rem;margin:26px 0 6px;transition:color .2s}.back-link:hover{color:var(--gold-dark)}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:22px 0 4px;font-size:.85rem;color:var(--muted)}.breadcrumbs a{color:var(--muted);transition:color .2s}.breadcrumbs a:hover{color:var(--gold-dark)}.breadcrumbs .sep{color:var(--gold-light)}.breadcrumbs .current{color:var(--ink);font-weight:600}.project-hero{padding:18px 0 24px}.project-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.project-badge{display:inline-flex;align-items:center;background:var(--gold-pale);color:var(--gold-dark);border:1px solid var(--gold-light);border-radius:999px;padding:5px 14px;font-size:.82rem;font-weight:600;transition:background-color .2s}.project-badge:hover{background:var(--gold-light)}.project-hero h1{font-family:var(--font-serif);font-size:clamp(1.9rem,3.8vw,2.7rem);font-weight:800;color:var(--ink);line-height:1.15}.project-hero-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.meta-pill{display:inline-flex;align-items:center;gap:7px;background:var(--white);border:1px solid var(--line);border-radius:8px;padding:7px 14px;font-size:.88rem;font-weight:600;color:var(--ink-soft)}.meta-pill svg{color:var(--gold)}.project-lead{margin-top:18px;max-width:68ch;color:var(--ink-soft);font-size:1.08rem;line-height:1.7}.project-layout{display:grid;grid-template-columns:1.6fr .9fr;gap:34px;align-items:start;padding-bottom:20px}.project-side-sticky{position:sticky;top:96px;display:flex;flex-direction:column;gap:20px}.project-includes{margin-top:30px}.project-includes h2{font-family:var(--font-serif);font-size:1.4rem;font-weight:700;margin-bottom:18px;color:var(--ink)}.includes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.includes-grid li{display:flex;align-items:flex-start;gap:12px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:16px 18px;color:var(--ink-soft);font-size:.96rem;line-height:1.5;box-shadow:var(--shadow-soft)}.includes-grid .check{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:var(--gold-pale);color:var(--gold-dark);display:flex;align-items:center;justify-content:center}.quote-card{background:linear-gradient(135deg,var(--gold-dark),var(--gold));color:#fff;border-radius:var(--radius-lg);padding:28px 26px;box-shadow:0 12px 30px #b3894d59}.quote-card h2{font-family:var(--font-serif);font-size:1.35rem;font-weight:700;color:#fff}.quote-card p{margin-top:8px;color:#ffffffe6;font-size:.95rem;line-height:1.6}.quote-card .btn-gold{width:100%;margin-top:18px;background:#fff;color:var(--gold-dark);box-shadow:0 6px 16px #0000002e}.quote-card .btn-gold:hover{background:#fff7ec;transform:translateY(-2px)}.quote-contacts{display:flex;flex-direction:column;gap:8px;margin-top:16px}.quote-contact{display:inline-flex;align-items:center;gap:10px;color:#fff;font-weight:600;font-size:.92rem;padding:8px 0;transition:opacity .2s}.quote-contact:hover{opacity:.85}.quote-contact svg{fill:#fff;flex-shrink:0}.related-projects{padding-top:20px}.related-projects h2{font-family:var(--font-serif);font-size:1.6rem;font-weight:700;text-align:center;margin-bottom:26px;color:var(--ink)}.featured-strip .shot{position:relative}.shot-caption{position:absolute;inset-inline:0;bottom:0;padding:26px 16px 14px;background:linear-gradient(0deg,rgba(40,30,15,.82),transparent);color:#fff;font-size:.92rem;font-weight:600}.carousel{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:16 / 10;background:var(--bg-soft)}.carousel-count{position:absolute;bottom:16px;inset-inline-start:16px;z-index:5;background:#281e0f99;color:#fff;font-size:.82rem;font-weight:600;padding:4px 12px;border-radius:999px;direction:ltr}.carousel .slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .45s ease}.carousel .slide.active{opacity:1}.carousel .slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:none;background:#fdfbf6eb;color:var(--ink);font-size:1.15rem;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-soft);z-index:5;transition:background .2s}.carousel-btn:hover{background:var(--gold-pale)}.carousel-btn.prev{right:18px}.carousel-btn.next{left:18px}.thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:16px}.thumb{border-radius:10px;overflow:hidden;border:2px solid transparent;padding:0;background:none;aspect-ratio:4 / 3;opacity:.75;transition:all .2s}.thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.thumb.active,.thumb:hover{border-color:var(--gold);opacity:1}.project-details{padding-top:34px}.project-details h2{font-family:var(--font-serif);font-size:1.55rem;font-weight:700;margin-bottom:22px}.details-grid{display:grid;grid-template-columns:1.2fr .9fr;gap:30px;align-items:start}.check-list li{display:flex;align-items:flex-start;gap:10px;padding:9px 0;color:var(--ink-soft);font-size:.98rem}.check-list .check{flex-shrink:0;width:22px;height:22px;margin-top:2px;border-radius:50%;border:1.5px solid var(--gold);color:var(--gold-dark);font-size:.7rem;display:flex;align-items:center;justify-content:center}.spec-card{background:var(--gold-pale);border-radius:var(--radius-lg);padding:24px 26px;border:1px solid var(--gold-light)}.spec-title{font-family:var(--font-serif);font-size:1.2rem;font-weight:700;color:var(--ink);margin-bottom:6px;padding-bottom:12px;border-bottom:1px solid rgba(179,137,77,.25)}.spec-row{display:flex;align-items:center;gap:14px;padding:13px 0}.spec-row+.spec-row{border-top:1px solid rgba(179,137,77,.25)}.spec-row .ic{width:42px;height:42px;flex-shrink:0;border-radius:10px;background:var(--white);color:var(--gold-dark);display:flex;align-items:center;justify-content:center}.spec-row .ic svg{width:21px;height:21px}.spec-row .label{font-size:.8rem;color:var(--muted);display:block}.spec-row .value{font-weight:700;color:var(--ink);font-size:.95rem}.cta-band{padding-bottom:0}.cta-card{position:relative;overflow:hidden;min-height:190px;background:linear-gradient(100deg,#f0e6d4,#f8f2e7 68%,#eee2cf);border:1px solid var(--line);border-radius:var(--radius-lg);padding:24px 36px 22px;box-shadow:0 8px 28px #3d332514}.cta-inner{position:relative;z-index:2;max-width:72%;margin-right:28%;text-align:center}.cta-card h2{font-family:var(--font-serif);font-size:1.6rem;line-height:1.3;font-weight:700}.cta-card p{color:var(--ink-soft);margin-top:5px;font-size:.92rem}.cta-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:18px}.cta-actions{display:flex;align-items:center;flex:0 0 auto}.cta-actions .btn{min-width:190px;padding:10px 24px;font-size:.9rem}.cta-contacts{display:flex;align-items:center;flex-wrap:nowrap;justify-content:flex-start;gap:18px;color:var(--ink-soft);font-size:.8rem}.cta-contacts .c-item{display:inline-flex;align-items:center;gap:6px;transition:color .2s}a.c-item:hover{color:var(--gold-dark)}.cta-contacts .c-item svg{width:15px;height:15px;fill:var(--gold)}.cta-decor{position:absolute;right:0;left:auto;bottom:0;width:29%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:0;opacity:.92;-webkit-mask-image:linear-gradient(270deg,#000 56%,transparent 100%);mask-image:linear-gradient(270deg,#000 56%,transparent 100%);z-index:1;pointer-events:none}.site-footer{margin-top:60px;background:radial-gradient(1200px 240px at 85% 0%,rgba(179,137,77,.1),transparent 70%),linear-gradient(180deg,#2a2318,#211b12);color:#d8cdb8}.footer-widgets{border-bottom:1px solid rgba(216,189,146,.16)}.footer-widgets-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;padding:40px 0 10px}.footer-widget-title{font-family:var(--font-serif);font-size:1.1rem;color:#f3ead7;margin-bottom:12px}.footer-main{padding:56px 0 40px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:40px}.footer-col{min-width:0}.footer-title{font-family:var(--font-serif);font-size:1.15rem;font-weight:700;color:#f3ead7;margin-bottom:18px;position:relative;padding-bottom:10px}.footer-title:after{content:"";position:absolute;bottom:0;inset-inline-start:0;width:38px;height:2px;background:var(--gold);border-radius:2px}.footer-brand .brand{margin-bottom:8px}.footer-brand .brand-logo{background:radial-gradient(circle at 50% 35%,#342c1e,#241d13);border-color:#d8bd9273}.footer-brand .brand-logo .mv,.footer-brand .brand-logo .brand-name{color:var(--gold-light)}.footer-brand .brand-logo .brand-tag{color:#b6a889}.footer-brand .custom-logo{filter:brightness(0) invert(1);opacity:.92}.footer-about{margin:16px 0 20px;color:#b9ad96;font-size:.92rem;line-height:1.7;max-width:34ch}.social-icons{display:flex;gap:10px}.social-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#e7dcc6;background:#d8bd921f;border:1px solid rgba(216,189,146,.22);transition:transform .2s ease,background-color .2s ease,color .2s ease}.social-icon:hover{background:var(--gold);color:#fff;transform:translateY(-3px);border-color:var(--gold)}.social-icon svg{width:18px;height:18px}.footer-links{display:flex;flex-direction:column;gap:11px}.footer-links a{color:#c3b79f;font-size:.94rem;display:inline-flex;align-items:center;gap:8px;transition:color .2s,padding-inline-start .2s}.footer-links a:before{content:"‹";color:var(--gold);opacity:0;transition:opacity .2s}.footer-links a:hover{color:#fff;padding-inline-start:4px}.footer-links a:hover:before{opacity:1}.footer-contact-list{display:flex;flex-direction:column;gap:14px}.footer-contact-list li{display:flex;align-items:center;gap:12px;color:#c3b79f;font-size:.94rem}.footer-contact-list a{color:#c3b79f;display:flex;align-items:center;gap:12px;transition:color .2s}.footer-contact-list a:hover{color:#fff}.footer-contact-list .fc-ic{width:38px;height:38px;flex-shrink:0;border-radius:10px;background:#d8bd921f;border:1px solid rgba(216,189,146,.18);color:var(--gold-light);display:flex;align-items:center;justify-content:center}.footer-contact-list .fc-ic svg{width:18px;height:18px;fill:var(--gold-light)}.footer-bottom{border-top:1px solid rgba(216,189,146,.16)}.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:18px 0}.footer-copyright{font-size:.82rem;color:#a99d86}.back-to-top{display:inline-flex;align-items:center;gap:8px;background:#d8bd921f;border:1px solid rgba(216,189,146,.22);color:#d8cdb8;border-radius:999px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:background-color .2s,color .2s,transform .2s}.back-to-top:hover{background:var(--gold);color:#fff;border-color:var(--gold);transform:translateY(-2px)}.back-to-top svg{width:16px;height:16px}.page-head{text-align:center;margin-bottom:30px}.page-title{font-family:var(--font-serif);font-size:clamp(1.7rem,3.2vw,2.3rem);font-weight:700;color:var(--ink)}.entry-meta{color:var(--muted);font-size:.85rem;margin-top:8px}.page-thumb{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);margin-bottom:26px}.entry-content{color:var(--ink-soft)}.entry-content>*+*{margin-top:1rem}.entry-content h2,.entry-content h3{font-family:var(--font-serif);color:var(--ink);margin-top:1.6rem}.entry-content a{color:var(--gold-dark);text-decoration:underline}.post-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:26px}.post-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-soft);transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column}.post-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.post-card-thumb{aspect-ratio:4 / 3;overflow:hidden;display:block}.post-card-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-card-body{padding:20px;display:flex;flex-direction:column;gap:10px}.post-card-title{font-family:var(--font-serif);font-size:1.2rem}.post-card-title a:hover{color:var(--gold-dark)}.read-more{color:var(--gold-dark);font-weight:600;margin-top:auto}.search-form{display:flex;gap:10px;max-width:520px;margin:20px auto}.search-field{flex:1;border:1px solid var(--gold-light);border-radius:8px;padding:12px 16px;font-family:inherit;background:var(--white);color:var(--ink)}.error-404{text-align:center;padding:60px 0}.error-404 .section-head h1{font-size:clamp(3rem,8vw,5rem);color:var(--gold)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translatey(0);transform:translateY(0)}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*{animation-duration:.001ms!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}}@media (max-width: 1024px){.main-nav ul{gap:18px}.trust-grid,.featured-strip,.stats-grid,.services-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 860px){.nav-toggle{display:block}.main-nav{position:absolute;top:100%;right:0;left:0;background:var(--card);border-bottom:1px solid var(--line);display:none;box-shadow:var(--shadow)}.main-nav.open{display:block}.main-nav ul{flex-direction:column;align-items:flex-start;padding:18px 24px;gap:14px}.hero-card{min-height:auto;flex-direction:column;align-items:stretch}.hero-media{position:relative;width:100%;height:300px}.hero-media:after{background:linear-gradient(0deg,#f7f1e5,#f7f1e500 45%)}.hero-content{width:90%;margin-inline:auto;padding:10px 0 40px}.hero-features{flex-wrap:wrap;gap:20px}.about-card{grid-template-columns:1fr;padding:24px}.process-grid{grid-template-columns:repeat(2,1fr);gap:28px}.process-step:not(:last-child):after{display:none}.gallery-grid{grid-template-columns:repeat(2,1fr)}.details-grid{grid-template-columns:1fr}.project-layout{grid-template-columns:1fr;gap:26px}.project-side-sticky{position:static}.footer-grid{grid-template-columns:repeat(2,1fr);gap:32px}.cta-inner{max-width:100%;margin-right:0}.cta-bottom,.cta-contacts{justify-content:center;flex-wrap:wrap}.cta-decor{display:none}.thumbs{grid-template-columns:repeat(5,1fr);gap:8px}}@media (max-width: 560px){.trust-grid,.featured-strip,.gallery-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.services-grid,.testimonials-grid,.includes-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-bottom-inner{justify-content:center;text-align:center}.phone-pill span{display:none}.phone-pill{padding:8px 10px}.hero-actions{flex-wrap:wrap}.cta-bottom{flex-direction:column;gap:16px}.cta-contacts{flex-direction:column;gap:12px}.search-form{flex-direction:column}}body.home{background:#f8f4ec}body.home .container{width:min(1180px,calc(100% - 48px))}body.home .site-header{background:#fffdf9f7;border-bottom-color:#b3894d2e;box-shadow:0 2px 16px #3d33250a}body.home .header-inner{min-height:92px;padding:4px 0;position:relative}body.home .header-brand-wrap{position:relative;z-index:4}body.home .brand-logo{width:126px;height:126px;padding:16px;margin-bottom:-34px;border-width:1px;background:radial-gradient(circle at 50% 35%,#fff,#f5ecdc 72%,#ead9bd);box-shadow:0 8px 24px #5a46281f}body.home .brand-logo .mv{font-size:2rem}body.home .brand-logo .brand-name{font-size:.48rem}body.home .brand-logo .brand-tag{font-size:.31rem;max-width:58px}body.home .main-nav{margin-inline:auto}body.home .main-nav ul{gap:24px}body.home .main-nav a{font-size:.93rem}body.home .header-cta .btn-ghost{display:none}body.home .phone-pill{min-height:42px;border-radius:5px;background:#fffdfa;font-size:.92rem}body.home .hero{padding:10px 0 0}body.home .hero-card{min-height:600px;border:1px solid rgba(179,137,77,.16);border-radius:4px;box-shadow:0 12px 32px #5a462812;background:linear-gradient(105deg,#ede2cf,#f5eee2 52%,#fbf8f1)}body.home .hero-media{width:calc(58% + 2px)}body.home .hero-media:after{right:-2px;background:linear-gradient(270deg,#f5eee2,#f5eee29e 18%,#f5eee200 55%)}body.home .hero-content{width:42%;margin-right:4.5%;padding:104px 0 48px}body.home .hero-content h1{font-size:clamp(3.2rem,5vw,4.2rem);line-height:1.02;letter-spacing:-.025em}body.home .hero-content h2{font-size:clamp(1.75rem,2.6vw,2.25rem);line-height:1.3;margin-top:12px}body.home .hero-content .hero-text{max-width:39ch;margin-top:20px;font-size:1.02rem;line-height:1.75}body.home .hero-features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:28px}body.home .hero-feature{gap:7px;font-size:.76rem}body.home .hero-feature .ic{width:44px;height:44px;background:#ffffff7a}body.home .hero-actions{gap:22px;margin-top:30px}body.home .hero-actions .btn{min-width:260px}body.home .trust-bar{padding:0}body.home .trust-grid{gap:0;padding:23px 12px;background:#ffffffb8;border:1px solid rgba(179,137,77,.15);border-top:0}body.home .trust-item{min-height:70px;padding:7px 20px;background:transparent;border:0;border-radius:0;box-shadow:none}body.home .trust-item:not(:last-child){border-inline-end:1px solid var(--line)}body.home .trust-item:hover{transform:none;box-shadow:none}body.home .trust-item .ic{background:transparent}body.home .about-section{padding:30px 0 16px}body.home .about-card{min-height:360px;grid-template-columns:1.04fr 1fr 1.28fr;gap:40px;padding:28px 18px;border:0;border-radius:0;background:transparent;box-shadow:none}body.home .about-shot{position:relative;min-width:0;height:320px;overflow:hidden;border-radius:9px;box-shadow:0 6px 18px #3d332517}body.home .about-shot img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}body.home .about-shot.is-reference-composite img{position:absolute;top:-6.78%;width:auto;max-width:none;height:111.87%;-o-object-fit:fill;object-fit:fill}body.home .about-shot-primary.is-reference-composite img{left:-5.76%}body.home .about-shot-secondary.is-reference-composite img{left:-226.5%}body.home .about-reference-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}body.home .about-content{align-self:center;text-align:center}body.home .about-content h2{font-size:1.65rem;line-height:1.25}body.home .about-content .sub{margin-top:9px}body.home .about-content p{margin-top:16px;font-size:.9rem;line-height:1.72}body.home .about-content .btn{min-width:140px;margin-top:18px;padding-block:8px}body.home .process{padding:14px 0 32px}body.home .process h2{margin-bottom:30px}body.home .process-grid{gap:24px}body.home .process-step{padding-inline:18px}body.home .process-step .bubble{width:62px;height:62px;border:0;background:transparent;box-shadow:none}body.home .process-step .bubble svg{color:var(--gold-dark)}body.home .process-step .num{top:-2px;right:-4px;width:24px;height:24px;color:var(--gold-dark);background:#fffdfa;border:1px solid var(--gold-light)}body.home .process-step:not(:last-child):after{content:"‹";top:19px;left:-15px;color:var(--gold-dark)}body.home .featured{padding:14px 0 40px}body.home .featured h2{margin-bottom:22px}body.home .featured-strip{gap:14px}body.home .featured-strip .shot{border-radius:8px;box-shadow:0 5px 16px #3d33251a}body.home .featured .more-wrap{margin-top:20px}body.home .featured .btn-outline{padding-block:9px;min-width:160px}@media (max-width: 1024px){body.home .brand-logo{width:104px;height:104px;margin-bottom:-22px}body.home .main-nav ul{gap:14px}body.home .main-nav a{font-size:.84rem}body.home .hero-card{min-height:560px}body.home .hero-content{width:44%;margin-right:4%;padding-top:82px}body.home .hero-content h1{font-size:3.25rem}body.home .hero-content h2{font-size:1.75rem}body.home .hero-features{gap:10px}body.home .hero-actions .btn{min-width:220px}body.home .trust-grid{grid-template-columns:repeat(4,1fr)}body.home .trust-item{padding-inline:12px}body.home .about-card{gap:26px;padding-inline:18px}}@media (max-width: 860px){body.home .container{width:min(100% - 32px,720px)}body.home .header-inner{min-height:74px}body.home .brand-logo{width:76px;height:76px;margin-bottom:0;padding:10px}body.home .brand-logo .mv{font-size:1.25rem}body.home .brand-logo .brand-name{font-size:.34rem}body.home .brand-logo .brand-tag{font-size:.25rem}body.home .hero{padding-top:16px}body.home .hero-card{min-height:auto;flex-direction:column;align-items:stretch}body.home .hero-media{position:relative;width:100%;height:340px}body.home .hero-media:after{background:linear-gradient(0deg,#fbf8f1,#fbf8f100 45%)}body.home .hero-content{width:88%;margin-inline:auto;padding:28px 0 42px}body.home .hero-content h1{font-size:clamp(2.6rem,10vw,3.35rem)}body.home .hero-content h2{font-size:clamp(1.45rem,6vw,1.9rem)}body.home .hero-features{grid-template-columns:repeat(2,1fr)}body.home .trust-grid{grid-template-columns:repeat(2,1fr);padding:14px}body.home .trust-item{border:0!important}body.home .trust-item:nth-child(odd){border-inline-end:1px solid var(--line)!important}body.home .about-card{grid-template-columns:1fr;gap:24px;padding:10px 0}body.home .about-shot{height:330px;justify-self:center}body.home .about-shot-primary{width:min(100%,390px)}body.home .about-shot-secondary{width:min(100%,318px)}body.home .about-content{padding:8px 16px;text-align:center}body.home .process-grid{gap:30px 18px}}@media (max-width: 560px){body.home .container{width:min(100% - 24px,520px)}body.home .hero-media{height:280px}body.home .hero-content{width:90%}body.home .hero-content h1{font-size:2.55rem}body.home .hero-content .hero-text{font-size:.96rem}body.home .hero-actions{align-items:stretch;flex-direction:column}body.home .hero-actions .btn{width:100%;min-width:0}body.home .trust-grid{grid-template-columns:1fr}body.home .trust-item{border-inline-end:0!important;border-bottom:1px solid var(--line)!important}body.home .trust-item:last-child{border-bottom:0!important}body.home .about-shot{height:280px}body.home .about-shot-primary{width:min(100%,330px)}body.home .about-shot-secondary{width:min(100%,270px)}body.home .process-grid{grid-template-columns:1fr}body.home .process-step:not(:last-child):after{display:none}}.projects-gallery-grid{grid-template-columns:repeat(var(--projects-columns-desktop, 3),minmax(0,1fr))}@media (max-width: 860px){.projects-gallery-grid{grid-template-columns:repeat(var(--projects-columns-mobile, 1),minmax(0,1fr))}}
