@font-face {
  font-family: "Editorial Today";
  src: url("../fonts/EditorialToday-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamBook.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --charcoal: #111516;
  --charcoal-2: #151b1c;
  --gold: #F1AA41;
  --green: #6B7B67;
  --sand: #D4CFC7;
  --white: #FEFEFE;
  --ink: #111516;
  --muted: #7b7b7b;
  --line: #ddd9d2;
  --display: "Editorial Today", "Iowan Old Style", Baskerville, Georgia, serif;
  --sans: "Gotham", "Avenir Next", Arial, sans-serif;
  --shell: 1200px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  line-height: 1.45;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.shell {
  width: min(calc(100% - 64px), var(--shell));
  margin-inline: auto;
}

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 400;
}

em { color: var(--gold); font-style: normal; }

.eyebrow {
  margin: 0 0 20px;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
}

.eyebrow.dark { color: var(--charcoal); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 12px 28px;
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 700;
}

.button-gold {
  background: var(--gold);
  color: var(--charcoal);
  border: 1px solid var(--gold);
}

.button-small {
  min-height: 42px;
  padding: 8px 20px;
  font-size: .74rem;
}

.button-icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* HEADER */
.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
  padding: 20px 0;
  color: var(--white);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand img { width: 150px; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: .72rem;
  font-weight: 700;
}

/* HERO */
.campus-hero {
  background:
    radial-gradient(circle at 23% 22%, rgba(107,123,103,.13), transparent 30%),
    linear-gradient(135deg, #111516 0%, #111516 55%, #171d1e 100%);
  color: var(--white);
}

.campus-hero-grid {
  display: grid;
  grid-template-columns: 44% 56%;
  min-height: 760px;
}

.campus-hero-copy {
  padding: 116px 64px 54px max(64px, calc((100vw - var(--shell)) / 2));
}

.back-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 46px;
  font-size: .75rem;
  font-weight: 700;
}

.campus-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(4rem, 5vw, 5.3rem);
  line-height: .92;
  letter-spacing: -.035em;
  white-space: nowrap;
}

.hero-intro {
  max-width: 440px;
  margin-bottom: 34px;
  color: #e6e6e6;
  font-size: 1.03rem;
  line-height: 1.55;
}

.meeting-details {
  display: grid;
  gap: 20px;
  margin-bottom: 36px;
}

.meeting-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.meeting-row svg {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.meeting-row strong {
  display: block;
  font-size: .98rem;
}

.meeting-row span {
  display: block;
  margin-top: 2px;
  color: #c5c9c8;
  font-size: .87rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-bottom: 12px;
}

.question-link {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(254,254,254,.55);
  font-size: .8rem;
  font-weight: 700;
}

.question-link span { margin-left: 8px; }

.hero-note {
  margin: 0;
  color: #c6cac9;
  font-size: .74rem;
}

.campus-hero-photo {
  position: relative;
  min-height: 760px;
  background:
    linear-gradient(90deg, rgba(17,21,22,.12), rgba(17,21,22,0) 18%),
    url("../images/ucsd-study-hero.jpg") center/cover no-repeat,
    linear-gradient(135deg, #394548, #202828);
}

.photo-note {
  position: absolute;
  top: 126px;
  right: 44px;
  color: var(--white);
  font-family: "Bradley Hand", "Segoe Print", cursive;
  font-size: 1.05rem;
  line-height: 1.05;
  transform: rotate(-7deg);
}

.photo-note span {
  display: block;
  width: 56px;
  height: 3px;
  margin: 10px 0 0 10px;
  background: var(--gold);
  transform: rotate(-8deg);
}

/* WHAT TO EXPECT */
.expect-section {
  padding: 58px 0 62px;
  background: #fbfaf8;
}

.section-title.centered {
  text-align: center;
  margin-bottom: 38px;
}

.section-title h2 {
  margin: 0;
  font-size: clamp(3.1rem, 4.8vw, 4.6rem);
  line-height: .96;
}

.expect-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.expect-item {
  text-align: center;
  padding: 0 44px 8px;
}

.expect-item + .expect-item {
  border-left: 1px solid var(--line);
}

.expect-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.expect-item h3 {
  margin-bottom: 8px;
  font-size: 1.6rem;
  line-height: 1.05;
}

.expect-item p {
  margin: 0;
  color: #676767;
  font-size: .93rem;
  line-height: 1.45;
}

/* TESTIMONIAL */
.testimonial-section {
  position: relative;
  min-height: 450px;
  overflow: hidden;
  background: #1b2323;
}

.testimonial-photo {
  position: absolute;
  inset: 0;
  background:
    url("../images/ucsd-testimonial.jpg") center 46%/cover no-repeat,
    linear-gradient(90deg, #1e2727, #5f604b);
}

.testimonial-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12,16,17,.92) 0%, rgba(12,16,17,.78) 35%, rgba(12,16,17,.15) 72%, rgba(12,16,17,.04) 100%);
}

