/* Additive, responsive improvements to the existing MAT Wedding design. */
body, .btn { cursor: auto; }
a, button, summary, .portfolio-item, .film-thumbnail { cursor: pointer; }
.cursor, .cursor-follower { display: none; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--gold-dark); outline-offset: 5px; }
[id] { scroll-margin-top: 90px; }
.skip-link { position: fixed; top: -100px; left: 1rem; padding: .75rem 1rem; background: var(--cream); color: var(--black); z-index: 100002; }
.skip-link:focus { top: 1rem; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
#hero { min-height: 680px; height: 100svh; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge, .title-line, .hero-subtitle, .hero-cta { animation: none; opacity: 1; transform: none; }
.hero-subtitle { max-width: 650px; font-size: clamp(.9rem, 1.5vw, 1.08rem); font-weight: 400; }
.hero-service-title { margin-top: -.15rem; margin-bottom: 2.5rem; line-height: 1.35; }
.hero-service-line { display: block; font: italic 400 clamp(1.35rem,2.2vw,1.9rem)/1.35 var(--font-heading); letter-spacing: .01em; color: var(--cream); }
.hero-region-line { display: block; margin-top: .75rem; font: 400 .63rem/1.9 var(--font-body); letter-spacing: .2em; color: var(--gold-light); text-transform: uppercase; }
.hero-overlay { background: linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,.35) 45%,rgba(0,0,0,.7)); }
.slider-pause { position: absolute; right: 2rem; bottom: 1rem; z-index: 4; background: rgba(0,0,0,.55); color: white; border: 1px solid #ffffff55; padding: .4rem .7rem; font: 400 .65rem var(--font-body); }
.hero-side-right { display: none; }
.grain-overlay { animation: none; }
/* Content remains readable if scripts or observers are unavailable. */
[data-reveal], [data-reveal="up"], [data-reveal="left"], [data-reveal="right"] { opacity: 1; transform: none; }
.section-desc { opacity: 1; color: #676059; }
.section-dark .section-desc { color: #bfb8b0; }
.wedding-values { display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #c9a96e55; font-size: .72rem; font-weight: 500; }
.wedding-values span::before { content: '✧'; margin-right: .5rem; color: var(--gold-dark); }
.package-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.2rem; }
.wedding-package { border: 1px solid #c9a96e66; padding: 2.1rem 1.7rem; display: flex; flex-direction: column; background: #faf7f2; }
.package-index { color: #7a602f; letter-spacing: .17em; font-size: .68rem; font-weight: 500; }
.wedding-package h3 { font: 400 clamp(1.8rem,2.5vw,2.3rem)/1.15 var(--font-heading); margin: 1.2rem 0; }
.package-intro { color: #615c55; font-size: .83rem; line-height: 1.85; }
.wedding-package ul { list-style: none; margin: 1.4rem 0 1.8rem; padding: 0; font-size: .8rem; }
.wedding-package li { padding: .6rem 0 .6rem 1.2rem; border-bottom: 1px solid #c9a96e33; position: relative; }
.wedding-package li::before { content: '✓'; position: absolute; left: 0; color: #826834; }
.package-action { margin-top: auto; }
.package-action p { font-size: .79rem; margin-bottom: .8rem; }
.package-action .btn { width: 100%; justify-content: center; padding: 1rem .8rem; letter-spacing: .08em; font-size: .67rem; }
.package-complete { background: #191714; color: var(--cream); }
.package-complete .package-index, .package-complete li::before { color: var(--gold); }
.package-complete .package-intro { color: #c7beb1; }
.package-note { max-width: 920px; margin: 2rem auto 0; text-align: center; font-size: .78rem; color: #615c55; line-height: 1.85; }
.quote-bg img { width: 100%; height: 100%; object-fit: cover; }
.wedding-process { list-style: none; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 3rem; }
.wedding-process li { border-top: 1px solid #b99a6666; padding-top: 1.5rem; }
.wedding-process span { color: #856735; font-size: .8rem; letter-spacing: .2em; }
.wedding-process h3 { font: 400 1.9rem/1.2 var(--font-heading); margin: .9rem 0; }
.wedding-process p, .region-copy p { font-size: .87rem; line-height: 1.9; color: #615c55; }
.region-section { background: #ede5da; }
.region-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.region-copy p + p { margin-top: 1rem; }
.text-link { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid #b59b73; padding: 1rem 0; margin-top: .3rem; font-size: .83rem; font-weight: 500; }
.text-link:hover { color: #856735; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; }
.faq-list details { border-bottom: 1px solid #c9a96e66; }
.faq-list details:first-child { border-top: 1px solid #c9a96e66; }
.faq-list summary { padding: 1.35rem 1.4rem 1.35rem 0; font-size: .9rem; font-weight: 500; }
.faq-list details p { font-size: .85rem; color: #615c55; line-height: 1.9; padding: 0 1rem 1.4rem 0; }
.form-note { font-size: .73rem; line-height: 1.8; color: #c7c1b9; }
.form-note a { text-decoration: underline; text-underline-offset: .2em; overflow-wrap: anywhere; }
.form-note:empty { display: none; }
.region-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 2rem; margin-top: 2rem; font-size: .75rem; color: var(--gold-light); }
.region-links a:hover { text-decoration: underline; }
.contact-item a { overflow-wrap: anywhere; }
.film-notice { color: #bfb8b0; font-size: .72rem; text-align: center; margin: 1.5rem 1rem 0; }
.local-page #navbar { background: #111111f2; }
.local-hero { position: relative; min-height: 650px; display: grid; align-items: center; color: white; background: #111; padding: 9rem 0 5rem; isolation: isolate; }
.local-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,#000b,#0005); z-index: -1; }
.local-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.local-hero-content { width: 100%; }
.local-hero h1 { font: 400 clamp(3rem,6.5vw,5.7rem)/1.04 var(--font-heading); margin: 1rem 0 1.5rem; }
.local-hero h1 em { color: var(--gold-light); font-family: var(--font-display); }
.local-hero p { max-width: 570px; font-size: .96rem; line-height: 1.9; margin-bottom: 2rem; }
.breadcrumbs { font-size: .7rem; display: flex; gap: .7rem; margin-bottom: 2.2rem; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: .3em; }
.editorial-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 5rem; }
.editorial-copy p { margin-bottom: 1.3rem; font-size: .92rem; color: #615c55; line-height: 1.95; }
.editorial-copy h3 { font: 400 1.9rem/1.2 var(--font-heading); margin: 2rem 0 .8rem; }
.editorial-copy h3:first-child { margin-top: 0; }
.local-gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.5rem; }
.local-gallery img { width: 100%; height: 400px; object-fit: cover; }
.local-gallery figcaption { margin-top: .8rem; font: 400 1.5rem var(--font-heading); }
.center-action { text-align: center; margin-top: 2.5rem; }
.local-film-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.local-film img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.local-film > span { display: flex; justify-content: space-between; margin-top: 1rem; font: 400 1.8rem var(--font-heading); }
.local-final { text-align: center; }
.local-final p { max-width: 620px; margin: 0 auto 2rem; font-size: .9rem; color: #615c55; }
.local-final .text-link { max-width: 520px; margin: 2rem auto 0; }
@media (max-width: 1024px) {
  .package-grid { gap: .8rem; }
  .wedding-package { padding: 1.6rem 1.1rem; }
  .region-grid, .faq-layout { gap: 2rem; }
  .nav-menu { gap: 1.4rem; }
}
@media (max-width: 768px) {
  #hero { min-height: 620px; }
  .hero-content { padding: 4rem 1.3rem; }
  .hero-badge { letter-spacing: .16em; font-size: .56rem; gap: .5rem; }
  .hero-badge .badge-line { width: 15px; }
  .hero-title { font-size: clamp(3rem,12vw,5rem); }
  .hero-subtitle { margin-bottom: 1.8rem; }
  .hero-service-line { font-size: clamp(1.22rem,4.5vw,1.65rem); }
  .hero-region-line { max-width: 300px; margin: .65rem auto 0; font-size: .55rem; letter-spacing: .14em; }
  .hero-scroll { display: none; }
  .slider-pause { right: 1rem; bottom: .8rem; }
  .package-grid, .wedding-process, .region-grid, .faq-layout { grid-template-columns: 1fr; }
  .wedding-package { padding: 1.8rem; }
  .wedding-process { gap: 1.8rem; }
  .section-header { margin-bottom: 2.5rem; }
  .region-links { flex-direction: column; align-items: center; }
  .about-img-float { animation: none; }
  .nav-menu { gap: 2rem; }
  .form-group input, .form-group textarea, .form-group select { font-size: 16px; }
  .local-hero { min-height: 620px; padding-top: 8rem; }
  .local-hero::after { background: #0008; }
  .editorial-grid, .local-gallery, .local-film-grid { grid-template-columns: 1fr; gap: 2rem; }
  .local-gallery img { height: 360px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .hero-slide { transform: none; }
}
