:root {
  --paper: #f3f1ea;
  --paper-deep: #eae6de;
  --paper-panel: #e9e3d2;
  --ink: #524130;
  --muted: #716f66;
  --line: rgba(82, 65, 48, 0.26);
  --content: 1240px;
  --narrow: 620px;
  --header-height: 136px;
  --ease: 180ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background-color: var(--paper);
  background-image:
    linear-gradient(rgba(243, 241, 234, 0.75), rgba(243, 241, 234, 0.75)),
    url("../images/washi-tile-v2.webp");
  background-repeat: repeat, repeat;
  background-position: 0 0, 0 0;
  background-size: auto, 512px 288px;
  background-attachment: scroll, scroll;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}

a:hover,
a:focus-visible {
  color: #675e4a;
}

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

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

h1,
h2,
h3 {
  font-weight: 400;
  line-height: 1.35;
}

h1 {
  font-size: 16px;
  letter-spacing: 0.02em;
}

h2 {
  margin-bottom: 16px;
  font-size: 15px;
}

h3 {
  margin: 22px 0 7px;
  font-size: 13px;
}

ul {
  padding-left: 1.35em;
}

.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 15px;
  background: #fff;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.section-shell {
  width: min(calc(100% - 96px), var(--content));
  margin-inline: auto;
}

.narrow-copy {
  width: min(calc(100% - 48px), var(--narrow));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 50;
  min-height: var(--header-height);
}

.site-header__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: start;
  width: calc(100% - 160px);
  min-height: var(--header-height);
  margin-inline: auto;
  padding: 20px 0;
}

.site-nav {
  grid-column: 1;
  justify-self: start;
  margin-top: 15px;
}

.site-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--ink);
  font-size: 12px;
}

.site-nav a,
.gift-link,
.brand {
  text-decoration: none;
}

.site-nav a {
  position: relative;
}

.site-nav__list>li:nth-child(3),
.site-nav__list>li:nth-child(4) {
  letter-spacing: 0.08em;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--ease);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav .current-menu-item>a::after,
.site-nav .current_page_item>a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.brand {
  position: absolute;
  z-index: 56;
  top: 50%;
  left: 50%;
  display: grid;
  justify-items: center;
  min-width: 118px;
  gap: 10px;
  line-height: normal;
  transform: translate(-50%, -50%);
}

.brand__name {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.brand__mark {
  width: 40px;
  height: 40px;
  object-fit: contain;
  opacity: 1;
  transition: width var(--ease), height var(--ease), opacity var(--ease);
}

.gift-link {
  grid-column: 3;
  justify-self: end;
  margin-top: 15px;
  font-size: 12px;
}

.menu-toggle {
  display: none;
}

.site-main {
  min-height: 60vh;
}

.page-heading {
  padding: 72px 0 82px;
  text-align: center;
}

.page-heading h1 {
  margin-bottom: 16px;
}

.page-heading p {
  color: #48463f;
  font-size: 12px;
  line-height: 1.5;
}

.page-heading--contact {
  padding-bottom: 62px;
}

.page-heading--contact h1 {
  margin-bottom: 12px;
}

.page-heading--contact p {
  margin-bottom: 9px;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.page-heading--contact a {
  font-size: 10px;
  text-decoration: none;
}

.button-outline {
  display: inline-flex;
  min-width: 0;
  min-height: 0;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border: 1px solid var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color var(--ease), background var(--ease);
}

.button-outline:hover,
.button-outline:focus-visible {
  color: var(--paper);
  background: var(--ink);
}

.eyebrow {
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.home-hero {
  width: calc(100% - 160px);
  overflow: hidden;
  aspect-ratio: 1672 / 941;
  height: auto;
}

.home-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-details {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  padding: 100px 0 80px;
  color: var(--ink);
  text-align: center;
}

.home-details address {
  margin: 0;
  font-style: normal;
  line-height: normal;
}

.home-details p {
  margin: 0;
  line-height: normal;
}

.home-details .button-outline {
  margin-top: 0;
}

.home-details__contact {
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: center;
  font-size: 13px;
}

.home-details__contact a {
  text-decoration: none;
}

.home-instagram-link {
  display: inline-flex;
  align-items: center;
}

.instagram-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  object-fit: contain;
}

.cours-page .section-shell {
  width: min(calc(100% - 160px), 1280px);
}

.cours-page {
  line-height: normal;
}

.cours-page .page-heading {
  padding: 40px 0;
}

.cours-page .page-heading h1 {
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 500;
}

.cours-page .page-heading p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: normal;
}

.course-list {
  padding-bottom: 0;
}

.course-section {
  display: grid;
  gap: 40px;
  align-items: center;
  padding: 80px 0;
}

.course-section--assiettes {
  grid-template-columns: minmax(0, 1fr) 476px;
}

.course-section--initiation {
  grid-template-columns: 476px minmax(0, 1fr);
  align-items: start;
}

.course-section--sessions {
  grid-template-columns: minmax(0, 600px) minmax(0, 1fr);
  align-items: start;
}

.course-section--private {
  grid-template-columns: minmax(0, 600px) minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
}

.course-section--private>img {
  width: 100%;
  height: 344px;
  object-fit: cover;
}

.image-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  min-width: 0;
}

