/*
Theme Name: Laendefotos Richard
Theme URI: https://laendlefotos.com/
Author: Richard Kriss & Codex
Description: Modernes, schnelles Portfolio-Theme für Laendefotos mit Dark Mode und dynamischer Galerie.
Version: 1.5.0
Text Domain: laendlefotos-richard
Requires at least: 6.5
Requires PHP: 8.0
*/

:root {
  --ink: #151917;
  --paper: #f2efe8;
  --paper-deep: #e6e0d4;
  --line: rgba(21, 25, 23, 0.2);
  --sage: #40564c;
  --clay: #b7684f;
  --cream: #faf8f3;
  --muted: #5e655f;
  --muted-soft: #727873;
  --inverse-bg: #151917;
  --inverse-text: #f2efe8;
  --form-bg: #222825;
  --header-bg: rgba(242, 239, 232, .88);
  --shadow: 0 18px 55px rgba(21, 25, 23, .09);
}

html[data-theme="dark"] {
  --ink: #edf1ed;
  --paper: #0b0f0d;
  --paper-deep: #181d1a;
  --line: rgba(237, 241, 237, .18);
  --sage: #263a31;
  --clay: #dd876b;
  --cream: #111613;
  --muted: #a8b0aa;
  --muted-soft: #879089;
  --inverse-bg: #050706;
  --inverse-text: #f4f0e8;
  --form-bg: #131815;
  --header-bg: rgba(11, 15, 13, .86);
  --shadow: 0 24px 80px rgba(0, 0, 0, .38);
}

* { 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: background-color .35s ease, color .35s ease; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img, picture { display: block; }
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: 100000; top: 8px; left: 8px; padding: 12px 16px; background: var(--inverse-bg); color: var(--inverse-text); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  height: 82px; padding: 0 clamp(24px, 4vw, 72px); display: flex; align-items: center; gap: 26px;
  position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: var(--header-bg); 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 var(--ink); border-radius: 50%; font: 700 12px/1 Arial; letter-spacing: .08em; }
