:root {
  --studio-cream: #f7ecec;
  --studio-coral: #b86f79;
  --studio-blue: #e6ebe4;
  --studio-cobalt: #80464e;
  --studio-yellow: #d9c7b7;
  --studio-pink: #edcdd1;
  --studio-shadow: 0 24px 70px rgba(40, 35, 36, 0.14);
}

.studio-service,
.studio-hub,
.guide-single,
.home-studio-notes {
  color: var(--ink);
}

.studio-service h1,
.studio-service h2,
.studio-service h3,
.studio-hub h1,
.studio-hub h2,
.studio-hub h3,
.guide-single h1,
.guide-single h2,
.guide-single h3,
.home-studio-notes h2 {
  font-family: var(--serif);
  font-weight: 400;
}

.studio-service em,
.studio-hub em,
.guide-single em,
.home-studio-notes em {
  color: var(--rose);
  font-weight: 400;
}

.studio-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 22px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.studio-eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
}

.studio-eyebrow span {
  color: var(--oxblood);
}

.studio-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px 30px;
  margin-top: clamp(34px, 4vw, 48px);
}

.studio-actions--center {
  justify-content: center;
}

.editorial-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 16px 22px;
  overflow: hidden;
  color: var(--paper-soft);
  background: var(--ink);
  border: 1px solid var(--ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease;
}

.editorial-button span {
  margin-left: 18px;
  font-size: 1rem;
  transition: transform 220ms ease;
}

.editorial-button:hover,
.editorial-button:focus-visible {
  color: var(--ink);
  background: transparent;
  transform: translateY(-3px);
}

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

.editorial-button--light {
  color: var(--ink);
  background: var(--paper-soft);
  border-color: var(--paper-soft);
}

.editorial-button--light:hover,
.editorial-button--light:focus-visible {
  color: var(--paper-soft);
}

.editorial-text-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 10px 0 7px;
  border-bottom: 1px solid currentColor;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.editorial-text-link span {
  transition: transform 220ms ease;
}

.editorial-text-link:hover span,
.editorial-text-link:focus-visible span {
  transform: translateX(5px);
}

.editorial-text-link--light {
  color: var(--paper-soft);
}

/* Service heroes */
.studio-service-hero {
  position: relative;
  min-height: min(980px, 100svh);
  display: grid;
  align-items: center;
  padding: 155px 5vw 78px;
  overflow: hidden;
  background: var(--studio-cream);
  border-bottom: 1px solid var(--line-dark);
}

.studio-service--shop .studio-service-hero {
  background: var(--studio-blue);
}

.studio-service--care .studio-service-hero {
  color: var(--paper-soft);
  background: var(--ink);
}

.studio-service--care .studio-service-hero em,
.studio-service--care .studio-service-hero .studio-eyebrow span {
  color: var(--studio-coral);
}

.studio-service-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(400px, 1.08fr);
  align-items: center;
  gap: clamp(48px, 7vw, 112px);
}

.studio-service-hero-copy h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(4.2rem, 6.8vw, 7.7rem);
  letter-spacing: -0.055em;
  line-height: 0.86;
}

.studio-service-hero-copy h1 em {
  display: block;
  margin-top: 0.08em;
}

.studio-hero-lede {
  max-width: 640px;
  margin: 34px 0 0;
  font-size: clamp(1.03rem, 1.35vw, 1.24rem);
  line-height: 1.72;
}

.studio-microcopy {
  margin: 17px 0 0;
  font-size: 0.74rem;
  letter-spacing: 0.03em;
  opacity: 0.72;
}

.studio-hero-art {
  --parallax-y: 0px;
  position: relative;
  margin: 0;
  transform: translateY(var(--parallax-y)) rotate(2.2deg);
  transform-origin: center;
  will-change: transform;
}

.studio-art-frame {
  position: relative;
  overflow: hidden;
  background: var(--paper-soft);
  border: 1px solid rgba(40, 35, 36, 0.24);
  box-shadow: var(--studio-shadow);
}

.studio-art-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 10px rgba(255, 250, 247, 0.18);
}

.studio-art-frame img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.studio-tape-note {
  position: absolute;
  right: -2%;
  bottom: -30px;
  max-width: 280px;
  padding: 18px 20px;
  background: var(--studio-pink);
  box-shadow: 0 12px 26px rgba(40, 35, 36, 0.16);
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.7vw, 1.55rem);
  line-height: 1.05;
  transform: rotate(-4deg);
}

.studio-tape-note::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 38%;
  width: 72px;
  height: 20px;
  background: rgba(255, 250, 247, 0.72);
  transform: rotate(2deg);
}

.studio-tape-note--coral {
  background: var(--studio-coral);
}

