:root {
  --ink: #10201d;
  --night: #06110f;
  --night-2: #0b1c19;
  --cream: #f4f0e8;
  --paper: #fbfaf6;
  --gold: #d4a84e;
  --gold-light: #f0ce83;
  --teal: #195b50;
  --muted: #66726f;
  --line: rgba(16, 32, 29, 0.14);
  --radius: 22px;
  --shadow: 0 28px 80px rgba(5, 18, 15, 0.14);
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open, body.panel-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; transform: translateY(-150%); background: white; color: black; padding: 10px 14px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: 84px; transition: .35s ease; color: white; }
.site-header.scrolled { height: 68px; background: rgba(6, 17, 15, .92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.09); }
.nav-shell { width: var(--shell); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.42); color: var(--gold-light); font-family: Georgia, serif; font-size: 17px; font-style: italic; }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-size: 14px; letter-spacing: .12em; text-transform: uppercase; }
.brand-copy small { opacity: .65; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; }
.main-nav > a { opacity: .82; transition: .2s ease; }
.main-nav > a:hover { opacity: 1; color: var(--gold-light); }
.main-nav .nav-cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.38); opacity: 1; }
.menu-toggle { display: none; background: transparent; border: 0; width: 42px; height: 42px; padding: 10px; }
.menu-toggle span { display: block; height: 1px; background: white; margin: 7px 0; transition: .25s; }

.hero { position: relative; min-height: 760px; height: 100svh; color: white; overflow: hidden; background: var(--night); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,13,11,.91) 0%, rgba(4,13,11,.7) 34%, rgba(4,13,11,.2) 62%, rgba(4,13,11,.06) 100%), linear-gradient(0deg, rgba(4,13,11,.55), transparent 38%); }
.hero-content { position: relative; z-index: 2; min-height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 90px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--teal); }
.hero h1, .section-heading h2, .about-copy h2, .contact-copy h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; line-height: .96; }
.hero h1 { max-width: 790px; font-size: clamp(55px, 6.5vw, 100px); }
.hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: rgba(255,255,255,.74); font-size: clamp(17px, 1.7vw, 21px); line-height: 1.6; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 1px solid transparent; font-size: 13px; font-weight: 750; letter-spacing: .02em; transition: .25s ease; cursor: pointer; }
.button-primary { background: var(--gold); color: #0b1513; }
.button-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
.button-ghost { border-color: rgba(255,255,255,.34); color: white; }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.08); }
.button-dark { background: var(--night); color: white; }
.button-dark:hover { background: var(--teal); transform: translateY(-2px); }
.hero-proof { display: flex; gap: 0; margin-top: 46px; border-top: 1px solid rgba(255,255,255,.2); }
.hero-proof span { display: grid; gap: 3px; min-width: 190px; padding: 15px 28px 0 0; color: rgba(255,255,255,.55); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.hero-proof b { color: white; font-size: 12px; }
.scroll-cue { position: absolute; z-index: 3; right: 32px; bottom: 32px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.7); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; transform: rotate(90deg); transform-origin: bottom right; }
.scroll-cue span { display: block; width: 42px; height: 1px; background: var(--gold); }

