@charset "UTF-8";
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/dm-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/dm-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --cream: #fbfaf7;
  --forest: #205741;
  --ink: #202e29;
  --line: #dedfd8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  color: #202e29;
  font: 500 clamp(1rem, 0.94rem + 0.26vw, 1.125rem)/1.6 "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

button {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #8ca695;
  outline-offset: 5px;
}

.container {
  width: min(100% - clamp(2.5rem, 9vw, 9rem), 1420px);
  margin-inline: auto;
}

.section {
  padding-block: clamp(5.5rem, 8.5vw, 9rem);
}

.eyebrow {
  font-size: clamp(0.76rem, 0.7rem + 0.2vw, 0.92rem);
  font-weight: 700;
  letter-spacing: 0.17em;
  margin: 0 0 1.35rem;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

h1 {
  font-size: clamp(2.6rem, 2rem + 2.5vw, 4.55rem);
}

h2 {
  font-size: clamp(2rem, 1.65rem + 1.65vw, 3.2rem);
}

h3 {
  font-size: clamp(1.1rem, 1rem + 0.42vw, 1.4rem);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.skip {
  position: absolute;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  background: #fff;
  padding: 0.8rem 1rem;
}

.skip:focus {
  top: 1rem;
}

.logo {
  display: inline-flex;
  flex-direction: column;
  width: max-content;
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;
  align-items: flex-start;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: max-content;
}
.logo small {
  margin-top: 0.42rem;
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  display: block;
  white-space: nowrap;
}

.header {
  position: relative;
  z-index: 20;
  background: transparent;
  isolation: isolate;
}
.header .nav {
  min-height: 6.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
  z-index: 2;
}

.navlinks {
  display: flex;
  align-items: center;
  gap: clamp(1.3rem, 2.6vw, 3rem);
}
.navlinks a {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #526158;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(32, 46, 41, 0.26);
  text-underline-offset: 0.32em;
  transition: color 0.2s, text-decoration-color 0.2s, text-decoration-thickness 0.2s;
}
.navlinks a:hover,
.navlinks a:focus-visible {
  color: #205741;
  text-decoration-color: #205741;
  text-decoration-thickness: 2px;
}

.menu-toggle {
  display: none;
}
.menu-toggle svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}
.menu-toggle .icon-close {
  display: none;
}
.menu-toggle[aria-expanded=true] {
  border-color: #366351;
  background: #366351;
  color: #fff;
}
.menu-toggle[aria-expanded=true] .icon-open {
  display: none;
}
.menu-toggle[aria-expanded=true] .icon-close {
  display: block;
  animation: menu-icon-in 0.25s ease both;
}

@keyframes menu-icon-in {
  from {
    opacity: 0;
    transform: rotate(-90deg);
  }
  to {
    opacity: 1;
    transform: rotate(0);
  }
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border: 1px solid #20372e;
  border-radius: 100px;
  padding: 0.85rem 1.35rem;
  background: #366351;
  color: #fff;
  font-size: clamp(0.8rem, 0.78rem + 0.12vw, 0.92rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: background 0.25s, color 0.25s, transform 0.25s;
}
.button span {
  transition: transform 0.25s;
}

.button:hover {
  background: #355646;
  transform: translateY(-2px);
}

.button:hover span {
  transform: translateX(4px);
}

.button-outline {
  background: transparent;
  color: #205741;
}

.button-outline:hover,
.button-outline:focus-visible {
  background: #366351;
  color: #f6f4ef;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 47%) minmax(0, 53%);
  min-height: clamp(38rem, 43vw, 47rem);
  overflow: visible;
  background: radial-gradient(ellipse at 17% 28%, #fff 0%, #fbfaf7 65%);
  height: 90vh;
}

.hero-copy {
  position: relative;
  z-index: 3;
  align-self: center;
  padding: clamp(2.5rem, 2vw, 6rem) 1.3rem 3rem max(2rem, (100vw - 1420px) / 2);
  min-width: 0;
}
.hero-copy h1 {
  max-width: 18ch;
  margin-bottom: 1.6rem;
  font-size: clamp(2.55rem, 3.2vw, 3.9rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.13;
}
.hero-copy .lead {
  max-width: 51ch;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.hero-actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.scroll-cue {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: clamp(3rem, 5vw, 5.5rem);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: #526158;
  width: max-content;
}
.scroll-cue span {
  display: grid;
  place-items: center;
  border: 1px solid #aab6ac;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.1rem;
  transition: transform 0.25s;
}

.scroll-cue:hover span {
  transform: translateY(4px);
}

.hero-art {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-width: 0;
  padding: 2rem 0 0;
  isolation: isolate;
  background: transparent;
  justify-content: flex-end;
  z-index: 1;
  align-self: stretch;
  overflow: visible;
}

.hero-art::before {
  content: none;
  position: absolute;
  z-index: -1;
  inset: 2% -16% -25% 0;
  background: #e8dfd1;
  border-radius: 51% 49% 0 0/48% 50% 0 0;
  transform: rotate(-9deg);
}

.hero-photo-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 46% 0 0 0/77% 0 0 0;
  height: 100%;
  box-shadow: none;
  max-width: 100%;
  margin: 0;
  aspect-ratio: 1.37;
  background: #e8dfd1;
  max-height: clamp(34rem, 40vw, 44rem);
  clip-path: ellipse(282% 93% at 93% 88%);
}
.hero-photo-frame img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.portfolio {
  overflow: hidden;
  background: #f6f4ef;
}
.portfolio .wrap {
  max-width: 1500px;
}
.portfolio .eyebrow {
  display: flex;
  align-items: center;
  gap: 24px;
  text-transform: uppercase;
}
.portfolio .eyebrow::after {
  content: "";
  height: 1px;
  flex: 1;
}

.portfolio-layout {
  display: block;
}

.portfolio-intro {
  max-width: 1050px;
  margin-bottom: clamp(55px, 7vw, 90px);
}
.portfolio-intro h2 {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: -3px;
  text-wrap: balance;
}
.portfolio-intro p {
  max-width: 520px;
  margin: 28px 0 0;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.7;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 26px);
}

.project {
  min-width: 0;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 45px rgba(36, 55, 47, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.project:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 55px rgba(36, 55, 47, 0.13);
}
.project:hover .project-visual img {
  transform: scale(1.035);
}
.project:hover .project-info > a {
  color: #f6f4ef;
  background: #366351;
  transform: translateX(3px);
}

.project-visual {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.38/1;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #f6f4ef;
  text-decoration: none;
}
.project-visual.sol, .project-visual.astro, .project-visual.beauty {
  background: #f6f4ef;
}
.project-visual img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.project-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-height: 92px;
  padding: 17px 18px 19px;
}
.project-info > div {
  min-width: 0;
}
.project-info h3 {
  margin: 0;
  color: #202e29;
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.4px;
}
.project-info h3 small {
  color: #526158;
  font-size: 0.65em;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.project-info > a {
  display: grid;
  width: 46px;
  height: 46px;
  margin: 0;
  place-items: center;
  border: 1px solid #366351;
  border-radius: 50%;
  color: #366351;
  font-size: 0;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.project-info > a::after {
  content: "→";
  font-size: 19px;
  line-height: 1;
}

.project-type {
  margin: 8px 0 0;
  color: #526158;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  .faq-layout {
    grid-template-columns: 1fr;
  }
  .faq-intro {
    position: static;
  }
  .faq-intro p:not(.eyebrow) {
    max-width: 52ch;
  }
  .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
  }
  .project-visual {
    aspect-ratio: 1.5/1;
  }
}
@media (max-width: 720px) {
  .portfolio .eyebrow {
    gap: 16px;
  }
  .portfolio-intro {
    margin-bottom: 44px;
  }
  .portfolio-intro h2 {
    font-size: clamp(38px, 11vw, 56px);
    letter-spacing: -2px;
  }
  .portfolio-intro p {
    margin-top: 22px;
  }
  .project-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .project-visual {
    aspect-ratio: 1.4/1;
  }
  .project-info {
    min-height: 88px;
    padding: 16px;
  }
}
@media (max-width: 390px) {
  .project-info > a {
    width: 42px;
    height: 42px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .project,
  .project-visual img,
  .project-info > a {
    transition: none;
  }
}
.features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-block: clamp(5.5rem, 8.5vw, 9rem);
  gap: 0;
}
.features article {
  padding: 0.3rem clamp(1rem, 2.3vw, 2.5rem);
  border-left: 1px solid #a2a398;
}
.features article:first-of-type {
  padding-left: 0;
  border: 0;
}
.features svg {
  width: 2.15rem;
  height: 2.15rem;
  fill: none;
  stroke: #205741;
  stroke-width: 2.65px;
  margin-bottom: 1.2rem;
}
.features h3 {
  font-size: clamp(1.12rem, 1rem + 0.42vw, 1.4rem);
  margin-bottom: 0.7rem;
}
.features p {
  color: #526158;
  margin: 0;
}

.section-heading {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(2.3rem, 4vw, 4rem);
}
.section-heading h2 {
  max-width: 24ch;
  margin: 0;
}

.section-heading > p {
  max-width: 30ch;
  margin: 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr minmax(0, 32rem);
  align-items: center;
  gap: clamp(2rem, 4vw, 5rem);
}

.about.section {
  padding-bottom: 0;
}

.about-photo {
  align-self: end;
  justify-self: end;
  overflow: hidden;
  border-radius: 12px;
}
.about-photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: bottom;
}
.js .about-photo.reveal {
  transform: none;
}

.about-copy {
  padding-block: clamp(1.5rem, 4vw, 3.5rem);
  padding-inline-end: clamp(0rem, 1.5vw, 1.5rem);
}

.about-copy h2 {
  margin-bottom: 1.5rem;
}

.about-copy p:not(.eyebrow) {
  max-width: 55ch;
  margin-bottom: 1.1rem;
}

.about-values {
  border-left: 1px solid #dedfd8;
  padding-left: clamp(1rem, 2vw, 2.2rem);
}
.about-values span {
  color: #526158;
  margin-top: 0.35rem;
}

.about-values > div {
  padding-block: 1.4rem;
}

.about-values > div:not(:last-child) {
  border-bottom: 1px solid #dedfd8;
}

.about-values strong,
.about-values span {
  display: block;
  font-size: clamp(0.75rem, 0.72rem + 0.15vw, 0.88rem);
  letter-spacing: 0.06em;
}

.process {
  position: relative;
  background: #f6f4ef;
  overflow: hidden;
}
.process h2 {
  max-width: 15ch;
  margin: 0;
}

.process::after {
  content: "";
  position: absolute;
  left: -10%;
  bottom: -7rem;
  width: 37%;
  height: 10rem;
  border-radius: 50%;
  background: #e1e6db;
  filter: blur(32px);
  pointer-events: none;
}

.process-grid {
  display: grid;
  grid-template-columns: 0.9fr 2.1fr;
  gap: clamp(2rem, 5vw, 6rem);
  align-items: center;
}

.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  position: relative;
  isolation: isolate;
}
.steps li {
  position: relative;
  z-index: 1;
  padding: 0.2rem clamp(0.7rem, 1.3vw, 1.4rem);
  opacity: 0.65;
  transition: opacity 0.45s, transform 0.55s;
}
.steps li.step-active {
  opacity: 1;
  transform: translateY(0);
}
.steps li > span {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.35rem;
}
.steps h3 {
  margin-bottom: 0.5rem;
}
.steps p {
  font-size: clamp(0.83rem, 0.8rem + 0.15vw, 0.95rem);
  color: #526158;
  margin: 0;
}

.timeline::before,
.timeline::after {
  content: "";
  position: absolute;
  top: 1.88rem;
  left: 7%;
  height: 2px;
  pointer-events: none;
}

.timeline::before {
  right: 7%;
  background: repeating-linear-gradient(90deg, #b8c2b8 0 3px, transparent 3px 7px);
}

.timeline::after {
  width: 0;
  background: #567762;
  transition: width 3s cubic-bezier(0.18, 0.7, 0.2, 1);
}

.timeline.timeline-active::after {
  width: 86%;
}

.step-icon {
  display: grid;
  place-items: center;
  width: 3.75rem;
  height: 3.75rem;
  margin: 0 0 1.15rem -4px;
  border-radius: 50%;
  background: #e6e9e1;
  border: 3px solid #fbfaf7;
  font-size: 1.5rem;
  transform: scale(0.82);
  opacity: 0.65;
  transition: transform 0.45s, opacity 0.45s, background 0.45s;
}

.steps li.step-active .step-icon {
  opacity: 1;
  transform: scale(1);
  background: #dce5d9;
}

.seo {
  position: relative;
  isolation: isolate;
  color: #fff;
  background: linear-gradient(120deg, rgba(27, 48, 39, 0.8588235294), rgba(23, 43, 36, 0.9098039216)), url("assets/seo-atmosphere.webp") center/cover no-repeat;
  overflow: hidden;
}
.seo h2 {
  max-width: 13ch;
  margin: 0;
}
.seo p:not(.eyebrow) {
  margin: 0;
  color: #e3ebe4;
}
.seo ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.seo li {
  position: relative;
  padding: 0.35rem 0 0.35rem 2.2rem;
}
.seo li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 1.35rem;
  height: 1.35rem;
  border: 1px solid #dce9df;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.75rem;
}

.seo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(ellipse at 22% 105%, rgba(114, 145, 122, 0.2078431373), transparent 43%), radial-gradient(ellipse at 93% -20%, rgba(121, 148, 123, 0.2078431373), transparent 36%);
  pointer-events: none;
}

