@charset "UTF-8";
:root {
  --paper: #f4f3ed;
  --ink: #242720;
  --orange: #eb512e;
  --line: #d6d7ce;
  --muted: #686b61;
  --wine: #591c32;
  --peach: #f6bda2;
  --serif: "Instrument Serif", Georgia, serif;
  --heading: "Manrope", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  scrollbar-color: var(--wine) var(--paper);
  scrollbar-width: thin;
}

html {
  scrollbar-color: var(--wine) var(--paper);
  scrollbar-width: thin;
}

body::-webkit-scrollbar {
  width: 11px;
}

body::-webkit-scrollbar-track {
  background: var(--paper);
}

body::-webkit-scrollbar-thumb {
  min-height: 48px;
  border: 3px solid var(--paper);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--orange), var(--wine));
}

body::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #ff9b68, #7d2c4a);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
}

body.modal-open {
  overflow: hidden;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a,
input,
textarea,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}

button,
a {
  touch-action: manipulation;
}

button {
  cursor: pointer;
}

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

button {
  color: inherit;
}

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

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

h1,
h2,
h3 {
  font-family: var(--heading);
  font-weight: 500;
}

em {
  font-family: var(--serif);
  font-weight: 400;
}

::selection {
  background: var(--orange);
  color: white;
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 5px;
}

.wrap {
  width: min(1320px, 100% - 112px);
  margin-inline: auto;
}

.section {
  padding-block: 110px;
}

.eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-number {
  color: var(--orange);
  margin-right: 12px;
}

.muted {
  color: var(--muted);
}

.status-dot {
  width: 7px;
  height: 7px;
  flex: none;
  border-radius: 50%;
  background: var(--orange);
}

.orange {
  color: var(--orange);
}

.header {
  height: 100px;
  width: 100%;
  padding-inline: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(244, 243, 237, 0.97);
}

main > section[id] {
  scroll-margin-top: 112px;
}

.brand {
  display: inline-flex;
  align-items: center;
  font-family: var(--heading);
  font-weight: 800;
  font-size: 34px;
  letter-spacing: -2px;
  line-height: 1;
}

.brand-dot {
  color: var(--orange);
}

.brand-mark {
  width: 37px;
  height: 35px;
  fill: none;
  stroke: var(--orange);
  stroke-width: 6;
  stroke-linecap: round;
  margin-right: 11px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 12px;
  font-weight: 500;
}

.nav > a:not(.button) {
  position: relative;
}

.nav > a:not(.button):after {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 1px;
  background: var(--orange);
  left: 0;
  right: 100%;
  transition: right 0.2s;
}

.nav > a:hover:after {
  right: 0;
}

.nav-count {
  font-size: 9px;
  vertical-align: super;
  margin-left: 3px;
}

.button {
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  padding: 16px 23px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  transition: background 0.2s, transform 0.2s, color 0.2s;
}

.button:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
  transform: translateY(-2px);
}

.button > span {
  font-size: 21px;
  line-height: 1;
}

.button-small {
  padding: 12px 17px;
  gap: 26px;
}

.button-outline {
  background: transparent;
  color: var(--ink);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
}

.text-link:hover {
  color: var(--orange);
}

.text-link span {
  font-size: 20px;
}

.menu-toggle {
  display: none;
}

.hero {
  padding-top: 42px;
}

.hero-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-coordinate {
  font-size: 9px;
  letter-spacing: 1.3px;
  color: var(--muted);
}

.hero-heading {
  position: relative;
  padding: 35px 0 26px;
}

h1 {
  font-size: clamp(62px, 6.65vw, 105px);
  letter-spacing: -5.5px;
  line-height: 1.13;
  font-weight: 500;
}

h1 em {
  font-size: 1.1em;
  color: var(--orange);
  letter-spacing: -3px;
}

h1 .together {
  position: relative;
}

.together svg {
  position: absolute;
  width: 100%;
  height: 18px;
  left: 0;
  bottom: -9px;
  fill: none;
  stroke: var(--orange);
  stroke-width: 2.5;
}

.hero-seal {
  position: absolute;
  right: 5px;
  top: 30px;
  width: 115px;
  height: 115px;
  transform: rotate(12deg);
}

.hero-seal svg {
  width: 100%;
  height: 100%;
  font-size: 8.8px;
  font-weight: 600;
  letter-spacing: 1.4px;
  fill: var(--ink);
}

.hero-seal > span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 55px;
  font-weight: 400;
  color: var(--orange);
}

.hero-seal:hover {
  transform: rotate(35deg);
  transition: transform 0.5s;
}

.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  margin: 18px 0 37px;
}

.hero-bottom > p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.hero-image {
  height: 395px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.hero-image > img,
.hero-image > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 49%;
  filter: saturate(0.6);
}

.hero-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(20, 29, 19, 0.45), transparent 60%);
  pointer-events: none;
}

.image-caption {
  position: absolute;
  left: 28px;
  bottom: 26px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 17px;
  color: #fff;
  font-size: 15px;
  line-height: 1.55;
}

.image-caption strong {
  font-weight: 500;
}

.mini-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  background: var(--orange);
  color: var(--paper);
  font-size: 33px;
  border-radius: 50%;
}

.photo-note {
  position: absolute;
  right: 25px;
  bottom: 29px;
  font-size: 8px;
  letter-spacing: 1px;
  color: #fff;
  z-index: 1;
}

.hero-footnote {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  color: var(--muted);
  padding-block: 19px;
  border-bottom: 1px solid var(--line);
}

.hero-footnote a {
  font-size: 9px;
  letter-spacing: 1px;
}

.hero-footnote a span {
  margin-left: 20px;
}

.section-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 28px;
  margin-bottom: 42px;
  gap: 32px;
}

h2 {
  font-size: clamp(38px, 4.25vw, 66px);
  letter-spacing: -2.8px;
  line-height: 1.12;
}

h2 em {
  font-size: 1.13em;
}

.section-heading > p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 370px;
  padding-bottom: 5px;
}

.filters {
  display: flex;
  gap: 7px;
  border-top: 1px solid var(--line);
  padding: 22px 0 28px;
  flex-wrap: wrap;
}

.filter {
  background: none;
  border: 1px solid transparent;
  padding: 9px 18px;
  border-radius: 30px;
  font-size: 11px;
  color: var(--muted);
  transition: 0.2s;
}

.filter.active {
  background: var(--ink);
  color: var(--paper);
}

.filter:hover:not(.active) {
  border-color: var(--ink);
  color: var(--ink);
}

.filter sup {
  font-size: 8px;
  margin-left: 5px;
}

.projects-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 25px;
}

.project-card {
  min-width: 0;
}

.project-open {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  text-align: left;
  background: transparent;
}

.project-visual {
  position: relative;
  height: 325px;
  background: #e1e7e3;
  border-radius: 5px;
  overflow: hidden;
  padding: 32px 32px 0;
  display: flex;
  align-items: flex-start;
}

.project-card:nth-child(4n+2) .project-visual {
  background: #eae1d5;
}

.project-card:nth-child(4n+3) .project-visual {
  background: #e3dfeb;
}

.project-card:nth-child(4n+4) .project-visual {
  background: #dfe4ca;
}

.project-visual img {
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1333333333);
  transition: transform 0.5s;
}

.project-open:hover .project-visual img {
  transform: translateY(-7px);
}

.project-arrow {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: var(--paper);
  display: grid;
  place-items: center;
  font-size: 23px;
  transition: 0.2s;
}

.project-open:hover .project-arrow {
  background: var(--orange);
  color: #fff;
  transform: rotate(45deg);
}

.project-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 16px;
}

.project-meta h3 {
  font-size: 19px;
  letter-spacing: -0.5px;
  font-weight: 600;
}

.project-meta span {
  font-size: 9px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-align: right;
  max-width: 40%;
  color: var(--muted);
}

.project-caption {
  color: var(--muted);
  font-size: 12px;
  margin-top: 4px;
}

.projects-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 42px;
  padding-top: 27px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  color: var(--muted);
}

.agency {
  background: var(--ink);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}

.agency-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}

.agency h2 {
  margin-top: 35px;
}

.agency h2 em {
  color: #f3b39a;
}

.agency .eyebrow {
  color: #c6c9bf;
}

.agency-copy {
  padding-top: 45px;
}

