@charset "UTF-8";

:root {
  --paper: #f4f0e8;
  --paper-deep: #e9e1d5;
  --ink: #181817;
  --charcoal: #242321;
  --muted: #706d67;
  --line: rgba(24, 24, 23, .18);
  --white: #fffdf9;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --shell: min(1280px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 20; top: .8rem; left: .8rem; padding: .7rem 1rem; color: var(--white); background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); }
.nav-wrap { height: 80px; display: flex; align-items: center; justify-content: space-between; }
.wordmark { display: grid; grid-template-columns: auto auto; grid-template-rows: 1fr 1fr; width: 128px; color: var(--ink); font-size: 16px; font-weight: 700; letter-spacing: -.09em; line-height: .8; }
.wordmark span { grid-column: 2; font-size: 8px; letter-spacing: .06em; line-height: 1; align-self: end; }
.wordmark em { grid-column: 2; font-size: 8px; font-style: normal; font-weight: 500; letter-spacing: .06em; line-height: 1; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.site-nav > a { position: relative; padding: .4rem 0; }
.site-nav > a:not(.nav-project)::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.site-nav > a:hover::after, .site-nav > a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav-project { margin-left: 10px; padding: 11px 15px !important; border: 1px solid var(--ink); transition: background .25s, color .25s; }
.nav-project:hover { color: var(--white); background: var(--ink); }
.menu-toggle { display: none; border: 0; background: none; }

.hero { min-height: 690px; display: flex; flex-direction: column; justify-content: space-between; padding: 42px 0 23px; }
.hero-grid { display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: end; gap: 30px; min-height: 555px; }
.hero-kicker, .hero-rule { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; letter-spacing: .07em; line-height: 1.45; text-transform: uppercase; }
.hero-kicker { align-self: start; }
.hero-main h1 { margin: .05em 0 0; font-family: var(--serif); font-size: clamp(4.3rem, 7vw, 7rem); font-weight: 400; letter-spacing: -.075em; line-height: .82; white-space: nowrap; }
.hero-main h1 i { font-weight: 400; }
.eyebrow, .section-number { margin: 0; color: var(--muted); font-size: 11px; font-weight: 500; letter-spacing: .11em; text-transform: uppercase; }
.hero-summary { max-width: 305px; padding-bottom: 6px; }
.hero-summary p { margin: 0; font-family: var(--serif); font-size: 21px; letter-spacing: -.025em; line-height: 1.17; }
.action-row { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 26px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 0 14px 0 17px; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button span { margin-left: 30px; font-size: 17px; font-weight: 400; line-height: 1; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 2px solid #948265; outline-offset: 3px; }
.button-dark { color: var(--white); background: var(--ink); border: 1px solid var(--ink); }
.button-dark:hover { background: #3e3d39; }
.button-light { color: var(--ink); background: var(--white); border: 1px solid var(--white); }
.button-light:hover { background: transparent; color: var(--white); }
.text-link { display: inline-flex; gap: 12px; align-items: center; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { font-size: 16px; line-height: 1; transition: transform .25s ease; }
.text-link:hover span { transform: translate(3px, 2px); }
.hero-rule { padding-top: 18px; border-top: 1px solid var(--line); }

.section-space { padding: 150px 0; }
.split-intro { display: grid; grid-template-columns: 1fr 2fr; gap: 30px; }
.intro-copy { max-width: 800px; }
.display-copy { margin: 0 0 34px; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 5.3rem); letter-spacing: -.07em; line-height: .93; }
.intro-copy > p:last-child { max-width: 500px; margin: 0; color: #4e4c48; font-size: 18px; line-height: 1.55; }

.packages-home { padding-bottom: 0; }
.section-top, .process-top { display: grid; grid-template-columns: 1fr 2fr; gap: 30px; margin-bottom: 70px; }
h2 { margin: 12px 0 0; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 5rem); font-weight: 400; letter-spacing: -.065em; line-height: .94; }
.package-list { border-top: 1px solid var(--line); }
.package-row { display: grid; grid-template-columns: 1fr 2fr 2.1fr 1.2fr; align-items: center; gap: 30px; min-height: 260px; padding: 36px 0; border-bottom: 1px solid var(--line); }
.package-row.is-featured { position: relative; padding-inline: 29px; color: var(--white); background: var(--ink); border-color: var(--ink); }
.package-number { color: var(--muted); font-size: 12px; letter-spacing: .08em; }
.is-featured .package-number, .is-featured .eyebrow { color: #bcb6ac; }
.package-title h3 { margin: 8px 0 0; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.package-summary { max-width: 360px; margin: 0; color: #595752; font-size: 15px; line-height: 1.45; }
.is-featured .package-summary { color: #dedad3; }
.package-go { justify-self: end; display: flex; align-items: center; gap: 14px; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.package-go b { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; font-size: 17px; font-weight: 400; transition: transform .25s ease; }
.package-go:hover b { transform: rotate(45deg); }
.after-list { padding: 28px 0 0; }

.dark-process { margin-top: 150px; padding: 124px 0 0; color: var(--white); background: var(--ink); }
.dark-process .section-number, .dark-process .eyebrow { color: #aaa49b; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-step { min-height: 290px; padding: 26px 24px 38px 0; border-top: 1px solid rgba(255,255,255,.25); }
.process-step + .process-step { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.25); }
.process-step span { color: #aaa49b; font-size: 11px; letter-spacing: .1em; }
.process-step h3 { max-width: 240px; margin: 55px 0 15px; font-family: var(--serif); font-size: 28px; font-weight: 400; letter-spacing: -.045em; line-height: 1; }
.process-step p { max-width: 230px; margin: 0; color: #d1ccc4; font-size: 14px; line-height: 1.45; }

.editing-section { background: var(--paper-deep); }
.editing-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 30px; }
.editing-grid > div { max-width: 760px; }
.editing-grid h2 { margin-bottom: 24px; }
.lead { margin: 0; font-family: var(--serif); font-size: 24px; letter-spacing: -.027em; line-height: 1.25; }
.editing-grid .button { margin-top: 32px; }
.closing { padding: 150px 0; }
.closing-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 30px; }
.closing-grid > div { max-width: 720px; }
.closing-grid h2 { margin-bottom: 22px; }
.closing-grid > div > p:not(.eyebrow) { max-width: 420px; margin: 0; color: #55524e; font-size: 18px; line-height: 1.5; }

.page-hero { max-width: 1020px; margin-top: 120px; margin-bottom: 100px; }
.page-hero h1, .form-intro h1, .legal-page h1 { max-width: 900px; margin: 12px 0 30px; font-family: var(--serif); font-size: clamp(3.7rem, 7vw, 6.7rem); font-weight: 400; letter-spacing: -.075em; line-height: .88; }
.page-hero .lead { max-width: 620px; }
.package-detail-wrap { margin-bottom: 150px; border-top: 1px solid var(--line); }
.package-detail { padding: 38px 0 44px; border-bottom: 1px solid var(--line); }
.package-detail.is-featured { margin-inline: -28px; padding: 38px 28px 44px; color: var(--white); background: var(--ink); border-color: var(--ink); }
.package-detail-head { display: grid; grid-template-columns: 1fr 4fr 1fr; gap: 30px; align-items: start; }
.package-detail-head > span { color: var(--muted); font-size: 12px; letter-spacing: .08em; }
.is-featured .package-detail-head > span, .is-featured .eyebrow { color: #bcb6ac; }
.package-detail h2 { margin: 10px 0 0; max-width: 700px; font-size: clamp(2.5rem, 4.5vw, 4.5rem); }
.package-detail-head strong { justify-self: end; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.package-detail-body { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; max-width: 890px; margin: 42px 0 38px calc((100% / 6) + 5px); }
.package-detail-body .lead { font-size: 21px; }
.package-note { margin: 18px 0 0; color: #605d58; font-size: 13px; line-height: 1.5; }
.is-featured .package-note { color: #c8c2b9; }
.includes-label { margin: 0 0 12px; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.package-detail ul { margin: 0; padding: 0; list-style: none; }
.package-detail li { padding: 9px 0; border-top: 1px solid var(--line); font-size: 14px; }
.is-featured li { border-color: rgba(255,255,255,.25); }
.slim-cta { padding: 115px 0; }
.dark-section { color: var(--white); background: var(--ink); }
.slim-cta h2 { max-width: 760px; margin-bottom: 35px; }

.form-page { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding: 110px 0 150px; }
.form-intro h1 { margin-bottom: 24px; }
.form-intro .lead { max-width: 500px; font-size: 23px; }
.form-what { display: grid; gap: 9px; margin-top: 55px; font-size: 14px; }
.form-what p { margin: 0 0 5px; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.form-what span { padding-bottom: 9px; border-bottom: 1px solid var(--line); }
.contact-email { margin-top: 38px; font-size: 15px; }
.contact-email a, .legal-copy a, .form-fineprint a { border-bottom: 1px solid currentColor; }
.form-card { padding: 32px; align-self: start; background: var(--white); border: 1px solid #ddd5c9; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 18px; }
.form-grid label { display: grid; gap: 8px; color: #3e3b37; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.form-grid .full { grid-column: 1 / -1; }
input, textarea, select { width: 100%; padding: 10px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #aaa298; border-radius: 0; font-size: 15px; font-weight: 400; letter-spacing: 0; text-transform: none; }
textarea { min-height: 100px; resize: vertical; }
select { cursor: pointer; }
input::placeholder, textarea::placeholder { color: #938d85; }
input:focus, textarea:focus, select:focus { border-color: var(--ink); outline: none; }
.form-card .button { margin-top: 34px; border-radius: 0; }
.form-fineprint { margin: 18px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.trap-field { position: absolute !important; left: -10000px !important; overflow: hidden !important; width: 1px !important; height: 1px !important; }
.form-status { margin-bottom: 25px; padding: 13px 15px; font-size: 13px; line-height: 1.4; }
.is-success { color: #27422c; background: #e6eee5; border-left: 3px solid #4a704e; }
.is-error { color: #5e312b; background: #f6e9e6; border-left: 3px solid #9a574d; }

.legal-page { max-width: 800px; padding-top: 110px; padding-bottom: 150px; }
.legal-page h1 { margin-bottom: 18px; }
.updated { margin: 0 0 65px; color: var(--muted); font-size: 12px; }
.legal-copy { max-width: 660px; }
.legal-copy h2 { margin: 44px 0 11px; font-family: var(--sans); font-size: 16px; font-weight: 600; letter-spacing: -.01em; line-height: 1.2; }
.legal-copy p { margin: 0; color: #504d49; font-size: 15px; line-height: 1.7; }

.site-footer { color: var(--white); background: #111110; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 30px; padding: 65px 0; }
.footer-mark { color: var(--white); }
.footer-line { margin: 25px 0 0; color: #bdb8b0; font-family: var(--serif); font-size: 19px; letter-spacing: -.025em; }
.footer-links, .footer-contact { display: grid; align-content: start; gap: 9px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a:hover, .footer-contact a:hover, .footer-bottom a:hover { color: #c9baa3; }
.footer-contact { color: #bdb8b0; }
.footer-contact a { color: var(--white); text-transform: none; }
.footer-bottom { display: flex; justify-content: space-between; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.2); color: #aaa49b; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom div { display: flex; gap: 24px; }

.reveal { opacity: 0; transform: translateY(17px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 40px, 1280px); }
  .hero { min-height: 620px; }
  .hero-grid { grid-template-columns: 1fr 1fr; min-height: 485px; }
  .hero-kicker { grid-column: 1 / -1; }
  .hero-kicker span { display: block; }
  .hero-main { grid-column: 1 / -1; }
  .hero-summary { grid-column: 2; }
  .section-top, .process-top { grid-template-columns: 1fr 3fr; }
  .package-row { grid-template-columns: .35fr 1.65fr 1.45fr; }
  .package-go { justify-self: start; grid-column: 2 / -1; }
  .package-row.is-featured { padding-block: 36px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(3) { border-left: 0; padding-left: 0; }
  .form-page { gap: 55px; }
}

@media (max-width: 650px) {
  :root { --shell: calc(100vw - 38px); }
  .nav-wrap { height: 67px; }
  .menu-toggle { display: grid; gap: 5px; width: 38px; padding: 8px; }
  .menu-toggle span:not(.sr-only) { display: block; height: 1px; background: var(--ink); transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
  .site-nav { position: absolute; top: 67px; right: 0; left: 0; display: grid; gap: 0; padding: 10px 19px 23px; background: var(--paper); border-bottom: 1px solid var(--line); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .25s ease; }
  .site-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav > a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .site-nav > a::after { display: none; }
  .nav-project { margin: 17px 0 0; padding: 14px 15px !important; text-align: center; border: 1px solid var(--ink) !important; }
  .hero { min-height: 590px; padding-top: 27px; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; justify-content: space-between; min-height: 470px; }
  .hero-kicker { align-self: stretch; }
  .hero-main h1 { font-size: clamp(4rem, 19vw, 5.8rem); }
  .hero-main h1 { white-space: normal; }
  .hero-summary { max-width: 330px; }
  .hero-summary p { font-size: 19px; }
  .section-space { padding: 92px 0; }
  .split-intro, .section-top, .process-top, .editing-grid, .closing-grid { grid-template-columns: 1fr; gap: 30px; }
  .display-copy { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  h2 { font-size: clamp(2.8rem, 13vw, 4.4rem); }
  .section-top, .process-top { margin-bottom: 48px; }
  .package-row { grid-template-columns: 1fr; gap: 16px; min-height: auto; padding: 30px 0; }
  .package-row.is-featured { margin-inline: -19px; padding: 30px 19px; }
  .package-title h3 { font-size: 2.3rem; }
  .package-go { grid-column: auto; margin-top: 8px; }
  .dark-process { margin-top: 92px; padding-top: 85px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step, .process-step + .process-step, .process-step:nth-child(3) { min-height: auto; padding: 23px 0 33px; border-left: 0; }
  .process-step h3 { margin-top: 35px; }
  .editing-grid > div { display: contents; }
  .editing-grid .eyebrow { grid-row: 1; }
  .editing-grid h2 { margin: 0; }
  .editing-grid .lead { margin-top: -5px; }
  .editing-grid .button { margin-top: 12px; justify-self: start; }
  .closing { padding: 92px 0; }
  .page-hero { margin-top: 73px; margin-bottom: 72px; }
  .page-hero h1, .form-intro h1, .legal-page h1 { font-size: clamp(3.6rem, 16vw, 5.2rem); }
  .package-detail-wrap { margin-bottom: 92px; }
  .package-detail, .package-detail.is-featured { margin-inline: 0; padding: 28px 0 33px; }
  .package-detail.is-featured { margin-inline: -19px; padding-inline: 19px; }
  .package-detail-head { grid-template-columns: 1fr; gap: 16px; }
  .package-detail-head strong { justify-self: start; }
  .package-detail-body { grid-template-columns: 1fr; gap: 30px; margin: 30px 0; }
  .form-page { grid-template-columns: 1fr; gap: 48px; padding: 72px 0 92px; }
  .form-card { padding: 22px 19px; }
  .form-grid { grid-template-columns: 1fr; gap: 20px; }
  .form-grid .full { grid-column: auto; }
  .legal-page { padding-top: 72px; padding-bottom: 92px; }
  .updated { margin-bottom: 48px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; padding: 48px 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