.seo::after {
  content: "";
  position: absolute;
  bottom: -11rem;
  left: -5%;
  width: 110%;
  height: 16rem;
  border-radius: 50%;
  background: rgba(102, 130, 112, 0.1490196078);
  filter: blur(35px);
  pointer-events: none;
}

.seo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: clamp(2rem, 4vw, 5rem);
  position: relative;
  z-index: 1;
}

.faq {
  background: #f6f4ef;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 7.5rem;
}
.faq-intro h2 {
  margin-bottom: 1.2rem;
  text-wrap: balance;
}
.faq-intro p:not(.eyebrow) {
  max-width: 30ch;
  margin: 0;
  color: #526158;
}

.faq-list {
  display: grid;
  gap: 0.6rem;
  interpolate-size: allow-keywords;
}

.faq-item {
  border: 1px solid #dedfd8;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.25s, background 0.3s, box-shadow 0.3s, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-item:hover {
  border-color: #c7d2c7;
  transform: translateY(-2px);
}

.faq-item[open] {
  border-color: rgba(32, 87, 65, 0.4);
  background: #fbfaf7;
  box-shadow: 0 18px 45px rgba(36, 55, 47, 0.07);
  transform: none;
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: clamp(1.05rem, 1.7vw, 1.4rem) clamp(1.1rem, 2vw, 1.6rem);
  font-size: clamp(1.02rem, 0.98rem + 0.18vw, 1.15rem);
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
  transition: color 0.2s;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary:hover {
  color: #205741;
}

.faq-item summary:focus-visible {
  outline: 3px solid #8ca695;
  outline-offset: -3px;
}

.faq-marker {
  position: relative;
  flex: 0 0 auto;
  width: 2.15rem;
  height: 2.15rem;
  border: 1px solid #dedfd8;
  border-radius: 50%;
  transition: background 0.28s, border-color 0.28s;
}

.faq-marker::before,
.faq-marker::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.72rem;
  height: 2px;
  margin: -1px 0 0 -0.36rem;
  border-radius: 2px;
  background: #205741;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.28s;
}

