/* Matt Wing shared design system */

.vp{font-family:'Jost',sans-serif;font-weight:400;color:#2b2820;line-height:1.72;font-size:17.5px;width:100%;max-width:100%;overflow-x:hidden}
.vp *{box-sizing:border-box}
.vp h1,.vp h2,.vp h3{font-family:'Cormorant Garamond',Georgia,serif;font-style:italic;font-weight:400;color:#1a1614;margin:0;letter-spacing:.01em}
.vp p{margin:0 0 20px;text-align:left}
.vp p:last-child{margin-bottom:0}
.vp a{color:inherit}
.vp-col{max-width:700px;margin:0 auto;padding:0 24px}
.vp-wide{max-width:1160px;margin:0 auto;padding:0 24px}

/* HERO */
.vp-hero{background:#1a1812;display:grid;grid-template-columns:1.05fr 1fr;min-height:80vh}
.vp-hero .vp-htxt{display:flex;flex-direction:column;justify-content:center;padding:130px 5vw 84px 7vw}
.vp-hero .vp-himg{position:relative;overflow:hidden;min-height:420px}
.vp-hero .vp-himg img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.vp-eyebrow{font-size:11.5px;letter-spacing:.24em;text-transform:uppercase;color:#a2976f;font-weight:500;margin:0 0 20px}
.vp-hero h1{font-size:clamp(38px,6.4vw,68px);line-height:1.04;color:#faf7f4;max-width:16ch}
.vp-hero .vp-lede{color:#efe9df;font-size:18px;max-width:44ch;margin:22px 0 0;line-height:1.6}
.vp-btns{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.vp a.vp-btn{display:inline-block;padding:14px 30px;font-size:13px;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;font-weight:500;transition:.2s}
.vp a.vp-btn-a{background:#a2976f;color:#fff}
.vp a.vp-btn-a:hover{background:#8d8260;color:#fff}
.vp a.vp-btn-b{border:1px solid rgba(250,247,244,.5);color:#faf7f4}
.vp a.vp-btn-b:hover{background:rgba(250,247,244,.12);color:#faf7f4}

/* FACT STRIP */
.vp-facts{border-bottom:1px solid #e5ded2;background:#faf7f4}
.vp-facts .vp-wide{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:0 24px}
.vp-facts div{padding:30px 22px 30px 0;border-right:1px solid #e5ded2}
.vp-facts div:last-child{border-right:0}
.vp-facts b{display:block;font-family:'Cormorant Garamond',serif;font-style:italic;font-size:27px;font-weight:400;color:#1a1614;line-height:1.1}
.vp-facts span{display:block;font-size:12.5px;letter-spacing:.13em;text-transform:uppercase;color:#8a8172;margin-top:8px;font-weight:500}

/* SECTIONS */
.vp-sec{padding:76px 0 0}
.vp-sec h2{font-size:clamp(28px,3.9vw,40px);line-height:1.15;margin:0 0 24px}
.vp-sec h3{font-size:23px;margin:34px 0 10px}
.vp-rule{width:44px;height:1px;background:#a2976f;margin:0 0 26px}
.vp-pull{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:26px;line-height:1.42;color:#1a1614;border-left:2px solid #a2976f;padding:2px 0 2px 26px;margin:32px 0}

/* FIGURES */
.vp-fig{margin:52px auto;max-width:1160px;padding:0 24px}
.vp-fig img{width:100%;display:block}
.vp-fig figcaption,.vp-cap{font-size:14.5px;line-height:1.55;color:#6d675c;margin-top:13px;padding-left:15px;border-left:2px solid #a2976f;text-align:left!important;max-width:62ch}
.vp-pair{margin:52px auto;max-width:1160px;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:14px}
.vp-pair figure{margin:0}
.vp-pair img{width:100%;display:block;aspect-ratio:3/2;object-fit:cover}
.vp-narrow{max-width:820px}

/* GRID */
.vp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:1300px;margin:56px auto 0;padding:0 24px}
.vp-grid img{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:2/3}
.vp-grid .wide{grid-column:span 2}
.vp-grid .wide img{aspect-ratio:3/2}

/* TIMELINE */
.vp-tl{max-width:760px;margin:0 auto;border-top:1px solid #ddd5c8}
.vp-tl .st{display:grid;grid-template-columns:82px 1fr;gap:22px;padding:18px 0;border-bottom:1px solid #e9e3d8;align-items:baseline}
.vp-tl .t{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:21px;color:#a2976f;font-variant-numeric:tabular-nums}
.vp-tl b{display:block;font-weight:500;font-size:16.5px;color:#1a1614}
.vp-tl span{display:block;font-size:15px;line-height:1.55;color:#514b42;margin-top:4px}

/* LEDGER */
.vp-inc{background:#faf7f4;padding:80px 0;margin-top:60px}
.vp-inc h2{font-size:clamp(28px,3.9vw,40px);margin-bottom:8px;text-align:center}
.vp-inc .sub{text-align:center;color:#6d675c;font-size:15px;margin:0 auto 42px;max-width:56ch}
.vp-led{max-width:760px;margin:0 auto;border-top:1px solid #ddd5c8}
.vp-led .row{display:grid;grid-template-columns:1fr auto;gap:24px;padding:17px 0;border-bottom:1px solid #e5ded2;align-items:baseline}
.vp-led .row b{font-weight:500;font-size:16.5px;color:#1a1614}
.vp-led .row span{display:block;font-size:15px;line-height:1.55;color:#514b42;margin-top:4px}
.vp-led .val{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:19px;color:#a2976f;white-space:nowrap}
.vp-total{max-width:760px;margin:26px auto 0;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:baseline}
.vp-total b{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:26px;font-weight:400}
.vp-total .amt{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:40px;color:#1a1614}

/* QA */
.vp-qa{padding:76px 0 0}
.vp-qa .q{border-top:1px solid #e5ded2;padding:22px 0}
.vp-qa .q:last-of-type{border-bottom:1px solid #e5ded2}
.vp-qa .q b{display:block;font-weight:500;font-size:17px;color:#1a1614}
.vp-qa .q p{margin:7px 0 0;font-size:16px;line-height:1.65;color:#514b42}

/* REAL WEDDINGS */
.vp-real{padding:76px 0 0}
.vp-real h2{text-align:center;font-size:clamp(28px,3.9vw,40px);margin-bottom:10px}
.vp-real .sub{text-align:center;color:#6d675c;font-size:15px;margin:0 auto 40px;max-width:54ch}
.vp-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1160px;margin:0 auto;padding:0 24px}
.vp a.vp-card{text-decoration:none;display:block}
.vp-card img{width:100%;aspect-ratio:3/2;object-fit:cover;display:block}
.vp-card .nm{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:24px;color:#1a1614;margin:16px 0 3px;line-height:1.2}
.vp-card .vn{font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:#8a8172;font-weight:500}

/* CTA */
.vp-cta{background:#1a1812;color:#faf7f4;padding:90px 0;text-align:center;margin-top:80px}
.vp-cta h2{color:#faf7f4;font-size:clamp(32px,4.4vw,50px);margin-bottom:16px}
.vp-cta p{color:#ded7cb;max-width:50ch;margin:0 auto 30px}

@media(max-width:860px){
 .vp-hero{grid-template-columns:1fr;min-height:0}
 .vp-hero .vp-himg{order:-1;min-height:52vh}
 .vp-hero .vp-htxt{padding:44px 24px 56px}
 .vp-facts .vp-wide{grid-template-columns:1fr 1fr}
 .vp-facts div{border-right:0;border-bottom:1px solid #e5ded2;padding:22px 0}
 .vp-facts div:nth-child(odd){border-right:1px solid #e5ded2;padding-right:22px}
 .vp-grid{grid-template-columns:repeat(2,1fr)}
 .vp-grid .wide{grid-column:span 2}
 .vp-pair{grid-template-columns:1fr;gap:34px}
 .vp-cards{grid-template-columns:1fr;gap:34px}
 .vp-sec,.vp-qa,.vp-real{padding-top:54px}
 .vp-inc{padding:54px 0;margin-top:54px}
 .vp-cta{padding:64px 0;margin-top:54px}
 .vp-tl .st{grid-template-columns:66px 1fr;gap:16px}
}



.vp-faq .q{border-top:1px solid #e4dcd3;padding:26px 0 8px}
.vp-faq .q:first-of-type{border-top:0}
.vp-faq .q b{display:block;font-family:'Jost',sans-serif;font-weight:500;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#8a8172;margin:0 0 10px}
.vp-faq .q .lead{font-family:'Cormorant Garamond',Georgia,serif;font-style:italic;font-weight:400;font-size:clamp(22px,2.6vw,28px);line-height:1.25;color:#1a1614;margin:0 0 10px}
.vp-faq .q p{font-size:16.5px;line-height:1.72;color:#4a433d;margin:0 0 6px}
.vp-faq h2{margin-bottom:6px}
.vp-faq .grp{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#8a6a2e;font-weight:600;margin:0 0 26px}


body:has(.mwx),body:has(.mwx) .site-main,body:has(.mwx) article{background:#faf7f4}
body:has(.mwx) main .ct-container-full,body:has(.mwx) main .ct-container{padding-top:110px}
@media(max-width:999px){body:has(.mwx) main .ct-container-full,body:has(.mwx) main .ct-container{padding-top:80px}}
.mwx{font-family:'Inter',-apple-system,sans-serif;color:#1a1614;max-width:1080px;margin:0 auto;padding:40px 20px 80px}
.mwx *{box-sizing:border-box}
.mwx a{color:inherit}
.mwx-head{max-width:820px;margin:0 auto;text-align:center;padding:24px 0 36px}
.mwx-eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#8a6a2e;font-weight:600;margin:0 0 14px}
.mwx h1{font-family:'Fraunces',Georgia,serif;font-weight:300;font-size:clamp(38px,6vw,62px);line-height:1.02;letter-spacing:-.015em;margin:0;text-wrap:balance}
.mwx h1 em,.mwx h2 em{font-style:italic;font-weight:300}
.mwx-sub{font-size:17px;line-height:1.6;color:#6b625b;max-width:58ch;margin:20px auto 0}
.mwx-hero{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0 0 56px}
.mwx-hero img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
@media(max-width:640px){.mwx-hero{grid-template-columns:1fr}}
.mwx-sec{max-width:640px;margin:0 auto 52px}
.mwx-sec .k{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#8a6a2e;font-weight:600;margin:0 0 10px}
.mwx-sec h2{font-family:'Fraunces',Georgia,serif;font-weight:400;font-size:clamp(26px,3.4vw,36px);line-height:1.1;margin:0 0 14px;letter-spacing:-.01em}
.mwx-sec p{font-size:16px;line-height:1.7;color:#2a2521;margin:0 0 14px}
.mwx-pair{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:0 0 56px}
.mwx-pair.land img{aspect-ratio:3/2}
.mwx-pair img{width:100%;aspect-ratio:3/2;object-fit:cover;display:block}
@media(max-width:640px){.mwx-pair{grid-template-columns:1fr}}
.mwx-wide{width:100%;aspect-ratio:3/2;object-fit:cover;display:block;margin:0 0 56px}
.mwx-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 40px;max-width:820px;margin:0 auto 56px}
@media(max-width:700px){.mwx-grid{grid-template-columns:1fr}}
.mwx-row{border-top:1px solid #e4dcd3;padding:18px 0 20px}
.mwx-row b{display:block;font-family:'Fraunces',Georgia,serif;font-weight:500;font-size:19px;margin-bottom:6px}
.mwx-row p{margin:0;font-size:14.5px;line-height:1.6;color:#4a433d}
.mwx-price{max-width:640px;margin:0 auto 56px;text-align:center;padding:40px 0;border-top:1px solid #e4dcd3;border-bottom:1px solid #e4dcd3}
.mwx-price .n{font-family:'Fraunces',Georgia,serif;font-weight:300;font-size:64px;line-height:1;margin:6px 0 10px}
.mwx-price p{font-size:15px;color:#6b625b;margin:0;line-height:1.6}
.mwx-where{max-width:760px;margin:0 auto 56px;text-align:center}
.mwx-where h2{font-family:'Fraunces',Georgia,serif;font-weight:400;font-size:clamp(26px,3.4vw,34px);margin:0;letter-spacing:-.01em}
.mwx-where .places{font-family:'Fraunces',Georgia,serif;font-size:clamp(20px,2.6vw,27px);font-weight:300;line-height:1.45;margin:14px 0 0}
.mwx-cta{text-align:center;margin-top:20px}
.mwx-cta p{font-family:'Fraunces',Georgia,serif;font-style:italic;font-weight:300;font-size:22px;margin:0 0 18px;color:#2a2521}
.mwx-btn{display:inline-block;padding:14px 26px;border:1px solid #1a1614;font-size:11px;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;color:#1a1614;font-weight:600;margin:4px 6px}
.mwx-btn.solid{background:#1a1614;color:#faf7f4}

a1614;color:#faf7f4}

.mwx-real{margin:0 auto 56px;max-width:1160px;padding:0 4px}
.mwx-real h2{text-align:center;font-family:'Fraunces',Georgia,serif;font-weight:400;font-size:clamp(26px,3.6vw,38px);line-height:1.12;letter-spacing:-.01em;margin:0 0 10px;color:#1a1614}
.mwx-real .sub{text-align:center;color:#6b625b;font-size:15px;line-height:1.65;margin:0 auto 34px;max-width:54ch}
.mwx-cards{display:flex;flex-wrap:wrap;gap:24px 22px;justify-content:center;margin:0 auto}
.mwx-card{display:block;text-decoration:none;color:inherit;flex:0 1 calc(33.333% - 15px);min-width:250px}
.mwx-card img{width:100%;aspect-ratio:3/2;object-fit:cover;display:block;transition:opacity .25s ease}
.mwx-card:hover img{opacity:.86}
.mwx-card .nm{font-family:'Fraunces',Georgia,serif;font-style:italic;font-weight:400;font-size:23px;color:#1a1614;margin:14px 0 4px;line-height:1.2}
.mwx-card .vn{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:#8a6a2e;font-weight:600}
@media(max-width:700px){.mwx-card{flex:0 1 100%}}