.large-copy {
  font-family: var(--heading);
  font-size: 28px;
  letter-spacing: -1px;
  line-height: 1.35;
  margin-bottom: 27px;
}

.agency-copy > p:not(.large-copy) {
  font-size: 14px;
  color: #bec2b7;
  margin-bottom: 19px;
  max-width: 465px;
}

.agency-values {
  border-top: 1px solid rgba(255, 255, 255, 0.1882352941);
  margin: 28px 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding-top: 23px;
  font-size: 14px;
}

.agency-values i {
  font-style: normal;
  color: #f4a887;
  margin-right: 14px;
}

.connection {
  width: 290px;
  max-width: 100%;
  height: auto;
  stroke: var(--orange);
  stroke-width: 12;
  stroke-linecap: round;
  margin-top: 36px;
}

.agency .text-link {
  color: var(--paper);
}

.services-list {
  border-top: 1px solid var(--line);
}

details {
  border-bottom: 1px solid var(--line);
}

summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 28px 0;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

.service-index {
  font-size: 10px;
  color: var(--muted);
}

summary h3 {
  font-size: 26px;
  letter-spacing: -0.9px;
  flex: 1;
}

.service-symbol {
  font-family: var(--body);
  font-size: 29px;
  font-weight: 400;
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  line-height: 1;
  transition: transform 0.2s;
}

details[open] .service-symbol {
  transform: rotate(45deg);
  color: var(--orange);
}

details[open] summary h3 {
  color: var(--orange);
}

.service-detail {
  padding: 0 0 31px 49px;
  max-width: 750px;
  font-size: 14px;
  color: var(--muted);
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0;
}

.tags span {
  font-size: 10px;
  padding: 5px 11px;
  border: 1px solid var(--line);
  border-radius: 30px;
}

.service-detail .text-link {
  color: var(--ink);
  margin-top: 8px;
}

.method {
  background: #e9eadf;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding-top: 20px;
}

.method-grid article {
  border-top: 1px solid #b9bdb0;
  padding-top: 21px;
}

.method-grid article > span {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1px;
}

.method-grid h3 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.6px;
  margin: 27px 0 14px;
  max-width: 180px;
}

.method-grid p {
  font-size: 13px;
  color: #62685d;
}

.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  padding-block: 120px;
}

.contact h2 {
  font-size: clamp(39px, 4vw, 61px);
  margin: 30px 0;
}

.contact h2 em {
  color: var(--orange);
}

.contact-intro > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
}

.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 45px;
  font-size: 19px;
  border-bottom: 1px solid var(--ink);
  padding: 5px 0;
  margin-top: 28px;
}

.contact-email span {
  font-size: 28px;
}

form {
  padding-top: 35px;
}

form label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 22px;
}

form label > span {
  color: var(--orange);
}

input,
textarea,
select {
  display: block;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #b9bdb0;
  border-radius: 0;
  width: 100%;
  padding: 12px 0;
  color: var(--ink);
  font-size: 13px;
  outline-offset: 2px;
}

textarea {
  resize: vertical;
  min-height: 112px;
}

input::placeholder,
textarea::placeholder {
  color: #777b71;
  font-size: 12px;
  font-weight: 400;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.form-note {
  font-size: 10px;
  color: var(--muted);
  margin: 0 0 23px;
  max-width: 410px;
}

#form-status {
  font-size: 12px;
  color: var(--muted);
  margin-top: 14px;
}

.footer {
  background: var(--ink);
  color: var(--paper);
  padding-block: 40px 23px;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1450980392);
}

.footer-top > p {
  font-family: var(--serif);
  font-size: 25px;
  font-style: italic;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 10px;
  color: #b8bcb1;
  padding-top: 23px;
}

.footer-bottom > div {
  display: flex;
  gap: 24px;
}

.footer a:hover {
  color: #f3b39a;
}

dialog {
  border: 0;
  padding: 0;
  max-width: 720px;
  width: calc(100% - 40px);
  max-height: 85dvh;
  background: var(--paper);
  color: var(--ink);
  border-radius: 8px;
  overscroll-behavior: contain;
}

dialog::backdrop {
  background: rgba(27, 36, 28, 0.7960784314);
  backdrop-filter: blur(5px);
}

.dialog-close {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  background: var(--paper);
  font-size: 28px;
  line-height: 1;
}

.dialog-content {
  padding: 35px;
}

.dialog-content h2 {
  font-size: 34px;
  letter-spacing: -1px;
  margin: 15px 0;
}

.dialog-content > p:not(.eyebrow):not(.tags) {
  font-size: 14px;
  color: var(--muted);
}

#dialog-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: top;
  background: #e1e7e3;
}

#dialog-link {
  margin-top: 12px;
}

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

.skip-link {
  position: fixed;
  left: 20px;
  top: -100px;
  padding: 10px 18px;
  background: var(--ink);
  color: white;
  z-index: 100;
}

.skip-link:focus {
  top: 15px;
}

[hidden] {
  display: none !important;
}