.faq-marker::after {
  transform: rotate(90deg);
}

.faq-item summary:hover .faq-marker {
  border-color: rgba(32, 87, 65, 0.5);
}

.faq-item[open] .faq-marker {
  background: #366351;
  border-color: #366351;
}

.faq-item[open] .faq-marker::before,
.faq-item[open] .faq-marker::after {
  background: #fff;
}

.faq-item[open] .faq-marker::after {
  transform: rotate(0deg);
}

.faq-item::details-content {
  block-size: 0;
  overflow: hidden;
  opacity: 0;
  transition: block-size 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s ease, content-visibility 0.4s;
  transition-behavior: allow-discrete;
}

.faq-item[open]::details-content {
  block-size: auto;
  opacity: 1;
}

.faq-answer {
  padding: 0 clamp(1.1rem, 2vw, 1.6rem) clamp(1.2rem, 2vw, 1.55rem);
}
.faq-answer p {
  max-width: 62ch;
  margin: 0;
  color: #526158;
  line-height: 1.65;
}
.faq-answer p + p {
  margin-top: 0.85rem;
}

.js .faq-list.reveal {
  opacity: 1;
  transform: none;
}

.js .faq-list.reveal .faq-item {
  opacity: 0;
}

.js .faq-list.reveal.is-visible .faq-item {
  animation: faq-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.js .faq-list.reveal.is-visible .faq-item:nth-child(1) {
  animation-delay: 0ms;
}

.js .faq-list.reveal.is-visible .faq-item:nth-child(2) {
  animation-delay: 70ms;
}

.js .faq-list.reveal.is-visible .faq-item:nth-child(3) {
  animation-delay: 140ms;
}

.js .faq-list.reveal.is-visible .faq-item:nth-child(4) {
  animation-delay: 210ms;
}

.js .faq-list.reveal.is-visible .faq-item:nth-child(5) {
  animation-delay: 280ms;
}

.js .faq-list.reveal.is-visible .faq-item:nth-child(6) {
  animation-delay: 350ms;
}

.js .faq-list.reveal.is-visible .faq-item:nth-child(7) {
  animation-delay: 420ms;
}

@keyframes faq-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.pricing {
  background: #fbfaf7;
}

.pricing-intro {
  max-width: 44rem;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}
.pricing-intro h2 {
  margin-bottom: 1.2rem;
  text-wrap: balance;
}
.pricing-intro p:not(.eyebrow) {
  color: #526158;
  margin: 0;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 19rem), 1fr));
  gap: clamp(1rem, 1.8vw, 1.6rem);
  align-items: stretch;
}