.studio-tape-note--yellow {
  background: var(--studio-yellow);
}

.studio-round-stamp {
  position: absolute;
  top: -42px;
  left: -45px;
  width: 108px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--paper-soft);
  background: var(--studio-cobalt);
  border-radius: 50%;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-11deg);
}

.studio-hero-scribble {
  position: absolute;
  inset: 12% -4% auto auto;
  width: min(900px, 68vw);
  opacity: 0.22;
  pointer-events: none;
}

.studio-hero-scribble path {
  stroke: currentColor;
  stroke-width: 2;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: studioDraw 2.2s 0.25s ease forwards;
}

@keyframes studioDraw {
  to { stroke-dashoffset: 0; }
}

/* Ticker */
.studio-ticker {
  overflow: hidden;
  color: #181516;
  background: var(--studio-coral);
  border-block: 1px solid var(--line-dark);
}

.studio-ticker--blue {
  color: var(--paper-soft);
  background: var(--studio-cobalt);
}

.studio-ticker--dark,
.studio-ticker--article {
  color: var(--paper-soft);
  background: var(--ink);
}

.studio-ticker > div {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 14px 0;
  animation: studioTicker 24s linear infinite;
}

.studio-ticker span {
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  font-style: italic;
  white-space: nowrap;
}

.studio-ticker i {
  font-style: normal;
}

@keyframes studioTicker {
  to { transform: translateX(-50%); }
}

/* Shared editorial sections */
.studio-confession,
.studio-opening,
.studio-cards-section,
.studio-route,
.studio-process,
.studio-partnership,
.studio-care-cards,
.studio-service-menu,
.studio-hub-process,
.studio-side-note {
  padding: clamp(92px, 11vw, 168px) 5vw;
  border-bottom: 1px solid var(--line-dark);
}

.studio-confession,
.studio-opening,
.studio-partnership,
.studio-service-menu {
  background: var(--paper-soft);
}

.studio-cards-section,
.studio-route,
.studio-care-cards,
.studio-hub-process {
  background: var(--paper);
}

.studio-confession-grid,
.studio-partnership-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(60px, 10vw, 150px);
}

.studio-photo-card {
  position: relative;
  width: min(100%, 500px);
  margin: 0;
  padding: 14px 14px 22px;
  background: #fff;
  border: 1px solid var(--line-dark);
  box-shadow: var(--studio-shadow);
  transform: rotate(-2.4deg);
}

.studio-photo-card::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 36%;
  z-index: 2;
  width: 100px;
  height: 24px;
  background: rgba(239, 207, 211, 0.8);
  transform: rotate(3deg);
}

.studio-photo-card img {
  width: 100%;
  max-height: 640px;
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(0.92) contrast(1.02);
}

.studio-photo-card figcaption {
  padding: 19px 10px 2px;
  font-family: var(--serif);
  font-size: clamp(1.12rem, 1.6vw, 1.42rem);
  line-height: 1.18;
}

.studio-photo-card--laptop {
  transform: rotate(2deg);
}

.studio-confession-copy h2,
.studio-opening h2,
.studio-partnership h2 {
  max-width: 820px;
  margin: 0 0 32px;
  font-size: clamp(3.3rem, 5.4vw, 6.2rem);
  letter-spacing: -0.045em;
  line-height: 0.94;
}

.studio-confession-copy > p,
.studio-opening-copy p,
.studio-partnership-grid > div > p {
  max-width: 720px;
  font-size: clamp(1.04rem, 1.35vw, 1.22rem);
  line-height: 1.78;
}

.studio-confession-copy > p + p,
.studio-opening-copy p + p {
  margin-top: 24px;
}

