@font-face {
    font-family: "Cooper Hewitt";
    src: url("assets/fonts/cooper-hewitt-book.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Cooper Hewitt Bold";
    src: url("assets/fonts/cooper-hewitt-bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Cooper Hewitt Italic";
    src: url("assets/fonts/cooper-hewitt-book-italic.woff2") format("woff2");
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Balgin";
    src: url("assets/fonts/balgin-extra-light.woff2") format("woff2");
    font-style: normal;
    font-weight: 200;
    font-display: swap;
}

:root {
    --paper: #f5f4f3;
    --ink: #332824;
    --taupe: #665947;
    --peach: #d08a66;
    --rust: #b4512e;
    --light-ink: #eee5db;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    color: #000;
    background: var(--page-bg, var(--paper));
    font-family: "Cooper Hewitt", Arial, sans-serif;
    font-size: 21.333px;
    font-weight: 400;
    line-height: 1.36;
}

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

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

figure {
    margin: 0;
}

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

a {
    color: inherit;
}

.canvas {
    position: relative;
    width: min(100%, 1366px);
    margin-inline: auto;
    overflow: hidden;
    background: var(--page-bg, var(--paper));
}

.display {
    margin: 0;
    font-family: "Balgin", "Cooper Hewitt", Arial, sans-serif;
    font-size: 48px;
    font-weight: 200;
    line-height: 1.08;
    letter-spacing: -.015em;
}

.section-copy {
    line-height: 1.375;
}

.button {
    display: inline-block;
    border: 0;
    border-radius: 6px;
    padding: 7px 16px 5px;
    color: var(--ink);
    background: #fff;
    font-size: 28.7px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.button--taupe {
    color: var(--light-ink);
    background: #978c7d;
}

.button--peach {
    color: var(--light-ink);
    background: #cf8364;
}

.button--brown {
    color: var(--light-ink);
    background: #6b5d49;
}

.keyboard-nav {
    position: fixed;
    z-index: 100;
    top: -12rem;
    left: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    max-width: calc(100% - 2rem);
    padding: .75rem 1rem;
    background: #fff;
    box-shadow: 0 2px 14px rgb(0 0 0 / 18%);
    transition: top .15s ease;
}

.keyboard-nav:focus-within {
    top: 1rem;
}

.keyboard-nav a {
    font: 16px/1.3 system-ui, sans-serif;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.decor {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

.content-layer {
    position: relative;
    z-index: 1;
}

.photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Home */
.home {
    --page-bg: #f5f4f3;
}

.home-section {
    position: relative;
    overflow: hidden;
}

.home-hero {
    height: 1070px;
}

.home-logo {
    position: absolute;
    z-index: 2;
    top: 21px;
    left: 162px;
    width: 197px;
    height: 207px;
}

.home-tagline {
    position: absolute;
    z-index: 2;
    top: 187px;
    right: 90px;
    margin: 0;
    font-size: 31px;
    letter-spacing: .24em;
    white-space: nowrap;
}

.hero-photo {
    position: absolute;
    top: 272px;
    width: 402px;
    height: 497px;
    object-fit: cover;
}

.hero-photo--one {
    left: 80px;
}

.hero-photo--two {
    left: 482px;
}

.hero-photo--three {
    left: 884px;
}

.home-intro {
    position: absolute;
    z-index: 2;
    top: 852px;
    left: 18%;
    width: 64%;
    margin: 0;
    font-size: 24px;
    line-height: 1.55;
    text-align: center;
}

.home-ctas {
    height: 470px;
    padding-top: 83px;
    text-align: center;
}

.home-cta + .home-cta {
    margin-top: 76px;
}

.home-cta h2 {
    margin: 0 0 10px;
    color: var(--taupe);
    font-size: 44.4px;
    line-height: 1;
}

.home-cta--studio h2 {
    color: var(--rust);
}

.home-cta-blob {
    top: 70px;
    right: -510px;
    width: 602px;
}

.home-workshops {
    height: 770px;
    padding: 145px 7.2% 0;
}

.home-workshops .display {
    margin-bottom: 60px;
}

.loop-workshops {
    top: -160px;
    right: -245px;
    width: 1120px;
}

.workshop-cards {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
}

.workshop-card {
    text-decoration: none;
}

.workshop-card img {
    width: 100%;
    aspect-ratio: 1 / 1.25;
    object-fit: cover;
}

.workshop-card:nth-child(2) img,
.workshop-card:nth-child(4) img {
    aspect-ratio: 1.3 / 1;
}

.workshop-card h3 {
    margin: 14px 0 0;
    color: var(--taupe);
    font-size: 32px;
    line-height: 1;
}

.home-studio {
    height: 880px;
    padding: 90px 11% 0;
}

.home-studio--compact {
    height: 750px;
    padding-top: 60px;
}

.home-studio .display {
    margin-bottom: 28px;
}

.home-studio-lead {
    margin-bottom: 60px;
    font-size: 29.3px;
    line-height: 1.55;
}

.home-studio-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 50px;
    align-items: start;
}

.home-studio-copy {
    max-width: 480px;
    font-size: 24px;
    text-align: justify;
}

.home-studio-copy .button {
    margin-top: 20px;
}

.home-studio-photo {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.home-studio--compact .home-studio-copy {
    text-transform: uppercase;
    line-height: 1.5;
}

.loop-studio {
    top: 0;
    left: -770px;
    width: 1075px;
}

.home-events {
    height: 830px;
    padding: 80px 11.4% 0;
}

.home-events-grid {
    display: grid;
    grid-template-columns: 370px 1fr;
    gap: 184px;
    align-items: start;
}

.home-events-photo {
    width: 370px;
    height: 555px;
    object-fit: cover;
}

.home-events-copy .display {
    margin-bottom: 38px;
}

.home-events-copy ul {
    margin: 0 0 35px;
    padding: 0;
    color: var(--taupe);
    font-size: 31px;
    line-height: 1.48;
    list-style: none;
}

.home-events-blob {
    top: 0;
    right: -455px;
    width: 602px;
}

.home-about {
    height: 1040px;
    padding: 80px 9.5% 0;
}

.home-about--compact {
    height: 900px;
    padding-top: 70px;
}

.home-about-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 100px;
    align-items: center;
}

.home-about-copy {
    text-align: center;
}

.home-about-copy .display {
    margin-bottom: 42px;
    text-align: left;
}

.home-about-copy p {
    font-size: 21.3px;
    line-height: 1.45;
}

.home-about-copy .button {
    margin-top: 30px;
}

.home-about-photo {
    width: 446px;
    height: 669px;
    object-fit: cover;
    justify-self: end;
}

.home-about--compact .home-about-grid {
    grid-template-columns: 1fr .8fr;
}

.home-about--compact .home-about-copy {
    text-align: left;
}

.home-about--compact .home-about-copy p {
    font-size: 24px;
    text-align: justify;
}

.home-about--compact .home-about-photo {
    width: 407px;
    height: 611px;
}

.loop-about {
    top: 0;
    left: -60px;
    width: 420px;
}

.home-contact {
    height: 1240px;
    padding: 100px 9.8% 0;
}

.home-contact .display {
    margin-bottom: 25px;
}

.home-contact-grid {
    display: grid;
    grid-template-columns: 1.35fr .8fr;
    gap: 120px;
}

.contact-details {
    font-size: 25.8px;
    line-height: 1.55;
}

.contact-details dt {
    margin-top: 18px;
    color: var(--taupe);
}

.contact-details dd {
    margin: 3px 0 0;
}

.contact-map {
    width: 230px;
    margin: 18px 0 38px;
}

.instagram-label {
    margin: 83px 0 25px;
    color: var(--taupe);
    font-size: 25.3px;
}

.instagram-shot {
    width: 382px;
}

.loop-contact {
    top: -655px;
    left: 215px;
    width: 936px;
}

.home-reviews {
    height: 627px;
    padding: 30px 10.2% 0;
}

.home-reviews h2 {
    margin: 0 0 70px;
    color: var(--taupe);
    font-size: 46.7px;
}

.review-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 130px;
    align-items: center;
}

.review-qr-wrap {
    text-align: center;
}

.review-qr-wrap p {
    margin-bottom: 8px;
    font-size: 18.6px;
    line-height: 1.35;
}

.review-qr {
    width: 185px;
    margin: 0 auto;
}

.review-widget {
    width: 664px;
}

.review-blob {
    right: -620px;
    bottom: -60px;
    width: 725px;
}

/* Workshop menu page */
.workshopy-page {
    --page-bg: #f5f4f3;
    min-height: 769px;
    padding: 95px 3.8% 70px;
}

.workshopy-page .display {
    margin-bottom: 38px;
    color: var(--taupe);
}

.workshopy-page .button {
    margin-bottom: 42px;
    font-size: 34.2px;
}

.workshopy-page .workshop-cards {
    gap: 45px;
}

.workshopy-page .workshop-card img {
    height: 218px;
    aspect-ratio: auto;
}

.workshopy-page .workshop-card h3 {
    font-size: 34.7px;
}

.workshopy-loop {
    top: -325px;
    right: -234px;
    width: 1083px;
}

/* Events */
.eventy-page {
    --page-bg: #f5f4f3;
    min-height: 9537px;
    padding-top: 38px;
}

.visible-nav {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    gap: 25px;
    padding: 12px 77px 0;
    font-size: 20.2px;
}

.visible-nav a {
    text-decoration: none;
}

.eventy-nav-loop {
    top: -340px;
    left: 364px;
    width: 500px;
}

.event-intro {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 418px 1fr;
    gap: 100px;
    min-height: 1010px;
    padding: 110px 7.2% 70px;
}

.event-intro img {
    width: 418px;
    height: 628px;
    object-fit: cover;
}

.event-intro .display {
    margin-bottom: 30px;
}

.event-types {
    margin: 0 0 25px;
    padding: 0;
    color: var(--taupe);
    font-size: 31px;
    line-height: 1.38;
    list-style: none;
}

.event-intro-copy p {
    max-width: 610px;
    font-size: 21.3px;
    line-height: 1.45;
}

.event-block {
    padding-inline: 3.9%;
}

.event-block h2 {
    margin: 0 0 38px;
    font-size: 26.7px;
    text-align: center;
}

.event-block figcaption {
    margin-top: 8px;
    font-size: 12.3px;
}

.event-grid {
    display: grid;
    gap: 54px;
}

.event-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-block--lindex-textile {
    min-height: 1240px;
}

.event-grid--lindex-textile {
    grid-template-columns: 1.05fr .95fr;
    height: 920px;
}

.event-grid--lindex-textile .stack {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 54px;
}

.event-block--corporate {
    min-height: 1290px;
}

.event-grid--corporate {
    grid-template-columns: 1.15fr .85fr;
    height: 1030px;
}

.event-grid--corporate .stack {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 14px;
}

.event-block--birthday {
    min-height: 1110px;
}

.event-grid--birthday {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: 850px;
    gap: 60px 55px;
}

.event-block--launch {
    min-height: 790px;
}

.event-grid--four {
    grid-template-columns: repeat(4, 1fr);
    height: 425px;
    gap: 35px;
}

.event-block--garnier {
    min-height: 1660px;
}

.event-grid--garnier {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 885px 405px;
    gap: 90px 65px;
}

.event-grid--garnier .mosaic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 40px;
}

.event-block--henri {
    min-height: 810px;
}

.event-grid--three {
    grid-template-columns: repeat(3, 1fr);
    height: 510px;
}

.event-block--lindex-ceramic {
    min-height: 1550px;
}

.event-grid--lindex-ceramic {
    display: block;
}

.lindex-main,
.lindex-strip {
    display: grid;
    gap: 45px;
}

.lindex-main {
    grid-template-columns: repeat(3, 1fr);
    height: 610px;
}

.lindex-strip {
    grid-template-columns: repeat(4, 1fr);
    height: 451px;
    margin-top: 110px;
}

.lindex-main img,
.lindex-strip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Ceramic studio */
.studio-page {
    --page-bg: #f5f4f3;
    min-height: 1709px;
}

.studio-main-photo {
    position: absolute;
    top: 264px;
    left: 0;
    width: 587px;
    height: 380px;
    object-fit: cover;
}

.studio-wheel {
    position: absolute;
    bottom: 190px;
    left: -23px;
    width: 444px;
}

.studio-reserve {
    position: absolute;
    top: 688px;
    left: 65px;
    font-size: 31.5px;
}

.studio-page-copy {
    width: 630px;
    margin-left: 648px;
    padding-top: 112px;
}

.studio-page-copy .display {
    margin-bottom: 18px;
    color: var(--taupe);
}

.studio-page-copy .lead {
    font-size: 28px;
}

.studio-page-copy h2 {
    margin: 25px 0 2px;
    font-size: 28px;
}

.studio-page-copy p,
.studio-page-copy ol {
    margin-bottom: 18px;
    font-size: 21.3px;
    line-height: 1.36;
}

.studio-page-copy ol {
    padding-left: 20px;
}

.studio-closing {
    position: absolute;
    right: 9%;
    bottom: 23px;
    left: 9%;
    margin: 0;
    color: var(--rust);
    font-size: 27px;
    text-align: center;
}

/* About */
.about-page {
    --page-bg: #f5f4f3;
    min-height: 2793px;
    padding: 135px 7.6% 100px;
}

.about-intro {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.35fr .8fr;
    gap: 90px;
    min-height: 790px;
}

.about-intro .display {
    margin-bottom: 42px;
    color: var(--taupe);
}

.about-intro p {
    max-width: 655px;
    font-size: 21.3px;
    line-height: 1.36;
}

.about-founders {
    width: 424px;
    height: 636px;
    object-fit: cover;
}

.about-interview {
    display: inline-block;
    margin-top: 8px;
    text-decoration: none;
}

.about-team-title {
    margin: 15px 0 80px 28px;
    color: var(--taupe);
}

.team-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 180px 185px;
    padding-inline: 32px;
}

.team-member {
    min-height: 545px;
}

.team-portrait {
    height: 320px;
    margin: -65px auto 15px;
    object-fit: contain;
}

.team-member h3 {
    margin: 0 0 28px;
    font-family: "Balgin", "Cooper Hewitt", sans-serif;
    font-size: 37.8px;
    line-height: 1;
}

.team-member p {
    font-size: 21.3px;
    line-height: 1.46;
    text-align: justify;
}

.about-loop-top {
    top: -500px;
    left: 198px;
    width: 604px;
}

.about-loop-team {
    top: 950px;
    left: -470px;
    width: 850px;
}

.about-blob {
    top: 1340px;
    right: -445px;
    width: 560px;
}

/* Voucher */
.voucher-page {
    --page-bg: #f5f4f3;
    min-height: 915px;
    padding: 75px 7.2% 80px;
}

.voucher-page .display {
    margin-bottom: 34px;
}

.voucher-copy {
    max-width: 850px;
    margin-bottom: 38px;
    font-size: 21.3px;
    line-height: 1.48;
}

.voucher-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 75px;
}

