/* laurenirving.com — Cool Brutalist, candidate tokens (Personal Brand Design System v1.0) */
:root {
  --berry: #5B1A3C;
  --berry-accent: #A8325F;
  --ivory: #F3F1EC;
  --charcoal: #26262B;
  --silver: #C9CBD1;
  --sans: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --gutter: clamp(16px, 5vw, 72px);
  --measure: 34rem;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--charcoal);
  font-family: var(--serif);
  font-size: 1.125rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 {
  font-family: var(--sans);
  font-stretch: 87.5%;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.015em;
  margin: 0;
  text-wrap: balance;
}
p { margin: 0; }
a { color: inherit; }
a:focus-visible, .button:focus-visible { outline: 3px solid var(--berry-accent); outline-offset: 3px; }

.skip {
  position: absolute; left: var(--gutter); top: -4rem;
  background: var(--charcoal); color: var(--ivory);
  padding: .5rem 1rem; font-family: var(--sans); text-decoration: none;
}
.skip:focus { top: 0; z-index: 10; }

/* Header */
.site-header {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem 2rem; flex-wrap: wrap;
  padding: 1.5rem var(--gutter) 1.25rem;
  border-bottom: 1px solid var(--silver);
}
.wordmark {
  font-family: var(--sans); font-stretch: 87.5%; font-weight: 800; font-size: 1.25rem;
  text-transform: uppercase; letter-spacing: .06em; text-decoration: none;
}
.site-nav { display: flex; gap: 1.75rem; align-items: baseline; flex-wrap: wrap; }
.site-nav a {
  font-family: var(--sans); font-weight: 500; font-size: .8rem;
  text-transform: uppercase; letter-spacing: .12em; text-decoration: none;
}
.site-nav a:hover { color: var(--berry-accent); }
.nav-action { color: var(--berry); font-weight: 700 !important; }

/* Hero */
.hero {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  min-height: clamp(560px, 82vh, 880px);
}
.hero-copy {
  padding: clamp(3rem, 9vh, 7rem) clamp(2rem, 5vw, 5rem) clamp(3rem, 8vh, 6rem) var(--gutter);
  display: flex; flex-direction: column; justify-content: center;
}
.eyebrow {
  font-family: var(--sans); font-weight: 500; font-size: .8rem;
  text-transform: uppercase; letter-spacing: .14em; color: var(--berry);
  margin-bottom: 1.75rem;
}
.hero h1 { font-size: clamp(2.4rem, 5.4vw, 4.8rem); max-width: 15ch; }
.lede { max-width: var(--measure); font-size: 1.25rem; margin-top: 2rem; }
.button {
  display: inline-block; align-self: flex-start; margin-top: 2.5rem;
  background: var(--berry); color: var(--ivory);
  font-family: var(--sans); font-weight: 700; font-size: .95rem;
  text-transform: uppercase; letter-spacing: .1em; text-decoration: none;
  padding: 1.05rem 1.6rem; border: 2px solid var(--berry);
}
.button:hover { background: var(--ivory); color: var(--berry); }

.hero-field {
  position: relative;
  background: var(--berry);
  margin-right: 0;
  display: grid; align-items: end;
}
.portrait {
  margin: 0;
  width: min(88%, 560px);
  justify-self: end;
  transform: translate(-6%, 0);
  padding-top: clamp(3rem, 10vh, 6rem);
}
.portrait img { display: block; width: 100%; max-width: 100%; height: auto; }
.vertical-label {
  position: absolute; left: 1.25rem; top: 2rem;
  writing-mode: vertical-rl; transform: rotate(180deg);
  font-family: var(--sans); font-size: .75rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: .18em; color: var(--ivory);
}

/* Section marks */
.section-mark {
  display: flex; align-items: baseline; gap: 1.25rem;
  border-top: 1px solid var(--charcoal);
  padding-top: 1rem;
  margin-bottom: 2.75rem;
}
.section-mark .number { font-family: var(--sans); font-weight: 500; font-size: .8rem; letter-spacing: .12em; color: var(--berry); }
.section-mark h2 { font-size: clamp(1.9rem, 3.4vw, 3rem); }
.section-mark.light { border-top-color: var(--ivory); }
.section-mark.light .number, .section-mark.light h2 { color: var(--ivory); }

