@font-face {
    font-family: "Cormorant Garamond";
    src: url("assets/cormorant-garamond-latin-400-normal.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("assets/inter-latin-400-normal.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("assets/inter-latin-500-normal.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("assets/inter-latin-600-normal.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

:root {
    --ink: #27231f;
    --muted: #6e665c;
    --paper: #fbfaf7;
    --ivory: #f4f1eb;
    --beige: #eee8df;
    --theory: #ded5ca;
    --rule: #bdb4a8;
    --brown: #40382f;
    --light: #fffdf8;
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: "Inter", Arial, sans-serif;
    --shell: 1296px;
    --gutter: 72px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
}

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

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

figure {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

h1,
h2,
h3 {
    font-family: var(--serif);
    font-weight: 400;
}

.skip-link {
    position: fixed;
    z-index: 100;
    top: 10px;
    left: 10px;
    padding: 10px 14px;
    background: var(--paper);
    transform: translateY(-180%);
}

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

.site-header {
    position: relative;
    z-index: 10;
    height: 82px;
    border-bottom: 1px solid rgba(39, 35, 31, 0.12);
    background: rgba(251, 250, 247, 0.97);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100%, calc(var(--shell) + 2 * var(--gutter)));
    height: 100%;
    margin: 0 auto;
    padding: 0 var(--gutter);
}

.brand {
    font-family: var(--serif);
    font-size: 25px;
    line-height: 1;
    text-decoration: none;
}

.desktop-nav {
    display: flex;
    gap: 34px;
}

.desktop-nav a {
    position: relative;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
}

.desktop-nav a[aria-current="page"]::after {
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    height: 1px;
    background: currentColor;
    content: "";
}

.mobile-menu {
    display: none;
}

.section-shell {
    width: min(100%, calc(var(--shell) + 2 * var(--gutter)));
    margin: 0 auto;
    padding-right: var(--gutter);
    padding-left: var(--gutter);
}

.eyebrow,
.principle-number {
    margin: 0 0 24px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.24em;
    line-height: 1.3;
    text-transform: uppercase;
}

.text-link {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 1px solid currentColor;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.13em;
    line-height: 1.5;
    text-decoration: none;
    text-transform: uppercase;
}

.theory-hero {
    display: grid;
    grid-template-columns: minmax(400px, 0.78fr) minmax(0, 1.22fr);
    align-items: stretch;
    width: min(100%, 1440px);
    min-height: 760px;
    margin: 0 auto;
}

.hero-copy {
    display: flex;
    justify-content: center;
    padding: 104px 58px 102px var(--gutter);
    flex-direction: column;
}

.hero-copy h1 {
    max-width: 600px;
    margin-bottom: 40px;
    font-size: clamp(72px, 6.9vw, 106px);
    letter-spacing: -0.035em;
    line-height: 0.92;
}

.hero-intro {
    max-width: 520px;
    margin-bottom: 42px;
    color: #514b44;
    font-size: 15px;
    line-height: 1.9;
}

.hero-copy .text-link {
    align-self: flex-start;
}

.hero-figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    background: #17130f;
}

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

.hero-figure::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(39, 35, 31, 0.04), rgba(39, 35, 31, 0));
    content: "";
}

.hero-figure figcaption {
    position: absolute;
    z-index: 1;
    right: 28px;
    bottom: 22px;
    margin: 0;
    color: rgba(255, 253, 248, 0.8);
    font-size: 9px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.method {
    padding: 154px 0 148px;
    background: var(--beige);
}

.method-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.65fr);
    align-items: end;
    gap: clamp(75px, 9vw, 140px);
}

.method-intro h2,
.principles-intro h2,
.principle h2,
.freedom h2,
.questions h2,
.explore h2 {
    margin-bottom: 0;
    font-size: clamp(57px, 5.6vw, 84px);
    letter-spacing: -0.025em;
    line-height: 1.01;
}

.method-intro > p {
    margin: 0 0 8px;
    color: #514b44;
    font-size: 15px;
    line-height: 1.9;
}

.method-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    margin-top: 104px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    gap: 54px;
}

.method-steps li {
    padding-top: 25px;
    border-top: 1px solid var(--rule);
}

