:root {
  --cream: #fbfaf5;
  --paper: #fffdf7;
  --ink: #0e0e0e;
  --muted: #737373;
  --soft: #ece8dc;
  --gold: #b89a4b;
  --blue: #a6c6e6;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  background: #fff;
  padding: .75rem 1rem;
  z-index: 100;
}
.skip-link:focus { left: 1rem; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1.25rem, 6vw, 6.5rem);
  background: rgba(251, 250, 245, .86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.brand { font-size: 1rem; font-weight: 800; letter-spacing: -.035em; }
.nav-links { display: flex; gap: clamp(1rem, 4vw, 3rem); font-size: .85rem; color: #555; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: var(--ink); }
.hero {
  width: min(100%, 1500px);
  margin: 0 auto;
  background: #101010;
  overflow: hidden;
}
.hero img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
}
.text-section {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1.4rem, 5vw, 3rem);
}
.text-section h1,
.text-section h2,
.recognition h2,
.press-section h2,
.statement h2,
.company h2,
.contact h2 {
  margin: 0 0 1.35rem;
  font-size: clamp(1.65rem, 3.2vw, 3.3rem);
  line-height: .98;
  letter-spacing: -.07em;
  font-weight: 800;
}
.text-section p,
.trailer-copy p,
.statement p,
.company p,
.contact p {
  color: var(--muted);
  font-size: clamp(1.13rem, 2.15vw, 2rem);
  line-height: 1.22;
  letter-spacing: -.035em;
  margin: 0 0 1.25rem;
}
.text-section .lede {
  font-size: clamp(1.45rem, 4vw, 3.65rem);
  line-height: 1.05;
  letter-spacing: -.06em;
  font-weight: 800;
  color: #888;
}
.eyebrow {
  color: var(--gold) !important;
  font-size: .82rem !important;
  line-height: 1.35 !important;
  text-transform: uppercase;
  letter-spacing: .1em !important;
  font-weight: 800;
  margin-bottom: 1.15rem !important;
}
.button-row { display: flex; gap: .85rem; flex-wrap: wrap; margin-top: 2rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .85rem 1.15rem;
  border: 1px solid rgba(0,0,0,.18);
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--ink); color: #fff; border-color: var(--ink); }
.wide-image {
  width: min(100%, 1400px);
  margin: 0 auto;
  padding: 0 clamp(0rem, 2vw, 2rem);
}
.wide-image img {
  width: 100%;
  aspect-ratio: 2048 / 858;
  object-fit: cover;
}
.trailer-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) clamp(1.4rem, 5vw, 3rem);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .8fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.poster-wrap {
  background: var(--blue);
  padding: clamp(.7rem, 2vw, 1.5rem);
  box-shadow: 0 24px 70px rgba(0,0,0,.08);
}
.poster-wrap img { width: 100%; }
.trailer-copy h2 { margin-bottom: .75rem; }
.video-embed {
  grid-column: 1 / -1;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #111;
  overflow: hidden;
}
.video-embed iframe { width: 100%; height: 100%; border: 0; display: block; }
.press-section {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(4.5rem, 9vw, 8rem) clamp(1.4rem, 5vw, 3rem);
}
.quotes { display: grid; gap: 2.3rem; margin-top: 2rem; }
blockquote { margin: 0; }
blockquote p {
  margin: 0;
  color: #828282;
  font-size: clamp(1.45rem, 4vw, 3.25rem);
  line-height: 1.06;
  letter-spacing: -.055em;
  font-weight: 800;
}
blockquote cite {
  display: block;
  margin-top: .3rem;
  font-style: normal;
  color: var(--ink);
  font-size: clamp(1.05rem, 2vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -.045em;
}
.recognition {
  max-width: 1030px;
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 7rem) clamp(1.4rem, 5vw, 3rem);
  text-align: center;
}
.recognition h2 { max-width: 760px; margin: 0 auto 3rem; }
.recognition h3 {
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  margin: 4rem 0 2rem;
  letter-spacing: -.05em;
}
.laurel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: center;
  justify-items: center;
}
.laurel-grid img {
  max-height: 112px;
  width: 100%;
  max-width: 245px;
  object-fit: contain;
  filter: contrast(1.05);
}
.laurel-grid .smaller-laurel { max-height: 88px; max-width: 200px; }
.development { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 520px; margin: 0 auto; }
.development img { max-height: 122px; }
.development .smaller-laurel { max-height: 102px; max-width: 210px; }
.festival-list {
  max-width: 760px;
  margin: 4rem auto 0;
  text-align: left;
}
.festival-list p {
  color: #676767;
  font-size: .94rem;
  line-height: 1.55;
  letter-spacing: -.012em;
  margin: 0 0 1rem;
  font-weight: 600;
}
.centered { text-align: center; max-width: 740px; }
.story-section p { max-width: 840px; }
.statement {
  padding: clamp(4.5rem, 8vw, 7rem) clamp(1.4rem, 5vw, 3rem);
}
.statement-inner {
  max-width: 820px;
  margin: 0 auto;
  background: var(--paper);
  padding: clamp(2rem, 5vw, 4.5rem);
  box-shadow: 0 20px 70px rgba(0,0,0,.04);
}
.statement .pull-quote {
  color: #777;
  font-size: clamp(1.45rem, 3.2vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -.055em;
  font-weight: 800;
  margin-bottom: .4rem;
}
.statement .source {
  color: var(--ink);
  font-size: 1rem;
  margin-bottom: 3rem;
  letter-spacing: -.02em;
}
.statement p {
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.66;
  letter-spacing: -.012em;
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 400;
  color: #444;
}
.statement h2 { margin-top: 1rem; }
.signature { color: var(--ink) !important; font-style: italic; }
.company {
  position: relative;
  overflow: hidden;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.4rem, 5vw, 3rem);
}
.goddess {
  position: static;
  width: min(240px, 42vw);
  height: auto;
  object-fit: contain;
  margin: 0 auto clamp(2rem, 5vw, 4rem);
  opacity: .95;
}
.company-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}
.company-about {
  grid-column: 1 / -1;
  max-width: 820px;
  margin: clamp(1.5rem, 4vw, 3rem) auto 0;
  padding-top: clamp(1.5rem, 4vw, 2.5rem);
  border-top: 1px solid rgba(0,0,0,.08);
}
.team-card p, .company-about p {
  max-width: 46rem;
}
.company p {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.55;
  letter-spacing: -.018em;
  color: #555;
}
.contact {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.4rem, 5vw, 3rem) clamp(6rem, 10vw, 10rem);
  text-align: center;
}
.contact p { font-size: clamp(1rem, 1.7vw, 1.35rem); line-height: 1.35; color: #666; }
.email-link {
  display: inline-block;
  margin-top: 1rem;
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -.05em;
  color: var(--ink);
  border-bottom: 2px solid var(--gold);
}
.site-footer {
  border-top: 1px solid var(--soft);
  text-align: center;
  color: #777;
  padding: 2rem;
  font-size: .8rem;
}
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button:hover { transform: none; }
}
@media (max-width: 820px) {
  .site-header { height: 64px; padding: 0 1.1rem; }
  .nav-links { gap: 1rem; font-size: .78rem; }
  .trailer-section { grid-template-columns: 1fr; }
  .laurel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .company-grid { grid-template-columns: 1fr; }
  .wide-image { padding: 0; }
  .wide-image img { min-height: 260px; }
}
@media (max-width: 520px) {
  .nav-links { gap: .72rem; font-size: .72rem; }
  .hero { background: #050505; }
  .text-section .lede, blockquote p { letter-spacing: -.04em; }
  .laurel-grid { gap: 1.5rem 1rem; }
  .laurel-grid img { max-height: 78px; }
  .laurel-grid .smaller-laurel { max-height: 62px; }
  .development img { max-height: 85px; }
  .statement-inner { padding: 2rem 1.25rem; }
}

.eyebrow{line-height:1.6}
.lede{color:#7a7a7a !important; line-height:1.15;}
.telly-laurel{transform:scale(1.4);}
.athena-laurel{transform:scale(1.7);}


/* 2026 refinement pass */
.intro { padding-top: 4rem; }
.intro h1 { margin-top: 0; }
.text-section { text-align:left; }
.text-section h2 { text-align:left; max-width:900px; margin-left:auto; margin-right:auto; }
.text-section p, .story-section p, .festival-list p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.lede {
  color:#7f7f7f;
  line-height:1.08;
  letter-spacing:-0.02em;
}
.about-film p{
  font-size: clamp(1.5rem,3vw,2.2rem);
  line-height:1.35;
  color:#7a7a7a;
}


/* 2026 cinematic typography + motion pass */
:root {
  --muted: #666666;
  --body-copy: #565656;
}

body {
  font-weight: 600;
}

.hero-reveal {
  animation: heroFade 1400ms ease-out both;
}

.hero-reveal img {
  animation: heroDrift 9000ms ease-out both;
  transform-origin: center center;
}

@keyframes heroFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes heroDrift {
  from { transform: scale(1.015); }
  to { transform: scale(1); }
}

/* consistent editorial hierarchy */
.text-section h1,
.text-section h2,
.recognition h2,
.press-section h2,
.statement h2,
.company h2,
.contact h2,
.trailer-copy h2 {
  letter-spacing: -0.065em;
  line-height: 0.98;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.text-section p,
.trailer-copy p,
.company p,
.contact p,
.festival-list p,
.story-section p,
.about-film p {
  color: var(--body-copy);
  letter-spacing: -0.02em;
}

/* remove the now-unneeded gold concept label and tighten the trailer block */
.trailer-copy .eyebrow {
  display: none;
}

.trailer-copy h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.trailer-copy p {
  max-width: 520px;
  line-height: 1.18;
}

/* make the thematic section feel intentional */
.text-section h2 br {
  display: block;
}

/* About the Film should match the other editorial story blocks */
.about-film {
  max-width: 900px;
  text-align: left;
}

.about-film h2 {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.about-film p {
  max-width: 760px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  font-size: clamp(1.18rem, 2.1vw, 1.85rem);
  line-height: 1.28;
  font-weight: 700;
}

/* keep the festival facts readable without competing with the emotional copy */
.festival-list {
  max-width: 920px;
}

.festival-list p {
  font-size: clamp(0.98rem, 1.35vw, 1.18rem);
  line-height: 1.58;
  font-weight: 650;
}

/* give the serif voice one clear purpose: director/press editorial moments */
.statement p {
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.72;
  color: #3f3f3f;
}

.statement .pull-quote {
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #686868;
}

/* smooth, restrained movement */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 900ms ease, transform 900ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.wide-image,
.poster-wrap {
  overflow: hidden;
}

.wide-image img,
.poster-wrap img {
  transition: transform 1200ms ease, filter 1200ms ease;
}

.wide-image.visible img,
.poster-wrap.visible img {
  transform: scale(1.01);
}

.button {
  transition: transform .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0,0,0,.12);
}

.company-grid h2 {
  letter-spacing: -0.065em;
}

.company p {
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  line-height: 1.55;
  font-weight: 650;
}

@media (max-width: 820px) {
  .hero-reveal img { animation: heroFade 1200ms ease-out both; }
  .about-film p { max-width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-reveal,
  .hero-reveal img,
  .wide-image img,
  .poster-wrap img {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}


/* Final team/navigation polish */
.company-grid h2 { margin-bottom: 1.1rem; }
.company-grid em { font-style: italic; }
@media (max-width: 520px) { .brand { font-size: .92rem; } }


/* Final launch polish: tighten story pacing + intentional mobile headline break */
.theme-statement,
.shadow-light,
.story-light,
.intro-statement,
.section-story,
section:has(.shadow-light),
section:has(.theme-statement) {
  margin-bottom: clamp(3.5rem, 7vw, 6rem) !important;
  padding-bottom: clamp(3.5rem, 7vw, 6rem) !important;
}

.logline h1 br,
.logline h2 br,
.hero-copy h1 br,
.hero-copy h2 br,
.statement-title br {
  display: block;
}

@media (max-width: 767px) {
  .logline h1,
  .logline h2,
  .hero-copy h1,
  .hero-copy h2,
  .statement-title {
    line-height: 0.95 !important;
    max-width: 11ch;
  }

  .theme-statement,
  .shadow-light,
  .story-light,
  .intro-statement,
  .section-story,
  section:has(.shadow-light),
  section:has(.theme-statement) {
    margin-bottom: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

/* A24/NEON-inspired final polish: cleaner hierarchy, repeated team cards */
:root {
  --display-tight: -0.07em;
  --copy-tight: -0.018em;
}

.text-section h1,
.text-section h2,
.recognition h2,
.press-section h2,
.statement h2,
.company h2,
.contact h2,
.trailer-copy h2 {
  font-weight: 800;
}

.company {
  max-width: 1240px;
  padding-top: clamp(5rem, 9vw, 9rem);
}

.company .goddess {
  width: min(190px, 38vw);
  margin-bottom: clamp(2.75rem, 6vw, 5.25rem);
}

.company-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 4.5vw, 4.25rem);
}

.team-card {
  border-top: 1px solid rgba(0,0,0,.14);
  padding-top: clamp(1.1rem, 2vw, 1.45rem);
}

.section-kicker {
  margin: 0 0 .75rem !important;
  color: #8a8a8a !important;
  font-size: clamp(.72rem, .85vw, .82rem) !important;
  line-height: 1.3 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase;
  font-weight: 800 !important;
}

.company h2 {
  margin-bottom: clamp(1.1rem, 2vw, 1.6rem);
  font-size: clamp(2.3rem, 4.8vw, 4.5rem);
  line-height: .92;
  letter-spacing: var(--display-tight);
}

.company p:not(.section-kicker) {
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.6;
  letter-spacing: var(--copy-tight);
  font-weight: 650;
  color: #555;
  margin-bottom: 1.1rem;
}

.press-section h2,
.recognition h2,
.statement h2,
.contact h2,
.trailer-copy h2,
.text-section h1,
.text-section h2 {
  letter-spacing: var(--display-tight);
}

@media (max-width: 980px) {
  .company-grid {
    grid-template-columns: 1fr;
    max-width: 760px;
    margin: 0 auto;
  }

  .company h2 {
    max-width: 9ch;
  }
}

/* Launch QA polish: smoother scale, fewer widows/orphans */
.text-section .lede {
  max-width: 880px;
  font-size: clamp(1.9rem, 4.6vw, 4.2rem);
  line-height: 1.04;
  text-wrap: balance;
}

.intro .lede {
  max-width: 860px;
  font-size: clamp(1.75rem, 4.15vw, 3.85rem);
  line-height: 1.05;
}

.company-grid {
  align-items: start;
}

.company h2 {
  font-size: clamp(2.35rem, 4.15vw, 3.95rem);
  line-height: .95;
  text-wrap: balance;
}

.company p:not(.section-kicker) {
  font-size: clamp(1rem, 1.08vw, 1.08rem);
  line-height: 1.62;
}

.contact {
  max-width: 860px;
}

.contact p {
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  line-height: 1.45;
  text-wrap: balance;
}

.contact-names {
  margin-top: 1.5rem !important;
}

.email-link {
  font-size: clamp(1.65rem, 4.2vw, 3.15rem);
  line-height: 1.05;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

@media (min-width: 981px) {
  .company-grid {
    gap: clamp(2.5rem, 4.2vw, 4rem);
  }
}

@media (max-width: 980px) {
  .company h2 {
    max-width: 12ch;
  }
}

@media (max-width: 520px) {
  .intro .lede {
    font-size: clamp(2.05rem, 12vw, 3.3rem);
  }
  .email-link {
    font-size: clamp(1.65rem, 9vw, 2.5rem);
  }
}

/* Typography audit pass: consolidated font system */
:root {
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-serif: "Libre Baskerville", Georgia, serif;
  --fs-nav: clamp(0.78rem, 0.9vw, 0.9rem);
  --fs-small: clamp(0.78rem, 0.85vw, 0.84rem);
  --fs-body: clamp(1rem, 1.1vw, 1.12rem);
  --fs-body-lg: clamp(1.12rem, 1.55vw, 1.32rem);
  --fs-title: clamp(2.1rem, 4.2vw, 3.9rem);
  --fs-display: clamp(2.4rem, 5.4vw, 4.75rem);
  --lh-tight: 0.98;
  --lh-body: 1.58;
}

body,
button,
input,
textarea,
select {
  font-family: var(--font-sans);
}

.brand,
.nav-links,
.button,
.site-footer,
.section-kicker,
.eyebrow,
blockquote cite,
.contact p,
.email-link,
.text-section h1,
.text-section h2,
.recognition h2,
.press-section h2,
.trailer-copy h2,
.company h2,
.contact h2,
.recognition h3,
.company p,
.trailer-copy p,
.text-section p,
.about-film p,
.story-section p,
.festival-list p {
  font-family: var(--font-sans) !important;
}

.statement p,
.statement .pull-quote {
  font-family: var(--font-serif) !important;
}

.site-header .brand { font-size: var(--fs-nav); font-weight: 800; }
.nav-links { font-size: var(--fs-nav); font-weight: 600; }
.button { font-size: var(--fs-small); font-weight: 800; }
.eyebrow,
.section-kicker,
.site-footer { font-size: var(--fs-small) !important; }

.text-section h1,
.text-section h2,
.recognition h2,
.press-section h2,
.trailer-copy h2,
.company h2,
.contact h2 {
  font-size: var(--fs-title) !important;
  line-height: var(--lh-tight) !important;
  letter-spacing: -0.065em !important;
  font-weight: 800 !important;
  text-wrap: balance;
}

.intro h1 {
  font-size: var(--fs-title) !important;
  max-width: 9.5ch;
}

.text-section .lede,
.intro .lede {
  font-size: var(--fs-display) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.06em !important;
  font-weight: 800 !important;
  color: #818181 !important;
  max-width: 900px;
  text-wrap: balance;
}

.text-section p,
.trailer-copy p,
.about-film p,
.story-section p,
.company p:not(.section-kicker),
.contact p,
.festival-list p {
  font-size: var(--fs-body) !important;
  line-height: var(--lh-body) !important;
  letter-spacing: -0.018em !important;
  font-weight: 650 !important;
  color: var(--body-copy) !important;
}

.about-film p,
.story-section p,
.trailer-copy p,
.contact p {
  font-size: var(--fs-body-lg) !important;
  line-height: 1.48 !important;
}

blockquote p {
  font-size: var(--fs-title) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.06em !important;
  font-weight: 800 !important;
  text-wrap: balance;
}
blockquote cite {
  font-size: var(--fs-body-lg) !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

.recognition h3 {
  font-size: var(--fs-body-lg) !important;
  font-weight: 800 !important;
}

.statement .pull-quote {
  font-size: clamp(1.35rem, 2.6vw, 2.35rem) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: -0.035em !important;
  text-wrap: balance;
}
.statement p {
  font-size: clamp(1rem, 1.05vw, 1.1rem) !important;
  line-height: 1.74 !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
}
.statement .source {
  font-family: var(--font-sans) !important;
  font-size: var(--fs-small) !important;
  font-weight: 700 !important;
}

.company h2 {
  max-width: 11ch;
}
.company p:not(.section-kicker) {
  max-width: 32rem;
}

.email-link {
  font-size: clamp(1.65rem, 4.1vw, 3rem) !important;
  font-weight: 800 !important;
}

@media (max-width: 720px) {
  :root {
    --fs-title: clamp(2rem, 10vw, 3.1rem);
    --fs-display: clamp(2.2rem, 11vw, 3.55rem);
  }
  .intro h1 { max-width: 10ch; }
  .company h2 { max-width: 12ch; }
}
