.hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 45%,#3d35328c,#3d353240 70%),linear-gradient(180deg,#3d353266,#3d353226 35%,#3d353273)}.hero-content{position:relative;z-index:2;color:var(--color-white);padding:0 var(--space-6);max-width:800px}.hero-label{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:var(--font-medium);letter-spacing:var(--tracking-caps);text-transform:uppercase;margin-bottom:var(--space-6);opacity:.9;text-shadow:0 1px 4px rgba(0,0,0,.3)}.hero h1{font-family:var(--font-serif);font-size:var(--text-6xl);font-weight:var(--font-light);line-height:var(--leading-tight);margin-bottom:var(--space-5);letter-spacing:var(--tracking-tight);text-shadow:0 2px 8px rgba(0,0,0,.25)}.hero h1 em{font-style:italic;font-weight:var(--font-regular)}.hero-sub{font-size:var(--text-lg);font-weight:var(--font-light);opacity:.9;margin-bottom:var(--space-10);line-height:var(--leading-normal);text-shadow:0 1px 6px rgba(0,0,0,.25);max-width:540px;margin-inline:auto}.hero-pause{position:absolute;bottom:var(--space-8);right:var(--space-8);z-index:3;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.25);color:var(--color-white);width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s,transform .3s}.hero-pause:hover{background:#ffffff40;transform:scale(1.05)}.hero-pause svg{width:18px;height:18px}.hero-scroll{position:absolute;bottom:var(--space-8);left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:var(--space-2);color:var(--color-white);opacity:.7;font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase}.hero-scroll-line{width:1px;height:var(--space-10);background:var(--color-white);animation:scrollPulse 2s ease infinite}@keyframes scrollPulse{0%,to{opacity:.3}50%{opacity:1}}.hero-poster-mobile{display:none}@media(prefers-reduced-motion:reduce){.hero-bg{display:none}.hero-poster-mobile{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block!important}.hero-pause{display:none}}.services{background:var(--color-linen)}.services-header{text-align:center;margin-bottom:var(--section-py-sm)}.services-header .section-divider{margin:var(--space-5) auto}.testimonials{background:var(--color-linen)}.testimonials-header{text-align:center;max-width:620px;margin:0 auto var(--section-py-sm)}.testimonials-header .section-divider{margin:var(--space-5) auto}.testimonials-sub{margin:0 auto;max-width:540px;font-size:var(--text-lg);line-height:var(--leading-relaxed);color:var(--color-text-secondary)}.featured-grid.svelte-uer3fd{display:grid;grid-template-columns:repeat(var(--cols, 3),minmax(0,1fr));gap:var(--space-8);justify-content:center;max-width:calc(var(--cols, 3) * 420px);margin-inline:auto}.carousel.svelte-uer3fd{position:relative}.carousel-controls.svelte-uer3fd{display:flex;justify-content:flex-end;gap:var(--space-3);margin-bottom:var(--space-6)}.carousel-btn.svelte-uer3fd{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--rounded-full);border:1.5px solid var(--color-charcoal);background:var(--color-white);color:var(--color-charcoal);cursor:pointer;transition:background var(--ease-default),color var(--ease-default),opacity var(--ease-default)}.carousel-btn.svelte-uer3fd:hover{background:var(--color-charcoal);color:var(--color-white)}.carousel-btn.svelte-uer3fd:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}.carousel-btn.svelte-uer3fd:disabled{opacity:.3;cursor:default;pointer-events:none}.carousel-btn.svelte-uer3fd svg{width:20px;height:20px}.carousel-viewport.svelte-uer3fd{overflow:hidden;padding:var(--space-4) 0;margin:calc(-1 * var(--space-4)) 0}.carousel-track.svelte-uer3fd{display:flex;gap:var(--space-5)}.carousel-slide.svelte-uer3fd{flex:0 0 85%;min-width:0;display:flex}.carousel-dots.svelte-uer3fd{display:flex;justify-content:center;gap:0;margin-top:var(--space-6)}.carousel-dot.svelte-uer3fd{width:28px;height:28px;border-radius:var(--rounded-full);border:none;background:transparent;cursor:pointer;padding:0;position:relative}.carousel-dot.svelte-uer3fd:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:var(--rounded-full);border:1.5px solid var(--color-charcoal);background:transparent;transition:background var(--ease-default)}.carousel-dot.active.svelte-uer3fd:after{background:var(--color-charcoal)}.carousel-dot.svelte-uer3fd:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}.carousel.svelte-fus252{position:relative;max-width:920px;margin-inline:auto}.t-mark.svelte-fus252{position:absolute;top:-18px;left:-8px;font-family:var(--font-serif);font-style:italic;font-weight:var(--font-regular);font-size:clamp(96px,13vw,160px);line-height:1;color:var(--color-gold-light);-webkit-user-select:none;user-select:none;pointer-events:none;z-index:2}.carousel-controls.svelte-fus252{display:flex;align-items:center;justify-content:center;gap:var(--space-6);margin-top:var(--section-py-sm)}.carousel-btn.svelte-fus252{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--rounded-full);border:1.5px solid var(--color-charcoal);background:var(--color-white);color:var(--color-charcoal);cursor:pointer;transition:background var(--ease-default),color var(--ease-default),opacity var(--ease-default)}.carousel-btn.svelte-fus252:hover{background:var(--color-charcoal);color:var(--color-white)}.carousel-btn.svelte-fus252:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}.carousel-btn.svelte-fus252:disabled{opacity:.3;cursor:default;pointer-events:none}.carousel-btn.svelte-fus252 svg{width:20px;height:20px}.carousel-viewport.svelte-fus252{overflow:hidden;padding:var(--space-6) var(--space-3);margin:calc(-1 * var(--space-6)) calc(-1 * var(--space-3));--edge-fade: 12%;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 var(--edge-fade),#000 calc(100% - var(--edge-fade)),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 var(--edge-fade),#000 calc(100% - var(--edge-fade)),transparent 100%)}.carousel-track.svelte-fus252{display:flex}.carousel-slide.svelte-fus252{flex:0 0 70%;min-width:0;display:flex;padding:0 var(--space-3);transition:opacity var(--ease-default)}.t-card.svelte-fus252{position:relative;width:100%;text-align:center;padding:var(--space-8) clamp(24px,4vw,48px) var(--space-6);display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--color-white);border-radius:var(--rounded-xl);box-shadow:var(--shadow-card)}.t-content.svelte-fus252{font-family:var(--font-serif);font-style:italic;font-weight:var(--font-light);font-size:clamp(17px,1.6vw,20px);line-height:var(--leading-relaxed);color:var(--color-charcoal);max-width:520px;margin:0 auto var(--space-5);text-align:center;align-self:center;white-space:pre-line}.t-divider.svelte-fus252{display:block;width:32px;height:1px;background:var(--color-gold);margin:0 auto var(--space-4);align-self:center}.t-signature.svelte-fus252{text-align:center;align-self:center}.t-signature.svelte-fus252{font-family:var(--font-sans);font-size:var(--text-xs);font-weight:var(--font-medium);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--color-rose-dark);text-align:center;align-self:center}.carousel-dots.svelte-fus252{display:flex;justify-content:center;gap:0}.carousel-dot.svelte-fus252{width:28px;height:28px;border-radius:var(--rounded-full);border:none;background:transparent;cursor:pointer;padding:0;position:relative}.carousel-dot.svelte-fus252:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:var(--rounded-full);border:1.5px solid var(--color-charcoal);background:transparent;transition:background var(--ease-default)}.carousel-dot.active.svelte-fus252:after{background:var(--color-charcoal)}.carousel-dot.svelte-fus252:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}@media(max-width:1024px){.carousel-slide.svelte-fus252{flex:0 0 80%}.carousel-viewport.svelte-fus252{--edge-fade: 8%}}@media(max-width:768px){.t-card.svelte-fus252{padding:var(--space-7) var(--space-5) var(--space-5)}.t-mark.svelte-fus252{top:-10px;left:-4px}.carousel-slide.svelte-fus252{flex:0 0 88%;padding:0 var(--space-2)}.carousel-viewport.svelte-fus252{--edge-fade: 5%}}