.studio-hand-list {
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.studio-hand-list li {
  position: relative;
  padding: 14px 12px 14px 38px;
  border-bottom: 1px solid var(--line-dark);
}

.studio-hand-list li::before {
  content: "✓";
  position: absolute;
  left: 5px;
  color: var(--studio-coral);
  font-family: var(--serif);
  font-size: 1.4rem;
  transform: rotate(-9deg);
}

.studio-section-heading {
  max-width: 1040px;
  margin-bottom: clamp(58px, 8vw, 104px);
}

.studio-section-heading h2,
.studio-scope h2,
.studio-price h2,
.studio-hub-process h2,
.studio-side-note h2 {
  margin: 0;
  font-size: clamp(3.4rem, 6vw, 7rem);
  letter-spacing: -0.05em;
  line-height: 0.91;
}

.studio-section-heading > p:last-child {
  max-width: 650px;
  margin: 28px 0 0;
  font-size: 1.05rem;
  line-height: 1.72;
}

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

.studio-paper-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.studio-paper-card {
  min-width: 0;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: var(--studio-cream);
  border: 1px solid var(--line-dark);
  box-shadow: 7px 8px 0 rgba(40, 35, 36, 0.12);
  transform: rotate(-1deg);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.studio-paper-card:nth-child(even) {
  transform: rotate(1.4deg) translateY(18px);
}

.studio-paper-card:hover {
  transform: rotate(0) translateY(-8px);
  box-shadow: 13px 16px 0 rgba(40, 35, 36, 0.12);
}

.studio-paper-card--blue { background: var(--studio-blue); }
.studio-paper-card--rose { background: var(--studio-pink); }
.studio-paper-card--dark { color: var(--paper-soft); background: var(--ink); }

.studio-paper-card > span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.studio-paper-card h3 {
  max-width: 100%;
  margin: auto 0 20px;
  font-size: clamp(2rem, 2.7vw, 3.2rem);
  letter-spacing: -0.035em;
  line-height: 0.98;
  overflow-wrap: break-word;
}

.studio-paper-card p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.62;
}

/* Scope boards */
.studio-scope {
  padding: clamp(96px, 12vw, 182px) 5vw;
  color: var(--paper-soft);
  background: var(--ink);
  border-bottom: 1px solid var(--line-light);
}

.studio-scope--blue {
  background: var(--oxblood);
}

.studio-scope-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(440px, 1.14fr);
  gap: clamp(60px, 9vw, 140px);
}

.studio-scope header > p:last-child {
  max-width: 540px;
  margin: 30px 0 0;
  color: rgba(255, 250, 247, 0.72);
  line-height: 1.72;
}

.studio-scope-board {
  align-self: end;
}

.studio-scope-board ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-light);
}

.studio-scope-board li {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  gap: 28px;
  padding: 20px 4px;
  border-bottom: 1px solid var(--line-light);
}

.studio-scope-board li strong {
  color: var(--studio-coral);
  font-family: var(--serif);
  font-size: 1.34rem;
  font-weight: 400;
}

.studio-scope-board li span {
  color: rgba(255, 250, 247, 0.8);
  line-height: 1.6;
}

.studio-scope-board aside {
  position: relative;
  margin: 52px 0 0 8%;
  padding: 32px;
  color: var(--ink);
  background: var(--studio-pink);
  transform: rotate(-1deg);
}

.studio-label {
  display: block;
  margin-bottom: 13px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.studio-scope-board aside p {
  margin: 0;
  line-height: 1.68;
}

/* Processes */
.studio-process-track,
.studio-route-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.studio-process-track::before,
.studio-route-line::before {
  content: "";
  position: absolute;
  top: 36px;
  right: 8%;
  left: 8%;
  border-top: 2px dashed var(--studio-coral);
}

.studio-process-track li,
.studio-route-line li {
  position: relative;
  padding: 0 26px 12px;
}

.studio-process-track li > span,
.studio-route-line li > span {
  position: relative;
  z-index: 1;
  width: 72px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 0 0 42px;
  color: var(--paper-soft);
  background: var(--ink);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 700;
}

.studio-process-track li:nth-child(even) > span,
.studio-route-line li:nth-child(even) > span {
  background: var(--studio-coral);
  transform: translateY(8px);
}

.studio-process-track h3,
.studio-route-line h3 {
  margin: 0 0 15px;
  font-size: clamp(2rem, 2.7vw, 3rem);
  letter-spacing: -0.035em;
  line-height: 1;
}

.studio-process-track p,
.studio-route-line p {
  margin: 0;
  line-height: 1.68;
}

.studio-opening-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(60px, 9vw, 135px);
}

.studio-opening-copy {
  align-self: end;
}

.studio-duo-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 42px;
}

.studio-duo-cards article {
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line-dark);
}

.studio-duo-cards span {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.studio-duo-cards p {
  margin: 14px 0 0;
  font-size: 0.92rem !important;
}

.studio-care-sequence {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 38px 0;
}

.studio-care-sequence span {
  padding: 11px 14px;
  color: var(--paper-soft);
  background: var(--ink);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.studio-no-price {
  padding: 24px;
  background: var(--studio-pink);
  border-left: 4px solid var(--studio-coral);
  font-size: 0.95rem !important;
}

.studio-no-price strong {
  display: block;
  margin-bottom: 5px;
}

/* Price and CTA */
.studio-price {
  padding: clamp(94px, 12vw, 180px) 5vw;
  background: var(--studio-pink);
  border-bottom: 1px solid var(--line-dark);
}

.studio-price--shop {
  background: var(--studio-blue);
}

.studio-price-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.76fr) minmax(0, 1.24fr);
  align-items: center;
  gap: clamp(62px, 9vw, 140px);
}

