/*
Theme Name: Laendefotos Hochzeit
Theme URI: https://hochzeit.laendlefotos.com/
Author: Richard Kriss & Codex
Description: Schnelles, responsives Hochzeitsportfolio für Richard Kriss mit natürlicher Galerie und Dark Mode.
Version: 1.4.2
Text Domain: laendlefotos-hochzeit
Requires at least: 6.5
Requires PHP: 8.0
*/

:root {
  --ink: #18201d;
  --paper: #f5f1e9;
  --paper-deep: #e9e1d4;
  --cream: #fbf8f2;
  --line: rgba(24, 32, 29, .18);
  --muted: #66706a;
  --rose: #a85f50;
  --forest: #233b33;
  --inverse: #f8f3ea;
  --header: rgba(245, 241, 233, .9);
  --shadow: 0 24px 80px rgba(24, 32, 29, .12);
}

html[data-theme="dark"] {
  --ink: #eef2ee;
  --paper: #0b100e;
  --paper-deep: #171e1a;
  --cream: #101713;
  --line: rgba(238, 242, 238, .18);
  --muted: #a6afa9;
  --rose: #df8a76;
  --forest: #15271f;
  --inverse: #f4efe7;
  --header: rgba(11, 16, 14, .88);
  --shadow: 0 28px 90px rgba(0, 0, 0, .36);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; transition: color .3s ease, background-color .3s ease; }
