@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap";:root{--teal-deep: #146b60;--teal: #21968a;--teal-mid: #3baca2;--teal-light: #6cc9bd;--teal-mist: #dbf3ee;--gold-deep: #8f6c12;--gold: #c9a227;--gold-light: #e7cb6f;--gold-pale: #f4e7bd;--ivory: #fbf6ec;--cream: #f3ead9;--paper: #fffdf8;--ink: #1b2624;--ink-soft: #3c4a47;--ink-mute: #6b7a76;--serif-display: "Playfair Display", "Georgia", serif;--serif-body: "Cormorant Garamond", "Georgia", serif;--container: 1240px;--gutter: clamp(1.5rem, 4vw, 4rem);--ease-silk: cubic-bezier(.16, 1, .3, 1);--ease-soft: cubic-bezier(.22, .61, .36, 1);--shadow-soft: 0 20px 60px -25px rgba(10, 40, 38, .35);--shadow-card: 0 14px 40px -18px rgba(15, 55, 50, .3);--shadow-gold: 0 10px 30px -12px rgba(201, 162, 39, .5)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body,h1,h2,h3,h4,p,figure,blockquote{margin:0}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul{list-style:none;margin:0;padding:0}button{font:inherit;cursor:pointer;background:none;border:none;color:inherit}input,textarea,select{font:inherit}html,body{background:var(--ivory);color:var(--ink);font-family:var(--serif-body)}body{font-size:19px;line-height:1.6;overflow-x:hidden;position:relative}body.no-scroll{overflow:hidden}::selection{background:var(--gold-light);color:var(--teal-deep)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:2px}.skip-link{position:absolute;top:-60px;left:1rem;z-index:1000;background:var(--paper);color:var(--teal-deep);padding:.8rem 1.4rem;font-family:var(--serif-body);font-weight:600;border-radius:3px;box-shadow:var(--shadow-card);transition:top .3s var(--ease-silk)}.skip-link:focus{top:1rem}h1,h2,h3,h4{font-family:var(--serif-display);font-weight:600;color:var(--teal-deep);line-height:1.08;letter-spacing:-.01em}h1{font-size:clamp(2.6rem,6vw,5.4rem);font-weight:700}h2{font-size:clamp(2.1rem,4.4vw,3.4rem)}h3{font-size:clamp(1.5rem,2.6vw,1.9rem)}h4{font-size:1.25rem;letter-spacing:.02em}p{color:var(--ink-soft)}p.lede{font-size:1.3rem;line-height:1.55;color:var(--ink-soft)}.eyebrow{display:inline-flex;align-items:center;gap:.6em;font-family:var(--serif-body);font-style:italic;font-weight:600;font-size:1.05rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-deep)}.eyebrow:before{content:"";width:34px;height:1px;background:linear-gradient(90deg,transparent,var(--gold))}.eyebrow.center{justify-content:center}.eyebrow.center:before{display:none}.eyebrow.center:after{content:"";width:34px;height:1px;background:linear-gradient(90deg,var(--gold),transparent)}.script-flourish{font-family:var(--serif-body);font-style:italic;font-weight:500;color:var(--gold)}.wrap{max-width:var(--container);margin:0 auto;padding-left:var(--gutter);padding-right:var(--gutter)}section{position:relative}.section-pad{padding:clamp(5rem,10vw,8.5rem) 0}.section-pad-sm{padding:clamp(3.5rem,7vw,5.5rem) 0}.section-head{max-width:720px;margin:0 auto 3.5rem;text-align:center;display:flex;flex-direction:column;gap:1.1rem;align-items:center}.section-head.left{margin:0 0 3.5rem;align-items:flex-start;text-align:left}.btn{display:inline-flex;align-items:center;gap:.7rem;padding:1rem 2.1rem;font-family:var(--serif-body);font-weight:600;font-size:1.05rem;letter-spacing:.06em;text-transform:uppercase;border-radius:2px;transition:transform .5s var(--ease-silk),box-shadow .5s var(--ease-silk),background .4s ease,color .4s ease;white-space:nowrap}.btn-gold{background:var(--gold);color:var(--teal-deep);box-shadow:0 1px #ffffff40 inset,0 10px 24px -14px #140f028c}.btn-gold:hover{transform:translateY(-2px);background:var(--gold-light)}.btn-ghost{border:1px solid rgba(251,246,236,.55);color:var(--ivory)}.btn-ghost:hover{background:#fbf6ec1f;transform:translateY(-3px)}.btn-outline{border:1px solid var(--teal-mid);color:var(--teal-deep)}.btn-outline:hover{background:var(--teal-deep);color:var(--ivory);transform:translateY(-3px)}.btn-arrow{font-size:1.1em;transition:transform .4s var(--ease-silk)}.btn:hover .btn-arrow{transform:translate(5px)}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.4rem 0;transition:padding .5s var(--ease-silk),background .5s var(--ease-silk),box-shadow .5s var(--ease-silk)}.site-header .wrap{display:flex;align-items:center;justify-content:space-between;gap:2rem}.site-header.is-scrolled{padding:.75rem 0;background:#fbf6eceb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 10px 40px -20px #0a282673}.brand{display:flex;align-items:center;gap:.7rem}.brand img{height:40px;width:auto;filter:drop-shadow(0 2px 6px rgba(0,0,0,.25));transition:height .5s var(--ease-silk)}.site-header.is-scrolled .brand img{height:34px}.brand-text{display:flex;flex-direction:column;line-height:1.05}.brand-text .name{font-family:var(--serif-display);font-weight:700;font-size:1.15rem;color:var(--ivory);transition:color .5s ease}.brand-text .tag{font-family:var(--serif-body);font-style:italic;font-size:.8rem;letter-spacing:.08em;color:var(--gold-light)}.site-header.is-scrolled .brand-text .name{color:var(--teal-deep)}.main-nav ul{display:flex;align-items:center;gap:2.4rem}.main-nav a{font-size:1.02rem;letter-spacing:.05em;text-transform:uppercase;font-weight:600;color:var(--ivory);position:relative;padding-bottom:4px;transition:color .4s ease}.site-header.is-scrolled .main-nav a{color:var(--ink)}.main-nav a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--gold);transition:width .4s var(--ease-silk)}.main-nav a:hover:after,.main-nav a.active:after{width:100%}.main-nav a.active{color:var(--gold-light)}.site-header.is-scrolled .main-nav a.active{color:var(--gold-deep)}.nav-actions{display:flex;align-items:center;gap:1.4rem}.nav-phone{font-family:var(--serif-display);font-weight:600;font-size:1.05rem;color:var(--gold-light);display:flex;align-items:center;gap:.5rem}.site-header.is-scrolled .nav-phone{color:var(--teal-deep)}.hamburger{display:none;flex-direction:column;gap:5px;padding:8px}.hamburger span{width:26px;height:2px;background:var(--ivory);transition:background .4s ease,transform .4s ease,opacity .4s ease}.site-header.is-scrolled .hamburger span{background:var(--teal-deep)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(155deg,var(--teal-deep) 0%,var(--teal) 46%,var(--teal-mid) 100%);isolation:isolate}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 35%;opacity:1;transform:scale(1.08)}.hero-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,#061a17e0,#061a179e 32%,#061a1733 58%,#061a170d 75%),linear-gradient(180deg,#06201d1f,#06201d0d 35%,#06201d8c)}#hero-canvas{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;width:100%;height:100%;opacity:.55}.hero-content{position:relative;z-index:2;padding-top:7rem;margin-top:auto;padding-bottom:3.5rem;max-width:780px}.hero{align-items:flex-end;padding-bottom:0}.hero .eyebrow{color:var(--gold-light)}.hero .eyebrow:before{background:linear-gradient(90deg,transparent,var(--gold-light))}.hero h1{color:var(--ivory);margin-top:1.2rem}.hero h1 em{font-style:italic;font-weight:500;background:linear-gradient(120deg,var(--gold-pale),var(--gold-light) 45%,var(--gold) 80%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p.lede{color:#fbf6ecdb;max-width:560px;margin-top:1.6rem}.hero-actions{display:flex;align-items:center;gap:1.3rem;margin-top:2.6rem;flex-wrap:wrap}.hero-trust{display:flex;align-items:center;gap:.9rem;margin-top:3.2rem;padding-top:1.8rem;border-top:1px solid rgba(251,246,236,.22);max-width:640px;font-family:var(--serif-body);font-style:italic;font-weight:500;font-size:1.08rem;letter-spacing:.02em;color:#fbf6ecd9}.hero-trust .spark{color:var(--gold-light);font-style:normal;font-size:.9rem}.hero-scroll-cue{position:absolute;bottom:2.6rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.7rem;color:#fbf6ecbf}.hero-scroll-cue .line{width:1px;height:46px;background:linear-gradient(180deg,var(--gold-light),transparent);position:relative;overflow:hidden}.hero-scroll-cue .line:after{content:"";position:absolute;top:-100%;left:0;width:100%;height:100%;background:var(--gold-light);animation:scrollcue 2.2s ease-in-out infinite}@keyframes scrollcue{0%{top:-100%}60%{top:100%}to{top:100%}}.hero-scroll-cue span{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase}.ticker{background:var(--teal-deep);overflow:hidden;padding:1.1rem 0;border-top:1px solid rgba(201,162,39,.25);border-bottom:1px solid rgba(201,162,39,.25)}.ticker-track{display:flex;width:max-content;animation:ticker 34s linear infinite}.ticker-group{display:flex;align-items:center;gap:3.5rem;padding-right:3.5rem;flex-shrink:0}.ticker-item{font-family:var(--serif-display);font-style:italic;font-size:1.15rem;color:var(--gold-light);white-space:nowrap;display:flex;align-items:center;gap:3.5rem}.ticker-item:after{content:"✦";color:var(--gold);font-size:.8rem}.ticker:hover .ticker-track{animation-play-state:paused}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.intro-section{background:var(--ivory)}.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,6vw,6rem);align-items:center}.intro-frame{position:relative;perspective:1400px}.intro-frame .frame-main{border-radius:4px;overflow:hidden;box-shadow:var(--shadow-soft);transform:rotateY(-6deg) rotateX(2deg);transition:transform .7s var(--ease-silk)}.intro-frame:hover .frame-main{transform:rotateY(0) rotateX(0)}.intro-frame .frame-main img{aspect-ratio:4/5;object-fit:cover}.intro-frame .frame-accent{position:absolute;bottom:-1.6rem;right:-1.6rem;width:46%;border-radius:4px;overflow:hidden;box-shadow:var(--shadow-card);border:6px solid var(--paper)}.intro-frame .frame-accent img{aspect-ratio:1/1;object-fit:cover}.intro-badge{position:absolute;top:1.4rem;left:1.4rem;background:var(--paper);border-radius:50%;width:108px;height:108px;display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:var(--shadow-card);font-family:var(--serif-display);color:var(--teal-deep);z-index:3;padding:.4rem}.intro-badge strong{display:block;font-size:1.7rem;color:var(--gold-deep)}.intro-badge span{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase}.intro-copy .signature{margin-top:2.4rem;display:flex;align-items:center;gap:1.1rem}.intro-copy .signature-mark{font-family:var(--serif-display);font-style:italic;font-size:1.6rem;color:var(--gold-deep)}.intro-list{margin-top:2.2rem;display:grid;gap:1rem}.intro-list li{display:flex;align-items:flex-start;gap:.9rem;font-size:1.08rem;color:var(--ink-soft)}.intro-list .mark{flex-shrink:0;width:26px;height:26px;border-radius:50%;border:1px solid var(--gold);color:var(--gold-deep);display:flex;align-items:center;justify-content:center;font-size:.8rem;margin-top:3px}.services-section{background:var(--cream)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem}.service-card{position:relative;border-radius:6px;overflow:hidden;aspect-ratio:4/5;box-shadow:var(--shadow-card);transform-style:preserve-3d;will-change:transform}.service-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 1.1s var(--ease-silk)}.service-card:hover img{transform:scale(1.09)}.service-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#0a2826eb,#0a282659 55%,#0a28260d);z-index:1}.service-card .num{position:absolute;top:1.4rem;right:1.6rem;z-index:2;font-family:var(--serif-display);font-style:italic;color:#fbf6ec8c;font-size:1rem}.service-card .card-copy{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:1.8rem;transform:translateY(.5rem)}.service-card h3{color:var(--ivory);font-size:1.4rem;margin-bottom:.5rem}.service-card p{color:#fbf6ecc7;font-size:1rem;max-height:0;overflow:hidden;opacity:0;transition:max-height .5s var(--ease-silk),opacity .4s ease}.service-card:hover p{max-height:100px;opacity:1}.service-card .card-line{width:34px;height:1px;background:var(--gold);margin-bottom:.9rem;transition:width .5s var(--ease-silk)}.service-card:hover .card-line{width:60px}.services-cta{margin-top:3.5rem;display:flex;justify-content:center}.process-section{background:var(--teal-deep);color:var(--ivory);position:relative;overflow:hidden}.process-section .eyebrow{color:var(--gold-light)}.process-section .eyebrow:before{background:linear-gradient(90deg,transparent,var(--gold-light))}.process-section h2{color:var(--ivory)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.2rem;margin-top:3rem;position:relative}.process-step{position:relative;padding:2rem 1.6rem 1rem}.process-step .step-num{font-family:var(--serif-display);font-size:3.4rem;font-weight:700;background:linear-gradient(160deg,var(--gold-light),var(--gold-deep));-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1}.process-step h4{color:var(--ivory);margin-top:1.1rem;margin-bottom:.6rem}.process-step p{color:#fbf6ecb3;font-size:1.02rem}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:1rem}.gallery-item{position:relative;overflow:hidden;border-radius:4px;box-shadow:var(--shadow-card);cursor:pointer}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease-silk)}.gallery-item:hover img{transform:scale(1.12) rotate(.5deg)}.gallery-item:after{content:"✦";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--gold-light);font-size:1.6rem;background:#0a282600;opacity:0;transition:opacity .5s ease,background .5s ease}.gallery-item:hover:after{opacity:1;background:#0a282652}.gallery-item.tall{grid-row:span 2}.gallery-item.wide{grid-column:span 2}.testimonial-section{background:var(--ivory);position:relative}.testimonial-wrap{max-width:900px;margin:0 auto;text-align:center;position:relative}.testimonial-quote-mark{font-family:var(--serif-display);font-size:6rem;color:var(--gold-light);line-height:1;margin-bottom:-1.5rem}.testimonial-slide{display:none}.testimonial-slide.active{display:block;animation:fadein .9s var(--ease-soft)}@keyframes fadein{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.testimonial-slide p{font-family:var(--serif-display);font-style:italic;font-size:clamp(1.4rem,2.6vw,2rem);color:var(--teal-deep);line-height:1.4;font-weight:500}.testimonial-slide .client{margin-top:1.8rem;font-size:1rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-deep);font-family:var(--serif-body);font-weight:600}.testimonial-dots{display:flex;justify-content:center;gap:.7rem;margin-top:2.4rem}.testimonial-dots button{width:9px;height:9px;border-radius:50%;background:var(--teal-mist);transition:background .4s ease,transform .4s ease}.testimonial-dots button.active{background:var(--gold);transform:scale(1.3)}.follow-section{background:var(--cream);padding:clamp(3.5rem,7vw,5.5rem) 0}.follow-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:2.2rem;flex-wrap:wrap}.follow-head h3{margin-top:.4rem}.follow-handle{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--serif-body);font-weight:600;color:var(--teal-deep);letter-spacing:.02em;padding-bottom:.3rem;border-bottom:1px solid var(--gold);transition:color .3s ease,border-color .3s ease}.follow-handle:hover{color:var(--gold-deep)}.follow-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.9rem}.follow-item{position:relative;aspect-ratio:1/1;overflow:hidden;border-radius:3px}.follow-item img{width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease-silk)}.follow-item:after{content:"✦";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:var(--ivory);font-size:1.2rem;background:#0b5c5200;opacity:0;transition:opacity .4s ease,background .4s ease}.follow-item:hover img{transform:scale(1.1)}.follow-item:hover:after{opacity:1;background:#0b5c5259}@media (max-width: 860px){.follow-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 500px){.follow-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}}.cta-band{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--teal-deep),var(--teal) 60%,var(--teal-mid));color:var(--ivory);text-align:center;padding:clamp(4.5rem,9vw,7rem) 0}.cta-band h2{color:var(--ivory);max-width:780px;margin:0 auto}.cta-band p.lede{color:#fbf6ecd1;max-width:560px;margin:1.4rem auto 0}.cta-actions{margin-top:2.6rem;display:flex;justify-content:center;gap:1.3rem;flex-wrap:wrap}.cta-band .gold-ring{position:absolute;border:1px solid rgba(201,162,39,.35);border-radius:50%}.site-footer{background:var(--teal-deep);color:#fbf6ecc7;padding:clamp(3.5rem,7vw,5rem) 0 2rem}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:3rem}.footer-brand{display:flex;flex-direction:column;gap:1.1rem;align-items:flex-start}.footer-brand img{height:46px}.footer-brand p{color:#fbf6eca6;font-size:1.02rem;max-width:280px}.footer-social{display:flex;gap:.9rem;margin-top:.4rem}.footer-social a{width:38px;height:38px;border:1px solid rgba(201,162,39,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold-light);transition:background .4s ease,transform .4s ease}.footer-social a:hover{background:var(--gold);color:var(--teal-deep);transform:translateY(-3px)}.footer-col h4{color:var(--gold-light);font-size:1.05rem;margin-bottom:1.2rem;letter-spacing:.04em}.footer-col ul{display:grid;gap:.7rem}.footer-col a,.footer-col span{font-size:1.02rem;color:#fbf6ecb8;transition:color .3s ease}.footer-col a:hover{color:var(--gold-light)}.footer-bottom{margin-top:3.5rem;padding-top:1.8rem;border-top:1px solid rgba(251,246,236,.12);display:flex;justify-content:space-between;align-items:center;font-size:.92rem;color:#fbf6ec8c;flex-wrap:wrap;gap:1rem}.reveal,.js-ready .reveal{opacity:0}.page-header{position:relative;min-height:62vh;display:flex;align-items:flex-end;overflow:hidden;background:linear-gradient(155deg,var(--teal-deep),var(--teal) 60%,var(--teal-mid));padding-bottom:4.5rem}.page-header .hero-media img{opacity:.32}.page-header-content{position:relative;z-index:2;padding-top:8rem}.page-header-content h1{color:var(--ivory);margin-top:1rem}.page-header-content .breadcrumb{margin-top:1.6rem;font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;color:#fbf6ec99;display:flex;gap:.6rem;align-items:center}.page-header-content .breadcrumb a{color:var(--gold-light)}.page-header-content .breadcrumb a:hover{text-decoration:underline}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,6vw,6rem);align-items:center}.value-grid{display:flex;flex-direction:column}.value-card{display:flex;gap:1.8rem;align-items:flex-start;padding:1.9rem 0;border-bottom:1px solid rgba(15,92,82,.12)}.value-card:first-child{padding-top:0}.value-card:last-child{border-bottom:none}.value-card .mark-circle{flex-shrink:0;width:3rem;font-family:var(--serif-display);font-style:italic;font-weight:600;color:var(--gold);font-size:1.6rem;line-height:1.3}.timeline{position:relative;padding-left:2.6rem}.timeline:before{content:"";position:absolute;left:7px;top:6px;bottom:6px;width:1px;background:linear-gradient(180deg,var(--gold),var(--teal-mist))}.timeline-item{position:relative;padding-bottom:2.6rem}.timeline-item:before{content:"";position:absolute;left:-2.6rem;top:4px;width:15px;height:15px;border-radius:50%;background:var(--paper);border:3px solid var(--gold)}.timeline-item:last-child{padding-bottom:0}.faq-item{border-radius:6px;background:var(--paper);box-shadow:var(--shadow-card);margin-bottom:1rem;overflow:hidden}.faq-q{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 1.8rem;font-family:var(--serif-display);font-size:1.15rem;color:var(--teal-deep)}.faq-q .plus{flex-shrink:0;width:30px;height:30px;border-radius:50%;border:1px solid var(--gold);color:var(--gold-deep);display:flex;align-items:center;justify-content:center;transition:transform .4s var(--ease-silk),background .4s ease,color .4s ease;font-size:1rem}.faq-item.open .faq-q .plus{transform:rotate(135deg);background:var(--gold);color:var(--teal-deep)}.faq-a{max-height:0;overflow:hidden;transition:max-height .5s var(--ease-silk);padding:0 1.8rem}.faq-item.open .faq-a{max-height:260px;padding-bottom:1.6rem}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(2.5rem,6vw,5rem);align-items:flex-start}.contact-card{background:var(--teal-deep);color:var(--ivory);border-radius:8px;padding:clamp(2.4rem,4vw,3.2rem);box-shadow:var(--shadow-soft)}.contact-card h3{color:var(--ivory);margin-bottom:1.6rem}.contact-info-item{display:flex;gap:1.1rem;align-items:flex-start;padding:1.2rem 0;border-top:1px solid rgba(251,246,236,.12)}.contact-info-item:first-of-type{border-top:none}.contact-info-item .icn{width:42px;height:42px;border-radius:50%;border:1px solid rgba(201,162,39,.5);color:var(--gold-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-info-item .label{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.3rem}.contact-info-item a,.contact-info-item span.value{font-size:1.1rem;color:#fbf6ece6}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.3rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field.full{grid-column:1 / -1}.form-field label{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:var(--teal-mid);font-weight:600}.form-field input,.form-field select,.form-field textarea{border:1px solid var(--teal-mist);background:var(--paper);padding:.95rem 1.1rem;border-radius:3px;font-size:1.05rem;color:var(--ink);transition:border-color .35s ease,box-shadow .35s ease}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px #c9a2272e}.form-field textarea{resize:vertical;min-height:130px}.contact-map{margin-top:2.5rem;border-radius:6px;overflow:hidden;box-shadow:var(--shadow-card);aspect-ratio:16/7}@media (max-width: 1080px){.main-nav,.nav-actions .nav-phone{display:none}.hamburger{display:flex}.services-grid,.process-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 860px){.intro-grid,.two-col,.contact-grid{grid-template-columns:1fr}.intro-frame{max-width:420px;margin:0 auto}.value-grid,.form-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:190px}.gallery-item.wide{grid-column:span 2}.gallery-item.tall{grid-row:span 1}}@media (max-width: 640px){body{font-size:17px}.services-grid,.process-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2.4rem}.gallery-grid{grid-template-columns:1fr 1fr}.site-header .wrap{gap:.8rem}.brand-text .tag{display:none}.brand-text .name{font-size:1rem}.brand img{height:32px}.site-header.is-scrolled .brand img{height:28px}.nav-actions{gap:.6rem}.nav-actions .btn-gold{padding:.7rem 1.1rem;font-size:.85rem}.hamburger{padding:8px 0 8px 4px}}@media (max-width: 400px){.nav-actions .btn-gold{display:none}}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;background:var(--teal-deep);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.2rem;transform:translateY(-100%);transition:transform .6s var(--ease-silk)}.mobile-nav.open{transform:translateY(0)}.mobile-nav a{font-family:var(--serif-display);font-size:2rem;color:var(--ivory)}.mobile-nav a.active{color:var(--gold-light)}.mobile-nav .btn-gold{margin-top:1rem}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0a2826f0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .45s ease,visibility .45s ease}.lightbox-overlay.open{opacity:1;visibility:visible}.lightbox-img{max-width:82vw;max-height:82vh;border-radius:4px;box-shadow:0 30px 80px #00000080}.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;color:var(--ivory);font-size:1.6rem;width:52px;height:52px;border-radius:50%;border:1px solid rgba(201,162,39,.45);display:flex;align-items:center;justify-content:center;transition:background .3s ease,transform .3s ease}.lightbox-close:hover,.lightbox-prev:hover,.lightbox-next:hover{background:#c9a22733}.lightbox-close{top:2rem;right:2rem}.lightbox-prev{left:2rem;top:50%;transform:translateY(-50%)}.lightbox-next{right:2rem;top:50%;transform:translateY(-50%)}@media (max-width: 640px){.lightbox-prev,.lightbox-next{width:42px;height:42px;font-size:1.2rem}.lightbox-close{top:1rem;right:1rem}}
