@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;700&display=swap");

body {
    margin: 0;
    background-color: rgb(242, 235, 228);
    color: #111;
    font-family: Arial, sans-serif;
}

/* ==========================
   NAVBAR
========================== */
.navbar {
    box-sizing: border-box;
    height: 70px;
    padding: 0 62px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fbfaf7;
    border-bottom: 1px solid #222;
    width: 100%;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

.logo {
    font-family: "Noto Sans JP", Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1.1;
    margin-left: 0;
}

.nav-buttons {
    display: flex;
    gap: 0;
    width: fit-content;
    height: auto;

    border: 1px solid #222;
    border-radius: 25px;
    overflow: hidden;
}

.nav-buttons a {
    display: inline-block;
    padding: 10px 28px;
    text-decoration: none;
    color: #111;
    font-family: "Noto Sans JP", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.2;
    text-align: center;
}

.nav-buttons a.active {
    background-color: #d44332;
    color: white;
}

/* ==========================
   HERO JAPAN
========================== */

.hero-japan {
    min-height: 570px;
    padding: 210px 40px 40px;
    text-align: center;
    background-image: url("img/header_japan.png");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
}

.enso-bg {
    position: absolute;
    width: 503px;
    height: 336px;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -70%);
    opacity: 0.08;
    z-index: 1;
}

.hero-subtitle {
    font-size: 18px;
    margin-bottom: 45px;
}

.hero-japan h1 {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(64px, 8vw, 110px);;
    font-weight: 400;
    line-height: 1.05;
    margin: 0;
}

.hero-japan h1 span {
    color: #d44332;
}

.kanji {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 16px;
    margin: 25px 0;
}

.hero-text {
    font-size: 14px;
    line-height: 1.4;
}

/* ==========================
   SECTION NAVIGATION
========================== */
.section-nav {
    position: sticky;
    top: 0;
    z-index: 10001;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    width: calc(100% - 760px);
    max-width: 900px;
    height: 70px;
    margin: -70px auto 0;
    background-color: transparent;
    border-top: none;
    border-bottom: none;
}

.section-nav a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    padding: 0;
    color: #111;
    font-size: 12px;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.section-nav a::after {
    position: absolute;
    right: 16px;
    bottom: 8px;
    left: 16px;
    height: 2px;
    background-color: #d44332;
    content: "";
    opacity: 0;
    transform: scaleX(0.35);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.section-nav a:hover,
.section-nav a:focus {
    color: #d44332;
}

.section-nav a:hover::after,
.section-nav a:focus::after {
    opacity: 1;
    transform: scaleX(1);
}

.section-nav a:target {
    color: #d44332;
}

#about-japan,
#design-principles,
#color-palette,
#type-language,
#dos-donts,
#product-presentation,
#design-japan {
    scroll-margin-top: 62px;
}

header {
    min-height: 570px;
    padding: 90px 40px 40px;
    text-align: center;
    background-image: url("img/header_japan.png");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

header h4 {
    font-size: 18px;
    margin-bottom: 45px;
}

header h1 {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(64px, 8vw, 110px);
    font-weight: 400;
    line-height: 1.05;
    margin: 0;
}

header p {
    font-size: 14px;
    line-height: 1.4;
}

/* ==========================
   ABOUT JAPAN
========================== */

.about-japan {
    padding: 55px 70px 75px;
    background-color: #fbfaf7;
    position: relative;
}

.page-wrapper {
    position: relative;
    overflow: visible;
}

.global-sakura {
    position: absolute;
    top: 710px;
    right: -125px;
    width: 458px;
    height: 306px;
    transform: rotate(-15deg);
    opacity: 0.8;
    z-index: 5;
    pointer-events: none;
}

.about-icon-img {
    position: relative;
    z-index: 2;
    width: 70px;
    height: 70px;
    padding: 6px;
    background-color: #fbfaf7;
    border-radius: 50%;
    object-fit: contain;
}

.about-japan h2{
    margin: 0 0 18px;
    font-family: "Noto Serif JP", serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
}

.design-principles h1,
.design-principles h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
}

.about-japan h2 span{
    color: #d44332;
}
.design-principles h1 span,
.design-principles h2 span {
    color: #d44332;
}