@media (min-width: 1600px) {
  .header {
    padding-inline: max(56px, (100vw - 1320px) / 2);
  }
  .hero-image {
    height: 450px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .header {
    padding-inline: 32px;
    height: 85px;
  }
  .nav {
    gap: 21px;
  }
  .hero-coordinate {
    display: none;
  }
  h1 {
    font-size: 7.2vw;
    letter-spacing: -4px;
  }
  .hero-seal {
    width: 92px;
    height: 92px;
    right: 0;
    top: 16px;
  }
  .hero-seal > span {
    font-size: 45px;
  }
  .hero-bottom {
    align-items: flex-start;
  }
  .hero-actions {
    flex-direction: column;
    gap: 13px;
    align-items: flex-start;
  }
  .hero-image {
    height: 350px;
  }
  .section {
    padding-block: 80px;
  }
  .agency-grid {
    gap: 50px;
  }
  .project-visual {
    height: 270px;
    padding: 24px 24px 0;
  }
  .contact {
    gap: 40px;
  }
  .method-grid {
    gap: 22px;
  }
  .method-grid h3 {
    font-size: 18px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 90px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .header {
    padding-inline: 20px;
    height: 76px;
  }
  .brand {
    font-size: 30px;
  }
  .brand-mark {
    width: 30px;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: none;
  }
  .menu-toggle span {
    width: 18px;
    height: 1px;
    background: var(--ink);
    align-self: center;
    transition: 0.2s;
  }
  .menu-toggle[aria-expanded=true] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded=true] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .nav {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    padding: 25px 20px 30px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
    font-size: 17px;
  }
  .nav.open {
    display: flex;
  }
  .nav .button {
    justify-content: space-between;
  }
  .hero {
    padding-top: 27px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .hero-heading {
    padding: 30px 0 22px;
  }
  .hero-seal {
    display: none;
  }
  h1 {
    font-size: clamp(37px, 7.9vw, 61px);
    letter-spacing: -2.4px;
    line-height: 1.22;
  }
  h1 em {
    letter-spacing: -1px;
  }
  .together svg {
    height: 12px;
    bottom: -7px;
  }
  .hero-bottom {
    flex-direction: column;
    gap: 22px;
    margin: 7px 0 28px;
  }
  .hero-bottom > p {
    font-size: 13px;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 22px;
  }
  .button {
    font-size: 11px;
    padding: 14px 16px;
    gap: 22px;
  }
  .text-link {
    font-size: 11px;
    gap: 12px;
  }
  .hero-image {
    height: 320px;
  }
  .hero-image > img,
  .hero-image > video {
    object-position: 55% center;
  }
  .image-caption {
    left: 17px;
    bottom: 30px;
    font-size: 12px;
    gap: 12px;
  }
  .mini-mark {
    width: 40px;
    height: 40px;
    font-size: 25px;
  }
  .photo-note {
    font-size: 6px;
    left: 17px;
    bottom: 10px;
    right: auto;
  }
  .hero-footnote {
    font-size: 9px;
  }
  .hero-footnote > a {
    display: none;
  }
  .section {
    padding-block: 62px;
  }
  .section-top > .muted {
    display: none;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1px;
  }
  .section-heading {
    display: block;
    margin: 25px 0 28px;
  }
  h2 {
    font-size: 43px;
    letter-spacing: -2px;
  }
  .section-heading > p {
    margin-top: 20px;
    font-size: 13px;
  }
  .filters {
    gap: 4px;
    padding: 18px 0;
  }
  .filter {
    font-size: 10px;
    padding: 8px 11px;
  }
  .projects-grid {
    gap: 28px 15px;
  }
  .project-visual {
    height: 200px;
    padding: 15px 15px 0;
  }
  .project-meta {
    display: block;
    margin-top: 12px;
  }
  .project-meta h3 {
    font-size: 16px;
  }
  .project-meta > span {
    font-size: 8px;
    max-width: none;
  }
  .project-caption {
    font-size: 10px;
  }
  .project-arrow {
    width: 32px;
    height: 32px;
    right: 10px;
    bottom: 10px;
    font-size: 20px;
  }
  .projects-more {
    margin-top: 28px;
    gap: 15px;
  }
  .projects-more p {
    font-size: 11px;
    max-width: 160px;
  }
  .agency-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .agency h2 {
    margin-top: 26px;
  }
  .connection {
    width: 195px;
    margin-top: 28px;
  }
  .agency-copy {
    padding-top: 0;
  }
  .large-copy {
    font-size: 25px;
  }
  .agency-copy > p:not(.large-copy) {
    max-width: 100%;
  }
  .agency-values {
    gap: 12px;
  }
  summary {
    gap: 16px;
    padding: 24px 0;
  }
  summary h3 {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
  .service-index {
    font-size: 9px;
  }
  .service-symbol {
    font-size: 25px;
    flex-shrink: 0;
  }
  .service-detail {
    padding-left: 28px;
    font-size: 13px;
  }
  .method-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px 22px;
  }
  .method-grid h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .contact {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .contact h2 {
    font-size: 45px;
  }
  .contact form {
    padding-top: 25px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 25px;
  }
  .footer-top > p {
    order: 3;
    width: 100%;
    font-size: 25px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
  }
  .dialog-content {
    padding: 25px;
  }
  .dialog-content h2 {
    font-size: 29px;
  }
  #dialog-image {
    height: 200px;
  }
}
@media (max-width: 460px) {
  .projects-grid {
    grid-template-columns: 1fr;
  }
  .project-visual {
    height: 270px;
    padding: 25px 25px 0;
  }
  .project-meta {
    display: flex;
  }
  .project-meta > span {
    max-width: 42%;
    font-size: 8px;
  }
  .project-caption {
    font-size: 11px;
  }
  .hero-actions {
    gap: 17px;
  }
  .hero-actions .text-link {
    font-size: 10px;
    gap: 8px;
  }
  .hero-actions .button {
    gap: 15px;
    padding: 14px;
  }
  .desktop-break {
    display: none;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact h2 {
    font-size: 42px;
  }
  .projects-more .button {
    font-size: 10px;
    gap: 14px;
  }
  .method-grid h3 {
    font-size: 18px;
  }
  .method-grid p {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
.button:focus-visible,
.filter:focus-visible,
.mood-choice:focus-visible,
.motion-toggle:focus-visible,
.hero-motion-toggle:focus-visible {
  outline: 3px solid #eb512e;
  outline-offset: 5px;
}

.text-link {
  transition: color 0.2s ease, gap 0.2s ease;
}
.text-link:hover {
  gap: 27px;
}

.project-open,
.offer-card,
.method-grid article {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* A little movement, a lot of intention. Everything stays readable without JS. */
.hero {
  padding-top: 25px;
}

.hero-note,
.handwritten {
  font-family: var(--serif);
  font-style: italic;
  font-size: 24px;
  line-height: 1.3;
  color: var(--wine);
}

.hero-note {
  text-align: right;
  font-size: 21px;
}

.hero h1 {
  letter-spacing: -5px;
}

.hero-image {
  border-radius: 100px 5px 5px 5px;
  isolation: isolate;
}

.hero-image > img,
.hero-image > video {
  transform: scale(1.05) translateY(var(--photo-shift, 0px));
  filter: saturate(0.85);
  will-change: transform;
}

.hero-seal {
  color: var(--wine);
}

.hero-seal > span {
  color: var(--wine);
}

.handwritten + h2 {
  margin-top: 17px;
}

.hero-heading h1 {
  animation: hero-arrive 1s cubic-bezier(0.2, 0.65, 0.3, 1) both;
}

.hero-bottom {
  animation: hero-arrive 1s 0.12s cubic-bezier(0.2, 0.65, 0.3, 1) both;
}

.hero-image {
  animation: photo-arrive 1.15s 0.18s cubic-bezier(0.2, 0.65, 0.3, 1) both;
}

.together svg path {
  stroke-dasharray: 650;
  stroke-dashoffset: 650;
  animation: ink-draw 1.3s 0.5s forwards;
}

.hero-seal {
  animation: seal-arrive 1.3s ease both;
}

.button {
  position: relative;
  overflow: hidden;
  transition: background 0.25s, transform 0.25s, color 0.25s, border-color 0.25s;
}

.button:hover {
  background: var(--wine);
  border-color: var(--wine);
}

.button span {
  transition: transform 0.25s;
}

.button:hover span {
  transform: translate(3px, -3px);
}

.playground {
  background: var(--wine);
  color: var(--paper);
  margin-top: 65px;
  padding: 70px 0;
  overflow: hidden;
}

.playground-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.playground .handwritten {
  color: var(--peach);
}

.playground h2 {
  font-size: clamp(39px, 4.1vw, 63px);
}

.playground h2 em {
  color: var(--peach);
}

.playground-copy > p:not(.handwritten) {
  max-width: 380px;
  color: #e3c7cd;
  font-size: 14px;
  margin-top: 25px;
}

.mood-controls {
  display: flex;
  gap: 10px;
  margin: 30px 0 17px;
  flex-wrap: wrap;
}

.mood-choice {
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3960784314);
  color: var(--paper);
  background: transparent;
  border-radius: 30px;
  font-size: 12px;
  transition: background 0.25s, color 0.25s;
}

.mood-choice:hover,
.mood-choice.active {
  background: var(--peach);
  border-color: var(--peach);
  color: var(--wine);
}

.demo-note {
  font-size: 10px;
  color: #d6b0ba;
}

.design-stage {
  height: 430px;
  position: relative;
  display: grid;
  place-items: center;
  --poster-bg: #ee5935;
  --poster-ink: #501b2b;
}

.design-stage[data-mood=studio] {
  --poster-bg: #f1cbe7;
  --poster-ink: #432fab;
}

.design-stage[data-mood=nature] {
  --poster-bg: #d5e588;
  --poster-ink: #274b37;
}

.stage-orbit {
  position: absolute;
  width: 390px;
  height: 390px;
  max-width: 95%;
  border: 1px solid rgba(230, 167, 142, 0.4);
  border-radius: 50%;
  transform: rotate(-30deg);
}

.stage-orbit:after {
  content: "";
  position: absolute;
  inset: 40px -35px;
  border: 1px solid rgba(230, 167, 142, 0.2);
  border-radius: 50%;
  transform: rotate(50deg);
}

.design-poster {
  height: 375px;
  width: 300px;
  padding: 25px 27px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 20px 12px;
  background: var(--poster-bg);
  color: var(--poster-ink);
  position: relative;
  box-shadow: 18px 24px 0 rgba(44, 13, 34, 0.168627451);
  transform: translate(var(--poster-x, 0px), var(--poster-y, 0px)) rotate(var(--poster-rotate, -6deg));
  transition: background 0.55s, color 0.55s, transform 0.35s cubic-bezier(0.2, 0.65, 0.3, 1);
  border-radius: 2px;
  overflow: hidden;
}

.poster-edition {
  grid-column: 1/-1;
  grid-row: 1;
  font-size: 8px;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.poster-title {
  grid-column: 1/-1;
  grid-row: 2;
  align-self: center;
  min-width: 0;
  font-family: var(--heading);
  font-weight: 600;
  font-size: 41px;
  letter-spacing: -1.8px;
  line-height: 1.05;
  margin: 0;
  position: relative;
  z-index: 1;
}

.poster-title em {
  font-size: 1.4em;
  line-height: 1.15;
  font-weight: 400;
}

.poster-spark {
  position: absolute;
  font-size: 147px;
  right: -10px;
  top: 10px;
  line-height: 1;
  opacity: 0.35;
  transition: transform 0.65s;
}

.design-stage[data-mood=studio] .poster-spark {
  transform: rotate(75deg);
}

.design-stage[data-mood=nature] .poster-spark {
  transform: rotate(150deg);
}

.poster-caption {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
  letter-spacing: 1px;
  font-size: 7px;
  line-height: 1.5;
}

.poster-stamp {
  grid-column: 2;
  grid-row: 3;
  align-self: end;
  justify-self: end;
  font-family: var(--heading);
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -3px;
}

.stage-label {
  position: absolute;
  bottom: 2px;
  right: 16px;
  font-family: var(--serif);
  font-size: 24px;
  font-style: italic;
  color: var(--peach);
  transform: rotate(-8deg);
}

.agency {
  background: var(--wine);
}

.agency .handwritten {
  color: var(--peach);
}

.agency-copy > p:not(.large-copy) {
  color: #e0c8cd;
}

.agency h2 em {
  color: var(--peach);
}

.connection {
  width: 250px;
}

.agency-values {
  font-size: 13px;
  line-height: 1.65;
}

.aftercare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 85px;
}

.care-photo {
  margin: 0;
  position: relative;
  min-width: 0;
}

.care-photo img {
  height: 590px;
  width: 100%;
  object-fit: cover;
  object-position: 43% center;
  border-radius: 5px 100px 5px 5px;
  filter: saturate(0.8);
}

.care-photo figcaption {
  font-size: 8px;
  color: var(--muted);
  margin-top: 10px;
  letter-spacing: 1px;
}

.photo-sticker {
  position: absolute;
  bottom: 36px;
  right: -24px;
  padding: 20px 25px;
  background: var(--orange);
  color: var(--wine);
  font-family: var(--heading);
  font-size: 24px;
  line-height: 1.2;
  transform: rotate(-8deg);
  box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.0666666667);
}

.photo-sticker em {
  font-size: 1.4em;
}

.care-copy h2 {
  font-size: clamp(36px, 3.8vw, 57px);
}

.care-copy > p:not(.handwritten) {
  font-size: 14px;
  color: var(--muted);
  margin-top: 24px;
}

.care-steps {
  margin: 28px 0;
}

.care-steps > div {
  display: flex;
  gap: 18px;
  border-top: 1px solid var(--line);
  padding: 16px 0;
  font-size: 12px;
  color: var(--muted);
}

.care-steps > div > span {
  color: var(--wine);
  font-size: 10px;
  padding-top: 3px;
}

.care-steps strong {
  color: var(--ink);
  font-weight: 500;
  display: block;
  margin-bottom: 3px;
}

.expertise {
  border-top: 1px solid var(--line);
}

.offers {
  background: #ede5df;
}

.offers .section-heading {
  margin-top: 0;
}

.offers h2 em {
  color: var(--wine);
}

.coaching {
  padding: 28px 30px;
  background: var(--paper);
  display: grid;
  grid-template-columns: 1fr 1.3fr auto;
  gap: 30px;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 30px;
}

.coaching-title {
  display: flex;
  gap: 20px;
  align-items: center;
}

.coaching-flower {
  font-size: 65px;
  color: var(--orange);
  line-height: 1;
}

.offer-kicker {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1px;
}

.coaching h3 {
  font-family: var(--serif);
  font-size: 37px;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-top: 7px;
}

.coaching > p {
  font-size: 12px;
  color: var(--muted);
}

.coaching-action {
  min-width: 125px;
}

.coaching-action .price {
  font-size: 31px;
  white-space: nowrap;
}

.coaching-action .price small {
  display: inline;
  font-size: 10px;
}

.coaching-action .text-link {
  margin-top: 10px;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.offer-card {
  background: var(--paper);
  padding: 27px 22px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(196, 184, 178, 0.4);
  border-radius: 5px;
  transition: transform 0.25s, box-shadow 0.25s;
}

.offer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 25px rgba(80, 27, 43, 0.0509803922);
}

.offer-card h3 {
  font-size: 32px;
  letter-spacing: -1.2px;
  margin: 15px 0 10px;
}

.offer-description {
  font-size: 12px;
  color: var(--muted);
  min-height: 58px;
}

.price {
  font-family: var(--heading);
  font-size: 38px;
  line-height: 1.25;
  letter-spacing: -1.5px;
}

.offer-card .price {
  margin: 22px 0 0;
  min-height: 67px;
}

.price small {
  display: block;
  font-family: var(--body);
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 4px;
}

.price-words {
  font-family: var(--serif);
  font-style: italic;
  font-size: 40px;
  padding-top: 14px;
}

.offer-card ul,
.maintenance-plans ul {
  padding: 20px 0 0;
  list-style: none;
  margin: 20px 0 25px;
  border-top: 1px solid var(--line);
  flex: 1;
}

.offer-card li,
.maintenance-plans li {
  position: relative;
  padding-left: 15px;
  font-size: 11px;
  margin-bottom: 11px;
  line-height: 1.55;
}

.offer-card li:before,
.maintenance-plans li:before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--orange);
}

.offer-card .button {
  font-size: 10px;
  padding: 13px 12px;
  gap: 12px;
}

.offer-featured {
  background: var(--wine);
  color: var(--paper);
  border-color: var(--wine);
}

.offer-featured .offer-kicker,
.offer-featured .price {
  color: var(--peach);
}

.offer-featured .offer-description {
  color: #e0c8cd;
}

.offer-featured ul {
  border-color: rgba(255, 255, 255, 0.2078431373);
}

.offer-featured .button {
  background: var(--peach);
  border-color: var(--peach);
  color: var(--wine);
}

.offer-featured .button:hover {
  background: #ffe3cd;
}

.offer-custom {
  background: transparent;
}

.offer-footnote {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  font-size: 11px;
}

.offer-footnote p:first-child {
  max-width: 370px;
  color: var(--wine);
}

.offer-footnote p:last-child {
  max-width: 590px;
  color: var(--muted);
  font-size: 10px;
}

.maintenance {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 75px;
}

.maintenance-intro h2 {
  font-size: clamp(38px, 3.8vw, 58px);
}

.maintenance-intro > p:not(.handwritten) {
  margin: 25px 0;
  font-size: 14px;
  color: var(--muted);
  max-width: 360px;
}

.maintenance-plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.maintenance-plans article {
  border-top: 2px solid var(--wine);
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.maintenance-plans h3 {
  font-size: 25px;
  letter-spacing: -0.6px;
}

.maintenance-plans article > div > p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 6px;
}

.maintenance-price {
  font-family: var(--heading);
  font-size: 34px;
  letter-spacing: -1px;
  margin-top: 20px;
}

.maintenance-price span {
  font-size: 10px;
  letter-spacing: 0;
}

.maintenance-plans ul {
  width: 100%;
  margin-top: 10px;
}

.maintenance-note {
  grid-column: 1/-1;
  font-size: 10px;
  color: var(--muted);
  line-height: 1.7;
}

.contact {
  border-top: 1px solid var(--line);
}

.reveal-ready {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.85s cubic-bezier(0.2, 0.65, 0.3, 1);
}

.reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.connection.is-visible path {
  stroke-dasharray: 1050;
  stroke-dashoffset: 1050;
  animation: ink-draw 1.8s ease forwards;
}

@keyframes hero-arrive {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes photo-arrive {
  from {
    opacity: 0;
    clip-path: inset(9% 4% 0 4%);
  }
  to {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes ink-draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes seal-arrive {
  from {
    opacity: 0;
    transform: rotate(-40deg);
  }
  to {
    opacity: 1;
    transform: rotate(12deg);
  }
}
.scroll-progress {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--wine), var(--orange), #ffc995);
  z-index: 35;
  transform: scaleX(0);
  transform-origin: left;
  pointer-events: none;
}

body {
  background-image: radial-gradient(ellipse at 97% 0%, rgba(236, 197, 178, 0.1607843137), transparent 30%);
}

.hero {
  position: relative;
  isolation: isolate;
}

.hero-aura {
  position: absolute;
  width: 650px;
  max-width: 80vw;
  height: 430px;
  top: -5px;
  right: -15px;
  background: radial-gradient(ellipse at 50% 50%, rgba(255, 172, 126, 0.2235294118) 0%, rgba(239, 182, 193, 0.1254901961) 42%, transparent 70%);
  filter: blur(25px);
  z-index: -1;
  pointer-events: none;
}

.header {
  backdrop-filter: blur(18px);
  background: rgba(244, 243, 237, 0.9098039216);
}

.hero-seal {
  filter: drop-shadow(0 4px 8px rgba(89, 28, 50, 0.0705882353));
}

.hero-image {
  box-shadow: 0 25px 55px -35px rgba(89, 28, 50, 0.4);
}

.playground {
  position: relative;
  isolation: isolate;
  background: radial-gradient(ellipse at 90% 5%, rgba(163, 74, 65, 0.3333333333), transparent 58%), radial-gradient(ellipse at 50% 100%, rgba(180, 39, 75, 0.2), transparent 65%), linear-gradient(135deg, #3d1429, var(--wine) 65%, #743249);
}

.playground:before,
.agency:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' opacity='.12' filter='url(%23n)' d='M0 0h160v160H0z'/%3E%3C/svg%3E");
  opacity: 0.3;
  z-index: -1;
}

.stage-sheet {
  position: absolute;
  width: 300px;
  height: 375px;
  border-radius: 3px;
  transition: background 0.55s, transform 0.55s;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
}

.sheet-one {
  background: linear-gradient(145deg, #e6b4a7, #9e5b66);
  transform: rotate(13deg) translate(12px, 2px);
  box-shadow: 20px 25px 60px rgba(34, 7, 22, 0.3333333333);
}

.sheet-two {
  background: linear-gradient(145deg, #fff0cd, #e2bc9c);
  transform: rotate(3deg) translate(5px, -4px);
}

.design-stage[data-mood=studio] .sheet-one {
  background: linear-gradient(145deg, #847cce, #695895);
  transform: rotate(11deg) translate(15px, 5px);
}

.design-stage[data-mood=nature] .sheet-one {
  background: linear-gradient(145deg, #a2b788, #3e7659);
  transform: rotate(17deg) translate(5px, 3px);
}

.design-poster {
  background-image: radial-gradient(ellipse at top right, rgba(255, 255, 255, 0.2196078431), transparent 60%), linear-gradient(135deg, rgba(255, 255, 255, 0.0509803922), rgba(0, 0, 0, 0.031372549));
  box-shadow: 6px 7px 20px rgba(36, 9, 19, 0.2078431373), inset 0 1px rgba(255, 255, 255, 0.3333333333);
}

.stage-orbit {
  animation: orbit-turn 32s linear infinite;
  animation-play-state: paused;
}

.design-stage.in-view .stage-orbit {
  animation-play-state: running;
}

.stage-orbit:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  left: 45px;
  top: 38px;
  border-radius: 50%;
  background: var(--peach);
  box-shadow: 0 0 18px rgba(255, 179, 145, 0.5333333333);
}

.poster-spark {
  filter: drop-shadow(2px 4px 0 rgba(255, 255, 255, 0.1333333333));
}

.agency {
  isolation: isolate;
  background: radial-gradient(ellipse at 0% 100%, rgba(164, 73, 65, 0.2392156863), transparent 65%), linear-gradient(125deg, #591c32, #42162a);
}

.project-visual {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5333333333);
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.3333333333), transparent 60%, rgba(89, 28, 50, 0.0392156863)) !important;
  transition: box-shadow 0.4s;
}

.project-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(280px circle at var(--shine-x, 50%) var(--shine-y, 50%), rgba(255, 255, 255, 0.2196078431), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.project-open:hover .project-visual:after {
  opacity: 1;
}

.project-open:hover .project-visual {
  box-shadow: 0 16px 24px -20px rgba(89, 28, 50, 0.4);
}

.project-open:focus-visible .project-arrow {
  background: var(--wine);
  color: var(--paper);
}

.care-photo img {
  box-shadow: 0 22px 50px -30px rgba(89, 28, 50, 0.3019607843);
}

.care-photo {
  transition: transform 0.6s cubic-bezier(0.2, 0.65, 0.3, 1);
}

.care-photo:hover .photo-sticker {
  transform: rotate(-3deg) translateY(-5px);
}

.photo-sticker {
  transition: transform 0.45s;
  box-shadow: 3px 10px 24px rgba(89, 28, 50, 0.2);
  background-image: linear-gradient(135deg, rgba(255, 209, 148, 0.2705882353), transparent);
}

.offers {
  background: radial-gradient(ellipse at 0 0, rgba(247, 212, 191, 0.4392156863), transparent 65%), linear-gradient(145deg, #eee7e2, #e9deda);
}

.coaching {
  box-shadow: 0 6px 30px rgba(89, 28, 50, 0.0196078431);
  border: 1px solid rgba(255, 255, 255, 0.5333333333);
}

.offer-card {
  box-shadow: 0 8px 20px -12px rgba(89, 28, 50, 0.1254901961);
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.5333333333), transparent 70%);
}

.offer-featured {
  background-image: radial-gradient(ellipse at 100% 0%, rgba(172, 77, 81, 0.3333333333), transparent 65%), linear-gradient(125deg, #67253b, #461a30);
  box-shadow: 0 18px 34px -19px rgba(89, 28, 50, 0.5333333333);
}

.offer-card:hover {
  box-shadow: 0 18px 35px -15px rgba(89, 28, 50, 0.1882352941);
}

.offer-card .price {
  transition: color 0.25s;
}

.offer-card:not(.offer-featured):hover .price {
  color: var(--wine);
}

.services-list details {
  transition: background 0.3s, padding 0.3s;
}

.services-list details:hover {
  background: rgba(237, 223, 214, 0.2117647059);
}

.services-list summary h3 {
  transition: transform 0.3s, color 0.3s;
}

.services-list summary:hover h3 {
  transform: translateX(5px);
}

.services-list details[open] .service-detail {
  animation: hero-arrive 0.4s ease both;
}

.method {
  background: radial-gradient(ellipse at 100% 20%, rgba(255, 247, 232, 0.5490196078), transparent 65%), linear-gradient(135deg, #e9eadf, #e5e5d7);
}

.method-grid article {
  position: relative;
}

.method-grid article:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--orange);
  transition: width 0.5s;
}

.method-grid article:hover:before {
  width: 100%;
}

.contact-email span {
  transition: transform 0.3s;
}

.contact-email:hover span {
  transform: translate(5px, -5px);
}

.motion-toggle {
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2509803922);
  color: inherit;
  padding: 0 0 2px;
  font-size: 10px;
  text-align: left;
}

.motion-toggle:before {
  content: "Ⅱ";
  font-size: 9px;
  margin-right: 6px;
}

.motion-toggle[aria-pressed=false]:before {
  content: "▷";
}

.motion-toggle:disabled {
  cursor: default;
  opacity: 0.75;
}

.reveal-ready {
  transition-delay: var(--reveal-delay, 0ms);
}

.tab-hidden * {
  animation-play-state: paused !important;
}

[data-motion=off] *,
[data-motion=off] *:before,
[data-motion=off] *:after {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}

[data-motion=off] .reveal-ready {
  opacity: 1;
  transform: none;
}

[data-motion=off] .together svg path,
[data-motion=off] .connection.is-visible path {
  stroke-dashoffset: 0;
}

[data-motion=off] .hero-image > img,
[data-motion=off] .hero-image > video {
  transform: none;
  will-change: auto;
}

@keyframes orbit-turn {
  to {
    transform: rotate(330deg);
  }
}
@media (max-width: 1100px) {
  .playground-inner {
    gap: 35px;
  }
  .aftercare {
    gap: 45px;
  }
  .care-photo img {
    height: 550px;
  }
  .coaching {
    grid-template-columns: 1fr 1fr;
  }
  .coaching-action {
    grid-column: 2;
  }
  .offer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .offer-description {
    min-height: 38px;
  }
  .offer-card {
    padding: 28px;
  }
  .maintenance {
    gap: 35px;
    grid-template-columns: 1fr;
  }
  .maintenance-intro > p:not(.handwritten) {
    max-width: 550px;
  }
  .maintenance-plans {
    gap: 35px;
  }
}
@media (max-width: 760px) {
  .hero {
    padding-top: 20px;
  }
  .hero-note {
    font-size: 18px;
    text-align: left;
  }
  .hero h1 {
    letter-spacing: -2.4px;
  }
  .hero-image {
    border-radius: 60px 4px 4px 4px;
  }
  .handwritten {
    font-size: 22px;
  }
  .playground {
    padding: 55px 0;
    margin-top: 30px;
  }
  .playground-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .playground h2 {
    font-size: 43px;
  }
  .design-stage {
    height: 395px;
  }
  .design-poster {
    width: 270px;
    height: 340px;
    padding: 23px;
    gap: 16px 12px;
  }
  .poster-title {
    font-size: 37px;
    letter-spacing: -1.6px;
  }
  .stage-orbit {
    width: 320px;
    height: 320px;
  }
  .stage-orbit:after {
    inset: 40px -5px;
  }
  .stage-label {
    font-size: 21px;
    bottom: -4px;
  }
  .playground-copy > p:not(.handwritten) {
    font-size: 13px;
  }
  .aftercare {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .care-photo img {
    height: 420px;
  }
  .photo-sticker {
    right: 10px;
    bottom: 40px;
    font-size: 23px;
  }
  .care-copy h2 {
    font-size: 43px;
  }
  .coaching {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 25px;
  }
  .coaching-action {
    grid-column: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
  }
  .coaching-flower {
    font-size: 50px;
  }
  .coaching h3 {
    font-size: 33px;
  }
  .coaching-title {
    gap: 15px;
  }
  .offer-grid {
    gap: 14px;
  }
  .offer-card {
    padding: 22px 17px;
  }
  .offer-card h3 {
    font-size: 29px;
  }
  .price {
    font-size: 32px;
  }
  .offer-card .button {
    font-size: 10px;
    gap: 6px;
  }
  .offer-card .button > span {
    font-size: 17px;
  }
  .offer-footnote {
    flex-direction: column;
    gap: 10px;
  }
  .maintenance-plans {
    gap: 25px;
  }
  .maintenance-price {
    font-size: 30px;
  }
  .maintenance-note {
    font-size: 9px;
  }
  .connection {
    width: 190px;
  }
}
@media (max-width: 480px) {
  .offer-grid {
    grid-template-columns: 1fr;
  }
  .offer-card {
    padding: 29px;
  }
  .offer-card .offer-description {
    min-height: 0;
  }
  .offer-card .price {
    margin-top: 20px;
  }
  .offer-card .button {
    font-size: 12px;
  }
  .offer-card li {
    font-size: 12px;
  }
  .maintenance-plans {
    grid-template-columns: 1fr;
  }
  .maintenance-note {
    grid-column: 1;
  }
  .care-copy h2 {
    font-size: 39px;
  }
  .design-poster {
    width: 250px;
    height: 325px;
    padding: 22px;
  }
  .poster-title {
    font-size: 34px;
  }
  .design-stage {
    height: 370px;
  }
  .care-photo img {
    height: 370px;
  }
}
@media (max-width: 760px) {
  .stage-sheet {
    width: 270px;
    height: 340px;
  }
  .footer-bottom > div {
    flex-wrap: wrap;
    gap: 18px;
  }
  .hero-aura {
    right: 0;
    filter: blur(15px);
  }
  .offer-card .price {
    letter-spacing: -1px;
  }
}
@media (max-width: 480px) {
  .stage-sheet {
    width: 250px;
    height: 325px;
  }
  .playground {
    overflow: hidden;
  }
  .offer-card ul {
    margin-top: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .reveal-ready {
    opacity: 1;
    transform: none;
  }
  .together svg path,
  .connection.is-visible path {
    stroke-dashoffset: 0;
  }
  .hero-image > img,
  .hero-image > video {
    transform: none;
    will-change: auto;
  }
  .design-poster {
    transform: rotate(-4deg);
  }
}
.header {
  width: calc(100% - 40px);
  height: 80px;
  margin: 16px 20px 0;
  padding-inline: 30px;
  top: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
  border-radius: 12px;
  color: #fff3e9;
  background: rgba(64, 29, 44, 0.9215686275);
  box-shadow: 0 12px 30px -18px rgba(33, 21, 32, 0.5215686275);
}
.header.is-scrolled {
  border-radius: 8px;
}
.header .brand {
  font-size: 31px;
  color: #fff3e9;
  gap: 0;
}
.header .brand-mark {
  stroke: #ffa175;
}
.header .nav {
  position: relative;
  gap: 8px;
  isolation: isolate;
}
.header .nav > a:not(.button) {
  padding: 12px 15px;
  z-index: 1;
  border-radius: 4px;
}
.header .nav > a:not(.button)::after {
  display: none;
}
.header .nav > a:not(.button):hover {
  color: #fff;
}
.header .button {
  margin-left: 12px;
}
.header .menu-toggle {
  border-color: rgba(255, 255, 255, 0.3764705882);
}
.header .menu-toggle span {
  background: #fff3e9;
}
.header :focus-visible {
  outline-color: #ffcfb0;
}

.nav-hover {
  position: absolute;
  inset: 0 auto auto 0;
  background: rgba(255, 255, 255, 0.0862745098);
  border: 1px solid rgba(255, 255, 255, 0.1882352941);
  border-radius: 5px;
  pointer-events: none;
  opacity: 0;
  transition: transform 250ms ease, width 250ms ease, height 250ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  margin-top: -96px;
  padding: 0;
  overflow: hidden;
  background: #251d23;
  color: #fff7ef;
}

.hero .hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
  animation: none;
}
.hero .hero-backdrop > img,
.hero .hero-backdrop > video {
  object-position: 68% 44%;
  filter: saturate(0.72);
  animation: photo-breathe 18s ease-in-out infinite alternate;
  animation-play-state: paused;
}
.hero .hero-backdrop.in-view > img, .hero .hero-backdrop.in-view > video {
  animation-play-state: running;
}
.hero .hero-backdrop::after {
  background: linear-gradient(90deg, rgba(32, 26, 34, 0.9294117647) 0%, rgba(39, 28, 36, 0.8) 35%, rgba(36, 27, 34, 0.3333333333) 75%), linear-gradient(0deg, rgba(37, 29, 35, 0.9294117647), transparent 65%);
}

.hero-content {
  min-height: 850px;
  min-height: max(820px, 100svh);
  padding-top: 182px;
  padding-bottom: 100px;
}

.hero .hero-note {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin-bottom: 30px;
  font: 500 14px/1.5 var(--body);
  letter-spacing: 0;
  color: #f2ded1;
}

.hero-motion-toggle {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: none;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.3333333333);
  border-radius: 50%;
  background: rgba(32, 26, 34, 0.3764705882);
  color: #fff7ef;
  font-size: 12px;
  cursor: pointer;
}
.hero-motion-toggle:hover {
  background: rgba(255, 255, 255, 0.1450980392);
}
.hero-motion-toggle:disabled {
  opacity: 0.5;
  cursor: default;
}

.hero h1 {
  position: relative;
  max-width: 1110px;
  font-family: var(--heading);
  font-size: clamp(64px, 7vw, 108px);
  font-weight: 550;
  line-height: 1.06;
  letter-spacing: -5px;
  color: #fff7ef;
  animation: none;
}

.hero-title-line {
  display: block;
  width: fit-content;
  animation: title-rise 850ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.hero-title-line:nth-child(2) {
  animation-delay: 100ms;
}

.hero-accent {
  color: #ffac7d;
  position: relative;
}
.hero-accent::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 5px;
  background: #ffac7d;
  transform-origin: left;
  animation: line-grow 900ms 300ms both;
}

.hero-description {
  max-width: 545px;
  margin-top: 36px;
  font-size: 17px;
  line-height: 1.75;
  color: #ede1dc;
}
.hero-description strong {
  color: white;
  font-weight: 600;
}

.hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 14px;
  margin-top: 32px;
  width: auto;
  min-width: 0;
}

.hero-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  margin-top: 25px;
  color: #eee2db;
  font-size: 12px;
}
.hero-assurances span {
  border-left: 2px solid #ffac7d;
  padding-left: 10px;
}

.hero-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 54px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.2666666667);
}
.hero-footer > a {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  min-height: 44px;
}
.hero-footer > a span {
  font-size: 24px;
  transition: transform 180ms ease;
}
.hero-footer > a:hover span {
  transform: translateY(4px);
}
.hero-footer > span {
  font-size: 10px;
  color: #dbcbc0;
}