.image-pair img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-pair--landscape img {
  aspect-ratio: 1.14 / 1;
}

.image-pair--portrait img {
  aspect-ratio: 0.75 / 1;
}

.image-pair--course {
  align-self: start;
}

.image-pair--course img {
  aspect-ratio: 1 / 1;
}

.course-copy h2 {
  margin-bottom: 13px;
  font-size: 15px;
  font-weight: 500;
}

.course-section--private h2 {
  font-size: 16px;
}

.course-copy p,
.feature-layout__copy p,
.profile-page__copy p,
.gift-intro p,
.gift-formulas p {
  margin-bottom: 17px;
}

.facts-with-dates {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 228px;
  gap: 20px;
  align-items: start;
  margin-top: 30px;
}

.fact-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.fact-list--columns {
  grid-template-columns: 1fr 1fr;
  gap: 8px 36px;
}

.course-facts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 30px 0 0;
}

.course-facts-grid>div>p {
  margin: 24px 0 0;
}

.date-card {
  padding: 10px 13px;
  background-color: rgba(234, 227, 203, 0.84);
  font-size: 13px;
}

.date-card h3 {
  margin: 0 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(82, 65, 48, 0.2);
  font-size: 14px;
  font-weight: 500;
}

.date-card ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding-left: 20px;
}

.date-card a {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  border: 1px solid var(--ink);
  text-align: center;
  text-decoration: none;
}

.session-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.session-cards .date-card {
  padding: 20px 30px;
}

.session-cards .date-card ul {
  padding-left: 0;
  list-style: none;
}

.session-cards .date-card li::before {
  content: "・";
}

.cancellation-terms {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(82, 65, 48, 0.25);
}

.cancellation-terms h3 {
  margin-bottom: 14px;
}

.cancellation-terms p {
  margin-bottom: 13px;
}

.private-event-list {
  margin: 20px 0 24px;
}

.private-event-list span {
  margin-left: 34px;
}

.private-rate {
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid var(--ink);
}

.course-email {
  text-decoration: none;
}

.course-registration {
  display: flex;
  justify-content: center;
  padding: 40px 0 80px;
}

.course-registration .button-outline {
  letter-spacing: 0;
  text-transform: none;
}

.feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(380px, 0.82fr);
  gap: 72px;
  align-items: start;
  padding-bottom: 38px;
}

.feature-layout--kintsugi {
  grid-template-columns: minmax(0, 1fr) minmax(450px, 1fr);
}

.center-action {
  padding: 30px 24px 92px;
  text-align: center;
}

.profile-page {
  padding-bottom: 110px;
}

.profile-page .page-heading {
  padding-bottom: 50px;
}

