:root {
  color-scheme: light;
  --ink: #111;
  --muted: #666;
  --line: #dedede;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; -webkit-font-smoothing: antialiased; }
::selection { color: #fff; background: #333; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
[hidden] { display: none !important; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
.container { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.brand-visual { width: 100%; margin-block: clamp(24px, 4vw, 56px); }
.brand-visual img { width: 100%; height: auto; object-fit: contain; }
.header { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { font-size: 18px; font-weight: 700; letter-spacing: -.055em; overflow-wrap: anywhere; }
.studio-brand { display: inline-flex; align-items: center; gap: 14px; flex-shrink: 0; }
.studio-symbol { display: block; width: 23px; height: 30px; border: 1.5px solid currentColor; border-radius: 65% 35% 65% 35%; transform: rotate(-35deg); flex-shrink: 0; }
.brand-lockup { display: block; font-size: 29px; font-weight: 500; letter-spacing: -.065em; line-height: 1; }
.brand-descriptor { display: block; margin-top: 8px; font-size: 8px; letter-spacing: .25em; font-weight: 500; }
.header .brand-lockup, .footer .brand-lockup { font-size: 13px; font-weight: 300; letter-spacing: .025em; white-space: nowrap; }
.header .brand-descriptor { margin-top: 2.5px; font-size: 5.5px; font-weight: 400; letter-spacing: 0; }
.header nav { display: flex; align-items: center; gap: 34px; flex-shrink: 0; }
.header nav a { font-size: 10px; letter-spacing: .1em; padding-block: 12px; }
.header nav a:hover { opacity: .55; }
.header nav .nav-contact { border-bottom: 1px solid var(--ink); font-size: 11px; letter-spacing: .03em; }
.nav-contact span { margin-left: 24px; }
.hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 580px; height: min(670px, 72vw); }
.hero-panel { background: var(--ink); color: #fff; padding: 68px 12%; display: flex; flex-direction: column; justify-content: space-between; }
.eyebrow { font-size: 9px; letter-spacing: .18em; font-weight: 500; margin: 0 0 26px; }
.hero .eyebrow { color: #bbb; font-size: 8px; }
.hero h1 { font-weight: 500; font-size: clamp(40px, 4.2vw, 64px); letter-spacing: .09em; line-height: 1.65; margin: 32px 0 26px; }
.hero-description { font-size: 12px; line-height: 2.25; letter-spacing: .04em; color: #c3c3c3; }
.text-link { display: flex; width: fit-content; align-items: center; gap: 45px; padding-block: 15px; border-bottom: 1px solid #747474; margin-top: 27px; font-size: 11px; letter-spacing: .04em; }
.text-link:hover { border-color: white; }
.hero-label { font-size: 7px; letter-spacing: .19em; color: #aaa; margin-top: 38px; }
.hero-photo { position: relative; min-width: 0; overflow: hidden; background: #ddd; }
.hero-photo img { filter: grayscale(1); object-position: center 37%; }
.photo-label { position: absolute; bottom: 26px; left: 28px; font-size: 8px; letter-spacing: .14em; color: #fff; text-shadow: 0 1px 6px #000; }
.hero-caption { display: flex; justify-content: space-between; gap: 20px; padding-block: 20px; font-size: 8px; letter-spacing: .12em; color: var(--muted); }
.hero-caption a span { margin-left: 20px; }
.section { padding-block: 100px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 38px; }
.section-heading .eyebrow { margin-bottom: 16px; }
h2 { font-size: clamp(34px, 4vw, 52px); font-weight: 400; letter-spacing: -.055em; margin: 0; line-height: 1.12; }
.period { color: #777; }
.section-note { font-size: 11px; color: var(--muted); letter-spacing: .04em; margin: 0 0 6px; }
.work-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 28px; }
.work { margin: 0; }
.work-button { position: relative; display: block; width: 100%; border: 0; padding: 0; background: #eee; overflow: hidden; aspect-ratio: 1.25; }
.work-button img { filter: grayscale(1); transition: transform .6s ease; }
.work:first-child img { object-position: center 35%; }
.work-button:hover img { transform: scale(1.035); }
.image-expand { position: absolute; bottom: 17px; right: 18px; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: #fff; color: #111; font-size: 17px; }
figcaption { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 17px; }
.work-name { font-size: 16px; letter-spacing: -.02em; }
figcaption > span:last-child { font-size: 9px; color: var(--muted); }
.work-number { margin-left: 24px; font-size: 9px; }
.sample-note { margin: 28px 0 0; color: var(--muted); font-size: 9px; text-align: right; }
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; border-top: 1px solid var(--line); padding-block: 80px 105px; }
.about h2 { font-size: 34px; letter-spacing: .04em; line-height: 1.8; font-weight: 500; }
.about-copy { padding-top: 32px; }
.about-copy p { font-size: 12px; line-height: 2.3; color: var(--muted); margin: 0 0 19px; }
.about-copy .about-lead { color: var(--ink); font-size: 15px; line-height: 2.1; margin-bottom: 23px; }
.service-tags { display: flex; flex-wrap: wrap; gap: 20px; border-top: 1px solid var(--line); padding-top: 22px; margin-top: 30px; font-size: 8px; letter-spacing: .12em; }
.services { border-top: 1px solid var(--line); padding-top: 75px; }
.hero-caption + .services { padding-top: clamp(40px, 5vw, 64px); }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.service-card { border-top: 1px solid var(--ink); padding-top: 25px; }
.service-index { font-size: 9px; letter-spacing: .12em; color: var(--muted); }
.service-card h3, .process-grid h3 { font-size: 17px; font-weight: 500; margin: 24px 0 16px; letter-spacing: .02em; }
.service-card p, .process-grid p { color: var(--muted); font-size: 12px; line-height: 2.2; margin: 0; }
.service-use { display: block; font-size: 9px; color: var(--muted); line-height: 1.8; margin-top: 25px; }
.editing-note { margin: 28px 0 0; border-left: 2px solid var(--ink); padding-left: 18px; color: var(--muted); font-size: 12px; line-height: 2; }
.other-services { margin-top: 40px; padding-top: 25px; border-top: 1px solid var(--line); }
.other-services h3 { margin: 0 0 20px; font-size: 9px; font-weight: 500; letter-spacing: .18em; color: var(--muted); }
.other-services h4 { margin: 0 0 14px; font-size: 17px; font-weight: 500; letter-spacing: .02em; }
.other-services-description { margin: 0; font-size: 12px; line-height: 2.2; color: var(--muted); }
.other-services-types { margin: 18px 0 0; font-size: 9px; line-height: 1.8; color: var(--muted); }
.other-services-note { margin: 14px 0 0; font-size: 10px; line-height: 2; color: var(--muted); }
.shooting-menu { margin-top: 48px; }
.shooting-menu-heading { display: flex; align-items: baseline; gap: 22px; margin-bottom: 22px; }
.shooting-menu-heading h3 { margin: 0; font-size: 20px; font-weight: 500; }
.shooting-menu-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px 32px; list-style: none; margin: 0; padding: 0; }
.shooting-menu-grid li { border-top: 1px solid var(--line); padding-top: 20px; }
.shooting-menu-grid h4 { margin: 0 0 10px; font-size: 15px; font-weight: 500; }
.shooting-menu-grid p, .shooting-menu-note { margin: 0; font-size: 11px; line-height: 2; color: var(--muted); }
.shooting-menu-note { margin-top: 25px; }
.service-area { margin-top: 38px; padding: 26px 28px; background: #f5f5f5; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.service-area h3 { font-size: 18px; font-weight: 500; margin: 13px 0 0; }
.service-area p { font-size: 12px; line-height: 2; color: var(--muted); margin: 0; }
.service-bottom { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 23px; display: flex; justify-content: space-between; gap: 24px; align-items: baseline; }
.service-bottom p { font-size: 11px; line-height: 1.9; color: var(--muted); margin: 0; }
.service-bottom a { font-size: 11px; border-bottom: 1px solid var(--ink); padding-bottom: 8px; flex-shrink: 0; }
.process { border-top: 1px solid var(--line); padding-top: 65px; }
.process h2 { font-size: 30px; letter-spacing: .04em; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; gap: 30px; }
.process-grid li { border-top: 1px solid var(--line); padding-top: 22px; }
.process-grid h3 { font-size: 14px; line-height: 1.8; margin-block: 0 12px; }
.process-grid p { font-size: 11px; }
.contact { background: var(--ink); color: #fff; padding-block: 80px 85px; }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.contact .eyebrow { color: #aaa; }
.contact h2 { font-size: clamp(48px, 5.8vw, 80px); line-height: 1.04; letter-spacing: -.055em; }
.contact-intro > p:last-child { color: #b9b9b9; font-size: 11px; line-height: 2; margin-top: 26px; }
.contact-details { padding-top: 25px; }
.contact-heading { display: flex; justify-content: space-between; font-size: 20px; font-weight: 400; letter-spacing: .03em; margin: 0 0 23px; }
.contact-heading > span { font-size: 30px; }
.contact-description { color: #bbb; font-size: 12px; line-height: 2.2; margin: 0 0 27px; }
.contact-button { background: #fff; color: var(--ink); display: flex; align-items: center; justify-content: space-between; padding: 21px 23px; font-size: 12px; transition: background .2s; }
.contact-button:hover { background: #ddd; }
.email-address { display: block; width: fit-content; max-width: 100%; margin-top: 18px; font-size: 14px; overflow-wrap: anywhere; }
.email-address:hover, .social-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.social-link { display: flex; justify-content: space-between; align-items: center; padding-block: 21px; margin-top: 8px; border-bottom: 1px solid #555; font-size: 12px; }
.contact-pending { color: #ccc; border-top: 1px solid #555; border-bottom: 1px solid #555; padding-block: 22px; font-size: 12px; }
.footer { padding-block: 36px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer .brand { font-size: 15px; }
.footer small { color: var(--muted); font-size: 8px; letter-spacing: .04em; }
.back-top { font-size: 8px; letter-spacing: .08em; }
dialog { border: 0; padding: 0; width: min(1000px, calc(100% - 40px)); max-height: 92vh; background: #fff; color: var(--ink); }
dialog::backdrop { background: #000e; }
.dialog-close { position: absolute; right: 12px; top: 12px; border: 0; background: #fff; color: #111; font-size: 26px; width: 44px; height: 44px; z-index: 1; }
.lightbox-image { height: 76vh; max-height: 76svh; object-fit: contain; background: #111; filter: grayscale(1); }
#lightbox-caption { font-size: 14px; margin: 0; padding: 18px 24px; }
@media (min-width: 1600px) { .hero { height: 690px; } }
@media (max-width: 1000px) {
  .container { width: calc(100% - 64px); }
  .hero { min-height: 540px; }
  .hero-panel { padding: 50px 10%; }
  .hero h1 { font-size: 42px; }
  .about, .contact-inner { gap: 36px; }
  .desktop-break { display: none; }
  .work-number { margin-left: 12px; }
  .header nav { gap: 22px; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-grid { gap: 20px; }
  .service-card h3 { font-size: 15px; }
}
@media (max-width: 640px) {
  .container { width: calc(100% - 40px); }
  .header { min-height: 82px; gap: 12px; flex-wrap: wrap; padding-block: 18px; }
  .brand { font-size: 15px; }
  .studio-brand { gap: 10px; }
  .brand-lockup { font-size: 23px; }
  .brand-descriptor { font-size: 6px; margin-top: 6px; }
  .header .brand-lockup, .footer .brand-lockup { font-size: 11.5px; }
  .header .brand-descriptor { font-size: 5px; margin-top: 2px; }
  .studio-symbol { width: 18px; height: 24px; }
  .header nav { gap: 14px; }
  .header nav a[href="#works"] { display: none; }
  .header nav a { font-size: 8px; letter-spacing: .02em; }
  .header nav a[href="#about"] { display: none; }
  .header nav .nav-contact { font-size: 9px; }
  .nav-contact span { margin-left: 5px; }
  .hero { height: auto; min-height: 0; grid-template-columns: 1fr; }
  .hero-panel { padding: 35px 30px; min-height: 415px; }
  .hero .eyebrow { margin-bottom: 18px; }
  .hero h1 { font-size: clamp(30px, 8vw, 43px); line-height: 1.5; margin: 20px 0; }
  .hero-description { font-size: 11px; }
  .text-link { margin-top: 18px; padding-block: 12px; }
  .hero-label { margin-top: 28px; }
  .hero-photo { height: 390px; }
  .hero-photo img { object-position: center 32%; }
  .photo-label { left: 20px; bottom: 20px; font-size: 7px; }
  .hero-caption { font-size: 6px; gap: 10px; letter-spacing: .08em; padding-block: 17px; }
  .hero-caption a span { margin-left: 6px; }
  .section { padding-block: 60px; }
  .section-heading { display: block; margin-bottom: 26px; }
  .section-heading .eyebrow { margin-bottom: 13px; }
  h2 { font-size: 38px; }
  .section-note { margin-top: 17px; font-size: 10px; }
  .work-grid { gap: 30px; grid-template-columns: 1fr; }
  .work-button { aspect-ratio: 1.16; }
  .work-name { font-size: 15px; }
  figcaption > span:last-child { font-size: 8px; }
  .sample-note { text-align: left; font-size: 8px; }
  .about { grid-template-columns: 1fr; gap: 20px; padding-block: 45px 55px; }
  .about .eyebrow { margin-bottom: 18px; }
  .about h2 { font-size: 28px; }
  .about-copy { padding: 0; }
  .about-copy .about-lead { font-size: 14px; }
  .about-copy p { font-size: 11px; }
  .service-tags { gap: 24px; }
  .services { padding-top: 45px; }
  .shooting-menu { margin-top: 35px; }
  .shooting-menu-heading { gap: 15px; flex-wrap: wrap; }
  .shooting-menu-grid { grid-template-columns: 1fr; gap: 20px; }
  .service-area { flex-direction: column; align-items: flex-start; padding: 24px 20px; gap: 18px; }
  .service-area p { font-size: 11px; }
  .service-grid { grid-template-columns: 1fr; gap: 30px; }
  .service-card { padding-top: 20px; }
  .service-card h3 { font-size: 17px; margin-block: 18px 12px; }
  .service-use { margin-top: 18px; }
  .service-bottom { flex-direction: column; gap: 16px; margin-top: 30px; }
  .service-bottom p { font-size: 10px; }
  .process { padding-top: 45px; }
  .process h2 { font-size: 27px; }
  .process-grid { gap: 25px 20px; }
  .process-grid h3 { font-size: 12px; }
  .contact { padding-block: 50px; }
  .contact-inner { grid-template-columns: 1fr; gap: 25px; }
  .contact h2 { font-size: 63px; }
  .contact-intro > p:last-child { font-size: 10px; }
  .contact-details { padding-top: 12px; }
  .contact-heading { font-size: 18px; }
  .contact-description { font-size: 11px; }
  .footer { flex-wrap: wrap; gap: 22px; padding-block: 28px; }
  .footer small { order: 3; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
