*,*::before,*::after{box-sizing:border-box}:root{--bg:#f6f2eb;--paper:#fbf8f4;--card:rgba(255,255,255,.72);--text:#172024;--muted:#5f6a70;--line:rgba(23,32,36,.12);--deep:#0d1b1e;--accent:#b79b6d;--accent-soft:rgba(183,155,109,.12);--shadow:0 22px 60px rgba(17,25,33,.12);--radius:24px;--radius-sm:18px;--max:1220px}html{scroll-behavior:smooth}body{margin:0;font-family:"Manrope",system-ui,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(183,155,109,.1),transparent 28%),linear-gradient(180deg,#f8f4ee 0%,#f4efe6 100%)}img{display:block;max-width:100%}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}.site-shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:30;width:min(calc(100% - 24px),var(--max));margin:14px auto 0;padding:14px 18px;border:1px solid rgba(255,255,255,.36);backdrop-filter:blur(18px);background:rgba(13,27,30,.72);border-radius:24px;box-shadow:0 10px 30px rgba(5,8,10,.16);display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:inline-flex;align-items:center;gap:12px;color:#fff;min-width:0}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(135deg,#c6aa79,#8f7650);font-family:"Cormorant Garamond",serif;font-weight:700;font-size:1.5rem;flex:0 0 auto}.brand-text{display:flex;flex-direction:column;line-height:1.05}.brand-text strong{font-size:.98rem;font-weight:700}.brand-text small{color:rgba(255,255,255,.72);font-size:.77rem;margin-top:5px}.main-nav{display:inline-flex;align-items:center;gap:22px;color:rgba(255,255,255,.9)}.main-nav a{font-size:.94rem;transition:opacity 180ms ease,color 180ms ease}.main-nav a:hover{opacity:1;color:#fff}.nav-phone{padding:12px 16px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);color:#fff;font-weight:700}.nav-toggle{display:none;width:46px;height:46px;border-radius:14px;border:1px solid rgba(255,255,255,.18);background:transparent;color:#fff;padding:0}.nav-toggle span{display:block;width:20px;height:2px;margin:4px auto;background:currentColor;border-radius:2px}.hero,.section,.strip,.featured{width:min(calc(100% - 24px),var(--max));margin-inline:auto}.hero{position:relative;overflow:clip;min-height:88vh;margin-top:16px;border-radius:38px;background:#121d20;display:grid;grid-template-columns:1.15fr .85fr;align-items:end;padding:88px clamp(24px,4vw,54px) 54px;box-shadow:var(--shadow)}.hero-media,.hero-overlay{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-overlay{background:linear-gradient(95deg,rgba(10,16,20,.88) 0%,rgba(10,16,20,.64) 46%,rgba(10,16,20,.22) 100%),linear-gradient(180deg,rgba(11,15,19,.15),rgba(11,15,19,.5))}.hero-content,.hero-card{position:relative;z-index:2}.eyebrow,.kicker{display:inline-flex;align-items:center;gap:10px;letter-spacing:.14em;text-transform:uppercase;font-size:.76rem;color:var(--accent);font-weight:700}.eyebrow::before,.kicker::before{content:"";width:34px;height:1px;background:currentColor}.hero h1,.section-head h2,.featured h2,.intro h2,.category-copy h3{font-family:"Cormorant Garamond",serif;line-height:.96;letter-spacing:-.02em;margin:16px 0 0}.hero h1{max-width:11ch;font-size:clamp(3.5rem,8vw,6.2rem);color:#fff}.hero-text{max-width:62ch;margin:20px 0 0;color:rgba(255,255,255,.8);font-size:1.04rem;line-height:1.75}.hero-actions,.contact-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:999px;font-weight:700;transition:transform 180ms ease,box-shadow 180ms ease,background 180ms ease}.btn:hover{transform:translateY(-2px)}.btn-primary{color:#fff;background:linear-gradient(135deg,#b79b6d,#947851);box-shadow:0 14px 30px rgba(148,120,81,.28)}.btn-secondary{color:#fff;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08)}.hero-points{margin:30px 0 0;padding:0;list-style:none;display:grid;gap:10px;color:rgba(255,255,255,.86)}.hero-points li{display:flex;align-items:center;gap:10px}.hero-points li::before{content:"";width:8px;height:8px;border-radius:50%;background:#c9ad7f;box-shadow:0 0 0 6px rgba(201,173,127,.14)}.hero-card{justify-self:end;width:min(420px,100%);border-radius:28px;overflow:hidden;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);box-shadow:0 30px 60px rgba(8,12,16,.25)}.hero-card img{width:100%;height:440px;object-fit:cover}.hero-card-copy{padding:18px 20px 20px;color:#fff;background:linear-gradient(180deg,rgba(14,20,24,.1),rgba(14,20,24,.88));margin-top:-92px;position:relative}.hero-card-copy span{display:block;color:rgba(255,255,255,.74);font-size:.86rem;margin-bottom:6px}.hero-card-copy strong{font-size:1.04rem}.strip,.section,.featured{margin-top:34px}.strip,.section,.featured,.contact-card,.contact-note,.service-card,.why-card,.gallery-card{border:1px solid var(--line);background:rgba(255,255,255,.55);backdrop-filter:blur(10px)}.strip{display:grid;grid-template-columns:.95fr 1.05fr;gap:28px;padding:34px;border-radius:32px}.strip h2,.section-head h2,.featured h2{font-size:clamp(2.5rem,5vw,4rem)}.strip p:last-child{margin:0;color:var(--muted);line-height:1.9;align-self:end}.section{padding:42px;border-radius:32px}.section-head{display:grid;gap:10px;max-width:900px;margin-bottom:28px}.service-grid,.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card,.why-card,.contact-card,.contact-note{padding:24px;border-radius:24px;box-shadow:0 10px 30px rgba(18,25,32,.04)}.service-no{display:inline-flex;color:var(--accent);font-weight:800;font-size:.92rem;margin-bottom:18px}.service-card h3,.why-card h3,.contact-card h3,.contact-note h3{margin:0;font-size:1.1rem}.service-card p,.why-card p,.contact-note p{margin:12px 0 0;color:var(--muted);line-height:1.8}.category-block{display:grid;grid-template-columns:.78fr 1.22fr;gap:26px;align-items:center;padding:26px 0;border-top:1px solid var(--line)}.category-block:first-of-type{border-top:0;padding-top:0}.category-block.reverse{grid-template-columns:1.22fr .78fr}.category-block.reverse .category-copy{order:2}.category-block.reverse .gallery{order:1}.category-copy h3{font-size:clamp(2rem,4vw,3.1rem)}.category-copy p{color:var(--muted);line-height:1.9;margin:16px 0 0}.gallery{display:grid;gap:14px}.gallery-4{grid-template-columns:repeat(4,1fr)}.gallery-3{grid-template-columns:repeat(3,1fr)}.gallery-card{overflow:hidden;padding:0;border-radius:22px;cursor:pointer;text-align:left;box-shadow:0 14px 34px rgba(17,25,33,.06);transition:transform 180ms ease,box-shadow 180ms ease}.gallery-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(17,25,33,.12)}.gallery-card img{width:100%;height:270px;object-fit:cover}.gallery-card.top-focus img{object-position:center 16%}.gallery-card span{display:block;padding:14px 16px 16px;font-weight:700}.featured{display:grid;grid-template-columns:.84fr 1.16fr;gap:22px;padding:24px;border-radius:32px}.featured-copy{padding:18px;align-self:center}.featured-copy p:last-of-type{color:var(--muted);line-height:1.85}.featured-media{border-radius:28px;overflow:hidden;min-height:520px}.featured-media img{width:100%;height:100%;object-fit:cover}.contact-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:18px}.contact-list{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:14px}.contact-list li{display:grid;gap:6px;padding-bottom:14px;border-bottom:1px solid var(--line)}.contact-list strong{font-size:.86rem;text-transform:uppercase;letter-spacing:.12em;color:var(--accent)}.contact-list span,.contact-list a{font-size:1.02rem;line-height:1.6}.footer{width:min(calc(100% - 24px),var(--max));margin:18px auto 28px;text-align:center;color:var(--muted);font-size:.92rem}.lightbox{width:min(94vw,1100px);max-height:92vh;border:0;padding:18px;border-radius:24px;background:rgba(16,22,26,.96);color:#fff}.lightbox::backdrop{background:rgba(10,14,16,.75);backdrop-filter:blur(4px)}.lightbox-image{width:100%;max-height:76vh;object-fit:contain;border-radius:18px}.lightbox-title{margin:14px 8px 6px;color:rgba(255,255,255,.82)}.lightbox-close{position:absolute;top:12px;right:12px;width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:1.8rem;cursor:pointer}.reveal{opacity:0;transform:translateY(28px);transition:opacity 650ms ease,transform 650ms ease}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (max-width:1080px){.hero{grid-template-columns:1fr;min-height:auto;padding-top:112px;gap:26px}.hero-card{justify-self:start;max-width:520px}.strip,.featured,.contact-layout,.category-block,.category-block.reverse{grid-template-columns:1fr}.category-block.reverse .category-copy,.category-block.reverse .gallery{order:initial}.service-grid,.why-grid,.gallery-4{grid-template-columns:repeat(2,1fr)}.gallery-3{grid-template-columns:repeat(3,1fr)}}@media (max-width:860px){.topbar{padding:12px 14px}.nav-toggle{display:inline-block}.main-nav{position:absolute;top:calc(100% + 10px);left:0;right:0;display:grid;gap:10px;padding:14px;border-radius:24px;background:rgba(13,27,30,.95);border:1px solid rgba(255,255,255,.1);transform-origin:top;transform:scaleY(.94);opacity:0;pointer-events:none;transition:opacity 180ms ease,transform 180ms ease}.topbar.menu-open .main-nav{opacity:1;transform:scaleY(1);pointer-events:auto}.main-nav a{padding:10px 12px;border-radius:14px}.main-nav a:hover{background:rgba(255,255,255,.08)}.nav-phone{text-align:center}}@media (max-width:720px){.hero,.section,.strip,.featured{width:min(calc(100% - 16px),var(--max))}.hero{border-radius:28px;padding:98px 20px 22px}.hero h1{max-width:9.5ch;font-size:clamp(2.8rem,12vw,4.3rem)}.hero-card img{height:320px}.strip,.section,.featured{padding:24px;border-radius:24px}.service-grid,.why-grid,.gallery-4,.gallery-3{grid-template-columns:1fr}.gallery-card img{height:240px}.section-head h2,.strip h2,.featured h2,.category-copy h3{font-size:clamp(2rem,11vw,3rem)}.brand-text strong{font-size:.9rem}.brand-text small{display:none}}
