/* Personal portfolio direction: a working archive, not a template showcase.
   Wedding-specific colors remain scoped in styles.css. */
:root {
  --ink: #242823;
  --ink-soft: #30362f;
  --paper: #f4f1e9;
  --paper-soft: #e7e3d8;
  --acid: #e2c7a3;
  --orange: #ad492c;
  --violet: #dadfd3;
  --display: "DM Sans", sans-serif;
  --shell: min(1280px, calc(100% - 80px));
}
html { background: var(--paper); }
body { background: var(--paper); }
.site-header, .site-header.is-scrolled {
  background: var(--paper);
  color: var(--ink);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding-inline: max(40px, calc((100vw - 1280px) / 2));
}
.site-nav > a:not(.nav-cta) { color: var(--ink); }
.site-nav > a:not(.nav-cta):hover, .site-nav > a:not(.nav-cta):focus-visible { color: var(--orange); }
.nav-cta, .menu-toggle { border-color: var(--line-dark); }
.brand-name { letter-spacing: -.035em; }
.hero { min-height: auto; background: var(--paper); color: var(--ink); }
.hero::before, .hero-reel { display: none; }
.hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: auto;
  gap: clamp(40px, 6vw, 90px);
  padding-block: 90px 86px;
  align-items: center;
}
.eyebrow { color: #686a61; font-size: 10px; letter-spacing: .13em; margin-bottom: 28px; }
.hero h1 { font-size: clamp(5rem, 8vw, 8rem); line-height: .92; letter-spacing: -.065em; text-transform: none; }
.hero h1 em, .hero h1 em:last-child { font-size: 1em; color: var(--orange); letter-spacing: -.055em; }
.hero-intro { color: #575b51; max-width: 460px; font-size: 18px; line-height: 1.65; margin-top: 28px; }
.hero-actions { gap: 24px; margin-top: 28px; }
.button-primary { background: var(--ink); color: var(--white); box-shadow: none; }
.button-primary:hover, .button-primary:focus-visible, .button-dark, .button-dark:hover, .button-dark:focus-visible { box-shadow: none; }
.text-link { color: var(--ink); border-color: #989a8f; }
.text-link:hover, .text-link:focus-visible { color: var(--orange); border-color: var(--orange); }
.hero-meta { margin-top: 42px; border-color: var(--line-dark); gap: 26px; }
.hero-meta span { color: #696d63; font-size: 9px; letter-spacing: .035em; }
.hero-meta strong { font-size: 24px; font-weight: 500; }
.hero-visual.field-notes { width: 100%; margin: 0; perspective: none; }
.field-heading { display: flex; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid var(--ink); margin-bottom: 16px; font-size: 11px; letter-spacing: .04em; }
.field-notes a { display: block; }
.field-notes img { width: 100%; object-fit: cover; }
.field-feature img { aspect-ratio: 16 / 10; height: auto; }
.field-feature > span { display: flex; justify-content: space-between; gap: 12px; margin-top: 10px; font-size: 11px; }
.field-feature b { font-weight: 500; }
.field-feature i { font-style: normal; color: #686a61; }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 24px; }
.field-pair img { height: auto; aspect-ratio: 16 / 10; }
.field-pair span { display: block; margin-top: 9px; font-size: 11px; }
.field-notes a:hover img { filter: brightness(.94); }
.work-section { border-top: 1px solid var(--line-dark); padding-block: 80px; }
.section-head h2, .expertise-intro h2, .system-copy h2, .about-copy h2, .contact-inner h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 4.4vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.06;
}
.section-head { gap: 40px; }
.section-head-side > p { font-size: 15px; }
.filter-button { border-radius: 0; border: 0; border-bottom: 1px solid transparent; padding: 8px 10px; letter-spacing: .04em; }
.filter-button:hover, .filter-button:focus-visible, .filter-button.is-active { background: transparent; color: var(--orange); border-bottom-color: var(--orange); }
.work-grid { row-gap: 50px; }
.project-info h3 { letter-spacing: -.045em; }
.project-media, .project-card:hover .project-media { box-shadow: none; }
.expertise-section { background: var(--ink); }
.tool-belt span, .system-tags span { border-radius: 0; }
.system-section { background: #e3e7df; }
.about-section { background: #e9e2d5; }
.about-grid { grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); }
.about-image-wrap { min-height: 0; aspect-ratio: 1 / 1; box-shadow: none; background: #fff; border: 0; }
.about-image-wrap img { inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-big-type { display: none; }
.metrics strong { font-family: Georgia, serif; font-weight: 400; }
.contact-section { background: var(--ink); padding-block: 90px 70px; }
.contact-noise { display: none; }
.contact-inner h2 { max-width: 860px; }
.contact-email { font-size: clamp(1.6rem, 3vw, 3rem); margin-top: 44px; }
.reveal { opacity: 1; transform: none; transition: none; }
a:focus-visible, button:focus-visible { outline: 2px solid #ad492c; outline-offset: 5px; }
@media (max-width: 960px) {
  :root { --shell: calc(100% - 48px); }
  .site-header { padding-inline: 24px; }
  .site-nav { background: var(--paper); color: var(--ink); }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; padding-block: 64px; }
  .hero-copy { max-width: 640px; }
  .hero-intro { max-width: 550px; }
  .hero-visual.field-notes { max-width: 680px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-image-wrap { min-height: 0; }
}
@media (max-width: 680px) {
  :root { --shell: calc(100% - 36px); }
  .site-header { padding-inline: 18px; }
  .hero h1 { font-size: clamp(4.7rem, 19vw, 7rem); }
  .hero-intro { font-size: 16px; }
  .hero-meta { gap: 12px; margin-top: 34px; }
  .hero-meta span { font-size: 8px; }
  .hero-actions { flex-direction: row; align-items: center; }
  .field-feature > span { flex-direction: column; gap: 3px; }
  .work-section, .expertise-section, .system-section, .about-section { padding-block: 64px; }
  .section-head h2, .expertise-intro h2, .system-copy h2, .about-copy h2, .contact-inner h2 { font-size: clamp(2.5rem, 10vw, 3.6rem); }
}
