html { scroll-behavior: smooth; }
body.nt-wd { --demo-bar-height: 52px; margin: 0; overflow-x: hidden; background: #fbfaf8; color: #241f1c; font-family: Inter, Arial, sans-serif; }
.nt-wd *, .nt-wd *::before, .nt-wd *::after { box-sizing: border-box; }
.nt-wd a { color: inherit; }
.nt-wd-demo-bar { position: fixed; z-index: 1000; top: 0; left: 0; right: 0; height: var(--demo-bar-height); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 4px 20px; background: #171412; color: #fff; font-size: 13px; }
.nt-wd-demo-bar span { opacity: .86; }
.nt-wd-demo-bar b { margin-right: 8px; padding: 3px 6px; border: 1px solid currentColor; font-size: 10px; letter-spacing: 1px; }
.nt-wd-demo-bar a { border-bottom: 1px solid currentColor; text-decoration: none; font-weight: 700; }
.nt-wd-demo-bar .nt-wd-return { display: inline-flex; align-items: center; gap: 7px; justify-self: start; min-height: 44px; border-bottom: 0; }
.nt-wd-demo-bar .nt-wd-demo-cta { justify-self: end; display: inline-flex; align-items: center; min-height: 44px; border-bottom: 0; text-decoration: underline; text-underline-offset: 4px; }
.nt-wd-demo-bar a:focus-visible { outline: 2px solid #efd28f; outline-offset: 2px; }
.nt-wd main { padding-top: var(--demo-bar-height); }
.nt-wd main section[id] { scroll-margin-top: calc(var(--demo-bar-height) + 16px); }
.nt-wd-hero { position: relative; min-height: calc(100vh - var(--demo-bar-height)); display: grid; place-items: center; background: linear-gradient(rgba(17,13,11,.28), rgba(17,13,11,.55)), var(--hero-image) center / cover no-repeat; color: #fff; }
.nt-wd-nav { position: absolute; z-index: 5; top: 0; left: 0; right: 0; min-height: 92px; display: flex; align-items: center; justify-content: space-between; width: min(1240px, calc(100% - 48px)); margin: 0 auto; border-bottom: 1px solid rgba(255,255,255,.38); }
.nt-wd-monogram { position: relative; display: inline-flex; align-items: center; gap: 5px; font-family: "Cormorant Garamond", serif; font-size: 28px; text-decoration: none; }
.nt-wd-monogram i { width: 26px; height: 1px; background: currentColor; }
.nt-wd-nav > div { display: flex; gap: 30px; }
.nt-wd-nav > div a { text-decoration: none; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.nt-wd-menu { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.nt-wd-menu span { display: block; height: 1px; margin: 6px 0; background: #fff; }
.nt-wd-hero__content { position: relative; z-index: 2; max-width: 950px; padding: 120px 24px 80px; text-align: center; }
.nt-wd-hero__content > p { margin: 0 0 14px; font-size: 13px; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; }
.nt-wd-hero h1 { margin: 0; padding: 8px 12px; font-family: "Great Vibes", cursive; font-size: 112px; line-height: 1.2; font-weight: 400; letter-spacing: 0; text-wrap: balance; text-shadow: 0 2px 18px rgba(0,0,0,.25); }
.nt-wd-hero__content > span { display: block; margin-top: 26px; font-family: "Cormorant Garamond", serif; font-size: 22px; }
.nt-wd-hero__content > a { display: inline-flex; min-height: 48px; align-items: center; margin-top: 34px; border: 1px solid rgba(255,255,255,.8); padding: 10px 24px; text-decoration: none; font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.nt-wd-scroll { position: absolute; bottom: 24px; left: 50%; width: 26px; height: 42px; border: 1px solid rgba(255,255,255,.7); border-radius: 20px; transform: translateX(-50%); }
.nt-wd-scroll span { position: absolute; top: 8px; left: 11px; width: 2px; height: 7px; background: #fff; animation: wd-scroll 1.7s infinite; }
@keyframes wd-scroll { 0% { transform: translateY(0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translateY(15px); opacity: 0; } }
.nt-wd-countdown { padding: 55px 20px; background: #231d19; color: #fff; text-align: center; }
.nt-wd-countdown > p { margin: 0 0 24px; color: #d7c5af; font-family: "Cormorant Garamond", serif; font-size: 21px; }
.nt-wd-countdown > div { display: grid; grid-template-columns: repeat(4, minmax(70px, 120px)); justify-content: center; gap: 22px; }
.nt-wd-countdown span { display: grid; gap: 7px; }
.nt-wd-countdown b { font-family: "Cormorant Garamond", serif; font-size: 46px; line-height: 1; font-weight: 500; }
.nt-wd-countdown small { color: #b9aaa0; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.nt-wd-section-title { margin-bottom: 42px; text-align: center; }
.nt-wd-section-title span, .nt-wd-rsvp__copy > span { color: #9b735b; font-size: 11px; font-weight: 800; letter-spacing: 2.5px; text-transform: uppercase; }
.nt-wd-section-title h2, .nt-wd-rsvp h2 { margin: 9px 0 0; font-family: Allura, cursive; font-size: 72px; line-height: 1.15; font-weight: 400; letter-spacing: 0; text-wrap: balance; }
.nt-wd-story, .nt-wd-schedule, .nt-wd-gallery, .nt-wd-rsvp { padding: 100px max(22px, calc((100% - 1140px) / 2)); }
.nt-wd-story__body { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .8fr); align-items: center; gap: 72px; }
.nt-wd-story__body img { width: 100%; height: 640px; object-fit: cover; }
.nt-wd-story__body > div { max-width: 460px; }
.nt-wd-story__body p { color: #655c56; font-size: 17px; line-height: 1.8; }
.nt-wd-story__body .nt-wd-quote { color: #29221e; font-family: "Cormorant Garamond", serif; font-size: 36px; line-height: 1.15; }
.nt-wd-story__body span { color: #9b735b; font-family: "Allura", cursive; font-size: 35px; }
.nt-wd-cinematic { min-height: 760px; display: grid; place-items: center; padding: 80px 24px; background: linear-gradient(rgba(12,12,12,.22), rgba(12,12,12,.72)), var(--cinematic-image) center / cover no-repeat; color: #fff; text-align: center; }
.nt-wd-cinematic > div { max-width: 1050px; }
.nt-wd-cinematic span { font-size: 11px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; }
.nt-wd-cinematic h2 { margin: 24px 0; font-family: Marcellus, serif; font-size: clamp(42px, 6vw, 76px); line-height: 1.08; font-weight: 400; letter-spacing: 0; }
.nt-wd-cinematic p { font-family: "Cormorant Garamond", serif; font-size: 24px; }
.nt-wd-schedule { background: #f0ebe5; }
.nt-wd-schedule__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; max-width: 900px; margin: 0 auto; }
.nt-wd-schedule article { min-height: 410px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #cfc3b8; padding: 34px; background: rgba(255,255,255,.55); text-align: center; }
.nt-wd-schedule__icon { color: #a9866e; font-family: "Cormorant Garamond", serif; font-size: 46px; }
.nt-wd-schedule article p { margin: 18px 0 5px; color: #9b735b; font-weight: 800; }
.nt-wd-schedule h3 { margin: 0 0 20px; font-family: "Cormorant Garamond", serif; font-size: 42px; font-weight: 500; }
.nt-wd-schedule strong, .nt-wd-schedule small { display: block; margin-bottom: 7px; }
.nt-wd-schedule article a { margin-top: 22px; border-bottom: 1px solid currentColor; text-decoration: none; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.nt-wd-details { padding: 100px max(22px, calc((100% - 1140px) / 2)); background: #f7f7f3; }
.nt-wd-details__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #bfc7bd; border-left: 1px solid #bfc7bd; }
.nt-wd-details article { min-height: 350px; display: flex; flex-direction: column; border-right: 1px solid #bfc7bd; border-bottom: 1px solid #bfc7bd; padding: 34px; }
.nt-wd-details article > b { color: #778577; font-family: Marcellus, serif; font-size: 34px; font-weight: 400; }
.nt-wd-details h3 { margin: 52px 0 12px; font-family: Marcellus, serif; font-size: 31px; font-weight: 400; }
.nt-wd-details p { margin: 0; color: #61675f; line-height: 1.7; }
.nt-wd-details button { width: max-content; margin-top: auto; border: 0; border-bottom: 1px solid currentColor; padding: 7px 0; background: transparent; color: #3e4b3f; font-weight: 800; cursor: pointer; }
.nt-wd-palette { display: flex; gap: 8px; margin-top: auto; }
.nt-wd-palette i { width: 32px; height: 32px; border-radius: 50%; background: #6f7d70; }
.nt-wd-palette i:nth-child(2) { background: #c6b8a7; }
.nt-wd-palette i:nth-child(3) { background: #9b6f5f; }
.nt-wd-palette i:nth-child(4) { background: #313936; }
.nt-wd-gallery { background: #1d1a18; color: #fff; }
.nt-wd-gallery__grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 270px 270px; gap: 12px; }
.nt-wd-gallery button { overflow: hidden; border: 0; padding: 0; background: #2c2927; cursor: zoom-in; }
.nt-wd-gallery button:first-child { grid-row: 1 / 3; }
.nt-wd-gallery button:last-child { grid-column: 2 / 4; }
.nt-wd-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.nt-wd-gallery button:hover img { transform: scale(1.03); }
.nt-wd-gallery__actions { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 30px; border-top: 1px solid #494542; padding-top: 28px; }
.nt-wd-gallery__actions > div { display: grid; gap: 5px; }
.nt-wd-gallery__actions b { font-family: Marcellus, serif; font-size: 24px; font-weight: 400; }
.nt-wd-gallery__actions span { color: #aaa29d; font-size: 13px; }
.nt-wd-gallery__actions button { min-height: 48px; border: 1px solid #fff; padding: 10px 18px; background: transparent; color: #fff; font-weight: 800; cursor: pointer; }
.nt-wd-guest-hub { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 100px; align-items: center; padding: 110px max(22px, calc((100% - 1140px) / 2)); background: #79877a; color: #fff; }
.nt-wd-guest-hub__copy > span { font-size: 11px; font-weight: 800; letter-spacing: 2.5px; text-transform: uppercase; }
.nt-wd-guest-hub__copy h2 { max-width: 700px; margin: 16px 0 24px; font-family: Marcellus, serif; font-size: clamp(48px, 6vw, 78px); line-height: 1; font-weight: 400; letter-spacing: 0; }
.nt-wd-guest-hub__copy > p { max-width: 650px; color: #ecf0eb; font-size: 17px; line-height: 1.7; }
.nt-wd-guest-hub__copy ul { display: grid; gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; }
.nt-wd-guest-hub__copy li { position: relative; padding-left: 26px; }
.nt-wd-guest-hub__copy li::before { content: "✓"; position: absolute; left: 0; }
.nt-wd-hub-phone { min-height: 650px; border: 9px solid #151a16; border-radius: 46px; padding: 26px 22px; background: #f2f3ef; color: #182019; box-shadow: 0 35px 80px rgba(25,32,25,.28); }
.nt-wd-hub-phone__top { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #d2d8d0; padding: 0 0 20px; }
.nt-wd-hub-phone__top span { font-family: Marcellus, serif; font-size: 22px; }
.nt-wd-hub-phone__top i { width: 9px; height: 9px; border-radius: 50%; background: #789077; box-shadow: 0 0 0 5px rgba(120,144,119,.15); }
.nt-wd-hub-phone > p { margin: 30px 0 5px; color: #667065; font-size: 13px; }
.nt-wd-hub-phone > h3 { margin: 0 0 24px; font-family: Marcellus, serif; font-size: 33px; line-height: 1.1; font-weight: 400; }
.nt-wd-hub-stat { display: flex; align-items: center; gap: 14px; border: 1px solid #ccd4ca; padding: 18px; background: #fff; }
.nt-wd-hub-stat b { font-family: Marcellus, serif; font-size: 34px; font-weight: 400; }
.nt-wd-hub-stat span { color: #697168; font-size: 12px; }
.nt-wd-hub-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 10px; }
.nt-wd-hub-grid button { min-height: 120px; display: grid; place-content: center; gap: 7px; border: 1px solid #ccd4ca; background: #fff; color: #172018; cursor: pointer; }
.nt-wd-hub-grid button b { font-family: Marcellus, serif; font-size: 25px; font-weight: 400; }
.nt-wd-hub-grid button span { color: #6b746a; font-size: 11px; font-weight: 700; }
.nt-wd-rsvp { display: grid; grid-template-columns: .75fr 1.1fr; gap: 80px; align-items: start; background: #f7f3ef; }
.nt-wd-rsvp__copy { padding-top: 30px; }
.nt-wd-rsvp__copy p { color: #6c625c; font-size: 16px; line-height: 1.7; }
.nt-wd-rsvp__form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; border: 1px solid #d9ccc1; padding: 34px; background: #fff; }
.nt-wd-rsvp__form label { display: grid; gap: 7px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.nt-wd-rsvp__form label:nth-child(4) { grid-column: 1 / -1; }
.nt-wd-rsvp__form input, .nt-wd-rsvp__form select, .nt-wd-rsvp__form textarea { width: 100%; border: 1px solid #d8d0ca; border-radius: 0; padding: 13px; background: #fff; font: 400 15px Inter, Arial, sans-serif; text-transform: none; }
.nt-wd-rsvp__form button { min-height: 50px; grid-column: 1 / -1; border: 0; background: #342922; color: #fff; font-weight: 800; cursor: pointer; }
.nt-wd-footer { min-height: 240px; display: grid; place-content: center; justify-items: center; gap: 6px; padding: 50px 20px; background: #171412; color: #fff; text-align: center; }
.nt-wd-footer p { margin: 0; font-family: "Allura", cursive; font-size: 52px; }
.nt-wd-footer span { color: #c8b49f; font-size: 13px; }
.nt-wd-footer a { margin-top: 28px; color: #a89d96; font-size: 11px; }
.nt-wd-lightbox { width: min(1100px, calc(100% - 32px)); border: 0; padding: 0; background: transparent; }
.nt-wd-lightbox::backdrop { background: rgba(0,0,0,.88); }
.nt-wd-lightbox img { display: block; width: 100%; max-height: 85vh; object-fit: contain; }
.nt-wd-lightbox button { position: fixed; top: 20px; right: 24px; border: 0; background: transparent; color: #fff; font-size: 42px; cursor: pointer; }
.nt-wd-toast { position: fixed; z-index: 1100; left: 50%; bottom: 24px; max-width: calc(100% - 30px); padding: 13px 18px; background: #171412; color: #fff; font-size: 13px; transform: translate(-50%, 120px); opacity: 0; transition: .3s ease; }
.nt-wd-toast.is-visible { transform: translate(-50%, 0); opacity: 1; }
.nt-wd--modern { background: #f4f3f0; color: #121212; }
.nt-wd--modern .nt-wd-hero { background-image: linear-gradient(90deg, rgba(0,0,0,.68), rgba(0,0,0,.12)), var(--hero-image); background-position: center; }
.nt-wd--modern .nt-wd-hero__content { width: min(1240px, calc(100% - 48px)); max-width: none; text-align: left; }
.nt-wd--modern .nt-wd-hero h1 { max-width: 840px; font-family: "Alex Brush", cursive; font-size: 112px; }
.nt-wd--modern .nt-wd-hero__content > span { font-family: "Cormorant Garamond", serif; font-size: 24px; letter-spacing: 0; text-transform: none; }
.nt-wd--modern .nt-wd-section-title h2, .nt-wd--modern .nt-wd-rsvp h2 { font-family: Allura, cursive; font-size: 72px; }
.nt-wd--modern .nt-wd-monogram { font-family: "Alex Brush", cursive; font-size: 34px; }
.nt-wd--modern .nt-wd-cinematic h2, .nt-wd--modern .nt-wd-guest-hub__copy h2 { font-family: Allura, cursive; font-size: 76px; line-height: 1.15; letter-spacing: 0; text-wrap: balance; }
.nt-wd--modern .nt-wd-schedule h3 { font-family: "Alex Brush", cursive; font-size: 44px; font-weight: 400; line-height: 1.2; letter-spacing: 0; }
.nt-wd--modern .nt-wd-details h3 { font-family: Allura, cursive; font-size: 42px; line-height: 1.2; letter-spacing: 0; }
.nt-wd--modern .nt-wd-story__body .nt-wd-quote { font-family: Allura, cursive; font-size: 42px; line-height: 1.25; }
.nt-wd--modern .nt-wd-story__body > div > span, .nt-wd--modern .nt-wd-footer p { font-family: "Alex Brush", cursive; }
.nt-wd--romantic .nt-wd-footer p { font-family: "Great Vibes", cursive; line-height: 1.2; }
.nt-wd--modern .nt-wd-countdown { background: #6f7d70; }
.nt-wd--modern .nt-wd-countdown > p, .nt-wd--modern .nt-wd-countdown small { color: #edf1eb; }
.nt-wd--modern .nt-wd-section-title span, .nt-wd--modern .nt-wd-rsvp__copy > span { color: #657266; }
.nt-wd--modern .nt-wd-schedule { background: #dfe4dc; }
.nt-wd--modern .nt-wd-schedule article { border-color: #aab4a8; }
.nt-wd--modern .nt-wd-schedule__grid { max-width: 1140px; }
.nt-wd--modern .nt-wd-rsvp__form button { background: #647365; }
@media (max-width: 760px) {
  body.nt-wd { --demo-bar-height: 88px; }
  .nt-wd-demo-bar { grid-template-columns: 1fr auto; grid-template-rows: 44px 36px; gap: 0 8px; padding: 4px 12px; font-size: 11px; }
  .nt-wd-demo-bar span { white-space: nowrap; }
  .nt-wd-demo-bar .nt-wd-demo-cta { grid-column: 1 / -1; justify-self: center; min-height: 36px; }
  .nt-wd-demo-bar b { margin-right: 4px; }
  .nt-wd-nav { min-height: 72px; width: calc(100% - 32px); }
  .nt-wd-menu { display: block; }
  .nt-wd-nav > div { position: absolute; top: 72px; left: 0; right: 0; display: none; padding: 18px; background: rgba(20,17,15,.96); }
  .nt-wd-nav > div.is-open { display: grid; gap: 0; }
  .nt-wd-nav > div a { border-bottom: 1px solid rgba(255,255,255,.15); padding: 14px 4px; }
  .nt-wd-hero { min-height: 690px; }
  .nt-wd--modern .nt-wd-hero { background-position: 63% center; }
  .nt-wd--modern .nt-wd-hero__content { width: 100%; text-align: center; }
  .nt-wd-hero h1, .nt-wd--modern .nt-wd-hero h1 { font-size: 64px; }
  .nt-wd-section-title h2, .nt-wd-rsvp h2 { font-size: 54px; }
  .nt-wd--modern .nt-wd-section-title h2, .nt-wd--modern .nt-wd-rsvp h2 { font-size: 54px; }
  .nt-wd--modern .nt-wd-cinematic h2, .nt-wd--modern .nt-wd-guest-hub__copy h2 { font-size: 54px; }
  .nt-wd--modern .nt-wd-story__body .nt-wd-quote { font-size: 36px; }
  .nt-wd-countdown > div { grid-template-columns: repeat(4, 1fr); gap: 6px; }
  .nt-wd-countdown b { font-size: 32px; }
  .nt-wd-story, .nt-wd-schedule, .nt-wd-gallery, .nt-wd-rsvp { padding-top: 70px; padding-bottom: 70px; }
  .nt-wd-story__body, .nt-wd-rsvp { grid-template-columns: 1fr; gap: 36px; }
  .nt-wd-story__body img { height: 460px; }
  .nt-wd-story__body > div { max-width: none; }
  .nt-wd-schedule__grid { grid-template-columns: 1fr; }
  .nt-wd-schedule article { min-height: 350px; }
  .nt-wd-gallery__grid { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 190px 190px; }
  .nt-wd-gallery button:first-child { grid-column: 1 / 3; grid-row: auto; }
  .nt-wd-gallery button:last-child { grid-column: auto; }
  .nt-wd-cinematic { min-height: 620px; }
  .nt-wd-details__grid { grid-template-columns: 1fr; }
  .nt-wd-details article { min-height: 300px; }
  .nt-wd-details h3 { margin-top: 30px; }
  .nt-wd-gallery__actions { display: grid; }
  .nt-wd-gallery__actions button { width: 100%; }
  .nt-wd-guest-hub { grid-template-columns: 1fr; gap: 55px; padding-top: 75px; padding-bottom: 75px; }
  .nt-wd-hub-phone { width: min(340px, 100%); min-height: 590px; justify-self: center; border-radius: 38px; }
  .nt-wd-rsvp__form { grid-template-columns: 1fr; padding: 24px 18px; }
  .nt-wd-rsvp__form label:nth-child(4), .nt-wd-rsvp__form button { grid-column: auto; }
}
@media (max-width: 380px) {
  .nt-wd-hero h1, .nt-wd--modern .nt-wd-hero h1 { font-size: 52px; }
  .nt-wd-section-title h2, .nt-wd-rsvp h2 { font-size: 48px; }
  .nt-wd--modern .nt-wd-section-title h2, .nt-wd--modern .nt-wd-rsvp h2 { font-size: 48px; }
  .nt-wd--modern .nt-wd-cinematic h2, .nt-wd--modern .nt-wd-guest-hub__copy h2 { font-size: 46px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .nt-wd-scroll span { animation: none; } }
