:root{
  --bg:#161616;
  --bg-soft:#1f1f1f;
  --card:#242424;
  --ink:#f4f1ea;
  --muted:#b8b2a8;
  --line:rgba(255,255,255,.08);

  --accent:#d2a76d;
  --accent-soft:#e7c899;

  --shadow:0 18px 50px rgba(0,0,0,.28);

  --max:1220px;
  --radius:28px;
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  background:
    linear-gradient(180deg,#121212 0%, #1b1b1b 100%);
  color:var(--ink);
  line-height:1.7;
}

img{
  max-width:100%;
  display:block;
}

.page-wrap{
  width:min(calc(100% - 34px), var(--max));
  margin:0 auto;
  padding:42px 0 100px;
}

/* HERO */

.hero{
  position:relative;
  min-height:100vh;
  overflow:hidden;
  display:flex;
  align-items:flex-end;

  background:
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.68)),
    url("images/france1.jpg") center/cover no-repeat;
}

.hero-overlay{
  position:absolute;
  inset:0;

  background:
    radial-gradient(circle at top right, rgba(255,255,255,.08), transparent 28rem);
}

.hero-content{
  position:relative;
  z-index:2;

  width:min(calc(100% - 34px), var(--max));
  margin:0 auto;

  padding:90px 0 72px;
}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;

  margin:0 0 22px;
  padding:10px 16px;

  border-radius:999px;

  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);

  color:#fff;

  font-size:.78rem;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;

  backdrop-filter:blur(8px);
}

.hero h1{
  max-width:900px;
  margin:0;

  font-size:clamp(3.6rem, 9vw, 7rem);
  line-height:.95;
  letter-spacing:-.05em;
}

.mobile-break{
  display:inline;
}

.hero-subtitle{
  max-width:760px;

  margin:26px 0 0;

  color:rgba(255,255,255,.82);

  font-size:clamp(1.08rem, 2vw, 1.34rem);
}

.hero-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;

  margin-top:30px;
}

.hero-pills span{
  padding:10px 16px;

  border-radius:999px;

  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);

  color:#fff;

  font-size:.92rem;

  backdrop-filter:blur(8px);
}

/* SECTIONS */

.intro-section,
.content-section{
  margin-bottom:28px;

  padding:clamp(30px, 5vw, 48px);

  border-radius:var(--radius);

  background:rgba(255,255,255,.03);
  border:1px solid var(--line);

  box-shadow:var(--shadow);
}

.section-heading{
  margin-bottom:30px;
}

.section-kicker{
  margin:0 0 12px;

  color:var(--accent);

  font-size:.8rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.section-heading h2,
.intro-section h2{
  margin:0;

  font-size:clamp(2rem, 4vw, 3.4rem);
  line-height:1.05;
  letter-spacing:-.04em;
}

/* INTRO */

.welcome-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}

.tim-byline{
  display:flex;
  align-items:center;
  gap:14px;

  min-width:210px;
  padding:12px 14px;

  border-radius:999px;

  background:rgba(255,255,255,.035);
  border:1px solid var(--line);
}

.tim-portrait{
  width:58px;
  height:58px;

  margin:0;

  border-radius:999px;

  object-fit:cover;
  object-position:center 28%;

  border:1px solid rgba(255,255,255,.16);

  box-shadow:0 16px 34px rgba(0,0,0,.26);
}

.profile-kicker{
  margin:0 0 2px;

  color:var(--accent);

  font-size:.68rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.tim-byline p:not(.profile-kicker){
  margin:0;

  color:#fff;

  font-size:1.08rem;
  font-weight:800;
  letter-spacing:-.02em;
}

.intro-copy{
  max-width:920px;
}

.intro-copy p{
  margin:0;
  color:var(--muted);
}

.intro-copy p + p{
  margin-top:20px;
}

/* IMAGE DIVIDERS */

.image-divider{
  position:relative;

  min-height:360px;

  overflow:hidden;

  display:flex;
  align-items:flex-end;

  margin:34px 0;

  border-radius:36px;

  box-shadow:var(--shadow);
}

.road-divider{
  background:
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.62)),
    url("images/france2.jpg") center/cover no-repeat;
}

