:root { --ink: #10100f; --ink-soft: #2b2926; --paper: #f5efe7; --paper-light: #fbf8f2; --paper-deep: #e8ded0; --gold: #b78635; --gold-light: #dab46c; --gold-dark: #825d22; --rose: #ba7370; --white: #fffdf9; --line: rgba(16, 16, 15, 0.16); --serif: "Cormorant Garamond", Georgia, serif; --sans: "Manrope", Arial, sans-serif; --script: "Allura", cursive; --container: min(1280px, calc(100vw - 80px)); --header-height: 88px; --ease: cubic-bezier(0.22, 1, 0.36, 1); }

*, ::before, ::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); background: var(--ink); max-width: 100%; overflow-x: hidden; }

body { margin: 0px; overflow-x: hidden; color: var(--ink); background: var(--paper-light); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; max-width: 100%; }

@supports (overflow: clip) {
  html, body { overflow-x: clip; }
}

body.modal-open, body.menu-open { overflow: hidden; }

::selection { color: var(--white); background: var(--gold-dark); }

img { display: block; max-width: 100%; }

button, input, select { font: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

a { color: inherit; text-decoration: none; }

button { color: inherit; }

.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; transform: translateY(-160%); color: var(--white); background: var(--ink); border-radius: 4px; }

.skip-link:focus { transform: translateY(0px); }

.page-noise { position: fixed; z-index: 999; inset: 0px; pointer-events: none; opacity: 0.16; background-image: repeating-linear-gradient(115deg, transparent 0px, transparent 7px, rgba(16, 16, 15, 0.035) 8px), repeating-linear-gradient(25deg, transparent 0px, transparent 11px, rgba(255, 253, 249, 0.03) 12px); }

.scroll-progress { position: fixed; z-index: 1001; top: 0px; right: 0px; left: 0px; height: 2px; pointer-events: none; }

.scroll-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left center; background: linear-gradient(90deg, var(--gold-dark), var(--gold-light)); }

.site-header { position: fixed; z-index: 1000; top: 0px; left: 0px; width: 100%; height: var(--header-height); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0px 40px; border-bottom: 1px solid transparent; transition: height 0.4s var(--ease), background 0.4s ease, border-color 0.4s ease, backdrop-filter 0.4s ease; }

.site-header.is-scrolled { --header-height: 72px; background: rgba(251, 248, 242, 0.88); border-color: var(--line); backdrop-filter: blur(18px); }

.brand { display: inline-flex; width: max-content; align-items: center; gap: 12px; }

.brand img { width: 50px; height: 50px; object-fit: cover; border: 1px solid rgba(183, 134, 53, 0.5); border-radius: 50%; }

.brand-wordmark { display: flex; flex-direction: column; line-height: 1; }

.brand-wordmark strong { font-family: var(--serif); font-size: 17px; font-weight: 600; letter-spacing: 0.13em; }

.brand-wordmark em { color: var(--gold-dark); font-style: normal; }

.brand-wordmark small { margin-top: 5px; font-size: 8px; letter-spacing: 0.28em; }

.desktop-nav { display: flex; align-items: center; gap: 32px; }

.desktop-nav a { position: relative; padding: 8px 0px; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }

.desktop-nav a::after { position: absolute; right: 0px; bottom: 2px; left: 0px; height: 1px; content: ""; transform: scaleX(0); transform-origin: right center; background: var(--gold-dark); transition: transform 0.35s var(--ease); }

.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left center; }

.header-actions { display: flex; justify-self: end; align-items: center; gap: 18px; }

.language-switch { display: flex; align-items: center; gap: 8px; }

.language-switch button { padding: 5px 2px; cursor: pointer; opacity: 0.42; background: none; border: 0px; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; }

.language-switch button.is-active { opacity: 1; color: var(--gold-dark); }

.language-switch span { width: 16px; height: 1px; background: var(--line); }

.button { position: relative; display: inline-flex; min-height: 55px; align-items: center; justify-content: center; gap: 24px; overflow: hidden; padding: 0px 24px; cursor: pointer; border: 1px solid transparent; border-radius: 2px; font-size: 11px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; transition: transform 0.35s var(--ease), color 0.35s ease, background 0.35s ease, border-color 0.35s ease; }

.button::before { position: absolute; inset: 0px; content: ""; transform: translateX(-104%); background: var(--gold); transition: transform 0.5s var(--ease); }

.button > span { position: relative; z-index: 1; }

.button:hover::before, .button:focus-visible::before { transform: translateX(0px); }

.button:hover, .button:focus-visible { transform: translateY(-2px); }

.button-arrow { font-size: 17px; font-weight: 400; font-family: Arial, sans-serif; transition: transform 0.35s var(--ease); }

.button:hover .button-arrow, .button:focus-visible .button-arrow { transform: translate(3px, -3px); }

.button--compact { min-height: 42px; padding: 0px 18px; color: var(--white); background: var(--ink); }

.button--dark { color: var(--white); background: var(--ink); }

.button--dark:hover, .button--dark:focus-visible, .button--compact:hover, .button--compact:focus-visible { color: var(--ink); }

.button--outline { color: var(--white); border-color: rgba(255, 253, 249, 0.45); background: transparent; }

