:root {
  --ink: #1c201c;
  --paper: #f7f4ee;
  --muted: #74766f;
  --line: #d9d6cd;
  --orange: #e9743a;
  --orange-dark: #cb5d29;
  --plum: #282138;
  --cream: #fffdf8;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

a { color: inherit; text-decoration: none; }

.page-noise {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  inset: 0;
  opacity: .035;
  pointer-events: none;
  position: fixed;
  z-index: 5;
}

.wrap { margin: 0 auto; max-width: 1240px; padding-left: 36px; padding-right: 36px; }

.site-header {
  align-items: center;
  display: flex;
  height: 96px;
  justify-content: space-between;
}

.brand { align-items: center; display: inline-flex; font-size: 18px; font-weight: 700; gap: 9px; letter-spacing: -.045em; }

.brand-mark {
  align-items: center;
  background: var(--orange);
  border-radius: 6px;
  color: white;
  display: inline-flex;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  height: 26px;
  justify-content: center;
  letter-spacing: -.12em;
  line-height: 1;
  padding: 0 5px 4px 1px;
  width: 26px;
}

.header-link { border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 620; padding-bottom: 3px; }
.header-link span { color: var(--orange); font-size: 17px; margin-left: 4px; }

.hero { display: grid; gap: 56px; grid-template-columns: 1.04fr .96fr; min-height: 635px; padding-bottom: 114px; padding-top: 65px; }
.hero-copy { align-self: center; padding-bottom: 17px; }
.eyebrow { align-items: center; color: #575951; display: flex; font-size: 11px; font-weight: 720; gap: 8px; letter-spacing: .12em; margin: 0 0 25px; text-transform: uppercase; }
.eyebrow span { background: var(--orange); border-radius: 50%; display: inline-block; height: 7px; width: 7px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.067em; }
h1 { font-size: clamp(58px, 6.1vw, 84px); line-height: .975; margin-bottom: 31px; max-width: 610px; }
h1 em, h2 em { color: var(--orange); font-weight: 400; }
.hero-intro { color: #53564f; font-size: 17px; line-height: 1.65; max-width: 485px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 20px; margin-top: 32px; }
.hero-actions p { color: #77786f; font-size: 13px; margin: 0; }

.button { align-items: center; background: var(--ink); border: 1px solid var(--ink); border-radius: 100px; color: white; display: inline-flex; font-size: 13px; font-weight: 650; gap: 25px; justify-content: center; padding: 12px 15px 12px 20px; transition: background .2s ease, transform .2s ease; }
.button:hover { background: var(--orange-dark); border-color: var(--orange-dark); transform: translateY(-2px); }
.button span { font-size: 18px; line-height: 1; }

.mail-stage { align-items: center; display: flex; justify-content: center; min-height: 472px; position: relative; }
.mail-stage::before { background: #f1e6d9; border-radius: 53% 47% 56% 44% / 39% 50% 50% 61%; content: ""; height: 428px; position: absolute; transform: rotate(-8deg); width: 440px; }
.stage-orb { border-radius: 50%; position: absolute; }
.orb-one { background: #f3aa68; height: 20px; right: 13px; top: 67px; width: 20px; }
.orb-two { background: #8c8f70; bottom: 39px; height: 10px; left: 28px; width: 10px; }

.mail-window { background: var(--cream); border: 1px solid rgba(54, 45, 33, .17); border-radius: 16px; box-shadow: 0 30px 54px rgba(80, 49, 26, .14), 0 2px 5px rgba(80, 49, 26, .08); overflow: hidden; position: relative; transform: rotate(3.2deg); width: min(100%, 422px); z-index: 1; }
.mail-window-top { align-items: center; background: #f4efe7; border-bottom: 1px solid #e6ded3; color: #71746c; display: grid; font-size: 10px; font-weight: 700; grid-template-columns: 1fr auto 1fr; height: 42px; letter-spacing: .03em; padding: 0 15px; }
.window-dots { display: flex; gap: 4px; }
.window-dots i { background: #d1c9be; border-radius: 50%; display: block; height: 5px; width: 5px; }
.top-status { color: #597062; justify-self: end; }
.top-status::before { background: #6c9a71; border-radius: 50%; content: ""; display: inline-block; height: 5px; margin-right: 4px; vertical-align: 1px; width: 5px; }
.mail-window-body { padding: 21px 22px 19px; }
.mail-identity { align-items: center; display: grid; gap: 10px; grid-template-columns: 33px 1fr auto; }
.avatar { align-items: center; border-radius: 50%; color: white; display: flex; font-size: 12px; font-weight: 700; height: 33px; justify-content: center; width: 33px; }
.amber { background: #d78145; }
.mail-identity strong, .mail-identity span { display: block; }
.mail-identity strong { font-size: 12px; letter-spacing: -.02em; }
.mail-identity span, .mail-identity time { color: #85867e; font-size: 10px; }
.mail-message { border-bottom: 1px solid #e8e3db; margin: 15px 0 16px; padding-bottom: 15px; }
.mail-message p { color: #595c55; font-family: Georgia, serif; font-size: 14px; line-height: 1.42; margin-bottom: 12px; }
.message-line { background: #e3dfd7; border-radius: 10px; height: 4px; margin-top: 6px; width: 85%; }.message-line.short { width: 54%; }
.puffle-action { align-items: center; background: #f2eee9; border-radius: 9px; display: grid; gap: 8px; grid-template-columns: 24px 1fr 7px; margin-bottom: 13px; padding: 8px; }
.action-icon { align-items: center; background: var(--orange); border-radius: 7px; color: white; display: flex; font-size: 12px; height: 24px; justify-content: center; }
.puffle-action span, .puffle-action strong { display: block; }.puffle-action span { color: #8d847d; font-size: 8px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }.puffle-action strong { color: #393c35; font-size: 10px; letter-spacing: -.02em; }.action-pulse { background: #70a778; border-radius: 50%; height: 6px; width: 6px; }
.draft-card { border: 1px solid #dfd7ca; border-radius: 9px; padding: 11px; }.draft-label { color: var(--orange); font-size: 8px; font-weight: 800; letter-spacing: .09em; }.draft-card p { color: #42453f; font-family: Georgia, serif; font-size: 12px; line-height: 1.42; margin: 7px 0 10px; }.draft-footer { align-items: center; border-top: 1px solid #eee9e1; color: #909087; display: flex; font-size: 9px; justify-content: space-between; padding-top: 8px; }.send-pill { background: var(--ink); border-radius: 20px; color: white; font-weight: 700; padding: 4px 7px 4px 9px; }.send-pill b { color: #f1a06d; font-size: 12px; margin-left: 3px; }
.stage-caption { bottom: 7px; color: #71736b; font-size: 11px; font-weight: 650; left: 27px; letter-spacing: .04em; position: absolute; }.stage-caption span { background: var(--orange); border-radius: 50%; display: inline-block; height: 6px; margin: 0 5px 1px 0; width: 6px; }

.statement { border-top: 1px solid var(--line); padding-bottom: 137px; padding-top: 21px; }.section-kicker { color: #777970; font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }.statement-grid { align-items: end; display: grid; gap: 70px; grid-template-columns: 1.2fr .8fr; padding-top: 37px; }.statement h2 { font-size: clamp(42px, 4.3vw, 61px); line-height: 1.02; margin: 0; }.statement-grid > p { color: #5d6058; font-size: 16px; line-height: 1.7; margin: 0 0 3px; max-width: 390px; }
.principles { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 130px; padding-bottom: 34px; padding-top: 22px; }.principles article { border-right: 1px solid var(--line); min-height: 200px; padding: 0 30px 0 0; }.principles article + article { padding-left: 30px; }.principles article:last-child { border-right: 0; }.number { color: var(--orange); font-size: 10px; font-weight: 750; letter-spacing: .1em; }.principles h3 { font-family: Georgia, serif; font-size: 24px; font-weight: 400; letter-spacing: -.05em; margin: 49px 0 11px; }.principles p { color: #676962; font-size: 14px; line-height: 1.55; max-width: 250px; }

.closing { background: var(--plum); border-radius: 15px; color: white; margin-bottom: 30px; min-height: 427px; overflow: hidden; padding-bottom: 74px; padding-top: 70px; position: relative; }.closing-inner { position: relative; z-index: 1; }.closing .eyebrow { color: #ded8e3; }.closing .eyebrow span { background: #f2a06d; }.closing h2 { font-size: clamp(47px, 5vw, 67px); line-height: .99; margin-bottom: 32px; }.closing h2 em { color: #f2a06d; }.button-light { background: #f2a06d; border-color: #f2a06d; color: #2e2233; }.button-light:hover { background: #fff4e9; border-color: #fff4e9; }.closing-mark { bottom: -114px; color: #3b314b; font-family: Georgia, serif; font-size: 550px; font-weight: 700; line-height: .7; position: absolute; right: -12px; }
.site-footer { align-items: center; color: #686b63; display: grid; font-size: 12px; grid-template-columns: 1fr 1fr 1fr; min-height: 111px; }.site-footer .brand { color: var(--ink); font-size: 15px; }.site-footer .brand-mark { border-radius: 4px; font-size: 18px; height: 21px; width: 21px; }.site-footer > p { justify-self: center; margin: 0; }.site-footer nav { display: flex; gap: 20px; justify-self: end; }.site-footer nav a { border-bottom: 1px solid transparent; }.site-footer nav a:hover { border-color: currentColor; }

.legal-page { padding-bottom: 60px; }.legal-hero { border-bottom: 1px solid var(--line); padding-bottom: 60px; padding-top: 86px; }.legal-hero h1 { font-size: clamp(52px, 6vw, 76px); margin-bottom: 14px; }.legal-hero p { color: var(--muted); font-size: 14px; margin: 0; }.legal-copy { color: #454841; max-width: 720px; padding-bottom: 85px; padding-top: 60px; }.legal-copy h2 { font-family: Georgia, serif; font-size: 28px; font-weight: 400; letter-spacing: -.045em; margin: 42px 0 11px; }.legal-copy p, .legal-copy li { font-size: 15px; line-height: 1.72; }.legal-copy ul { padding-left: 21px; }.legal-copy a { border-bottom: 1px solid var(--orange); color: var(--orange-dark); }

@media (max-width: 780px) {
  .wrap { padding-left: 22px; padding-right: 22px; }.site-header { height: 77px; }.header-link { font-size: 12px; }.hero { display: block; min-height: 0; padding-bottom: 86px; padding-top: 48px; }.hero-copy { padding-bottom: 70px; }h1 { font-size: clamp(52px, 15vw, 71px); }.hero-intro { font-size: 16px; }.mail-stage { min-height: 420px; }.mail-stage::before { height: 365px; width: 345px; }.mail-window { width: min(100%, 375px); }.stage-caption { left: 8px; }.statement { padding-bottom: 80px; }.statement-grid { display: block; padding-top: 20px; }.statement h2 { font-size: 47px; margin-bottom: 30px; }.principles { display: block; margin-bottom: 80px; padding-bottom: 0; }.principles article, .principles article + article { border-bottom: 1px solid var(--line); border-right: 0; min-height: 0; padding: 25px 0; }.principles article:last-child { border-bottom: 0; }.principles h3 { margin-top: 27px; }.closing { border-radius: 0; margin-left: 0; margin-right: 0; min-height: 390px; padding-bottom: 62px; padding-top: 61px; }.closing-mark { bottom: -69px; font-size: 350px; right: -20px; }.site-footer { grid-template-columns: 1fr auto; min-height: 131px; row-gap: 12px; }.site-footer > p { grid-column: 1 / -1; grid-row: 2; justify-self: start; }.site-footer nav { justify-self: end; }.legal-hero { padding-bottom: 48px; padding-top: 55px; }.legal-copy { padding-top: 38px; }
}

@media (max-width: 420px) { .mail-window-body { padding: 17px; }.mail-window { transform: rotate(2deg); }.mail-message p { font-size: 13px; }.legal-hero h1 { font-size: 50px; } }