.about-japan h2::after,
.design-principles h1::after,
.design-principles h2::after {
    content: "";
    display: block;
    width: 75px;
    height: 2px;
    background-color: #d44332;
    margin-top: 12px;
}

.about-intro {
    max-width: 500px;
    font-size: 14px;
    line-height: 1.45;
    margin: 0 0 22px;
}

.about-content {
    display: flex;
    align-items: flex-start;
    gap: 90px;
}

.about-image {
    margin: 0;
}

.about-image img {
    width: 540px;
    height: 400px;
    object-fit: cover;
    display: block;
}

.content {
    display: flex;
    align-items: flex-start;
    gap: 120px;
}

.about-text {
    flex: 1;
}

.about-points {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.about-points::before {
    content: "";
    position: absolute;
    left: 35px;
    top: 42px;
    bottom: 42px;
    width: 1px;
    background: #b9aa92;
}

.about-point {
    position: relative;
    display: grid;
    grid-template-columns: 70px 1fr;
    column-gap: 22px;
    align-items: start;
}

.about-point:nth-of-type(3) {
    margin-top: -8px;
}

.about-point p {
    font-size: 14px;
}

.about-text h3{
    margin: 4px 0 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.about-text p{
    margin: 0;
    max-width: 390px;
    font-size: 14px;
    line-height: 1.38;
}

.about-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
}

.about-icon-img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    display: block;
}

.about-icon.red {
    color: #d44332;
    border: 1px solid #d44332;
}

.about-icon.yellow {
    color: #e5a91c;
    border: 1px solid #e5a91c;
}

.about-icon.beige {
    color: #b9aa92;
    border: 1px solid #b9aa92;
}


/* ==========================
   DESIGN PRINCIPLES
========================== */
.design-principles {
    width: 100%;
    margin: 0;
    padding: 80px 5px 100px;
    background-color: #eee5d6;
}
.design-principles h2 {
    max-width: 1080px;
    margin-left: 55px;
    font-family: "Noto Serif JP", Georgia, "Times New Roman", serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    color: #111;

}

.design-principles h2 span {
    color: #d44332;

}
.design-principles h2::after {
    content: "";
    display: block;
    width: 75px;
    height: 2px;
    margin-top: 16px;
    background-color: #d44332;

}

.principles-grid {
    max-width: 1080px;
    margin: 52px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 90px;
    row-gap: 78px;
}

.principle-box {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 22px;
    align-items: start;
}

.japanese-sign {
    font-family: "Noto Serif JP", Georgia, "Times New Roman", serif;
    font-size: 84px;
    font-weight: 700;
    line-height: 0.95;
    color: rgba(180, 160, 120, 0.16)
}

.principle-box h3 {
    margin: 0 0 12px;
    font-family: "Noto Serif JP", Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.15;
    color: #111;

}

.principle-box p {
    max-width: 315px;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.35;
    color:#111;
}

/* ==========================
   COLOR PALETTE
========================== */
/* ==========================
   COLOR PALETTE
========================== */

.color-palette {
    width: 100%;
    margin: 0;
    padding: 80px 5px 90px;
    background-color: #fbfaf7;

}

.color-palette h2 {
    max-width: 1080px;
    margin-left: 55px;
    font-family: "Noto Serif JP", Georgia, "Times New Roman", serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    color: #111;

}

.color-palette h2 span {
    color: #d44332;
}

.color-palette h2::after {
    content: "";
    display: block;
    width: 75px;
    height: 2px;
    margin-top: 16px;
    background-color: #d44332;

}

.colors-grid {
    max-width: 1080px;
    margin: 38px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 58px;
    row-gap: 36px;
}

.color-card {
    overflow: hidden;
    background-color: #fffdf9;
    text-align: center;
    border: 1px solid rgba(17, 17, 17, 0.04);
}
.color-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.color-strip {
    width: 100%;
    height: 38px;
}

.ink-black {
    background-color: #111111;
}

.sakura-red {
    background-color: #e43b2f;
}