.atmosphere-divider{
  background:
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.62)),
    url("images/france3.jpg") center/cover no-repeat;
}

.divider-overlay{
  position:absolute;
  inset:0;

  background:
    radial-gradient(circle at top right, rgba(255,255,255,.08), transparent 26rem);
}

.divider-content{
  position:relative;
  z-index:2;

  padding:34px;
}

.divider-content span{
  display:inline-flex;
  align-items:center;
  gap:10px;

  padding:12px 18px;

  border-radius:999px;

  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);

  color:#fff;

  font-size:1rem;
  font-weight:700;

  backdrop-filter:blur(8px);
}

/* CARDS */

.card-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:18px;
}

.experience-card{
  padding:28px;

  border-radius:24px;

  background:#1f1f1f;
  border:1px solid var(--line);

  transition:
    transform .16s ease,
    border-color .16s ease,
    background .16s ease;
}

.experience-card:hover{
  transform:translateY(-4px);

  border-color:rgba(255,255,255,.16);

  background:#252525;
}

.experience-card h3{
  margin:0 0 14px;

  font-size:1.4rem;
  letter-spacing:-.02em;
}

.experience-card p{
  margin:0;

  color:var(--muted);
}

/* EXPECTATIONS */

.expectation-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:18px;
}

.expect-card{
  display:flex;
  gap:16px;

  padding:24px;

  border-radius:22px;

  background:#1f1f1f;
  border:1px solid var(--line);
}

.expect-card span{
  width:34px;
  height:34px;

  display:grid;
  place-items:center;

  border-radius:999px;

  background:rgba(210,167,109,.16);

  color:var(--accent);

  font-weight:800;

  flex-shrink:0;
}

.expect-card h3{
  margin:0 0 6px;

  font-size:1.12rem;
}

.expect-card p{
  margin:0;

  color:var(--muted);
}

/* LIST SECTION */

.list-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.list-column{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.list-item{
  padding:18px 20px;

  border-radius:18px;

  background:#202020;
  border:1px solid var(--line);

  color:#e7dfd3;
}

/* FINAL */

.final-section{
  margin-top:30px;

  border-radius:36px;

  overflow:hidden;

  background:
    linear-gradient(135deg,#252525 0%, #1a1a1a 100%);

  border:1px solid var(--line);

  box-shadow:var(--shadow);
}

.final-inner{
  padding:clamp(40px, 6vw, 70px);
}

.final-kicker{
  margin:0 0 16px;

  color:var(--accent);

  font-size:.88rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.final-section h2{
  margin:0;

  font-size:clamp(2.4rem, 5vw, 4.6rem);
  line-height:1;
  letter-spacing:-.05em;
}

.final-section p{
  max-width:760px;

  margin:24px 0 0;

  color:var(--muted);

  font-size:1.08rem;
}

/* RESPONSIVE */

@media (max-width:960px){

  .card-grid,
  .expectation-grid,
  .list-grid{
    grid-template-columns:1fr;
  }

  .hero{
    min-height:85vh;
  }

  .image-divider{
    min-height:260px;
  }

  .welcome-heading{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media (max-width:640px){

  .page-wrap{
    width:min(calc(100% - 20px), var(--max));
    padding-top:24px;
  }

  .hero-content{
    width:min(calc(100% - 24px), var(--max));
    padding:74px 0 46px;
  }

  .hero h1{
    font-size:clamp(2.35rem, 10.5vw, 2.85rem);
    line-height:1;
    max-width:360px;
  }

  .mobile-break{
    display:block;
  }

  .hero-subtitle{
    font-size:1rem;
    max-width:360px;
  }

  .section-heading h2,
  .intro-section h2{
    font-size:clamp(1.95rem, 9vw, 2.45rem);
    line-height:1.08;
  }

  .intro-section,
  .content-section{
    padding:24px;
  }

  .divider-content{
    padding:24px;
  }

  .experience-card,
  .expect-card{
    padding:22px;
  }

  .tim-byline{
    width:100%;
    min-width:0;
  }
}