.button--outline:hover, .button--outline:focus-visible { color: var(--ink); border-color: var(--gold); }

.button--gold { color: var(--ink); background: var(--gold-light); }

.button--gold::before { background: var(--white); }

.menu-toggle { display: none; width: 44px; height: 44px; cursor: pointer; background: transparent; border: 0px; }

.menu-toggle span { display: block; width: 24px; height: 1px; margin: 6px auto; background: var(--ink); transition: transform 0.35s var(--ease); }

.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }

.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.mobile-menu { position: fixed; z-index: -1; inset: 0px; display: none; padding: calc(var(--header-height) + 28px) 24px 36px; visibility: hidden; opacity: 0; background: var(--paper-light); transition: opacity 0.35s, visibility 0.35s; }

.mobile-menu.is-open { visibility: visible; opacity: 1; }

.mobile-menu__inner { display: flex; height: 100%; flex-direction: column; justify-content: center; }

.mobile-menu nav { margin-top: 32px; }

.mobile-menu nav a { display: grid; grid-template-columns: 52px 1fr; align-items: center; padding: 12px 0px; border-bottom: 1px solid var(--line); }

.mobile-menu nav span { color: var(--gold-dark); font-size: 11px; }

.mobile-menu nav strong { font-family: var(--serif); font-size: clamp(32px, 9vw, 50px); font-weight: 500; line-height: 1.1; }

.mobile-menu__inner > p { margin: auto 0px 0px; color: rgba(16, 16, 15, 0.6); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }

.hero { position: relative; min-height: 100svh; display: grid; grid-template-columns: minmax(0px, 1.04fr) minmax(420px, 0.96fr); align-items: center; gap: 6vw; overflow: hidden; padding: calc(var(--header-height) + 62px) max(40px, calc((100vw - 1440px) / 2 + 40px)) 70px; background: radial-gradient(circle at 73% 19%, rgba(218, 180, 108, 0.16), transparent 30%),
    linear-gradient(118deg, var(--paper-light), #f1e8dc 56%, #e8dbca); }

.hero::before { position: absolute; bottom: 0px; left: 6vw; width: 1px; height: 120px; content: ""; background: linear-gradient(transparent, var(--gold)); }

.hero-orbit { position: absolute; pointer-events: none; border: 1px solid rgba(183, 134, 53, 0.26); border-radius: 50%; }

.hero-orbit--one { top: -28vw; right: -19vw; width: 73vw; height: 73vw; }

.hero-orbit--two { top: -18vw; right: -8vw; width: 51vw; height: 51vw; border-color: rgba(183, 134, 53, 0.12); }

.hero-copy { position: relative; z-index: 2; max-width: 710px; }

.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0px 0px 28px; color: var(--gold-dark); font-size: 10px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; }

.eyebrow > span:first-child { width: 36px; height: 1px; background: currentcolor; }

.eyebrow--light { color: var(--gold-light); }

.hero h1, .section-heading h2, .process h2, .about h2, .faq h2, .final-cta h2, .contact-panel h2 { margin: 0px; font-family: var(--serif); font-weight: 500; letter-spacing: -0.04em; line-height: 0.91; }

.hero h1 { max-width: 760px; font-size: clamp(58px, 6.5vw, 106px); }

.hero h1 span, .hero h1 em, .section-heading h2 span, .section-heading h2 em, .process h2 span, .process h2 em, .about h2 span, .about h2 em, .final-cta h2 span, .final-cta h2 em { display: block; }

.hero h1 em, .section-heading h2 em, .process h2 em, .about h2 em, .faq h2 em, .final-cta h2 em, .contact-panel h2 em { color: var(--gold-dark); font-weight: 400; }

.hero-lead { max-width: 610px; margin: 32px 0px 0px; color: rgba(16, 16, 15, 0.68); font-size: clamp(15px, 1.2vw, 18px); font-weight: 400; line-height: 1.75; }

.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }

.text-link { display: inline-flex; align-items: center; gap: 13px; padding: 10px 0px; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; transition: border-color 0.3s, color 0.3s; }

.text-link:hover, .text-link:focus-visible { color: var(--gold-dark); border-color: var(--gold-dark); }

.hero-facts { display: grid; max-width: 650px; grid-template-columns: repeat(3, 1fr); margin: 54px 0px 0px; border-top: 1px solid var(--line); }

.hero-facts div { padding: 18px 16px 0px 0px; }

.hero-facts div + div { padding-left: 18px; border-left: 1px solid var(--line); }

.hero-facts dt { margin-bottom: 4px; color: var(--gold-dark); font-family: var(--serif); font-size: 14px; }

.hero-facts dd { margin: 0px; color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }

.hero-visual { position: relative; z-index: 1; width: min(100%, 610px); justify-self: end; padding: 36px 42px 32px 0px; perspective: 1200px; }

.hero-photo-wrap { position: relative; aspect-ratio: 0.83 / 1; overflow: hidden; border: 1px solid rgba(183, 134, 53, 0.44); border-radius: 48% 48% 4px 4px / 25% 25% 4px 4px; box-shadow: rgba(72, 54, 31, 0.18) 0px 35px 80px; transform: rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); transition: transform 0.18s ease-out; }