@keyframes photo-breathe {
  from {
    transform: scale(1.06) translate(var(--hero-x, 0px), calc(var(--photo-shift, 0px) + var(--hero-y, 0px)));
  }
  to {
    transform: scale(1.1) translate(var(--hero-x, 0px), calc(var(--photo-shift, 0px) + var(--hero-y, 0px)));
  }
}
@keyframes title-rise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes line-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@media (max-width: 1100px) {
  .header {
    padding-inline: 20px;
  }
  .header .nav {
    gap: 0;
  }
  .header .nav > a:not(.button) {
    padding-inline: 11px;
  }
  .header .brand {
    font-size: 28px;
  }
}
@media (max-width: 900px) and (min-width: 761px) {
  .header {
    padding-inline: 15px;
  }
  .header .nav > a:not(.button) {
    padding-inline: 8px;
    font-size: 11px;
  }
  .header .button {
    margin-left: 5px;
    padding: 10px;
    gap: 12px;
  }
}
@media (max-width: 760px) {
  .header {
    width: calc(100% - 24px);
    height: 67px;
    margin: 10px 12px 0;
    top: 8px;
    padding-inline: 16px;
    border-radius: 8px;
  }
  .header .nav {
    position: absolute;
    top: 76px;
    left: -1px;
    right: -1px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    gap: 6px;
  }
  .header .nav > a:not(.button) {
    padding: 12px;
    font-size: 16px;
  }
  .header .nav .button {
    margin: 8px 0 0;
    padding: 14px;
  }
  .nav-hover {
    display: none;
  }
  .hero {
    margin-top: -77px;
  }
  .hero-content {
    min-height: 0;
    padding-top: 138px;
    padding-bottom: 85px;
  }
  .hero h1 {
    font-size: clamp(38px, 10.2vw, 70px);
    letter-spacing: -2px;
  }
  .hero .hero-note {
    font-size: 12px;
    gap: 12px;
    margin-bottom: 26px;
  }
  .hero-description {
    font-size: 15px;
    margin-top: 28px;
    max-width: 470px;
  }
  .hero .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero .hero-backdrop > img,
  .hero .hero-backdrop > video {
    object-position: 57% center;
  }
  .hero .hero-backdrop::after {
    background: linear-gradient(90deg, rgba(33, 25, 34, 0.9098039216), rgba(33, 25, 34, 0.5490196078)), linear-gradient(0deg, rgba(37, 29, 35, 0.8509803922), transparent);
  }
  .hero-footer {
    margin-top: 36px;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
[data-motion=off] .hero-title-line,
[data-motion=off] .hero-accent::after {
  opacity: 1;
  transform: none;
}

[data-motion=off] .hero-backdrop > img,
[data-motion=off] .hero-backdrop > video {
  transform: none;
}

.action,
.button {
  --action-bg: #591c32;
  --action-text: #fff7ef;
  --action-hover: #722b42;
  --arrow-bg: #ffab7c;
  --arrow-text: #302027;
  display: inline-flex;
  position: relative;
  isolation: isolate;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 60px;
  max-width: 100%;
  padding: 0 0 0 22px;
  border: 1px solid var(--action-bg);
  border-radius: 3px;
  background: var(--action-bg);
  color: var(--action-text);
  font: 600 15px/1.4 var(--body);
  text-align: left;
  text-decoration: none;
  box-shadow: none;
  overflow: hidden;
  cursor: pointer;
  transition: transform 220ms ease, background-color 220ms ease;
}
.action > span[aria-hidden],
.button > span[aria-hidden] {
  display: grid;
  place-items: center;
  align-self: stretch;
  flex: 0 0 54px;
  min-height: 58px;
  padding: 0;
  margin: 0;
  background: var(--arrow-bg);
  color: var(--arrow-text);
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  transition: transform 220ms ease, background-color 220ms ease;
}
.action:hover,
.button:hover {
  background: var(--action-hover);
  color: var(--action-text);
  border-color: var(--action-bg);
  transform: translateY(-2px);
}
.action:hover > span[aria-hidden],
.button:hover > span[aria-hidden] {
  transform: translateX(4px);
}
.action:active,
.button:active {
  transform: translateY(0);
}
.action:focus-visible,
.button:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 5px;
}

.action--outline,
.button-outline {
  --action-bg: transparent;
  --action-text: #591c32;
  --action-hover: #ece0da;
  --arrow-bg: #591c32;
  --arrow-text: #fff7ef;
  border-color: #591c32;
}
.action--outline:hover,
.button-outline:hover {
  border-color: #591c32;
}

.action--peach,
.hero-actions .action:not(.action--outline) {
  --action-bg: #ffab7c;
  --action-text: #302027;
  --action-hover: #ffc39e;
  --arrow-bg: #302027;
  --arrow-text: #ffbf99;
}

.hero-actions .action--outline {
  --action-text: #fff7ef;
  --action-hover: #ffffff1a;
  --arrow-bg: #fff7ef;
  --arrow-text: #302027;
  border-color: rgba(255, 255, 255, 0.4666666667);
}
.hero-actions .action--outline:hover {
  border-color: #fff;
}

.action--compact,
.header .button {
  min-height: 48px;
  font-size: 13px;
}
.action--compact > span[aria-hidden],
.header .button > span[aria-hidden] {
  min-height: 46px;
  flex-basis: 43px;
  font-size: 22px;
}

.offer-card .button {
  padding: 0 0 0 14px;
  min-height: 52px;
  font-size: 12px;
  gap: 8px;
}
.offer-card .button > span[aria-hidden] {
  min-height: 50px;
  flex-basis: 40px;
}

.offer-featured .button {
  --action-bg: #ffab7c;
  --action-text: #302027;
  --action-hover: #ffc39e;
  --arrow-bg: #302027;
  --arrow-text: #ffbf99;
}

.agency-copy .action,
.service-detail .action {
  margin-top: 18px;
}

.maintenance-plans .action {
  margin-top: auto;
}

#contact-form > .action {
  width: 100%;
}