.studio-price-ticket {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(34px, 5vw, 62px);
  overflow: hidden;
  background: var(--paper-soft);
  border: 1px solid var(--line-dark);
  box-shadow: 14px 16px 0 rgba(40, 35, 36, 0.12);
  transform: rotate(-2.5deg);
}

.studio-price-ticket::before,
.studio-price-ticket::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 14px;
  background: radial-gradient(circle at center, transparent 6px, var(--studio-pink) 6.5px) center / 14px 24px repeat-y;
}

.studio-price-ticket::before { left: -7px; }
.studio-price-ticket::after { right: -7px; }

.studio-price-ticket p,
.studio-price-ticket span {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.studio-price-ticket strong {
  margin: 45px 0 5px;
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 5.8rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.studio-price-ticket small {
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px dashed var(--line-dark);
  line-height: 1.55;
}

.studio-price-copy > p:not(.studio-eyebrow) {
  max-width: 700px;
  margin: 28px 0;
  font-size: 1.05rem;
  line-height: 1.72;
}

.studio-price-note {
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 22px;
  max-width: 700px;
  margin: 32px 0;
  padding: 24px 0;
  border-block: 1px solid var(--line-dark);
}

.studio-price-note span {
  line-height: 1.6;
}

.studio-final-cta {
  position: relative;
  padding: clamp(118px, 15vw, 230px) 5vw;
  overflow: hidden;
  color: var(--paper-soft);
  background: var(--ink);
  text-align: center;
}

.studio-final-cta--blue {
  background: var(--oxblood);
}

.studio-final-cta::before,
.studio-final-cta::after {
  content: "";
  position: absolute;
  width: 260px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 250, 247, 0.24);
  border-radius: 50%;
}

.studio-final-cta::before { top: -90px; left: -50px; }
.studio-final-cta::after { right: -70px; bottom: -110px; }

.studio-final-cta .section-inner {
  position: relative;
  z-index: 1;
  max-width: 1050px;
}

.studio-final-cta .studio-eyebrow {
  justify-content: center;
}

.studio-final-cta h2 {
  margin: 0;
  font-size: clamp(3.7rem, 7vw, 8rem);
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.studio-final-cta .section-inner > p:not(.studio-eyebrow) {
  max-width: 680px;
  margin: 34px auto 0;
  color: rgba(255, 250, 247, 0.76);
  font-size: 1.08rem;
  line-height: 1.72;
}

/* Services hub */
.studio-hub-hero {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 150px 5vw 80px;
  overflow: hidden;
  background: var(--studio-cream);
  border-bottom: 1px solid var(--line-dark);
}

.studio-hub-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(360px, 0.73fr);
  align-items: center;
  gap: clamp(58px, 9vw, 140px);
}

.studio-hub-copy h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(5rem, 8vw, 9rem);
  letter-spacing: -0.06em;
  line-height: 0.82;
}

.studio-hub-copy h1 em {
  display: block;
}

.studio-hub-copy > p:not(.studio-eyebrow) {
  max-width: 650px;
  margin: 36px 0 0;
  font-size: 1.1rem;
  line-height: 1.74;
}

.studio-hub-photo {
  --parallax-y: 0px;
  position: relative;
  margin: 0;
  padding: 14px;
  background: #fff;
  box-shadow: var(--studio-shadow);
  transform: translateY(var(--parallax-y)) rotate(2deg);
}

.studio-hub-photo img {
  width: 100%;
  max-height: 660px;
  object-fit: cover;
  object-position: center 25%;
}

.studio-hub-photo figcaption {
  display: grid;
  gap: 4px;
  padding: 18px 8px 7px;
}

.studio-hub-photo figcaption strong {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 400;
}

.studio-hub-photo figcaption span {
  font-size: 0.78rem;
  line-height: 1.5;
}

.studio-hub-doodle {
  position: absolute;
  top: 14%;
  left: -80px;
  padding: 14px 17px;
  color: var(--paper-soft);
  background: var(--studio-cobalt);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
  transform: rotate(-8deg);
}

.studio-service-posters {
  display: grid;
  gap: 44px;
}

.studio-service-poster a {
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
  min-height: 480px;
  color: var(--ink);
  background: var(--studio-cream);
  border: 1px solid var(--line-dark);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.studio-service-poster:nth-child(even) a {
  grid-template-columns: minmax(0, 1.22fr) minmax(340px, 0.78fr);
}

.studio-service-poster:nth-child(even) figure {
  order: 2;
}

.studio-service-poster a:hover,
.studio-service-poster a:focus-visible {
  transform: translateY(-8px) rotate(-0.25deg);
  box-shadow: 14px 16px 0 rgba(40, 35, 36, 0.12);
}

.studio-service-poster figure {
  min-height: 100%;
  margin: 0;
  overflow: hidden;
}

.studio-service-poster figure img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.2,.7,.2,1);
}

