.kintsugi-page {
  color: var(--ink);
  background: var(--paper);
  color-scheme: light;
}
.kintsugi-page em {
  color: #997433;
}
.kintsugi-page .brand-symbol {
  color: #a27b34;
}
.kintsugi-page .site-header {
  border-bottom: 1px solid var(--line);
}
.nav-cta {
  border: 1px solid #c8c2b4;
  padding: 0 17px;
}
.atelier-hero {
  min-height: 870px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  padding: 160px var(--edge) 90px;
}
.atelier-hero-copy {
  position: relative;
  z-index: 3;
}
.atelier-hero .eyebrow {
  color: #7c755f;
  font-size: 9px;
  letter-spacing: 1.6px;
}
.atelier-hero .wordmark {
  font-size: 49px;
  margin: 35px 0;
}
.atelier-hero h1 {
  font: 400 clamp(60px, 6.65vw, 108px) / 0.9 var(--serif);
  letter-spacing: -0.045em;
  margin: 28px 0;
}
.atelier-hero h1 em {
  white-space: nowrap;
}
.atelier-hero .section-description {
  color: #68675e;
  font-size: 12px;
  line-height: 1.95;
  margin: 28px 0 30px;
}
.availability {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 9px;
  color: #76705f;
}
.atelier-hero-art {
  position: absolute;
  width: 49%;
  right: 0;
  top: 100px;
  bottom: 40px;
  z-index: 1;
}
.atelier-hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 32% 50%;
  mix-blend-mode: multiply;
}
.atelier-hero-art figcaption {
  position: absolute;
  right: var(--edge);
  bottom: 45px;
  font-size: 9px;
  display: flex;
  gap: 20px;
  align-items: center;
  color: #716852;
  letter-spacing: 0.5px;
}
.atelier-hero-art figcaption span {
  font-family: serif;
  font-size: 25px;
  letter-spacing: 5px;
}
.atelier-hero-foot {
  position: absolute;
  bottom: 25px;
  left: var(--edge);
  right: var(--edge);
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #777263;
  z-index: 3;
}
.atelier-hero-foot a {
  display: flex;
  gap: 30px;
  color: var(--ink);
}
.philosophy {
  position: relative;
  overflow: hidden;
  padding: 125px var(--edge) 130px;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 60px;
  background: #eae6dd;
}
.philosophy-label {
  position: relative;
  z-index: 3;
}
.philosophy .eyebrow {
  color: #77705d;
}
.japanese-type {
  display: block;
  font-family: serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 1.5;
  color: #99917d;
  margin: 65px 0 0 35px;
}
.philosophy-copy {
  position: relative;
  z-index: 3;
  max-width: 570px;
}
.philosophy h2 {
  font: 400 clamp(52px, 5.4vw, 85px) / 0.97 var(--serif);
  letter-spacing: -0.03em;
  margin-bottom: 35px;
}
.philosophy-copy > p {
  font-size: 13px;
  line-height: 1.95;
  color: #64645b;
  max-width: 450px;
  margin-top: 20px;
}
.quiet-promise {
  border-top: 1px solid #bdb6a8;
  margin-top: 35px;
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 10px;
  color: #726b5a;
}
.ritual {
  background: #151612;
  color: var(--paper);
  padding: 105px var(--edge) 65px;
}
.ritual em {
  color: var(--gold-light);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 45px;
  margin-bottom: 70px;
}
.section-heading .eyebrow {
  color: #c2b085;
  margin-bottom: 30px;
}
.section-heading h2 {
  font: 400 clamp(48px, 4.5vw, 74px) / 1.02 var(--serif);
  letter-spacing: -0.035em;
}
.section-heading > p {
  font-size: 11px;
  line-height: 1.9;
  color: #a8a899;
  padding-bottom: 8px;
}
.ritual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 48px);
}
.ritual-step:nth-child(2) {
  padding-top: 60px;
}
.ritual-step:nth-child(3) {
  padding-top: 120px;
}
.step-caption {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #5b5a4c;
  padding: 15px 0 23px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #c6b894;
}
.screenshot-button {
  border: 0;
  background: none;
  padding: 0;
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.screenshot-button img {
  width: 100%;
  transition: transform 0.6s;
}
.screenshot-button:hover img {
  transform: scale(1.025);
}
.enlarge-label {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  color: white;
  background: #141511d9;
  display: flex;
  justify-content: space-between;
  padding: 11px 14px;
  font-size: 9px;
  opacity: 0;
  transition: opacity 0.25s;
}
.screenshot-button:hover .enlarge-label,
.screenshot-button:focus-visible .enlarge-label {
  opacity: 1;
}
.ritual-step h3 {
  font: 400 clamp(28px, 2.4vw, 38px) / 1.1 var(--serif);
  margin: 25px 0 12px;
}
.ritual-step > p {
  font-size: 11px;
  color: #b0b0a1;
  line-height: 1.95;
  max-width: 320px;
}
.ritual-closing {
  font: 400 clamp(25px, 3vw, 43px) / 1.2 var(--serif);
  text-align: center;
  margin: 80px 0 0;
  padding-top: 45px;
  border-top: 1px solid #414337;
}
.collection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(55px, 10vw, 160px);
  padding: 115px var(--edge);
  background: var(--paper);
}
.collection-art {
  max-width: 440px;
  justify-self: center;
}
.collection-art img {
  width: 100%;
  box-shadow: 0 25px 65px #34271912;
}
.collection-copy .eyebrow,
.community .eyebrow {
  font-size: 9px;
  color: #7c7058;
}
.collection h2,
.community h2 {
  font: 400 clamp(48px, 5.4vw, 85px) / 0.97 var(--serif);
  letter-spacing: -0.04em;
  margin: 32px 0;
}
.collection .section-description,
.community .section-description {
  color: #6b695e;
  margin-top: 22px;
  font-size: 13px;
}
.feature-note {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 9px;
  color: #7d7055;
  border-top: 1px solid var(--line);
  padding-top: 26px;
  margin-top: 35px;
}
.feature-note svg {
  width: 30px;
  height: 32px;
  flex-shrink: 0;
}
.community {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(55px, 10vw, 160px);
  padding: 95px var(--edge) 105px;
  background: #e9e5dc;
}
.community-copy {
  justify-self: center;
  max-width: 520px;
}
.community-art {
  max-width: 420px;
  justify-self: center;
}
.community-art img {
  width: 100%;
  box-shadow: 0 25px 65px #34271912;
}
.community .text-link {
  margin-top: 30px;
}
.community-aside {
  font: italic 400 32px var(--serif);
  color: #a18755;
  margin-top: 80px;
}
.begin {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 95px var(--edge) 100px;
  text-align: center;
  background: var(--paper);
}
.begin > *:not(.gold-trace) {
  position: relative;
  z-index: 3;
}
.begin .eyebrow {
  justify-content: center;
  color: #817051;
  font-size: 9px;
}
.atelier-app-icon {
  width: 76px;
  height: 76px;
  border-radius: 18px;
  margin: 28px auto 25px;
  box-shadow: 0 8px 16px #1818101a;
}
.begin h2 {
  font: 400 clamp(60px, 7vw, 108px) / 0.94 var(--serif);
  letter-spacing: -0.04em;
}
.begin > p:not(.eyebrow) {
  font-size: 12px;
  line-height: 1.95;
  color: #76705e;
  margin: 30px 0;
}
.begin .button {
  min-width: 220px;
}
.begin-contact {
  display: table;
  margin: 17px auto 0;
  font-size: 10px;
}
.atelier-faq {
  padding: 70px var(--edge) 100px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  background: #eeece5;
}
.atelier-faq .eyebrow {
  font-size: 9px;
  color: #7c7058;
}
.atelier-faq h2 {
  font: 400 57px/0.98 var(--serif);
  margin-top: 28px;
  letter-spacing: -0.03em;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  font-size: 11px;
  line-height: 1.7;
  padding: 22px 0;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 22px;
  color: #9c834e;
  transition: transform 0.2s;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details p {
  font-size: 12px;
  line-height: 1.9;
  color: #716e62;
  padding: 0 28px 24px 0;
}
.faq-list p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.kintsugi-page .site-footer {
  background: var(--paper);
  border-color: var(--line);
  color: #726d60;
}
.kintsugi-page .footer-signature {
  color: var(--ink);
}
.kintsugi-page .footer-signature span {
  color: #77705d;
}
.preview-dialog {
  border: 1px solid #62583e;
  max-width: calc(100vw - 30px);
  max-height: 94svh;
  padding: 0;
  background: #151612;
  color: var(--paper);
  overflow: auto;
  overscroll-behavior: contain;
  box-shadow: 0 25px 90px #0005;
}
.preview-dialog::backdrop {
  background: #080a08de;
  backdrop-filter: blur(7px);
}
.dialog-close {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  border: 0;
  padding: 14px 20px;
  background: #151612;
  width: 100%;
  font-size: 11px;
  min-height: 48px;
}
.dialog-close span {
  font-size: 24px;
}
.dialog-image {
  max-height: calc(94svh - 48px);
  width: auto;
}
.dialog-open {
  overflow: hidden;
}
@media (max-width: 1100px) {
  .atelier-hero {
    min-height: 830px;
  }
  .atelier-hero h1 {
    font-size: 7.3vw;
  }
  .atelier-hero .action-row {
    gap: 18px;
  }
  .atelier-hero .button {
    gap: 25px;
  }
  .atelier-hero-art {
    width: 49%;
    top: 150px;
  }
  .philosophy {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 40px;
  }
  .japanese-type {
    font-size: 55px;
  }
  .collection,
  .community {
    gap: 60px;
  }
  .collection h2,
  .community h2 {
    font-size: 58px;
  }
  .quiet-promise {
    gap: 15px;
    font-size: 9px;
  }
  .section-heading > p br {
    display: none;
  }
  .section-heading > p {
    max-width: 230px;
  }
  .atelier-faq {
    gap: 50px;
  }
  .atelier-faq h2 {
    font-size: 50px;
  }
}
@media (max-width: 700px) {
  .kintsugi-page .site-header nav {
    gap: 12px;
  }
  .kintsugi-page .site-header nav > a:not(.nav-cta) {
    display: none;
  }
  .nav-cta {
    font-size: 9px;
    padding: 0 10px;
  }
  .atelier-hero {
    display: flex;
    flex-direction: column;
    padding: 135px var(--edge) 60px;
    min-height: 0;
  }
  .atelier-hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
  }
  .atelier-hero .wordmark {
    font-size: 40px;
    margin: 28px 0 35px;
  }
  .atelier-hero h1 {
    font-size: clamp(60px, 13.8vw, 90px);
    line-height: 0.9;
  }
  .atelier-hero .section-description {
    font-size: 12px;
    margin: 25px 0;
  }
  .atelier-hero .button {
    padding: 16px 19px;
    gap: 30px;
    font-size: 10px;
  }
  .availability {
    font-size: 8px;
  }
  .atelier-hero .action-row {
    gap: 18px;
  }
  .atelier-hero-art {
    position: relative;
    width: calc(100% + 48px);
    margin: 30px -24px 0;
    top: auto;
    right: auto;
    bottom: auto;
    height: 435px;
  }
  .atelier-hero-art img {
    object-position: 50% 65%;
  }
  .atelier-hero-art figcaption {
    right: 25px;
    bottom: 17px;
    font-size: 8px;
    gap: 12px;
  }
  .atelier-hero-art figcaption span {
    font-size: 20px;
  }
  .atelier-hero-foot {
    bottom: 24px;
    font-size: 8px;
    gap: 20px;
  }
  .atelier-hero-foot a {
    gap: 15px;
  }
  .atelier-hero .gold-trace {
    opacity: 0.75;
  }
  .philosophy {
    padding: 65px var(--edge) 75px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .philosophy-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .philosophy-label .eyebrow {
    font-size: 8px;
  }
  .japanese-type {
    font-size: 23px;
    line-height: 1;
    margin: 0;
    display: flex;
    letter-spacing: 5px;
  }
  .japanese-type br {
    display: none;
  }
  .philosophy h2 {
    font-size: 55px;
    margin-bottom: 24px;
  }
  .philosophy-copy > p {
    font-size: 12px;
  }
  .philosophy .gold-trace {
    opacity: 0.23;
  }
  .quiet-promise {
    gap: 18px;
    font-size: 9px;
  }
  .ritual {
    padding: 65px var(--edge) 45px;
  }
  .section-heading {
    display: block;
    margin-bottom: 40px;
  }
  .section-heading .eyebrow {
    margin-bottom: 25px;
  }
  .section-heading h2 {
    font-size: 47px;
  }
  .section-heading > p {
    margin-top: 24px;
    max-width: 310px;
  }
  .ritual-grid {
    grid-template-columns: 1fr;
    gap: 55px;
    max-width: 430px;
    margin: 0 auto;
  }
  .ritual-step:nth-child(2),
  .ritual-step:nth-child(3) {
    padding-top: 0;
  }
  .step-caption {
    font-size: 9px;
  }
  .ritual-step h3 {
    font-size: 35px;
  }
  .ritual-step > p {
    font-size: 12px;
    max-width: 100%;
  }
  .enlarge-label {
    opacity: 1;
  }
  .ritual-closing {
    font-size: 31px;
    margin-top: 50px;
    line-height: 1.25;
    padding-top: 30px;
  }
  .collection,
  .community {
    display: flex;
    flex-direction: column;
    gap: 38px;
    padding: 65px var(--edge);
  }
  .collection-copy {
    order: -1;
  }
  .collection h2,
  .community h2 {
    font-size: 55px;
    margin: 27px 0;
  }
  .collection .section-description,
  .community .section-description {
    font-size: 12px;
  }
  .collection-art,
  .community-art {
    width: 100%;
    max-width: 380px;
  }
  .feature-note {
    font-size: 9px;
    margin-top: 28px;
    padding-top: 22px;
  }
  .community-copy {
    width: 100%;
  }
  .community-aside {
    margin-top: 25px;
    font-size: 28px;
  }
  .begin {
    padding: 65px var(--edge) 70px;
  }
  .begin h2 {
    font-size: 65px;
  }
  .begin > p:not(.eyebrow) {
    font-size: 11px;
  }
  .atelier-faq {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 60px var(--edge) 65px;
  }
  .atelier-faq h2 {
    font-size: 50px;
  }
  .faq-list summary {
    font-size: 11px;
  }
  .faq-list details p {
    font-size: 11px;
  }
  .dialog-image {
    max-width: 100%;
  }
}
/* The sculpture, its surface, and its real fracture are the centre of the story. */
.atelier-logo img {
  width: 37px;
  height: 37px;
  border-radius: 10px;
}
.atelier-logo > span {
  font: 400 17px var(--serif);
  letter-spacing: 3px;
}
.atelier-logo .brand-caption {
  font: 400 9px var(--serif);
  letter-spacing: 3.4px;
  opacity: 1;
  margin-top: 3px;
  text-align: right;
  text-transform: none;
}
.kintsugi-page .site-header {
  border-bottom: none;
}
.site-header .studio-back {
  font-size: 9px;
  color: #787260;
  margin-right: 20px;
}
.atelier-hero {
  min-height: 900px;
  padding-top: 190px;
  padding-bottom: 110px;
}
.atelier-hero h1 {
  font-size: clamp(75px, 8.2vw, 136px);
  line-height: 0.9;
  margin-top: 40px;
  margin-bottom: 34px;
}
.atelier-hero .section-description {
  font-size: 14px;
  line-height: 1.8;
  max-width: 410px;
}
.atelier-hero-art {
  right: -2%;
  top: 105px;
  bottom: 60px;
  width: 56%;
}
.atelier-hero-art img {
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
}
.atelier-hero-art:before {
  content: "";
  position: absolute;
  width: 48%;
  height: 4%;
  bottom: 13%;
  left: 26%;
  border-radius: 50%;
  background: #3b2b1b25;
  filter: blur(17px);
  z-index: -1;
}
.atelier-hero-art figcaption {
  bottom: 25px;
}
.atelier-hero .gold-trace {
  opacity: 0.6;
}
.restoration {
  height: 220svh;
  min-height: 1350px;
  position: relative;
  background: #10110f;
  color: var(--paper);
}
.restoration-stage {
  height: 100svh;
  min-height: 660px;
  position: sticky;
  top: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  isolation: isolate;
  padding: 70px var(--edge);
  background: radial-gradient(ellipse at 72% 48%, #292a242f, transparent 55%);
}
.restoration-copy {
  position: relative;
  z-index: 3;
  width: 43%;
}
.restoration-copy .eyebrow {
  color: #c0ae7e;
  font-size: 9px;
}
.restoration h2 {
  font: 400 clamp(65px, 6.8vw, 112px) / 0.95 var(--serif);
  letter-spacing: -0.04em;
  margin: 35px 0 28px;
}
.restoration em {
  color: var(--gold-light);
}
.restoration-copy > p:not(.eyebrow) {
  font-size: 14px;
  color: #a9aa9d;
  line-height: 1.9;
}
.restoration-object {
  position: absolute;
  width: 55%;
  height: 92%;
  right: 2%;
  top: 3%;
  isolation: isolate;
}
.restoration-object img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  inset: 0;
}
.restoration-fragment {
  opacity: 0;
}
.restoration-finished {
  opacity: 1;
}
.restoration-progress {
  margin-top: 70px;
  width: min(270px, 100%);
  font-size: 10px;
  letter-spacing: 0.6px;
}
.restoration-progress > span:last-child {
  font-size: 9px;
  color: #929584;
  letter-spacing: 0.3px;
}
.restoration-progress > div {
  height: 1px;
  background: #65654a;
  margin: 20px 0;
}
.restoration-progress i {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--gold-light);
  transform: scaleX(0);
  transform-origin: left;
}
.restoration-foot {
  position: absolute;
  bottom: 25px;
  left: var(--edge);
  right: var(--edge);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #939583;
  font-size: 9px;
}
.material-detail {
  position: relative;
  margin-top: 35px;
  max-width: 360px;
  height: 330px;
  background: #10110f;
  overflow: hidden;
}
.material-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.material-detail figcaption {
  position: absolute;
  bottom: 18px;
  left: 20px;
  font-size: 9px;
  color: #e1d6bf;
}
.philosophy {
  align-items: center;
}
.philosophy-label .eyebrow {
  font-size: 9px;
}
.philosophy-copy > p {
  font-size: 14px;
}
.section-heading > p {
  font-size: 12px;
}
.ritual-step > p {
  font-size: 13px;
}
.collection .section-description,
.community .section-description {
  font-size: 14px;
}
.faq-list summary {
  font-size: 13px;
}
.faq-list details p {
  font-size: 13px;
}
.begin > p:not(.eyebrow) {
  font-size: 14px;
}
@media (max-width: 1000px) and (min-width: 701px) {
  .atelier-hero h1 {
    font-size: 8.5vw;
  }
  .atelier-hero-art {
    width: 53%;
    right: -4%;
  }
  .site-header .studio-back {
    display: none;
  }
  .restoration-copy {
    width: 47%;
  }
  .restoration h2 {
    font-size: 66px;
  }
  .restoration-object {
    right: -3%;
    width: 58%;
  }
}
@media (max-width: 700px) {
  .atelier-hero {
    padding-top: 140px;
    padding-bottom: 60px;
    min-height: 0;
  }
  .atelier-hero h1 {
    font-size: clamp(56px, 13.7vw, 85px);
    margin-top: 30px;
    line-height: 0.96;
  }
  .atelier-hero .section-description {
    font-size: 13px;
    max-width: 330px;
  }
  .atelier-hero .section-description br {
    display: none;
  }
  .atelier-hero-art {
    width: calc(100% + 48px);
    right: auto;
    top: auto;
    bottom: auto;
    height: 460px;
    margin-top: 8px;
  }
  .atelier-hero-art img {
    object-fit: contain;
    padding-bottom: 20px;
  }
  .atelier-hero-art figcaption {
    bottom: 8px;
  }
  .atelier-hero-foot {
    font-size: 8px;
  }
  .restoration {
    height: 180svh;
    min-height: 1250px;
  }
  .restoration-stage {
    height: 100svh;
    min-height: 700px;
    display: block;
    padding: 60px var(--edge) 40px;
  }
  .restoration-copy {
    width: 100%;
  }
  .restoration-copy .eyebrow {
    font-size: 8px;
  }
  .restoration h2 {
    font-size: 58px;
    margin: 22px 0 15px;
  }
  .restoration h2 br {
    display: none;
  }
  .restoration-copy > p:not(.eyebrow) {
    font-size: 12px;
  }
  .restoration-copy > p:not(.eyebrow) br {
    display: none;
  }
  .restoration-object {
    width: 100%;
    height: 62%;
    top: 29%;
    right: 0;
  }
  .restoration-progress {
    position: absolute;
    top: calc(100svh - 220px);
    margin: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 5px;
    font-size: 9px;
  }
  .restoration-progress > div {
    grid-column: 1/-1;
    grid-row: 2;
    margin: 10px 0;
  }
  .restoration-progress > span:last-child {
    font-size: 8px;
  }
  .restoration-foot {
    bottom: 20px;
    font-size: 8px;
  }
  .restoration-foot > span:last-child {
    display: none;
  }
  .philosophy-label {
    display: block;
  }
  .material-detail {
    margin-top: 25px;
    height: 240px;
    max-width: none;
  }
  .philosophy h2 {
    font-size: 53px;
  }
  .philosophy-copy > p {
    font-size: 14px;
  }
  .ritual-step > p {
    font-size: 14px;
  }
  .collection .section-description,
  .community .section-description {
    font-size: 14px;
  }
  .faq-list summary,
  .faq-list details p {
    font-size: 13px;
  }
  .begin > p:not(.eyebrow) {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .restoration {
    height: auto;
    min-height: 0;
  }
  .restoration-stage {
    position: relative;
  }
  .restoration-fragment {
    opacity: 0 !important;
  }
  .restoration-finished {
    opacity: 1 !important;
  }
}

.restoration-assembled {
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .restoration-assembled {
    opacity: 0 !important;
  }
}
@media (max-width: 359px) {
  .atelier-hero h1 {
    font-size: 50px;
  }
  .atelier-hero .action-row {
    gap: 14px;
  }
  .atelier-hero .button {
    gap: 17px;
    padding: 15px;
  }
  .restoration h2 {
    font-size: 49px;
  }
  .quiet-promise {
    gap: 11px;
    font-size: 8px;
  }
  .atelier-logo > span {
    font-size: 16px;
  }
}

.reduced-motion .restoration {
  height: auto;
  min-height: 0;
}
.reduced-motion .restoration-stage {
  position: relative;
}
.atelier-hero .app-download {
  gap: 24px;
}
.hero-ritual-link {
  font-size: 11px;
}
.atelier-hero .action-row {
  gap: 20px 26px;
}
@media (max-width: 700px) {
  .atelier-hero .app-download {
    padding: 18px 20px;
    gap: 24px;
    font-size: 11px;
  }
  .hero-ritual-link {
    font-size: 11px;
  }
  .atelier-hero .action-row {
    gap: 14px 22px;
  }
}
