/* TOMORUNE homepage: open editorial compositions, quiet type, varied photographs. */
.home-intro {
  display:grid; grid-template-columns:1fr 1fr; gap:100px;
  padding-top:108px; padding-bottom:108px; align-items:start;
}
.home-intro .eyebrow, .home-lessons-heading .eyebrow, .home-section-heading .eyebrow {
  font-size:11px; letter-spacing:.12em; font-weight:600; color:#777168;
}
.home-intro h2 { font-size:34px; font-weight:400; line-height:1.85; margin-top:25px; letter-spacing:.035em; }
.home-intro h2 em { font-style:normal; color:var(--orange); font-weight:500; }
.home-intro-copy { padding-top:35px; }
.home-intro-copy p { font-size:16px; line-height:2.2; }
.home-intro-copy p+p { margin-top:23px; }
.home-intro-copy .text-link { margin-top:26px; font-size:14px; gap:40px; }
.home-lessons { padding:94px 0 85px; background:#f8f7f4; border-top:1px solid #eeebe5; }
.home-lessons-heading {
  display:grid; grid-template-columns:1fr 1fr; align-items:end; gap:100px;
  padding-bottom:68px; border-bottom:1px solid #ddd9d1;
}
.home-lessons-heading h2 { font-size:34px; font-weight:400; line-height:1.75; margin-top:19px; letter-spacing:.055em; }
.home-lessons-heading > p { font-size:16px; line-height:2.15; padding-bottom:4px; }
.home-feature {
  display:grid; grid-template-columns:minmax(0,1.35fr) minmax(0,.9fr);
  gap:80px; align-items:center; margin:80px 0 116px;
}
.home-feature-visual { position:relative; min-width:0; }
.home-feature-photo {
  position:relative; overflow:hidden; isolation:isolate;
  aspect-ratio:3/2; border-radius:3px 42px 3px 3px;
  box-shadow:0 18px 35px -19px #4b402536;
}
.home-feature-photo img { width:100%; height:100%; object-fit:cover; transition:transform .8s cubic-bezier(.22,1,.36,1); }
.home-feature-visual::before {
  content:""; position:absolute; left:30px; right:-19px; top:30px; bottom:-20px;
  background:#ede9e1; border-radius:2px 42px 2px 2px;
}
.home-feature-photo:hover img { transform:scale(1.035); }
.home-photo-caption {
  position:relative; z-index:1; display:block; padding-top:19px;
  font-family:var(--font-en); font-size:10px; letter-spacing:.15em; color:#82796b;
}
.home-feature-meta { display:flex; align-items:center; gap:14px; padding-bottom:23px; border-bottom:1px solid #ddd8ce; }
.home-feature-number { font-family:var(--font-en); font-size:13px; font-weight:500; color:#7c7469; }
.home-feature-meta p { font-family:var(--font-en); font-size:17px; font-weight:500; letter-spacing:.015em; }
.home-feature-copy h3 { font-size:30px; font-weight:500; line-height:1.75; letter-spacing:.035em; margin:26px 0 22px; }
.home-feature-desc { font-size:15px; line-height:2.15; color:#534e47; }
.home-feature-topics { display:flex; flex-wrap:wrap; gap:8px 17px; list-style:none; margin:22px 0 26px; padding:0; }
.home-feature-topics li { font-size:12px; letter-spacing:.01em; color:#746b5f; padding-left:11px; position:relative; }
.home-feature-topics li::before { content:""; position:absolute; left:0; top:11px; width:4px; height:4px; border-radius:50%; background:var(--orange); }
.home-lesson-link { display:flex; align-items:center; justify-content:space-between; gap:20px; max-width:290px; font-size:14px; font-weight:500; }
.home-link-arrow { display:grid; place-items:center; flex-shrink:0; width:43px; height:43px; border:1px solid #b9b1a4; border-radius:50%; transition:background .25s,border-color .25s,transform .25s; }
.home-link-arrow svg { width:18px; height:18px; }
.home-lesson-link:hover .home-link-arrow,.home-lesson-link:focus-visible .home-link-arrow { background:var(--orange); border-color:var(--orange); color:white; transform:translateX(4px); }
.home-feature-office { grid-template-columns:minmax(0,.9fr) minmax(0,1.35fr); }
.home-feature-office .home-feature-visual { grid-column:2; grid-row:1; }
.home-feature-office .home-feature-copy { grid-column:1; grid-row:1; padding-left:22px; }
.home-feature-office .home-feature-photo { aspect-ratio:4/3; border-radius:42px 3px 3px 3px; }
.home-feature-office .home-feature-visual::before { left:-20px; right:30px; border-radius:42px 2px 2px 2px; }
.home-feature-office .home-feature-meta p { font-size:16px; }
.home-feature-pair { display:grid; grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr); gap:100px; align-items:start; padding-top:12px; }
.home-feature-pair .home-feature { display:block; margin:0; }
.home-feature-pair .home-feature-pc { margin-top:110px; }
.home-feature-pair .home-feature-photo { aspect-ratio:3/2; border-radius:3px; }
.home-feature-pair .home-feature-visual::before { content:none; }
.home-feature-pair .home-feature-copy { padding:28px 16px 0 0; }
.home-feature-pair .home-photo-caption { padding-top:14px; }
.home-feature-pair .home-feature-meta { padding-bottom:15px; }
.home-feature-pair h3 { font-size:27px; margin:21px 0 19px; }
.home-feature-pair .home-feature-desc { max-width:31em; }
.home-lessons-end { display:flex; justify-content:space-between; gap:35px; align-items:center; margin-top:82px; padding-top:32px; border-top:1px solid #ddd9d1; }
.home-lessons-end p { font-size:15px; }
.home-lessons-end .text-link { font-size:14px; gap:42px; }
.home-section-heading { text-align:left; margin-bottom:36px; }
.home-section-heading .section-title { margin:13px 0 15px; color:var(--ink); font-size:28px; }
.home-section-heading .lead { max-width:none; }
.home-news .news-tabs { justify-content:flex-start; }
.home .hero-copy h1 { font-size:32px; line-height:1.85; font-weight:400; }
.home .hero-tag strong { font-weight:500; }

@media(min-width:1600px) {
  .home .hero-copy { padding:50px 80px; }
}
@media(max-width:1100px) {
  .home-intro,.home-lessons-heading { gap:55px; }
  .home-intro h2,.home-lessons-heading h2 { font-size:30px; }
  .home-feature { gap:50px; }
  .home-feature-copy h3 { font-size:26px; }
  .home-feature-pair { gap:60px; }
  .home-feature-office .home-feature-copy { padding-left:0; }
}
@media(max-width:800px) {
  .home .hero-copy h1 { font-size:clamp(18px,4.75vw,20px); line-height:1.65; font-weight:500; }
  .home-intro { grid-template-columns:1fr; gap:25px; padding-top:66px; padding-bottom:66px; }
  .home-intro h2 { font-size:29px; margin-top:18px; line-height:1.8; }
  .home-intro-copy { padding-top:0; }
  .home-intro-copy p { font-size:16px; line-height:2.05; }
  .home-intro-copy .desktop-break { display:none; }
  .home-intro-copy p+p { margin-top:20px; }
  .home-lessons { padding:63px 0 58px; }
  .home-lessons-heading { grid-template-columns:1fr; gap:25px; padding-bottom:34px; }
  .home-lessons-heading h2 { font-size:29px; line-height:1.8; margin-top:18px; }
  .home-lessons-heading > p { font-size:15px; }
  .home-lessons-heading > p br { display:none; }
  .home-feature,.home-feature-office { display:block; margin:43px 0 60px; }
  .home-feature-visual { margin-right:10px; }
  .home-feature-visual::before { left:15px; right:-10px; top:15px; bottom:-11px; border-radius:2px 28px 2px 2px; }
  .home-feature-photo { border-radius:2px 28px 2px 2px; aspect-ratio:4/3; }
  .home-feature-office .home-feature-photo { aspect-ratio:3/2; border-radius:2px 28px 2px 2px; }
  .home-feature-office .home-feature-visual::before { left:15px; right:-10px; border-radius:2px 28px 2px 2px; }
  .home-photo-caption { font-size:9px; padding-top:16px; }
  .home-feature-copy { padding-top:28px; }
  .home-feature-meta { gap:12px; padding-bottom:16px; }
  .home-feature-meta p,.home-feature-office .home-feature-meta p { font-size:16px; }
  .home-feature-copy h3 { font-size:26px; line-height:1.75; margin:22px 0 18px; }
  .home-feature-desc { font-size:16px; line-height:2.05; }
  .home-feature-topics { margin:19px 0 23px; }
  .home-feature-topics li { font-size:12px; }
  .home-lesson-link { max-width:none; font-size:15px; }
  .home-feature-pair { display:block; padding-top:0; }
  .home-feature-pair .home-feature { margin:0 0 54px; }
  .home-feature-pair .home-feature-pc { margin-top:0; margin-bottom:0; }
  .home-feature-pair .home-feature-visual { margin-right:0; }
  .home-feature-pair .home-feature-copy { padding:25px 0 0; }
  .home-feature-pair h3 { font-size:26px; }
  .home-lessons-end { display:block; margin-top:48px; padding-top:25px; }
  .home-lessons-end p { font-size:14px; line-height:1.9; margin-bottom:18px; }
  .home-lessons-end .text-link { display:flex; justify-content:space-between; gap:15px; font-size:15px; padding-bottom:12px; }
  .home-section-heading { margin-bottom:28px; }
  .home-section-heading .section-title { font-size:24px; }
  .home-section-heading p { font-size:15px; line-height:2; }
}
@media(max-width:360px) {
  .home-intro h2,.home-lessons-heading h2 { font-size:25px; }
  .home-feature-copy h3,.home-feature-pair h3 { font-size:24px; }
  .home-feature-meta p,.home-feature-office .home-feature-meta p { font-size:14px; }
}
@media(prefers-reduced-motion:reduce) {
  .home-feature-photo img,.home-link-arrow { transition:none; }
  .home-feature-photo:hover img,.home-lesson-link:hover .home-link-arrow { transform:none; }
}