.cherry-pink {
    background-color: #efc8c4;
}
.traditional-gold {
    background-color: #d6aa2f;
}
.washi-beige {
    background-color: #efe4d0;
}

.indigo-blue {
    background-color: #5d7fae;
}

.soft-gray {
    background-color: #dedede;
}

.pure-white {
    background-color: #fffdf9;
    border-top: 1px solid rgba(17, 17, 17, 0.45);
    border-bottom: 1px solid rgba(17, 17, 17, 0.45);
}

.color-card span {
    display: block;
    margin-top: 9px;
    color: #d44332;
    font-size: 9px;
    font-weight: 700;
}

.color-card h3 {
    margin: 2px 0 7px;
    font-family: "Noto Serif JP", Georgia, "Times New Roman", serif;
    font-size: 11px;
    font-weight: 700;
    color: #111;

}

.color-card p {
    margin: 0 6px 14px;
    font-family: Arial, sans-serif;
    font-size: 9px;
    line-height: 1.25;
    color: #111;

}

.colors-info {
    max-width: 690px;
    margin: 45px auto 0;
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 34px;
    align-items: center;
}

.colors-icon {
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #d44332;
    border-radius: 50%;
    color: #d44332;
    font-size: 48px;
    line-height: 1;
}

.colors-info h3 {
    margin: 0 0 12px;
    font-family: "Noto Serif JP", Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 500;
    color: #d44332;
}

.colors-info p {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.35;
    color: #111;
}


/* ==========================
   DESIGN PRINCIPLES
========================== */




.page-block,
.page-block * {
    box-sizing: border-box;
}

.page-block {
    position: relative;
    overflow: hidden;
    max-width: 1080px;
    margin: 0 auto;
    padding: 64px 72px;
    color: #111;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}

.beige-block {
    background-color: #efe4d0;
}

.white-block {
    background-color: #fffdf9;
}

.page-block h1,
.page-block h2,
.page-block h3,
.page-block h4 {
    margin: 0;
    font-family: "Noto Serif JP", Georgia, "Times New Roman", serif;
}

.page-block h1,
.page-block h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
}

.page-block h1::after,
.page-block h2::after,
.product-right h3::after {
    display: block;
    width: 70px;
    height: 2px;
    margin-top: 16px;
    background-color: #e94332;
    content: "";
}

.page-block h1 span,
.page-block h2 span,
.principle h4 span {
    color: #e94332;
}

.page-block p,
.page-block li {
    font-size: 15px;
    line-height: 1.65;
}

.sakura-decor {
    position: absolute;
    pointer-events: none;
}

.sakura-left {
    bottom: -85px;
    left: -45px;
    width: 520px;
}

.sakura-right {
    top: -105px;
    right: -120px;
    width: 360px;
    transform: rotate(12deg);
}

/* Carina: Type & Language */
.type-language,
.dos-donts,
.product-presentation,
.design-japan {
    width: 100%;
    max-width: none;
    margin: 0;
}

.type-language {
    min-height: 720px;
}

.type-language {
    min-height: 720px;
}

.type-container {
    display: grid;
    grid-template-columns: 1.15fr 0.95fr;
    gap: 42px;
    margin-top: 62px;
}

.type-text {
    padding: 0 34px 0 24px;
}

.type-text p {
    max-width: 440px;
    margin: 0 0 64px;
}

.type-examples {
    padding-left: 42px;
    border-left: 1px solid rgba(17, 17, 17, 0.42);
}

.font-example {
    padding: 22px 0 38px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.45);
}

.font-example:last-child {
    border-bottom: 0;
}

.font-example h2 {
    font-size: 20px;
    font-weight: 400;
}

.font-example h2::after {
    display: none;
}

.font-example p {
    margin: 12px 0 0;
    font-size: 12px;
    line-height: 1.3;
}

.font-example.mincho h2 {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
}

.font-example.gothic h2 {
    font-family: "Noto Sans JP", Arial, sans-serif;
    font-weight: 500;
}

.font-example.serif-display h2 {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.type-note {
    position: absolute;
    right: 92px;
    bottom: 68px;
    display: flex;
    align-items: center;
    gap: 22px;
    width: 360px;
}

.type-note img {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    object-fit: cover;
    mix-blend-mode: multiply;
}

.type-note p {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
}

/* Carina: Do's and Don'ts */
.dos-donts {
    min-height: 580px;
}

.dos-donts-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    max-width: 840px;
    margin: 56px auto 0;
}