.projects-more .action {
  flex-shrink: 0;
}

@media (max-width: 560px) {
  .action,
  .button {
    font-size: 14px;
    padding-left: 16px;
    gap: 14px;
  }
  .projects-more {
    flex-direction: column;
    align-items: stretch;
  }
}
body {
  --live-deep: #591c32;
  --live-lift: #923d45;
  --live-accent: #ffc195;
}

body[data-ambiance=studio] {
  --live-deep: #33244c;
  --live-lift: #6a528e;
  --live-accent: #d7c2ff;
}

body[data-ambiance=nature] {
  --live-deep: #243c32;
  --live-lift: #516b45;
  --live-accent: #d9e6ae;
}

.header {
  background-color: var(--live-deep);
  background-image: none;
  transition: background-color 500ms ease, box-shadow 300ms ease, border-radius 300ms ease;
}
.header.is-scrolled {
  background-image: none;
}
.header .brand-mark {
  stroke: var(--live-accent);
  transform-origin: center;
  transition: stroke 400ms ease, transform 350ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.header .brand:hover .brand-mark,
.header .brand:focus-visible .brand-mark {
  transform: rotate(-12deg) translateY(-3px) scale(1.08);
}
.header .button {
  --action-bg: var(--live-accent);
  --action-text: var(--live-deep);
  --arrow-bg: var(--live-deep);
  --arrow-text: var(--live-accent);
  --action-hover: #fff2e7;
}
.header .nav > a[aria-current=location],
.header .nav > a.is-active {
  background: rgba(255, 255, 255, 0.0862745098);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1882352941);
  color: white;
}
.header .nav > .button[aria-current=location],
.header .nav > .button.is-active {
  color: var(--live-deep);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2666666667);
}