.voucher-grid a {
    text-decoration: none;
}

.voucher-grid img {
    width: 100%;
}

.voucher-loop {
    top: 92px;
    right: -365px;
    width: 800px;
}

/* Contact */
.contact-page {
    --page-bg: #fff;
    min-height: 1099px;
    padding: 110px 10.2% 70px;
}

.contact-page .display {
    margin-bottom: 25px;
    color: var(--taupe);
}

.contact-page-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.3fr .8fr;
    gap: 70px;
}

.contact-page .contact-details {
    font-size: 21.3px;
}

.contact-page .contact-map {
    width: 200px;
    margin: 18px 0 46px;
}

.contact-page .instagram-label {
    margin-top: 82px;
    font-size: 21.9px;
}

.contact-page .instagram-shot {
    width: 339px;
}

.contact-loop {
    top: -555px;
    left: 238px;
    width: 810px;
}

/* Workshop detail pages */
.detail-page {
    position: relative;
}

.detail-art {
    position: absolute;
    object-fit: contain;
}

.detail-copy {
    position: relative;
    z-index: 1;
    width: 605px;
    margin-left: 632px;
    padding-top: 135px;
}

.detail-copy h1,
.detail-copy h2 {
    margin: 0;
    font-size: 49.6px;
    line-height: 1;
    color: var(--taupe);
}