.profile-page__portrait {
  width: 330px;
  aspect-ratio: 0.895 / 1;
  margin: 0 auto 100px;
  object-fit: cover;
}

.profile-page__copy section+section {
  margin-top: 66px;
  padding-top: 46px;
  border-top: 1px solid rgba(40, 39, 33, 0.12);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 46px 38px;
  padding-bottom: 50px;
}

.gallery-grid__item {
  overflow: hidden;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.gallery-grid__item img {
  width: 100%;
  aspect-ratio: 0.93 / 1;
  object-fit: cover;
  transition: transform 480ms ease;
}

.gallery-grid__item:hover img,
.gallery-grid__item:focus-visible img {
  transform: scale(1.025);
}

.gallery-note {
  margin: 0;
  padding: 8px 24px 94px;
  text-align: center;
  font-size: 10px;
}

.lightbox {
  width: min(90vw, 1000px);
  height: min(90vh, 900px);
  padding: 0;
  border: 0;
  background: transparent;
}

.lightbox::backdrop {
  background: rgba(20, 19, 17, 0.88);
}

.lightbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lightbox__close {
  position: absolute;
  z-index: 2;
  top: 6px;
  right: 6px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(20, 19, 17, 0.75);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

.contact-wrap {
  padding-bottom: 116px;
}

.contact-form {
  position: relative;
  width: min(100%, 570px);
  margin-inline: auto;
}

.contact-form label {
  display: block;
  margin-bottom: 25px;
  font-size: 10px;
  letter-spacing: 0.03em;
}

.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  margin-top: 7px;
  padding: 10px 4px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  outline: 0;
  background: transparent;
}

.contact-form textarea {
  padding: 12px;
  border: 1px solid var(--line);
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--ink);
  box-shadow: 0 1px 0 var(--ink);
}

.contact-form .button-outline {
  display: flex;
  margin: 28px auto 0;
}

.honeypot {
  position: absolute;
  left: -10000px;
}

.required-note {
  margin: -8px 0 0;
  font-size: 9px;
}

.form-message {
  width: min(100%, 570px);
  margin: 0 auto 32px;
  padding: 13px 17px;
  border: 1px solid var(--line);
  text-align: center;
}

.form-message--success {
  border-color: #65755b;
}

.form-message--error {
  border-color: #915e56;
}

.gift-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: 70px;
  align-items: center;
  max-width: 900px;
  padding: 28px 0 98px;
}

.gift-intro img {
  width: 100%;
  aspect-ratio: 1.78 / 1;
  object-fit: cover;
}

.gift-formulas {
  padding-bottom: 106px;
  text-align: center;
}

.gift-formulas table {
  width: 100%;
  margin: 25px 0 34px;
  border-collapse: collapse;
  text-align: left;
}

.gift-formulas th,
.gift-formulas td {
  padding: 14px 7px;
  border-top: 1px solid var(--line);
  font-weight: 400;
}

.gift-formulas tr:last-child th,
.gift-formulas tr:last-child td {
  border-bottom: 1px solid var(--line);
}

.gift-formulas td {
  width: 80px;
  text-align: right;
}

.gift-formulas>h2 {
  margin-top: 52px;
}

.gift-cta {
  width: min(100%, 360px);
  margin: 48px auto 0;
  padding: 27px;
  background: rgba(229, 220, 194, 0.45);
}

.editorial-page {
  padding-bottom: 100px;
}

.entry-content {
  font-size: 14px;
}

.entry-content>*+* {
  margin-top: 1.2em;
}

.featured-image {
  width: min(100%, 900px);
  margin: 0 auto 60px;
}

.post-list {
  display: grid;
  gap: 50px;
  width: min(100%, 760px);
  margin: 0 auto;
}

.post-card {
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(40, 39, 33, 0.15);
}

.post-card h2 {
  font-size: 22px;
}

.empty-state {
  min-height: 58vh;
  padding: 130px 24px;
  text-align: center;
}