.studio-service-poster a:hover figure img {
  transform: scale(1.035);
}

.studio-service-poster > a > div {
  display: flex;
  flex-direction: column;
  padding: clamp(36px, 6vw, 76px);
}

.studio-service-poster > a > div > span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.studio-service-poster h3 {
  max-width: 650px;
  margin: auto 0 24px;
  font-size: clamp(3rem, 5vw, 6rem);
  letter-spacing: -0.045em;
  line-height: 0.9;
}

.studio-service-poster p {
  max-width: 610px;
  margin: 0 0 30px;
  line-height: 1.7;
}

.studio-service-poster strong {
  font-size: 0.7rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.studio-service-poster--shop a { background: var(--studio-blue); }
.studio-service-poster--care a { color: var(--paper-soft); background: var(--ink); }

.studio-hub-process-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
  gap: clamp(60px, 9vw, 140px);
}

.studio-hub-process header > p:last-child {
  max-width: 590px;
  margin: 28px 0 0;
  line-height: 1.72;
}

.studio-title-line {
  display: block;
}

#hub-title .studio-title-line,
#studio-web-title .studio-title-line,
#studio-care-title .studio-title-line,
#care-opening-title .studio-title-line,
#hub-process-title .studio-title-line {
  white-space: nowrap;
}

.studio-hub-notes {
  margin: 0;
  padding: 0;
  list-style: none;
}

.studio-hub-notes li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line-dark);
}

.studio-hub-notes li:first-child {
  border-top: 1px solid var(--line-dark);
}

.studio-hub-notes > li > span {
  color: var(--studio-coral);
  font-size: 0.72rem;
  font-weight: 700;
}

.studio-hub-notes h3 {
  margin: 0 0 8px;
  font-size: 2rem;
}

.studio-hub-notes p {
  margin: 0;
  line-height: 1.65;
}

.studio-side-note {
  background: var(--studio-yellow);
}

.studio-side-note-grid {
  display: grid;
  grid-template-columns: 0.3fr 1.7fr;
  gap: 60px;
}

.studio-side-note-label {
  align-self: start;
  margin: 0;
  padding: 14px;
  color: var(--paper-soft);
  background: var(--ink);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-4deg);
}

.studio-side-note h2 {
  max-width: 1000px;
}

.studio-side-note-grid > div > p:last-child {
  max-width: 700px;
  margin: 30px 0 0;
  line-height: 1.72;
}

/* Home guides */
.home-studio-notes {
  position: relative;
  padding: 0 0 clamp(100px, 12vw, 180px);
  overflow: hidden;
  background: var(--studio-blue);
  border-bottom: 1px solid var(--line-dark);
}

.home-notes-marquee {
  width: max-content;
  padding: 20px 0;
  color: var(--paper-soft);
  background: var(--studio-cobalt);
  border-block: 1px solid var(--line-dark);
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3.2vw, 3.2rem);
  font-style: italic;
  white-space: nowrap;
  animation: homeNotesMarquee 22s linear infinite;
}

@keyframes homeNotesMarquee {
  to { transform: translateX(-33.333%); }
}

.home-studio-notes-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1.18fr);
  gap: clamp(60px, 9vw, 140px);
  padding-top: clamp(90px, 11vw, 155px);
}

.home-studio-notes h2 {
  margin: 0;
  font-size: clamp(3.7rem, 6.2vw, 7rem);
  letter-spacing: -0.052em;
  line-height: 0.9;
}

.home-studio-notes header > p:not(.studio-eyebrow) {
  max-width: 620px;
  margin: 30px 0;
  line-height: 1.75;
}

.home-note-stack {
  position: relative;
  display: grid;
  gap: 30px;
}

.home-guide-note {
  position: relative;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: clamp(32px, 5vw, 56px);
  color: var(--ink);
  background: var(--studio-cream);
  border: 1px solid var(--line-dark);
  box-shadow: 12px 14px 0 rgba(40, 35, 36, 0.12);
  transform: rotate(-1.4deg);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.home-guide-note::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 42%;
  width: 100px;
  height: 25px;
  background: rgba(255, 250, 247, 0.72);
  transform: rotate(3deg);
}

.home-guide-note--check {
  background: var(--studio-pink);
  transform: rotate(1.2deg) translateX(-26px);
}

.home-guide-note:hover,
.home-guide-note:focus-visible {
  z-index: 2;
  transform: rotate(0) translateY(-8px);
  box-shadow: 18px 20px 0 rgba(40, 35, 36, 0.12);
}