.header-tide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
.header-tide i {
  position: absolute;
  inset: -80% -15%;
  border: 2px solid var(--live-accent);
  border-radius: 45%;
  opacity: 0;
}

.section-wave {
  height: clamp(28px, 4vw, 60px);
  overflow: hidden;
  pointer-events: none;
  margin-bottom: -2px;
  line-height: 0;
}
.section-wave svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--live-deep);
  transform-origin: center bottom;
  animation: section-tide 8s ease-in-out infinite alternate;
  animation-play-state: paused;
  transition: fill 400ms ease;
}
.section-wave.in-view svg {
  animation-play-state: running;
}
.section-wave--out {
  transform: rotate(180deg);
  margin-top: -2px;
  margin-bottom: 0;
}
.section-wave--hero {
  position: absolute;
  inset: auto 0 -1px;
  z-index: 2;
  margin: 0;
}

.playground,
.agency {
  background: var(--live-deep);
  transition: background-color 400ms ease;
}

.playground {
  margin-top: 0;
}

.action-click {
  position: absolute;
  inset: 0;
  border: 2px solid currentColor;
  border-radius: inherit;
  pointer-events: none;
}

@keyframes section-tide {
  from {
    transform: scaleY(0.75);
  }
  to {
    transform: scaleY(1);
  }
}
@media (max-width: 760px) {
  .header .nav {
    background: var(--live-deep);
  }
}
.trust {
  border-top: 1px solid var(--line);
}