.detail-copy .subhead {
    margin-top: 8px;
    font-size: 33.6px;
}

.detail-copy .price {
    margin: 25px 0 42px;
    color: var(--ink);
    font-size: 26.7px;
}

.detail-copy p {
    margin-bottom: 28px;
    font-size: 21.3px;
    line-height: 1.36;
    text-align: justify;
}

.detail-copy .fine-print {
    font-size: 18.7px;
}

.detail-copy .lesson-label {
    font-family: "Cooper Hewitt Bold", "Cooper Hewitt", sans-serif;
}

.detail-copy em {
    font-family: "Cooper Hewitt Italic", "Cooper Hewitt", sans-serif;
}

.detail-section-title {
    margin: 35px 0 8px !important;
    color: #000 !important;
    font-size: 32px !important;
}

.detail-gallery {
    position: absolute;
    right: 0;
    bottom: 187px;
    left: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 44px;
}

.detail-gallery img {
    width: 100%;
    height: 405px;
    object-fit: cover;
}

.ceramic-detail {
    --page-bg: #f7f4ef;
    min-height: 2781px;
}

.ceramic-detail .detail-art {
    top: -52px;
    left: -85px;
    width: 925px;
    height: 1110px;
}

.ceramic-detail .detail-copy {
    min-height: 2040px;
}