.method-steps span {
    color: var(--muted);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
}

.method-steps h3 {
    margin: 45px 0 20px;
    font-size: 41px;
    line-height: 1;
}

.method-steps p {
    max-width: 340px;
    margin-bottom: 0;
    color: #514b44;
    font-size: 14px;
    line-height: 1.85;
}

.principles-intro {
    display: grid;
    grid-template-columns: 0.34fr 1fr;
    padding-top: 174px;
    padding-bottom: 148px;
    gap: 72px;
}

.principles-intro > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(270px, 0.47fr);
    align-items: end;
    gap: 75px;
}

.principles-intro > div > p {
    margin-bottom: 7px;
    color: #514b44;
    font-size: 15px;
    line-height: 1.9;
}

.principle {
    padding: 155px 0 165px;
}

.principle-heading {
    display: grid;
    grid-template-columns: 0.33fr 1fr;
    align-items: end;
    margin-bottom: 82px;
    gap: 72px;
}

.principle-number {
    margin-bottom: 11px;
}

.image-card {
    margin: 0;
}

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

.image-card figcaption {
    margin-top: 13px;
    color: var(--muted);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-transform: uppercase;
}

.direction {
    padding-top: 0;
}

.direction-stage {
    position: relative;
    min-height: 740px;
}

.direction-nature {
    width: 68%;
}

.direction-nature img {
    aspect-ratio: 1.56 / 1;
}

.direction-floral {
    position: absolute;
    right: var(--gutter);
    bottom: 0;
    width: 43%;
}

.direction-floral img {
    aspect-ratio: 1.43 / 1;
}

.principle-copy {
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    max-width: 1020px;
    margin-top: 93px;
    margin-right: auto;
    margin-left: auto;
    gap: 100px;
}

.principle-copy > p,
.principle-copy > div > p,
.rhythm-copy > p,
.application-note p,
.contrast-heading > p,
.grouping-heading > p {
    margin-bottom: 0;
    color: #514b44;
    font-size: 14px;
    line-height: 1.9;
}