.empty-state h1 {
  margin-bottom: 35px;
  font-size: 24px;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 80px 36px 40px;
  background-color: rgba(234, 230, 222, 0.84);
  color: var(--ink);
  font-size: 12px;
}

.site-footer__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 30px;
  align-items: center;
  justify-content: center;
}

.site-footer__inner a {
  text-decoration: none;
}

.instagram-link {
  display: inline-flex;
  gap: 2px;
  align-items: center;
}

.footer-address {
  font-size: 13px;
}

.site-footer__copyright {
  position: relative;
  margin: 40px 0 0;
  text-align: center;
  font-size: 11px;
}

/* Figma-specified interior pages. */
.design-page {
  line-height: normal;
}

.design-page .section-shell {
  width: min(calc(100% - 160px), 1280px);
}

.design-page .page-heading,
.profile-page .page-heading {
  padding: 40px 0;
}

.design-page .page-heading h1,
.profile-page .page-heading h1 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.design-page .page-heading p {
  margin: 13px 0 0;
  font-size: 13px;
  line-height: normal;
}

.design-page .feature-layout {
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 30px;
  padding: 80px 0;
}

.design-page .feature-layout__images {
  gap: 25px;
}

.stages-page .feature-layout__images img {
  height: 628px;
  aspect-ratio: auto;
}