.testimonial-inner {
  position: relative;
  z-index: 2;
  min-height: 450px;
  display: flex;
  align-items: center;
}

blockquote {
  margin: 0;
  width: min(100%, 525px);
  color: var(--white);
}

.quote-mark {
  height: 34px;
  margin-bottom: 8px;
  color: var(--gold);
  font-family: var(--display);
  font-size: 4.8rem;
  line-height: .62;
}

blockquote > p {
  max-width: 500px;
  margin: 0 0 22px;
  font-family: var(--display);
  font-size: clamp(2rem, 2.6vw, 2.45rem);
  line-height: 1.06;
  letter-spacing: -.018em;
  text-wrap: balance;
}

blockquote footer {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e4e4e4;
  font-size: .76rem;
}

blockquote footer strong {
  color: var(--white);
}

.quote-accent {
  display: block;
  width: 44px;
  height: 3px;
  margin-top: 18px;
  background: var(--gold);
}

/* TEXT CTA */
.text-section {
  background: #fbfaf8;
  overflow: hidden;
}

.text-grid {
  display: grid;
  grid-template-columns: 54% 46%;
  min-height: 515px;
}

.text-copy {
  padding: 66px 60px 54px 0;
}

.text-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(3.2rem, 4.7vw, 4.6rem);
  line-height: .94;
}

.gold-rule {
  display: block;
  width: 78px;
  height: 3px;
  margin-bottom: 22px;
  background: var(--gold);
}

.text-copy > p:not(.small-note) {
  max-width: 510px;
  color: #606060;
  font-size: .94rem;
  line-height: 1.55;
}

.small-note {
  margin: 14px 0 0 10px;
  color: #626262;
  font-size: .72rem;
}

.phone-area {
  position: relative;
  min-height: 515px;
}

.phone {
  position: absolute;
  width: 310px;
  height: 430px;
  right: 50px;
  bottom: -50px;
  border: 5px solid #242424;
  border-radius: 46px 46px 0 0;
  background: #0c0e10;
  color: #fff;
  box-shadow: 0 0 0 2px #c8c8c8, 0 14px 40px rgba(0,0,0,.12);
  overflow: hidden;
}

.speaker {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 86px;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 20px;
  background: #020303;
}

.phone-top {
  display: flex;
  justify-content: space-between;
  padding: 24px 26px 8px;
  font-size: .68rem;
  font-weight: 700;
}

.message-title {
  padding: 18px 0;
  border-bottom: 1px solid #292d2f;
  text-align: center;
  font-size: .86rem;
  font-weight: 700;
}

.recipient {
  padding: 14px 18px;
  border-bottom: 1px solid #292d2f;
  color: #aeb5b5;
  font-size: .76rem;
}

.recipient strong {
  color: #36b24a;
  font-weight: 400;
}

.message-bubble {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 46px;
  padding: 14px 44px 14px 16px;
  border-radius: 16px;
  background: #25292b;
  font-size: .74rem;
  line-height: 1.35;
}

.send-button {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #2f80ed;
  font-size: 1rem;
  font-weight: 700;
}

.hand-note {
  position: absolute;
  top: 86px;
  left: 26px;
  font-family: "Bradley Hand", "Segoe Print", cursive;
  color: #696969;
  font-size: .98rem;
  line-height: 1.15;
  transform: rotate(-7deg);
}

