:root {
  --ink: #111013;
  --ink-soft: #1a171c;
  --paper: #f4f0eb;
  --paper-soft: #fbf9f6;
  --magenta: #c72ac1;
  --magenta-deep: #8f1b8c;
  --muted: #6d6870;
  --line: rgba(17, 16, 19, .16);
  --white-line: rgba(255, 255, 255, .18);
  --max: 1600px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body.lightbox-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--magenta); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; padding: 12px 16px; background: var(--ink); color: #fff; transition: top .2s ease; }
.skip-link:focus { top: 16px; }
.shell { width: min(100%, var(--max)); margin-inline: auto; }
.eyebrow, .section-number, .kicker { font-size: 9px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.section-number { margin: 0 0 25px; color: var(--magenta-deep); }
.light-number { color: #e689df; }
.muted { color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: relative; z-index: 50; height: 96px; display: grid; grid-template-columns: 300px 1fr; align-items: center; gap: 30px; max-width: var(--max); margin: 0 auto; padding: 0 4vw; background: var(--paper-soft); border-bottom: 1px solid var(--line); }
.brand img { width: 278px; height: auto; }
.desktop-nav { display: flex; align-items: center; justify-content: flex-end; gap: 24px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav > a, .nav-group > a { position: relative; padding: 16px 0; }
.desktop-nav > a::after, .nav-group > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 2px; background: var(--magenta); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after, .nav-group:focus-within > a::after { right: 0; }
.nav-group { position: relative; display: flex; align-items: center; gap: 5px; }
.nav-group button { border: 0; background: transparent; cursor: pointer; padding: 8px 2px; font-size: 14px; }
.dropdown { position: absolute; left: -22px; top: 50px; min-width: 210px; display: grid; padding: 10px; background: var(--paper-soft); border: 1px solid var(--line); box-shadow: 0 24px 48px rgba(0,0,0,.16); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }
.dropdown a { padding: 10px 11px; font-size: 10px; letter-spacing: .08em; }
.dropdown a:hover { background: rgba(199,42,193,.08); color: var(--magenta-deep); }
.nav-group:hover .dropdown, .nav-group:focus-within .dropdown { opacity: 1; visibility: visible; transform: none; }
.mobile-menu { display: none; }
.mobile-menu summary > span { display: block; width: 18px; height: 2px; margin: 3px 0; background: currentColor; }
.search-link { display: inline-flex; align-items: center; gap: 7px; }
.search-link span { color: var(--magenta); font-size: 14px; }

.hero { position: relative; min-height: 720px; max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 56% 44%; overflow: hidden; background: var(--paper-soft); }
.hero-photo { position: relative; min-height: 720px; overflow: hidden; background: #1a191b; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 68%, rgba(17,16,19,.22)); pointer-events: none; }
.hero-photo > img { width: 100%; height: 100%; object-fit: cover; }
.photo-index { position: absolute; z-index: 2; left: 30px; bottom: 27px; padding: 10px 12px; color: #fff; background: rgba(17,16,19,.78); font-size: 8px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; backdrop-filter: blur(8px); }
.hero-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 85px 5vw 75px; overflow: hidden; }
.giant-word { position: absolute; right: -15px; top: 40px; color: rgba(199,42,193,.055); font-size: clamp(80px, 11vw, 165px); font-weight: 900; line-height: .8; letter-spacing: -.08em; writing-mode: vertical-rl; }
.hero .eyebrow { position: relative; margin: 0 0 25px; padding-left: 47px; color: #68646b; }
.hero .eyebrow::before { content: ""; position: absolute; left: 0; top: 50%; width: 32px; height: 2px; background: var(--magenta); }
h1, h2, .serif { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero h1 { position: relative; margin: 0; font-size: clamp(54px, 5.6vw, 88px); line-height: .94; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--magenta); font-style: italic; }
.hero-text { position: relative; max-width: 520px; margin: 29px 0 0; color: #625f65; font-size: 15px; line-height: 1.75; }
.hero-actions { position: relative; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 19px; border: 1px solid transparent; cursor: pointer; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; transition: .2s ease; }
.button span { color: var(--magenta); font-size: 17px; }
.button-dark { min-width: 190px; background: var(--ink); color: #fff; }
.button-dark:hover { background: var(--magenta-deep); }
.button-dark:hover span { color: #fff; }
.button-light { border-color: rgba(255,255,255,.35); color: #fff; }
.button-light:hover { background: #fff; color: var(--ink); }
.button-magenta { background: var(--magenta); color: #fff; }
.button-magenta:hover { background: var(--magenta-deep); }
.text-button { min-height: 50px; display: inline-flex; align-items: center; gap: 18px; border-bottom: 1px solid var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.text-button span { color: var(--magenta); font-size: 15px; }
.signature { position: relative; margin-top: 50px; font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-style: italic; }
.signature > span { display: block; margin-top: 7px; color: #77737a; font-family: Arial, Helvetica, sans-serif; font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.intro-strip { max-width: var(--max); min-height: 80px; margin: 0 auto; padding: 20px 4vw; display: flex; align-items: center; justify-content: space-around; gap: 16px; background: var(--ink); color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(16px, 2vw, 23px); font-style: italic; }
.intro-strip i { color: var(--magenta); font-size: 10px; font-style: normal; }

.content-section { max-width: var(--max); margin: 0 auto; padding: 110px 5vw; }
.content-section.paper-soft { background: var(--paper-soft); }
.content-section.dark { background: var(--ink); color: #fff; }
.section-head { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); gap: 8vw; align-items: end; }
.section-head h2, .split-copy h2, .testimonials-title h2, .contact-copy h2 { margin: 0; font-size: clamp(48px, 5.6vw, 82px); line-height: .98; letter-spacing: -.055em; }
.section-head > p { margin: 0 0 3px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.dark .section-head > p { color: #b8b3bb; }

.portfolio-grid { min-height: 720px; margin-top: 65px; display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: 350px 350px; gap: 12px; }
.portfolio-card { position: relative; overflow: hidden; background: #242126; }
.portfolio-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(17,16,19,.83)); }
.portfolio-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.75,.22,1), filter .55s ease; }
.focus-portrait-charakter { object-position: 55% 42% !important; }
.focus-portrait-business { object-position: 50% 28% !important; }
.focus-reportage-musik { object-position: 50% 28% !important; }
.focus-melanie-arbeitet { object-position: 50% 38% !important; }
.focus-pferd-portrait { object-position: 50% 34% !important; }
.focus-pferde-begegnung { object-position: 40% 50% !important; }
.focus-tier-kind-pferd { object-position: 60% 50% !important; }
.focus-blautopf { object-position: 50% 58% !important; }
.focus-abendlicht-drohne { object-position: 50% 46% !important; }
.focus-natur-baum { object-position: 50% 50% !important; }
.focus-blueten { object-position: 60% 50% !important; }
.portfolio-card:hover img { transform: scale(1.035); filter: contrast(1.08); }
.portfolio-card > span { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; display: flex; justify-content: space-between; align-items: flex-end; color: #fff; }
.portfolio-card strong { font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-style: italic; font-weight: 400; }
.portfolio-card small { font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.card-tall { grid-column: span 5; grid-row: span 2; }
.card-wide { grid-column: span 7; }
.card-square { grid-column: span 3; }
.card-wide-bottom { grid-column: span 4; }
.portfolio-footer { display: grid; grid-template-columns: .7fr 1.3fr .7fr; gap: 4vw; align-items: start; margin-top: 35px; padding-top: 24px; border-top: 1px solid var(--line); }
.portfolio-footer > span { color: var(--magenta-deep); font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-style: italic; }
.portfolio-footer p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.portfolio-footer a { justify-self: end; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.portfolio-footer b { margin-left: 12px; color: var(--magenta); font-size: 16px; }

.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 60px; }
.location-grid figure { position: relative; min-height: 440px; margin: 0; overflow: hidden; background: #242126; }
.location-grid figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(17,16,19,.82)); }
.location-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.75,.22,1); }
.location-grid figure:hover img { transform: scale(1.035); }
.location-grid figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 23px; display: grid; gap: 6px; color: #fff; }
.location-grid figcaption strong { font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-style: italic; font-weight: 400; }
.location-grid figcaption span { font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }

.split-section { max-width: var(--max); min-height: 720px; margin: 0 auto; display: grid; grid-template-columns: 48% 52%; background: var(--ink); color: #fff; }
.split-photo { position: relative; overflow: hidden; min-height: 720px; }
.split-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 70%, rgba(17,16,19,.5)); }
.split-photo img { width: 100%; height: 100%; object-fit: cover; }
.split-photo > span { position: absolute; z-index: 2; left: 28px; bottom: 28px; color: #fff; font-size: 8px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.split-copy { position: relative; overflow: hidden; padding: 100px 7vw; }
.split-copy h2 { position: relative; z-index: 1; font-size: clamp(48px, 5.4vw, 76px); }
.split-copy > p:not(.section-number):not(.kicker) { position: relative; z-index: 1; max-width: 590px; margin: 28px 0 0; color: #b8b3bb; font-size: 15px; line-height: 1.8; }
.split-copy blockquote { position: relative; z-index: 1; max-width: 570px; margin: 35px 0 0; padding: 22px 0 22px 23px; border-left: 2px solid var(--magenta); color: #f1eef2; font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-style: italic; line-height: 1.45; }
.feature-quote { max-width: 820px; margin: 60px 0 0; padding: 25px 0 25px 28px; border-left: 2px solid var(--magenta); color: #3f3b41; font-family: Georgia, "Times New Roman", serif; font-size: clamp(22px, 3vw, 34px); font-style: italic; line-height: 1.45; }
.fact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--white-line); }
.fact-grid span { color: #827e86; font-size: 9px; line-height: 1.45; text-transform: uppercase; letter-spacing: .09em; }
.fact-grid strong { display: block; margin-bottom: 7px; color: #fff; font-size: 11px; }

.steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); margin: 70px 0 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.steps li { position: relative; min-height: 250px; padding: 29px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--magenta); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.steps li > strong { display: block; margin-top: 66px; font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-style: italic; font-weight: 400; }
.steps li > p { max-width: 330px; margin: 13px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; }
.price-card { position: relative; min-height: 350px; padding: 29px 26px; border: 1px solid var(--line); border-left: 0; }
.price-card:first-child { border-left: 1px solid var(--line); }
.price-card > span { color: #969198; font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.price-card h3 { margin: 55px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-style: italic; font-weight: 400; }
.price-card p { margin: 13px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.price-card > strong { position: absolute; left: 26px; bottom: 27px; color: var(--magenta-deep); font-size: 18px; }
.price-note { margin: 20px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.testimonials-section { max-width: var(--max); margin: 0 auto; padding: 110px 5vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: var(--ink-soft); color: #fff; }
.testimonials-title h2 { font-size: clamp(44px, 5vw, 73px); }
.testimonials-list { border-top: 1px solid var(--white-line); }
.testimonials-list article { display: grid; grid-template-columns: 45px minmax(0, 1fr) 150px; gap: 20px; align-items: start; padding: 31px 0; border-bottom: 1px solid var(--white-line); }
.testimonials-list article > span { color: var(--magenta); font-size: 9px; font-weight: 900; }
.testimonials-list blockquote { margin: 0; color: #ece8ed; font-family: Georgia, "Times New Roman", serif; font-size: 17px; font-style: italic; line-height: 1.55; }
.testimonials-list article > p { margin: 2px 0 0; color: #817c84; font-size: 8px; line-height: 1.5; letter-spacing: .1em; text-align: right; text-transform: uppercase; }
.testimonials-list article > p strong { display: block; margin-bottom: 5px; color: #fff; font-size: 10px; }

.contact-section { max-width: var(--max); min-height: 700px; margin: 0 auto; display: grid; grid-template-columns: 49% 51%; background: var(--paper); }
.contact-image { min-height: 700px; overflow: hidden; background: #222; }
.contact-image img { width: 100%; height: 100%; object-fit: cover; }
.contact-copy { display: flex; flex-direction: column; justify-content: center; padding: 85px 7vw; }
.contact-copy h2 { font-size: clamp(48px, 5.1vw, 75px); }
.contact-copy > p:not(.section-number) { max-width: 560px; margin: 29px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.contact-mail { display: flex; justify-content: space-between; align-items: center; margin-top: 40px; padding: 20px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(18px, 2vw, 26px); font-style: italic; }
.contact-mail span { color: var(--magenta); font-family: Arial, Helvetica, sans-serif; font-size: 22px; font-style: normal; }
.contact-phone { margin-top: 18px; color: #716d73; font-size: 12px; font-weight: 900; letter-spacing: .14em; }

.page-hero { position: relative; overflow: hidden; min-height: 460px; max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 52% 48%; background: var(--ink); color: #fff; }
.page-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 75px 6vw; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; color: #9d98a0; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.breadcrumbs a:hover { color: #fff; }
.page-hero h1 { margin: 0; font-size: clamp(52px, 6vw, 88px); line-height: .92; letter-spacing: -.05em; }
.page-hero p { max-width: 620px; margin: 26px 0 0; color: #b7b2ba; font-size: 15px; line-height: 1.75; }
.page-hero-image { position: relative; min-height: 460px; overflow: hidden; }
.page-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,16,19,.28), transparent); }
.page-hero-image img { width: 100%; height: 100%; object-fit: cover; }

.gallery-controls { display: flex; flex-wrap: wrap; gap: 8px; margin: 45px 0 28px; }
.filter-button { padding: 10px 13px; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.filter-button:hover, .filter-button.active { background: var(--ink); color: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 110px; gap: 10px; }
.gallery-item { position: relative; grid-column: span 4; grid-row: span 3; overflow: hidden; border: 0; padding: 0; background: #2a272c; cursor: zoom-in; }
.gallery-item.wide { grid-column: span 8; }
.gallery-item.tall { grid-row: span 5; }
.gallery-item.hidden { display: none; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.gallery-item::after { content: "+"; position: absolute; right: 15px; bottom: 15px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(17,16,19,.55); color: #fff; opacity: 0; transition: .2s ease; }
.gallery-item:hover img { transform: scale(1.025); filter: contrast(1.08); }
.gallery-item:hover::after { opacity: 1; }

.lightbox { width: min(94vw, 1300px); max-width: none; height: min(92vh, 900px); border: 0; padding: 0; background: #09080a; color: #fff; }
.lightbox::backdrop { background: rgba(5,4,6,.92); backdrop-filter: blur(5px); }
.lightbox-inner { position: relative; width: 100%; height: 100%; display: grid; grid-template-columns: 60px 1fr 60px; align-items: center; }
.lightbox figure { height: 100%; margin: 0; display: grid; grid-template-rows: minmax(0,1fr) auto; align-items: center; justify-items: center; padding: 24px 10px; }
.lightbox img { max-width: 100%; max-height: calc(92vh - 85px); object-fit: contain; }
.lightbox figcaption { padding-top: 12px; color: #bbb6bd; font-size: 11px; text-align: center; }
.lightbox button { border: 0; background: transparent; color: #fff; cursor: pointer; font-size: 27px; }
.lightbox-close { position: absolute; z-index: 2; right: 15px; top: 12px; width: 45px; height: 45px; }

.service-lead { max-width: 820px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 3.5vw, 48px); line-height: 1.25; }
.service-copy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; margin-top: 55px; }
.service-copy-grid p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.service-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.service-list li { padding: 16px 0; display: flex; gap: 15px; border-bottom: 1px solid var(--line); font-size: 13px; }
.service-list li::before { content: "✦"; color: var(--magenta); }
.related-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 60px; }
.related-links a { min-height: 160px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border: 1px solid var(--line); transition: .2s ease; }
.related-links a:hover { background: var(--ink); color: #fff; transform: translateY(-4px); }
.related-links small { color: var(--magenta-deep); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.related-links strong { font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-style: italic; font-weight: 400; }

.form-layout { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .8fr 1.2fr; background: var(--paper-soft); }
.form-intro { padding: 90px 6vw; background: var(--ink); color: #fff; }
.form-intro h1 { margin: 0; font-size: clamp(48px, 5.5vw, 80px); line-height: .95; letter-spacing: -.05em; }
.form-intro p { margin: 28px 0 0; color: #b8b3bb; font-size: 15px; line-height: 1.75; }
.contact-direct { margin-top: 40px; display: grid; gap: 12px; }
.contact-direct a { padding: 15px 0; border-top: 1px solid var(--white-line); font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-style: italic; }
.contact-direct span { color: #8c8790; font-size: 11px; line-height: 1.6; letter-spacing: .08em; text-transform: uppercase; }
.contact-form { padding: 80px 6vw; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; border: 0; border-bottom: 1px solid #8f8a91; padding: 14px 2px; background: transparent; color: var(--ink); border-radius: 0; }
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 0; border-color: var(--magenta); box-shadow: 0 2px 0 var(--magenta); }
.checkbox { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin-top: 24px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.checkbox input { margin-top: 2px; accent-color: var(--magenta); }
.form-actions { display: flex; align-items: center; gap: 18px; margin-top: 28px; }
.form-status { margin: 0 0 25px; padding: 14px 16px; border-left: 3px solid #b42318; background: #fff0ee; color: #7a1d17; font-size: 13px; line-height: 1.5; }
.form-status ul { margin: 8px 0 0; padding-left: 20px; }
.form-note { color: var(--muted); font-size: 10px; }
.honeypot { position: absolute !important; left: -9999px !important; }

.search-page { max-width: 1000px; margin: 0 auto; padding: 100px 24px; min-height: 650px; }
.search-page h1 { margin: 0; font-size: clamp(52px, 7vw, 88px); line-height: .95; }
.search-form { display: grid; grid-template-columns: 1fr auto; margin-top: 45px; border-bottom: 2px solid var(--ink); }
.search-form input { border: 0; background: transparent; padding: 18px 4px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(22px, 3vw, 34px); }
.search-form input:focus { outline: 0; }
.search-form button { border: 0; background: transparent; cursor: pointer; color: var(--magenta-deep); font-size: 22px; }
.search-summary { margin: 28px 0 0; color: var(--muted); font-size: 12px; }
.search-results { margin-top: 30px; border-top: 1px solid var(--line); }
.search-result { display: grid; grid-template-columns: 110px 1fr auto; gap: 22px; align-items: start; padding: 25px 0; border-bottom: 1px solid var(--line); }
.search-result small { color: var(--magenta-deep); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.search-result h2 { margin: 0; font-size: 26px; font-style: italic; }
.search-result strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-style: italic; font-weight: 400; }
.search-result p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.search-result > span { color: var(--magenta); font-size: 20px; }
.no-results { padding: 35px 0; color: var(--muted); }
.empty-result { padding: 35px 0; color: var(--muted); line-height: 1.7; }

.journal-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 6vw; align-items: start; margin-top: 50px; }
.journal-feature { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); background: var(--paper); }
.journal-feature > img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.journal-feature > div { align-self: center; padding: 45px; }
.journal-feature small { color: var(--magenta-deep); font-size: 8px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.journal-feature h2 { margin: 25px 0 0; font-size: clamp(32px, 3.5vw, 50px); line-height: 1.08; }
.journal-feature p, .journal-topics p { color: var(--muted); font-size: 13px; line-height: 1.75; }
.journal-topics { padding: 30px; border-top: 3px solid var(--magenta); background: var(--ink); color: #fff; }
.journal-topics h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 29px; font-style: italic; font-weight: 400; }
.journal-topics p { color: #b8b3bb; }
.journal-topics a { display: inline-block; margin-top: 15px; padding-bottom: 7px; border-bottom: 1px solid #fff; font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }

.message-page { min-height: 720px; max-width: var(--max); margin: 0 auto; padding: 80px 5vw; display: grid; place-items: center; }
.message-page > div { width: min(100%, 1100px); display: grid; grid-template-columns: 1fr 1fr; background: var(--paper-soft); box-shadow: 0 24px 70px rgba(17,16,19,.08); }
.message-page img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.message-art { min-height: 500px; display: grid; place-items: center; overflow: hidden; background: var(--ink); color: var(--magenta); font-family: Georgia, "Times New Roman", serif; font-size: clamp(100px, 17vw, 250px); font-style: italic; letter-spacing: -.08em; }
.message-copy { align-self: center; padding: 65px 5vw; }
.message-copy h1 { margin: 0; font-size: clamp(48px, 6vw, 78px); line-height: .98; }
.message-copy > p:not(.section-number) { color: var(--muted); line-height: 1.75; }

.legal-page { max-width: 920px; margin: 0 auto; padding: 85px 24px 120px; }
.legal-page h1 { margin: 0 0 45px; font-size: clamp(52px, 7vw, 82px); line-height: .95; }
.legal-page h2 { margin: 48px 0 12px; font-size: 27px; font-style: italic; }
.legal-page h3 { margin: 30px 0 9px; font-size: 15px; }
.legal-page p, .legal-page li, .legal-page address { color: #555158; font-size: 14px; line-height: 1.75; }
.legal-page address { font-style: normal; }
.legal-page a { color: var(--magenta-deep); text-decoration: underline; text-underline-offset: 3px; }
.legal-note { margin: 0 0 35px; padding: 17px 19px; border-left: 3px solid var(--magenta); background: var(--paper-soft); }
.status-page { min-height: 620px; display: grid; place-items: center; padding: 80px 24px; text-align: center; }
.status-page h1 { margin: 0; font-size: clamp(65px, 12vw, 150px); line-height: .8; color: var(--magenta); }
.status-page h2 { margin: 30px 0 0; font-size: clamp(32px, 5vw, 58px); }
.status-page p { max-width: 620px; color: var(--muted); line-height: 1.7; }
.status-page .button { margin-top: 20px; }

.site-footer { max-width: var(--max); margin: 0 auto; padding: 55px 4vw 28px; background: var(--paper-soft); border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: 1.3fr .7fr .7fr .8fr; gap: 5vw; }
.footer-brand img { width: 250px; }
.footer-brand p { max-width: 330px; margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.footer-column { display: grid; align-content: start; gap: 10px; }
.footer-column strong { margin-bottom: 5px; color: var(--magenta-deep); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.footer-column a { width: fit-content; color: #4f4b51; font-size: 11px; }
.footer-column span { color: #4f4b51; font-size: 11px; line-height: 1.6; }
.footer-column a:hover { color: var(--magenta-deep); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--line); color: #918c93; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 250px 1fr; }
  .brand img { width: 230px; }
  .desktop-nav { gap: 14px; }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-main .footer-column:last-child { grid-column: 2 / -1; grid-template-columns: repeat(3, max-content); gap: 18px; }
}

@media (max-width: 900px) {
  .site-header { height: 78px; grid-template-columns: 1fr auto; padding: 0 22px; }
  .brand img { width: 220px; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { list-style: none; cursor: pointer; padding: 10px 13px; border: 1px solid var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; z-index: 20; right: 0; top: 44px; width: min(290px, calc(100vw - 32px)); display: grid; padding: 10px; background: var(--paper-soft); border: 1px solid var(--line); box-shadow: 0 22px 45px rgba(0,0,0,.16); }
  .mobile-menu a { padding: 11px 8px; font-size: 11px; }
  .mobile-menu .mobile-sub { margin: 2px 0 5px 10px; padding-left: 10px; border-left: 2px solid rgba(199,42,193,.25); color: var(--muted); }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-photo { min-height: 60vh; }
  .hero-copy { min-height: 610px; padding: 75px 24px 65px; }
  .hero h1 { font-size: clamp(50px, 13vw, 76px); }
  .intro-strip { flex-wrap: wrap; justify-content: center; padding: 24px 20px; }
  .content-section { padding: 82px 23px; }
  .section-head { grid-template-columns: 1fr; gap: 27px; }
  .section-head > p { max-width: 650px; }
  .portfolio-grid { min-height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 440px 280px 360px; }
  .card-tall { grid-column: span 1; grid-row: span 2; }
  .card-wide { grid-column: span 1; }
  .card-square, .card-wide-bottom { grid-column: span 1; }
  .card-wide-bottom { grid-column: 1 / -1; }
  .portfolio-footer { grid-template-columns: 1fr 1fr; }
  .portfolio-footer a { grid-column: 2; }
  .location-grid { grid-template-columns: 1fr 1fr; }
  .location-grid figure:last-child { grid-column: 1 / -1; }
  .split-section, .contact-section, .page-hero, .form-layout { grid-template-columns: 1fr; }
  .journal-grid, .message-page > div { grid-template-columns: 1fr; }
  .journal-feature { grid-template-columns: 1fr; }
  .journal-feature > img { min-height: 420px; }
  .message-page img, .message-art { min-height: 380px; }
  .split-photo, .contact-image { min-height: 58vh; }
  .split-copy, .contact-copy, .form-intro, .contact-form { padding: 78px 24px; }
  .page-hero-copy { padding: 65px 24px; }
  .page-hero-image { min-height: 46vh; }
  .steps { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card, .price-card:nth-child(3) { border-left: 1px solid var(--line); border-top: 0; }
  .price-card:first-child { border-top: 1px solid var(--line); }
  .steps li { min-height: 205px; }
  .steps li > strong { margin-top: 42px; }
  .testimonials-section { grid-template-columns: 1fr; padding: 82px 23px; }
  .gallery-grid { grid-auto-rows: 90px; }
  .gallery-item { grid-column: span 6; }
  .gallery-item.wide { grid-column: span 12; }
  .service-copy-grid { grid-template-columns: 1fr; gap: 36px; }
  .related-links { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main .footer-column:last-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .brand img { width: 185px; }
  .hero-photo { min-height: 50vh; }
  .hero-copy { min-height: 590px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button, .hero-actions .text-button { width: 100%; }
  .text-button { justify-content: space-between; }
  .intro-strip { font-size: 14px; }
  .section-head h2, .split-copy h2, .testimonials-title h2, .contact-copy h2 { font-size: 44px; }
  .portfolio-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 390px); }
  .portfolio-card, .card-tall, .card-wide, .card-square, .card-wide-bottom { grid-column: span 1; grid-row: span 1; }
  .portfolio-footer { grid-template-columns: 1fr; }
  .portfolio-footer a { grid-column: 1; justify-self: start; }
  .location-grid { grid-template-columns: 1fr; }
  .location-grid figure, .location-grid figure:last-child { grid-column: 1; min-height: 380px; }
  .fact-grid, .price-grid, .form-grid { grid-template-columns: 1fr; }
  .testimonials-list article { grid-template-columns: 28px 1fr; }
  .testimonials-list article > p { grid-column: 2; text-align: left; }
  .contact-mail { font-size: 17px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 380px; }
  .gallery-item, .gallery-item.wide, .gallery-item.tall { grid-column: 1; grid-row: span 1; }
  .gallery-item::after { opacity: 1; }
  .journal-feature > div { padding: 34px 22px; }
  .message-page { padding: 38px 16px; }
  .message-copy { padding: 48px 24px; }
  .lightbox-inner { grid-template-columns: 42px 1fr 42px; }
  .search-result { grid-template-columns: 1fr auto; }
  .search-result small { grid-column: 1; }
  .search-result > div { grid-column: 1; }
  .search-result > span { grid-column: 2; grid-row: 1 / span 2; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand, .footer-main .footer-column:last-child { grid-column: 1; }
  .footer-main .footer-column:last-child { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

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

@media print {
  .site-header, .site-footer, .gallery-controls, .button, .lightbox, .mobile-menu { display: none !important; }
  body { background: #fff; color: #000; }
  .content-section, .legal-page { max-width: none; padding: 20px; }
  a { color: #000; text-decoration: underline; }
}
