/* Cohen Lawyers - file-retrieval template */
:root { --neutral-bg: #F9F8F6; }
body { font-size: 16px; line-height: 1.6; }
ul { list-style: none; }
button { font-family: inherit; }
:focus-visible { outline: 3px solid var(--black); outline-offset: 2px; }
.section--narrow .container { max-width: 760px; }
.btn { font-family: var(--font-ui); min-height: 48px; }
.btn--primary { background: var(--black); color: var(--white); border-color: var(--black); }
.btn--primary:hover { background: #1a1a1a; }
.btn--ghost { color: var(--white); border-color: var(--white); }
.btn--ghost:hover { background: var(--white); color: var(--black); }
.page-hero { position: relative; min-height: 44vh; display: flex; align-items: flex-end; overflow: hidden; background: #0a0a0a; }
.page-hero__bg { position: absolute; inset: 0; background-image: url('../assets/photography/Cohen_Lawyers_File_Retrieval_Image_v3.png'); background-size: cover; background-position: center 68%; transform: scale(1.04); transition: transform 8s var(--ease-cinematic); }
.page-hero__bg.is-loaded { transform: scale(1); }
.page-hero__overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.55) 60%, rgba(0,0,0,0.25) 100%); }
.page-hero__content { position: relative; z-index: 2; width: 100%; padding: 140px 48px 80px; max-width: 720px; }
.page-hero__eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-ui); font-size: 10px; font-weight: 400; letter-spacing: 0.38em; text-transform: uppercase; color: var(--paper-40); margin-bottom: 24px; opacity: 0; animation: fadeUp 500ms var(--ease-cinematic) 200ms forwards; }
.page-hero__h1 { font-family: var(--font-ui); font-weight: 700; font-style: normal; font-size: clamp(40px, 6vw, 76px); letter-spacing: -0.02em; line-height: 1.08; color: var(--white); margin-bottom: 20px; opacity: 0; animation: fadeUp 600ms var(--ease-cinematic) 500ms forwards; }
.page-hero__sub { font-family: var(--font-ui); font-weight: 300; font-size: clamp(15px, 1.6vw, 18px); color: var(--paper-60); line-height: 1.6; max-width: 480px; opacity: 0; animation: fadeUp 600ms var(--ease-cinematic) 800ms forwards; }
.breadcrumb__list { color: var(--ink-40); }
.intro__h2 { font-family: var(--font-ui); font-weight: 700; font-style: normal; font-size: clamp(28px, 3.2vw, 44px); letter-spacing: -0.02em; line-height: 1.2; color: var(--black); margin-bottom: 8px; }
.intro__h2 em { font-family: var(--font-display); font-weight: 400; font-style: normal; }
.intro__body { font-family: var(--font-ui); font-weight: 300; font-size: clamp(12px, 0.9vw, 14px); line-height: 1.7; color: var(--ink-60); margin-bottom: 32px; }
.notice { border-left: 3px solid var(--teal); background: var(--neutral-bg); padding: 24px 28px; }
.notice__label { display: block; font-family: var(--font-ui); font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal); margin-bottom: 10px; }
.notice__text { font-family: var(--font-ui); font-weight: 300; font-size: 13px; line-height: 1.7; color: var(--ink-60); }
.form { display: flex; flex-direction: column; gap: 20px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form__group { display: flex; flex-direction: column; gap: 6px; }
.form__label { font-family: var(--font-ui); font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-60); }
.form__input, .form__select, .form__textarea { font-family: var(--font-ui); font-size: 14px; font-weight: 300; color: var(--black); background: var(--white); border: 1px solid rgba(0,0,0,0.12); padding: 14px 16px; border-radius: 0; outline: none; width: 100%; transition: border-color var(--d-fast) var(--ease-out); }
.form__input:focus, .form__select:focus, .form__textarea:focus { border-color: var(--black); }
.form__select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%23000' stroke-width='1.4'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; cursor: pointer; }
.form__note { font-family: var(--font-ui); font-size: 11px; font-weight: 300; color: var(--ink-40); line-height: 1.5; }
.form__submit { align-self: flex-start; }
.retrieval-section { background: var(--neutral-bg); }
.retrieval-section .container { display: grid; grid-template-columns: 60fr 40fr; gap: 96px; align-items: start; }
.office-sidebar { padding-top: 52px; }
.office-sidebar__heading { font-family: var(--font-ui); font-weight: 700; font-style: normal; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--black); margin-bottom: 24px; }
.office-block.office-block--urgent { background: var(--black); color: var(--white); padding: 28px; margin-top: 12px; border-bottom: none; border-radius: 2px; }
.office-block.office-block--urgent:last-child { padding-bottom: 28px; margin-bottom: 0; border-bottom: none; }
.office-block--urgent .office-block__name { color: var(--white); }
.office-block--urgent .office-block__detail { color: var(--paper-60); margin-bottom: 0; }
.office-block--urgent .office-block__detail a { color: var(--white); text-decoration: underline; text-underline-offset: 2px; }
.office-block--urgent .office-block__detail a:hover { color: var(--paper-60); }
.form__upload { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--ink-40); font-size: 13px; }
.form__signature { height: 88px; display: flex; align-items: center; justify-content: center; color: var(--ink-40); font-size: 13px; }
.form__checkbox-row { display: flex; align-items: flex-start; gap: 10px; }
.form__checkbox-row input[type="checkbox"] { margin-top: 3px; width: 16px; height: 16px; accent-color: var(--black); flex-shrink: 0; }
.form__checkbox-row label { font-family: var(--font-ui); font-weight: 300; font-size: 13px; line-height: 1.6; color: var(--ink-60); }
.office-block { margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid var(--ink-08); }
.office-block__hours { font-family: var(--font-ui); font-weight: 300; font-size: 12px; color: var(--ink-40); margin-top: 10px; }
.office-block:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.office-block__name { font-family: var(--font-ui); font-weight: 700; font-style: normal; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--black); margin-bottom: 12px; }
.office-block__detail { font-family: var(--font-ui); font-weight: 300; font-size: clamp(12px, 0.9vw, 14px); line-height: 1.7; color: var(--ink-60); margin-bottom: 6px; }
.office-block__detail a { transition: color var(--d-fast) var(--ease-out); }
.office-block__detail a:hover { color: var(--black); }
.cta-section { border-top: 1px solid var(--paper-08); }
.cta__h2 { font-style: normal; line-height: 1.1; }
.cta__h2 em { font-style: normal; }
.cta__sub { font-family: var(--font-ui); font-weight: 300; font-size: clamp(12px, 0.9vw, 14px); line-height: 1.7; color: var(--paper-60); max-width: 480px; margin: 0 auto 40px; }

@media (max-width: 1024px) {
  .nav { padding: 20px 32px; }
  .container { padding-inline: 32px; }
  .section { padding-block: 64px; }
}

@media (max-width: 880px) {
  .form__row { grid-template-columns: 1fr; }
  .retrieval-section .container { grid-template-columns: 1fr; gap: 40px; }
  .office-sidebar { padding-top: 0; }
}

@media (max-width: 640px) {
  .nav { padding: 16px 24px; }
  .container { padding-inline: 24px; }
  .section { padding-block: 48px; }
  .page-hero__content { padding: 110px 24px 64px; }
  .breadcrumb { padding: 14px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-up { transition-duration: 0.01ms !important; }
  .page-hero__eyebrow, .page-hero__h1, .page-hero__sub { opacity: 1 !important; animation: none !important; }
}
