:root {
      --bg: #f3ebd7;
      --bg2: #ebe1c6;
      --ink: #073d14;
      --forest: #073d14;
      --leaf: #2f7d32;
      --rule: #c9bd9a;
      --btn-ink: #f8f1de;
      --blossom: #d3607f;
      --sun: #e2a917;
      --rose: #b8283f;
      --bark: #7a5526;
      box-sizing: border-box;
      padding-top: env(safe-area-inset-top, 0px);
      padding-bottom: env(safe-area-inset-bottom, 0px);
    }

    * {
      box-sizing: border-box
    }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: calc(env(safe-area-inset-top, 0px) + 80px)
    }

    body {
      margin: 0;
      background: var(--bg);
      color: var(--ink);
      font-family: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;
      font-size: 1.0625rem;
      line-height: 1.65
    }

    h1,
    h2,
    h3 {
      font-family: Fraunces, Georgia, "Times New Roman", serif;
      color: var(--forest);
      font-variation-settings: "SOFT" 100, "WONK" 1;
      line-height: 1.08;
      margin: 0;
      font-weight: 700
    }

    h1:focus {
      outline: none
    }

    p {
      margin: 0 0 1em
    }

    a {
      color: var(--forest)
    }

    :focus-visible {
      outline: 3px solid var(--sun);
      outline-offset: 3px;
      border-radius: 4px
    }

    .wrap {
      max-width: 1120px;
      margin: 0 auto;
      padding: 0 24px
    }

    .narrow {
      max-width: 760px
    }

    .ph {
      background: #fff1a8;
      border-bottom: 2px dashed #c79a00;
      padding: 0 3px;
      border-radius: 2px
    }

    /* header */
    header {
      position: sticky;
      top: env(safe-area-inset-top, 0px);
      z-index: 20;
      background: rgba(243, 235, 215, .94);
      backdrop-filter: blur(8px);
      border-bottom: 1px solid var(--rule)
    }

    header .wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 64px;
      gap: 16px
    }

    .mark {
      font-family: Fraunces, Georgia, serif;
      font-weight: 800;
      font-size: 1.25rem;
      color: var(--forest);
      text-decoration: none;
      font-variation-settings: "SOFT" 100, "WONK" 1;
      white-space: nowrap
    }

    nav {
      display: flex;
      gap: 24px;
      align-items: center
    }

    nav a {
      text-decoration: none;
      font-weight: 500;
      font-size: .98rem;
      padding: 4px 0;
      border-bottom: 2px solid transparent
    }

    nav a:hover {
      border-color: var(--rule)
    }

    nav a[aria-current="page"] {
      border-color: var(--forest)
    }

    nav a.btn {
      border-bottom: 2px solid var(--forest)
    }

    .menu-btn {
      display: none;
      background: none;
      border: 1.5px solid var(--forest);
      color: var(--forest);
      border-radius: 999px;
      padding: 8px 16px;
      font: inherit;
      font-weight: 600;
      cursor: pointer
    }

    @media(max-width:1180px) {
      .menu-btn {
        display: inline-block
      }

      nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 64px;
        background: var(--bg);
        border-bottom: 1px solid var(--rule);
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 8px 24px 20px
      }

      nav.open {
        display: flex
      }

      nav a {
        padding: 14px 0;
        border-bottom: 1px solid var(--rule);
        font-size: 1.05rem
      }

      nav a.btn {
        margin-top: 14px;
        justify-content: center;
        border-radius: 999px
      }
    }

    .btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: var(--forest);
      color: var(--btn-ink);
      padding: 14px 24px;
      border-radius: 999px;
      font-weight: 600;
      text-decoration: none;
      border: 2px solid var(--forest);
      transition: transform .15s
    }

    .btn:hover {
      transform: translateY(-2px)
    }

    .btn.ghost {
      background: transparent;
      color: var(--forest)
    }

    .btn.small {
      padding: 8px 18px;
      font-size: .95rem
    }

    nav a.btn {
      color: var(--btn-ink)
    }

    .btn svg {
      width: 18px;
      height: 18px;
      flex: none
    }

    .cta {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px
    }

    .textlink {
      font-weight: 600;
      text-underline-offset: 4px;
      text-decoration-thickness: 2px
    }

    /* page basics */
    .page {
      padding: 0
    }

    .page-head {
      padding: 64px 0 28px
    }

    .page-head h1 {
      font-size: clamp(2.6rem, 7vw, 4.6rem);
      letter-spacing: -.015em
    }

    .page-head p.intro {
      font-size: 1.25rem;
      max-width: 46ch;
      margin: 22px 0 0
    }

    .work-head {
      text-align: center
    }

    .work-head p.intro {
      margin-left: auto;
      margin-right: auto
    }

    .block {
      padding: 52px 0
    }

    .block h2 {
      font-size: clamp(1.9rem, 4.2vw, 2.8rem);
      margin-bottom: 18px
    }

    .block h3 {
      font-size: 1.5rem;
      margin-bottom: 8px
    }

    .block.ruled {
      border-top: 1px solid var(--rule)
    }

    .prose {
      max-width: 66ch
    }

    /* hero */
    .hero {
      padding: 40px 0 20px;
      overflow: hidden
    }

    .hero .wrap {
      display: grid;
      grid-template-columns: 1.05fr 1fr;
      gap: 24px;
      align-items: center
    }

    .hero h1 {
      font-size: clamp(3.4rem, 9vw, 7rem);
      letter-spacing: -.02em;
      line-height: .92
    }

    .hero h1 span {
      display: block
    }

    .hero h1 span+span {
      margin-left: .35em
    }

    .lede {
      font-family: Fraunces, Georgia, serif;
      font-weight: 600;
      font-size: clamp(1.6rem, 3.4vw, 2.2rem);
      line-height: 1.15;
      margin: 26px 0 0;
      font-variation-settings: "SOFT" 100;
      color: var(--forest)
    }

    .trades {
      font-weight: 600;
      letter-spacing: .12em;
      text-transform: uppercase;
      font-size: .8rem;
      margin: 26px 0 0;
      padding-top: 16px;
      border-top: 1px solid var(--rule);
      display: inline-block
    }

    .tree {
      justify-self: center;
      width: 100%;
      max-width: 540px
    }

    .tree img {
      display: block;
      width: 100%;
      height: auto;
      -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent), linear-gradient(to bottom, transparent, #000 6%, #000 94%, transparent);
      -webkit-mask-composite: source-in;
      mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent), linear-gradient(to bottom, transparent, #000 6%, #000 94%, transparent);
      mask-composite: intersect
    }

    .sway {
      transform-origin: 50% 95%;
      animation: sway 1.6s ease-out 1 both
    }

    @keyframes sway {
      0% {
        transform: rotate(-1.6deg) scale(.985);
        opacity: 0
      }

      35% {
        opacity: 1
      }

      100% {
        transform: none
      }
    }

    @media (prefers-reduced-motion:reduce) {
      .sway {
        animation: none
      }

      html {
        scroll-behavior: auto
      }

      .btn {
        transition: none
      }
    }

    @media(max-width:860px) {
      .hero .wrap {
        grid-template-columns: 1fr
      }

      .tree {
        order: -1;
        max-width: 400px
      }
    }

    /* home */
    .area-para {
      font-size: 1.15rem;
      max-width: 62ch
    }

    .svc-links {
      list-style: none;
      padding: 0;
      margin: 0 0 24px;
      columns: 2;
      column-gap: 40px;
      max-width: 640px
    }

    .svc-links li {
      break-inside: avoid;
      padding: 10px 0;
      border-bottom: 1px solid var(--rule);
      font-weight: 500
    }

    .svc-links a {
      text-decoration: none
    }

    .svc-links a:hover {
      text-decoration: underline
    }

    @media(max-width:560px) {
      .svc-links {
        columns: 1
      }
    }

    .callout {
      background: var(--bg2);
      border: 1.5px solid var(--forest);
      border-radius: 18px;
      padding: 32px;
      display: grid;
      grid-template-columns: 1.6fr 1fr;
      gap: 24px;
      align-items: center
    }

    .callout h2 {
      margin-bottom: 10px;
      font-size: clamp(1.7rem, 3.6vw, 2.3rem)
    }

    .callout p {
      margin: 0
    }

    .callout .cta {
      margin-top: 0;
      justify-content: flex-end
    }

    @media(max-width:760px) {
      .callout {
        grid-template-columns: 1fr;
        padding: 24px
      }

      .callout .cta {
        justify-content: flex-start
      }
    }

    /* services */
    .svc-list {
      list-style: none;
      margin: 0;
      padding: 0;
      max-width: 780px
    }

    .svc-list li {
      padding: 26px 0;
      border-top: 1px solid var(--rule)
    }

    .svc-list li:last-child {
      border-bottom: 1px solid var(--rule)
    }

    .svc-list h2 {
      font-size: 1.9rem;
      margin-bottom: 8px
    }

    .svc-list p {
      margin: 0 0 .6em;
      max-width: 62ch
    }

    .svc-list p:last-child {
      margin-bottom: 0
    }

    /* prices */
    .work-wrap {
      max-width: 920px
    }

    .jobs {
      display: grid;
      gap: 44px
    }

    .job {
      border-top: 1px solid var(--rule);
      padding-top: 32px;
      scroll-margin-top: 90px
    }

    .job h2 {
      font-size: clamp(1.7rem, 3.6vw, 2.3rem);
      margin-bottom: 16px
    }

    .ba {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      margin-bottom: 18px
    }

    .slot {
      position: relative;
      aspect-ratio: 4/3;
      overflow: hidden;
      border: 2px solid var(--rule);
      border-radius: 12px;
      background: var(--bg2);
      display: grid;
      place-items: center;
      text-align: center;
      font-size: .95rem
    }

    .slot img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      cursor: zoom-in
    }

    .lightbox[hidden] {
      display: none
    }

    .lightbox {
      position: fixed;
      z-index: 20;
      inset: 0;
      display: grid;
      place-items: center;
      padding: 24px;
      background: rgba(24, 44, 32, .86)
    }

    .lightbox-panel {
      position: relative;
      display: grid;
      place-items: center;
      box-sizing: border-box;
      max-width: calc(100vw - 48px);
      max-height: calc(100vh - 48px);
      overflow: auto;
      padding: 14px;
      background: var(--bg);
      border-radius: 16px;
      box-shadow: 0 18px 60px rgba(0, 0, 0, .35)
    }

    .lightbox-pair {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
      max-width: 100%
    }

    .lightbox-pair figure {
      margin: 0;
      display: grid;
      gap: 8px;
      justify-items: center;
      min-width: 0
    }

    .lightbox-pair img {
      display: block;
      max-width: 100%;
      max-height: calc(100vh - 150px);
      width: auto;
      height: auto;
      object-fit: contain;
      border-radius: 8px
    }

    .lightbox-label {
      font-family: Fraunces, Georgia, serif;
      font-weight: 700;
      color: var(--forest)
    }

    .lightbox-close {
      position: absolute;
      z-index: 1;
      right: 22px;
      top: 22px;
      width: 40px;
      height: 40px;
      border: 0;
      border-radius: 50%;
      background: var(--forest);
      color: var(--btn-ink);
      font: inherit;
      font-size: 1.5rem;
      line-height: 1;
      cursor: pointer
    }

    .lightbox-caption {
      margin: 10px 0 0;
      font-size: .95rem;
      text-align: center
    }

    .meta {
      margin: -8px 0 16px;
      font-size: .98rem
    }

    @media(max-width:700px) {
      .lightbox-pair {
        grid-template-columns: 1fr
      }

      .lightbox-pair img {
        max-height: calc(100vh - 190px)
      }
    }

    .price {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      gap: 10px 16px;
      margin: 0
    }

    .price .amt {
      font-family: Fraunces, Georgia, serif;
      font-weight: 700;
      font-size: 2.1rem;
      line-height: 1
    }

    @media(max-width:560px) {
      .ba {
        grid-template-columns: 1fr
      }
    }

    .note {
      border-left: 4px solid var(--leaf);
      padding: 4px 0 4px 18px;
      max-width: 64ch
    }

    /* opm season chart */
    .season {
      margin: 8px 0 12px;
      display: grid;
      gap: 10px
    }

    .months,
    .srow {
      display: grid;
      grid-template-columns: 200px repeat(12, 1fr);
      align-items: center;
      gap: 0
    }

    .months span {
      font-size: .8rem;
      font-weight: 600;
      text-align: center
    }

    .months span:first-child {
      visibility: hidden
    }

    .srow {
      border-top: 1px solid var(--rule);
      padding: 8px 0
    }

    .srow .lab {
      font-size: .95rem;
      padding-right: 12px;
      line-height: 1.3
    }

    .bar {
      height: 16px;
      border-radius: 999px;
      grid-row: 1
    }

    .srow .lab {
      grid-row: 1;
      grid-column: 1
    }

    .srow .b1 {
      background: var(--blossom);
      grid-column: 4 / span 3
    }

    .srow .b2 {
      background: var(--rose);
      grid-column: 5 / span 4
    }

    .srow .b3 {
      background: var(--bark);
      grid-column: 7 / span 3
    }

    .srow .b4 {
      background: var(--sun);
      grid-column: 9 / span 2
    }

    .srow .b5 {
      background: repeating-linear-gradient(90deg, var(--rule) 0 8px, transparent 8px 14px);
      grid-column: 2 / span 12
    }

    @media(max-width:700px) {

      .months,
      .srow {
        grid-template-columns: repeat(12, 1fr)
      }

      .months span:first-child {
        display: none
      }

      .months span {
        font-size: .62rem
      }

      .srow .lab {
        grid-column: 1 / -1;
        grid-row: 1;
        padding-bottom: 6px
      }

      .srow .bar {
        grid-row: 2
      }

      .srow .b1 {
        grid-column: 3 / span 3
      }

      .srow .b2 {
        grid-column: 4 / span 4
      }

      .srow .b3 {
        grid-column: 6 / span 3
      }

      .srow .b4 {
        grid-column: 8 / span 2
      }

      .srow .b5 {
        grid-column: 1 / span 12
      }
    }

    .checks {
      padding-left: 1.2em;
      max-width: 62ch
    }

    .checks li {
      margin-bottom: .5em
    }

    .checks.two {
      columns: 2;
      column-gap: 40px;
      max-width: none;
      padding-left: 1.2em
    }

    .checks.two li {
      break-inside: avoid
    }

    @media(max-width:760px) {
      .checks.two {
        columns: 1
      }
    }

    /* council */
    .tablewrap {
      overflow-x: auto;
      margin: 12px 0 8px
    }

    table {
      border-collapse: collapse;
      width: 100%;
      min-width: 560px
    }

    th,
    td {
      text-align: left;
      vertical-align: top;
      padding: 14px 16px;
      border-top: 1px solid var(--rule)
    }

    th {
      font-family: Fraunces, Georgia, serif;
      font-size: 1.15rem;
      color: var(--forest);
      font-weight: 700
    }

    thead th {
      border-top: 0;
      border-bottom: 2px solid var(--forest)
    }

    tbody th {
      width: 22%
    }

    ol.steps {
      max-width: 62ch;
      padding-left: 1.4em
    }

    ol.steps li {
      margin-bottom: .8em;
      padding-left: .3em
    }

    ol.steps li::marker {
      font-family: Fraunces, Georgia, serif;
      font-weight: 700;
      color: var(--forest)
    }

    /* about */
    .about-grid {
      display: grid;
      grid-template-columns: 1.15fr 1fr;
      gap: 56px;
      align-items: start
    }

    .bigp {
      font-family: Fraunces, Georgia, serif;
      font-weight: 600;
      font-size: clamp(1.5rem, 3vw, 2rem);
      line-height: 1.25;
      margin: 0 0 28px;
      max-width: 26ch;
      font-variation-settings: "SOFT" 100
    }

    .quals {
      background: var(--bg2);
      border: 1.5px solid var(--forest);
      border-radius: 18px;
      padding: 32px
    }

    .quals h2 {
      font-size: clamp(1.7rem, 3.4vw, 2.3rem);
      margin-bottom: 6px
    }

    .qsub {
      margin: 0 0 16px
    }

    .qual-list {
      list-style: none;
      margin: 0 0 18px;
      padding: 0
    }

    .qual-list li {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      align-items: baseline;
      padding: 14px 0;
      border-top: 1px solid var(--rule)
    }

    .qual-list li:last-child {
      border-bottom: 1px solid var(--rule)
    }

    .qual-list b {
      font-family: Fraunces, Georgia, serif;
      font-size: 1.15rem;
      flex: none
    }

    .costs {
      max-width: 640px
    }

    .costs b {
      text-align: right
    }

    .qfoot {
      margin: 0 0 .6em;
      font-size: .98rem
    }

    @media(max-width:860px) {
      .about-grid {
        grid-template-columns: 1fr;
        gap: 36px
      }

      .quals {
        padding: 24px
      }
    }

    /* contact band + footer */
    .contact {
      text-align: center;
      padding: 72px 0 64px;
      border-top: 1px solid var(--rule)
    }

    .contact h2 {
      font-size: clamp(2rem, 5vw, 3.2rem)
    }

    .contact p {
      max-width: 46ch;
      margin: 14px auto 0
    }

    .phone {
      display: inline-block;
      margin-top: 28px;
      font-family: Fraunces, Georgia, serif;
      font-weight: 700;
      font-size: clamp(2.6rem, 9vw, 4.8rem);
      color: var(--forest);
      text-decoration: none;
      letter-spacing: -.01em;
      line-height: 1
    }

    .phone:hover {
      color: var(--leaf)
    }

    .mail {
      display: block;
      margin-top: 14px;
      font-size: 1.25rem;
      font-weight: 500
    }

    .contact .cta {
      justify-content: center
    }

    footer {
      border-top: 1px solid var(--rule);
      padding: 24px 0 34px;
      font-size: .92rem
    }

    footer .wrap {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      flex-wrap: wrap
    }
