*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--cream:#faf7f2;--warm-white:#fffef9;--sage:#7a9e7e;--sage-light:#a8c5ac;--sage-dark:#4e7252;--blush:#e8c5b0;--blush-light:#f5e6dc;--text-dark:#2c2c2c;--text-mid:#5a5a5a;--text-light:#8a8a8a;--border:#e8e0d6}html{scroll-behavior:smooth}body{background-color:var(--warm-white);color:var(--text-dark);margin:0;font-family:Lato,sans-serif;line-height:1.7}h1,h2,h3{font-family:Playfair Display,serif;line-height:1.3}.nav{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);background:#fffef9eb;justify-content:space-between;align-items:center;height:64px;padding:0 2rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-name{color:var(--text-dark);letter-spacing:.02em;font-family:Playfair Display,serif;font-size:1.1rem;text-decoration:none}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--text-mid);letter-spacing:.05em;text-transform:uppercase;font-size:.9rem;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--sage-dark)}.nav-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}@media (width<=640px){.nav-links{display:none}.nav-hamburger{display:flex}}.nav-hamburger span{background:var(--text-dark);border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .2s;display:block}.nav-hamburger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-hamburger.is-open span:nth-child(2){opacity:0}.nav-hamburger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);z-index:99;background:#fffef9f7;position:fixed;top:64px;left:0;right:0}.mobile-menu ul{list-style:none}.mobile-menu ul a{color:var(--text-mid);letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid var(--border);padding:1rem 2rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:block}.mobile-menu ul a:hover{color:var(--sage-dark)}.mobile-menu-label{letter-spacing:.15em;text-transform:uppercase;color:var(--sage-dark);border-bottom:1px solid var(--border);background:#7a9e7e12;padding:.6rem 2rem;font-size:.7rem}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:100px 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;background:url(/photos/couple/raptor1770_A_black-and-white_elegant_portrait_of_a_couple_cutti_8d22434b-f7ac-4640-81b1-29482d42cdb5.png) 50%/cover no-repeat;position:absolute;inset:0}@media (width<=640px){.hero-bg{background-position:100%}}.hero-overlay{z-index:1;background:linear-gradient(160deg,#fff5f0c7 0%,#fffdf5b8 50%,#e8efe9c7 100%);position:absolute;inset:0}.hero-content{z-index:2;flex-direction:column;align-items:center;display:flex;position:relative}.hero-eyebrow{letter-spacing:.15em;text-transform:uppercase;color:var(--sage-dark);margin-bottom:1.25rem;font-size:.85rem}.hero h1{color:var(--text-dark);margin-bottom:1.25rem;font-size:clamp(2.5rem,6vw,4.5rem)}.hero-sub{color:var(--text-mid);max-width:540px;margin-bottom:2.5rem;font-size:1.15rem}.btn-primary{background:var(--sage);color:#fff;letter-spacing:.04em;border-radius:50px;padding:.85rem 2.25rem;font-size:.95rem;text-decoration:none;transition:background .2s,transform .15s;display:inline-block}.btn-primary:hover{background:var(--sage-dark);transform:translateY(-1px)}.hero-scroll{color:var(--text-light);letter-spacing:.1em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.5rem;margin-top:4rem;font-size:.8rem;display:flex}.hero-scroll:after{content:"";background:var(--sage-light);width:1px;height:48px}.photo-grid-section{background:var(--cream);padding:0 0 .5rem}.photo-grid-label{text-align:center;letter-spacing:.15em;text-transform:uppercase;color:var(--sage-dark);padding:2.5rem 0 1.25rem;font-size:.8rem}.photo-grid{grid-template-rows:280px 280px;grid-template-columns:2fr 1fr 1fr;gap:4px;max-width:1200px;margin:0 auto;padding:0 4px;display:grid}.photo-main{border-radius:4px 0 0 4px;grid-row:1/3;overflow:hidden}.photo-cell{overflow:hidden}.photo-cell:nth-child(3){border-radius:0 4px 0 0}.photo-cell:nth-child(5){border-radius:0 0 4px}.photo-main,.photo-cell{cursor:zoom-in}.photo-main img,.photo-cell img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.photo-main img:hover,.photo-cell img:hover{transform:scale(1.04)}@media (width<=768px){.photo-grid{grid-template-rows:220px 200px 200px;grid-template-columns:1fr 1fr}.photo-main{border-radius:4px 4px 0 0;grid-area:1/1/2/3}.photo-cell:nth-child(3){border-radius:0}.photo-cell:nth-child(5){border-radius:0 0 4px}.photo-cell:nth-child(4){border-radius:0 0 0 4px}}@media (width<=480px){.photo-grid{grid-template-rows:180px 160px 160px;grid-template-columns:1fr 1fr}}.section{max-width:960px;margin:0 auto;padding:5rem 2rem}.section-full{padding:5rem 2rem}.section-label{letter-spacing:.15em;text-transform:uppercase;color:var(--sage-dark);margin-bottom:.75rem;font-size:.8rem}.section h2{color:var(--text-dark);margin-bottom:1.5rem;font-size:clamp(1.8rem,4vw,2.75rem)}.section>p{color:var(--text-mid);max-width:680px;font-size:1.05rem}.letter{background:var(--blush-light);border-left:3px solid var(--blush);color:var(--text-mid);border-radius:0 12px 12px 0;max-width:720px;margin-top:2rem;padding:2.5rem 3rem;font-size:1.05rem;line-height:1.85}.letter p+p{margin-top:1.1rem}.letter-closing{color:var(--text-dark);margin-top:1.5rem;font-family:Playfair Display,serif;font-size:1.1rem}@media (width<=600px){.letter{padding:1.75rem 1.5rem}}.about-grid{grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem;display:grid}@media (width<=640px){.about-grid{grid-template-columns:1fr}}.about-card{background:var(--cream);border:1px solid var(--border);border-radius:16px;padding:2rem}.about-card-header{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.about-card-thumb-wrap{flex-shrink:0;position:relative}.about-card-thumb{object-fit:cover;object-position:center top;border:2px solid var(--border);border-radius:50%;width:64px;height:64px;display:block}.about-card-icon{background:var(--cream);border-radius:50%;padding:2px;font-size:1.1rem;line-height:1;position:absolute;bottom:-2px;right:-4px}.about-card-name{color:var(--text-dark);margin-bottom:.4rem;font-family:Playfair Display,serif;font-size:1.4rem}.about-card-role{letter-spacing:.1em;text-transform:uppercase;color:var(--sage);margin-bottom:1rem;font-size:.8rem}.about-card p{color:var(--text-mid);font-size:.98rem}.about-card-question{opacity:.85;margin-bottom:.6rem;font-style:italic;color:var(--sage-dark)!important;font-size:.88rem!important}.values-strip{background:var(--cream);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.values-inner{text-align:center;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:960px;margin:0 auto;padding:4rem 2rem;display:grid}@media (width<=640px){.values-inner{grid-template-columns:1fr}}.value-item h3{color:var(--text-dark);margin-bottom:.5rem;font-size:1.15rem}.value-item p{color:var(--text-mid);font-size:.95rem}.value-icon{margin-bottom:.75rem;font-size:2rem}.promise-bg{background:linear-gradient(135deg, #e8efe9 0%, var(--cream) 100%)}.promise-list{flex-direction:column;gap:1rem;max-width:640px;margin-top:2rem;list-style:none;display:flex}.promise-list li{color:var(--text-mid);align-items:flex-start;gap:1rem;font-size:1.05rem;display:flex}.promise-check{background:var(--sage);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:2px;display:flex}.promise-check:after{content:"";border:2px solid #fff;border-top:none;border-left:none;width:5px;height:9px;transform:rotate(40deg)translate(-1px,-1px)}.contact-bg{background:linear-gradient(135deg, var(--blush-light) 0%, var(--cream) 100%);border-top:1px solid var(--border)}.contact-inner{text-align:center;max-width:720px;margin:0 auto;padding:5rem 2rem}.contact-inner .section-label{color:var(--sage-dark)}.contact-inner h2{color:var(--text-dark);margin-bottom:1rem}.contact-inner p{color:var(--text-mid);margin-bottom:2.5rem}.contact-card{text-align:left;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:16px;min-width:280px;padding:2rem;display:inline-block}.contact-method{color:#eee;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:1.05rem;text-decoration:none;transition:color .2s;display:flex}.contact-method:last-child{margin-bottom:0}.contact-method:hover{color:var(--sage-light)}.contact-icon{text-align:center;width:28px;font-size:1.2rem}.nav-dropdown{position:relative}.nav-chevron{vertical-align:middle;opacity:.7;margin-left:2px;font-size:.65rem}.nav-dropdown-menu{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border);z-index:200;background:#fffef9f7;border-radius:10px;min-width:130px;padding:.4rem 0;list-style:none;display:none;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000014}.nav-dropdown:after{content:"";height:12px;position:absolute;top:100%;left:-12px;right:-12px}.nav-dropdown:hover .nav-dropdown-menu{display:block}.nav-dropdown-menu li a{color:var(--text-mid);letter-spacing:.05em;text-transform:uppercase;padding:.55rem 1.25rem;font-size:.9rem;text-decoration:none;transition:color .2s,background .2s;display:block}.nav-dropdown-menu li a:hover{color:var(--sage-dark);background:#00000008}.nav-dropdown-menu li:first-child a{border-radius:10px 10px 0 0}.nav-dropdown-menu li:last-child a{border-radius:0 0 10px 10px}.profile-hero{background-size:cover;background-position:var(--hero-pos,center);background-repeat:no-repeat;height:65vh;min-height:400px;margin-top:64px;position:relative}.profile-hero-overlay{background:linear-gradient(#0000 45%,#00000085 100%);flex-direction:column;justify-content:flex-end;padding:2.5rem 3rem;display:flex;position:absolute;inset:0}.profile-hero-overlay h1{color:#fff;margin-bottom:0;font-size:clamp(2.5rem,5vw,4rem)}.profile-hero-role{letter-spacing:.15em;text-transform:uppercase;color:#ffffffbf;margin-bottom:.5rem;font-size:.8rem}.profile-full-name{color:var(--sage-dark);letter-spacing:.04em;margin-top:.25rem;margin-bottom:1.25rem;font-family:Playfair Display,serif;font-size:1rem}.profile-photo-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:1.5rem;display:grid}.profile-photo-cell{aspect-ratio:1;cursor:zoom-in;border-radius:8px;overflow:hidden}.profile-photo-cell img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.profile-photo-cell img:hover{transform:scale(1.05)}@media (width<=640px){.profile-photo-grid{grid-template-columns:repeat(2,1fr)}.profile-hero-overlay{padding:1.5rem}.profile-hero{background-position:var(--hero-mobile-pos,center)}}.lightbox{z-index:500;cursor:zoom-out;background:#faf7f2eb;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lightbox-img{object-fit:contain;border-radius:4px;max-width:84vw;max-height:92vh;box-shadow:0 8px 48px #00000026}.lightbox-nav{cursor:pointer;color:#444;z-index:501;background:#ffffffbf;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:2rem;line-height:1;transition:background .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav:hover{background:#fffffff2}.lightbox-nav--prev{left:16px}.lightbox-nav--next{right:16px}.cf-form{flex-direction:column;gap:1.25rem;max-width:560px;margin-top:2rem;display:flex}.cf-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=520px){.cf-row{grid-template-columns:1fr}}.cf-field{flex-direction:column;gap:.4rem;display:flex}.cf-field label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-mid);font-size:.82rem}.cf-optional{opacity:.55;text-transform:none;letter-spacing:0;font-size:.75rem}.cf-field input,.cf-field textarea{border:1px solid var(--border);color:var(--text-dark);resize:vertical;background:#fff;border-radius:8px;padding:.7rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.cf-field input::placeholder,.cf-field textarea::placeholder{color:#bbb}.cf-field input:focus,.cf-field textarea:focus{border-color:var(--sage);outline:none;box-shadow:0 0 0 3px #7a9e7e26}.cf-hint{color:var(--text-light);margin:-.5rem 0 0;font-size:.8rem}.cf-error{color:#c0392b;font-size:.9rem}.cf-submit{background:var(--sage);color:#fff;letter-spacing:.04em;cursor:pointer;border:none;border-radius:50px;align-self:flex-start;padding:.85rem 2.25rem;font-family:inherit;font-size:.95rem;transition:background .2s,transform .15s}.cf-submit:hover:not(:disabled){background:var(--sage-dark);transform:translateY(-1px)}.cf-submit:disabled{opacity:.6;cursor:not-allowed}.cf-success{max-width:480px;margin-top:2rem}.cf-success-icon{background:var(--sage);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;font-size:1.4rem;display:flex}.cf-success h3{color:var(--text-dark);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.4rem}.cf-success p{color:var(--text-mid);font-size:1rem;line-height:1.7}.resources-hero{background:linear-gradient(135deg,#3d5a40 0%,#5a7a5e 60%,#7a9e7e 100%);align-items:flex-end;min-height:40vh;margin-top:64px;padding:5rem 2rem 3.5rem;display:flex}.resources-hero-content{width:100%;max-width:720px;margin:0 auto}.resources-hero h1{color:#fff;margin-top:.5rem;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem)}.resources-hero-sub{color:#ffffffd1;max-width:560px;font-size:1.1rem}.resources-grid-section{flex-direction:column;gap:3.5rem;max-width:960px;margin:0 auto;padding:0 2rem 4rem;display:flex}.resource-category-header{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.resource-icon{font-size:1.4rem;line-height:1}.resource-category-title{color:var(--text-dark);margin:0;font-size:1.35rem}.resource-list{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;list-style:none;display:grid}.resource-card{background:var(--cream);border:1px solid var(--border);border-radius:12px;padding:1.25rem 1.5rem;transition:box-shadow .2s,border-color .2s}.resource-card:hover{border-color:var(--sage-light);box-shadow:0 4px 16px #00000012}.resource-name{color:var(--sage-dark);margin-bottom:.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.resource-name:hover{color:var(--text-dark)}.resource-arrow{opacity:.6;font-size:.8rem}.resource-desc{color:var(--text-mid);margin:0;font-size:.9rem;line-height:1.6}.resources-cta-card{background:linear-gradient(135deg, #e8efe9 0%, var(--cream) 100%);border:1px solid var(--sage-light);border-radius:16px;max-width:680px;padding:2.5rem 3rem}.resources-cta-logo{color:var(--sage-dark);letter-spacing:.02em;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.3rem}.resources-cta-text{color:var(--text-mid);max-width:100%;margin-bottom:1.5rem;font-size:1rem;line-height:1.75}.resources-cta-contacts{flex-direction:column;gap:.6rem;display:flex}.resources-cta-link{color:var(--sage-dark);font-size:1rem;text-decoration:none;transition:color .2s}.resources-cta-link:hover{color:var(--text-dark)}@media (width<=640px){.resources-hero{padding:4rem 1.5rem 2.5rem}.resources-grid-section{padding:0 1.5rem 3rem}.resources-cta-card{padding:1.75rem 1.5rem}}.share-buttons{text-align:center;background:var(--cream);padding:2.5rem 1.5rem}.share-label{letter-spacing:.12em;text-transform:uppercase;color:var(--sage-dark);margin-bottom:1rem;font-size:.75rem}.share-row{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.share-btn{border:1px solid var(--blush);width:44px;height:44px;color:var(--sage-dark);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:flex}.share-btn:hover{background:var(--blush-light);border-color:var(--blush-dark,var(--blush));color:var(--warm-dark)}.share-btn svg{width:18px;height:18px}.footer{background:var(--text-dark);text-align:center;color:#666;border-top:1px solid #ffffff14;padding:1.5rem;font-size:.85rem}