.home-guide-number {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-guide-note strong {
  max-width: 600px;
  margin: auto 0 20px;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.home-guide-note small {
  max-width: 600px;
  font-size: 0.9rem;
  line-height: 1.6;
}

.home-guide-note i {
  margin-top: 26px;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* SEO guide articles */
.guide-hero {
  min-height: 92svh;
  display: grid;
  align-items: end;
  padding: 150px 5vw 86px;
  background: var(--studio-cream);
  border-bottom: 1px solid var(--line-dark);
}

.guide-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(390px, 0.94fr);
  align-items: end;
  gap: clamp(55px, 8vw, 120px);
}

.guide-hero-copy .diary-back {
  display: inline-flex;
  margin-bottom: 54px;
}

.guide-hero-copy h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(4.2rem, 7.2vw, 8.4rem);
  letter-spacing: -0.06em;
  line-height: 0.84;
}

.guide-hero-lede {
  max-width: 720px;
  margin: 34px 0 0;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.7;
}

.guide-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 26px;
  margin-top: 28px;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guide-hero-art {
  --parallax-y: 0px;
  position: relative;
  margin: 0 0 14px;
  padding: 12px;
  background: #fff;
  box-shadow: var(--studio-shadow);
  transform: translateY(var(--parallax-y)) rotate(2deg);
}

.guide-hero-art img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
}

.guide-hero-art figcaption {
  position: absolute;
  right: -6%;
  bottom: -42px;
  max-width: 280px;
  padding: 20px;
  background: var(--studio-yellow);
  box-shadow: 0 10px 25px rgba(40, 35, 36, 0.14);
  font-family: var(--serif);
  font-size: 1.32rem;
  line-height: 1.12;
  transform: rotate(-4deg);
}

.guide-body {
  padding: clamp(90px, 10vw, 150px) 5vw;
  background: var(--paper-soft);
}

.guide-body-grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.34fr) minmax(0, 0.96fr);
  align-items: start;
  gap: clamp(62px, 9vw, 140px);
}

.guide-author {
  position: sticky;
  top: 124px;
}

.guide-author img {
  width: 150px;
  aspect-ratio: 1;
  margin-bottom: 22px;
  object-fit: cover;
  object-position: center 22%;
  border-radius: 50%;
  filter: grayscale(1);
}

.guide-author span,
.guide-author > a {
  display: block;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.guide-author strong {
  display: block;
  margin: 8px 0 12px;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
}

.guide-author p {
  margin: 0 0 20px;
  font-size: 0.85rem;
  line-height: 1.65;
}

.guide-author > a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
}

.guide-article-content {
  width: min(780px, 100%);
}

.guide-article-content > p,
.guide-article-content > ul,
.guide-article-content > ol {
  font-size: clamp(1.04rem, 1.25vw, 1.16rem);
  line-height: 1.86;
}

.guide-article-content > p {
  margin: 0 0 26px;
}

.guide-article-content a {
  color: var(--oxblood);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.guide-article-content h2 {
  margin: clamp(76px, 10vw, 128px) 0 30px;
  font-size: clamp(3.1rem, 5vw, 5.7rem);
  letter-spacing: -0.05em;
  line-height: 0.93;
}

.guide-article-content h3 {
  margin: 54px 0 18px;
  font-size: clamp(2rem, 3vw, 3.1rem);
  letter-spacing: -0.035em;
  line-height: 1;
}

.guide-answer {
  margin-top: 0 !important;
  padding: clamp(28px, 4vw, 46px);
  background: var(--studio-blue);
  border-left: 6px solid var(--studio-cobalt);
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.4vw, 2.25rem) !important;
  letter-spacing: -0.02em;
  line-height: 1.34 !important;
}

.guide-index-card {
  margin: 54px 0 84px;
  padding: 32px;
  background: var(--paper);
  border: 1px solid var(--line-dark);
  box-shadow: 8px 9px 0 rgba(40, 35, 36, 0.09);
}

.guide-index-card p {
  margin: 0 0 17px;
  font-family: var(--serif);
  font-size: 1.6rem;
}

.guide-index-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-index-card li + li {
  border-top: 1px solid var(--line-dark);
}

.guide-index-card a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  color: var(--ink);
  text-decoration: none;
  line-height: 1.5;
}

.guide-index-card a::after {
  content: "↓";
  color: var(--studio-coral);
}

.guide-pullquote {
  margin: 66px -8% 74px 6%;
  padding: clamp(34px, 5vw, 58px);
  background: var(--studio-yellow);
  border: 1px solid var(--line-dark);
  box-shadow: 12px 14px 0 rgba(40, 35, 36, 0.1);
  transform: rotate(-1deg);
}

.guide-pullquote p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.8vw, 4rem);
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.guide-note {
  margin: 56px 0;
  padding: 30px 34px;
  background: var(--studio-pink);
  border-left: 5px solid var(--studio-coral);
}