.dos-donts ul {
    margin: 0;
    padding-left: 28px;
}

.dos-donts li {
    margin-bottom: 10px;
}

.torii-container {
    display: grid;
    grid-template-columns: 1fr 120px 1fr;
    align-items: center;
    gap: 48px;
    margin: 70px auto 0;
    max-width: 900px;
}

.torii-container .line {
    height: 1px;
    background-color: rgba(17, 17, 17, 0.28);
}

.torii-mark {
    display: block;
    width: 116px;
    height: 88px;
    margin: 0 auto;
    object-fit: contain;
}

/* Michaela: Product Presentation in Japan */
.product-presentation {
    display: grid;
    grid-template-columns: 1.55fr 1fr;
    gap: 62px;
    min-height: 620px;
}

.product-presentation h2 {
    font-size: 48px;
}

.product-left > p {
    max-width: 390px;
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.7;
}

.product-image {
    width: 100%;
    max-height: 300px;
    margin-top: 34px;
    object-fit: cover;
    object-position: center;
}

.takeaway {
    display: grid;
    grid-template-columns: 52px 150px 1fr;
    align-items: center;
    gap: 14px;
    margin-top: 26px;
}

.takeaway img {
    width: 50px;
    height: 50px;
    padding: 5px;
    border: 1px solid rgba(233, 67, 50, 0.75);
    border-radius: 50%;
    background-color: rgba(255, 253, 249, 0.55);
    object-fit: contain;
}

.takeaway span {
    font-size: 16px;
}

.takeaway p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.product-right h3 {
    margin: 70px 0 42px;
    font-size: 18px;
    font-weight: 400;
}

.product-right h3::after {
    width: 45px;
    margin-top: 12px;
}

.principle {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    align-items: start;
    margin-bottom: 38px;
}

.principle:last-child {
    margin-bottom: 0;
}

.principle-symbol {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin: 0;
}

.principle-symbol img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.principle h4 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

.principle p {
    margin: 0;
    max-width: 280px;
    font-size: 12px;
    line-height: 1.6;
}

/* Michaela: Designing for Japan */
.design-japan {
    padding-bottom: 46px;
}

.design-content {
    display: grid;
    grid-template-columns: 0.95fr 1.25fr;
    gap: 56px;
    align-items: start;
}

.design-text p {
    max-width: 420px;
    margin: 34px 0 0;
    font-size: 15px;
    line-height: 1.45;
}

.design-image {
    position: relative;
    margin: 82px 0 0;
}

.design-image::before {
    position: absolute;
    top: -46px;
    left: -82px;
    width: 126px;
    height: 126px;
    background: conic-gradient(
            from 20deg,
            rgba(17, 17, 17, 0.03) 0deg,
            rgba(17, 17, 17, 0.1) 55deg,
            rgba(17, 17, 17, 0.09) 150deg,
            rgba(17, 17, 17, 0.04) 218deg,
            transparent 240deg,
            transparent 292deg,
            rgba(17, 17, 17, 0.04) 326deg,
            rgba(17, 17, 17, 0.08) 360deg
    );
    border-radius: 50%;
    content: "";
    opacity: 0.7;
    transform: rotate(22deg);
    -webkit-mask: radial-gradient(circle, transparent 0 58%, #000 60% 72%, transparent 74%);
    mask: radial-gradient(circle, transparent 0 58%, #000 60% 72%, transparent 74%);
}

.design-image::after {
    position: absolute;
    top: 34px;
    left: -24px;
    width: 20px;
    height: 14px;
    border-radius: 50%;
    background-color: rgba(17, 17, 17, 0.08);
    content: "";
    transform: rotate(18deg);
}

.design-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 325px;
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
}

.quote-box {
    position: relative;
    display: grid;
    grid-template-columns: 120px 1fr 180px;
    align-items: center;
    min-height: 120px;
    margin: 64px 0 52px;
    padding: 18px 36px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #ead2c4;
}

.quote-box span {
    position: relative;
    display: grid;
    place-items: center;
    width: 98px;
    height: 98px;
    border: 1px solid rgba(213, 150, 66, 0.72);
    border-radius: 50%;
    color: transparent;
    font-family: "Noto Serif JP", Georgia, "Times New Roman", serif;
}

.quote-box span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #d59642;
    content: "“";
    font-family: "Noto Serif JP", Georgia, "Times New Roman", serif;
    font-size: 82px;
    line-height: 1;
    transform: translate(-50%, -36%);
}

