:root {
  --ink: #1e2522;
  --paper: #f2efe8;
  --acid: #c8f169;
  --coral: #f26b4f;
  --line: rgba(30, 37, 34, .2);
  --muted: #737771;
  font-family: 'Manrope', sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--coral); outline-offset: 4px; }

.site-header { display: flex; justify-content: space-between; align-items: flex-start; padding: 27px 5vw; position: absolute; width: 100%; z-index: 2; }
.wordmark { font: 600 20px/2.05 'DM Mono', monospace; letter-spacing: .04em; }
.wordmark span { color: var(--coral); }
nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 48px); font-size: 12px; font-weight: 700; }
nav a { transition: opacity .2s ease; }
nav a:hover { opacity: .55; }
.nav-contact { background: var(--ink); color: var(--paper); padding: 11px 15px; }
nav span, .contact-links span { color: var(--coral); font-size: 17px; }

.section-shell { padding-left: 5vw; padding-right: 5vw; }
.about { min-height: 100vh; display: grid; grid-template-columns: 18% 1fr; gap: 5vw; padding-top: 21vh; padding-bottom: 10vh; background: radial-gradient(circle at 82% 24%, rgba(200,241,105,.55), transparent 24%), var(--paper); }
.section-kicker { display: flex; gap: 13px; color: var(--muted); font: 500 11px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .08em; }
.section-kicker span:first-child { color: var(--coral); }
.about-copy { max-width: 940px; }
.eyebrow { font: 500 11px 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin: 0 0 23px; }
h1, h2 { font-weight: 700; letter-spacing: -.065em; line-height: .95; margin: 0; }
h1 { font-size: clamp(58px, 10vw, 144px); }
h2 { font-size: clamp(53px, 8vw, 116px); }
em { font-family: Georgia, serif; font-weight: 400; letter-spacing: -.08em; }
.animated-gradient-text {
  background: linear-gradient(110deg, var(--coral), var(--acid), #f5d98c, var(--coral));
  background-size: 300% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 2px #000;
  paint-order: stroke fill;
  animation: gradient-flow 7s ease-in-out infinite;
  letter-spacing: 2%;
}
@keyframes gradient-flow {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
@media (prefers-reduced-motion: reduce) {
  .animated-gradient-text { animation: none; background-position: 50% 50%; }
}
.about-bottom { border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 30px; margin-top: 19vh; padding-top: 20px; }
.intro { font-size: clamp(15px, 1.45vw, 20px); line-height: 1.5; max-width: 480px; margin: 0; }
.availability { align-self: flex-start; font: 500 11px 'DM Mono', monospace; margin: 5px 0; white-space: nowrap; }
.status-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--coral); margin-right: 9px; }
.sub-title { font-size: 45px; max-width: 480px; margin: 0;}