.guide-note strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 400;
}

.guide-note p {
  margin: 0;
  line-height: 1.72;
}

.guide-two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 48px 0;
}

.guide-two-columns section {
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line-dark);
}

.guide-two-columns h3 {
  margin-top: 0;
}

.guide-two-columns ul,
.guide-article-content .article-checklist {
  padding-left: 22px;
  line-height: 1.72;
}

.guide-two-columns li + li {
  margin-top: 10px;
}

.guide-article-content .article-checklist {
  margin: 42px 0 64px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-dark);
}

.guide-article-content .article-checklist li {
  position: relative;
  padding: 17px 8px 17px 46px;
  border-bottom: 1px solid var(--line-dark);
  font-size: 1rem;
}

.guide-article-content .article-checklist li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 8px;
  width: 18px;
  aspect-ratio: 1;
  border: 1px solid var(--ink);
  box-shadow: 3px 3px 0 var(--studio-coral);
}

.guide-closing {
  padding: clamp(100px, 13vw, 190px) 5vw;
  color: var(--paper-soft);
  background: var(--ink);
}

.guide-closing-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1.42fr);
  align-items: center;
  gap: clamp(65px, 10vw, 150px);
}

.guide-closing figure {
  margin: 0;
  padding: 12px;
  background: var(--paper-soft);
  transform: rotate(-3deg);
}

.guide-closing figure img {
  width: 100%;
  max-height: 570px;
  object-fit: cover;
}

.guide-closing h2 {
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 8rem);
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.guide-closing-grid > div > p:not(.studio-eyebrow) {
  max-width: 650px;
  margin: 32px 0 0;
  color: rgba(255, 250, 247, 0.75);
  line-height: 1.75;
}

/* Motion */
.motion-ready [data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 720ms ease, transform 850ms cubic-bezier(.2,.72,.2,1);
}

.motion-ready [data-reveal="left"] {
  transform: translate(-42px, 18px) rotate(-2deg);
}

.motion-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translate(0, 0) rotate(0);
}

@media (max-width: 1120px) {
  .studio-paper-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .studio-paper-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .studio-service-hero-grid,
  .guide-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
    gap: 54px;
  }
}

@media (max-width: 900px) {
  .studio-service-hero {
    min-height: auto;
    padding-top: 145px;
    padding-bottom: 105px;
  }

  .studio-service-hero-grid,
  .studio-confession-grid,
  .studio-opening-grid,
  .studio-scope-grid,
  .studio-partnership-grid,
  .studio-price-grid,
  .studio-hub-hero-grid,
  .studio-hub-process-grid,
  .home-studio-notes-grid,
  .guide-hero-grid,
  .guide-body-grid,
  .guide-closing-grid {
    grid-template-columns: 1fr;
  }

  .studio-service-hero-copy h1,
  .studio-hub-copy h1,
  .guide-hero-copy h1 {
    max-width: 780px;
  }

  .studio-hero-art,
  .guide-hero-art {
    width: min(88%, 680px);
    margin-top: 22px;
    margin-left: auto;
  }

  .studio-confession-grid,
  .studio-partnership-grid,
  .studio-scope-grid,
  .studio-price-grid,
  .studio-hub-process-grid,
  .home-studio-notes-grid,
  .guide-body-grid,
  .guide-closing-grid {
    gap: 70px;
  }

  .studio-photo-card {
    width: min(70%, 500px);
  }

  .studio-process-track,
  .studio-route-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 0;
  }

  .studio-process-track::before,
  .studio-route-line::before {
    display: none;
  }

  .studio-service-poster a,
  .studio-service-poster:nth-child(even) a {
    grid-template-columns: 1fr;
  }

  .studio-service-poster:nth-child(even) figure {
    order: initial;
  }

  .studio-service-poster h3 {
    margin-top: 80px;
  }

  .studio-side-note-grid {
    grid-template-columns: 150px 1fr;
  }

  .guide-hero {
    padding-bottom: 100px;
  }

  .guide-author {
    position: static;
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 24px;
    align-items: center;
    padding-bottom: 38px;
    border-bottom: 1px solid var(--line-dark);
  }

  .guide-author img {
    width: 112px;
    margin: 0;
  }

  .guide-author > a {
    grid-column: 2;
  }

  .guide-article-content {
    width: 100%;
  }

  .guide-closing figure {
    width: min(60%, 430px);
  }
}