.ceramic-detail .detail-gallery {
    bottom: 187px;
}

.graphic-detail {
    --page-bg: #ecd8cd;
    min-height: 1928px;
}

.graphic-detail .detail-art {
    top: -58px;
    left: -458px;
    width: 1332px;
    height: 1224px;
}

.graphic-detail .detail-copy {
    margin-left: 692px;
    padding-top: 160px;
    width: 558px;
}

.graphic-detail .detail-gallery {
    bottom: 242px;
    gap: 48px;
}

.graphic-detail .detail-gallery img {
    height: 406px;
}

.textile-detail {
    --page-bg: #dfd385;
    min-height: 1632px;
}

.textile-detail .detail-art {
    top: -149px;
    left: -20px;
    width: 681px;
    height: 908px;
}

.textile-detail .detail-copy {
    margin-left: 683px;
    padding-top: 155px;
    width: 552px;
}

.textile-detail .detail-gallery {
    bottom: 225px;
    gap: 44px;
}

.textile-detail .detail-gallery img {
    height: 406px;
}

.glass-detail {
    --page-bg: #e6ebf0;
    min-height: 1709px;
}

.glass-detail .detail-art {
    top: -150px;
    left: -170px;
    width: 820px;
    height: auto;
}

.glass-detail .detail-copy {
    margin-left: 660px;
    padding-top: 118px;
    width: 578px;
}