.principle-copy span,
.application-note span {
    display: block;
    margin-bottom: 18px;
    color: var(--muted);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.rhythm {
    padding-top: 168px;
    padding-bottom: 184px;
    background: var(--ivory);
}

.rhythm-layout {
    display: grid;
    grid-template-columns: minmax(310px, 0.7fr) minmax(0, 1.3fr);
    align-items: start;
    gap: clamp(70px, 9vw, 145px);
}

.rhythm-copy {
    position: sticky;
    top: 70px;
    padding-top: 15px;
}

.rhythm-copy h2 {
    margin-bottom: 37px;
}

.rhythm-copy > p {
    max-width: 440px;
}

.rhythm-copy .application-note {
    max-width: 440px;
    margin-top: 62px;
    padding-top: 25px;
    border-top: 1px solid var(--rule);
}

.rhythm-images {
    display: flex;
    flex-direction: column;
    gap: 86px;
}

.rhythm-images .nature {
    width: 96%;
    align-self: flex-start;
}

.rhythm-images .floral {
    width: 82%;
    align-self: flex-end;
}

.rhythm-images img {
    aspect-ratio: 1.42 / 1;
}

.contrast {
    padding-top: 166px;
    padding-bottom: 171px;
    color: var(--light);
    background: var(--brown);
}

.contrast .principle-number,
.contrast .image-card figcaption,
.contrast .application-note span {
    color: #c8bcad;
}

.contrast-heading {
    display: grid;
    grid-template-columns: 0.31fr 0.93fr 0.56fr;
    align-items: end;
    margin-bottom: 91px;
    gap: 58px;
}

.contrast-heading > p {
    margin-bottom: 8px;
    color: #ded7ce;
}

.contrast-images {
    display: grid;
    grid-template-columns: 0.86fr 1.14fr;
    align-items: end;
    gap: 52px;
}

.contrast-images .nature {
    margin-bottom: 90px;
}

.contrast-images .nature img {
    aspect-ratio: 0.93 / 1;
    object-position: 50% center;
}

.contrast-images .floral img {
    aspect-ratio: 1.42 / 1;
}

.contrast-application {
    display: grid;
    grid-template-columns: 0.33fr 0.68fr;
    max-width: 900px;
    margin-top: 94px;
    margin-right: auto;
    gap: 35px;
}

.contrast-application p {
    color: #ded7ce;
}

.grouping {
    padding-top: 176px;
    padding-bottom: 180px;
}

.grouping-heading {
    display: grid;
    grid-template-columns: 1.05fr 0.55fr;
    align-items: end;
    margin-bottom: 93px;
    gap: 110px;
}

.grouping-heading > p {
    margin-bottom: 8px;
}

.grouping-stage {
    position: relative;
    min-height: 770px;
}

.grouping-nature {
    width: 81%;
    margin-left: auto;
}

.grouping-nature img {
    aspect-ratio: 1.62 / 1;
}

.grouping-floral {
    position: absolute;
    bottom: 0;
    left: var(--gutter);
    width: 42%;
}

.grouping-floral img {
    aspect-ratio: 1.05 / 1;
    object-position: 52% center;
}

.grouping-application {
    display: grid;
    grid-template-columns: 0.38fr 1fr;
    max-width: 940px;
    margin-top: 96px;
    margin-right: var(--gutter);
    margin-left: auto;
    gap: 42px;
}

.freedom {
    padding: 157px 0 163px;
    background: var(--theory);
}

.freedom-grid {
    display: grid;
    grid-template-columns: 0.34fr 1fr;
    gap: 74px;
}

.freedom-grid > div {
    max-width: 940px;
}

.freedom-grid h2 {
    margin-bottom: 45px;
}

.freedom-grid p {
    max-width: 650px;
    margin-bottom: 68px;
    color: #514b44;
    font-size: 15px;
    line-height: 1.95;
}

.freedom-grid strong {
    display: block;
    font-family: var(--serif);
    font-size: clamp(43px, 4.3vw, 65px);
    font-weight: 400;
    line-height: 1.04;
}

.questions {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
    padding-top: 165px;
    padding-bottom: 171px;
    gap: 75px 110px;
}

.questions-intro h2 {
    margin-bottom: 42px;
}

.questions-intro > p:last-child {
    max-width: 490px;
    margin-bottom: 0;
    color: #514b44;
    font-size: 15px;
    line-height: 1.9;
}

.question-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--rule);
}

.question-list li {
    display: grid;
    grid-template-columns: 72px 1fr;
    align-items: center;
    min-height: 116px;
    padding: 22px 0;
    border-bottom: 1px solid var(--rule);
    gap: 20px;
}

.question-list span {
    color: var(--muted);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.17em;
}

.question-list strong {
    font-family: var(--serif);
    font-size: 32px;
    font-weight: 400;
    line-height: 1.12;
}

.questions-outro {
    grid-column: 2;
    max-width: 570px;
}

.questions-outro p {
    margin-bottom: 28px;
    color: #514b44;
    font-size: 14px;
    line-height: 1.9;
}

.explore {
    padding: 145px 0 155px;
    background: var(--ivory);
}

.explore-heading {
    display: grid;
    grid-template-columns: 0.34fr 1fr;
    align-items: start;
    margin-bottom: 82px;
    gap: 70px;
}

.explore-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
}

.explore-grid a {
    display: flex;
    min-width: 0;
    min-height: 285px;
    padding: 32px 34px 28px;
    flex-direction: column;
    text-decoration: none;
}

.explore-grid a + a {
    border-left: 1px solid var(--rule);
}