@media (max-width: 680px) {
	.studio-mobile-line {
		display: block;
		white-space: nowrap;
	}

	#hub-cta-title em,
	#web-cta-title em,
	#shop-route-title em,
	#shop-cta-title em {
		display: contents;
	}

	#studio-care-title {
		font-size: clamp(2.8rem, 13.4vw, 4.2rem);
	}

	.guide-article-content #incompleto {
		font-size: clamp(2.55rem, 11vw, 3.35rem);
	}

  .studio-service-hero,
  .studio-hub-hero,
  .guide-hero {
    padding-right: 22px;
    padding-left: 22px;
  }

  .studio-service-hero-copy h1,
  .studio-hub-copy h1,
  .guide-hero-copy h1 {
    font-size: clamp(3.55rem, 17vw, 5.2rem);
    line-height: 0.87;
  }

  .studio-service-hero-copy h1 em {
    margin-top: 0.14em;
  }

  .studio-actions,
  .studio-actions .editorial-button {
    width: 100%;
  }

  .studio-actions {
    align-items: stretch;
    gap: 18px;
  }

  .editorial-text-link {
    width: fit-content;
  }

  .studio-hero-art,
  .guide-hero-art {
    width: calc(100% - 20px);
    margin-top: 54px;
  }

  .studio-tape-note {
    right: -10px;
    bottom: -48px;
    max-width: 220px;
  }

  .studio-round-stamp {
    top: -38px;
    left: -18px;
    width: 86px;
    font-size: 0.53rem;
  }

  .studio-confession,
  .studio-opening,
  .studio-cards-section,
  .studio-route,
  .studio-process,
  .studio-partnership,
  .studio-care-cards,
  .studio-service-menu,
  .studio-hub-process,
  .studio-side-note,
  .studio-scope,
  .studio-price,
  .studio-final-cta,
  .guide-body,
  .guide-closing {
    padding-right: 22px;
    padding-left: 22px;
  }

  .studio-confession-copy h2,
  .studio-opening h2,
  .studio-partnership h2,
  .studio-section-heading h2,
  .studio-scope h2,
  .studio-price h2,
  .studio-hub-process h2,
  .studio-side-note h2,
  .home-studio-notes h2,
  .guide-closing h2 {
    font-size: clamp(3rem, 14vw, 4.7rem);
  }

  .studio-photo-card,
  .guide-closing figure {
    width: 88%;
  }

  .studio-paper-grid,
  .studio-paper-grid--three,
  .studio-process-track,
  .studio-route-line,
  .studio-duo-cards,
  .guide-two-columns {
    grid-template-columns: 1fr;
  }

  .studio-paper-card,
  .studio-paper-card:nth-child(even) {
    min-height: 330px;
    transform: none;
  }

  .studio-scope-board li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .studio-scope-board aside {
    margin-left: 0;
  }

  .studio-process-track li,
  .studio-route-line li {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 22px;
    padding: 0;
  }

  .studio-process-track li > span,
  .studio-route-line li > span {
    width: 58px;
    margin: 0;
  }

  .studio-price-ticket {
    transform: rotate(-1deg);
  }

  .studio-price-note {
    grid-template-columns: 1fr;
  }

  .studio-final-cta {
    padding-top: 126px;
    padding-bottom: 126px;
  }

  .studio-service-poster a {
    min-height: 0;
  }

  .studio-service-poster figure img {
    min-height: 280px;
  }

  .studio-service-poster > a > div {
    padding: 32px 26px 42px;
  }

  .studio-service-poster h3 {
    margin-top: 54px;
    font-size: 3rem;
  }

  .studio-hub-photo {
    width: 88%;
    margin-left: auto;
  }

  .studio-hub-doodle {
    left: -42px;
  }

  .studio-side-note-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .studio-side-note-label {
    width: 130px;
  }

  .home-studio-notes {
    padding-right: 22px;
    padding-left: 22px;
  }

  .home-notes-marquee {
    margin-right: -22px;
    margin-left: -22px;
  }

  .home-studio-notes-grid {
    min-width: 0;
  }

  .home-guide-note,
  .home-guide-note--check {
    min-height: 360px;
    transform: none;
  }

  .guide-hero-copy .diary-back {
    margin-bottom: 40px;
  }

  .guide-hero-art figcaption {
    right: -8px;
    bottom: -52px;
    max-width: 230px;
    font-size: 1.12rem;
  }

  .guide-author {
    grid-template-columns: 88px 1fr;
  }

  .guide-author img {
    width: 88px;
  }

  .guide-article-content h2 {
    font-size: clamp(2.9rem, 13vw, 4.4rem);
  }

  .guide-pullquote {
    margin-right: 0;
    margin-left: 0;
  }

  .guide-index-card,
  .guide-note {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .studio-ticker > div,
  .home-notes-marquee,
  .studio-hero-scribble path {
    animation: none !important;
  }

  .motion-ready [data-reveal],
  .motion-ready [data-reveal="left"] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  [data-parallax] {
    --parallax-y: 0px !important;
  }
}