.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: 72% center; transform: scale(1.12); }

.hero-photo-shade { position: absolute; inset: 0px; background: linear-gradient(transparent 48%, rgba(9, 9, 8, 0.68)); }

.hero-caption { position: absolute; right: 32px; bottom: 24px; left: 32px; margin: 0px; color: var(--white); text-align: center; }

.hero-caption span { display: block; font-family: var(--script); font-size: clamp(30px, 3vw, 46px); line-height: 0.9; }

.hero-caption strong { display: block; margin-top: 8px; font-size: 9px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; }

.hero-seal { position: absolute; z-index: 2; top: 8px; left: -56px; width: 126px; height: 126px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-dark); background: rgba(251, 248, 242, 0.92); box-shadow: rgba(72, 54, 31, 0.12) 0px 16px 34px; }

.hero-seal::before { position: absolute; inset: 8px; content: ""; border: 1px solid rgba(183, 134, 53, 0.35); border-radius: 50%; }

.hero-seal span { position: absolute; top: 21px; font-size: 6px; font-weight: 700; letter-spacing: 0.19em; }

.hero-seal strong { font-family: var(--serif); font-size: 45px; font-weight: 500; }

.availability-card { position: absolute; z-index: 3; right: 0px; bottom: 2px; display: flex; min-width: 204px; align-items: center; gap: 12px; padding: 16px 18px; color: var(--white); background: var(--ink); box-shadow: rgba(16, 16, 15, 0.22) 0px 20px 40px; }

.status-dot { position: relative; width: 9px; height: 9px; flex: 0 0 auto; background: var(--gold-light); border-radius: 50%; }

.status-dot::after { position: absolute; inset: -5px; content: ""; border: 1px solid var(--gold-light); border-radius: 50%; animation: 2.2s ease-out 0s infinite normal none running pulse; }

@keyframes pulse { 
  0% { transform: scale(0.6); opacity: 0; }
  30% { opacity: 0.9; }
  100% { transform: scale(1.35); opacity: 0; }
}

.availability-card div { display: flex; flex-direction: column; }

.availability-card small { color: rgba(255, 253, 249, 0.55); font-size: 8px; letter-spacing: 0.16em; text-transform: uppercase; }

.availability-card strong { margin-top: 2px; font-family: var(--serif); font-size: 18px; font-weight: 500; }

.hero-scroll { position: absolute; right: 32px; bottom: 32px; display: flex; align-items: center; gap: 12px; transform: rotate(90deg) translateX(-100%); transform-origin: right bottom; font-size: 8px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; }

.hero-scroll i { display: block; width: 42px; height: 1px; overflow: hidden; background: var(--line); }

.hero-scroll i::after { display: block; width: 100%; height: 100%; content: ""; transform: translateX(-100%); background: var(--gold-dark); animation: 2.4s ease-in-out 0s infinite normal none running scroll-line; }

@keyframes scroll-line { 
  45%, 100% { transform: translateX(100%); }
}

.trust-marquee { overflow: hidden; padding: 18px 0px; color: var(--paper-light); background: var(--ink); white-space: nowrap; }

.marquee-track { display: flex; width: max-content; align-items: center; gap: 32px; animation: 24s linear 0s infinite normal none running marquee; }

.marquee-track span { font-family: var(--serif); font-size: 17px; letter-spacing: 0.18em; }

.marquee-track b { color: var(--gold-light); font-size: 10px; }

@keyframes marquee { 
  100% { transform: translateX(-50%); }
}

.section { position: relative; padding: 140px 0px; }

.services { background: var(--paper-light); }

.section-heading { width: var(--container); display: grid; grid-template-columns: minmax(0px, 0.9fr) minmax(300px, 0.6fr); gap: 24px 10vw; align-items: end; margin: 0px auto 70px; }

.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0px; }

.section-heading h2 { font-size: clamp(54px, 6vw, 92px); }

.section-heading > p:last-child { max-width: 510px; margin: 0px 0px 4px; color: rgba(16, 16, 15, 0.62); font-size: 15px; line-height: 1.8; }

.service-list { width: var(--container); display: grid; grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 22px; margin: 0px auto; }

.service-card { position: relative; display: grid; min-height: 600px; grid-template-columns: minmax(190px, 0.84fr) minmax(260px, 1.16fr); overflow: hidden; background: rgb(238, 228, 215); border: 1px solid rgba(16, 16, 15, 0.09); transition: transform 0.55s var(--ease), box-shadow 0.55s var(--ease); }

.service-card:hover { z-index: 2; transform: translateY(-8px); box-shadow: rgba(51, 39, 26, 0.13) 0px 28px 60px; }

.service-card__image { position: relative; min-height: 100%; overflow: hidden; }

.service-card__image::after { position: absolute; inset: 0px; content: ""; background: linear-gradient(rgba(16, 16, 15, 0.04), rgba(16, 16, 15, 0.21)); }

.service-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: 76% center; transform: scale(1.13); filter: saturate(0.84) contrast(1.02); transition: transform 1s var(--ease), filter 0.6s ease; }

.service-card:hover .service-card__image img { transform: scale(1.18); filter: saturate(1) contrast(1.02); }