a { color: inherit; text-decoration: none; }
img, picture { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
img { -webkit-user-drag: none; -webkit-touch-callout: none; user-select: none; }
main { overflow: clip; }
section[id] { scroll-margin-top: 96px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 99999; top: 8px; left: 8px; padding: 12px 16px; background: var(--ink); color: var(--paper); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 82px; position: sticky; top: 0; z-index: 30; display: flex; align-items: center; gap: 25px; padding: 0 clamp(22px, 4vw, 72px); border-bottom: 1px solid var(--line); background: var(--header); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; margin-right: auto; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.brand b { display: block; font-size: 13px; text-transform: uppercase; letter-spacing: .16em; }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; letter-spacing: .08em; }
.desktop-nav { display: flex; align-items: center; gap: 21px; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.desktop-nav a { padding: 9px 0; border-bottom: 1px solid transparent; }
.desktop-nav a:hover { border-color: currentColor; }
.theme-toggle { display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; color: var(--ink); background: transparent; cursor: pointer; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.theme-toggle-track { width: 43px; height: 24px; display: block; padding: 2px; border: 1px solid var(--line); border-radius: 99px; background: var(--paper-deep); }
.theme-toggle-thumb { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: var(--paper); background: var(--ink); font-size: 11px; transition: transform .3s ease; }
html[data-theme="dark"] .theme-toggle-thumb { transform: translateX(17px); }
.header-cta, .button { min-height: 50px; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding: 14px 19px; border: 1px solid transparent; background: var(--ink); color: var(--paper); cursor: pointer; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.button-light { background: var(--inverse); color: #17201d; }
.button-outline { border-color: currentColor; background: transparent; color: currentColor; }
.mobile-nav { display: none; }

.eyebrow { margin: 0 0 24px; color: var(--rose); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; }
.hero { min-height: calc(100vh - 82px); display: grid; grid-template-columns: .94fr 1.06fr; border-bottom: 1px solid var(--line); }
.hero-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(74px, 8vw, 132px) clamp(30px, 6.5vw, 110px); }
.hero h1, .section-heading h2, .story-copy h2, .gallery-heading h2, .process h2, .faq h2, .contact h2, .promise h2, .packages h2, .wedding-about h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.05em; }
.hero h1 { max-width: 900px; font-size: clamp(62px, 8.2vw, 132px); line-height: .84; }
em { color: var(--rose); font-weight: 400; }
.hero-intro { max-width: 620px; margin: 38px 0 0; color: var(--muted); font-size: clamp(17px, 1.35vw, 21px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 34px; }
.text-link { display: inline-flex; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: auto; padding-top: 46px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }
.hero-facts b { margin-right: 8px; color: var(--rose); }
.hero-media { min-width: 0; position: relative; overflow: hidden; background: var(--forest); }
.wedding-hero-collage { min-height: clamp(720px, calc(100vh - 82px), 920px); isolation: isolate; background: radial-gradient(circle at 76% 14%, rgba(255,255,255,.16), transparent 30%), linear-gradient(145deg, #566960, #263c34); }
.wedding-hero-collage::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 72px 72px; }
.wedding-collage-card { position: absolute; margin: 0; overflow: hidden; border: 5px solid rgba(250,248,243,.96); background: #f8f5ef; box-shadow: 0 24px 58px rgba(7,12,10,.32); transition: transform .5s cubic-bezier(.2,.7,.2,1), box-shadow .5s ease; }
.wedding-collage-card img { position: relative; width: 100%; height: auto; object-fit: contain; }
.wedding-collage-card:hover { z-index: 15; box-shadow: 0 34px 76px rgba(7,12,10,.45); }
.wedding-collage-main { z-index: 2; top: 6%; left: 3%; width: 67%; transform: rotate(-1deg); }
.wedding-collage-main:hover { transform: rotate(0deg) translateY(-5px); }
.wedding-collage-ceremony { z-index: 4; top: 2%; right: 3%; width: 30%; transform: rotate(1.2deg); }
.wedding-collage-ceremony:hover { transform: rotate(0deg) translateY(-5px); }
.wedding-collage-portrait { z-index: 6; top: 40%; left: 5%; width: 29%; transform: rotate(.8deg); }
.wedding-collage-portrait:hover { transform: rotate(0deg) translateY(-5px); }
.wedding-collage-picnic { z-index: 5; top: 43%; right: 4%; width: 53%; transform: rotate(-.9deg); }
.wedding-collage-picnic:hover { transform: rotate(0deg) translateY(-5px); }
.wedding-collage-rings { z-index: 8; left: 7%; bottom: 3%; width: 37%; transform: rotate(1deg); }
.wedding-collage-rings:hover { transform: rotate(0deg) translateY(-5px); }
.wedding-collage-moment { z-index: 9; right: 6%; bottom: 1%; width: 39%; transform: rotate(-.7deg); }
.wedding-collage-moment:hover { transform: rotate(0deg) translateY(-5px); }
.wedding-collage-credit { position: absolute; z-index: 20; left: 24px; bottom: 24px; color: white; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.wedding-availability { position: absolute; z-index: 20; right: 24px; top: 24px; display: flex; align-items: center; gap: 9px; padding: 13px 16px; color: #17201d; background: rgba(248,243,234,.9); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.wedding-availability span { width: 6px; height: 6px; border-radius: 50%; background: #3f7c58; box-shadow: 0 0 0 4px rgba(63,124,88,.13); }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.trust-strip span { padding: 24px clamp(18px, 3vw, 48px); border-right: 1px solid var(--line); color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.trust-strip span:last-child { border: 0; }
.section { padding: clamp(86px, 10vw, 154px) clamp(22px, 6vw, 96px); }
.section-heading { display: grid; grid-template-columns: .5fr 1.1fr .7fr; gap: 7vw; align-items: end; margin-bottom: 68px; }
.section-heading h2, .story-copy h2, .gallery-heading h2, .process h2, .faq h2, .promise h2, .packages h2, .wedding-about h2 { font-size: clamp(48px, 5.8vw, 94px); line-height: .96; }
.section-heading > p:last-child, .story-copy > p:not(.eyebrow), .gallery-heading > p:not(.eyebrow) { margin: 0; color: var(--muted); line-height: 1.8; }

.story { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: center; background: var(--cream); }
.story-images { display: grid; grid-template-columns: .82fr 1.18fr; gap: 12px; align-items: start; }
.story-images figure { margin: 0; }
.story-images figure:first-child { margin-top: 22%; }
.story-images img { width: 100%; height: auto; box-shadow: var(--shadow); }
.story-copy .lead { margin: 34px 0 22px; color: var(--ink); font: 400 clamp(22px, 2vw, 31px)/1.45 Georgia, serif; }

.promise { color: var(--inverse); background: var(--forest); }
.promise .eyebrow { color: #e5a18e; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 64px; }
.promise article { min-height: 310px; display: flex; flex-direction: column; padding: clamp(24px, 3vw, 42px); border: 1px solid rgba(255,255,255,.2); }
.promise article span { color: #e5a18e; font-size: 9px; letter-spacing: .14em; }
.promise article h3 { margin: auto 0 20px; font: 400 clamp(30px, 3vw, 44px)/1 Georgia, serif; }
.promise article p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.7; }

.packages { background: var(--paper); }
.packages-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; margin-bottom: 58px; }
.packages-heading > p { max-width: 560px; margin: 0 0 6px; color: var(--muted); line-height: 1.8; }
.package-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.package-card { min-height: 610px; position: relative; display: flex; flex-direction: column; padding: clamp(26px, 3vw, 42px); border: 1px solid var(--line); background: var(--cream); transition: transform .25s ease, box-shadow .25s ease; }
.package-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.package-featured { color: var(--inverse); background: var(--forest); }
.package-number { position: absolute; right: 28px; top: 28px; color: var(--rose); font-size: 9px; letter-spacing: .15em; }
.package-kicker { margin: 0 0 46px; color: var(--rose); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .17em; }
.package-card h3 { min-height: 106px; margin: 0 0 28px; font: 400 clamp(31px, 3vw, 47px)/1.04 Georgia, serif; letter-spacing: -.035em; }
.package-card > p:not(.package-kicker) { margin: 0 0 28px; color: var(--muted); line-height: 1.7; }
.package-featured > p:not(.package-kicker), .package-featured ul { color: rgba(255,255,255,.68); }
.package-card ul { list-style: none; margin: 0 0 38px; padding: 0; color: var(--muted); }
.package-card.package-featured > p:not(.package-kicker), .package-card.package-featured ul { color: rgba(255,255,255,.72); }
.package-card li { position: relative; padding: 11px 0 11px 22px; border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.5; }
.package-card li::before { content: "✓"; position: absolute; left: 0; color: var(--rose); }
.package-price { margin-top: auto; padding: 24px 0; border-top: 1px solid var(--line); }
.package-price small, .package-price strong { display: block; }
.package-price small { margin-bottom: 8px; color: var(--rose); font-size: 8px; text-transform: uppercase; letter-spacing: .14em; }
.package-price strong { font: 400 25px/1.2 Georgia, serif; }
.package-card .text-link { align-self: flex-start; }
.package-note { max-width: 850px; margin: 30px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.gallery-section { background: var(--cream); }
.gallery-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 42px; }
.gallery-heading > div { max-width: 860px; }
.gallery-heading > div > p:last-child { max-width: 590px; margin-top: 28px; }
.gallery-toolbar { display: flex; gap: 10px; }
.gallery-toolbar button { min-height: 44px; padding: 10px 14px; border: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.gallery-toolbar button:hover { background: var(--ink); color: var(--paper); }
.wedding-gallery { display: block; columns: 3 300px; column-gap: 12px; }
.gallery-card { width: 100%; display: inline-block; break-inside: avoid; margin: 0 0 12px; position: relative; overflow: hidden; background: var(--paper-deep); }
.gallery-open { width: 100%; display: block; position: relative; padding: 0; border: 0; background: transparent; color: white; cursor: zoom-in; text-align: left; }
.gallery-open img { width: 100%; height: auto; object-fit: contain; transition: transform .55s ease; }
.gallery-open:hover img { transform: scale(1.018); }
.gallery-open span { position: absolute; inset: auto 0 0; padding: 45px 15px 14px; background: linear-gradient(transparent, rgba(0,0,0,.68)); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; opacity: 0; transform: translateY(8px); transition: .25s ease; }
.gallery-open:hover span, .gallery-open:focus-visible span { opacity: 1; transform: none; }
.gallery-dialog { width: min(94vw, 1500px); height: min(92vh, 1050px); padding: 0; border: 0; overflow: hidden; background: #050706; box-shadow: 0 30px 120px rgba(0,0,0,.65); }
.gallery-dialog::backdrop { background: rgba(0,0,0,.85); backdrop-filter: blur(8px); }
.gallery-dialog img { width: 100%; height: 100%; object-fit: contain; user-select: none; -webkit-user-select: none; touch-action: pan-y; opacity: 1; transform: scale(1); transition: opacity .18s ease, transform .18s ease; }
.gallery-dialog.is-changing img { opacity: .42; transform: scale(.992); }
.gallery-dialog-close { position: absolute; z-index: 4; top: 12px; right: 12px; width: 46px; height: 46px; border: 0; border-radius: 50%; background: rgba(0,0,0,.7); color: white; cursor: pointer; font-size: 26px; }
.gallery-dialog-nav { position: absolute; z-index: 3; top: 50%; width: 54px; height: 54px; display: grid; place-items: center; padding: 0 0 4px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(0,0,0,.62); color: white; cursor: pointer; font: 300 42px/1 Georgia, serif; transform: translateY(-50%); transition: background .2s ease, transform .2s ease; }
.gallery-dialog-nav:hover, .gallery-dialog-nav:focus-visible { background: rgba(194,116,88,.92); transform: translateY(-50%) scale(1.04); }
.gallery-dialog-nav[hidden] { display: none; }
.gallery-dialog-prev { left: 12px; }
.gallery-dialog-next { right: 12px; }
.gallery-dialog-meta { position: absolute; z-index: 3; left: 50%; bottom: 12px; width: min(76%, 720px); display: flex; align-items: center; justify-content: center; gap: 14px; padding: 10px 15px; border-radius: 999px; background: rgba(0,0,0,.68); color: white; pointer-events: none; transform: translateX(-50%); }
.gallery-dialog-caption { overflow: hidden; font-size: 10px; text-overflow: ellipsis; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.gallery-dialog-count { flex: 0 0 auto; color: #efac91; font-size: 10px; font-weight: 700; letter-spacing: .08em; }

.process { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; background: var(--paper-deep); }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.process-list li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--rose); font-size: 9px; }
.process-list h3 { margin: 0 0 10px; font: 400 29px/1.1 Georgia, serif; }
.process-list p { max-width: 690px; margin: 0; color: var(--muted); line-height: 1.7; }

.wedding-about { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(50px, 8vw, 130px); align-items: center; background: var(--cream); }
.wedding-about-image { position: relative; }
.wedding-about-image img { width: 100%; height: auto; object-fit: contain; box-shadow: var(--shadow); }
.wedding-about-image > span { position: absolute; right: -26px; bottom: 28px; max-width: 235px; padding: 19px 22px; color: #17201d; background: var(--inverse); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; line-height: 1.6; }
.wedding-about-copy { max-width: 650px; }
.wedding-about-copy .lead { margin: 34px 0 22px; color: var(--ink); font: 400 clamp(22px, 2vw, 31px)/1.45 Georgia, serif; }
.wedding-about-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); line-height: 1.8; }
.signature { margin-top: 40px; font: italic 31px/1 Georgia, serif; }
.signature span { display: block; margin-top: 10px; color: var(--muted); font: 700 9px/1.3 Arial, sans-serif; text-transform: uppercase; letter-spacing: .15em; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.faq-intro > p:last-of-type { color: var(--muted); line-height: 1.7; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 42px 1fr auto; gap: 18px; align-items: center; padding: 26px 0; font: 400 clamp(19px, 2vw, 27px)/1.3 Georgia, serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--rose); font: 700 9px/1 Arial; }
.faq-list summary b { font: 400 24px/1 Arial; transition: transform .2s ease; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details p { margin: -3px 40px 28px 60px; color: var(--muted); line-height: 1.75; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: clamp(86px, 10vw, 150px) clamp(22px, 6vw, 96px); color: var(--inverse); background: #121a17; }
.contact .eyebrow { color: #e5a18e; }
.contact h2 { font-size: clamp(52px, 6.6vw, 106px); line-height: .94; }
.contact-copy > p:not(.eyebrow) { max-width: 570px; margin: 30px 0; color: rgba(255,255,255,.66); line-height: 1.75; }
.contact-links { display: flex; flex-direction: column; margin-top: 45px; border-top: 1px solid rgba(255,255,255,.2); }
.contact-links a { display: grid; grid-template-columns: 90px 1fr auto; gap: 12px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.contact-links small { color: rgba(255,255,255,.52); text-transform: uppercase; letter-spacing: .12em; }
.contact-benefits-title { display: block; margin-top: 42px; color: rgba(255,255,255,.48); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.contact-benefits { list-style: none; display: grid; margin: 15px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.2); }
.contact-benefits li { display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.84); font-size: 13px; }
.contact-benefits span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(229,161,142,.55); border-radius: 50%; color: #e5a18e; font-size: 8px; letter-spacing: .1em; }
.contact-form { align-self: center; position: relative; overflow: hidden; padding: clamp(30px, 4vw, 58px); border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: linear-gradient(145deg, #26312c, #1c2521); box-shadow: 0 36px 110px rgba(0,0,0,.3); }
.contact-form::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, #e5a18e, #f1c1b2 48%, transparent 88%); }
.contact-form label { color: #e7ebe8; }
.form-heading { margin-bottom: 0; padding-bottom: 29px; border-bottom: 1px solid rgba(255,255,255,.16); }
.form-heading > span { color: #e5a18e; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.form-heading h3 { max-width: 580px; margin: 12px 0 10px; color: var(--inverse); font: 400 clamp(34px, 3.2vw, 50px)/1.02 Georgia, serif; letter-spacing: -.035em; }
.form-heading p { max-width: 610px; margin: 0; color: #a3aaa6; font-size: 13px; line-height: 1.65; }
.form-section { min-width: 0; margin: 0; padding: 30px 0 32px; border: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.form-section-heading { display: flex; align-items: center; gap: 13px; margin: 0 0 20px; color: #fff; }
.form-section-heading > span { width: 32px; height: 32px; flex: 0 0 32px; display: grid; place-items: center; border: 1px solid rgba(229,161,142,.58); border-radius: 50%; color: #e5a18e; font: 700 9px/1 Arial, sans-serif; letter-spacing: .08em; }
.form-section-heading h4 { margin: 0; font: 400 clamp(20px, 2vw, 26px)/1.2 Georgia, serif; letter-spacing: -.025em; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-row > *, .form-choice-section { min-width: 0; }
.form-field { min-width: 0; margin-bottom: 18px; }
.form-field > label { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: 0 0 9px; font-size: 15px; font-weight: 650; line-height: 1.35; }
.form-field > label b { color: #e5a18e; font-weight: 700; }
.form-field > label span { color: #8f9993; font-size: 11px; font-weight: 500; }
.contact-form input:not([type="radio"]):not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; min-height: 62px; padding: 16px 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; outline: 0; resize: vertical; color: #fff; caret-color: #fff; background: rgba(255,255,255,.055); font-size: 17px; line-height: 1.45; transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease; }
.contact-form input[type="date"] { display: block; width: 100%; min-width: 0; max-width: 100%; overflow: hidden; -webkit-appearance: none; appearance: none; }
.contact-form input:not([type="radio"]):not([type="checkbox"]):hover, .contact-form select:hover, .contact-form textarea:hover { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.075); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #e5a18e; background: rgba(255,255,255,.085); box-shadow: 0 0 0 4px rgba(229,161,142,.14); }
.contact-form select { appearance: none; -webkit-appearance: none; padding-right: 48px; cursor: pointer; background-image: linear-gradient(45deg, transparent 50%, #e5a18e 50%), linear-gradient(135deg, #e5a18e 50%, transparent 50%); background-position: calc(100% - 21px) 27px, calc(100% - 15px) 27px; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; }
.contact-form select option { color: #17201d; background: #fff; }
.form-helper { display: block; margin: -2px 0 11px; color: #9da59f; font-size: 13px; line-height: 1.55; }
.contact-form textarea { min-height: 220px; padding: 18px; }
.contact-form textarea::placeholder, .contact-form input::placeholder { color: rgba(255,255,255,.43); opacity: 1; }
.contact-method-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.contact-method-card { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; min-height: 78px; margin: 0; padding: 14px 15px 14px 17px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; cursor: pointer; background: rgba(255,255,255,.035); transition: border-color .18s ease, background-color .18s ease, transform .18s ease; }
.contact-method-card:hover { transform: translateY(-1px); border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.065); }
.contact-method-card:has(input:focus-visible) { outline: 3px solid rgba(229,161,142,.32); outline-offset: 2px; }
.contact-method-card:has(input:checked) { border-color: #e5a18e; background: rgba(229,161,142,.13); }
.contact-method-card input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.contact-method-copy strong, .contact-method-copy small { display: block; }
.contact-method-copy strong { color: #fff; font-size: 15px; line-height: 1.35; }
.contact-method-copy small { margin-top: 3px; color: #98a19b; font-size: 11px; line-height: 1.35; }
.choice-check { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: transparent; font-size: 11px; transition: color .18s ease, border-color .18s ease, background-color .18s ease; }
.contact-method-card:has(input:checked) .choice-check { border-color: #e5a18e; color: #17201d; background: #e5a18e; }
.contact-form .consent { display: flex; gap: 13px; align-items: flex-start; margin: 24px 0 0; color: #aab1ad; font-size: 12px; line-height: 1.55; }
.contact-form .consent input { width: 20px; height: 20px; min-height: 20px; margin: 0; flex: 0 0 20px; accent-color: var(--rose); }
.contact-form .consent a { text-decoration: underline; }
.contact-form .honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-submit-row { display: grid; grid-template-columns: minmax(230px, .9fr) minmax(180px, 1.1fr); align-items: center; gap: 20px; margin-top: 25px; }
.form-submit-row p { margin: 0; color: #9fa7a2; font-size: 11px; line-height: 1.5; }
.form-submit-row p span { margin-right: 7px; color: #79ba90; font-size: 10px; }
.contact-form .button { min-height: 64px; border-radius: 12px; transition: transform .2s ease, background-color .2s ease; }
.contact-form .button:hover { transform: translateY(-2px); }
.contact-notice { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 16px; margin: 24px 0 4px; padding: 20px; border: 1px solid rgba(255,255,255,.25); border-radius: 15px; font-size: 13px; line-height: 1.55; }
.contact-notice-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; font-size: 21px; font-weight: 700; }
.contact-notice strong { display: block; margin-bottom: 4px; color: #fff; font: 400 22px/1.2 Georgia, serif; }
.contact-notice p { margin: 0; }
.contact-notice.success { border-color: rgba(108,167,128,.65); color: #ccebd6; background: rgba(108,167,128,.11); }
.contact-notice.success .contact-notice-icon { color: #102117; background: #8bc39e; }
.contact-notice.error { border-color: rgba(229,161,142,.7); color: #ffd9cf; background: rgba(229,161,142,.1); }
.contact-notice.error .contact-notice-icon { color: #31160e; background: #e5a18e; }

.site-footer { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 30px; padding: 54px clamp(22px, 6vw, 96px) 26px; }
.footer-links, .footer-social { display: flex; flex-direction: column; gap: 12px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.footer-social { text-align: right; }
.footer-legal { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; margin: 28px 0 0; padding-top: 23px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }
.content-page { min-height: 70vh; padding: clamp(92px, 10vw, 150px) clamp(22px, 8vw, 140px); }
.content-page article { max-width: 920px; margin: 0 auto; }
.content-page h1 { font: 400 clamp(54px, 7vw, 98px)/.96 Georgia, serif; letter-spacing: -.05em; }
.entry-content { color: var(--muted); font-size: 17px; line-height: 1.8; }
.entry-content a { color: var(--rose); text-decoration: underline; }
body.admin-bar .site-header { top: 32px; }

@media (max-width: 1080px) {
  .desktop-nav, .header-cta { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { cursor: pointer; list-style: none; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav nav { width: 250px; position: absolute; right: 0; top: 34px; display: flex; flex-direction: column; gap: 18px; padding: 22px; background: var(--ink); color: var(--paper); box-shadow: var(--shadow); }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 650px; padding-inline: 32px; }
  .hero h1 { font-size: clamp(58px, 8vw, 86px); }
  .hero-facts { grid-template-columns: 1fr; }
  .wedding-hero-collage { min-height: min(92vw, 900px); }
  .package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .package-card:last-child { grid-column: 1 / -1; }
  .wedding-gallery { columns: 2 280px; }
  .contact { grid-template-columns: 1fr; gap: 64px; }
  .contact-copy { max-width: 820px; }
  .contact-form { width: min(100%, 900px); }
}

@media (max-width: 760px) {
  .site-header { height: 72px; padding-inline: 18px; gap: 12px; }
  .brand small, .theme-toggle-label { display: none; }
  .brand { gap: 8px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand b { font-size: 11px; }
  .hero { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { padding: 68px 22px 52px; }
  .hero h1 { font-size: clamp(51px, 16vw, 68px); }
  .hero-intro { margin-top: 30px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 20px; }
  .hero-facts { margin-top: 50px; padding-top: 25px; }
  .wedding-hero-collage { min-height: 850px; }
  .wedding-hero-collage::before { background-size: 48px 48px; }
  .wedding-collage-card { border-width: 3px; box-shadow: 0 14px 36px rgba(7,12,10,.3); }
  .wedding-collage-card:hover { transform: none; }
  .wedding-collage-main { top: 5%; left: 3%; width: 78%; transform: rotate(-1deg); }
  .wedding-collage-ceremony { top: 2%; right: 2%; width: 36%; transform: rotate(1.1deg); }
  .wedding-collage-portrait { top: 31%; left: 5%; width: 39%; transform: rotate(.7deg); }
  .wedding-collage-picnic { top: 36%; right: 4%; width: 55%; transform: rotate(-.8deg); }
  .wedding-collage-rings { left: 7%; bottom: 20%; width: 54%; transform: rotate(.8deg); }
  .wedding-collage-moment { right: 6%; bottom: 3%; width: 57%; transform: rotate(-.7deg); }
  .wedding-collage-credit { left: 18px; bottom: 18px; padding: 8px 10px; background: rgba(8,12,10,.68); }
  .wedding-availability { right: 18px; top: 18px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip span { border-bottom: 1px solid var(--line); }
  .trust-strip span:nth-child(2) { border-right: 0; }
  .section { padding: 82px 22px; }
  .section-heading { display: block; }
  .section-heading h2 { margin-bottom: 26px; }
  .story { grid-template-columns: 1fr; }
  .story-images { order: 2; gap: 7px; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise article { min-height: 260px; }
  .packages-heading { grid-template-columns: 1fr; gap: 28px; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card, .package-card:last-child { min-height: 0; grid-column: auto; }
  .package-card h3 { min-height: 0; }
  .gallery-heading { align-items: flex-start; flex-direction: column; }
  .gallery-toolbar { width: 100%; }
  .gallery-toolbar button { flex: 1; }
  .gallery-section { padding-inline: 10px; }
  .wedding-gallery { columns: 2 145px; column-gap: 8px; }
  .gallery-card { margin-bottom: 8px; }
  .gallery-open span { opacity: 1; transform: none; }
  .gallery-dialog { width: 100vw; height: 100dvh; max-width: none; max-height: none; margin: 0; }
  .gallery-dialog-nav { width: 46px; height: 46px; font-size: 36px; }
  .gallery-dialog-prev { left: 7px; }
  .gallery-dialog-next { right: 7px; }
  .gallery-dialog-close { top: 8px; right: 8px; }
  .gallery-dialog-meta { bottom: max(8px, env(safe-area-inset-bottom)); width: calc(100% - 116px); padding: 9px 12px; }
  .gallery-dialog-caption { display: none; }
  .process, .faq, .contact, .wedding-about { grid-template-columns: 1fr; gap: 54px; }
  .wedding-about-image > span { right: 0; bottom: 0; }
  .faq-list details p { margin-left: 0; margin-right: 0; }
  .contact { padding: 82px 22px; }
  .contact h2 { font-size: clamp(48px, 14.5vw, 68px); }
  .contact-links a { grid-template-columns: 72px minmax(0, 1fr) auto; font-size: 12px; overflow-wrap: anywhere; }
  .contact-form { padding: 28px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-submit-row { grid-template-columns: 1fr; }
  .form-submit-row p { text-align: center; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-legal { flex-direction: column; }
}

@media (max-width: 420px) {
  .site-header { padding-inline: 14px; }
  .brand b { font-size: 10px; letter-spacing: .1em; }
  .hero-copy, .section, .contact { padding-inline: 18px; }
  .contact-links a { grid-template-columns: 64px minmax(0, 1fr) auto; font-size: 11px; }
  .wedding-hero-collage { min-height: 800px; }
  .contact-form { padding-inline: 17px; border-radius: 20px; }
  .form-heading h3 { font-size: 34px; }
  .form-section { padding-block: 26px; }
  .form-section-heading { align-items: flex-start; }
  .contact-method-grid { grid-template-columns: 1fr; }
  .contact-method-card { min-height: 72px; }
  .contact-form textarea { min-height: 240px; }
  .contact-notice { grid-template-columns: 42px minmax(0, 1fr); gap: 13px; padding: 17px 15px; }
  .contact-notice-icon { width: 42px; height: 42px; }
  .contact-notice strong { font-size: 20px; }
}

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
