:root { --ink: #352d42; --muted: #817686; --pink: #efb8c5; --pink-soft: #fbe6e8; --lavender: #e9e2f6; --white: #fffdfd; --shadow: 0 10px 30px rgba(56, 36, 68, .06); --serif: 'Playfair Display', Georgia, serif; --sans: 'DM Sans', sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: var(--sans); background: linear-gradient(125deg, #fffafa 0%, #fcebed 45%, #f1ebfb 100%); -webkit-font-smoothing: antialiased; }
button { font: inherit; }
.page-shell { min-height: 100vh; position: relative; overflow: hidden; }
.page-shell::before { content: ''; position: fixed; inset: 0; opacity: .35; pointer-events: none; background-image: radial-gradient(rgba(190, 142, 169, .16) 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.petal { position: absolute; z-index: 0; width: 145px; height: 220px; border: 1px solid rgba(220, 170, 192, .35); border-radius: 100% 0 100% 0; transform: rotate(28deg); }
.petal-one { top: 80px; left: -88px; background: rgba(255, 255, 255, .22); }
.petal-two { right: -85px; top: 43%; transform: rotate(208deg); background: rgba(233, 226, 246, .28); }
.welcome-screen { min-height: 100vh; display: grid; place-items: center; position: relative; z-index: 1; padding: 40px 24px; text-align: center; transition: opacity .6s ease, transform .6s ease; }
.welcome-screen::before { content: ''; position: absolute; inset: 24px; border: 1px solid rgba(16, 185, 129, 0.28); border-radius: 24px; box-shadow: inset 0 0 0 8px rgba(16, 185, 129, 0.035); pointer-events: none; }
.welcome-screen > .welcome-content > .overline { position: absolute; bottom: 28px; left: 50%; margin: 0; transform: translateX(-50%); white-space: nowrap; }
.welcome-screen.is-closing { opacity: 0; transform: translateY(-12px); pointer-events: none; }
.welcome-content { max-width: 560px; animation: float-in .8s ease both; }
.sparkle { margin-bottom: 28px; color: #d29aad; font-size: 22px; }
.overline, .section-kicker { margin: 0 0 22px; color: #b07c91; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; }
h1 { margin-bottom: 25px; font-size: clamp(58px, 10vw, 105px); letter-spacing: -.055em; line-height: .92; }
em { color: #bd8098; font-style: italic; }
.welcome-copy { max-width: 340px; margin: 0 auto 34px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.open-button { border: 0; border-radius: 100px; padding: 15px 20px 15px 26px; background: var(--pink); color: #fff; box-shadow: 0 8px 18px rgba(213, 139, 163, .2); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.open-button span { display: inline-block; margin-left: 24px; font-size: 18px; transition: transform .25s ease; }
.open-button:hover, .open-button:focus-visible { background: #d99aad; box-shadow: 0 12px 25px rgba(213, 139, 163, .3); transform: translateY(-2px); outline: none; }
.open-button:hover span { transform: translateX(4px); }
.main-content { position: relative; z-index: 1; width: min(900px, calc(100% - 40px)); margin: auto; padding: 30px 0 50px; }
.main-content[hidden] { display: none; }
.main-content.is-visible { animation: fade-in .7s ease both; }
.topbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 45px; color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.mini-mark { color: #d29aad; font-size: 22px; }
.card { border-radius: 20px; background: rgba(255, 253, 253, .9); box-shadow: var(--shadow); }
.greeting-card { position: relative; padding: clamp(42px, 7vw, 76px) 24px; text-align: center; }
.card-decoration { position: absolute; top: 28px; right: 35px; color: #dec7e8; font-size: 28px; }
.greeting-card h2 { margin-bottom: 17px; font-size: clamp(42px, 7vw, 67px); line-height: .98; letter-spacing: -.04em; }
.greeting-card .subheading { margin-bottom: 23px; color: #a57288; font-family: var(--serif); font-size: 19px; }
.greeting-card > p:last-child { max-width: 530px; margin: 0 auto; color: var(--muted); font-size: 14px; line-height: 1.8; }
.letter-section, .pillars-section { padding-top: 105px; }
.section-kicker { margin-bottom: 13px; }
.letter-section > h2, .pillars-section h2 { margin-bottom: 27px; font-size: clamp(34px, 5vw, 48px); letter-spacing: -.04em; }
.letter-card { overflow: hidden; }
.letter-banner { display: flex; justify-content: space-between; padding: 16px 26px; background: var(--pink-soft); color: #b47c92; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.letter-body { max-width: 650px; padding: 40px clamp(25px, 7vw, 65px) 48px; font-family: var(--serif); font-size: 20px; line-height: 1.7; }
.letter-body p:first-child { color: #bd8098; }
.letter-signoff { margin-bottom: 0; color: var(--muted); font-size: 16px; line-height: 1.55; }
.letter-signoff strong, .closing-card strong { color: var(--ink); font-weight: 600; }
.pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pillar { min-height: 235px; padding: 28px 25px; transition: transform .25s ease, box-shadow .25s ease; }
.pillar:hover { transform: translateY(-4px); box-shadow: 0 16px 35px rgba(56, 36, 68, .1); }
.pillar-icon { display: block; margin-bottom: 35px; font-size: 27px; }
.pillar h3 { margin-bottom: 10px; font-size: 25px; }
.pillar p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.closing-card { margin-top: 105px; padding: 54px 24px; text-align: center; }
.tulip { display: block; margin-bottom: 20px; font-size: 34px; }
.closing-card h2 { margin-bottom: 22px; font-size: clamp(38px, 6vw, 54px); line-height: 1; }
.closing-card p { margin: 0; color: #a57288; font-family: var(--serif); font-size: 16px; line-height: 1.7; }
footer { padding: 32px 0 10px; color: var(--muted); text-align: center; font-size: 11px; }
.reveal { opacity: 0; transform: translateY(16px); }
.main-content.is-visible .reveal { animation: rise .7s ease forwards; }
.main-content.is-visible .reveal:nth-of-type(2) { animation-delay: .12s; }
.main-content.is-visible .reveal:nth-of-type(3) { animation-delay: .2s; }
@keyframes float-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes rise { to { opacity: 1; transform: translateY(0); } }
@media (max-width: 650px) { .main-content { width: min(100% - 28px, 900px); } .topbar { margin-bottom: 30px; } .pillars-grid { grid-template-columns: 1fr; } .pillar { min-height: auto; padding: 23px; } .pillar-icon { margin-bottom: 20px; } .letter-section, .pillars-section { padding-top: 76px; } .closing-card { margin-top: 76px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; } }

/* Final white and soft-pink palette */
body { background: linear-gradient(135deg, #ffffff 0%, #fffdfd 58%, #fff7fa 100%); }
.card { background: #ffffff; box-shadow: 0 10px 40px rgba(255, 182, 193, 0.15); }
.letter-card { border-top: 3px solid #f8a5c2; }
@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap');

:root {
  --charcoal: #121414;
  --charcoal-soft: #181b1a;
  --paper: #f1eee7;
  --muted: #9a9d96;
  --line: rgba(241, 238, 231, 0.15);
  --line-bright: rgba(241, 238, 231, 0.32);
  --accent: #c8d27f;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Manrope', Arial, sans-serif;
  --mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--charcoal);
  color: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
button, a { font: inherit; }
button { cursor: pointer; }
.site-shell { min-height: 100vh; position: relative; overflow: hidden; }
.site-shell::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image: radial-gradient(rgba(241,238,231,.42) .7px, transparent .7px);
  background-size: 25px 25px;
  mask-image: linear-gradient(135deg, transparent, #000 30%, #000 70%, transparent);
}
.background-mark { position: absolute; pointer-events: none; width: 270px; height: 270px; border: 1px solid rgba(200,210,127,.2); transform: rotate(30deg); }
.background-mark::before, .background-mark::after { content: ''; position: absolute; inset: 19px; border: 1px solid rgba(241,238,231,.1); }
.background-mark::after { inset: 38px; }
.background-mark--top { top: 18%; right: -115px; }
.background-mark--bottom { bottom: 4%; left: -160px; opacity: .55; }
.site-header, .site-footer { position: relative; z-index: 2; width: min(1180px, calc(100% - 64px)); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.site-header { padding-top: 28px; }
.site-footer { padding: 44px 0 30px; color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.wordmark { display: flex; align-items: center; gap: 10px; color: var(--paper); text-decoration: none; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.wordmark-symbol { color: var(--accent); font-size: 24px; line-height: 0; }
.header-label, .eyebrow, .value-number, .card-meta { color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.splash-screen { min-height: calc(100vh - 106px); display: grid; place-items: center; position: relative; text-align: center; }
.splash-screen.is-closing { opacity: 0; transform: translateY(-8px); transition: opacity .5s ease, transform .5s ease; pointer-events: none; }
.splash-content { width: min(700px, calc(100% - 48px)); padding: 80px 0 100px; animation: arrive .9s ease both; }
.eyebrow { margin: 0 0 28px; }
.splash-content h1 { margin: 0; font-family: var(--serif); font-size: clamp(62px, 10vw, 132px); font-weight: 500; letter-spacing: -.055em; line-height: .9; }
em { color: var(--accent); font-style: italic; font-weight: 500; }
.splash-intro { max-width: 350px; margin: 36px auto 42px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.open-letter { display: inline-flex; align-items: center; gap: 28px; padding: 14px 17px 14px 22px; border: 1px solid var(--line-bright); border-radius: 0; background: transparent; color: var(--paper); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; transition: background .3s ease, color .3s ease, border-color .3s ease; }
.open-letter:hover, .open-letter:focus-visible { border-color: var(--accent); background: var(--accent); color: var(--charcoal); outline: none; }
.button-arrow { font-size: 18px; line-height: 10px; }
.scroll-note { position: absolute; bottom: 28px; display: flex; align-items: center; gap: 9px; color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.scroll-note span { width: 5px; height: 5px; border: 1px solid var(--accent); border-radius: 50%; }
.main-content { width: min(980px, calc(100% - 64px)); margin: 0 auto; padding: 110px 0 60px; }
.main-content[hidden] { display: none; }
.main-content.is-visible { animation: reveal-content .85s ease both; }
.content-heading { padding-bottom: 70px; }
.content-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(37px, 5vw, 64px); font-weight: 500; letter-spacing: -.04em; line-height: 1.04; }
.letter-card { border: 1px solid var(--line); background: rgba(24,27,26,.68); padding: 25px clamp(24px, 5vw, 64px) 42px; }
.card-meta { display: flex; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.letter-copy { max-width: 715px; padding: 56px 0 40px; font-family: var(--serif); font-size: clamp(21px, 2.3vw, 28px); line-height: 1.48; }
.letter-copy p { margin: 0 0 24px; }
.letter-copy p:last-child { margin-bottom: 0; color: #c7c8c1; }
.card-rule { width: 48px; border-top: 1px solid var(--accent); }
.card-signoff { margin: 26px 0 0; color: var(--muted); font-family: var(--serif); font-size: 16px; line-height: 1.6; }
.card-signoff strong { color: var(--paper); font-weight: 500; }
.values-section { display: grid; grid-template-columns: 1fr 2fr; gap: 70px; padding: 135px 0 20px; }
.section-intro h3 { margin: 0; font-family: var(--serif); font-size: clamp(32px, 4vw, 46px); font-weight: 500; letter-spacing: -.04em; line-height: 1.05; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value-item { min-height: 210px; padding: 20px 0; border-top: 1px solid var(--line); }
.value-item h4 { margin: 38px 0 15px; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.value-item p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.reveal { opacity: 0; transform: translateY(18px); }
.main-content.is-visible .reveal { animation: rise .7s ease forwards; }
.main-content.is-visible .reveal:nth-child(2) { animation-delay: .12s; }
.main-content.is-visible .reveal:nth-child(3) { animation-delay: .22s; }
@keyframes arrive { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes reveal-content { from { opacity: 0; } to { opacity: 1; } }
@keyframes rise { to { opacity: 1; transform: translateY(0); } }
@media (max-width: 700px) {
  .site-header, .site-footer, .main-content { width: min(100% - 40px, 980px); }
  .site-header { padding-top: 20px; }
  .header-label { display: none; }
  .splash-screen { min-height: calc(100vh - 77px); }
  .splash-content { padding-bottom: 75px; }
  .splash-content h1 { font-size: clamp(58px, 17vw, 95px); }
  .content-heading { padding-bottom: 44px; }
  .card-meta { gap: 20px; line-height: 1.5; }
  .card-meta span:last-child { text-align: right; }
  .letter-copy { padding: 38px 0 30px; font-size: 20px; }
  .values-section { display: block; padding-top: 85px; }
  .section-intro { margin-bottom: 48px; }
  .values-grid { display: block; }
  .value-item { min-height: auto; padding: 22px 0 27px; }
  .value-item h4 { margin: 20px 0 10px; }
  .site-footer { align-items: flex-start; gap: 18px; line-height: 1.6; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }

body {
  background: linear-gradient(135deg, #ffffff 0%, #fffdfd 62%, #fff7fa 100%);
}

/* Refined light blush theme */
:root {
  --ink: #2d242a;
  --muted: #766b72;
  --pink: #ffb6c1;
  --pink-soft: #fff5f8;
  --serif: 'Lora', Georgia, serif;
  --sans: 'Inter', Arial, sans-serif;
  --shadow: 0 12px 35px rgba(255, 182, 193, 0.2);
}

body {
  color: var(--ink);
  font-family: 'Inter', sans-serif;
  background: radial-gradient(circle at top center, #ffffff 0%, #fff8fb 60%, #fff1f6 100%);
}

h1, h2, h3 { font-family: 'Lora', serif; color: #2d242a; }
.splash-content h1, h1, h2, h3 { color: #3a2f36; }
em { color: #c78398; }
.card { background: #ffffff; border-radius: 16px; box-shadow: 0 12px 35px rgba(255, 182, 193, 0.2); transition: all 0.4s ease; }
.open-button { background: #ffb6c1; transition: all 0.4s ease; }
.open-button:hover, .open-button:focus-visible { background: #ff99aa; }
.letter-card { border-top: 4px solid #ffb6c1; }
.letter-body { font-family: 'Inter', sans-serif; }
.letter-signoff, .closing-card p { font-family: 'Lora', serif; font-style: italic; }
.pillar:hover { transform: translateY(-4px); transition: all 0.4s ease; }

html, body { overflow-x: hidden; }
.flower-layer { position: fixed; inset: 0; z-index: 100; pointer-events: none; overflow: hidden; }
.falling-flower { position: absolute; top: -40px; z-index: 101; animation: flower-fall linear forwards; will-change: transform, opacity; }
.campus-image { display: block; width: min(100%, 680px); height: auto; margin: 0 auto 28px; border-radius: 16px; box-shadow: 0 12px 35px rgba(255, 182, 193, 0.25); object-fit: cover; }
.rolling-heading { opacity: 0; transform: translateY(35px) rotate(2deg); }
.main-content.is-visible .rolling-heading { animation: roll-in .9s cubic-bezier(.22, .8, .25, 1) .15s forwards; }
.pillar:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(255, 182, 193, 0.32); }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #fff7fa; }
::-webkit-scrollbar-thumb { border-radius: 99px; background: #ffb6c1; }
@keyframes flower-fall { 0% { opacity: 0; transform: translate3d(0, -30px, 0) rotate(0deg); } 12% { opacity: 1; } 100% { opacity: 0; transform: translate3d(var(--drift), 110vh, 0) rotate(360deg); } }
@keyframes roll-in { from { opacity: 0; transform: translateY(35px) rotate(2deg); } to { opacity: 1; transform: translateY(0) rotate(0); } }
@media (max-width: 768px) { .main-content { width: calc(100% - 30px); padding: 15px 0 40px; } .welcome-screen { padding: 15px; } .welcome-content h1 { font-size: clamp(54px, 17vw, 82px); } .greeting-card, .letter-body, .pillar, .closing-card { padding-left: 15px; padding-right: 15px; } .greeting-card h2 { font-size: clamp(36px, 12vw, 54px); } .letter-section, .pillars-section { padding-top: 70px; } .pillars-grid { grid-template-columns: 1fr; } .campus-image { margin-bottom: 22px; } .welcome-screen::before { inset: 15px; border-radius: 18px; } .welcome-screen > .welcome-content > .overline { bottom: 18px; } }
@media (prefers-reduced-motion: reduce) { .falling-flower { display: none; } .rolling-heading { opacity: 1; transform: none; } }

/* Mint and crisp white theme */
:root {
  --ink: #1e293b;
  --muted: #64748b;
  --pink: #10b981;
  --pink-soft: #ecfdf5;
  --serif: 'Lora', Georgia, serif;
  --sans: 'Inter', Arial, sans-serif;
  --shadow: 0 12px 35px rgba(16, 185, 129, 0.12);
}

body { color: #64748b; font-family: 'Inter', sans-serif; background: radial-gradient(circle at top center, #ffffff 0%, #f0fdf4 60%, #e6fcf5 100%); }
h1, h2, h3 { color: #1e293b; font-family: 'Lora', serif; }
em { color: #10b981; }
.card { border-radius: 20px; background: #ffffff; box-shadow: 0 12px 35px rgba(16, 185, 129, 0.12); }
.open-button { background: #10b981; box-shadow: 0 8px 18px rgba(16, 185, 129, 0.18); }
.open-button:hover, .open-button:focus-visible { background: #059669; box-shadow: 0 12px 25px rgba(16, 185, 129, 0.25); }
.letter-card { border-top: 4px solid #10b981; }
.letter-banner { background: #ecfdf5; color: #059669; }
.letter-body, .letter-signoff, .closing-card p { font-family: 'Inter', sans-serif; }
.letter-body { text-align: center; margin-left: auto; margin-right: auto; }
.letter-section { text-align: center; }
.pillars-section > h2 { text-align: center; }
.pillars-section > .section-kicker { text-align: center; }
.pillar:hover { box-shadow: 0 16px 40px rgba(16, 185, 129, 0.2); }
.campus-image { box-shadow: 0 12px 35px rgba(16, 185, 129, 0.18); }
::-webkit-scrollbar-track { background: #f0fdf4; }
::-webkit-scrollbar-thumb { background: #10b981; }

/* Deployment refresh: 2026-09-04 */