.plan {
  display: flex;
  flex-direction: column;
  padding: clamp(1.6rem, 2.6vw, 2.4rem);
  border: 1px solid #dedfd8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(36, 55, 47, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.plan:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 55px rgba(36, 55, 47, 0.12);
}
.plan h3 {
  margin-bottom: 0.9rem;
}
.plan ul {
  list-style: none;
  margin: 0 0 2rem;
  padding: 1.4rem 0 0;
  border-top: 1px solid #dedfd8;
}
.plan li {
  position: relative;
  padding: 0.3rem 0 0.3rem 2rem;
  font-size: 0.95rem;
}
.plan li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #b8c7bb;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  color: #205741;
}
.plan .button {
  margin-top: auto;
}

.plan-price {
  margin-bottom: 0.9rem;
  font-size: clamp(2rem, 1.7rem + 1.2vw, 2.8rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #205741;
}
.plan-price small {
  font-size: 0.4em;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #526158;
}

.plan-desc {
  color: #526158;
  margin-bottom: 1.4rem;
}

.plan-featured {
  position: relative;
  border-color: #205741;
  background: #f1f4ef;
  box-shadow: 0 24px 55px rgba(36, 55, 47, 0.12);
}

.pricing-notes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  max-width: 68ch;
  margin-top: clamp(2rem, 4vw, 3rem);
  font-size: 0.92rem;
  color: #526158;
}
.pricing-notes p {
  margin: 0;
}
.pricing-notes strong {
  color: #202e29;
}