.service-card__image--wedding img { object-position: 78% center; }

.service-card__image--paralegal img { object-position: 80% center; }

.service-card__image > span { position: absolute; z-index: 2; top: 22px; left: 22px; display: grid; width: 38px; height: 38px; place-items: center; color: var(--white); border: 1px solid rgba(255, 253, 249, 0.54); border-radius: 50%; font-size: 9px; letter-spacing: 0.06em; backdrop-filter: blur(8px); }

.service-card__body { display: flex; min-width: 0px; flex-direction: column; justify-content: center; padding: 48px 38px; }

.service-kicker { margin: 0px 0px 18px; color: var(--gold-dark); font-size: 9px; font-weight: 700; letter-spacing: 0.2em; }

.service-card h3 { margin: 0px 0px 18px; font-family: var(--serif); font-size: clamp(31px, 3vw, 48px); font-weight: 500; letter-spacing: -0.035em; line-height: 0.98; }

.service-card__body > p:not(.service-kicker) { margin: 0px; color: rgba(16, 16, 15, 0.62); font-size: 13px; line-height: 1.75; }

.service-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 24px 0px 30px; padding: 0px; list-style: none; }

.service-card li { padding: 7px 9px; color: var(--ink-soft); border: 1px solid rgba(16, 16, 15, 0.14); border-radius: 100px; font-size: 8px; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; }

.service-link { display: flex; width: 100%; align-items: center; justify-content: space-between; margin-top: auto; padding: 15px 0px 8px; cursor: pointer; background: transparent; border-width: 0px 0px 1px; border-style: none none solid; border-color: currentcolor currentcolor rgba(16, 16, 15, 0.23); border-image: none; font-size: 9px; font-weight: 700; letter-spacing: 0.1em; text-align: left; text-transform: uppercase; transition: color 0.3s, border-color 0.3s; }

.service-link span:last-child { font-size: 17px; font-weight: 400; transition: transform 0.35s var(--ease); }

.service-link:hover, .service-link:focus-visible { color: var(--gold-dark); border-color: var(--gold-dark); }

.service-link:hover span:last-child, .service-link:focus-visible span:last-child { transform: translate(3px, -3px); }

.services-note { width: var(--container); margin: 25px auto 0px; color: rgba(16, 16, 15, 0.48); font-size: 10px; line-height: 1.7; }

.process { width: 100%; display: grid; grid-template-columns: minmax(0px, 0.9fr) minmax(440px, 1.1fr); gap: 10vw; padding-right: max(40px, -640px + 50vw); padding-left: max(40px, -640px + 50vw); color: var(--white); background: linear-gradient(110deg, rgba(16, 16, 15, 0.96), rgba(16, 16, 15, 0.88)), url("../images/mobile-notary.jpg") center center / cover; }

.process::after { position: absolute; top: 0px; right: 18%; bottom: 0px; width: 1px; content: ""; background: linear-gradient(transparent, rgba(218, 180, 108, 0.28), transparent); }

.process-intro { align-self: center; }

.process h2 { font-size: clamp(52px, 5.6vw, 84px); }

.process h2 em { color: var(--gold-light); }

.process-intro > p:last-child { max-width: 530px; margin: 30px 0px 0px; color: rgba(255, 253, 249, 0.59); font-size: 14px; line-height: 1.8; }

.process-steps { position: relative; z-index: 1; margin: 0px; padding: 0px; list-style: none; }

.process-steps li { display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 34px 0px; border-bottom: 1px solid rgba(255, 253, 249, 0.16); }

.process-steps li:first-child { border-top: 1px solid rgba(255, 253, 249, 0.16); }

.step-number { display: flex; align-items: flex-start; }

.step-number span { display: grid; width: 46px; height: 46px; place-items: center; color: var(--gold-light); border: 1px solid rgba(218, 180, 108, 0.5); border-radius: 50%; font-family: var(--serif); font-size: 16px; }

.process-steps h3 { margin: 0px 0px 8px; font-family: var(--serif); font-size: 29px; font-weight: 500; line-height: 1.1; }

.process-steps p { max-width: 470px; margin: 0px; color: rgba(255, 253, 249, 0.56); font-size: 12px; }

.about { width: var(--container); display: grid; grid-template-columns: minmax(360px, 0.88fr) minmax(420px, 1.12fr); align-items: center; gap: 10vw; margin: 0px auto; }

.about::before { position: absolute; top: 50px; right: -8vw; width: 400px; height: 400px; content: ""; opacity: 0.5; border: 1px solid rgba(183, 134, 53, 0.17); border-radius: 50%; }

.about-visual { position: relative; padding: 20px 0px 55px 32px; }

.about-image-frame { aspect-ratio: 0.83 / 1; overflow: hidden; border-radius: 48% 48% 0px 0px / 22% 22% 0px 0px; }

.about-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 73% center; transform: scale(1.08); filter: saturate(0.88); }

.about-visual::before { position: absolute; z-index: -1; inset: 0px 32px 78px 0px; content: ""; border: 1px solid var(--gold); border-radius: 46% 46% 0px 0px / 22% 22% 0px 0px; }