.portrait-hero .hero-image { object-position: center 48%; }
.portrait-hero .hero-overlay { background: linear-gradient(90deg, rgba(4,13,11,.91) 0%, rgba(4,13,11,.68) 37%, rgba(4,13,11,.18) 67%, rgba(4,13,11,.08) 100%), linear-gradient(0deg, rgba(4,13,11,.52), transparent 42%); }
.portrait-categories { background: var(--night); color: white; }
.portrait-categories .shell { min-height: 78px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.portrait-categories span { padding: 0 28px; border-right: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.72); font-size: 10px; font-weight: 750; letter-spacing: .15em; text-align: center; text-transform: uppercase; }
.portrait-categories span:first-child { padding-left: 0; text-align: left; }
.portrait-categories span:last-child { padding-right: 0; border: 0; text-align: right; }
.portrait-gallery-section { background: #f2eee7; }
.portrait-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 220px; gap: 12px; }
.portrait-grid .gallery-item::after { background: linear-gradient(0deg, rgba(23,15,10,.76), transparent 44%); }
.portrait-feature { grid-column: 1 / 8; grid-row: 1 / 3; }
.portrait-couple { grid-column: 8 / 13; grid-row: 1 / 2; }
.portrait-nature { grid-column: 8 / 13; grid-row: 2 / 3; }
.portrait-child { grid-column: 1 / 5; grid-row: 3 / 4; }
.portrait-individual { grid-column: 5 / 9; grid-row: 3 / 4; }
.portrait-editorial { grid-column: 9 / 13; grid-row: 3 / 4; }
.portrait-feature img { object-position: center 43%; }
.portrait-couple img { object-position: center 56%; }
.portrait-nature img { object-position: 30% 36%; }
.portrait-child img { object-position: 62% 42%; }
.portrait-individual img { object-position: 26% 38%; }
.portrait-editorial img { object-position: 37% center; }
.portrait-formulas { background: #0b1816; color: white; }
.portrait-type-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid rgba(255,255,255,.14); }
.portrait-type { min-height: 285px; padding: 30px; border-right: 1px solid rgba(255,255,255,.14); }
.portrait-type:last-child { border: 0; }
.portrait-type > span { color: var(--gold); font-size: 10px; }
.portrait-type h3 { margin: 58px 0 15px; font-family: Georgia, serif; font-size: 31px; font-weight: 400; }
.portrait-type p { margin: 0; color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.7; }
.portrait-offer { margin-top: 32px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; padding: 48px; background: #f7f5ef; color: var(--ink); }
.portrait-offer h3 { margin: 17px 0 18px; font-family: Georgia, serif; font-size: clamp(34px, 3.7vw, 52px); font-weight: 400; line-height: 1.03; letter-spacing: -.035em; }
.portrait-offer > div > p:not(.card-kicker) { max-width: 680px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.portrait-offer-price { display: grid; align-content: center; justify-items: start; padding-left: 42px; border-left: 1px solid var(--line); }
.portrait-offer-price > span { color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.portrait-offer-price > strong { margin: 8px 0 25px; color: var(--teal); font-family: Georgia, serif; font-size: 54px; font-weight: 400; line-height: 1; }

.trust-strip { background: var(--night); color: rgba(255,255,255,.7); border-top: 1px solid rgba(255,255,255,.08); }
.trust-grid { min-height: 72px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid p { margin: 0; padding: 0 22px; border-right: 1px solid rgba(255,255,255,.1); text-align: center; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.trust-grid p:first-child { padding-left: 0; text-align: left; }
.trust-grid p:last-child { border: 0; padding-right: 0; text-align: right; }

.section { padding-block: 120px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 80px; align-items: end; margin-bottom: 64px; }
.section-heading h2 { font-size: clamp(45px, 5vw, 72px); }
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.section-heading.light { color: white; }
.section-heading.light > p { color: rgba(255,255,255,.58); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 500px; padding: 34px; background: white; border: 1px solid var(--line); display: flex; flex-direction: column; overflow: hidden; transition: .35s ease; }
.service-card::after { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; right: -140px; top: -140px; border: 1px solid var(--line); transition: .4s; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.service-card:hover::after { transform: scale(1.5); border-color: rgba(212,168,78,.25); }
.service-card.featured { background: var(--night-2); color: white; border-color: var(--night-2); }
.service-number { color: var(--gold); font-size: 11px; letter-spacing: .15em; }
.service-icon { margin-top: 62px; color: var(--gold); font-size: 30px; }
.service-card h3 { margin: 18px 0 14px; font-family: Georgia, serif; font-size: 32px; font-weight: 400; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.service-card.featured p { color: rgba(255,255,255,.62); }
.service-card ul { margin: 24px 0 0; padding: 0; list-style: none; font-size: 12px; line-height: 2; }
.service-card li::before { content: "—"; margin-right: 8px; color: var(--gold); }
.service-card > a { margin-top: auto; padding-top: 30px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.service-card.featured > a { border-color: rgba(255,255,255,.15); }

.animal-section { background: #e7eeeb; }
.animal-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 220px; gap: 12px; }
.animal-grid .gallery-item::after { background: linear-gradient(0deg, rgba(4,18,15,.78), transparent 45%); }
.animal-feature { grid-column: 1 / 9; grid-row: 1 / 3; }
.animal-forest { grid-column: 9 / 13; grid-row: 1 / 3; }
.animal-snow { grid-column: 1 / 7; grid-row: 3 / 5; }
.animal-closeup { grid-column: 7 / 13; grid-row: 3 / 4; }
.animal-mono { grid-column: 7 / 10; grid-row: 4 / 5; }
.animal-run { grid-column: 10 / 13; grid-row: 4 / 5; }
.animal-feature img { object-position: center 56%; }
.animal-forest img { object-position: 36% center; }
.animal-snow img { object-position: 48% center; }
.animal-closeup img { object-position: 40% 42%; }
.animal-mono img { object-position: 48% 42%; }
.animal-run img { object-position: 42% center; }
.animal-offer { margin-top: 24px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; padding: 48px; background: white; border: 1px solid rgba(16,32,29,.12); box-shadow: 0 18px 55px rgba(11,35,29,.07); }
.animal-offer h3 { margin: 17px 0 18px; font-family: Georgia, serif; font-size: clamp(34px, 3.7vw, 52px); font-weight: 400; line-height: 1.03; letter-spacing: -.035em; }
.animal-offer > div > p:not(.card-kicker) { max-width: 680px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.animal-booking { display: grid; align-content: center; justify-items: start; padding-left: 42px; border-left: 1px solid var(--line); }
.animal-booking > span { color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.animal-booking > strong { margin: 8px 0 25px; color: var(--teal); font-family: Georgia, serif; font-size: 54px; font-weight: 400; line-height: 1; }

.portfolio-section { background: #0a1418; color: white; }
.portfolio-heading > p { color: rgba(255,255,255,.6); }
.portfolio-index { display: flex; gap: 8px; margin: -30px 0 28px; }
.portfolio-index a { padding: 10px 15px; border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.58); font-size: 9px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; transition: .2s; }
.portfolio-index a:hover, .portfolio-index a.active { border-color: var(--gold-light); color: var(--gold-light); }
.portfolio-index-light a { border-color: var(--line); color: var(--muted); }
.portfolio-index-light a:hover, .portfolio-index-light a.active { border-color: var(--teal); color: var(--teal); }
.portfolio-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 250px; gap: 12px; }
.gallery-item { position: relative; margin: 0; padding: 0; overflow: hidden; border: 0; background: #050c0f; color: white; cursor: zoom-in; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,8,10,.78), transparent 42%); opacity: .68; transition: .35s ease; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.gallery-item span { position: absolute; z-index: 1; left: 20px; right: 20px; bottom: 17px; display: flex; justify-content: space-between; align-items: center; font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.gallery-item span b { color: var(--gold-light); font-weight: 500; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.045); filter: saturate(1.08); }
.gallery-item:hover::after, .gallery-item:focus-visible::after { opacity: 1; }
.gallery-item:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 3px; }
.gallery-main { grid-column: span 7; grid-row: span 2; }
.gallery-detail, .gallery-night { grid-column: span 5; }
.gallery-wide { grid-column: span 8; }
.gallery-reflection { grid-column: span 4; }
.gallery-main img { object-position: center 58%; }
.portfolio-offers { display: grid; grid-template-columns: .8fr 1.2fr; margin-top: 24px; border: 1px solid rgba(255,255,255,.13); }
.portfolio-offers article { min-height: 330px; padding: 38px; display: flex; flex-direction: column; background: rgba(255,255,255,.035); }
.portfolio-offers article + article { border-left: 1px solid rgba(255,255,255,.13); }
.portfolio-offers .video-offer { background: #12292b; }
.portfolio-offers h3 { margin: 17px 0 16px; font-family: Georgia, serif; font-size: clamp(29px, 3vw, 43px); font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
.portfolio-offers article > p:not(.card-kicker) { max-width: 670px; margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.75; }
.portfolio-offers article > div { margin-top: auto; padding-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.13); }
.portfolio-offers strong { color: var(--gold-light); font-family: Georgia, serif; font-size: 25px; font-weight: 400; white-space: nowrap; }
.portfolio-offers a { display: flex; gap: 24px; align-items: center; font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.portfolio-offers a:hover { color: var(--gold-light); }

.wedding-section { background: #f1eee7; }
.wedding-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 205px; gap: 12px; }
.wedding-grid .gallery-item::after { background: linear-gradient(0deg, rgba(31,22,15,.75), transparent 43%); }
.wedding-feature { grid-column: 1 / 9; grid-row: 1 / 3; }
.wedding-emotion { grid-column: 9 / 13; grid-row: 1 / 3; }
.wedding-arrival { grid-column: 1 / 5; grid-row: 3 / 5; }
.wedding-glance { grid-column: 5 / 9; grid-row: 3 / 4; }
.wedding-exit { grid-column: 9 / 13; grid-row: 3 / 4; }
.wedding-rings { grid-column: 5 / 10; grid-row: 4 / 5; }
.wedding-bride { grid-column: 10 / 13; grid-row: 4 / 5; }
.wedding-intimate { grid-column: 1 / 5; grid-row: 5 / 6; }
.wedding-game { grid-column: 5 / 9; grid-row: 5 / 6; }
.wedding-portrait { grid-column: 9 / 13; grid-row: 5 / 6; }
.wedding-celebration { grid-column: 1 / 13; grid-row: 6 / 8; }
.wedding-emotion img { object-position: 66% center; }
.wedding-arrival img { object-position: 49% center; }
.wedding-glance img { object-position: 42% center; }
.wedding-bride img { object-position: 58% center; }
.wedding-offer { margin-top: 24px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; padding: 48px; background: white; border: 1px solid var(--line); box-shadow: 0 18px 55px rgba(11,35,29,.06); }
.wedding-offer h3 { margin: 17px 0 18px; font-family: Georgia, serif; font-size: clamp(34px, 3.7vw, 52px); font-weight: 400; line-height: 1.03; letter-spacing: -.035em; }
.wedding-offer > div > p:not(.card-kicker) { max-width: 680px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.wedding-rates { display: grid; align-content: center; gap: 0; }
.wedding-rates > .rate-choice { display: grid; grid-template-columns: 105px 1fr auto; gap: 12px; align-items: center; min-height: 72px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; transition: .2s; }
.wedding-rates > .rate-choice:last-child { border-bottom: 1px solid var(--line); }
.wedding-rates > .rate-choice:hover { padding-inline: 8px; background: #f3f6f4; color: var(--teal); }
.wedding-rates b { color: var(--teal); font-family: Georgia, serif; font-size: 21px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.wedding-rates i { color: var(--teal); font-size: 15px; font-style: normal; }

.pricing-section { background: var(--night); color: white; }
.price-list { border-top: 1px solid rgba(255,255,255,.15); }
.price-row { min-height: 118px; display: grid; grid-template-columns: 55px 1fr auto 44px; gap: 22px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.15); transition: .2s; }
.price-row:hover { background: rgba(255,255,255,.035); padding-inline: 12px; }
.price-row > span { color: var(--gold); font-size: 11px; }
.price-row h3 { margin: 0 0 6px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.price-row p { margin: 0; color: rgba(255,255,255,.48); font-size: 13px; }
.price-row strong { color: var(--gold-light); font-family: Georgia, serif; font-size: 24px; font-weight: 400; white-space: nowrap; }
.price-row > a { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.25); transition: .2s; }
.price-row > a:hover { background: var(--gold); color: var(--night); border-color: var(--gold); }
.conditions-note { margin-top: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.7; }
.conditions-note b { color: white; }

.drone-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.drone-card { display: grid; grid-template-columns: 42% 58%; min-height: 630px; background: white; border: 1px solid var(--line); box-shadow: 0 18px 55px rgba(11, 35, 29, .08); overflow: hidden; }
.drone-visual { position: relative; background: var(--night); overflow: hidden; }
.drone-visual img { width: 100%; height: 100%; object-fit: cover; transition: .6s ease; }
.drone-card:hover .drone-visual img { transform: scale(1.035); }
.drone-tag { position: absolute; left: 18px; top: 18px; padding: 8px 11px; background: rgba(5,17,15,.8); backdrop-filter: blur(10px); color: var(--gold-light); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.drone-content { padding: 38px 30px; display: flex; flex-direction: column; }
.card-kicker { margin: 0; color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.drone-content h3 { margin: 12px 0 16px; font-family: Georgia, serif; font-size: 34px; font-weight: 400; line-height: 1; }
.drone-content > p:not(.card-kicker) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.drone-price { display: flex; align-items: center; gap: 17px; margin-top: 30px; padding-block: 24px; border-block: 1px solid var(--line); }
.drone-price strong { color: var(--teal); font-family: Georgia, serif; font-size: 45px; font-weight: 400; line-height: 1; }
.drone-price span { color: var(--muted); font-size: 10px; line-height: 1.55; text-transform: uppercase; letter-spacing: .07em; }
.rate-chips { display: flex; flex-wrap: wrap; gap: 7px; margin: 18px 0 24px; }
.rate-chips span { padding: 7px 9px; background: #edf2ef; color: #36544d; font-size: 9px; font-weight: 700; }
.drone-content .button { margin-top: auto; width: 100%; font-size: 11px; }
.rental-rules { margin-top: 26px; display: grid; grid-template-columns: repeat(3, 1fr); background: #e9efec; }
.rental-rules > div { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 25px; border-right: 1px solid rgba(16,32,29,.1); }
.rental-rules > div:last-child { border: 0; }
.rental-rules span { color: var(--teal); font-size: 10px; }
.rental-rules p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.rental-rules b { display: block; margin-bottom: 4px; color: var(--ink); font-size: 12px; }

.about-section { padding-block: 120px; background: var(--teal); color: white; overflow: hidden; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.about-visual { position: relative; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); }
.about-visual::before, .about-visual::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); }
.about-visual::before { width: 70%; height: 70%; }
.about-visual::after { width: 38%; height: 38%; }
.viewfinder { position: absolute; inset: 28px; }
.viewfinder span { position: absolute; width: 28px; height: 28px; border-color: var(--gold-light); }
.viewfinder span:nth-child(1) { left: 0; top: 0; border-left: 2px solid; border-top: 2px solid; }
.viewfinder span:nth-child(2) { right: 0; top: 0; border-right: 2px solid; border-top: 2px solid; }
.viewfinder span:nth-child(3) { left: 0; bottom: 0; border-left: 2px solid; border-bottom: 2px solid; }
.viewfinder span:nth-child(4) { right: 0; bottom: 0; border-right: 2px solid; border-bottom: 2px solid; }
.viewfinder b { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-family: Georgia, serif; font-size: 78px; font-style: italic; font-weight: 400; color: var(--gold-light); }
.about-visual > p { position: absolute; left: 22px; bottom: -45px; margin: 0; font-family: Georgia, serif; font-size: 46px; line-height: .95; }
.about-visual em { color: var(--gold-light); }
.about-copy h2 { font-size: clamp(44px, 5vw, 72px); }
.about-copy .about-lead { margin: 30px 0 16px; color: white; font-family: Georgia, serif; font-size: 24px; line-height: 1.45; }
.about-copy > p:not(.eyebrow):not(.about-lead) { color: rgba(255,255,255,.67); line-height: 1.75; }
.about-stats { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 34px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.17); }
.about-stats div { display: grid; gap: 6px; padding-right: 16px; }
.about-stats strong { color: var(--gold-light); font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.about-stats span { color: rgba(255,255,255,.5); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.process-section { padding-bottom: 130px; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid div { min-height: 250px; padding: 28px; border-right: 1px solid var(--line); }
.process-grid div:last-child { border: 0; }
.process-grid span { color: var(--gold); font-size: 10px; }
.process-grid h3 { margin: 52px 0 12px; font-family: Georgia, serif; font-size: 26px; font-weight: 400; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.contact-section { padding-block: 120px; background: var(--night-2); color: white; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.contact-copy h2 { font-size: clamp(48px, 5.5vw, 82px); }
.contact-copy > p:not(.eyebrow) { max-width: 430px; color: rgba(255,255,255,.59); line-height: 1.75; }
.contact-links { display: grid; margin-top: 45px; }
.contact-links a { display: grid; gap: 4px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-links span { color: var(--gold-light); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.contact-links b { font-size: 14px; font-weight: 500; }
.contact-form { display: grid; gap: 19px; padding: 40px; background: white; color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span { font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #dce4e0; border-radius: 0; background: #f8faf8; padding: 14px 15px; color: var(--ink); outline: 0; transition: .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(25,91,80,.1); }
.contact-form textarea { resize: vertical; }
.form-submit { border: 0; margin-top: 4px; }
.form-note { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }

.site-footer { background: #030b09; color: white; }
.footer-top { min-height: 190px; display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 60px; align-items: center; }
.footer-brand .brand-mark { border-color: rgba(255,255,255,.2); }
.footer-top > p { color: rgba(255,255,255,.45); font-size: 11px; line-height: 1.8; text-transform: uppercase; letter-spacing: .08em; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; font-size: 11px; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { min-height: 60px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.footer-bottom button { background: transparent; border: 0; color: rgba(255,255,255,.55); cursor: pointer; }
.legal-panel { position: fixed; z-index: 100; inset: 0; overflow: auto; background: rgba(3,11,9,.98); padding: 80px 0; }
.legal-panel .shell { position: relative; }
.legal-panel h2 { font-family: Georgia, serif; font-size: 50px; font-weight: 400; }
.legal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }
.legal-grid h3 { color: var(--gold-light); }
.legal-grid p { color: rgba(255,255,255,.6); line-height: 1.75; }
.legal-close { position: absolute; right: 0; top: 0; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.25); background: transparent; color: white; font-size: 25px; cursor: pointer; }
.lightbox[hidden] { display: none; }
.lightbox { position: fixed; z-index: 120; inset: 0; display: grid; grid-template-columns: 72px minmax(0, 1fr) 72px; align-items: center; padding: 42px 24px 24px; background: rgba(2,7,8,.96); color: white; backdrop-filter: blur(16px); }
.lightbox figure { max-width: min(1180px, calc(100vw - 190px)); max-height: calc(100vh - 70px); margin: auto; display: grid; gap: 12px; justify-items: center; }
.lightbox figure img { max-height: calc(100vh - 110px); width: auto; object-fit: contain; box-shadow: 0 25px 90px rgba(0,0,0,.45); }
.lightbox figcaption { color: rgba(255,255,255,.66); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.lightbox-close, .lightbox-nav { display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.04); color: white; cursor: pointer; transition: .2s; }
.lightbox-close:hover, .lightbox-nav:hover { border-color: var(--gold-light); color: var(--gold-light); }
.lightbox-close { position: absolute; right: 22px; top: 18px; width: 48px; height: 48px; font-size: 28px; }
.lightbox-nav { width: 54px; height: 54px; justify-self: center; font-size: 21px; }
.floating-actions { position: fixed; z-index: 40; right: 18px; bottom: 18px; display: grid; gap: 8px; }
.floating-actions a { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--gold); color: var(--night); box-shadow: 0 8px 25px rgba(0,0,0,.24); font-size: 18px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 36px, 900px); }
  .main-nav { gap: 17px; }
  .main-nav > a:not(.nav-cta) { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 420px; }
  .service-icon { margin-top: 35px; }
  .portrait-grid { grid-auto-rows: 190px; }
  .portrait-type h3 { font-size: 27px; }
  .portrait-offer { grid-template-columns: 1fr 1fr; gap: 35px; padding: 38px; }
  .animal-grid { grid-auto-rows: 190px; }
  .animal-offer { grid-template-columns: 1fr 1fr; gap: 35px; padding: 38px; }
  .portfolio-grid { grid-auto-rows: 210px; }
  .portfolio-offers { grid-template-columns: 1fr 1fr; }
  .wedding-grid { grid-auto-rows: 175px; }
  .wedding-offer { grid-template-columns: 1fr 1fr; gap: 35px; padding: 38px; }
  .drone-grid { grid-template-columns: 1fr; }
  .drone-card { grid-template-columns: 36% 64%; min-height: 570px; }
  .about-grid, .contact-grid { gap: 55px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid div:nth-child(2) { border-right: 0; }
  .process-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 30px); }
  .site-header { height: 68px; }
  .brand-copy small { display: none; }
  .main-nav { position: fixed; inset: 68px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 25px; background: rgba(6,17,15,.98); transform: translateX(100%); transition: .28s; }
  .main-nav.open { transform: none; }
  .main-nav > a:not(.nav-cta) { display: block; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 17px; }
  .main-nav .nav-cta { margin-top: 24px; text-align: center; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { min-height: 710px; height: 100svh; }
  .hero-image { object-position: 62% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(4,13,11,.93) 0%, rgba(4,13,11,.72) 58%, rgba(4,13,11,.28) 100%); }
  .hero-content { justify-content: flex-end; padding: 120px 0 46px; }
  .hero h1 { font-size: clamp(47px, 14vw, 66px); }
  .hero-lead { font-size: 16px; line-height: 1.5; }
  .hero-actions { width: 100%; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: none; }
  .scroll-cue { display: none; }
  .portrait-hero .hero-image { object-position: 58% center; }
  .portrait-hero .hero-overlay { background: linear-gradient(0deg, rgba(4,13,11,.94) 0%, rgba(4,13,11,.7) 60%, rgba(4,13,11,.25) 100%); }
  .portrait-categories .shell { min-height: 110px; grid-template-columns: 1fr 1fr; padding-block: 12px; }
  .portrait-categories span, .portrait-categories span:first-child, .portrait-categories span:last-child { min-height: 38px; display: grid; place-items: center; padding: 8px; border: 0; text-align: center; font-size: 8px; }
  .trust-grid { grid-template-columns: 1fr 1fr; padding-block: 14px; }
  .trust-grid p, .trust-grid p:first-child, .trust-grid p:last-child { min-height: 40px; display: grid; place-items: center; padding: 7px; text-align: center; border-right: 0; font-size: 8px; }
  .section, .about-section, .contact-section { padding-block: 82px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 42px; }
  .section-heading h2 { font-size: 45px; }
  .section-heading > p { font-size: 14px; }
  .service-card { padding: 28px; }
  .portfolio-index { margin-top: -18px; flex-wrap: wrap; }
  .portrait-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; gap: 8px; }
  .portrait-feature, .portrait-couple, .portrait-nature, .portrait-child, .portrait-individual, .portrait-editorial { grid-column: auto; grid-row: auto; }
  .portrait-feature, .portrait-couple { grid-column: 1 / -1; min-height: 270px; }
  .portrait-type-grid { grid-template-columns: 1fr 1fr; }
  .portrait-type { min-height: 235px; padding: 24px; border-bottom: 1px solid rgba(255,255,255,.14); }
  .portrait-type:nth-child(2) { border-right: 0; }
  .portrait-type:nth-child(n+3) { border-bottom: 0; }
  .portrait-type h3 { margin-top: 38px; }
  .portrait-offer { grid-template-columns: 1fr; gap: 34px; padding: 28px; }
  .portrait-offer-price { padding: 28px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .animal-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; gap: 8px; }
  .animal-feature, .animal-forest, .animal-snow, .animal-closeup, .animal-mono, .animal-run { grid-column: auto; grid-row: auto; }
  .animal-feature, .animal-snow { grid-column: 1 / -1; min-height: 280px; }
  .animal-forest img { object-position: center; }
  .animal-offer { grid-template-columns: 1fr; gap: 34px; padding: 28px; }
  .animal-booking { padding: 28px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .portfolio-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; gap: 8px; }
  .gallery-main { grid-column: 1 / -1; grid-row: auto; min-height: 280px; }
  .gallery-detail, .gallery-night, .gallery-wide, .gallery-reflection { grid-column: auto; }
  .gallery-wide { grid-column: 1 / -1; }
  .gallery-item span { left: 14px; right: 14px; bottom: 13px; font-size: 8px; }
  .portfolio-offers { grid-template-columns: 1fr; }
  .portfolio-offers article { min-height: 310px; padding: 28px; }
  .portfolio-offers article + article { border-left: 0; border-top: 1px solid rgba(255,255,255,.13); }
  .portfolio-offers article > div { align-items: flex-end; }
  .portfolio-offers a { max-width: 150px; justify-content: space-between; text-align: right; }
  .wedding-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; gap: 8px; }
  .wedding-feature, .wedding-emotion, .wedding-arrival, .wedding-glance, .wedding-exit, .wedding-rings, .wedding-bride, .wedding-intimate, .wedding-game, .wedding-portrait, .wedding-celebration { grid-column: auto; grid-row: auto; }
  .wedding-feature, .wedding-arrival, .wedding-celebration { grid-column: 1 / -1; min-height: 270px; }
  .wedding-emotion img { object-position: center; }
  .wedding-offer { grid-template-columns: 1fr; gap: 34px; padding: 28px; }
  .wedding-rates > .rate-choice { grid-template-columns: 90px 1fr auto; }
  .price-row { grid-template-columns: 30px 1fr auto; gap: 12px; min-height: 105px; }
  .price-row > a { display: none; }
  .price-row h3 { font-size: 20px; }
  .price-row p { font-size: 11px; }
  .price-row strong { font-size: 18px; }
  .conditions-note { grid-template-columns: 1fr; gap: 4px; }
  .drone-card { display: block; }
  .drone-visual { aspect-ratio: 4 / 3; }
  .drone-visual img { object-position: center 42%; }
  .drone-content { padding: 28px; }
  .rental-rules { grid-template-columns: 1fr; }
  .rental-rules > div { border-right: 0; border-bottom: 1px solid rgba(16,32,29,.1); }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 70px; }
  .about-visual { width: 86%; margin: auto; }
  .about-visual > p { font-size: 38px; }
  .about-copy h2, .contact-copy h2 { font-size: 47px; }
  .about-stats { gap: 10px; }
  .about-stats strong { font-size: 19px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid div { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid div:nth-child(3) { border-bottom: 1px solid var(--line); }
  .process-grid h3 { margin-top: 30px; }
  .contact-form { padding: 26px 20px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 26px; padding-block: 50px; }
  .footer-bottom { min-height: 95px; flex-direction: column; justify-content: center; gap: 10px; text-align: center; }
  .legal-grid { grid-template-columns: 1fr; }
  .legal-panel { padding-top: 55px; }
  .legal-panel h2 { max-width: 75%; font-size: 38px; }
  .lightbox { grid-template-columns: 1fr 1fr; align-content: center; gap: 18px; padding: 78px 15px 22px; }
  .lightbox figure { grid-column: 1 / -1; grid-row: 1; max-width: 100%; max-height: calc(100vh - 155px); }
  .lightbox figure img { max-height: calc(100vh - 190px); }
  .lightbox-prev { grid-column: 1; grid-row: 2; }
  .lightbox-next { grid-column: 2; grid-row: 2; }
  .lightbox-nav { width: 100%; height: 48px; }
  .floating-actions { bottom: 12px; right: 12px; }
}

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