:root {
  --ink: #0b0b0b;
  --cream: #f2efe8;
  --white: #fff;
  --line: rgba(12,12,12,.18);
  --muted: #77746e;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", sans-serif; background: var(--cream); color: var(--ink); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }

.site-header { position: fixed; inset: 0 0 auto 0; height: 86px; z-index: 100; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4vw; color: #fff; transition: .35s ease; }
.site-header.scrolled { background: rgba(8,8,8,.88); backdrop-filter: blur(18px); height: 72px; }
.brand { justify-self: start; display: flex; gap: 10px; align-items: center; font-weight: 600; letter-spacing: .12em; }
.brand-mark { border: 1px solid currentColor; width: 38px; height: 38px; display: grid; place-items: center; font-size: 13px; border-radius: 50%; }
.brand-name { font-size: 13px; }
.desktop-nav { display: flex; gap: 28px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.desktop-nav a { opacity: .78; transition: .2s; }
.desktop-nav a:hover { opacity: 1; }
.header-cta { justify-self: end; border-bottom: 1px solid rgba(255,255,255,.7); padding-bottom: 4px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.menu-toggle { display: none; background: none; border: 0; width: 34px; height: 34px; padding: 8px 0; }
.menu-toggle span { display: block; height: 1px; background: white; margin: 6px 0; transition: .25s; }

.mobile-menu { position: fixed; inset: 0; z-index: 90; background: #0a0a0a; color: #fff; display: grid; align-content: center; padding: 100px 8vw 40px; transform: translateY(-100%); transition: transform .55s cubic-bezier(.77,0,.18,1); }
.mobile-menu.open { transform: translateY(0); }
.mobile-menu nav { display: grid; gap: 10px; }
.mobile-menu nav a { font-family: "Playfair Display", serif; font-size: clamp(40px, 10vw, 70px); line-height: .95; }
.mobile-menu-footer { margin-top: 55px; display: flex; justify-content: space-between; font-size: 12px; color: #aaa; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: flex-end; color: #fff; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1505236858219-8359eb29e329?auto=format&fit=crop&w=2200&q=92') center 40%/cover no-repeat; transform: scale(1.03); animation: heroZoom 14s ease-out both; }
@keyframes heroZoom { from { transform: scale(1.09); } to { transform: scale(1.02); } }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.14) 38%, rgba(0,0,0,.72)); }
.hero-content { position: relative; z-index: 2; padding: 0 4vw 9vh; width: min(1080px, 92vw); }
.eyebrow { text-transform: uppercase; letter-spacing: .19em; font-size: 11px; font-weight: 600; margin: 0 0 24px; }
.eyebrow.dark { color: var(--muted); }
h1,h2,h3,p { margin-top: 0; }
h1 { font-size: clamp(62px, 9vw, 142px); font-weight: 500; line-height: .83; letter-spacing: -.055em; margin-bottom: 32px; }
h1 em, h2 em { font-family: "Playfair Display", serif; font-weight: 600; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid transparent; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; transition: .25s; }
.btn-light { background: #fff; color: #111; }
.btn-light:hover { background: transparent; color: #fff; border-color: #fff; }
.text-link { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 5px; }
.scroll-note { position: absolute; right: 4vw; bottom: 5vh; z-index: 2; display: flex; gap: 12px; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }

.section-pad { padding: 120px 5vw; }
.intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; align-items: end; }
h2 { font-size: clamp(48px, 6vw, 96px); line-height: .92; letter-spacing: -.045em; font-weight: 500; }
.intro-text { font-size: clamp(16px, 1.5vw, 22px); line-height: 1.6; max-width: 600px; color: #55524d; }

.portfolio-grid { padding: 0 3vw 5vw; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.portfolio-card { min-height: 64vh; position: relative; overflow: hidden; background: #222; }
.portfolio-card.tall { min-height: 86vh; }
.portfolio-card.wide { grid-column: 1 / -1; min-height: 72vh; }
.portfolio-card img { transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.portfolio-card:hover img { transform: scale(1.045); }
.card-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.74)); }
.card-copy { position: absolute; left: 34px; right: 34px; bottom: 30px; color: white; display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 18px; }
.card-copy span { font-size: 11px; opacity: .7; }
.card-copy h3 { margin: 0; font-family: "Playfair Display", serif; font-size: clamp(36px, 4vw, 70px); }
.card-copy p { margin: 0 0 8px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; opacity: .8; }

.marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 0; overflow: hidden; white-space: nowrap; }
.marquee-track { display: flex; width: max-content; animation: marquee 26s linear infinite; }
.marquee span { font-family: "Playfair Display", serif; font-size: 24px; font-style: italic; padding-right: 12px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-heading { max-width: 900px; margin-bottom: 70px; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 70px 1.3fr 1fr 40px; gap: 20px; align-items: center; min-height: 135px; border-bottom: 1px solid var(--line); transition: .25s; }
.service-row:hover { padding-left: 14px; background: rgba(255,255,255,.45); }
.service-row .num { font-size: 11px; color: var(--muted); }
.service-row h3 { margin: 0; font-family: "Playfair Display", serif; font-size: clamp(30px, 3vw, 48px); font-weight: 600; }
.service-row p { margin: 0; color: #68645e; line-height: 1.5; max-width: 420px; }
.service-row .arrow { text-align: right; font-size: 22px; }

.film { min-height: 92vh; position: relative; display: flex; align-items: center; color: #fff; padding: 8vw; overflow: hidden; }
.film-bg { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1496337589254-7e19d01cec44?auto=format&fit=crop&w=2200&q=90') center/cover no-repeat; }
.film-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.76), rgba(0,0,0,.1)); }
.film-content { position: relative; max-width: 790px; z-index: 2; }
.film-content p:not(.eyebrow) { max-width: 560px; line-height: 1.7; color: #d2d2d2; margin-bottom: 30px; }
.play-button { position: absolute; z-index: 2; right: 9vw; bottom: 12vh; width: 110px; height: 110px; border-radius: 50%; border: 1px solid rgba(255,255,255,.7); background: rgba(255,255,255,.06); color: #fff; backdrop-filter: blur(8px); font-size: 18px; transition: .25s; }
.play-button:hover { transform: scale(1.07); background: rgba(255,255,255,.18); }

.about { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }
.about-image { min-height: 720px; position: relative; }
.image-label { position: absolute; left: 20px; bottom: 20px; background: #fff; padding: 10px 14px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.about-copy > p:not(.eyebrow) { color: #5d5954; font-size: 18px; line-height: 1.7; max-width: 640px; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 45px; padding-top: 25px; border-top: 1px solid var(--line); }
.about-stats div { display: grid; gap: 8px; }
.about-stats strong { font-family: "Playfair Display", serif; font-size: 24px; }
.about-stats span { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }

.cta-strip { background: #111; color: #fff; padding: 55px 5vw; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-strip p { margin: 0; color: #999; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
.cta-strip a { font-family: "Playfair Display", serif; font-size: clamp(25px, 3vw, 46px); border-bottom: 1px solid rgba(255,255,255,.3); padding-bottom: 4px; }

.contact { background: #111; color: #fff; display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; padding-top: 110px; }
.contact-heading p:not(.eyebrow) { color: #aaa; line-height: 1.6; max-width: 520px; }
.contact-form { display: grid; gap: 28px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: grid; gap: 9px; }
.contact-form label span { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; color: #999; }
input, select, textarea { width: 100%; background: transparent; border: 0; border-bottom: 1px solid #3b3b3b; color: #fff; border-radius: 0; padding: 12px 0 14px; font: inherit; outline: none; }
select option { color: #111; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: #fff; }
.submit-btn { justify-self: start; cursor: pointer; }
.form-note { color: #737373; font-size: 11px; line-height: 1.4; }
.form-note.success { color: #fff; }

footer { background: #080808; color: #fff; padding: 70px 5vw 30px; display: grid; grid-template-columns: 1fr auto auto; gap: 55px; align-items: start; border-top: 1px solid #222; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-links, .footer-social { display: grid; gap: 10px; font-size: 12px; color: #aaa; }
.copyright { grid-column: 1 / -1; border-top: 1px solid #222; padding-top: 24px; margin-top: 35px; font-size: 10px; color: #666; }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
.cursor-glow { position: fixed; width: 240px; height: 240px; border-radius: 50%; pointer-events: none; z-index: 0; background: radial-gradient(circle, rgba(255,255,255,.08), transparent 67%); transform: translate(-50%,-50%); opacity: 0; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .intro, .about, .contact { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: 1fr; padding-inline: 0; gap: 3px; }
  .portfolio-card, .portfolio-card.tall, .portfolio-card.wide { grid-column: auto; min-height: 72vh; }
  .service-row { grid-template-columns: 45px 1fr 28px; padding: 25px 0; }
  .service-row p { grid-column: 2 / 3; }
  .service-row .arrow { grid-row: 1; grid-column: 3; }
  .film { padding: 8vw; }
  .play-button { width: 82px; height: 82px; right: 8vw; bottom: 6vh; }
  .about-image { min-height: 65vh; }
  .cta-strip { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
  .site-header { height: 72px; padding-inline: 20px; }
  .section-pad { padding: 85px 22px; }
  .hero-content { padding: 0 22px 10vh; }
  h1 { font-size: clamp(55px, 17vw, 82px); }
  h2 { font-size: clamp(45px, 13vw, 64px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .scroll-note { display: none; }
  .card-copy { left: 22px; right: 22px; bottom: 22px; grid-template-columns: auto 1fr; }
  .card-copy p { grid-column: 2; }
  .field-row { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: 1fr; gap: 25px; }
  footer { grid-template-columns: 1fr 1fr; padding-inline: 22px; }
  .footer-brand { grid-column: 1 / -1; }
}

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

/* Connected experience: SmugMug, booking + app */
.gallery-hub { background: #e9e5dc; }
.gallery-lede { max-width: 760px; color: #5f5b55; font-size: 18px; line-height: 1.65; }
.gallery-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.gallery-action { min-height: 250px; background: #111; color: #fff; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; transition: transform .25s ease, background .25s ease; }
.gallery-action:hover { transform: translateY(-5px); background: #1d1d1d; }
.gallery-action-kicker, .gallery-action > span:last-child { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; color: #929292; }
.gallery-action strong { font-family: "Playfair Display", serif; font-size: clamp(32px, 4vw, 58px); line-height: .95; max-width: 480px; }
.integration-note { color: #777168; font-size: 12px; margin: 28px 0 0; }
.integration-note code { background: rgba(0,0,0,.06); padding: 3px 6px; }

.booking-flow { background: #f7f4ed; }
.booking-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.booking-grid > div { padding: 40px 34px 45px; border-right: 1px solid var(--line); }
.booking-grid > div:last-child { border-right: 0; }
.booking-grid span { font-size: 10px; color: var(--muted); }
.booking-grid h3 { font-family: "Playfair Display", serif; font-size: 35px; margin: 30px 0 16px; }
.booking-grid p { color: #65615a; line-height: 1.6; min-height: 78px; }
.booking-grid a { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; border-bottom: 1px solid currentColor; padding-bottom: 4px; }

.app-section { min-height: 92vh; background: #0a0a0a; color: #fff; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8vw; padding: 100px 8vw; overflow: hidden; }
.app-visual { display: grid; place-items: center; }
.phone-shell { width: min(330px, 72vw); aspect-ratio: 9 / 18.5; border: 8px solid #292929; border-radius: 52px; background: #050505; padding: 10px; box-shadow: 0 40px 80px rgba(0,0,0,.38); transform: rotate(-5deg); }
.phone-screen { height: 100%; border-radius: 37px; background: radial-gradient(circle at 70% 25%, #4c4c4c 0, #171717 29%, #050505 75%); padding: 48px 24px 28px; display: flex; flex-direction: column; justify-content: space-between; }
.phone-notch { position: absolute; }
.mini-brand { display: flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: .13em; }
.mini-brand .brand-mark { width: 32px; height: 32px; }
.phone-screen > p { font-family: "Playfair Display", serif; font-size: 35px; line-height: .96; }
.mini-cards { display: grid; gap: 8px; }
.mini-cards span { display: block; height: 55px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.08); border-radius: 8px; }
.app-copy { max-width: 720px; }
.app-copy > p:not(.eyebrow) { color: #aaa; font-size: 18px; line-height: 1.7; max-width: 620px; }
.store-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 18px; }
.store-badge { min-width: 190px; border: 1px solid #464646; border-radius: 10px; padding: 10px 18px; display: grid; transition: .2s; }
.store-badge:hover { background: #fff; color: #111; border-color: #fff; }
.store-badge span { font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.store-badge strong { font-size: 20px; }
.open-app-link { font-size: 11px; color: #aaa; text-transform: uppercase; letter-spacing: .1em; }
.btn-outline { background: transparent; color: #fff; border-color: #555; }
.btn-outline:hover { background: #fff; color: #111; border-color: #fff; }
.contact-quick-actions { grid-column: 2; display: flex; gap: 10px; align-self: end; }

.app-prompt { position: fixed; inset: 0; z-index: 300; display: none; place-items: center; padding: 20px; }
.app-prompt.open { display: grid; }
.app-prompt-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.72); backdrop-filter: blur(10px); }
.app-prompt-card { position: relative; width: min(520px, 100%); background: #f4f0e8; color: #111; padding: 42px; box-shadow: 0 30px 100px rgba(0,0,0,.35); animation: promptIn .45s cubic-bezier(.2,.8,.2,1); }
@keyframes promptIn { from { opacity: 0; transform: translateY(25px) scale(.97); } to { opacity: 1; transform: none; } }
.app-prompt-close { position: absolute; right: 18px; top: 14px; border: 0; background: none; font-size: 28px; cursor: pointer; }
.app-icon { width: 70px; height: 70px; border-radius: 18px; background: #111; color: #fff; display: grid; place-items: center; margin-bottom: 28px; box-shadow: inset 0 0 0 1px #333; }
.app-icon span { font-family: "Playfair Display", serif; font-size: 24px; }
.app-prompt-card h2 { font-size: clamp(42px, 7vw, 68px); margin-bottom: 18px; }
.app-prompt-card > p:not(.eyebrow) { color: #5e5a54; line-height: 1.6; }
.app-prompt-actions { display: grid; gap: 14px; margin-top: 28px; }
.app-primary { background: #111; color: #fff; width: 100%; }
.app-primary:hover { background: #2a2a2a; border-color: #2a2a2a; }
.text-button { border: 0; background: transparent; cursor: pointer; font: inherit; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: #666; }

@media (max-width: 900px) {
  .gallery-actions, .booking-grid, .app-section { grid-template-columns: 1fr; }
  .booking-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .booking-grid > div:last-child { border-bottom: 0; }
  .app-section { padding: 90px 8vw; }
  .contact-quick-actions { grid-column: 1; }
}
@media (max-width: 600px) {
  .gallery-action { min-height: 215px; padding: 25px; }
  .app-section { padding: 80px 22px; }
  .phone-shell { width: min(290px, 76vw); }
  .app-prompt-card { padding: 34px 24px 28px; }
  .contact-quick-actions { flex-direction: column; align-items: stretch; }
}