.about blockquote { position: absolute; right: -50px; bottom: 0px; width: min(86%, 400px); margin: 0px; padding: 26px 30px 26px 66px; color: var(--white); background: var(--ink); box-shadow: rgba(16, 16, 15, 0.19) 0px 24px 55px; }

.about blockquote > span { position: absolute; top: 15px; left: 24px; color: var(--gold-light); font-family: var(--serif); font-size: 61px; line-height: 1; }

.about blockquote p { margin: 0px; font-family: var(--serif); font-size: 19px; font-style: italic; line-height: 1.4; }

.about-copy { position: relative; z-index: 1; }

.about h2 { font-size: clamp(50px, 5.4vw, 82px); }

.about-lead { margin: 31px 0px 38px; color: rgba(16, 16, 15, 0.64); font-size: 14px; line-height: 1.9; }

.about-values { border-top: 1px solid var(--line); }

.about-values > div { display: grid; grid-template-columns: 45px 1fr; gap: 18px; align-items: baseline; padding: 16px 0px; border-bottom: 1px solid var(--line); }

.about-values span { color: var(--gold-dark); font-family: var(--serif); font-size: 15px; }

.about-values p { margin: 0px; color: rgba(16, 16, 15, 0.61); font-size: 12px; }

.about-values strong { color: var(--ink); font-weight: 700; }

.instagram-link { display: flex; width: max-content; align-items: center; gap: 16px; margin-top: 28px; padding-bottom: 8px; border-bottom: 1px solid var(--gold-dark); font-size: 11px; font-weight: 700; letter-spacing: 0.04em; }

.instagram-link span:last-child { font-size: 17px; font-weight: 400; transition: transform 0.35s var(--ease); }

.instagram-link:hover span:last-child, .instagram-link:focus-visible span:last-child { transform: translate(3px, -3px); }

.wedding-feature { min-height: 760px; display: grid; grid-template-columns: 1.12fr 0.88fr; align-items: stretch; padding: 0px; color: var(--white); background: var(--ink); }

.wedding-feature__media { position: relative; min-height: 680px; overflow: hidden; }

.wedding-feature__media::after { position: absolute; inset: 0px; content: ""; background: linear-gradient(90deg, transparent 55%, rgba(16, 16, 15, 0.92)); }

.wedding-feature__media img { width: 100%; height: 100%; object-fit: cover; object-position: 71% center; transform: scale(1.08); }

.wedding-feature__copy { position: relative; z-index: 1; display: flex; max-width: 600px; flex-direction: column; justify-content: center; margin-left: -30px; padding: 80px 7vw 80px 0px; }

.script-line { color: var(--gold-light); font-family: var(--script); font-size: clamp(34px, 4vw, 56px); line-height: 1; }

.wedding-feature h2 { margin: 18px 0px 28px; font-family: var(--serif); font-size: clamp(49px, 5.1vw, 82px); font-weight: 500; letter-spacing: -0.04em; line-height: 0.94; }

.wedding-feature p { margin: 0px 0px 38px; color: rgba(255, 253, 249, 0.6); font-size: 14px; line-height: 1.8; }

.wedding-feature .button { width: max-content; }

.faq { width: var(--container); display: grid; grid-template-columns: minmax(320px, 0.75fr) minmax(490px, 1.25fr); gap: 10vw; margin: 0px auto; }

.faq-heading { align-self: start; position: sticky; top: 130px; }

.faq h2 { font-size: clamp(52px, 5vw, 78px); }

.faq h2 em { display: block; }

.faq-heading > p:last-child { max-width: 430px; margin: 28px 0px 0px; color: rgba(16, 16, 15, 0.61); font-size: 13px; line-height: 1.8; }

.accordion { border-top: 1px solid var(--line); }

.accordion-item { border-bottom: 1px solid var(--line); }

.accordion-item h3 { margin: 0px; }

.accordion-item button { display: grid; width: 100%; grid-template-columns: 1fr 28px; gap: 24px; align-items: center; padding: 26px 0px; cursor: pointer; background: transparent; border: 0px; text-align: left; }

.accordion-item button span { font-family: var(--serif); font-size: 25px; font-weight: 500; line-height: 1.15; }

.accordion-item button i { position: relative; display: block; width: 22px; height: 22px; border: 1px solid rgba(16, 16, 15, 0.24); border-radius: 50%; }

.accordion-item button i::before, .accordion-item button i::after { position: absolute; top: 50%; left: 50%; width: 8px; height: 1px; content: ""; transform: translate(-50%, -50%); background: var(--ink); transition: transform 0.3s var(--ease); }

.accordion-item button i::after { transform: translate(-50%, -50%) rotate(90deg); }

.accordion-item button[aria-expanded="true"] i::after { transform: translate(-50%, -50%) rotate(0deg); }

.accordion-panel { overflow: hidden; }

.accordion-panel p { max-width: 610px; margin: -4px 45px 26px 0px; color: rgba(16, 16, 15, 0.61); font-size: 13px; line-height: 1.8; }

.final-cta { position: relative; display: flex; min-height: 680px; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; padding: 110px 24px; color: var(--white); background: radial-gradient(circle at 50% 50%, rgba(183, 134, 53, 0.22), transparent 32%),
    var(--ink); text-align: center; }