.design-page .feature-layout__copy {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.design-page .feature-layout__copy h2,
.design-page .feature-layout__copy h3,
.design-page .feature-layout__copy p,
.design-page .feature-layout__copy ul {
  margin: 0;
}

.feature-intro,
.stage-days,
.stage-days>div,
.feature-terms,
.kintsugi-intro>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.feature-intro {
  gap: 13px;
}

.feature-intro h2 {
  font-size: 15px;
  font-weight: 500;
}

.stage-days {
  gap: 20px;
}

.stage-days>div {
  gap: 8px;
}

.stage-days h3,
.feature-terms h3 {
  font-size: 14px;
  font-weight: 500;
}

.feature-terms {
  gap: 20px;
}

.design-page .facts-with-dates {
  grid-template-columns: minmax(0, 1fr) 215px;
  gap: 30px;
  align-items: stretch;
  margin: 0;
}

.design-page .fact-list {
  gap: 8px;
  align-content: start;
  padding: 10px 0 0 20px;
}

.design-page .date-card {
  width: 215px;
  min-height: 203px;
  padding: 20px 30px;
  font-size: 13px;
}

.design-page .date-card h3 {
  margin: 0;
  padding: 0 0 20px;
  font-size: 14px;
  font-weight: 500;
}

.design-page .date-card ul {
  gap: 13px;
  margin-top: 20px;
  padding-left: 0;
  list-style: none;
  white-space: nowrap;
}

.stages-page .date-card li::before {
  content: "・";
}

.design-page .center-action {
  padding: 40px 10px 80px;
}

.design-page .button-outline {
  letter-spacing: 0;
  text-transform: none;
}

.kintsugi-page .feature-layout {
  grid-template-columns: minmax(0, 1fr) 580px;
  gap: 40px;
}

.kintsugi-page .feature-layout__images {
  height: auto;
  align-self: stretch;
  gap: 40px;
}

.kintsugi-page .feature-layout__images img {
  height: 100%;
  aspect-ratio: auto;
}

.kintsugi-page .feature-layout__copy,
.kintsugi-intro {
  gap: 30px;
}

.kintsugi-intro>div {
  gap: 13px;
}

.kintsugi-page .facts-with-dates {
  grid-template-columns: minmax(0, 1fr) 228px;
}

.kintsugi-page .date-card {
  width: 228px;
  min-height: 0;
  padding: 10px 13px;
}

.kintsugi-page .date-card h3 {
  padding-bottom: 16px;
}

.kintsugi-page .date-card ul {
  margin-top: 16px;
  padding-left: 20px;
  list-style: disc;
  white-space: normal;
}

.profile-page {
  padding-bottom: 0;
}

.profile-page__portrait {
  width: 360px;
  height: 404px;
  margin: 0 auto;
  object-fit: cover;
  object-position: bottom;
}

.profile-page__copy {
  width: min(calc(100% - 48px), 580px);
  padding: 80px 0;
  line-height: normal;
}

.profile-page__copy h2 {
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: 500;
}

.profile-page__copy p {
  margin: 0;
}

.profile-page__copy p+p {
  margin-top: 13px;
}

.profile-page__copy section+section {
  margin-top: 40px;
  padding-top: 40px;
  border-color: rgba(82, 65, 48, 0.2);
}

.gallery-page .gallery-grid {
  grid-template-columns: 270px 270px 268px 268px;
  gap: 30px 68px;
  justify-content: center;
  padding: 80px 0 0;
}

.gallery-page .gallery-grid__item {
  position: relative;
  width: 100%;
  height: 300px;
}

.gallery-page .gallery-grid__item:nth-child(4n+3),
.gallery-page .gallery-grid__item:nth-child(4n+4) {
  height: 306px;
}

.gallery-page .gallery-grid__item img {
  position: absolute;
  max-width: none;
  aspect-ratio: auto;
}

.gallery-page .gallery-grid__item:nth-child(1) img {
  top: -29.47%;
  left: -0.06%;
  width: 153.06%;
  height: 158.69%;
}

.gallery-page .gallery-grid__item:nth-child(2) img,
.gallery-page .gallery-grid__item:nth-child(6) img {
  top: 0;
  left: -5.99%;
  width: 111.98%;
  height: 100%;
}

.gallery-page .gallery-grid__item:nth-child(3) img {
  top: 0;
  left: -23.31%;
  width: 146.27%;
  height: 100%;
}

.gallery-page .gallery-grid__item:nth-child(4) img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-page .gallery-grid__item:nth-child(5) img {
  top: -11.55%;
  left: 0.13%;
  width: 107.5%;
  height: 111.46%;
}

.gallery-page .gallery-grid__item:nth-child(7) img {
  top: -62.7%;
  left: -0.16%;
  width: 142.1%;
  height: 165.93%;
}

.gallery-page .gallery-grid__item:nth-child(8) img {
  top: -22.07%;
  left: -9.69%;
  width: 119.44%;
  height: 122.11%;
}

.gallery-page .gallery-note {
  padding: 40px 24px 80px;
  font-size: 13px;
}

.contact-page .page-heading--contact {
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: center;
}

.contact-page .page-heading--contact h1,
.contact-page .page-heading--contact p {
  margin: 0;
}

.contact-page .page-heading--contact p,
.contact-page .page-heading--contact a {
  font-size: 13px;
  letter-spacing: 0;
  line-height: normal;
}

.contact-page .page-heading--contact a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.contact-page .page-heading--contact .instagram-icon {
  width: 20px;
  height: 20px;
}

.contact-page .contact-wrap {
  width: min(100%, 700px);
  padding: 80px;
}

.contact-page .contact-form {
  display: flex;
  width: 540px;
  flex-direction: column;
  gap: 30px;
}

.contact-page .contact-form label {
  display: flex;
  margin: 0;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
}

.contact-page .contact-form input {
  height: 31px;
  margin: 0;
  padding: 7px 4px 0;
}

.contact-page .contact-form textarea {
  height: 100px;
  margin-top: 30px;
  padding: 10px;
  resize: vertical;
}

.contact-page .required-note {
  margin: 0;
  font-size: 13px;
}

.contact-page .contact-form .button-outline {
  margin: 0 auto;
  text-transform: uppercase;
}

.gift-page .gift-intro {
  grid-template-columns: 261px 533px;
  gap: 40px;
  justify-content: center;
  max-width: none;
  padding: 80px 0;
}

.gift-page .gift-intro__copy {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.gift-page .gift-intro h2,
.gift-page .gift-intro p {
  margin: 0;
  line-height: normal;
}

.gift-page .gift-intro h2 {
  width: 172px;
  font-size: 15px;
  font-weight: 500;
}

.gift-page .gift-intro img {
  width: 533px;
  height: 300px;
  aspect-ratio: auto;
}

.gift-page .gift-formulas {
  padding: 80px;
}

.gift-formulas__inner {
  display: flex;
  width: 454px;
  margin-inline: auto;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.gift-formulas__inner h2,
.gift-formulas__inner p,
.gift-formulas__inner table {
  margin: 0;
}

.gift-formulas__inner>h2,
.gift-conditions h2 {
  font-size: 15px;
  font-weight: 500;
}

.gift-formulas__inner table {
  width: 100%;
  border-collapse: collapse;
}

.gift-formulas__inner tr {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  border: 1px solid rgba(82, 65, 48, 0.2);
  border-bottom: 0;
}

.gift-formulas__inner tr:last-child {
  border-bottom: 1px solid rgba(82, 65, 48, 0.2);
}

.gift-formulas__inner th,
.gift-formulas__inner td {
  padding: 15px 30px;
  border: 0;
  font-weight: 400;
  white-space: nowrap;
}

.gift-formulas__inner td {
  width: auto;
}

.gift-formulas__inner hr {
  width: 100px;
  margin: 0;
  border: 0;
  border-top: 1px solid rgba(82, 65, 48, 0.2);
}

.gift-conditions {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.gift-cta {
  display: flex;
  width: 454px;
  margin: 0;
  padding: 30px 40px;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  background-color: rgba(234, 227, 203, 0.84);
}

.gift-cta .button-outline {
  text-transform: none;
}

.contact-page .contact-privacy-note {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
}

.contact-page .contact-privacy-note a,
.legal-content a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.legal-content {
  width: min(calc(100% - 48px), 680px);
  padding: 80px 0;
  line-height: 1.65;
}

.legal-content .legal-update {
  margin-bottom: 40px;
  color: var(--muted);
  font-size: 11px;
}

.legal-content section+section {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(82, 65, 48, 0.2);
}

.legal-content h2 {
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: 500;
}

.legal-content h3 {
  margin: 26px 0 13px;
  font-size: 14px;
  font-weight: 500;
}

.legal-content p,
.legal-content ul {
  margin-top: 0;
  margin-bottom: 13px;
}

.legal-content section>*:last-child {
  margin-bottom: 0;
}

.legal-content ul {
  display: grid;
  gap: 10px;
}

.legal-details {
  padding-left: 0;
  list-style: none;
}

.legal-content strong {
  font-weight: 500;
}

.legal-placeholder {
  padding: 20px;
  background-color: rgba(234, 227, 203, 0.84);
}

.thanks-page {
  min-height: 58vh;
}

.thanks-content {
  padding: 80px 0 120px;
  text-align: center;
}

.thanks-content>p {
  margin-bottom: 13px;
}

.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.thanks-actions .button-outline {
  text-transform: none;
}

@media (max-width: 1320px) {
  .gallery-page .gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px 40px;
  }
}

@media (max-width: 1120px) {
  :root {
    --header-height: 94px;
  }

  body {
    padding-top: var(--header-height);
  }

  .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-color: rgba(243, 241, 234, 0.98);
    background-image: none;
  }

  .site-header,
  .site-header__inner {
    transition: min-height var(--ease);
  }

  .site-header.is-scrolled,
  .site-header.is-scrolled .site-header__inner {
    min-height: 68px;
  }

  .site-header.is-scrolled .brand {
    gap: 0;
  }

  .site-header.is-scrolled .brand__mark {
    width: 0;
    height: 0;
    opacity: 0;
  }

  .site-header__inner {
    width: min(calc(100% - 42px), 1370px);
    padding: 22px 0;
  }

  .site-nav__list {
    gap: 15px;
    font-size: 10px;
  }

  .brand__name {
    font-size: 17px;
  }

  .brand__mark {
    width: 34px;
    height: 34px;
  }

  .course-section,
  .feature-layout,
  .feature-layout--kintsugi {
    gap: 42px;
  }

  .course-section--sessions {
    grid-template-columns: 1fr;
  }

  .session-cards {
    width: min(100%, 540px);
  }

  .facts-with-dates {
    grid-template-columns: 1fr;
  }

  .date-card {
    max-width: 300px;
  }

  .design-page .feature-layout,
  .kintsugi-page .feature-layout {
    grid-template-columns: 1fr;
  }

  .design-page .feature-layout__copy {
    width: min(100%, 580px);
  }

  .stages-page .feature-layout__images img {
    height: auto;
    aspect-ratio: 0.75 / 1;
  }

  .kintsugi-page .feature-layout__images {
    min-height: 620px;
  }

  .gallery-page .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 50%));
    justify-content: center;
  }
}