.trust-intro {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: end;
  gap: 20px 65px;
}
.trust-intro h2 {
  font-size: clamp(38px, 4.5vw, 66px);
  letter-spacing: -2px;
  line-height: 1.1;
}
.trust-intro > p:last-child {
  max-width: 410px;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.8;
}

.trust-kicker {
  grid-column: 1/-1;
  color: var(--wine);
  font-size: 14px;
}

.human-stories {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  margin-top: 55px;
}

.human-story--followup {
  padding-top: 80px;
}

.human-figure {
  margin: 0;
}
.human-figure figcaption {
  padding-top: 10px;
  color: var(--muted);
  font-size: 11px;
}

.human-scene {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 8px 65px 8px 8px;
  background: #d7cec6;
  aspect-ratio: 1.4;
}
.human-scene img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: scene-breathe 14s ease-in-out infinite alternate;
  animation-play-state: paused;
}
.human-scene.in-view img {
  animation-play-state: running;
}
.human-scene::after {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  z-index: 0;
  background: linear-gradient(transparent, rgba(25, 25, 28, 0.6));
  pointer-events: none;
}

@keyframes scene-breathe {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.055);
  }
}
.human-story--followup .human-scene {
  border-radius: 65px 8px 8px 8px;
  aspect-ratio: 1.15;
}