.quote-box p {
    margin: 0;
    font-family: "Noto Serif JP", Georgia, "Times New Roman", serif;
    font-size: 26px;
    line-height: 1.25;
    text-align: center;
}

.quote-box img {
    position: absolute;
    right: -35px;
    bottom: -82px;
    width: 260px;
    transform: rotate(-10deg);
}

.final-thought {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 24px;
    align-items: center;
    max-width: 720px;
    margin-left: 70px;
}

.final-thought img {
    width: 68px;
    height: 68px;
    padding: 8px;
    border: 1px solid rgba(233, 67, 50, 0.7);
    border-radius: 50%;
    background-color: rgba(255, 253, 249, 0.45);
    object-fit: contain;
}

.final-thought > div {
    padding-left: 30px;
    border-left: 1px solid rgba(17, 17, 17, 0.2);
}

.final-thought h3 {
    margin: 0 0 12px;
    font-family: "Noto Serif JP", Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 400;
}

.final-thought p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
}

/* Michaela: Footer */
footer {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 36px 20px 46px;
    background-color: #efe4d0;
    text-align: center;
}

footer h4 {
    margin: 0;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
}

footer span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 22px;
    border-radius: 50%;
    background-color: #111;
    vertical-align: middle;
}

footer p {
    margin: 14px 0 0;
    font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.04em;
    color: rgba(17, 17, 17, 0.65);
}
/* ==========================
   RESPONSIVE
========================== */

@media (max-width: 850px) {
    .page-wrapper {
        width: 100%;
    }

    .navbar {
        height: auto;
        padding: 18px 20px;
        flex-direction: column;
        gap: 15px;
    }

    .hero-japan,
    header {
        min-height: 420px;
        padding: 70px 25px 35px;
    }

    .hero-japan h1,
    header h1 {
        font-size: 42px;
    }

    .kanji {
        font-size: 26px;
        letter-spacing: 10px;
    }

    .section-nav {
        top: 0;
        justify-content: flex-start;
        overflow-x: auto;
    }

    .section-nav a {
        flex: 0 0 auto;
        min-height: 48px;
        padding: 0 14px;
        font-size: 10px;
    }

    .about-japan,
    .design-principles {
        padding: 50px 30px;
    }

    .about-content,
    .content {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
    }

    .about-image img {
        width: 100%;
        height: auto;
    }

    .principles-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .principle-box {
        grid-template-columns: 80px 1fr;
    }

    .japanese-sign {
        font-size: 65px;
    }

    .page-block {
        padding: 42px 26px;
    }

    .type-container,
    .dos-donts-container,
    .product-presentation,
    .design-content,
    .quote-box,
    .final-thought {
        grid-template-columns: 1fr;
    }

    .type-examples {
        padding-left: 0;
        border-left: 0;
    }

    .sakura-left,
    .sakura-right,
    .quote-box img {
        opacity: 0.35;
    }

    .type-note {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 30px;
        width: auto;
    }

    .torii-container {
        grid-template-columns: 1fr 60px 1fr;
        gap: 22px;
    }

    .takeaway {
        grid-template-columns: 48px 1fr;
    }

    .takeaway p {
        grid-column: 1 / -1;
    }

    .quote-box {
        text-align: center;
    }

    .quote-box span {
        margin: 0 auto;
    }

    .final-thought {
        margin-left: 0;
    }

    .final-thought > div {
        padding-left: 0;
        border-left: 0;
    }

    .product-right h3 {
        margin-top: 0;
    }

    .left-side,
    .right-side,
    .design-text,
    .design-image {
        width: 100%;
    }
}