@media (prefers-reduced-motion: reduce) {
  .plan {
    transition: none;
  }
}
.footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #dedfd8;
  padding-top: clamp(5.5rem, 8.5vw, 9rem);
  background: #fbfaf7;
}

.footer::after {
  content: "";
  position: absolute;
  bottom: -14rem;
  left: -10%;
  width: 120%;
  height: 17rem;
  border-radius: 50%;
  background: linear-gradient(120deg, #d5ded0, #eae7de, #8ca596);
  filter: blur(8px);
  opacity: 0.6;
  pointer-events: none;
}

.footer > .container {
  position: relative;
  z-index: 1;
}

.footer-cta {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: start;
  padding-bottom: clamp(2.8rem, 4.5vw, 4rem);
}
.footer-cta h2 {
  font-size: clamp(1.9rem, 1.5rem + 1.6vw, 3rem);
  margin-bottom: 1rem;
  max-width: 18ch;
}

.footer-cta-lead {
  margin: 0;
  max-width: 46ch;
  font-size: 0.97rem;
  color: #526158;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 1rem;
  padding: clamp(1.4rem, 2.5vw, 2rem);
  border: 1px solid #dedfd8;
  border-radius: 12px;
  background: #fff;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0;
}
.form-field label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #526158;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid #dedfd8;
  border-radius: 8px;
  padding: 0.62rem 0.7rem;
  background: #fbfaf7;
  color: #202e29;
  font: inherit;
  font-size: 0.92rem;
  transition: border-color 0.2s, background 0.2s;
}
.form-field textarea {
  resize: vertical;
  min-height: 6.5rem;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: #205741;
  background: #fff;
  outline: none;
}