.hand-underline {
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 9px;
  background: var(--gold);
  transform: rotate(4deg);
}

.curved-arrow {
  position: absolute;
  top: 180px;
  left: 96px;
  font-size: 3.2rem;
  font-family: var(--display);
  transform: rotate(18deg);
}

/* BOTTOM CTA */
.bottom-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 34%, rgba(107,123,103,.09), transparent 24%),
    var(--charcoal);
  color: var(--white);
}

.bottom-cta-inner {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  position: relative;
  z-index: 2;
}

.bottom-cta h2 {
  margin: 0;
  font-size: clamp(3rem, 4.7vw, 4.7rem);
  line-height: .96;
}

.campus-link {
  position: relative;
  z-index: 3;
  color: var(--gold);
  padding-bottom: 5px;
  border-bottom: 1px solid var(--gold);
  font-size: .78rem;
  font-weight: 700;
}

.campus-link span { margin-left: 8px; }

.bottom-lines {
  position: absolute;
  width: 1050px;
  max-width: none;
  left: -120px;
  bottom: -270px;
  opacity: .20;
  pointer-events: none;
}

/* FOOTER */
.site-footer {
  padding: 42px 0 30px;
  background: #fbfaf8;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.3fr 2fr 1.5fr;
  align-items: center;
  gap: 40px;
}

.footer-brand img { width: 150px; }

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 44px;
  font-size: .75rem;
}

.footer-social {
  text-align: right;
}

.social-row {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  font-size: 1rem;
}

.footer-social p {
  margin: 10px 0 0;
  color: #606060;
  font-size: .68rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 56px;
  color: #626262;
  font-size: .66rem;
}

/* RESPONSIVE */
@media (max-width: 980px) {
  .site-header { position: relative; background: var(--charcoal); }
  .nav-links { gap: 20px; }
  .campus-hero-grid { grid-template-columns: 1fr; }
  .campus-hero-copy {
    padding: 54px max(32px, calc((100vw - var(--shell))/2)) 60px;
  }
  .campus-hero-photo { min-height: 560px; }
  .campus-hero h1 { white-space: normal; }
  .expect-grid { gap: 0; }
  .expect-item { padding-inline: 24px; }
  .text-grid { grid-template-columns: 1fr; }
  .text-copy { padding: 58px 0 30px; }
  .phone-area { min-height: 440px; }
  .phone { right: 14%; }
  .hand-note { left: 18%; }
  .footer-main { grid-template-columns: 1fr; text-align: center; }
  .footer-brand img { margin: auto; }
  .footer-social { text-align: center; }
  .social-row { justify-content: center; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }

  .nav-links > a:not(.button) { display: none; }
  .brand img { width: 130px; }

  .campus-hero-copy { padding: 42px 16px 48px; }
  .back-link { margin-bottom: 34px; }
  .campus-hero h1 { font-size: 3.7rem; }
  .hero-intro { font-size: .95rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .campus-hero-photo { min-height: 430px; }
  .photo-note { top: 50px; right: 22px; font-size: .88rem; }

  .expect-section { padding: 48px 0; }
  .section-title h2 { font-size: 3rem; }
  .expect-grid { grid-template-columns: 1fr; }
  .expect-item { padding: 30px 0; }
  .expect-item + .expect-item { border-left: 0; border-top: 1px solid var(--line); }

  .testimonial-section,
  .testimonial-inner { min-height: 520px; }
  .testimonial-shade {
    background: linear-gradient(90deg, rgba(12,16,17,.92), rgba(12,16,17,.58));
  }
  blockquote > p {
    max-width: 420px;
    font-size: 2rem;
    line-height: 1.08;
    text-wrap: pretty;
  }
  blockquote footer { flex-wrap: wrap; }

  .phone-area { min-height: 470px; }
  .phone {
    width: 280px;
    height: 400px;
    right: 0;
  }
  .hand-note { top: 50px; left: 0; }
  .curved-arrow { top: 144px; left: 70px; }

  .bottom-cta-inner {
    min-height: 280px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .bottom-cta h2 { font-size: 3rem; }

  .footer-nav { flex-wrap: wrap; gap: 18px 28px; }
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; margin-top: 38px; }
}