.explore-grid span {
    color: var(--muted);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.explore-grid strong {
    max-width: 310px;
    margin-top: 48px;
    font-family: var(--serif);
    font-size: 35px;
    font-weight: 400;
    line-height: 1.08;
}

.explore-grid em {
    margin-top: auto;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-transform: uppercase;
}

.site-footer {
    padding: 68px var(--gutter) 26px;
    color: var(--light);
    background: var(--brown);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    max-width: var(--shell);
    margin: 0 auto 78px;
    gap: 54px;
}

.footer-grid > div:not(.footer-brand) {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.footer-grid a {
    max-width: 100%;
    margin-bottom: 8px;
    color: #e6dfd5;
    font-size: 12px;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.footer-brand p {
    margin-bottom: 12px;
    font-family: var(--serif);
    font-size: 35px;
    line-height: 1;
}

.footer-brand span {
    color: #cec3b5;
    font-size: 12px;
    line-height: 1.7;
}

.footer-label {
    margin-bottom: 18px;
    color: #bdb1a2;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.copyright {
    max-width: var(--shell);
    margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 253, 248, 0.2);
    color: #bdb1a2;
    font-size: 9px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

@media (max-width: 1100px) {
    :root {
        --gutter: 48px;
    }

    .desktop-nav {
        gap: 21px;
    }

    .theory-hero {
        min-height: 660px;
    }

    .hero-copy {
        padding-left: var(--gutter);
    }

    .hero-copy h1 {
        font-size: 72px;
    }

    .direction-stage,
    .grouping-stage {
        min-height: 610px;
    }

    .contrast-heading {
        grid-template-columns: 0.25fr 0.9fr 0.65fr;
        gap: 35px;
    }
}

@media (max-width: 767px) {
    :root {
        --gutter: 24px;
    }

    body {
        font-size: 15px;
    }

    .site-header {
        height: 68px;
    }

    .brand {
        font-size: 21px;
    }

    .desktop-nav {
        display: none;
    }

    .mobile-menu {
        display: block;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 0.16em;
        text-transform: uppercase;
    }

    .theory-hero {
        display: flex;
        min-height: 0;
        flex-direction: column;
    }

    .hero-copy {
        padding: 72px var(--gutter) 74px;
    }

    .hero-copy h1 {
        margin-bottom: 33px;
        font-size: clamp(60px, 17.5vw, 72px);
        line-height: 0.94;
    }

    .hero-intro {
        margin-bottom: 34px;
        font-size: 14px;
        line-height: 1.85;
    }

    .hero-figure {
        width: 100%;
        height: 510px;
    }

    .hero-figure img {
        object-position: 47% center;
    }

    .hero-figure figcaption {
        right: 20px;
        bottom: 15px;
        left: 20px;
    }

    .method {
        padding: 94px 0 102px;
    }

    .method-intro,
    .principles-intro,
    .principles-intro > div,
    .principle-heading,
    .rhythm-layout,
    .contrast-heading,
    .grouping-heading,
    .freedom-grid,
    .questions,
    .explore-heading {
        display: block;
    }

    .method-intro h2,
    .principles-intro h2,
    .principle h2,
    .freedom h2,
    .questions h2,
    .explore h2 {
        font-size: 49px;
        line-height: 1.03;
    }

    .method-intro > p {
        margin-top: 43px;
        font-size: 14px;
        line-height: 1.85;
    }

    .method-steps {
        grid-template-columns: 1fr;
        margin-top: 62px;
        gap: 48px;
    }

    .method-steps h3 {
        margin-top: 29px;
        font-size: 36px;
    }

    .principles-intro {
        padding-top: 99px;
        padding-bottom: 96px;
    }

    .principles-intro > div > p {
        margin-top: 40px;
        font-size: 14px;
        line-height: 1.85;
    }

    .principle {
        padding: 97px 0 104px;
    }

    .principle-heading {
        margin-bottom: 52px;
    }

    .direction {
        padding-top: 0;
    }

    .direction-stage,
    .grouping-stage {
        min-height: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .direction-nature,
    .direction-floral,
    .grouping-nature,
    .grouping-floral {
        position: static;
    }

    .direction-nature {
        width: 92%;
    }

    .direction-floral {
        width: 78%;
        margin-top: 53px;
        margin-left: auto;
    }

    .direction-nature figcaption,
    .direction-floral figcaption,
    .grouping-nature figcaption,
    .grouping-floral figcaption {
        padding-right: var(--gutter);
        padding-left: var(--gutter);
    }

    .principle-copy {
        display: block;
        margin-top: 65px;
        padding-right: var(--gutter);
        padding-left: var(--gutter);
    }

    .principle-copy > div {
        margin-top: 43px;
        padding-top: 23px;
        border-top: 1px solid var(--rule);
    }

    .principle-copy > p,
    .principle-copy > div > p,
    .rhythm-copy > p,
    .application-note p,
    .contrast-heading > p,
    .grouping-heading > p {
        font-size: 13px;
        line-height: 1.85;
    }

    .rhythm {
        padding-top: 98px;
        padding-bottom: 110px;
    }

    .rhythm-copy {
        position: static;
        padding-top: 0;
    }

    .rhythm-copy h2 {
        margin-bottom: 32px;
    }

    .rhythm-copy .application-note {
        margin-top: 42px;
    }

    .rhythm-images {
        margin-top: 65px;
        gap: 56px;
    }

    .rhythm-images .nature {
        width: calc(100% + var(--gutter));
        margin-left: calc(-1 * var(--gutter));
    }

    .rhythm-images .floral {
        width: 82%;
        margin-right: calc(-1 * var(--gutter));
    }

    .rhythm-images .nature figcaption {
        padding-left: var(--gutter);
    }

    .contrast {
        padding-top: 101px;
        padding-bottom: 104px;
    }

    .contrast-heading {
        margin-bottom: 60px;
    }

    .contrast-heading h2 {
        margin-bottom: 33px;
    }

    .contrast-images {
        display: flex;
        padding-right: 0;
        padding-left: 0;
        flex-direction: column;
        gap: 55px;
    }

    .contrast-images .nature {
        width: 74%;
        margin-bottom: 0;
    }

    .contrast-images .floral {
        width: 100%;
    }

    .contrast-images .nature figcaption,
    .contrast-images .floral figcaption {
        padding-right: var(--gutter);
        padding-left: var(--gutter);
    }

    .contrast-application {
        display: block;
        margin-top: 63px;
    }

    .contrast-application p {
        margin-top: 17px;
    }

    .grouping {
        padding-top: 103px;
        padding-bottom: 110px;
    }

    .grouping-heading {
        margin-bottom: 59px;
    }

    .grouping-heading > p {
        margin-top: 39px;
    }

    .grouping-nature {
        width: 100%;
    }

    .grouping-floral {
        width: 78%;
        margin-top: 54px;
        margin-left: auto;
    }

    .grouping-floral img {
        aspect-ratio: 0.92 / 1;
        object-position: 53% center;
    }

    .grouping-application {
        display: block;
        margin-top: 63px;
        margin-right: auto;
    }

    .grouping-application p {
        margin-top: 17px;
    }

    .freedom {
        padding: 98px 0 103px;
    }

    .freedom-grid h2 {
        margin-bottom: 34px;
    }

    .freedom-grid p {
        margin-bottom: 49px;
        font-size: 14px;
        line-height: 1.85;
    }

    .freedom-grid strong {
        font-size: 43px;
    }

    .questions {
        padding-top: 100px;
        padding-bottom: 106px;
    }

    .questions-intro h2 {
        margin-bottom: 33px;
    }

    .questions-intro > p:last-child {
        font-size: 14px;
        line-height: 1.85;
    }

    .question-list {
        margin-top: 59px;
    }

    .question-list li {
        grid-template-columns: 50px 1fr;
        min-height: 105px;
        gap: 13px;
    }

    .question-list strong {
        font-size: 27px;
    }

    .questions-outro {
        margin-top: 46px;
    }

    .explore {
        padding: 94px 0 103px;
    }

    .explore-heading {
        margin-bottom: 54px;
    }

    .explore-grid {
        grid-template-columns: 1fr;
    }

    .explore-grid a {
        min-height: 230px;
        padding: 27px 0 25px;
    }

    .explore-grid a + a {
        border-top: 1px solid var(--rule);
        border-left: 0;
    }

    .explore-grid strong {
        margin-top: 34px;
        font-size: 33px;
    }

    .site-footer {
        padding: 69px var(--gutter) 28px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 58px;
        gap: 48px 34px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-brand p {
        font-size: 32px;
    }
}

@media (max-width: 389px) {
    :root {
        --gutter: 20px;
    }

    .hero-copy h1 {
        font-size: 57px;
    }

    .method-intro h2,
    .principles-intro h2,
    .principle h2,
    .freedom h2,
    .questions h2,
    .explore h2 {
        font-size: 45px;
    }

    .question-list strong {
        font-size: 25px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