.form-field-wide,
.form-consent,
.form-submit,
.form-status {
  grid-column: 1/-1;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #526158;
  cursor: pointer;
}
.form-consent input {
  margin: 0.2rem 0 0;
  flex-shrink: 0;
  accent-color: #205741;
}
.form-consent a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-submit {
  justify-self: start;
}
.form-submit[disabled] {
  opacity: 0.6;
  cursor: progress;
  transform: none;
}

.form-status {
  margin: 0;
  font-size: 0.85rem;
}
.form-status:empty {
  display: none;
}
.form-status.is-error {
  color: #a4402f;
}
.form-status.is-success {
  color: #205741;
  font-weight: 600;
}

.footer-cta-note {
  margin: 0.4rem 0 0;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #526158;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
  border-top: 1px solid #dedfd8;
  padding-block: clamp(2.5rem, 4vw, 3.5rem);
}

.footer-brand > p {
  margin: 1.25rem 0 0;
  max-width: 32ch;
  font-size: 0.92rem;
  color: #526158;
}

.footer-col-title {
  display: block;
  margin-bottom: 1.05rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-col a,
.footer-col li {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 0.9rem;
  color: #526158;
}
.footer-col a {
  width: max-content;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(32, 46, 41, 0.26);
  text-underline-offset: 0.32em;
  transition: color 0.2s, text-decoration-color 0.2s, text-decoration-thickness 0.2s;
}
.footer-col a:hover, .footer-col a:focus-visible {
  color: #205741;
  text-decoration-color: #205741;
  text-decoration-thickness: 2px;
}

.footer-bottom {
  border-top: 1px solid #dedfd8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-block: 1.6rem;
  font-size: 0.78rem;
  color: #526158;
}
.footer-bottom a:hover {
  color: #205741;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-email {
  border: 0;
  background: none;
  padding: 0;
  box-shadow: none;
  color: #202e29;
  font-weight: 600;
  font-size: clamp(0.98rem, 1.2vw, 1.25rem);
  cursor: pointer;
  text-align: left;
  overflow-wrap: anywhere;
}

.contact-email:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.email-tooltip {
  display: inline-block;
  position: relative;
}

.email-tooltip__text {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translate(-50%, 5px);
  white-space: nowrap;
  padding: 0.55rem 0.75rem;
  background: #205741;
  color: #fff;
  font-size: 0.77rem;
  border-radius: 4px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
}

.email-tooltip:hover .email-tooltip__text,
.email-tooltip:focus-within .email-tooltip__text {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

.legal {
  max-width: 50rem;
}
.legal h1 {
  font-size: clamp(2rem, 1.65rem + 1.65vw, 3.2rem);
}
.legal h2 {
  font-size: clamp(1.3rem, 1.1rem + 0.8vw, 1.8rem);
  margin: 2.5rem 0 0.8rem;
}
.legal p,
.legal li {
  color: #526158;
}
.legal a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.logo-word {
  display: block;
  white-space: nowrap;
  letter-spacing: -0.065em;
  line-height: 1.08;
  word-break: keep-all;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -6rem 0 0 43%;
  background: #eee8de;
  clip-path: ellipse(84% 80% at 84% 78%);
  pointer-events: none;
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: minmax(0, 49%) minmax(0, 51%);
  }
  .hero-copy {
    padding-left: 5vw;
  }
  .hero-copy h1 {
    font-size: clamp(2.35rem, 3.5vw, 3.2rem);
  }
  .about-grid {
    grid-template-columns: 1fr minmax(0, 24rem);
  }
  .about-values {
    grid-column: 1/-1;
    display: flex;
    justify-content: space-between;
    border-left: 0;
    border-top: 1px solid #dedfd8;
    padding: 1rem 0 0;
    gap: 1rem;
  }
  .about-values > div {
    border: 0 !important;
  }
  .seo-grid {
    grid-template-columns: 1fr 1fr;
  }
  .seo ul {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1100px) {
  .header {
    background: #fff;
  }
  .header .nav {
    min-height: 5rem;
    flex-wrap: nowrap;
  }
  .menu-toggle {
    display: grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    margin-left: auto;
    border: 1px solid #dedfd8;
    border-radius: 50%;
    background: #fff;
    color: #202e29;
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
  }
  .navlinks {
    position: absolute;
    top: 100%;
    inset-inline: calc(clamp(2.5rem, 9vw, 9rem) / -2);
    z-index: 30;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0 calc(clamp(2.5rem, 9vw, 9rem) / 2) 0.75rem;
    background: #fff;
    border-bottom: 1px solid #dedfd8;
    clip-path: inset(0 0 100% 0);
    visibility: hidden;
    transition: clip-path 0.36s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.36s;
  }
  .navlinks a {
    padding-block: 0.95rem;
    font-size: 0.95rem;
    color: #202e29;
    text-decoration: none;
    transition: color 0.2s ease;
  }
  .navlinks a:not(:last-child) {
    border-bottom: 1px solid rgba(222, 223, 216, 0.85);
  }
  .navlinks.open {
    visibility: visible;
    clip-path: inset(0 0 0 0);
  }
  .nav-cta {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    height: auto;
    overflow: hidden;
  }
  .hero-copy {
    padding: 3.8rem max(1.25rem, 5vw) 1.4rem;
  }
  .hero-copy h1 {
    font-size: clamp(2.35rem, 8vw, 3.7rem);
  }
  .hero-art {
    min-height: 0;
    padding: 2.75rem 0 0 6%;
  }
  .hero-photo-frame {
    width: 100%;
    aspect-ratio: 1.45;
    border-radius: 55% 0 0 0/60% 0 0 0;
    max-height: none;
  }
  .features {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 0;
  }
  .features article {
    padding-inline: 1.1rem;
  }
  .features article:nth-of-type(odd) {
    border: 0;
    padding-left: 0;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 1.4rem;
  }
  .about-grid {
    grid-template-columns: 1fr;
  }
  .about-copy {
    padding-block: 0;
    padding-inline-end: 0;
  }
  .about-photo {
    max-width: 32rem;
    justify-self: center;
  }
  .about-values {
    grid-column: auto;
  }
  .seo-grid {
    grid-template-columns: 1fr;
  }
  .seo ul {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
  .steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 0;
  }
  .timeline::before,
  .timeline::after {
    display: none;
  }
  .footer-cta {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }
  .footer-cta-copy h2 {
    max-width: none;
  }
  .footer-main {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .header::before {
    width: 60%;
    height: 110%;
    opacity: 0.5;
  }
  .hero::before {
    inset: 26% -12% 0 0;
    clip-path: ellipse(104% 76% at 66% 88%);
  }
}
@media (max-width: 480px) {
  .container {
    width: calc(100% - 2.5rem);
  }
  .navlinks {
    inset-inline: calc(2.5rem / -2);
    padding-inline: calc(2.5rem / 2);
  }
  .features {
    grid-template-columns: 1fr;
  }
  .features article {
    border: 0;
    padding: 0;
  }
  .about-values {
    flex-direction: column;
    gap: 0;
  }
  .about-values > div {
    padding-block: 1rem;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .contact-form {
    grid-template-columns: 1fr;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .header::before {
    width: 48%;
  }
  .hero-copy h1 {
    font-size: clamp(2.15rem, 9vw, 2.8rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .js .reveal {
    opacity: 1;
    transform: none;
  }
  .steps li {
    opacity: 1;
  }
  .step-icon {
    opacity: 1;
    transform: none;
  }
  .js .faq-list.reveal .faq-item {
    opacity: 1;
    animation: none;
    animation-delay: 0ms !important;
  }
}
@media (min-width: 1200px) {
  .hero-copy h1 {
    font-size: clamp(2.6rem, 3.05vw, 3.55rem);
  }
  .hero-copy h1 br + * {
    white-space: nowrap;
  }
}
@media (max-width: 410px) {
  .hero-copy h1 {
    font-size: clamp(2.1rem, 8vw, 2.5rem);
  }
}
