:root {
  color-scheme: light;
  --paper: #fff7fa;
  --paper-soft: #fffafd;
  --pink-light: #fbe1ea;
  --pink: #e783a4;
  --pink-deep: #cc5e83;
  --ink: #29252a;
  --muted: #625b60;
  --page: 1440px;
  --font: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { color: inherit; font: inherit; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 20; padding: 10px 16px; background: var(--pink-deep); color: white; }
.skip-link:focus { top: 16px; }

.site-header { min-height: 106px; max-width: var(--page); margin: 0 auto; padding: 14px 6.2vw; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 5; }
.wordmark { display: flex; flex-direction: column; align-items: flex-start; text-decoration: none; line-height: 1.15; }
.wordmark-name { font-size: 24px; font-weight: 650; letter-spacing: -.055em; }
.wordmark-note { display: flex; flex-wrap: nowrap; align-items: center; gap: 6px; margin-top: 4px; color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .07em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.logo-crop { display: block; flex: 0 0 auto; width: 112px; height: 10.5px; overflow: hidden; align-self: center; transform: translateY(-3px); }
.brand-logo { width: 112px; max-width: none; height: auto; filter: hue-rotate(290deg) saturate(1.7); }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3.6vw, 52px); }
.site-nav a { text-decoration: none; font-size: 12px; font-weight: 600; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--pink-deep); }
.site-nav .nav-contact { padding: 11px 16px; border-radius: 7px; background: var(--pink-light); }
.menu-toggle { display: none; padding: 8px; border: 0; border-radius: 6px; background: var(--pink-light); cursor: pointer; font-size: 11px; font-weight: 650; }