/* Work */
.work { padding: clamp(4rem, 10vh, 7rem) var(--gutter) clamp(3rem, 8vh, 5rem); }
.work-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2.5rem 2rem;
}
.work-item { grid-column: span 5; }
.work-item.offset { grid-column: 8 / span 5; margin-top: 4rem; }
.work-item:nth-child(3) { grid-column: 3 / span 5; }
.work-item h3 { font-size: 1.5rem; margin-bottom: .9rem; }
.work-item p { max-width: 30rem; }

/* Speaking */
.speaking { padding: clamp(3rem, 8vh, 5rem) var(--gutter) clamp(4rem, 10vh, 7rem); }
.talks { list-style: none; margin: 0; padding: 0; max-width: 62rem; }
.talk {
  display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: .75rem 2rem;
  padding: 1.75rem 0; border-top: 1px solid var(--silver);
}
.talk:last-child { border-bottom: 1px solid var(--silver); }
.talk-meta { font-family: var(--sans); font-weight: 500; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: var(--berry); padding-top: .35rem; }
.talk h3 { font-size: 1.6rem; grid-column: 2; }
.talk p:last-child { grid-column: 2; max-width: 34rem; }
.speaking-note { margin-top: 2.5rem; font-size: 1.15rem; }
.speaking-note a { font-family: var(--sans); font-weight: 700; color: var(--berry); text-decoration: none; border-bottom: 2px solid var(--berry); }
.speaking-note a:hover { color: var(--berry-accent); border-color: var(--berry-accent); }

/* Contact */
.contact {
  display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 3rem; align-items: end;
  padding: 0 var(--gutter) 0 0;
}
.contact-panel {
  background: var(--berry); color: var(--ivory);
  padding: clamp(2.5rem, 7vh, 5rem) clamp(2rem, 5vw, 5rem) clamp(2.5rem, 7vh, 5rem) var(--gutter);
}
.contact-lede { max-width: 30rem; font-size: 1.2rem; }
.contact-email {
  display: inline-block; margin-top: 2rem;
  font-family: var(--sans); font-weight: 700; font-size: clamp(1.2rem, 2.4vw, 1.9rem);
  text-decoration: none; border-bottom: 3px solid var(--ivory); word-break: break-all;
}
.contact-email:hover { border-color: var(--silver); }
.contact-aside {
  font-style: italic; font-size: 1.15rem; max-width: 22rem; padding-bottom: 2.5rem;
  border-left: 3px solid var(--berry); padding-left: 1.25rem;
}

/* Footer */
.site-footer {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  padding: 1.5rem var(--gutter) 2rem; margin-top: clamp(3rem, 8vh, 5rem);
  border-top: 1px solid var(--silver);
  font-family: var(--sans); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 500;
}

/* Narrow screens */
@media (max-width: 860px) {
  .hero { grid-template-columns: minmax(0, 1fr); min-height: 0; }
  .hero-copy { padding-right: var(--gutter); }
  .hero-field { min-height: 60vw; }
  .portrait { width: min(70%, 420px); transform: none; margin-right: var(--gutter); padding-top: 3.5rem; }
  .work-grid { grid-template-columns: 1fr; gap: 2.25rem; }
  .work-item, .work-item.offset, .work-item:nth-child(3) { grid-column: 1 / -1; margin-top: 0; }
  .talk { grid-template-columns: minmax(0, 1fr); }
  .talk h3, .talk p:last-child { grid-column: 1; }
  .contact { grid-template-columns: minmax(0, 1fr); gap: 2rem; padding-right: 0; }
  .contact-panel { padding-right: var(--gutter); }
  .contact-aside { margin: 0 var(--gutter); padding-bottom: 0; }
}
