:root{--navy:#023859;--blue:#315c72;--line:#d4dfe4;--mist:#f5f8f9;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--navy);background:#fff;font-family:'Libre Baskerville',Georgia,serif;font-size:16px;line-height:1.65}img{display:block;width:100%}a{color:inherit;text-decoration:none}.site-header{min-height:184px;padding:24px 6vw 18px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid #edf1f3;background:#fff;position:relative;z-index:20}.logo{width:310px;display:block}.logo img{height:92px;object-fit:contain;mix-blend-mode:multiply}.site-header nav{grid-column:1/-1;display:flex;justify-content:center;gap:2.6rem;font-family:'Cormorant Garamond',serif;font-size:1.12rem;font-weight:600}.site-header nav a:hover{color:#7c9ead}.header-contact{justify-self:end;border:1px solid var(--navy);padding:.55rem 1rem;font:1.08rem 'Cormorant Garamond'}.menu-button{display:none}.profile-hero{display:grid;grid-template-columns:1fr 1fr;min-height:520px;max-width:1440px;margin:auto}.profile-copy{padding:9vw 5vw 6vw;align-self:center}.kicker{font-family:'Cormorant Garamond';font-size:1.1rem;margin:0 0 .5rem;color:#54778a}.profile-copy h1,.section-title h2,.soft-panel h2,.service-notes h2,.contact-section h2{font-family:'Cormorant Garamond',serif;font-weight:500;line-height:1.05;margin:0 0 1.5rem;font-size:clamp(2.8rem,4vw,4.6rem)}.profile-copy>p:not(.kicker){max-width:35rem}.simple-link{display:inline-block;margin-top:1rem;border-bottom:1px solid var(--navy);font:1.2rem 'Cormorant Garamond'}.profile-photo{min-height:520px}.profile-photo img{height:100%;object-fit:cover;object-position:center 17%}.alterations-intro{padding:5rem 8vw;background:linear-gradient(rgba(255,255,255,.88),rgba(255,255,255,.88)),url('assets/hand-beading.jpg') center 40%/cover fixed}.soft-panel{max-width:850px;text-align:center;margin:auto}.soft-panel p{margin:1.3rem auto;max-width:760px}.soft-panel .ornament{font:4.4rem/1 'Mrs Saint Delafield';color:#89a6b4;margin:0}.button{display:inline-block;background:var(--navy);color:white;padding:.9rem 1.35rem;margin-top:1.2rem;border:1px solid var(--navy);font:1.15rem 'Cormorant Garamond';letter-spacing:.03em}.button:hover{background:#315c72;border-color:#315c72}.price-section{padding:6rem 7vw 7rem}.section-title{text-align:center;max-width:820px;margin:0 auto 3.5rem}.section-title>p:last-child{max-width:760px;margin:1rem auto}.budgeting{max-width:900px;margin:0 auto 3rem;text-align:center;background:var(--mist);padding:2.5rem 4rem}.budgeting h3,.fees-grid h3,.price-card h3{font:500 2rem 'Cormorant Garamond';margin:0 0 1rem}.budgeting p{margin:.7rem auto}.fees-grid{display:grid;grid-template-columns:1fr 1fr;max-width:1100px;margin:0 auto 4rem;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.fees-grid article{padding:2.5rem 3.5rem}.fees-grid article+article{border-left:1px solid var(--line)}.price-categories{max-width:1100px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:0 4rem}.price-card{padding:2.2rem 0;border-top:1px solid var(--line)}.price-card:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.price-card p{display:flex;justify-content:space-between;gap:1rem;margin:.55rem 0;border-bottom:1px dotted #d7e0e4;padding-bottom:.45rem}.price-card em{white-space:nowrap}.service-notes{background:var(--mist)}.service-notes article{display:grid;grid-template-columns:1fr 1fr;min-height:520px}.service-notes article.reverse img{order:2}.service-notes img{height:100%;max-height:620px;object-fit:cover}.service-notes article>div{padding:7vw;align-self:center}.service-notes ul{list-style:none;padding:0;margin:1.5rem 0}.service-notes li{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:.55rem 0}.service-notes li:last-child{border-bottom:1px solid var(--line)}.small{font-size:.85rem}.gallery-section{padding:7rem 4vw}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem;max-width:1450px;margin:auto}.gallery-grid button{padding:0;border:0;background:#edf1f3;cursor:zoom-in;overflow:hidden;aspect-ratio:4/5}.gallery-grid img{height:100%;object-fit:cover;transition:transform .5s}.gallery-grid button:hover img{transform:scale(1.025)}.contact-section{background:var(--navy);color:white;padding:6rem 9vw;display:grid;grid-template-columns:1.3fr .7fr;gap:7vw;align-items:center}.contact-section .kicker{color:#b7cad4}.contact-links{display:grid;gap:1.1rem}.contact-links .button{background:white;color:var(--navy);border-color:white;margin:0;text-align:center}.contact-links>a:not(.button){border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:.5rem}footer{text-align:center;padding:3rem 2rem;font:1.05rem 'Cormorant Garamond'}footer img{width:250px;height:75px;object-fit:contain;margin:0 auto 1rem;mix-blend-mode:multiply}footer p{margin:.25rem}dialog{border:0;background:transparent;padding:3rem;max-width:96vw;max-height:96vh}dialog::backdrop{background:rgba(1,33,51,.93)}dialog img{max-width:86vw;max-height:86vh;object-fit:contain}dialog button{position:fixed;right:2rem;top:1rem;border:0;background:none;color:white;font:3rem Arial;cursor:pointer}
@media(max-width:850px){.site-header{min-height:110px;padding:12px 1rem;grid-template-columns:45px 1fr 45px}.logo{width:210px;justify-self:center}.logo img{height:74px}.header-contact{display:none}.menu-button{display:grid;gap:4px;border:0;background:none;padding:8px}.menu-button span{width:25px;height:1px;background:var(--navy)}.site-header nav{display:none;position:absolute;top:109px;left:0;right:0;background:white;padding:1.5rem;gap:1rem;flex-direction:column;text-align:center;border-bottom:1px solid var(--line)}.site-header.open nav{display:flex}.profile-hero{grid-template-columns:1fr}.profile-copy{padding:4.5rem 1.5rem 3rem}.profile-photo{min-height:auto}.profile-photo img{height:auto;max-height:72vh;object-position:center 16%}.alterations-intro{padding:4rem 1.5rem;background-attachment:scroll}.price-section{padding:4.5rem 1.25rem}.budgeting{padding:2rem 1.2rem}.fees-grid{grid-template-columns:1fr}.fees-grid article{padding:2rem .8rem}.fees-grid article+article{border-left:0;border-top:1px solid var(--line)}.price-categories{grid-template-columns:1fr}.price-card:nth-last-child(2){border-bottom:0}.price-card:last-child{border-bottom:1px solid var(--line)}.service-notes article{grid-template-columns:1fr;min-height:auto}.service-notes article.reverse img{order:0}.service-notes article>div{padding:4rem 1.5rem}.gallery-section{padding:4.5rem .8rem}.gallery-grid{grid-template-columns:1fr 1fr;gap:.5rem}.contact-section{grid-template-columns:1fr;padding:4.5rem 1.5rem}.profile-copy h1,.section-title h2,.soft-panel h2,.service-notes h2,.contact-section h2{font-size:3rem}}
@media(max-width:430px){.price-card p{font-size:.88rem}.profile-copy h1,.section-title h2,.soft-panel h2,.service-notes h2,.contact-section h2{font-size:2.6rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.gallery-grid img{transition:none}}
