:root{--color-gold: #d4af37;--color-gold-bright: #ffd700;--color-ink: #2c2c2c;--color-cream: #fffef7;--color-burgundy: #4f1d2e;--color-navy: #1f2a44;--color-muted: #6d635e;--color-border: rgba(212, 175, 55, .25);--shadow-soft: 0 18px 40px rgba(24, 19, 19, .1);--shadow-deep: 0 28px 60px rgba(15, 12, 12, .18);--radius-large: 28px;--radius-medium: 20px;--radius-small: 14px;--container-width: min(1180px, calc(100% - 2rem) )}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Montserrat,sans-serif;color:var(--color-ink);background:radial-gradient(circle at top,rgba(255,215,0,.12),transparent 20%),linear-gradient(180deg,#fffdf8,#f9f3e8)}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:var(--container-width);margin:0 auto}.site-shell{min-height:100vh}.section,.page-shell{padding-top:2rem}.section{padding-bottom:5rem}.section--tinted{background:#ffffffad}.section--dark{background:linear-gradient(135deg,#211824,#2c1f38,#132239);color:#fff}.section--accent{padding-bottom:6rem}.section-heading,.section-copy{max-width:720px}.section-heading{margin-bottom:2rem}.section-heading--light h2,.section-heading--light p{color:#fff}.section-heading h2,.section-copy h2,.page-hero h1,.hero-content h1,.cta-banner h2,.craftsmanship-banner h2{font-family:Cormorant Garamond,serif;font-weight:700;letter-spacing:.02em;line-height:.98}.section-heading h2,.section-copy h2,.page-hero h1{font-size:clamp(2.4rem,5vw,4.4rem);margin:.35rem 0 1rem}.section-copy p,.section-heading p,.page-hero p,.hero-content p,.service-card p,.collection-card p,.product-card li,.testimonial-card p,.footer-brand p,.info-card p{color:var(--color-muted);line-height:1.75}.section--dark .testimonial-card p,.section--dark .section-copy p,.section--dark .craftsmanship-banner p,.section--dark .section-heading p{color:#ffffffc7}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-gold);text-transform:uppercase;letter-spacing:.26em;font-size:.75rem;font-weight:700}.eyebrow:before{content:"";width:48px;height:1px;background:currentColor}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:999px;padding:.85rem 1.5rem;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease,color .3s ease;border:1px solid transparent;font-weight:600}.button:hover,.button:focus-visible{transform:translateY(-2px);box-shadow:0 14px 28px #2c2c2c26}.button--primary{background:linear-gradient(135deg,var(--color-gold),var(--color-gold-bright));color:#201612}.button--ghost,.button--ghost-light{background:transparent;border-color:currentColor}.button--ghost{color:var(--color-ink)}.button--ghost-light{color:#fff}.site-header{position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:background-color .3s ease,box-shadow .3s ease}.site-header--scrolled{background:#fffef7eb;box-shadow:0 12px 30px #2c2c2c14}.top-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 1rem;background:linear-gradient(90deg,var(--color-burgundy),var(--color-navy));color:#fff}.top-bar p{margin:0;font-size:.85rem;letter-spacing:.04em}.header-actions{display:inline-flex;gap:.5rem}.header-actions a,.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:#fff;background:#ffffff29}.nav-shell{display:flex;align-items:center;justify-content:space-between;gap:1rem;position:relative;width:var(--container-width);margin:0 auto;min-height:84px;z-index:42}.brand-mark{display:inline-flex;align-items:center;gap:.85rem}.brand-mark__image,.footer-brand__logo{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid rgba(212,175,55,.3);background:#fff}.brand-mark__text,.footer-brand{display:grid;gap:.15rem}.brand-mark__name{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:700}.brand-mark__tagline{font-size:.78rem;color:var(--color-muted)}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;border:1px solid var(--color-border);background:#fffc;box-shadow:0 10px 24px #2c2c2c14;flex-shrink:0}.nav-scrim{position:fixed;inset:0;z-index:44;border:0;background:#1511167a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.nav-panel{position:fixed;inset:0 0 0 auto;width:min(86vw,360px);height:100dvh;padding:1rem 1rem 1.5rem;background:#fffef7fa;transform:translate(100%);transition:transform .35s ease;display:grid;align-content:start;gap:1.25rem;overflow-y:auto;z-index:45;box-shadow:-16px 0 40px #2c2c2c2e}.nav-panel--open{transform:translate(0)}.nav-panel__mobile-brand{position:sticky;top:-1rem;margin:-1rem -1rem 0;padding:1rem;background:#fffef7fa;border-bottom:1px solid rgba(44,44,44,.08)}.nav-panel__mobile-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.nav-panel__close{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;border:1px solid var(--color-border);background:#fff;color:var(--color-ink);flex-shrink:0}.nav-links{display:grid;gap:.8rem}.nav-link{padding:.95rem 1rem;border-radius:18px;font-weight:600;border:1px solid rgba(44,44,44,.08);background:#ffffffe0;width:100%}.nav-link.active,.nav-link:hover,.nav-link:focus-visible{border-color:var(--color-border);background:#d4af3714}.nav-contact{display:grid;gap:.8rem}.hero-slider{position:relative;min-height:100vh;overflow:hidden}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s ease}.hero-slide--active{opacity:1;visibility:visible}.hero-slide__image,.hero-slide__overlay{position:absolute;inset:0;width:100%;height:100%}.hero-slide__image{object-fit:cover}.hero-slide__overlay{background:linear-gradient(180deg,#100f1033,#100f10b8),linear-gradient(90deg,#4f1d2e73,#1f2a4440)}.hero-content{position:relative;z-index:1;display:grid;align-content:end;min-height:100vh;padding:10rem 0 6rem;color:#fff}.hero-content h1{font-size:clamp(3.4rem,8vw,7rem);max-width:760px;margin:.5rem 0 1.25rem}.hero-content p{max-width:620px;color:#ffffffd6;margin-bottom:2rem}.hero-actions,.hero-meta,.cta-banner__actions,.section-actions{display:flex;flex-wrap:wrap;gap:1rem}.hero-meta{margin-top:2rem;color:#ffffffbd;font-size:.95rem}.hero-slider__controls,.hero-slider__dots{position:absolute;z-index:2;display:flex;gap:.75rem}.hero-slider__controls{right:1rem;bottom:1.5rem}.hero-slider__controls button,.hero-slider__dots button,.gallery-filter button,.lightbox__close{border:0}.hero-slider__controls button,.lightbox__close{width:46px;height:46px;border-radius:50%;background:#ffffff26;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-slider__dots{left:1rem;bottom:2rem}.hero-slider__dots button{width:12px;height:12px;border-radius:50%;background:#ffffff4d}.hero-slider__dots button.active{background:var(--color-gold-bright)}.intro-grid,.split-layout,.contact-layout,.craftsmanship-banner{display:grid;gap:2rem}.feature-panel,.service-grid,.testimonial-grid,.milestone-grid,.footer-grid,.card-grid,.product-grid,.preview-grid{display:grid;gap:1.25rem}.feature-panel,.contact-card-list{display:grid;gap:1rem}.feature-item,.service-card,.testimonial-card,.milestone-card,.info-card,.contact-form-card,.map-card,.collection-card,.product-card,.cta-banner,.craftsmanship-banner,.loading-mark{background:#ffffffd1;border:1px solid var(--color-border);border-radius:var(--radius-large);box-shadow:var(--shadow-soft)}.feature-item,.service-card,.testimonial-card,.milestone-card,.info-card,.contact-form-card,.loading-mark{padding:1.5rem}.feature-item,.info-card{display:flex;gap:1rem;align-items:flex-start}.feature-item svg,.info-card svg,.footer-contact svg{color:var(--color-gold);flex-shrink:0}.collection-card,.product-card,.preview-card{overflow:hidden}.collection-card img,.product-card img,.preview-card img,.gallery-card img,.image-stack img,.craftsmanship-banner img{width:100%;height:100%;object-fit:cover}.collection-card img,.product-card img{height:300px}.collection-card__content,.product-card__content{padding:1.25rem}.service-card,.testimonial-card,.milestone-card{position:relative;overflow:hidden}.service-card:before,.testimonial-card:before,.milestone-card:before{content:"";position:absolute;inset:0 auto auto 0;width:70px;height:2px;background:linear-gradient(90deg,var(--color-gold),transparent)}.testimonial-card strong,.milestone-card strong{color:var(--color-burgundy)}.preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.preview-card{min-height:260px;border-radius:var(--radius-medium)}.cta-banner,.craftsmanship-banner{padding:2rem}.cta-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem}.craftsmanship-banner{background:#ffffff14;color:#fff}.craftsmanship-banner img{min-height:280px;border-radius:var(--radius-medium)}.page-hero{padding:8rem 0 2rem}.page-hero__content,.image-stack{display:grid;gap:1rem}.image-stack img{min-height:280px;border-radius:var(--radius-large);box-shadow:var(--shadow-soft)}.gallery-filter{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.gallery-filter button{min-height:42px;padding:.75rem 1.1rem;border-radius:999px;background:#fffc;color:var(--color-ink);border:1px solid var(--color-border)}.gallery-filter button.active{background:var(--color-burgundy);color:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.gallery-card{position:relative;min-height:290px;padding:0;border-radius:var(--radius-medium);overflow:hidden;background:#fff;box-shadow:var(--shadow-soft)}.gallery-card:after{content:"";position:absolute;inset:auto 0 0;height:55%;background:linear-gradient(180deg,transparent,rgba(18,16,16,.84))}.gallery-card__content{position:absolute;inset:auto 0 0;z-index:1;display:grid;gap:.3rem;padding:1.25rem;text-align:left;color:#fff}.gallery-card__content span:last-child{color:#ffffffb3;font-size:.9rem}.lightbox{position:fixed;inset:0;z-index:60;display:grid;place-items:center;background:#0a080ccc;padding:1rem}.lightbox__content{position:relative;width:min(960px,100%);background:#120f14;border-radius:var(--radius-large);padding:1rem}.lightbox__content img{width:100%;max-height:78vh;border-radius:var(--radius-medium);object-fit:cover}.lightbox__caption{display:flex;justify-content:space-between;gap:1rem;padding:1rem 0 .3rem;color:#fff}.lightbox__close{position:absolute;top:1.75rem;right:1.75rem}.contact-form,.form-grid{display:grid;gap:1rem}.contact-form label{display:grid;gap:.5rem}.contact-form span{font-weight:600}.contact-form input,.contact-form textarea,.contact-form select{min-height:50px;padding:.9rem 1rem;border-radius:14px;border:1px solid rgba(44,44,44,.12);background:#fffc}.contact-form textarea{min-height:140px;resize:vertical}.form-error{color:#b42318}.form-success{margin:0;color:#17663b}.map-card{overflow:hidden}.footer-grid{grid-template-columns:repeat(4,minmax(0,1fr));padding:4rem 0 2rem}.site-footer{background:#151116;color:#ffffffe0}.site-footer h2,.site-footer h3{font-family:Cormorant Garamond,serif;margin:0 0 1rem}.footer-links,.footer-contact,.hours-list{list-style:none;padding:0;margin:0;display:grid;gap:.8rem}.footer-contact li,.hours-list li{display:flex;gap:.75rem}.hours-list li{justify-content:space-between}.footer-socials{display:flex;gap:.75rem;margin-top:1.2rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);text-align:center;padding:1.2rem;color:#ffffff9e}.page-loading{min-height:60vh;display:grid;place-items:center}.loading-mark{font-weight:600}@media(min-width:768px){.form-grid,.milestone-grid,.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.intro-grid,.split-layout,.contact-layout,.craftsmanship-banner{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center}.service-grid,.card-grid,.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:992px){.menu-toggle,.nav-panel__mobile-brand,.nav-scrim{display:none}.nav-shell{min-height:92px}.nav-panel{position:static;inset:auto;width:auto;height:auto;transform:none;background:transparent;box-shadow:none;padding:0;display:flex;align-items:center;align-content:center;gap:1.25rem;overflow:visible;z-index:auto;margin-left:auto}.nav-links{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.nav-link{width:auto;padding:.55rem .9rem;border:0;border-radius:999px;background:transparent;white-space:nowrap}.nav-link.active,.nav-link:hover,.nav-link:focus-visible{border-color:transparent;background:#d4af371f}.nav-contact{display:flex}.feature-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.preview-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:767px){.top-bar{flex-direction:column;align-items:center;text-align:center;padding:.7rem 1rem}.top-bar p{width:100%}.header-actions{justify-content:center;flex-wrap:wrap}.nav-shell{min-height:74px}.brand-mark{gap:.7rem;min-width:0}.brand-mark__image{width:52px;height:52px}.brand-mark__name{font-size:1.45rem;line-height:1}.brand-mark__tagline{display:none}.nav-panel{width:min(90vw,340px)}.nav-panel .brand-mark__tagline{display:block;font-size:.72rem}.nav-panel .brand-mark__name{font-size:1.4rem}.hero-content{padding-top:11rem}.hero-content h1{font-size:clamp(2.8rem,15vw,4.3rem)}.hero-slider__controls{right:1rem;bottom:4.5rem}.hero-slider__dots{bottom:1rem}.footer-grid{grid-template-columns:1fr}.lightbox__caption{flex-direction:column}}