.glass-detail .detail-gallery {
    bottom: 258px;
    gap: 52px;
}

.glass-detail .detail-gallery img {
    height: 405px;
}

/* Wreath detail */
.wreath-detail {
    --page-bg: #ecede2;
    min-height: 4376px;
}

.wreath-art {
    position: absolute;
    object-fit: contain;
}

.wreath-art--spring {
    top: -118px;
    left: -166px;
    width: 893px;
    height: 1062px;
}

.wreath-art--christmas {
    top: 1408px;
    left: -302px;
    width: 950px;
    height: 1258px;
}

.wreath-art--ikebana {
    top: 3399px;
    left: 0;
    width: 593px;
    height: 791px;
}

.wreath-copy {
    position: absolute;
    z-index: 1;
    left: 683px;
    width: 568px;
}

.wreath-copy--spring {
    top: 132px;
}

.wreath-copy--christmas {
    top: 1730px;
}

.wreath-copy--ikebana {
    top: 3502px;
    left: 694px;
    color: var(--taupe);
}

.wreath-copy h1,
.wreath-copy h2 {
    margin: 0;
    color: var(--taupe);
    font-size: 49.6px;
    line-height: 1.4;
}

.wreath-copy .price {
    margin: 14px 0 38px;
    color: var(--ink);
    font-size: 26.7px;
}