.brand b { display: block; text-transform: uppercase; letter-spacing: .16em; font-size: 14px; }
.brand small { display: block; margin-top: 4px; color: var(--muted-soft); font-size: 10px; letter-spacing: .08em; }
.desktop-nav { display: flex; align-items: center; gap: 22px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.desktop-nav a { position: relative; padding-block: 8px; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 2px; width: 0; height: 1px; background: currentColor; transition: width .25s ease; }
.desktop-nav a:hover::after { width: 100%; }
.header-cta { background: var(--inverse-bg); color: var(--inverse-text); padding: 16px 20px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.header-cta span { margin-left: 14px; }
.mobile-nav { display: none; }
.header-instagram { display: inline-flex; align-items: center; gap: 7px; padding: 8px 2px; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.header-instagram span { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 17px; line-height: 1; }
.header-instagram:hover span { background: var(--ink); color: var(--paper); }

.theme-toggle { display: inline-flex; align-items: center; gap: 8px; border: 0; color: var(--ink); background: transparent; padding: 6px 2px; cursor: pointer; text-transform: uppercase; font-size: 9px; letter-spacing: .12em; }
.theme-toggle-track { width: 43px; height: 24px; padding: 2px; display: block; border: 1px solid var(--line); border-radius: 999px; background: var(--paper-deep); transition: background-color .3s ease; }
.theme-toggle-thumb { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--paper); font-size: 11px; line-height: 1; transition: transform .3s ease, background-color .3s ease; }
html[data-theme="dark"] .theme-toggle-thumb { transform: translateX(17px); }

.hero { min-height: calc(100vh - 82px); display: grid; grid-template-columns: 1.06fr .94fr; border-bottom: 1px solid var(--line); }
.hero-copy { padding: clamp(64px, 8vw, 126px) clamp(32px, 7vw, 116px) 48px clamp(28px, 5vw, 82px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 24px; font-size: 11px; text-transform: uppercase; letter-spacing: .22em; font-weight: 700; color: var(--clay); }
.hero h1, .section-heading h2, .portfolio-heading h2, .about-copy h2, .testimonial-intro h2, .faq-heading h2, .contact h2, .statement h2 {
  margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em;
}
.hero h1 { font-size: clamp(62px, 8vw, 132px); line-height: .82; }
em { font-weight: 400; color: var(--clay); }
.hero-intro { max-width: 570px; margin: 42px 0 0; color: var(--muted); font-size: clamp(16px, 1.3vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 210px; padding: 18px 20px; border: 1px solid transparent; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 700; cursor: pointer; }
.button-dark { background: var(--inverse-bg); color: var(--inverse-text); }
.button-outline { border-color: var(--ink); background: transparent; margin: 40px auto 0; }
.button-light { color: var(--inverse-bg); background: var(--inverse-text); width: 100%; border: 0; }
.text-link { display: inline-flex; gap: 14px; border-bottom: 1px solid currentColor; padding-bottom: 5px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: auto; padding-top: 54px; border-top: 1px solid var(--line); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted-soft); }
.hero-facts span { display: flex; gap: 10px; }
.hero-facts b { color: var(--clay); }
.hero-visual { position: relative; min-height: 720px; overflow: hidden; background: #9caa9f; }
.hero-visual:not(.hero-collage) img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; transition: transform 1s ease; }
.hero-visual:not(.hero-collage):hover img { transform: scale(1.015); }
.hero-visual:not(.hero-collage)::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.42)); }
.hero-collage { min-height: clamp(720px, calc(100vh - 82px), 900px); background: radial-gradient(circle at 78% 18%, rgba(255,255,255,.28), transparent 28%), linear-gradient(145deg, #b6c1b8, #879b8f); isolation: isolate; }
.hero-collage::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .26; 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; }
.hero-collage-card { position: absolute; margin: 0; overflow: hidden; border: 5px solid rgba(250,248,243,.95); background: #f8f5ef; box-shadow: 0 24px 58px rgba(21,25,23,.25); transition: transform .5s cubic-bezier(.2,.7,.2,1), box-shadow .5s ease; }
.hero-collage-card img { position: relative; width: 100%; height: auto; object-fit: contain; }
.hero-collage-card:hover { z-index: 12; box-shadow: 0 34px 74px rgba(21,25,23,.34); }
.collage-smartphone { z-index: 2; top: 6%; left: 2%; width: 68%; transform: rotate(-1.1deg); }
.collage-smartphone:hover { transform: rotate(0deg) translateY(-5px); }
.collage-singer { z-index: 3; top: 2%; right: 2%; width: 29%; transform: rotate(1.4deg); }
.collage-singer:hover { transform: rotate(0deg) translateY(-5px); }
.collage-child { z-index: 5; top: 40%; left: 5%; width: 48%; transform: rotate(.8deg); }
.collage-child:hover { transform: rotate(0deg) translateY(-5px); }
.collage-bassist { z-index: 4; top: 43%; right: 4%; width: 43%; transform: rotate(-1deg); }
.collage-bassist:hover { transform: rotate(0deg) translateY(-5px); }
.collage-rain { z-index: 7; left: 6%; bottom: 3%; width: 27%; transform: rotate(1.3deg); }
.collage-rain:hover { transform: rotate(0deg) translateY(-5px); }
.collage-wedding { z-index: 8; right: 7%; bottom: 1%; width: 28%; transform: rotate(-.8deg); }
.collage-wedding:hover { transform: rotate(0deg) translateY(-5px); }
.hero-collage .image-credit, .hero-collage .availability { z-index: 20; }
.image-credit { position: absolute; z-index: 2; left: 24px; bottom: 25px; color: white; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.availability { position: absolute; z-index: 2; right: 24px; top: 24px; background: var(--header-bg); color: var(--ink); backdrop-filter: blur(8px); padding: 13px 16px; display: flex; gap: 9px; align-items: center; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.availability span { width: 6px; height: 6px; background: #3f7c58; border-radius: 50%; box-shadow: 0 0 0 4px rgba(63,124,88,.12); }

.statement { padding: clamp(80px, 12vw, 180px) clamp(24px, 7vw, 110px); background: var(--inverse-bg); color: var(--inverse-text); position: relative; }
.statement > p:first-child { margin: 0 0 36px; color: #9ca39f; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; }
.statement h2 { font-size: clamp(48px, 7.2vw, 116px); line-height: .97; max-width: 1120px; }
.statement-note { position: absolute; right: 7vw; bottom: 70px; color: #9ca39f; font: italic 17px/1.5 Georgia, serif; }

.section { padding: clamp(82px, 10vw, 154px) clamp(24px, 5vw, 78px); }
.section-heading { display: grid; grid-template-columns: .45fr 1.1fr .6fr; gap: 50px; align-items: end; margin-bottom: 64px; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2, .portfolio-heading h2, .about-copy h2, .testimonial-intro h2, .faq-heading h2 { font-size: clamp(46px, 5.2vw, 82px); line-height: .98; }
.section-heading > p:last-child, .portfolio-heading > p:last-child, .faq-heading > p { margin: 0; color: var(--muted); line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { border-top: 1px solid var(--ink); padding-top: 14px; }
.service-image { position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--paper-deep); }
.service-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.service-card:nth-child(2) .service-image img { object-position: center 30%; }
.service-card:hover img { transform: scale(1.025); }
.service-title { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 22px 0 14px; border-bottom: 1px solid var(--line); }
.service-title span { font-size: 10px; color: var(--clay); }
.service-title h3 { margin: 0; font: 400 clamp(25px, 2.6vw, 40px)/1 Georgia, serif; }
.service-card p { color: var(--muted); line-height: 1.65; font-size: 14px; }

.wedding-spotlight { display: grid; grid-template-columns: 1.18fr .82fr; background: var(--paper-deep); border-block: 1px solid var(--line); }
.wedding-image { position: relative; min-width: 0; overflow: hidden; background: var(--paper-deep); }
.wedding-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(0,0,0,.5)); }
.wedding-image picture { display: block; width: 100%; }
.wedding-image img { display: block; width: 100%; height: auto; object-fit: contain; }
.wedding-image > span { position: absolute; z-index: 2; left: 30px; bottom: 28px; color: white; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.wedding-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(58px, 7vw, 112px); }
.wedding-copy h2 { margin: 0; font: 400 clamp(52px, 6vw, 94px)/.94 Georgia, serif; letter-spacing: -.045em; }
.wedding-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; margin: 32px 0; max-width: 520px; }
.wedding-copy .button { align-self: flex-start; }
.wedding-copy > small { margin-top: 16px; color: var(--muted-soft); text-transform: uppercase; letter-spacing: .14em; font-size: 8px; }

.portfolio { background: var(--cream); text-align: center; }
.portfolio-heading { max-width: 830px; margin: 0 auto 68px; }
.portfolio-heading p:last-child { max-width: 530px; margin: 24px auto 0; }
.gallery-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--line); text-align: left; }
.gallery-toolbar-label { color: var(--muted); font: italic 18px/1.3 Georgia, serif; }
.gallery-controls { display: flex; gap: 8px; }
.gallery-controls button { border: 1px solid var(--line); background: transparent; color: var(--ink); padding: 10px 13px; cursor: pointer; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; }
.gallery-controls button:hover { background: var(--ink); color: var(--paper); }
.gallery-grid { display: block; columns: 3 280px; column-gap: 12px; text-align: left; opacity: 1; transform: translateY(0); transition: opacity .42s ease, transform .42s cubic-bezier(.2,.7,.2,1); }
.gallery-grid.is-switching { opacity: 0; transform: translateY(10px); }
.gallery-grid figure { width: 100%; display: inline-block; break-inside: avoid; margin: 0 0 12px; position: relative; overflow: hidden; background: var(--paper-deep); box-shadow: var(--shadow); }
.gallery-grid img { position: relative; width: 100%; height: auto; object-fit: contain; transition: transform .6s ease; }
.gallery-grid figure:hover img { transform: scale(1.02); }
.gallery-grid figcaption { position: absolute; z-index: 2; inset: auto 0 0; display: flex; align-items: center; gap: 12px; padding: 38px 16px 14px; color: white; background: linear-gradient(transparent, rgba(0,0,0,.68)); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; opacity: 0; transform: translateY(8px); transition: opacity .3s ease, transform .3s ease; }
.gallery-grid figure:hover figcaption { opacity: 1; transform: translateY(0); }
.gallery-grid figcaption span { color: #efac91; }
.gallery-tall, .gallery-wide, .gallery-square { grid-column: auto; grid-row: auto; }

.about { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 8vw, 130px); align-items: center; }
.about-image { position: relative; min-height: 0; }
.about-image img { position: relative; width: 100%; height: auto; object-fit: contain; }
.about-image p { position: absolute; margin: 0; right: -42px; bottom: 38px; width: 215px; padding: 24px; background: var(--clay); color: white; font: italic 20px/1.35 Georgia, serif; }
.about-copy { max-width: 620px; }
.about-copy .lead { font: 400 24px/1.45 Georgia, serif; color: var(--ink); margin: 32px 0 24px; }
.about-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); line-height: 1.75; }
.signature { margin-top: 44px; font: italic 34px/1 Georgia, serif; color: var(--clay); }
.signature span { display: block; margin-top: 10px; font: 700 9px/1 Arial; text-transform: uppercase; letter-spacing: .16em; color: var(--muted-soft); }

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

.testimonials { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; background: var(--sage); color: var(--inverse-text); }
.testimonial-intro { grid-row: span 2; padding-right: 7vw; }
.testimonial-intro .eyebrow { color: #d59a82; }
.quote { margin: 0; padding: clamp(30px, 4vw, 58px); border: 1px solid rgba(255,255,255,.22); }
.quote-featured { background: var(--inverse-text); color: var(--inverse-bg); }
.quote blockquote { margin: 0 0 36px; font: 400 clamp(21px, 2.2vw, 32px)/1.45 Georgia, serif; }
.quote figcaption { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid currentColor; padding-top: 18px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.quote figcaption span { opacity: .65; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.faq-heading > p { margin: 24px 0; }
.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: 27px 0; font: 400 clamp(19px, 2vw, 27px)/1.3 Georgia, serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font: 700 9px/1 Arial; color: var(--clay); }
.faq-list summary b { font: 400 25px/1 Arial; transition: transform .2s ease; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details p { margin: -5px 44px 28px 60px; color: var(--muted); line-height: 1.7; }

.contact { background: var(--inverse-bg); color: var(--inverse-text); display: grid; grid-template-columns: minmax(300px, .78fr) minmax(560px, 1.22fr); gap: clamp(52px, 7vw, 120px); padding: clamp(82px, 10vw, 150px) clamp(24px, 6vw, 96px); }
.contact .eyebrow { color: #d9957c; }
.contact h2 { font-size: clamp(50px, 6.5vw, 104px); line-height: .95; }
.contact-copy > p:not(.eyebrow) { color: #aab0ac; line-height: 1.7; max-width: 560px; margin: 30px 0; }
.contact-links { display: flex; flex-direction: column; border-top: 1px solid rgba(255,255,255,.22); margin-top: 50px; }
.contact-links a { display: grid; grid-template-columns: 95px 1fr auto; align-items: center; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.contact-links small { color: #8e9691; text-transform: uppercase; letter-spacing: .13em; }
.contact-form { align-self: center; position: relative; overflow: hidden; background: linear-gradient(145deg, #202a25, #171f1b); border: 1px solid rgba(255,255,255,.13); border-radius: 28px; box-shadow: 0 36px 110px rgba(0,0,0,.34); padding: clamp(30px, 4vw, 58px); }
.contact-form::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--clay), #f2c2ad 48%, transparent 88%); }
.contact-form label { color: #e7ebe8; }
.form-section { 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; padding: 0; color: #fff; }
.form-section-heading > span { width: 32px; height: 32px; flex: 0 0 32px; display: grid; place-items: center; border: 1px solid rgba(217,149,124,.58); border-radius: 50%; color: #efaa91; 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-section, .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; letter-spacing: 0; text-transform: none; }
.form-field > label b { color: #efaa91; 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: #efaa91; background: rgba(255,255,255,.085); box-shadow: 0 0 0 4px rgba(217,149,124,.14); }
.contact-form select { appearance: none; -webkit-appearance: none; padding-right: 48px; cursor: pointer; background-image: linear-gradient(45deg, transparent 50%, #efaa91 50%), linear-gradient(135deg, #efaa91 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(239,170,145,.32); outline-offset: 2px; }
.contact-method-card:has(input:checked) { border-color: #df967c; background: rgba(217,149,124,.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: #df967c; color: #17201d; background: #efaa91; }
.contact-form > small { display: block; color: #7f8782; margin-top: 15px; line-height: 1.5; }
.contact-form .honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-form .consent { display: flex; gap: 13px; align-items: flex-start; margin: 24px 0 0; color: #aab1ad; text-transform: none; letter-spacing: 0; 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(--clay); }
.contact-form .consent a { text-decoration: underline; }
.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(217,149,124,.7); color: #ffd7c8; background: rgba(217,149,124,.1); }
.contact-notice.error .contact-notice-icon { color: #31160e; background: #efaa91; }

.instagram-stage { min-height: 760px; display: grid; grid-template-columns: .82fr 1.18fr; background: #352944; color: #fff; overflow: hidden; }
.instagram-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(64px, 8vw, 120px); }
.instagram-copy .eyebrow { color: #efac91; }
.instagram-copy h2 { margin: 0; font: 400 clamp(54px, 6.5vw, 104px)/.94 Georgia, serif; letter-spacing: -.045em; }
.instagram-copy > p:not(.eyebrow) { max-width: 530px; margin: 32px 0; color: rgba(255,255,255,.7); line-height: 1.75; }
.instagram-copy .button { min-width: min(100%, 310px); }
.instagram-post-links { width: min(100%, 530px); margin-top: 22px; border-top: 1px solid rgba(255,255,255,.28); }
.instagram-post-links a { display: flex; justify-content: space-between; gap: 22px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.84); font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.instagram-post-links a:hover { color: #fff; }
.instagram-images { min-height: 760px; align-self: center; display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: clamp(14px, 2vw, 28px); padding: clamp(42px, 5vw, 82px) clamp(28px, 5vw, 86px); }
.instagram-image { position: relative; width: 100%; height: auto; object-fit: contain; box-shadow: 0 30px 90px rgba(0,0,0,.32); }
.instagram-image-one { transform: rotate(-1.5deg); }
.instagram-image-two { margin-top: 9%; transform: rotate(1.8deg); }
.instagram-image-three { width: 72%; grid-column: 1 / -1; justify-self: center; margin-top: -4%; transform: rotate(-.7deg); }

.contact-benefits-title { display: block; margin-top: 44px; color: #8e9691; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.contact-benefits { list-style: none; padding: 0; margin: 15px 0 0; display: grid; border-top: 1px solid rgba(255,255,255,.22); }
.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,.16); color: #d9ded9; font-size: 13px; }
.contact-benefits span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(217,149,124,.55); border-radius: 50%; color: #e6a58c; font-size: 8px; letter-spacing: .1em; }
.form-heading { margin-bottom: 0; padding-bottom: 29px; border-bottom: 1px solid rgba(255,255,255,.16); }
.form-heading > span { color: #efaa91; 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-text); 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-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: #69b184; 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); }
.form-privacy { text-align: center; }

img { -webkit-user-drag: none; -webkit-touch-callout: none; user-select: none; }

.page-hero { min-height: 530px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: end; padding: clamp(80px, 10vw, 150px) clamp(24px, 6vw, 96px); border-bottom: 1px solid var(--line); }
.page-hero h1 { margin: 0; font: 400 clamp(78px, 10vw, 164px)/.8 Georgia, serif; letter-spacing: -.055em; }
.page-hero-copy { max-width: 520px; padding-bottom: 14px; }
.page-hero-copy p { color: var(--muted); font-size: clamp(17px, 1.5vw, 22px); line-height: 1.65; margin: 0 0 34px; }

.mixed-gallery-section { padding: 34px clamp(14px, 3vw, 48px) clamp(90px, 10vw, 150px); background: var(--cream); }
.mixed-toolbar { position: sticky; top: 82px; z-index: 8; display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 0 -2px 24px; padding: 14px 2px; background: color-mix(in srgb, var(--cream) 88%, transparent); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); }
.mixed-filter-menu { min-width: 0; }
.mixed-filter-toggle { display: none; }
.mixed-filters { display: flex; flex-wrap: wrap; gap: 7px; }
.mixed-filters button, .mixed-remix { min-height: 42px; border: 1px solid var(--line); background: transparent; color: var(--ink); padding: 10px 15px; cursor: pointer; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.mixed-filters button:hover, .mixed-filters button.is-active, .mixed-remix:hover { background: var(--ink); color: var(--paper); }
.mixed-grid { display: block; columns: 3 300px; column-gap: 10px; }
.mixed-card { width: 100%; display: inline-block; break-inside: avoid; position: relative; margin: 0 0 10px; min-height: 0; overflow: hidden; background: var(--paper-deep); }
.mixed-wide, .mixed-tall { grid-column: auto; aspect-ratio: auto; }
.mixed-card[hidden] { display: none; }
.mixed-open { width: 100%; height: auto; position: relative; display: block; padding: 0; border: 0; background: transparent; color: white; cursor: zoom-in; text-align: left; }
.mixed-open img { width: 100%; height: auto; object-fit: contain; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.mixed-open:hover img { transform: scale(1.025); }
.mixed-open > span { position: absolute; inset: auto 0 0; display: grid; grid-template-columns: 1fr auto; gap: 7px 20px; padding: 55px 18px 18px; background: linear-gradient(transparent, rgba(0,0,0,.72)); font-size: 11px; transform: translateY(10px); opacity: 0; transition: .3s ease; }
.mixed-open:hover > span, .mixed-open:focus-visible > span { transform: none; opacity: 1; }
.mixed-open b { grid-column: 1 / -1; color: #efac91; font-size: 8px; text-transform: uppercase; letter-spacing: .15em; }
.mixed-open i { font-style: normal; }
.gallery-dialog { width: min(94vw, 1500px); height: min(92vh, 1050px); padding: 0; border: 0; overflow: hidden; background: #070807; box-shadow: 0 30px 120px rgba(0,0,0,.65); }
.gallery-dialog::backdrop { background: rgba(0,0,0,.82); 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; right: 12px; top: 12px; width: 46px; height: 46px; border: 0; border-radius: 50%; background: rgba(0,0,0,.68); color: white; font-size: 28px; cursor: pointer; }
.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(183,104,79,.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; }
.gallery-seo { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: start; }
.gallery-seo h2 { margin: 0; font: 400 clamp(48px, 5vw, 80px)/.98 Georgia, serif; letter-spacing: -.04em; }
.gallery-seo > div:last-child > p { margin: 0 0 24px; color: var(--muted); line-height: 1.8; }
.page-link-list { margin-top: 42px; border-top: 1px solid var(--ink); }
.page-link-list a { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }

.service-hero { min-height: calc(100vh - 82px); display: grid; grid-template-columns: .88fr 1.12fr; border-bottom: 1px solid var(--line); }
.service-hero-reverse { grid-template-columns: .94fr 1.06fr; }
.service-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 8vw, 130px) clamp(24px, 6vw, 96px); }
.service-hero-copy h1 { margin: 0; font: 400 clamp(66px, 7.2vw, 118px)/.88 Georgia, serif; letter-spacing: -.05em; }
.service-hero-copy > p:not(.eyebrow) { max-width: 640px; margin: 38px 0 0; color: var(--muted); font-size: clamp(17px, 1.35vw, 21px); line-height: 1.7; }
.service-hero-image { min-height: 720px; position: relative; overflow: hidden; }
.service-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(0,0,0,.5)); }
.service-hero-image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.service-hero-image > span { position: absolute; z-index: 2; left: 26px; bottom: 24px; color: white; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.service-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: start; }
.service-intro h2, .service-gallery h2, .service-process h2, .family-note h2 { margin: 0; font: 400 clamp(50px, 5.5vw, 88px)/.96 Georgia, serif; letter-spacing: -.045em; }
.service-intro-copy .lead { margin: 0 0 26px; color: var(--ink); font: 400 clamp(22px, 2vw, 30px)/1.45 Georgia, serif; }
.service-intro-copy > p:not(.lead) { color: var(--muted); line-height: 1.8; }
.service-points { padding-top: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.service-points article { min-height: 360px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); background: var(--cream); }
.service-points span { color: var(--clay); font-size: 9px; letter-spacing: .13em; }
.service-points h2 { margin: auto 0 24px; font: 400 clamp(34px, 3vw, 48px)/1 Georgia, serif; }
.service-points p { margin: 0; color: var(--muted); line-height: 1.7; }
.service-gallery { background: var(--cream); }
.service-gallery > header { max-width: 920px; margin-bottom: 64px; }
.service-gallery-grid { display: block; columns: 2 360px; column-gap: 10px; margin-bottom: 46px; }
.service-shot { width: 100%; display: inline-block; break-inside: avoid; position: relative; margin: 0 0 10px; overflow: hidden; background: var(--paper-deep); }
.service-shot-1, .service-shot-2, .service-shot-3, .service-shot-4 { grid-column: auto; grid-row: auto; }
.service-shot img { position: relative; width: 100%; height: auto; object-fit: contain; transition: transform .6s ease; }
.service-shot:hover img { transform: scale(1.02); }
.service-shot figcaption { position: absolute; inset: auto 0 0; padding: 42px 16px 14px; color: white; background: linear-gradient(transparent, rgba(0,0,0,.7)); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.service-process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: var(--paper-deep); }
.service-process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.service-process li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.service-process li > span { color: var(--clay); font-size: 9px; }
.service-process h3 { margin: 0 0 10px; font: 400 29px/1.1 Georgia, serif; }
.service-process p { margin: 0; color: var(--muted); line-height: 1.7; }
.family-note { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: start; background: var(--sage); color: var(--inverse-text); }
.family-note .eyebrow { color: #efac91; }
.family-note > div:last-child p { margin: 0 0 28px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.8; }
.page-cta { padding: clamp(90px, 11vw, 170px) clamp(24px, 7vw, 110px); background: var(--inverse-bg); color: var(--inverse-text); text-align: center; }
.page-cta .eyebrow { color: #efac91; }
.page-cta h2 { margin: 0 auto 44px; font: 400 clamp(58px, 8vw, 126px)/.92 Georgia, serif; letter-spacing: -.05em; }
.page-cta .button { margin: 0 auto; }

.site-footer { padding: 58px clamp(24px, 5vw, 78px) 28px; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 30px; align-items: start; }
.footer-links, .footer-social { display: flex; flex-direction: column; gap: 12px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.footer-social { text-align: right; }
.footer-legal { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 25px; margin: 30px 0 0; display: flex; justify-content: space-between; color: var(--muted-soft); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }

.content-page { min-height: 70vh; padding: clamp(88px, 10vw, 150px) clamp(24px, 8vw, 140px); }
.content-article { max-width: 940px; margin: 0 auto; }
.content-article h1 { margin: 0 0 46px; font: 400 clamp(52px, 7vw, 100px)/.96 Georgia, serif; letter-spacing: -.045em; }
.entry-content { color: var(--muted); font-size: 17px; line-height: 1.8; }
.entry-content h2, .entry-content h3 { color: var(--ink); font-family: Georgia, serif; font-weight: 400; }
.entry-content a { color: var(--clay); text-decoration: underline; }
.entry-content img { max-width: 100%; height: auto; }
.legal-page .content-article { max-width: 880px; }
.legal-page h1 { margin-bottom: 14px; }
.legal-updated { margin: 0 0 54px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.legal-page h2 { margin: 52px 0 16px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--ink); font: 400 clamp(28px, 3vw, 42px)/1.15 Georgia, serif; letter-spacing: -.025em; }
.legal-page p, .legal-page li { color: var(--muted); font-size: 16px; line-height: 1.8; }
.legal-page strong { color: var(--ink); }
.legal-page a { color: var(--clay); text-decoration: underline; text-underline-offset: 3px; }
.error-page p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.error-page .button { margin-top: 20px; }

body.admin-bar .site-header { top: 32px; }

@media (max-width: 1050px) {
  .desktop-nav, .header-cta { display: none; }
  .header-instagram b { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { cursor: pointer; list-style: none; text-transform: uppercase; font-size: 11px; letter-spacing: .13em; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav nav { position: absolute; right: 0; top: 34px; width: 230px; padding: 20px; background: var(--inverse-bg); color: var(--inverse-text); display: flex; flex-direction: column; gap: 18px; box-shadow: 0 16px 50px rgba(0,0,0,.2); }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 670px; padding-left: 30px; padding-right: 30px; }
  .hero h1 { font-size: clamp(58px, 8vw, 86px); }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-collage { min-height: min(88vw, 840px); }
  .about-image { min-height: 0; }
  .contact { grid-template-columns: 1fr; gap: 64px; }
  .contact-copy { max-width: 820px; }
  .contact-form { width: min(100%, 900px); }
  .mixed-grid { columns: 2 280px; }
  .service-hero-copy { padding-inline: 36px; }
  .service-hero-copy h1 { font-size: clamp(58px, 7.6vw, 82px); }
  .service-gallery-grid { columns: 2 320px; }
}

@media (max-width: 1240px) {
  .theme-toggle-label { display: none; }
  .site-header { gap: 18px; }
  .desktop-nav { gap: 15px; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; padding-inline: 18px; gap: 11px; }
  .brand small { display: none; }
  .brand { gap: 8px; min-width: 0; }
  .brand-mark { width: 36px; height: 36px; flex: 0 0 36px; }
  .brand b { font-size: 11px; letter-spacing: .12em; white-space: nowrap; }
  .header-instagram { padding: 0; }
  .header-instagram span { width: 28px; height: 28px; }
  .theme-toggle { padding-inline: 0; }
  .hero { display: flex; flex-direction: column; }
  .hero-copy { padding: 64px 22px 44px; }
  .hero h1 { max-width: 100%; font-size: clamp(50px, 16.5vw, 66px); line-height: .88; overflow-wrap: normal; }
  .hero-intro { margin-top: 32px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-facts { margin-top: 50px; padding-top: 28px; }
  .hero-visual { min-height: 610px; }
  .hero-collage { min-height: 930px; display: block; padding: 0; background: linear-gradient(145deg, #b6c1b8, #879b8f); }
  .hero-collage::before { display: block; background-size: 48px 48px; }
  .hero-collage-card { position: absolute; inset: auto; border-width: 3px; box-shadow: 0 12px 34px rgba(21,25,23,.2); }
  .hero-collage-card:hover { transform: none; }
  .collage-smartphone { top: 5%; left: 3%; width: 84%; transform: rotate(-1deg); }
  .collage-singer { display: block; top: 2%; right: 2%; width: 33%; transform: rotate(1.2deg); }
  .collage-child { z-index: 5; top: 31%; left: 4%; width: 82%; transform: rotate(.7deg); }
  .collage-bassist { z-index: 4; display: block; top: 56%; right: 3%; width: 50%; transform: rotate(-.8deg); }
  .collage-rain { left: 7%; bottom: 2%; width: 36%; transform: rotate(1deg); }
  .collage-wedding { right: 6%; bottom: 1%; width: 36%; transform: rotate(-.7deg); }
  .hero-collage .image-credit { left: 22px; bottom: 22px; padding: 8px 10px; background: rgba(10,14,12,.68); }
  .hero-collage .availability { right: 18px; top: 18px; }
  .statement { padding: 82px 22px 125px; }
  .statement-note { left: 22px; right: auto; bottom: 55px; }
  .section { padding: 82px 22px; }
  .section-heading { display: block; }
  .section-heading h2 { margin-bottom: 24px; }
  .service-grid { grid-template-columns: 1fr; gap: 46px; }
  .service-image { aspect-ratio: 5/6; }
  .wedding-spotlight { grid-template-columns: 1fr; }
  .wedding-image { min-height: 0; }
  .wedding-copy { padding: 72px 22px; }
  .gallery-toolbar { align-items: flex-start; flex-direction: column; }
  .gallery-grid { display: block; columns: 1; }
  .gallery-grid figcaption { opacity: 1; transform: none; }
  .about { grid-template-columns: 1fr; }
  .about-image { min-height: 0; }
  .about-image p { position: static; width: 100%; padding: 18px 20px; font-size: 18px; }
  .process { grid-template-columns: 1fr; gap: 50px; }
  .testimonials { grid-template-columns: 1fr; }
  .testimonial-intro { grid-row: auto; padding-right: 0; margin-bottom: 24px; }
  .faq { grid-template-columns: 1fr; gap: 56px; }
  .faq-list details p { margin-left: 0; margin-right: 0; }
  .contact { grid-template-columns: 1fr; padding: 82px 22px; }
  .contact h2 { font-size: clamp(48px, 14.5vw, 66px); }
  .contact-links a { grid-template-columns: 72px 1fr auto; font-size: 12px; }
  .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; margin-bottom: 20px; }
  .footer-social { text-align: right; }
  .footer-legal { flex-direction: column; gap: 12px; }

  .instagram-stage { min-height: 0; grid-template-columns: 1fr; }
  .instagram-copy { padding: 78px 22px 58px; }
  .instagram-copy h2 { font-size: clamp(50px, 14vw, 68px); }
  .instagram-images { min-height: 0; grid-template-columns: 1fr 1fr; padding: 28px 18px 72px; }
  .instagram-image-one { width: 100%; }
  .instagram-image-two { width: 100%; margin-top: 12%; }
  .instagram-image-three { width: 82%; margin-top: -2%; }

  .page-hero { min-height: 0; grid-template-columns: 1fr; gap: 54px; align-items: start; padding: 82px 22px; }
  .page-hero h1 { font-size: clamp(64px, 21vw, 90px); }
  .page-hero-copy { padding: 0; }
  .mixed-gallery-section { padding: 16px 10px 82px; }
  .mixed-toolbar { top: 72px; align-items: center; flex-direction: row; gap: 8px; margin: 0 0 16px; padding: 8px 0; }
  .mixed-filter-menu { position: relative; flex: 1 1 auto; }
  .mixed-filter-toggle { width: 100%; min-height: 48px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; border: 1px solid var(--line); background: var(--cream); color: var(--ink); padding: 9px 13px; cursor: pointer; text-align: left; }
  .mixed-filter-toggle span { color: var(--muted); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
  .mixed-filter-toggle strong { overflow: hidden; font-size: 10px; text-overflow: ellipsis; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
  .mixed-filter-toggle i { font: normal 20px/1 sans-serif; transition: transform .2s ease; }
  .mixed-filter-menu.is-open .mixed-filter-toggle i { transform: rotate(180deg); }
  .mixed-filters { position: absolute; z-index: 3; top: calc(100% + 7px); left: 0; right: 0; display: none; grid-template-columns: 1fr 1fr; gap: 7px; padding: 8px; border: 1px solid var(--line); background: var(--cream); box-shadow: 0 18px 45px rgba(21,25,23,.18); }
  .mixed-filter-menu.is-open .mixed-filters { display: grid; }
  .mixed-filters button:first-child { grid-column: 1 / -1; }
  .mixed-filters button { min-height: 44px; padding-inline: 8px; }
  .mixed-remix { min-height: 48px; flex: 0 0 auto; padding-inline: 12px; white-space: nowrap; }
  .mixed-grid { columns: 1; column-gap: 0; }
  .mixed-wide, .mixed-tall { min-height: 0; aspect-ratio: auto; }
  .mixed-open > span { opacity: 1; transform: none; padding: 42px 12px 12px; font-size: 9px; }
  .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; }
  .gallery-seo { grid-template-columns: 1fr; gap: 48px; }
  .gallery-seo h2 { font-size: clamp(46px, 13vw, 64px); }

  .service-hero, .service-hero-reverse { display: flex; flex-direction: column; min-height: 0; }
  .service-hero-copy { padding: 76px 22px 58px; }
  .service-hero-copy h1 { font-size: clamp(54px, 15.5vw, 72px); }
  .service-hero-image { min-height: 590px; }
  .service-intro, .family-note { grid-template-columns: 1fr; gap: 44px; }
  .service-intro h2, .service-gallery h2, .service-process h2, .family-note h2 { font-size: clamp(46px, 13vw, 64px); }
  .service-points { grid-template-columns: 1fr; }
  .service-points article { min-height: 270px; }
  .service-gallery > header { margin-bottom: 42px; }
  .service-gallery-grid { columns: 1; column-gap: 0; }
  .service-shot figcaption { font-size: 8px; }
  .service-process { grid-template-columns: 1fr; gap: 48px; }
  .page-cta { padding: 90px 22px; }
  .page-cta h2 { font-size: clamp(52px, 14vw, 72px); }
}

@media (max-width: 420px) {
  .site-header { padding-inline: 14px; gap: 8px; }
  .brand b { font-size: 10px; letter-spacing: .1em; }
  .theme-toggle-track { width: 39px; }
  html[data-theme="dark"] .theme-toggle-thumb { transform: translateX(13px); }
  .hero-copy { padding-inline: 18px; }
  .hero h1 { font-size: clamp(48px, 16vw, 62px); }
  .event-page .service-hero-copy h1 { font-size: clamp(46px, 13.2vw, 54px); }
  .section, .contact, .page-cta { padding-inline: 18px; }
  .gallery-grid { column-gap: 7px; }
  .contact-links a { grid-template-columns: 64px minmax(0, 1fr) auto; font-size: 11px; }
  .contact-links a { overflow-wrap: anywhere; }
  .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; }
}