.final-cta__halo { position: absolute; top: 50%; left: 50%; width: min(72vw, 890px); aspect-ratio: 1 / 1; transform: translate(-50%, -50%); border: 1px solid rgba(218, 180, 108, 0.23); border-radius: 50%; }

.final-cta__halo::before, .final-cta__halo::after { position: absolute; content: ""; border: 1px solid rgba(218, 180, 108, 0.12); border-radius: 50%; }

.final-cta__halo::before { inset: 8%; }

.final-cta__halo::after { inset: 20%; }

.final-cta > :not(.final-cta__halo) { position: relative; z-index: 1; }

.final-cta .eyebrow { margin-bottom: 28px; }

.final-cta h2 { max-width: 990px; font-size: clamp(55px, 6.7vw, 103px); }

.final-cta h2 em { color: var(--gold-light); }

.final-cta > p:not(.eyebrow) { max-width: 560px; margin: 32px 0px 34px; color: rgba(255, 253, 249, 0.61); font-size: 14px; }

.site-footer { padding: 70px 40px 24px; color: var(--ink); background: var(--paper-deep); }

.footer-main { width: var(--container); display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: center; margin: 0px auto; padding-bottom: 55px; }

.footer-brand { display: flex; width: max-content; align-items: center; gap: 16px; }

.footer-brand img { width: 70px; height: 70px; object-fit: cover; border-radius: 50%; }

.footer-brand span, .footer-location, .footer-social { display: flex; flex-direction: column; }

.footer-brand strong { font-family: var(--serif); font-size: 22px; font-weight: 600; letter-spacing: 0.09em; }

.footer-brand small { font-size: 8px; letter-spacing: 0.25em; }

.footer-location { align-items: center; text-align: center; }

.footer-location span, .footer-social > span { color: rgba(16, 16, 15, 0.53); font-size: 9px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }

.footer-location strong { margin: 7px 0px 3px; font-family: var(--serif); font-size: 27px; font-weight: 500; letter-spacing: 0.16em; }

.footer-location small { color: rgba(16, 16, 15, 0.6); font-size: 10px; }

.footer-social { justify-self: end; align-items: flex-end; }

.footer-social a { display: flex; align-items: center; gap: 14px; margin-top: 8px; padding-bottom: 7px; border-bottom: 1px solid rgba(16, 16, 15, 0.42); font-size: 12px; font-weight: 700; letter-spacing: 0.09em; }

.footer-bottom { width: var(--container); display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: center; margin: 0px auto; padding-top: 20px; border-top: 1px solid rgba(16, 16, 15, 0.16); color: rgba(16, 16, 15, 0.54); font-size: 8px; letter-spacing: 0.04em; }

.footer-bottom p { margin: 0px; }

.footer-bottom p:nth-child(2) { max-width: 620px; justify-self: center; text-align: center; }

.footer-bottom a { color: var(--ink); font-weight: 700; text-transform: uppercase; }

.floating-contact { position: fixed; z-index: 950; right: 24px; bottom: 24px; width: 72px; height: 72px; display: grid; place-items: center; cursor: pointer; color: var(--white); background: var(--ink); border: 1px solid rgba(218, 180, 108, 0.8); border-radius: 50%; box-shadow: rgba(16, 16, 15, 0.22) 0px 16px 35px; transition: transform 0.4s var(--ease), background 0.3s ease, color 0.3s ease; }

.floating-contact:hover, .floating-contact:focus-visible { transform: translateY(-5px) rotate(4deg); color: var(--ink); background: var(--gold-light); }

.floating-contact strong { font-size: 9px; letter-spacing: 0.13em; }

.floating-contact i { position: absolute; right: 8px; top: 5px; font-size: 13px; font-style: normal; }

.floating-contact__ring { position: absolute; inset: 5px; border: 1px solid rgba(218, 180, 108, 0.4); border-radius: 50%; }

.contact-modal { position: fixed; z-index: 2000; inset: 0px; display: grid; grid-template-columns: 1fr minmax(500px, 680px); visibility: hidden; opacity: 0; pointer-events: none; overflow: hidden; transition: opacity 0.35s, visibility 0.35s; }

.contact-modal.is-open { visibility: visible; opacity: 1; pointer-events: auto; }

.contact-modal__backdrop { background: rgba(8, 8, 7, 0.66); backdrop-filter: blur(8px); }

.contact-panel { position: relative; height: 100%; overflow-y: auto; padding: 70px clamp(28px, 5vw, 72px) 48px; transform: translateX(100%); background: var(--paper-light); transition: transform 0.55s var(--ease); }

.contact-modal.is-open .contact-panel { transform: translateX(0px); }

.contact-close { position: absolute; top: 24px; right: 28px; width: 44px; height: 44px; cursor: pointer; background: transparent; border: 1px solid var(--line); border-radius: 50%; }

.contact-close span { position: absolute; top: 50%; left: 50%; width: 15px; height: 1px; background: var(--ink); }

.contact-close span:first-child { transform: translate(-50%, -50%) rotate(45deg); }

.contact-close span:last-child { transform: translate(-50%, -50%) rotate(-45deg); }

