:root {
  --paper: #fafaf7; --ink: #171a18; --muted: #626761; --line: #d5dad3;
  --green: #385f57; --lime: #cef374; --dark: #17201d;
  --space: clamp(20px, 5vw, 80px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
:is(a, button, summary, input, textarea):focus-visible { outline: 3px solid var(--green); outline-offset: 5px; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin-top: 0; }
p { line-height: 1.6; }
p, li, a { overflow-wrap: anywhere; }
h1, h2, h3 { font-weight: 500; overflow-wrap: anywhere; }
h2 { font-size: clamp(2.25rem, 5vw, 4.75rem); line-height: 1.06; letter-spacing: -.055em; margin-bottom: 28px; }
h3 { letter-spacing: -.035em; }
.wrap { width: min(1600px, 100%); padding-inline: var(--space); margin-inline: auto; }
.section { padding-block: 64px; }
.eyebrow { font-size: .8125rem; letter-spacing: .015em; font-weight: 600; display: flex; align-items: center; gap: 12px; line-height: 1.6; margin-bottom: 28px; }
.status-dot { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--green); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; gap: 20px; background: var(--green); color: #fff; padding: 17px 26px; font-size: .9375rem; border-radius: 4px; font-weight: 600; transition: background .18s; }
.button:hover, .button:active { background: var(--ink); }
.button.small { min-height: 48px; padding: 14px 22px; font-size: .875rem; }
.text-link, .offer-cta { display: inline-flex; width: fit-content; min-height: 44px; gap: 20px; align-items: center; font-size: .9375rem; text-decoration: underline; text-underline-offset: 7px; text-decoration-thickness: 1px; }
.text-link:hover, .offer-cta:hover { text-decoration-thickness: 2px; }
.skip-link { position: fixed; z-index: 30; top: 10px; left: 10px; background: var(--ink); color: #fff; padding: 14px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.header { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4px 16px; padding-top: 14px; padding-bottom: 10px; position: relative; z-index: 10; }
.brand { display: inline-flex; width: fit-content; flex-shrink: 0; align-items: center; min-height: 44px; }
/* Preserve the original wordmark's colors and proportions. */
.brand-logo { width: 180px; height: auto; }
.navigation { grid-column: 2; grid-row: 1; }
.navigation summary { display: flex; gap: 10px; align-items: center; cursor: pointer; font-size: .875rem; list-style: none; min-height: 44px; padding: 10px 4px; }
.navigation summary::-webkit-details-marker { display: none; }
.navigation summary span { font-size: 20px; }
.navigation nav { display: flex; position: absolute; left: var(--space); right: var(--space); top: 100%; padding: 18px 22px; background: var(--paper); border: 1px solid var(--green); box-shadow: 0 16px 30px #17201d18; flex-direction: column; align-items: stretch; }
.navigation nav a { padding: 16px 4px; min-height: 48px; border-bottom: 1px solid var(--line); font-size: 1.125rem; }
.navigation nav a:last-child { border: 0; }
.navigation a:hover, .navigation a[aria-current='page'] { color: var(--green); text-decoration: underline; text-underline-offset: 6px; }
.header-end { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.languages { display: flex; gap: 4px; }
.languages a { font-size: .8125rem; display: grid; place-items: center; min-width: 44px; min-height: 44px; color: var(--muted); }
.languages a[aria-current] { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 6px; }
.languages a:hover { background: #e8ede7; color: var(--ink); }
.header-cta { display: none; }
.hero { padding-top: 32px; padding-bottom: 40px; }
.hero > .eyebrow { max-width: 40em; margin-bottom: 30px; }
.hero h1 { font-size: clamp(2.5rem, 11.8vw, 5.25rem); line-height: 1.04; letter-spacing: -.07em; font-weight: 700; margin: 0; }
.hero h1 > span { color: var(--green); }
.hero-detail { display: grid; grid-template-columns: minmax(0, 1fr); gap: 26px; padding-top: 30px; }
.hero-intro { font-size: 1.125rem; max-width: 42ch; line-height: 1.5; letter-spacing: -.025em; margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 28px; }
.site-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 20px; padding: 24px 0 0; margin: 32px 0 0; list-style: none; border-top: 1px solid var(--line); }
.site-benefits li { font-size: .8125rem; line-height: 1.5; color: var(--muted); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; margin-bottom: 36px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 40ch; font-size: 1rem; color: var(--muted); margin: 0; }
.work { background: var(--dark); color: var(--paper); }
.work :is(.eyebrow, .section-heading > p, .project-info p, .project-domain) { color: #b4c2ba; }
.work :is(a, summary):focus-visible { outline-color: var(--lime); }
.projects { display: grid; grid-template-columns: minmax(0, 1fr); align-items: start; gap: 42px; }
.project { display: block; min-width: 0; }
.project-art { aspect-ratio: 1.44; position: relative; overflow: hidden; background: #e7eae4; }
.project-image { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .35s ease; }
.project-mockup .project-image { object-fit: contain; padding: 6%; }
.project-info { display: flex; justify-content: space-between; align-items: start; gap: 16px; padding-top: 18px; }
.project-info h3 { font-size: clamp(1.5rem, 2.35vw, 2.25rem); margin-bottom: 8px; line-height: 1.15; }
.project-info p, .project-domain { font-size: .875rem; margin-bottom: 0; }
.project-domain { margin-top: 6px; color: var(--muted); overflow-wrap: anywhere; }
.project-arrow { font-size: 28px; line-height: 1; flex-shrink: 0; padding-top: 2px; }
.project:hover h3, .project:focus-visible h3 { text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.portfolio-link { margin-top: 40px; }
.offer-grid { display: grid; gap: 26px; margin-bottom: 42px; }
.offer { display: flex; flex-direction: column; min-width: 0; padding: 28px; border: 1px solid var(--line); }
.offer-2 { background: #e7ede6; border-color: #e7ede6; }
.offer h3 { font-size: clamp(1.65rem, 3vw, 2.75rem); line-height: 1.12; margin-bottom: 24px; overflow-wrap: anywhere; }
.offer > p { color: var(--muted); font-size: 1rem; margin-bottom: 24px; }
.offer-includes { padding: 0; margin: auto 0 20px; list-style: none; }
.offer-includes li { font-size: .9375rem; padding-block: 10px; border-bottom: 1px solid #bdc8bc; }
.offer-cta { align-self: start; color: var(--green); font-weight: 600; }
.service { border-top: 1px solid var(--line); }
.service:last-child { border-bottom: 1px solid var(--line); }
.service summary { display: flex; align-items: center; gap: 16px; padding-block: 24px; cursor: pointer; list-style: none; }
.service summary::-webkit-details-marker { display: none; }
.number { font-size: .8125rem; color: var(--muted); width: 2ch; flex-shrink: 0; }
.service h3 { font-size: clamp(1.35rem, 3vw, 2.75rem); margin: 0; flex: 1; min-width: 0; }
.service summary:hover h3 { color: var(--green); }
.expand { width: 32px; height: 44px; display: grid; place-items: center; flex-shrink: 0; }
.expand:before { content: '+'; font-size: 28px; }
.service[open] .expand:before { content: '−'; }
.service-body { display: grid; gap: 20px; padding: 0 0 28px 40px; }
.service-body p { font-size: 1rem; color: var(--muted); max-width: 54ch; margin: 0; }
.tags { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.tags span { font-size: .8125rem; line-height: 1.6; color: var(--muted); }
.about { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; padding-top: 24px; }
.about-copy > p:first-child { font-size: clamp(1.3rem, 2vw, 1.875rem); line-height: 1.45; letter-spacing: -.035em; }
.about-copy > p { color: var(--muted); font-size: 1rem; }
.about-copy ul { list-style: none; padding: 10px 0 0; margin: 0; }
.about-copy li { border-top: 1px solid var(--line); padding: 17px 0; font-size: .9375rem; }
.process { border-top: 1px solid var(--line); }
.process-grid { display: grid; gap: 30px; padding: 0; list-style: none; margin: 40px 0 0; }
.process-grid li { display: grid; grid-template-columns: max-content minmax(0, 1fr); gap: 10px 18px; border-top: 1px solid var(--line); padding-top: 22px; }
.step-number { grid-row: 1 / 3; font-size: 1.25rem; color: var(--green); line-height: 1.3; }
.process-grid h3 { font-size: 1.4rem; margin: 0; }
.process-grid p { grid-column: 2; font-size: .9375rem; color: var(--muted); margin: 0; }
.contact { background: var(--lime); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 36px; }
.contact-grid > *, .about > *, .hero-detail > * { min-width: 0; }
.contact h2 { font-size: clamp(2.75rem, 7vw, 6.75rem); font-weight: 600; line-height: 1.04; letter-spacing: -.06em; margin: 0; }
.contact-copy > p { font-size: 1.125rem; max-width: 42ch; }
.contact-email { display: flex; align-items: center; width: fit-content; min-height: 44px; font-size: 1.125rem; margin-top: 20px; text-decoration: underline; text-underline-offset: 6px; }
.contact-phone { display: flex; flex-direction: column; margin-top: 20px; font-size: 1rem; }
.contact-phone > span { color: #42582e; font-size: .875rem; }
.contact-phone a { display: flex; align-items: center; min-height: 44px; width: fit-content; }
.footer { padding-block: 40px 20px; }
.footer-top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 24px; padding-bottom: 28px; }
.footer-top p, .footer-top > span { font-size: .875rem; color: var(--muted); margin: 0; }
.footer-top p { width: 100%; order: 3; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 14px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 24px; font-size: .8125rem; color: var(--muted); line-height: 1.6; }
.footer-bottom a { display: inline-flex; align-items: center; min-height: 44px; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .project:hover .project-image { transform: scale(1.025); }
}
@media (min-width: 600px) {
  .header { display: flex; gap: 20px; min-height: 96px; padding-block: 14px; }
  .header-end { margin-left: auto; }
  .hero { padding-top: 48px; padding-bottom: 54px; }
  .hero h1 { font-size: clamp(3rem, 8.35vw, 8.25rem); }
  .hero-actions { gap: 24px; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; }
}
@media (min-width: 768px) {
  .brand-logo { width: 210px; }
  .section { padding-block: 88px; }
  .hero-detail { grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; padding-top: 40px; }
  .hero-intro { font-size: clamp(1.125rem, 1.6vw, 1.5rem); }
  .hero-actions { justify-content: flex-end; }
  .site-benefits { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 48px; }
  .section-heading { grid-template-columns: 1.35fr 1fr; gap: 48px; align-items: end; margin-bottom: 48px; }
  .projects { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 58px 30px; }
  .offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 50px; }
  .offer { padding: clamp(28px, 3vw, 48px); }
  .service summary { gap: 28px; padding-block: 30px; }
  .service-body { grid-template-columns: 1fr 1fr; padding-left: 52px; gap: 36px; }
  .about { grid-template-columns: 1.1fr 1fr; gap: 60px; padding-top: 32px; }
  .about-copy { padding-top: 48px; }
  .contact-grid { grid-template-columns: 1.25fr 1fr; align-items: end; gap: 50px; }
  .footer { padding-block: 50px 24px; }
}
@media (min-width: 1080px) {
  .header { min-height: 104px; gap: 24px; }
  .brand-logo { width: 218px; }
  .navigation { order: initial; }
  .navigation summary { display: none; }
  .navigation nav { position: static; flex-direction: row; align-items: center; gap: 18px; background: transparent; border: 0; box-shadow: none; padding: 0; }
  .navigation nav a { font-size: .875rem; border: 0; padding: 12px 0; min-width: 44px; min-height: 44px; display: flex; align-items: center; }
  .navigation::details-content { content-visibility: visible; }
  .navigation:not([open]) > nav { display: flex; }
  .header-end { gap: 18px; }
  .hero { padding-top: 60px; padding-bottom: 52px; }
  .section { padding-block: 112px; }
  .about { padding-top: 36px; }
  .footer-top { padding-bottom: 40px; }
  .footer-top p { width: auto; order: initial; }
}
@media (min-width: 1280px) {
  .header-cta { display: inline-flex; }
  .navigation nav { gap: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; animation: none !important; }
}
@media (forced-colors: active) {
  .button, .project-art { border: 1px solid ButtonText; }
}