.wreath-copy p {
    margin-bottom: 28px;
    font-size: 21.3px;
    line-height: 1.55;
    text-align: justify;
}

.wreath-copy .fine-print {
    font-size: 18.7px;
}

.wreath-gallery {
    position: absolute;
    right: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}

.wreath-gallery--spring {
    top: 1090px;
}

.wreath-gallery--christmas {
    top: 2685px;
}

.wreath-gallery img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

/* Responsive reflow */
@media (max-width: 900px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    body {
        font-size: 18px;
    }

    h1,
    h2,
    h3,
    p,
    li,
    a {
        max-width: 100%;
        overflow-wrap: break-word;
    }

    .button {
        max-width: 100%;
        white-space: normal;
        line-height: 1.12;
        text-align: center;
    }

    .canvas {
        width: 100%;
        max-width: 100%;
    }

    .home-section,
    .eventy-page,
    .studio-page,
    .about-page,
    .voucher-page,
    .contact-page,
    .detail-page,
    .wreath-detail,
    .workshopy-page {
        min-height: 0;
        height: auto;
    }

    .display {
        font-size: clamp(34px, 9vw, 48px);
    }

    .button {
        font-size: 22px;
    }

    .decor {
        opacity: .45;
    }

    .home-hero {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1px;
        padding: 28px 20px 45px;
    }

    .home-logo,
    .home-tagline,
    .hero-photo,
    .home-intro {
        position: relative;
        inset: auto;
        width: auto;
        height: auto;
    }

    .home-logo {
        width: 125px;
        margin-bottom: 25px;
    }

    .home-tagline {
        min-width: 0;
        align-self: center;
        font-size: 11px;
        letter-spacing: .08em;
        white-space: normal;
        text-align: right;
    }

    .hero-photo {
        width: 100%;
        aspect-ratio: 3 / 4;
    }

    .hero-photo--three {
        grid-column: 1 / -1;
        aspect-ratio: 16 / 10;
    }

    .home-intro {
        grid-column: 1 / -1;
        min-width: 0;
        padding-top: 35px;
        font-size: 18px;
    }

    .home-ctas,
    .home-workshops,
    .home-studio,
    .home-events,
    .home-about,
    .home-contact,
    .home-reviews,
    .workshopy-page,
    .voucher-page,
    .contact-page,
    .about-page {
        padding: 55px 24px;
    }

    .home-cta + .home-cta {
        margin-top: 55px;
    }

    .home-cta h2 {
        font-size: 30px;
    }

    .workshop-cards,
    .voucher-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px 18px;
    }

    .workshop-card:nth-child(n) img,
    .workshopy-page .workshop-card img {
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .workshop-card h3,
    .workshopy-page .workshop-card h3 {
        font-size: 24px;
    }

    .home-studio-lead {
        font-size: 21px;
    }

    .home-studio-grid,
    .home-events-grid,
    .home-about-grid,
    .home-about--compact .home-about-grid,
    .home-contact-grid,
    .contact-page-grid,
    .about-intro {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .home-studio-copy,
    .home-about--compact .home-about-copy p {
        max-width: none;
        font-size: 18px;
    }

    .home-studio-photo,
    .home-events-photo,
    .home-about-photo,
    .home-about--compact .home-about-photo,
    .about-founders {
        width: 100%;
        height: auto;
        max-height: 620px;
        object-fit: cover;
    }

    .home-events-copy ul {
        font-size: 24px;
    }

    .home-about-copy,
    .home-about-copy .display,
    .home-about--compact .home-about-copy {
        text-align: left;
    }

    .home-contact .instagram-label,
    .contact-page .instagram-label {
        margin-top: 20px;
    }

    .review-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .review-widget {
        width: 100%;
    }

    .visible-nav {
        justify-content: center;
        gap: 14px;
        padding: 20px;
        font-size: 15px;
    }

    .event-intro {
        grid-template-columns: 1fr;
        gap: 30px;
        min-height: 0;
        padding: 55px 24px;
    }

    .event-intro img {
        width: 100%;
        height: auto;
        max-height: 600px;
    }

    .event-block {
        min-height: 0;
        padding: 45px 20px;
    }

    .event-grid,
    .event-grid--lindex-textile,
    .event-grid--corporate,
    .event-grid--birthday,
    .event-grid--four,
    .event-grid--garnier,
    .event-grid--three {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: none;
        height: auto;
        gap: 18px;
    }

    .lindex-main,
    .lindex-strip {
        grid-template-columns: repeat(2, 1fr);
        height: auto;
        gap: 18px;
        margin-top: 18px;
    }

    .lindex-main img,
    .lindex-strip img {
        aspect-ratio: 4 / 3;
    }

    .event-grid .stack,
    .event-grid--garnier .mosaic {
        display: contents;
    }

    .event-grid img,
    .event-grid--lindex-ceramic .wide {
        grid-row: auto;
        aspect-ratio: 4 / 3;
    }

    .studio-main-photo,
    .studio-wheel,
    .studio-reserve,
    .studio-closing,
    .detail-art,
    .detail-gallery,
    .wreath-art,
    .wreath-copy,
    .wreath-gallery {
        position: relative;
        inset: auto;
    }

    .studio-page {
        padding: 48px 24px;
    }

    .studio-main-photo {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .studio-page-copy,
    .detail-copy,
    .graphic-detail .detail-copy,
    .textile-detail .detail-copy,
    .glass-detail .detail-copy,
    .wreath-copy,
    .wreath-copy--ikebana {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin: 0;
        padding: 0;
    }

    .studio-reserve {
        margin: 0 0 45px;
    }

    .studio-wheel {
        width: 65%;
        margin: 35px auto;
    }

    .studio-closing {
        margin-top: 35px;
        font-size: 21px;
    }

    .team-grid {
        grid-template-columns: 1fr;
        gap: 70px;
        padding: 0;
    }

    .team-member {
        min-height: 0;
    }

    .team-portrait {
        margin-top: 0;
    }

    .voucher-grid {
        gap: 25px;
    }

    .contact-page .contact-map {
        width: min(100%, 320px);
    }

    .detail-page,
    .wreath-detail {
        padding: 40px 24px 65px;
    }

    .detail-art,
    .ceramic-detail .detail-art,
    .graphic-detail .detail-art,
    .textile-detail .detail-art,
    .glass-detail .detail-art,
    .wreath-art {
        width: min(100%, 620px);
        height: auto;
        margin: -80px auto 20px;
    }

    .detail-copy h1,
    .detail-copy h2,
    .wreath-copy h1,
    .wreath-copy h2 {
        font-size: 38px;
    }

    .detail-copy .price,
    .wreath-copy .price {
        font-size: 22px;
    }

    .detail-copy p,
    .wreath-copy p {
        font-size: 18px;
        text-align: left;
    }

    .detail-gallery,
    .wreath-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-top: 45px;
    }

    .detail-gallery img,
    .wreath-gallery img {
        height: auto;
        aspect-ratio: 3 / 4;
    }

    .wreath-copy--christmas,
    .wreath-copy--ikebana {
        margin-top: 75px;
    }

    .wreath-art--christmas,
    .wreath-art--ikebana {
        margin-top: 40px;
    }
}

@media (max-width: 520px) {
    .workshop-cards,
    .voucher-grid,
    .event-grid,
    .event-grid--lindex-textile,
    .event-grid--corporate,
    .event-grid--birthday,
    .event-grid--four,
    .event-grid--garnier,
    .event-grid--three,
    .lindex-main,
    .lindex-strip,
    .detail-gallery,
    .wreath-gallery {
        grid-template-columns: 1fr;
    }

    .home-tagline {
        font-size: 13px;
    }

    .visible-nav {
        gap: 9px;
        font-size: 13px;
    }
}