.hero { max-width: var(--page); min-height: 600px; margin: 0 auto; padding: 42px 11vw 74px 13.3vw; display: grid; grid-template-columns: minmax(400px, 1.05fr) minmax(330px, .8fr); align-items: center; gap: clamp(38px, 8vw, 120px); }
.hero-copy { padding-top: 10px; }
h1, h2, p, figure { margin-top: 0; }
.hero h1 { max-width: 640px; margin: 0 0 23px; font-size: clamp(58px, 7.5vw, 102px); font-weight: 600; line-height: 1.08; letter-spacing: -.075em; opacity: 0; clip-path: inset(0 100% 0 0); animation: title-write 2s steps(30, end) .12s forwards, title-fade .55s ease .12s forwards; }
.hero-intro { max-width: 440px; margin-bottom: 32px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 0; border-radius: 7px; text-decoration: none; font-size: 11px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--pink-deep); color: white; }
.button-dark:hover { background: #b9436c; }
.text-link { display: inline-flex; align-items: center; color: var(--ink); text-decoration: none; font-size: 11px; font-weight: 700; }
.text-link:hover { color: var(--pink-deep); }
.hero-photo-wrap { width: min(100%, 405px); justify-self: center; margin: 0; padding: 8px; border-radius: 26px; background: var(--pink-light); animation: photo-drift 7s ease-in-out infinite; }
.hero-photo { width: 100%; height: 478px; border-radius: 20px; object-fit: cover; object-position: center 46%; }

.section-pad { max-width: var(--page); margin: 0 auto; padding-left: 13.3vw; padding-right: 13.3vw; }
.intro { padding-top: 104px; padding-bottom: 118px; background: linear-gradient(180deg, #fff7fa 0%, #f5d2df 100%); }
h2 { margin-bottom: 36px; font-size: clamp(40px, 5.2vw, 68px); font-weight: 600; line-height: 1.06; letter-spacing: -.065em; }
.intro-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 9%; align-items: start; }
.intro-grid h2 { margin: 0; }
.intro-grid p { margin-bottom: 18px; }
.intro-copy { max-width: 430px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.intro-copy .text-link { margin-top: 7px; color: var(--pink-deep); }
.lede { color: var(--ink); font-size: 22px; font-weight: 500; line-height: 1.5; }

.topics { padding-top: 86px; padding-bottom: 94px; background: linear-gradient(180deg, #f5d2df 0%, #f1bfd1 52%, #f7e0e9 100%); }
.topics h2 { margin-bottom: 34px; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.topic-card { display: flex; flex-direction: column; min-width: 0; padding: 0; border-radius: 20px; text-decoration: none; }
.topic-card img { width: 100%; height: 245px; object-fit: cover; border-radius: 18px; transition: transform .35s ease; }
.topic-card:hover img { transform: scale(1.015); }
.topic-card-title { margin-top: 18px; font-size: 20px; font-weight: 650; letter-spacing: -.03em; }
.topic-description { margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.7; }

.featured { padding-top: 102px; padding-bottom: 106px; background: linear-gradient(180deg, #f7e0e9 0%, #f0c5d5 100%); }
.featured h2 { margin-bottom: 34px; }
.story-list { display: grid; gap: 12px; }
.story-row { min-height: 76px; display: grid; grid-template-columns: 155px 1fr; align-items: center; gap: 20px; padding: 16px 20px; border-radius: 9px; background: var(--paper-soft); text-decoration: none; transition: background .2s ease, transform .2s ease; }
.story-row:hover { background: var(--pink-light); transform: translateX(3px); }
.story-type { color: var(--pink-deep); font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.story-title { font-size: clamp(17px, 2vw, 24px); font-weight: 550; line-height: 1.3; letter-spacing: -.025em; }

.contact { padding-top: 80px; background: linear-gradient(180deg, #f0c5d5 0%, #f9e1ea 100%); }
.contact-layout { display: grid; grid-template-columns: 1fr .8fr; gap: 10%; align-items: start; padding-bottom: 82px; }
.contact-layout h2 { margin-bottom: 16px; }
.contact-layout>div:first-child>p { max-width: 380px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.contact-action { padding-bottom: 8px; }
.email-link { display: inline-flex; padding: 0 0 4px; color: var(--ink); text-decoration: none; font-size: clamp(15px, 1.5vw, 18px); font-weight: 550; overflow-wrap: anywhere; }
.email-link:hover { color: var(--pink-deep); }
.social-label { margin: 23px 0 10px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.social-links { display: flex; flex-wrap: wrap; gap: 8px; }
.social-links a { padding: 8px 11px; border-radius: 6px; background: var(--paper); text-decoration: none; font-size: 10px; font-weight: 650; transition: background .2s ease, color .2s ease; }
.social-links a:hover { background: var(--pink-deep); color: white; }
.site-footer { min-height: 74px; display: flex; justify-content: space-between; align-items: center; gap: 22px; padding: 16px 0; }
.footer-mark, .footer-blog { text-decoration: none; font-size: 11px; font-weight: 650; }
.footer-blog { color: var(--pink-deep); }

@media (min-width: 1441px) { .section-pad { padding-left: 191px; padding-right: 191px; } }
@media (max-width: 900px) {
  .site-header { padding: 14px 5vw; }
  .hero { padding: 25px 7vw 60px; gap: 42px; grid-template-columns: minmax(310px, 1.05fr) minmax(270px, .8fr); }
  .hero h1 { font-size: clamp(58px, 9vw, 84px); }
  .hero-photo { height: 408px; }
  .section-pad { padding-left: 8vw; padding-right: 8vw; }
  .topic-card img { height: 205px; }
  .intro-grid { gap: 7%; }
}
@media (max-width: 650px) {
  html { scroll-padding-top: 100px; }
  .site-header { min-height: 98px; padding: 10px 22px; }
  .wordmark-name { font-size: 21px; }
  .wordmark-note { gap: 5px; font-size: 8px; }
  .logo-crop { width: 96px; height: 9px; }
  .brand-logo { width: 96px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 86px; left: 14px; right: 14px; padding: 10px 18px 14px; flex-direction: column; align-items: stretch; gap: 0; border-radius: 8px; background: var(--pink-light); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 11px 0; }
  .site-nav .nav-contact { padding: 11px 0; background: transparent; }
  .hero { min-height: unset; padding: 38px 25px 68px; grid-template-columns: 1fr; gap: 34px; }
  .hero-copy { padding-top: 0; }
  .hero h1 { max-width: 500px; margin-bottom: 18px; font-size: clamp(52px, 13vw, 76px); }
  .hero-intro { max-width: 390px; font-size: 15px; }
  .hero-actions { gap: 16px; }
  .button { min-height: 44px; padding: 0 15px; font-size: 10px; }
  .hero-photo-wrap { width: min(82%, 330px); margin-right: 8%; }
  .hero-photo { height: min(110vw, 385px); }
  .section-pad { padding-left: 25px; padding-right: 25px; }
  .intro { padding-top: 72px; padding-bottom: 76px; }
  h2 { margin-bottom: 25px; font-size: clamp(41px, 11vw, 60px); }
  .intro-grid { grid-template-columns: 1fr; gap: 14px; }
  .lede { margin-bottom: 0; font-size: 19px; }
  .intro-copy { font-size: 13px; }
  .topics { padding-top: 68px; padding-bottom: 69px; }
  .topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 14px; }
  .topic-card { display: flex; align-items: stretch; }
  .topic-card img { width: 100%; height: 142px; }
  .topic-card-title { margin-top: 12px; font-size: 16px; }
  .topic-description { margin-top: 4px; font-size: 10px; line-height: 1.6; }
  .featured { padding-top: 73px; padding-bottom: 76px; }
  .story-list { gap: 9px; }
  .story-row { min-height: 76px; grid-template-columns: 1fr; gap: 4px; padding: 13px 15px; }
  .story-type { font-size: 8px; }
  .story-title { font-size: 17px; }
  .contact { padding-top: 64px; }
  .contact-layout { grid-template-columns: 1fr; gap: 30px; padding-bottom: 54px; }
  .contact-layout>div:first-child>p { max-width: 340px; font-size: 13px; }
  .email-link { font-size: 14px; }
  .social-links { gap: 7px; }
  .social-links a { padding: 8px 9px; font-size: 9px; }
  .site-footer { min-height: 66px; }
  .footer-mark, .footer-blog { font-size: 10px; }
}
@keyframes photo-drift {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
@keyframes title-write {
  to { clip-path: inset(0 0 0 0); }
}
@keyframes title-fade {
  to { opacity: 1; }
}
.motion-ready .reveal { opacity: 0; transform: translateY(14px); transition: opacity .7s ease, transform .7s ease; }
.motion-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