.works { background: var(--ink); color: var(--paper); padding-top: 10vh; padding-bottom: 14vh; }
.works .section-kicker { color: #a9aea9; }
.section-heading { display: grid; grid-template-columns: 18% 1fr; gap: 5vw; align-items: end; }
.work-list { margin-top: 12vh; }
.work-item { display: grid; grid-template-columns: 18% minmax(260px, 1fr) minmax(280px, 42%); gap: 5vw; border-top: 1px solid rgba(242,239,232,.27); padding: 24px 0 74px; }
.work-index { color: var(--acid); font: 500 12px 'DM Mono', monospace; }
.work-copy h3 { font-size: clamp(27px, 3vw, 45px); letter-spacing: -.05em; line-height: 1; margin: 0 0 8px; }
.work-copy .subheading { color: #b9beb8; font-size: 14px; margin: 0 0 26px; }
.work-copy p { font-size: 14px; line-height: 1.6; max-width: 370px; margin: 0 0 20px; color: #d4d7d1; }
.work-copy ul { color: #aeb4ad; font-size: 12px; line-height: 1.8; padding-left: 16px; margin: 0 0 27px; }
.work-copy ul li:first-child { font-size: 18px; color: var(--coral); }
.text-link { border-bottom: 1px solid var(--acid); color: var(--acid); font: 500 11px 'DM Mono', monospace; padding-bottom: 4px; text-transform: uppercase; }
.video-frame { aspect-ratio: 16 / 10; background: #353c38; overflow: hidden; }
.video-frame-insta { width: 80%;}
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-frame:has(.instagram-media) {  background: red; display: flex; justify-content: center; align-items: flex-start; }
/* .instagram-media { height: 300%; width: 100%; min-width: 0 !important; margin: 0 !important; } */
.instagram-media > a { color: #3897f0; display: block; font: 14px Arial, sans-serif; padding: 28px; text-align: center; }
.loading { color: var(--muted); font: 12px 'DM Mono', monospace; }
.works .loading { color: #aeb4ad; }

.other { padding-top: 11vh; padding-bottom: 15vh; background: var(--acid); }
.other-heading p { font-size: 15px; line-height: 1.5; max-width: 400px; margin: 0 0 10px; padding-left: 2%; }
.other-list { border-top: 1px solid var(--ink); margin-top: 12vh; }
.other-item { display: grid; grid-template-columns: 18% 1fr auto; gap: 5vw; align-items: center; border-bottom: 1px solid var(--ink); padding: 24px 0; }
.other-number { font: 500 11px 'DM Mono', monospace; }
.other-item h3 { font-size: clamp(21px, 2vw, 30px); letter-spacing: -.05em; margin: 0 0 5px; }
.other-item p { color: #505b46; font-size: 13px; margin: 0; }
.other-item .text-link { border-color: var(--ink); color: var(--ink); }

.contact { display: grid; grid-template-columns: 18% 1fr; gap: 5vw; padding-top: 13vh; padding-bottom: 13vh; background: var(--coral); }
.contact-content h2 { font-size: clamp(60px, 10vw, 146px); }
.contact-links { display: flex; flex-wrap: wrap; gap: 35px; margin-top: 10vh; }
.contact-links a { border-bottom: 1px solid var(--ink); font: 500 13px 'DM Mono', monospace; padding-bottom: 10px; }
.contact-links span { color: var(--ink); margin-left: 25px; }
.site-footer { background: var(--ink); color: #aeb4ad; display: flex; justify-content: space-between; gap: 20px; padding-top: 19px; padding-bottom: 19px; font: 10px 'DM Mono', monospace; }
.site-footer a { color: var(--acid); }

@media (max-width: 700px) {
  .site-header { padding: 22px 6vw; }
  nav a:not(.nav-contact) { display: none; }
  .section-shell { padding-left: 6vw; padding-right: 6vw; }
  .about, .section-heading, .contact { display: block; }
  .about .section-kicker, .contact .section-kicker { margin-bottom: 17vh; }
  .about-bottom { display: block; margin-top: 15vh; }
  .availability { margin-top: 28px; }
  .works { padding-top: 8vh; }
  .works .section-kicker { margin-bottom: 12vh; }
  .work-list, .other-list { margin-top: 9vh; }
  .work-item { grid-template-columns: 35px 1fr; gap: 15px; padding-bottom: 54px; }
  .work-index { grid-row: span 2; }
  .video-frame { grid-column: 2; margin-top: 18px; }
  .video-frame:has(.instagram-media) { min-height: 520px; }
  .other .section-kicker { margin-bottom: 13vh; }
  .other-heading p { margin-top: 30px;}
  .other-item { grid-template-columns: 35px 1fr; gap: 15px; }
  .other-item .text-link { grid-column: 2; justify-self: start; margin-top: 10px; }
  .contact-content { padding-bottom: 1vh; }
  .contact-links { display: block; margin-top: 12vh; }
  .contact-links a { display: block; width: max-content; margin-bottom: 25px; }
  .site-footer { display: grid; grid-template-columns: 1fr 1fr; }
  .site-footer a { grid-column: span 2; }
}
