:root{--emerald:#14584a;--emerald-deep:#0d3a31;--ink:#182320;--ink-soft:#3d4c47;--ivory:#f7f3ec;--blush:#e9b8bc;--blush-deep:#d99ba1;--brass:#b8935a;--brass-text:#96723f;--white:#fff;--font-script:"Parisienne", cursive;--font-serif:"Cormorant Garamond", serif;--font-body:"Jost", sans-serif;--space-1:.5rem;--space-2:1rem;--space-3:1.5rem;--space-4:2rem;--space-5:3rem;--space-6:4.5rem;--space-7:7rem;--radius-sm:.5rem;--radius-md:1rem;--radius-lg:2rem;--radius-pill:999px;--shadow-soft:0 20px 45px -20px #0d3a3173;--shadow-card:0 12px 30px -14px #0d3a3159;--container-max:1180px;--nav-height:76px;--nav-solid-bg:#0d3a31eb;--ease-out:cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--ivory);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;margin:0;font-weight:400;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}h1,h2,h3,p{margin:0}button{font:inherit;cursor:pointer}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}:focus-visible{outline:2px solid var(--brass);outline-offset:3px}.cta{border-radius:var(--radius-pill);background:var(--blush);color:var(--emerald-deep);letter-spacing:.03em;padding:.9rem 2.2rem;font-size:.95rem;font-weight:500;transition:background-color .25s,transform .25s,box-shadow .25s;display:inline-block}.cta:hover{background:var(--blush-deep);transform:translateY(-2px);box-shadow:0 12px 30px -8px #e9b8bc8c}.section-eyebrow{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;color:var(--brass-text);margin-bottom:var(--space-1);font-size:.8rem;font-weight:500;display:block}.section-heading{font-family:var(--font-serif);color:var(--emerald-deep);font-size:clamp(1.8rem,3.2vw,2.6rem);font-weight:500;line-height:1.2}.reveal{opacity:0;transition:opacity .7s var(--ease-out), transform .7s var(--ease-out);transform:translateY(28px)}.reveal--visible{opacity:1;transform:translateY(0)}.nav{z-index:50;height:var(--nav-height);transition:background-color .4s var(--ease-out), backdrop-filter .4s var(--ease-out), box-shadow .4s var(--ease-out);background:0 0;position:fixed;top:0;left:0;right:0}.nav--scrolled{background:var(--nav-solid-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 8px 30px -12px #0d3a3180}.nav__inner{max-width:var(--container-max);height:100%;padding:0 var(--space-4);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.nav__logo{font-family:var(--font-script);color:var(--ivory);font-size:1.9rem;font-weight:400;line-height:1}.nav__links{align-items:center;gap:var(--space-4);display:flex}.nav__link{letter-spacing:.12em;text-transform:uppercase;color:var(--ivory);font-size:.84rem;transition:color .25s}.nav__link:hover{color:var(--blush-deep)}.nav__cta{background:var(--blush);color:var(--emerald-deep);border-radius:var(--radius-pill);padding:.6rem 1.4rem;font-size:.9rem;font-weight:500;transition:background-color .2s,transform .2s}.nav__cta:hover{background:var(--blush-deep);transform:translateY(-1px)}.nav__hamburger{background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.nav__hamburger span{background:var(--ivory);width:24px;height:2px;transition:transform .25s,opacity .25s}.nav__hamburger--open span:first-child{transform:translateY(7px)rotate(45deg)}.nav__hamburger--open span:nth-child(2){opacity:0}.nav__hamburger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=860px){.nav__links{top:var(--nav-height);align-items:flex-start;gap:var(--space-3);background:var(--nav-solid-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:var(--space-4);opacity:0;pointer-events:none;flex-direction:column;transition:opacity .25s,transform .25s;position:fixed;left:0;right:0;transform:translateY(-12px)}.nav__links--open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav__hamburger{display:flex}}.hero{background:radial-gradient(ellipse at 50% 30%, #14584a8c, transparent 60%), linear-gradient(180deg, var(--emerald-deep), var(--ink));justify-content:center;align-items:center;min-height:100svh;display:flex;position:relative;overflow:hidden}.hero__canvas{pointer-events:none;position:absolute;inset:0}.hero__canvas canvas{display:block;width:100%!important;height:100%!important}.hero:after{content:"";z-index:1;pointer-events:none;background:radial-gradient(55% 45% at 50% 48%,#0d3a318c,#0000 70%);position:absolute;inset:0}.hero__content{z-index:2;text-align:center;max-width:640px;padding:0 var(--space-4);color:var(--ivory);position:relative}.hero__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--blush);margin-bottom:var(--space-2);font-size:.85rem}.hero__title{font-family:var(--font-script);color:var(--blush);text-shadow:0 10px 40px #0d3a3199;font-size:clamp(3.5rem,12vw,7rem);font-weight:400;line-height:1}.hero__tagline{font-family:var(--font-serif);color:var(--blush);margin-top:var(--space-3);font-size:clamp(1.05rem,2.4vw,1.4rem);font-style:italic}.hero__cta{margin-top:var(--space-5)}.about{padding:var(--space-7) var(--space-4)}.about__inner{max-width:var(--container-max);gap:var(--space-6);grid-template-columns:.8fr 1.2fr;align-items:center;margin:0 auto;display:grid}.about__panel{justify-content:center;display:flex}.about__mirror{aspect-ratio:3.2/4;background:linear-gradient(160deg, var(--emerald), var(--emerald-deep));border:1px solid var(--brass);width:min(320px,70vw);box-shadow:var(--shadow-soft), inset 0 0 80px #e9b8bc1f;border-radius:50% 50% 12px 12px/42% 42% 12px 12px;justify-content:center;align-items:center;display:flex}.about__mirror-years{font-family:var(--font-script);color:var(--blush);font-size:clamp(2.5rem,6vw,3.6rem);font-weight:400}.about__text p{margin-top:var(--space-3);color:var(--ink-soft);max-width:56ch;line-height:1.85}.about__text .section-heading{margin-bottom:var(--space-1)}@media (width<=860px){.about__inner{text-align:center;grid-template-columns:1fr}.about__text p{margin-left:auto;margin-right:auto}}.services{padding:var(--space-7) var(--space-4);background:var(--white)}.services__inner{max-width:var(--container-max);margin:0 auto}.price-list{margin-top:var(--space-5);column-count:1;column-gap:var(--space-6)}@media (width>=720px){.price-list{column-count:2}}.price-row{break-inside:avoid;margin-bottom:var(--space-4);padding-bottom:var(--space-4);border-bottom:1px solid #b8935a2e}.price-row__head{align-items:baseline;gap:.6rem;display:flex}.price-row__name{font-family:var(--font-serif);color:var(--emerald-deep);white-space:nowrap;font-size:1.2rem;font-weight:600}.price-row__leader{border-bottom:1px dotted #b8935a8c;flex:1;min-width:12px;margin-bottom:.35em}.price-row__price{color:var(--brass-text);white-space:nowrap;font-weight:500}.price-row__desc{color:var(--ink-soft);margin-top:.4rem;font-size:.95rem;line-height:1.7}.gallery{padding:var(--space-7) var(--space-4)}.gallery__inner{max-width:var(--container-max);margin:0 auto}.gallery__grid{margin-top:var(--space-5);gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(230px,1fr));display:grid}.gallery-tile__image{aspect-ratio:3/4;border-radius:var(--radius-md);box-shadow:var(--shadow-card);position:relative;overflow:hidden}.gallery-tile__image img{object-fit:cover;width:100%;height:100%}.gallery-tile__shine{transition:transform .6s var(--ease-out);pointer-events:none;background:linear-gradient(115deg,#0000 40%,#ffffff59 50%,#0000 60%);position:absolute;inset:-50%;transform:translate(-120%)}.gallery-tile:hover .gallery-tile__shine{transform:translate(20%)}.gallery-tile__label{margin-top:var(--space-2);color:var(--ink);text-align:center;font-size:.95rem}.contact{padding:var(--space-7) var(--space-4);background:radial-gradient(ellipse at 50% 0%, var(--emerald), var(--emerald-deep));color:var(--ivory);text-align:center}.contact__inner{max-width:640px;margin:0 auto}.contact__heading{font-family:var(--font-serif);font-size:clamp(1.9rem,4vw,2.6rem);font-weight:500;line-height:1.2}.contact__text{margin-top:var(--space-3);color:var(--ivory);opacity:.92;line-height:1.8}.contact__phone{margin-top:var(--space-5);background:var(--blush);color:var(--emerald-deep);border-radius:var(--radius-pill);padding:1.1rem 2.8rem;font-size:clamp(1.2rem,3vw,1.6rem);font-weight:500;transition:background-color .25s,transform .25s;display:inline-block}.contact__phone:hover{background:var(--blush-deep);transform:translateY(-2px)}.contact__hours{margin-top:var(--space-5);gap:var(--space-1);flex-direction:column;display:flex}.contact__hours li{justify-content:center;gap:var(--space-2);opacity:.9;font-size:.95rem;display:flex}.contact__note{margin-top:var(--space-2);opacity:.7;font-size:.85rem}.footer{background:var(--emerald-deep);color:var(--ivory);padding:var(--space-6) var(--space-4) var(--space-3)}.footer__inner{max-width:var(--container-max);gap:var(--space-5);grid-template-columns:1.3fr 1fr 1fr;margin:0 auto;display:grid}.footer__logo{font-family:var(--font-script);color:var(--blush);font-size:2rem;font-weight:400}.footer__blurb{margin-top:var(--space-2);opacity:.85;max-width:40ch;line-height:1.8}.footer h3{font-family:var(--font-serif);letter-spacing:.02em;margin-bottom:var(--space-2);font-size:1.1rem;font-weight:500}.footer__hours ul{flex-direction:column;gap:.5rem;display:flex}.footer__hours li{justify-content:space-between;gap:var(--space-2);opacity:.9;font-size:.9rem;display:flex}.footer__note{margin-top:var(--space-2);opacity:.65;font-size:.8rem}.footer__contact p{opacity:.9;margin-top:.4rem;font-size:.9rem;line-height:1.9}.footer__contact a:hover{color:var(--blush)}.footer__copyright{max-width:var(--container-max);margin:var(--space-5) auto 0;padding-top:var(--space-3);opacity:.65;text-align:center;border-top:1px solid #f7f3ec26;font-size:.8rem}@media (width<=700px){.footer__inner{text-align:center;grid-template-columns:1fr}.footer__hours li,.contact__hours li{justify-content:center}}
