:root {
  --ink: #1e2422;
  --muted: #68716c;
  --cream: #f5f1e9;
  --paper: #fbfaf7;
  --sage: #a9b9a4;
  --deep-sage: #53675d;
  --coral: #e98963;
  --line: rgba(30, 36, 34, .16);
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'DM Sans', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.section-shell { width: min(1160px, calc(100% - 72px)); margin: 0 auto; }
.site-header { width: min(1240px, calc(100% - 48px)); height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 700; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 27px; height: 27px; background: var(--ink); color: var(--cream); font-family: var(--serif); font-size: 17px; font-style: italic; font-weight: 500; }
.brand-dot { color: var(--coral); }
.desktop-nav { display: flex; gap: 34px; margin-left: auto; margin-right: 22px; font-size: 13px; color: var(--muted); }
.desktop-nav a, .text-link { transition: color .2s ease; }
.desktop-nav a:hover, .text-link:hover { color: var(--coral); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; border: 0; cursor: pointer; padding: 15px 21px; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; }
.button-primary { background: var(--coral); color: var(--ink); }
.button-light { background: var(--cream); color: var(--ink); margin-top: 5px; }
.button-small { padding: 11px 16px; font-size: 12px; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 22px; }
.hero { min-height: 635px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 65px; align-items: center; padding: 64px 0 92px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 25px; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 700; color: var(--deep-sage); }
.eyebrow-line { display: block; width: 28px; height: 1px; background: var(--coral); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
h1 { margin-bottom: 28px; font-size: clamp(52px, 6vw, 81px); }
h1 em, h2 em { color: var(--deep-sage); font-style: italic; }
.hero-text { max-width: 375px; margin-bottom: 31px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.hero-no-risk { max-width: 375px; margin: -12px 0 28px; color: var(--deep-sage); font-size: 13px; font-weight: 700; line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 3px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; }
.hero-proof { display: flex; gap: 13px; align-items: center; margin-top: 58px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.hero-proof p { margin: 0; }
.hero-proof strong { color: var(--ink); font-size: 12px; }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack span { display: grid; place-items: center; width: 28px; height: 28px; margin-left: -8px; border: 2px solid var(--paper); border-radius: 50%; color: var(--ink); font-size: 8px; font-weight: 700; }
.avatar-stack span:nth-child(1) { background: #c9b5a7; }.avatar-stack span:nth-child(2) { background: #b3c3b1; }.avatar-stack span:nth-child(3) { background: #e4be8f; }
.hero-visual { position: relative; padding: 0 40px 28px 35px; }
.browser-window { position: relative; z-index: 1; overflow: hidden; background: #fff; box-shadow: 18px 22px 0 rgba(83,103,93,.16); }
.browser-bar { height: 36px; display: flex; align-items: center; gap: 6px; padding: 0 13px; background: #ece9e1; }
.browser-bar span { width: 7px; height: 7px; border-radius: 50%; background: #b5b8af; }.browser-bar span:first-child { background: #e98963; }.browser-bar small { margin: 0 auto; color: #8a8e84; font-size: 8px; }
.site-preview { min-height: 378px; padding: 22px 25px; color: #f8f3eb; background: linear-gradient(115deg, rgba(17,35,28,.3), rgba(18,36,27,.76)), url('https://images.unsplash.com/photo-1554118811-1e0d58224f24?auto=format&fit=crop&w=1100&q=85') center/cover; }
.preview-nav { display: flex; align-items: center; justify-content: space-between; font-size: 8px; letter-spacing: .08em; }.preview-nav strong { font-size: 11px; letter-spacing: .12em; }.preview-nav i { color: #e9a67e; font-style: normal; }.preview-nav b { display: none; }
.preview-content { margin-top: 105px; }.preview-kicker { margin-bottom: 12px; color: #e9a67e; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }.preview-content h2 { margin-bottom: 13px; font-size: 44px; line-height: .87; }.preview-content h2 i { color: #e9a67e; }.preview-content p:not(.preview-kicker) { max-width: 220px; margin-bottom: 22px; font-size: 11px; }.preview-button { display: inline-block; padding: 10px 13px; background: #e9a67e; color: #1e2b25; font-size: 9px; font-weight: 700; }
.visual-note { position: absolute; z-index: 2; color: var(--deep-sage); font-family: var(--serif); font-size: 14px; line-height: 1.1; }.visual-note strong { color: var(--ink); font-size: 18px; font-style: italic; font-weight: 500; }.note-top { top: -23px; right: -5px; transform: rotate(5deg); }.note-bottom { bottom: -1px; left: 3px; transform: rotate(-7deg); }.note-bottom span { color: var(--coral); font-family: var(--sans); font-size: 20px; }
.signal-band { padding: 44px 0; background: var(--deep-sage); color: var(--cream); }.signal-inner { display: flex; align-items: center; justify-content: space-between; }.signal-inner p { margin: 0; font-family: var(--serif); font-size: 22px; line-height: 1.05; }.signal-inner strong { color: #e9a67e; font-style: italic; font-weight: 500; }.signal-items { display: flex; gap: 34px; color: #d8ddd4; font-size: 11px; letter-spacing: .03em; }
.work, .services { padding: 115px 0 120px; }.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 53px; }.section-heading .eyebrow { align-self: start; margin-top: 12px; }.section-heading h2 { margin: 0; font-size: clamp(42px, 5vw, 64px); }
.work-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 28px; align-items: end; }.work-image { position: relative; overflow: hidden; min-height: 405px; padding: 28px; color: #fff; background-position: center; background-size: cover; }.image-cafe { background-image: linear-gradient(135deg, rgba(17,36,28,.2), rgba(18,36,27,.7)), url('https://images.unsplash.com/photo-1501339847302-ac426a4a7cbb?auto=format&fit=crop&w=1200&q=85'); }.image-studio { min-height: 345px; background-image: linear-gradient(135deg, rgba(26,43,47,.2), rgba(26,43,47,.7)), url('https://images.unsplash.com/photo-1518611012118-696072aa579a?auto=format&fit=crop&w=900&q=85'); }.project-label { position: absolute; top: 28px; left: 28px; font-size: 12px; font-weight: 700; }.project-type { position: absolute; top: 29px; right: 28px; font-size: 10px; }.project-word { position: absolute; bottom: 25px; left: 28px; font-family: var(--serif); font-size: clamp(42px, 5vw, 70px); line-height: .8; letter-spacing: -.06em; }.project-word i { color: #f0b38c; font-weight: 500; }.work-caption { display: flex; justify-content: space-between; padding-top: 15px; font-size: 12px; }.work-caption span { font-size: 20px; }
.services { padding-top: 30px; margin-top: 32px; background: var(--cream); max-width: none; }.services > * { width: min(1160px, calc(100% - 72px)); margin-left: auto; margin-right: auto; }.service-list { border-top: 1px solid var(--line); }.service-item { display: grid; grid-template-columns: 11% 30% 1fr 30px; gap: 20px; align-items: center; padding: 29px 0; border-bottom: 1px solid var(--line); }.service-number { color: var(--coral); font-size: 12px; }.service-item h3 { margin: 0; font-family: var(--serif); font-size: 30px; font-weight: 500; }.service-item p { max-width: 320px; margin: 0; color: var(--muted); font-size: 13px; }.service-arrow { font-size: 22px; text-align: right; }
.pricing { padding: 115px 0 120px; }.pricing-list { border-top: 1px solid var(--line); }.price-item { display: grid; grid-template-columns: 11% 1fr auto; gap: 20px; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--line); }.price-number { color: var(--coral); font-size: 12px; }.price-item h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 30px; font-weight: 500; }.price-item p { max-width: 430px; margin: 0; color: var(--muted); font-size: 13px; }.price-amount { color: var(--deep-sage); font-family: var(--serif); font-size: clamp(28px, 4vw, 44px); font-weight: 500; white-space: nowrap; }.price-amount small { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.process { display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; padding: 125px 0; }.process-intro h2 { margin-bottom: 25px; font-size: clamp(43px, 5vw, 62px); }.process-intro > p:not(.eyebrow) { max-width: 290px; color: var(--muted); font-size: 14px; }.process-intro .text-link { margin-top: 17px; }.process-steps { border-top: 1px solid var(--line); }.process-step { position: relative; padding: 28px 0 31px 58px; border-bottom: 1px solid var(--line); }.process-step > span { position: absolute; top: 31px; left: 0; color: var(--coral); font-size: 12px; }.process-step h3 { margin-bottom: 7px; font-family: var(--serif); font-size: 26px; font-weight: 500; }.process-step p { max-width: 360px; margin: 0; color: var(--muted); font-size: 13px; }
.contact { padding-bottom: 104px; }.contact-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding: 74px 80px; background: var(--deep-sage); color: var(--cream); }.contact-card h2 { margin-bottom: 25px; font-size: clamp(52px, 6vw, 76px); }.contact-card .eyebrow { color: #d1dbd0; }.contact-card > div > p:last-child { max-width: 285px; margin: 0; color: #d1dbd0; font-size: 14px; }.email-instruction { align-self: center; }.email-instruction p { margin-bottom: 12px; color: #d1dbd0; font-size: 14px; }.email-link { display: inline-flex; align-items: center; gap: 12px; color: var(--cream); font-family: var(--serif); font-size: clamp(22px, 3vw, 34px); font-style: italic; }.email-link:hover { color: #f0b38c; }
.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding: 29px 0 40px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }.site-footer p { margin: 0; text-align: center; }.site-footer > div { display: flex; flex-direction: column; align-items: end; gap: 4px; }.site-footer a:hover { color: var(--coral); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .13s; }
@media (max-width: 780px) { .section-shell { width: min(100% - 40px, 560px); }.site-header { width: calc(100% - 40px); height: 74px; }.desktop-nav, .site-header > .button { display: none; }.menu-toggle { display: block; }.hero { grid-template-columns: 1fr; gap: 52px; padding: 55px 0 72px; }.hero-text { max-width: 420px; }.hero-proof { margin-top: 41px; }.hero-visual { padding: 0 16px 26px; }.site-preview { min-height: 330px; }.preview-content { margin-top: 87px; }.visual-note { font-size: 12px; }.visual-note strong { font-size: 15px; }.signal-inner { display: block; }.signal-items { flex-wrap: wrap; gap: 12px 24px; margin-top: 25px; }.work, .services, .pricing { padding: 78px 0 85px; }.services > * { width: min(100% - 40px, 560px); }.section-heading { display: block; margin-bottom: 38px; }.section-heading .eyebrow { margin-bottom: 20px; }.work-grid { grid-template-columns: 1fr; gap: 40px; }.work-image, .image-studio { min-height: 330px; }.price-item { grid-template-columns: 34px 1fr; gap: 10px; padding: 24px 0; }.price-item h3 { font-size: 25px; }.price-item p { font-size: 12px; }.price-amount { grid-column: 2; margin-top: 2px; font-size: 30px; }.process { display: block; padding: 82px 0; }.process-intro { margin-bottom: 60px; }.contact { padding-bottom: 72px; }.contact-card { grid-template-columns: 1fr; gap: 50px; padding: 48px 28px; }.site-footer { grid-template-columns: 1fr; gap: 20px; }.site-footer p { text-align: left; }.site-footer > div { align-items: start; } }
@media (max-width: 430px) { h1 { font-size: 51px; }.hero-actions { align-items: start; flex-direction: column; gap: 19px; }.hero-visual { padding-right: 0; padding-left: 4px; }.browser-window { box-shadow: 10px 14px 0 rgba(83,103,93,.16); }.preview-nav span { display: none; }.preview-nav b { display: block; }.preview-content h2 { font-size: 39px; }.service-item { grid-template-columns: 34px 1fr 24px; gap: 10px; }.service-item p { grid-column: 2 / 3; }.service-item h3 { font-size: 26px; }.contact-card h2 { font-size: 51px; } }