.contact-panel h2 { max-width: 530px; font-size: clamp(44px, 5vw, 67px); line-height: 0.96; }

.contact-panel > p:not(.eyebrow) { margin: 22px 0px 32px; color: rgba(16, 16, 15, 0.61); font-size: 12px; }

.contact-builder { display: grid; gap: 22px; }

.contact-builder > label { display: grid; gap: 8px; }

.contact-builder > label > span, .contact-builder legend { font-size: 9px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }

.contact-builder input[type="text"], .contact-builder select { width: 100%; height: 52px; padding: 0px 14px; color: var(--ink); background: rgba(255, 253, 249, 0.72); border: 1px solid var(--line); border-radius: 0px; outline: none; font-size: 13px; transition: border-color 0.3s, box-shadow 0.3s; }

.contact-builder input[type="text"]:focus, .contact-builder select:focus { border-color: var(--gold-dark); box-shadow: rgba(183, 134, 53, 0.12) 0px 0px 0px 3px; }

.contact-builder fieldset { display: flex; gap: 9px; margin: 0px; padding: 0px; border: 0px; }

.contact-builder legend { margin-bottom: 8px; }

.contact-builder fieldset label { cursor: pointer; }

.contact-builder fieldset input { position: absolute; opacity: 0; }

.contact-builder fieldset span { display: block; padding: 8px 13px; border: 1px solid var(--line); border-radius: 100px; font-size: 10px; }

.contact-builder fieldset input:checked + span { color: var(--white); background: var(--ink); border-color: var(--ink); }

.message-preview { padding: 19px; background: rgb(238, 228, 215); border-left: 2px solid var(--gold-dark); }

.message-preview small { display: block; margin-bottom: 6px; color: var(--gold-dark); font-size: 8px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }

.message-preview p { margin: 0px; font-family: var(--serif); font-size: 19px; line-height: 1.35; }

.contact-buttons { display: flex; align-items: center; gap: 14px; }

.copy-feedback { color: var(--gold-dark); font-size: 10px; font-weight: 700; }

.contact-note { margin: -8px 0px 0px; color: rgba(16, 16, 15, 0.46); font-size: 8px; }

.noscript-note { position: fixed; z-index: 3000; right: 16px; bottom: 16px; left: 16px; padding: 14px; color: var(--white); background: var(--ink); font-size: 12px; text-align: center; }

.js .reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }

.js .reveal--delay { transition-delay: 0.14s; }

.js .reveal.is-visible { opacity: 1; transform: translateY(0px); }

:focus-visible { outline: 2px solid var(--gold-dark); outline-offset: 4px; }