.scene-word {
  position: absolute;
  bottom: 20px;
  left: 28px;
  z-index: 1;
  color: #fff8f0;
  font: italic clamp(44px, 4.5vw, 67px)/1 var(--serif);
  pointer-events: none;
}

.human-story-copy {
  display: flex;
  gap: 20px;
  padding-top: 25px;
}
.human-story-copy h3 {
  font-size: 25px;
  letter-spacing: -0.8px;
  line-height: 1.25;
  margin-bottom: 12px;
}
.human-story-copy p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 470px;
}

.story-number {
  flex-shrink: 0;
  padding-top: 6px;
  color: var(--wine);
  font-size: 12px;
}

.human-invitation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-top: 38px;
  margin-top: 48px;
  border-top: 1px solid var(--line);
}
.human-invitation p {
  font-size: 19px;
  line-height: 1.4;
  color: var(--wine);
}
.human-invitation p em {
  font-size: 1.55em;
}
.human-invitation .action {
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .trust-intro {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .trust-intro > p:last-child {
    max-width: 600px;
  }
  .human-stories {
    gap: 28px;
  }
}
@media (max-width: 760px) {
  .trust-intro h2 {
    font-size: 42px;
    letter-spacing: -1.5px;
  }
  .human-stories {
    grid-template-columns: 1fr;
    margin-top: 32px;
    gap: 42px;
  }
  .human-story--followup {
    padding-top: 0;
  }
  .human-story--followup .human-scene {
    aspect-ratio: 1.4;
  }
  .human-invitation {
    align-items: flex-start;
    flex-direction: column;
  }
  .scene-word {
    left: 20px;
  }
}
.testimonials {
  border-top: 1px solid var(--line);
}

.testimonials-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 16px 64px;
}
.testimonials-heading h2 {
  max-width: 700px;
  color: var(--wine);
  font-family: var(--heading);
  font-size: clamp(38px, 4.5vw, 64px);
  font-weight: 600;
  font-style: normal;
  letter-spacing: -2.8px;
  line-height: 1.08;
}
.testimonials-heading h2 span {
  color: var(--orange);
}

.testimonials-kicker {
  grid-column: 1/-1;
  color: var(--wine);
  font-size: 14px;
  font-weight: 500;
}

.testimonials-disclosure {
  max-width: 410px;
  padding-left: 18px;
  border-left: 2px solid var(--orange);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.testimonials-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: start;
  gap: 64px;
  margin-top: 48px;
}

.testimonial-film {
  margin: 0;
}
.testimonial-film > figcaption {
  max-width: 520px;
  padding-top: 12px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
}

.testimonial-film-frame {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 425px;
  border-radius: 6px;
  background: var(--wine);
  color: #fff8f0;
}
.testimonial-film-frame::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(25, 13, 18, 0.1490196078) 15%, rgba(25, 13, 18, 0.8509803922) 100%);
  content: "";
}
.testimonial-film-frame > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.testimonial-film-frame > iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.testimonial-film-label {
  position: absolute;
  top: 22px;
  left: 22px;
  padding: 7px 10px;
  border-radius: 3px;
  background: var(--paper);
  color: var(--wine);
  font-size: 11px;
  font-weight: 600;
}

.testimonial-film-copy {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
}
.testimonial-film-copy > p {
  margin: 15px 0 12px;
  font-family: var(--heading);
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1.13;
}

.testimonial-film-symbol {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(255, 248, 240, 0.5019607843);
  border-radius: 50%;
  background: transparent;
  color: inherit;
}
.testimonial-film-symbol:is(button) {
  cursor: pointer;
}
.testimonial-film-symbol:is(button):hover {
  background: rgba(255, 255, 255, 0.2);
}
.testimonial-film-symbol svg {
  width: 26px;
  height: 26px;
}

.testimonial-film-status {
  color: #fff8f0;
  font-size: 12px;
}

.testimonial-quotes {
  border-top: 1px solid var(--wine);
}

.testimonial-quote {
  margin: 0;
  padding-block: 24px 30px;
  border-bottom: 1px solid var(--line);
}
.testimonial-quote blockquote {
  margin: 22px 0 18px;
  color: var(--wine);
  font-family: var(--body);
  font-size: clamp(19px, 1.8vw, 25px);
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.5px;
  line-height: 1.5;
}
.testimonial-quote blockquote p {
  margin: 0;
}
.testimonial-quote > figcaption {
  color: var(--muted);
  font-size: 12px;
}

.testimonial-quote-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: var(--wine);
  font-size: 12px;
  font-weight: 600;
}

.testimonial-fiction {
  padding: 3px 8px;
  border: 1px solid var(--line);
  border-radius: 3px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 500;
}

@media (max-width: 1050px) {
  .testimonials-heading,
  .testimonials-layout {
    gap: 28px;
  }
}
@media (max-width: 760px) {
  .testimonials-heading,
  .testimonials-layout {
    grid-template-columns: 1fr;
  }
  .testimonials-heading {
    gap: 18px;
  }
  .testimonials-heading h2 {
    letter-spacing: -1.8px;
  }
  .testimonials-disclosure {
    max-width: 550px;
  }
  .testimonials-layout {
    margin-top: 32px;
  }
  .testimonial-film-frame {
    min-height: 380px;
  }
  .testimonial-film-copy {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }
}
:root {
  --body: "DM Sans", Arial, sans-serif;
  --heading: var(--body);
  --serif: var(--body);
}

body {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading);
  font-weight: 600;
}

em,
i,
.hero-note,
.handwritten,
.stage-label,
.price-words,
.scene-word,
.footer-top > p {
  font-family: var(--body);
  font-style: normal;
}

em {
  font-weight: 700;
}

h1 em,
h2 em,
h3 em {
  font-size: 1em;
  letter-spacing: inherit;
}

.brand,
.poster-stamp {
  font-weight: 700;
}

.handwritten {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.015em;
}

.poster-title em {
  font-size: 1em;
  font-weight: 700;
  line-height: inherit;
}

.stage-label {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  transform: none;
}

.photo-sticker em {
  font-size: 1.1em;
}

.coaching h3 {
  font-size: clamp(26px, 2.6vw, 34px);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.price-words {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.scene-word {
  right: 24px;
  font-size: clamp(30px, 3.4vw, 50px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.human-invitation p em {
  font-size: 1.25em;
  font-weight: 600;
}

.footer-top > p {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
}