@media (max-width: 840px) {
  :root {
    --header-height: 82px;
  }

  body {
    font-size: 13px;
  }

  body.menu-open {
    overflow: hidden;
  }

  .section-shell {
    width: min(calc(100% - 40px), var(--content));
  }

  .cours-page .section-shell {
    width: min(calc(100% - 160px), 1280px);
  }

  .site-header__inner {
    grid-template-columns: 44px 1fr 72px;
    width: calc(100% - 28px);
    min-height: var(--header-height);
    padding: 0;
    align-items: center;
  }

  .site-header.is-scrolled,
  .site-header.is-scrolled .site-header__inner {
    min-height: 60px;
  }

  .menu-toggle {
    position: relative;
    z-index: 60;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span:not(.screen-reader-text) {
    position: absolute;
    top: 50%;
    left: 6px;
    display: block;
    width: 24px;
    height: 1px;
    background: var(--ink);
    transition: transform var(--ease), opacity var(--ease);
  }

  .menu-toggle span:nth-child(1) {
    transform: translateY(-7px);
  }

  .menu-toggle span:nth-child(2) {
    transform: translateY(0);
  }

  .menu-toggle span:nth-child(3) {
    transform: translateY(7px);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    z-index: 55;
    inset: 0;
    display: grid;
    width: auto;
    place-items: center;
    justify-self: stretch;
    margin-top: 0;
    visibility: hidden;
    background: rgba(244, 240, 230, 0.98);
    opacity: 0;
    transition: visibility var(--ease), opacity var(--ease);
  }

  .site-nav.is-open {
    visibility: visible;
    opacity: 1;
  }

  .site-nav__list {
    display: grid;
    gap: 22px;
    justify-items: center;
    font-size: 17px;
  }

  .brand {
    grid-column: auto;
  }

  .brand__name {
    font-size: 16px;
  }

  .brand__mark {
    width: 27px;
    height: 27px;
  }

  .gift-link {
    max-width: 65px;
    margin-top: 0;
    font-size: 9px;
    text-align: right;
  }

  .page-heading {
    padding: 50px 0 60px;
  }

  .home-hero {
    width: 100%;
    height: min(72vh, 620px);
    aspect-ratio: auto;
  }

  .home-hero img {
    object-position: center;
  }

  .home-details {
    padding: 74px 0 82px;
  }

  .course-section,
  .course-section--initiation,
  .course-section--sessions,
  .course-section--private,
  .feature-layout,
  .feature-layout--kintsugi,
  .gift-intro {
    grid-template-columns: 1fr;
  }

  .course-section {
    gap: 38px;
    padding: 0 0 60px;
  }

  .image-pair {
    gap: 14px;
  }

  .facts-with-dates {
    grid-template-columns: minmax(0, 1fr) 280px;
  }

  .feature-layout {
    gap: 42px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 20px;
  }

  .profile-page__portrait {
    margin-bottom: 65px;
  }

  .gift-intro {
    width: min(calc(100% - 40px), 700px);
    gap: 35px;
    padding-bottom: 66px;
  }

  .gift-intro__copy {
    width: min(100%, 520px);
    margin-inline: auto;
  }

  .design-page .section-shell {
    width: min(calc(100% - 160px), 1280px);
  }

  .design-page .feature-layout {
    gap: 42px;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .design-page .facts-with-dates,
  .kintsugi-page .facts-with-dates {
    grid-template-columns: minmax(0, 1fr) 228px;
  }

  .stages-page .date-card,
  .kintsugi-page .date-card {
    width: 228px;
  }

  .profile-page__copy {
    padding: 60px 0;
  }

  .gallery-page .gallery-grid {
    gap: 24px 20px;
    padding-top: 0px;
  }

  .gallery-page .gallery-note {
    padding-bottom: 60px;
  }

  .contact-page .contact-wrap {
    width: calc(100% - 160px);
    padding: 60px 0;
  }

  .contact-page .contact-form {
    width: 100%;
  }

  .gift-page .gift-intro {
    grid-template-columns: 1fr;
    width: min(calc(100% - 40px), 533px);
    padding: 60px 0;
  }

  .gift-page .gift-intro__copy {
    width: min(100%, 360px);
    margin: 0;
  }

  .gift-page .gift-intro img {
    width: 100%;
    height: auto;
    aspect-ratio: 533 / 300;
  }

  .gift-page .gift-formulas {
    padding: 60px 20px;
  }

  .gift-formulas__inner,
  .gift-cta {
    width: min(100%, 454px);
  }

  .legal-content {
    padding-top: 0;
  }
}

@media (max-width: 520px) {

  .cours-page .section-shell {
    width: min(calc(100% - 40px), 1280px);
  }

  .design-page .section-shell {
    width: min(calc(100% - 40px), 1280px);
  }

  .narrow-copy {
    width: calc(100% - 40px);
  }

  .legal-content {
    width: calc(100% - 40px);
    padding: 0 0 60px;
  }

  .legal-content section+section {
    margin-top: 32px;
    padding-top: 32px;
  }

  .thanks-content {
    padding: 60px 0 80px;
  }

  .thanks-actions {
    flex-direction: column;
  }

  .page-heading {
    padding-top: 38px;
  }

  .home-hero {
    height: 56vh;
    min-height: 390px;
  }

  .image-pair {
    grid-template-columns: 1fr 1fr;
  }

  .facts-with-dates,
  .session-cards,
  .fact-list--columns,
  .course-facts-grid {
    grid-template-columns: 1fr;
  }

  .date-card {
    max-width: none;
  }

  .feature-layout__images.image-pair--portrait img {
    aspect-ratio: 0.72 / 1;
  }

  .gallery-grid {
    gap: 18px 12px;
  }

  .gallery-grid__item img {
    aspect-ratio: 0.9 / 1;
  }

  .profile-page__portrait {
    width: min(100%, 290px);
  }

  .design-page .facts-with-dates,
  .kintsugi-page .facts-with-dates {
    grid-template-columns: 1fr;
  }

  .stages-page .date-card,
  .kintsugi-page .date-card {
    width: 100%;
    max-width: none;
  }

  .kintsugi-page .feature-layout__images {
    min-height: 440px;
    gap: 14px;
  }

  .gallery-page .gallery-grid__item,
  .gallery-page .gallery-grid__item:nth-child(4n+3),
  .gallery-page .gallery-grid__item:nth-child(4n+4) {
    height: auto;
    aspect-ratio: 0.9 / 1;
  }

  .contact-page .page-heading--contact p,
  .contact-page .page-heading--contact a {
    font-size: 11px;
  }

  .contact-page .contact-form label {
    font-size: 12px;
  }

  .gift-formulas__inner th,
  .gift-formulas__inner td {
    padding: 13px 15px;
    font-size: 11px;
  }

  .gift-cta {
    padding-inline: 20px;
  }

  .site-footer__inner {
    display: grid;
    justify-items: center;
  }

  .site-footer {
    padding: 40px 24px 10px;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