@media (max-width: 1180px) {
  :root { --container: min(100% - 56px, 1100px); }
  .site-header { grid-template-columns: 1fr auto; padding: 0px 28px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { display: block; }
  .header-cta { display: none; }
  .hero { grid-template-columns: minmax(0px, 1fr) minmax(340px, 0.72fr); gap: 4vw; padding-right: 55px; padding-left: 40px; }
  .hero h1 { font-size: clamp(56px, 6.9vw, 83px); }
  .hero-visual { padding-right: 20px; }
  .hero-seal { left: -36px; width: 106px; height: 106px; }
  .hero-seal strong { font-size: 38px; }
  .hero-seal span { top: 17px; font-size: 5px; }
  .service-card { grid-template-columns: 0.8fr 1.2fr; }
  .service-card__body { padding: 38px 28px; }
  .about { gap: 7vw; }
  .about blockquote { right: -20px; }
}

@media (max-width: 960px) {
  :root { --container: calc(100vw - 40px); }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 145px 20px 80px; }
  .hero-copy { max-width: 760px; }
  .hero h1 { font-size: clamp(58px, 12.7vw, 94px); }
  .hero-lead { max-width: 700px; }
  .hero-visual { width: min(76vw, 620px); justify-self: center; margin-top: 26px; }
  .hero-orbit--one { top: 44%; right: -43vw; width: 110vw; height: 110vw; }
  .hero-orbit--two { top: 50%; right: -22vw; width: 75vw; height: 75vw; }
  .hero-scroll { display: none; }
  .section { padding: 100px 0px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 45px; }
  .section-heading h2 { max-width: 730px; }
  .service-list { grid-template-columns: 1fr; }
  .service-card { min-height: 480px; grid-template-columns: minmax(230px, 0.88fr) minmax(340px, 1.12fr); }
  .process { grid-template-columns: 1fr; gap: 65px; padding: 100px 40px; }
  .about { grid-template-columns: 0.87fr 1.13fr; gap: 5vw; }
  .about-visual { padding-left: 20px; }
  .about blockquote { right: -32px; width: calc(100% + 10px); padding: 21px 23px 21px 56px; }
  .about blockquote p { font-size: 16px; }
  .wedding-feature { grid-template-columns: 1fr; padding: 0px; }
  .wedding-feature__media { min-height: 620px; }
  .wedding-feature__media::after { background: linear-gradient(180deg, transparent 45%, var(--ink) 98%); }
  .wedding-feature__copy { max-width: 760px; margin: -130px auto 0px; padding: 60px 40px 100px; }
  .faq { grid-template-columns: 1fr; gap: 56px; }
  .faq-heading { position: static; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-location { display: none; }
  .footer-bottom { grid-template-columns: 1fr auto; }
  .footer-bottom p:nth-child(2) { grid-area: 2 / 1 / auto / -1; justify-self: start; text-align: left; }
}

@media (max-width: 700px) {
  :root { --container: calc(100vw - 32px); --header-height: 72px; }
  .site-header { padding-right: max(16px, env(safe-area-inset-right)); padding-left: max(16px, env(safe-area-inset-left)); }
  .brand img { width: 44px; height: 44px; }
  .brand-wordmark strong { font-size: 14px; }
  .brand-wordmark small { font-size: 6px; }
  .header-actions { gap: 7px; }
  .language-switch { gap: 5px; }
  .language-switch button { min-width: 30px; min-height: 44px; }
  .language-switch span { width: 9px; }
  .hero { padding-top: 108px; }
  .eyebrow { margin-bottom: 20px; }
  .hero h1 { font-size: clamp(52px, 15vw, 78px); line-height: 0.92; }
  .hero-lead { margin-top: 25px; font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; margin-top: 28px; }
  .hero-actions .button { width: 100%; gap: 12px; padding-right: 14px; padding-left: 14px; font-size: 10px; letter-spacing: 0.06em; }
  .hero-actions .text-link { display: none; }
  .hero-facts { grid-template-columns: repeat(3, minmax(0px, 1fr)); margin-top: 26px; }
  .hero-facts div { display: block; padding: 10px 10px 0px 0px; border-bottom: 0px; }
  .hero-facts div + div { padding-left: 10px; border-left: 1px solid var(--line); }
  .hero-facts dt { margin: 0px 0px 3px; }
  .hero-facts dd { font-size: 8px; line-height: 1.45; }
  .hero-visual { width: calc(-52px + 100vw); padding: 24px 13px 28px 0px; margin-top: 12px; }
  .hero-photo-wrap { aspect-ratio: 1 / 1; border-radius: 26px 26px 3px 3px; }
  .hero-photo { object-fit: cover; object-position: center center; transform: none; }
  .hero-caption, .hero-seal { display: none; }
  .availability-card { right: -2px; min-width: 177px; padding: 13px; }
  .availability-card strong { font-size: 15px; }
  .section { padding: 82px 0px; }
  .section-heading h2, .process h2, .about h2, .faq h2 { font-size: clamp(47px, 13vw, 67px); }
  .service-card { min-height: 0px; grid-template-columns: 1fr; }
  .service-card__image { min-height: 0px; aspect-ratio: 1 / 1; }
  .service-card__image img { object-fit: cover; object-position: center center; transform: none; }
  .service-card:hover .service-card__image img { transform: none; }
  .service-card__body { min-height: 380px; padding: 32px 24px; }
  .service-card h3 { font-size: 38px; }
  .services-note { font-size: 10px; }
  .process { padding: 82px 20px; }
  .process-steps li { grid-template-columns: 48px 1fr; gap: 16px; padding: 28px 0px; }
  .step-number span { width: 39px; height: 39px; }
  .process-steps h3 { font-size: 25px; }
  .about { width: 100%; grid-template-columns: 1fr; gap: 68px; }
  .about-visual, .about-copy { width: var(--container); margin: 0px auto; }
  .about-visual { padding: 14px 0px 46px 16px; }
  .about-visual::before { right: 16px; bottom: 66px; }
  .about-image-frame { aspect-ratio: 1 / 1; border-radius: 26px 26px 0px 0px; }
  .about-image-frame img { object-position: center center; transform: none; }
  .about blockquote { right: 0px; width: calc(100% - 22px); }
  .wedding-feature { padding: 0px; }
  .wedding-feature__media { min-height: 0px; aspect-ratio: 1 / 1; }
  .wedding-feature__media img { width: 100%; height: 100%; object-fit: contain; object-position: center center; transform: none; }
  .wedding-feature__media::after { background: linear-gradient(180deg, transparent 72%, var(--ink) 100%); }
  .wedding-feature__copy { margin-top: 0px; padding: 52px 20px 82px; }
  .wedding-feature h2 { font-size: 51px; }
  .wedding-feature .button { width: 100%; }
  .accordion-item button span { font-size: 21px; }
  .final-cta { min-height: 620px; }
  .final-cta h2 { font-size: clamp(49px, 13.8vw, 70px); }
  .final-cta__halo { width: 130vw; }
  .site-footer { padding: 55px 16px 20px; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-social { justify-self: start; align-items: flex-start; }
  .footer-bottom { grid-template-columns: 1fr; gap: 13px; }
  .footer-bottom p:nth-child(2) { grid-area: auto; }
  .floating-contact { right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); width: 62px; height: 62px; }
  .contact-modal { grid-template-columns: 1fr; }
  .contact-modal__backdrop { display: none; }
  .contact-panel { padding: 70px 20px 35px; }
  .contact-panel h2 { font-size: 47px; }
  .contact-buttons { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, ::before, ::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .floating-contact, .scroll-progress, .trust-marquee, .final-cta, .contact-modal { display: none !important; }
  .hero { min-height: auto; padding-top: 30px; }
}
