/* =========================================
   SILKSHREE — MAIN STYLESHEET
   ========================================= */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --ivory: #f4ecdf;
    --paper: #fbf7ef;
    --ink: #24342e;
    --ink-soft: #526058;
    --gold: #b39258;
    --gold-soft: #d6c29b;
    --line: rgba(36, 52, 46, 0.18);
    --dark: #263730;

    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: "DM Sans", Arial, sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--sans);
    color: var(--ink);
    background: var(--ivory);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
}


/* =========================================
   HEADER
   ========================================= */

.site-header {
    height: 82px;
    padding: 0 5.5vw;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: rgba(251, 247, 239, 0.94);
    backdrop-filter: blur(12px);

    position: relative;
    z-index: 20;

    border-bottom: 1px solid var(--line);
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 190px;
}

.brand-mark {
    width: 38px;
    height: 38px;

    border: 1px solid var(--ink);
    border-radius: 50%;

    display: grid;
    place-items: center;

    font: 600 23px var(--serif);
    transform: rotate(-8deg);
}

.brand strong {
    display: block;
    letter-spacing: 0.18em;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.brand small {
    display: block;
    font-size: 7px;
    letter-spacing: 0.28em;
    margin-top: 5px;
    color: var(--ink-soft);
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 29px;
    font-size: 12px;
}

.main-nav a {
    position: relative;
    padding: 31px 0;
    color: #48534e;
}

.main-nav a::after {
    content: "";

    position: absolute;
    left: 0;
    right: 0;
    bottom: 23px;

    height: 1px;
    background: var(--ink);

    transform: scaleX(0);
    transform-origin: right;

    transition: 0.3s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
    transform: scaleX(1);
    transform-origin: left;
}

.header-cta {
    border: 1px solid var(--ink);
    padding: 11px 17px;
    border-radius: 30px;

    font-size: 11px;
    letter-spacing: 0.08em;

    min-width: 110px;
    text-align: center;
}

.header-cta span {
    margin-left: 8px;
}

.menu-toggle {
    display: none;

    border: 0;
    background: none;

    width: 38px;
    height: 38px;

    cursor: pointer;
}

.menu-toggle span {
    display: block;
    height: 1px;
    background: var(--ink);
    margin: 6px 4px;
}


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

.hero {
    min-height: calc(100vh - 82px);

    position: relative;

    display: grid;
    grid-template-columns: 47% 53%;

    overflow: hidden;

    background: var(--paper);
}

.hero-copy {
    padding: 11vh 5.5vw 13vh;

    align-self: center;

    position: relative;
    z-index: 3;
}

.eyebrow,
.section-label {
    font-size: 10px;
    letter-spacing: 0.25em;
    color: var(--ink-soft);
}

.hero h1 {
    font: 500 clamp(64px, 8vw, 125px) / 0.82 var(--serif);
    letter-spacing: -0.045em;
    margin-top: 24px;
}

.hero h1 em,
.hero-lead em,
h2 em {
    font-style: italic;
    color: #8b7348;
}

.hero-lead {
    font: 400 clamp(28px, 3.2vw, 48px) / 1 var(--serif);
    margin: 16px 0 25px;
}

.hero-text {
    max-width: 500px;
    font-size: 17px;
    color: var(--ink-soft);
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 35px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 25px;

    border-radius: 2px;
    padding: 15px 21px;

    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.btn-dark {
    background: var(--ink);
    color: var(--paper);
}

.btn-light {
    background: var(--paper);
    color: var(--ink);
}

.text-link,
.arrow-link {
    font-size: 13px;
    border-bottom: 1px solid var(--ink);
    padding-bottom: 4px;
}

.text-link span,
.arrow-link span {
    margin-left: 8px;
}


/* =========================================
   HERO ART
   ========================================= */

.hero-art {
    position: relative;
    min-height: 650px;

    background: #d6c2a0;

    overflow: hidden;
}

.hero-art::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            ellipse at 68% 42%,
            rgba(255, 255, 255, 0.55),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #d5c09b 0%,
            #9a8460 43%,
            #31473e 100%
        );

    opacity: 0.95;
}

.silk-orbit {
    position: absolute;

    border-radius: 50%;
    border: 1px solid rgba(250, 246, 235, 0.5);

    transform: rotate(-27deg);
}

.orbit-one {
    width: 720px;
    height: 440px;

    right: -180px;
    top: 16%;

    border-width: 18px;
    opacity: 0.38;

    filter: blur(1px);
}

.orbit-two {
    width: 610px;
    height: 330px;

    right: -100px;
    top: 29%;

    border-width: 7px;
    opacity: 0.55;
}

.orbit-three {
    width: 460px;
    height: 245px;

    right: 30px;
    top: 40%;

    border-width: 2px;
    opacity: 0.65;
}

.hero-panel {
    position: absolute;

    right: 10%;
    top: 20%;

    width: 255px;
    height: 370px;

    border-radius: 145px 145px 18px 18px;

    background:
        linear-gradient(
            145deg,
            rgba(45, 63, 56, 0.94),
            rgba(31, 47, 42, 0.76)
        );

    border: 1px solid rgba(249, 244, 231, 0.45);

    box-shadow: 0 30px 70px rgba(20, 30, 27, 0.25);

    color: var(--paper);

    padding: 45px 35px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.panel-kicker {
    font-size: 8px;
    letter-spacing: 0.24em;
    opacity: 0.7;
}

.panel-title {
    font: 500 40px / 0.88 var(--serif);
    margin: 16px 0;
}

.panel-line {
    height: 1px;
    background: var(--gold-soft);
    width: 50px;
    margin: 8px 0 16px;
}

.panel-note {
    font-size: 8px;
    letter-spacing: 0.18em;
    color: #dbcba9;
}

.motif {
    position: absolute;
    color: rgba(249, 244, 231, 0.65);
    font-size: 38px;
}

.motif-a {
    right: 12%;
    top: 11%;
}

.motif-b {
    left: 10%;
    bottom: 18%;
}

.hero-bottom {
    position: absolute;

    bottom: 28px;
    left: 5.5vw;
    right: 5.5vw;

    z-index: 4;

    display: flex;
    align-items: center;
    gap: 18px;

    font-size: 9px;
    letter-spacing: 0.15em;

    color: var(--ink-soft);
}

.hero-bottom .scroll-line {
    width: 80px;
    height: 1px;
    background: var(--ink-soft);
}


/* =========================================
   GENERAL SECTION
   ========================================= */

.section-pad {
    padding: 120px 8vw;
}

.section-label {
    margin-bottom: 32px;
}

h2 {
    font: 500 clamp(50px, 6vw, 88px) / 0.88 var(--serif);
    letter-spacing: -0.035em;
}


/* =========================================
   INTRO
   ========================================= */

.intro {
    background: var(--paper);
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8vw;
}

.intro-copy {
    max-width: 520px;
    padding-top: 15px;
}

.large-copy {
    font: 600 27px / 1.25 var(--serif);
    margin-bottom: 25px;
    color: var(--ink);
}

.intro-copy > p:not(.large-copy) {
    font-size: 16px;
    color: var(--ink-soft);
    max-width: 450px;
}

.arrow-link {
    display: inline-block;
    margin-top: 30px;
}


/* =========================================
   COLLECTIONS
   ========================================= */

.collections-preview {
    background: var(--ivory);
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;

    margin-bottom: 55px;
}

.section-heading .section-label {
    margin-bottom: 20px;
}

.collection-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.collection-card {
    display: block;
}

.collection-visual {
    position: relative;
    width: 100%;
    height: 560px;
    overflow: hidden;
}

.collection-visual img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    transition: transform 0.7s ease;
}

.collection-card:hover .collection-visual img {
    transform: scale(1.04);
}

.collection-visual::before,
.collection-visual::after {
    content: "";

    position: absolute;

    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;

    transform: rotate(-25deg);

    pointer-events: none;
}

.collection-visual::before {
    width: 85%;
    height: 58%;

    left: 8%;
    top: 21%;

    border-width: 4px;
}

.collection-visual::after {
    width: 70%;
    height: 42%;

    left: 15%;
    top: 29%;
}

.collection-number,
.fabric-label {
    position: absolute;

    color: var(--paper);

    font-size: 9px;
    letter-spacing: 0.2em;

    z-index: 2;
}

.collection-number {
    left: 25px;
    top: 25px;
}

.fabric-label {
    right: 25px;
    bottom: 25px;
}

.collection-info {
    display: flex;
    justify-content: space-between;
    gap: 20px;

    padding: 23px 0;

    border-bottom: 1px solid var(--line);
}

.collection-info h3 {
    font: 500 31px / 1 var(--serif);
    margin-bottom: 7px;
}

.collection-info p {
    font-size: 10px;
    color: var(--ink-soft);
}

.circle-arrow {
    width: 39px;
    height: 39px;

    border: 1px solid var(--line);
    border-radius: 50%;

    display: grid;
    place-items: center;

    align-self: center;

    transition: 0.3s;
}

.collection-card:hover .circle-arrow {
    background: var(--ink);
    color: var(--paper);
}


/* =========================================
   CRAFTSMANSHIP / ACCORDION
   ========================================= */

.craft {
    background: var(--paper);
}

.craft-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10vw;
}

.craft-heading h2 {
    margin-bottom: 25px;
}

.craft-heading p {
    max-width: 400px;
    font-size: 16px;
    color: var(--ink-soft);
}

.craft-list {
    width: 100%;
    border-top: 1px solid var(--line);
}


/* Individual accordion item */

.craft-item {
    width: 100%;
    height: auto !important;
    min-height: 0;

    display: block !important;

    margin: 0;
    padding: 0;

    border: 0;
}


/* Accordion button */

.craft-toggle {
    width: 100%;
    height: 94px;
    min-height: 94px;

    padding: 0;
    margin: 0;

    border: 0;
    border-bottom: 1px solid var(--line);

    background: transparent;

    display: grid !important;
    grid-template-columns: 55px minmax(0, 1fr) 30px;
    align-items: center;

    text-align: left;

    cursor: pointer;

    color: var(--ink);
}


/* Number */

.craft-toggle > span {
    display: block;

    font-family: var(--sans);
    font-size: 10px;
    line-height: 1;

    color: var(--gold);
}


/* Title */

.craft-toggle > strong {
    display: block;

    font-family: var(--serif);
    font-size: 27px;
    line-height: 1.15;
    font-weight: 500;

    color: var(--ink);

    transition: opacity 0.25s ease;
}


/* Plus / Minus */

.craft-toggle > i {
    display: block;

    width: 30px;

    text-align: right;

    font-family: var(--sans);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;

    color: var(--ink);

    transition: transform 0.3s ease;
}


/* Hidden accordion content */

.craft-content {
    width: 100%;

    display: none;

    max-height: none !important;

    overflow: visible;

    opacity: 0;
}


/* Visible accordion content */

.craft-item.open .craft-content {
    display: block;
    opacity: 1;
}


/* Accordion paragraph */

.craft-content p {
    width: 100%;
    max-width: 680px;

    margin: 0;

    padding: 20px 55px 30px 55px;

    font-family: var(--sans);
    font-size: 14px;
    line-height: 1.7;

    color: var(--ink-soft);
}


/* Minus */

.craft-item.open .craft-toggle > i {
    transform: rotate(180deg);
}


/* Hover */

.craft-toggle:hover > strong {
    opacity: 0.65;
}


/* =========================================
   BRAND PROMISE
   ========================================= */

.promise {
    background: var(--dark);
    color: var(--paper);

    padding: 115px 8vw;
}

.promise .section-label {
    color: #c8c2b5;
}

.promise h2 {
    max-width: 760px;
}

.promise h2 em {
    color: #d1bd91;
}

.promise-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;

    margin-top: 90px;
}

.promise-grid div {
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    padding-top: 18px;
}

.promise-grid span {
    font-size: 9px;
    color: #d1bd91;
}

.promise-grid h3 {
    font: 500 30px var(--serif);
    margin: 12px 0;
}

.promise-grid p {
    font-size: 12px;
    color: #c2c9c4;
    max-width: 280px;
}


/* =========================================
   WHOLESALE CTA
   ========================================= */

.wholesale-cta {
    background: var(--ivory);
}

.cta-box {
    min-height: 560px;

    background: var(--gold);

    position: relative;
    overflow: hidden;

    display: grid;
    grid-template-columns: 1fr 1fr;
}

.cta-copy {
    padding: 75px 8vw;

    position: relative;
    z-index: 2;
}

.cta-copy .section-label {
    color: #4e574d;
}

.cta-copy h2 {
    margin: 10px 0 28px;
    color: var(--ink);
}

.cta-copy p {
    max-width: 430px;

    font-size: 13px;
    color: #4b554d;

    margin-bottom: 32px;
}

/* Wholesale image */
.cta-art {
    position: relative;
    overflow: hidden;
}

.cta-art img {
    width: 100%;
    height: 100%;
    display: block;

    object-fit: cover;
    object-position: center;

    transform: scale(1);
    transition: transform 0.7s ease;
}

/* Hover effect */
.cta-box:hover .cta-art img {
    transform: scale(1.05);
}

.cta-art::before {
    content: "";

    position: absolute;

    width: 430px;
    height: 700px;

    border-radius: 50%;
    border: 55px solid rgba(39, 55, 48, 0.18);

    transform: rotate(35deg);

    left: 5%;
    top: -15%;
}

.cta-art span {
    position: absolute;

    right: 10%;
    bottom: 7%;

    font: 600 180px / 0.7 var(--serif);

    color: rgba(250, 245, 235, 0.48);
}

.thread {
    position: absolute;

    height: 2px;
    width: 130%;

    left: -15%;

    background: rgba(250, 245, 235, 0.55);

    transform: rotate(-35deg);
}

.thread-1 {
    top: 25%;
}

.thread-2 {
    top: 43%;
}

.thread-3 {
    top: 61%;
}


/* =========================================
   FOOTER
   ========================================= */

.site-footer {
    background: #1e2d28;
    color: #e8e2d6;

    padding: 70px 8vw 25px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 60px;

    padding-bottom: 70px;
}

.brand-footer .brand-mark {
    border-color: #e8e2d6;
}

.brand-footer strong {
    color: #f5efe5;
}

.brand-footer small {
    color: #aaa99e;
}

.footer-brand p {
    font-size: 14px;
    color: #adb5b0;
    margin-top: 22px;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 150px);
    gap: 40px;
}

.footer-links > div {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.footer-title {
    text-transform: uppercase;
    letter-spacing: 0.18em;

    font-size: 10px;

    color: #a9a99f;

    margin-bottom: 10px;
}

.footer-links a {
    font-size: 13px;
    color: #e1ddd4;

    transition: opacity 0.25s ease;
}

.footer-links a:hover {
    opacity: 0.65;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.17);

    padding-top: 20px;

    display: flex;
    justify-content: space-between;
    gap: 20px;

    font-size: 10px;
    letter-spacing: 0.08em;

    color: #9ea7a1;
}

.footer-bottom div {
    display: flex;
    gap: 25px;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1050px) {

    .main-nav {
        gap: 17px;
    }

    .main-nav a {
        font-size: 16px;
    }

    .header-cta {
        display: none;
    }

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

    .hero-copy {
        padding-bottom: 60px;
    }

    .hero-art {
        min-height: 500px;
    }

    .hero-copy {
        padding-top: 90px;
    }

    .hero-bottom {
        bottom: 20px;
    }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 760px) {

    .site-header {
        height: 72px;
        padding: 0 6vw;
    }

    .brand {
        min-width: auto;
    }

    .brand strong {
        font-size: 12px;
    }

    .brand small {
        font-size: 6px;
    }

    .menu-toggle {
        display: block;
        position: relative;
        z-index: 25;
    }

    .main-nav {
        position: fixed;

        inset: 72px 0 0;

        background: var(--paper);

        display: flex;
        flex-direction: column;
        justify-content: center;

        gap: 5px;

        transform: translateX(100%);
        transition: 0.35s;

        z-index: 20;
    }

    .main-nav.open {
        transform: translateX(0);
    }

    .main-nav a {
        font: 500 32px var(--serif);
        padding: 7px;
    }

    .main-nav a::after {
        bottom: 4px;
    }

    .hero {
        min-height: auto;
    }

    .hero-copy {
        padding: 80px 7vw 70px;
    }

    .hero-art {
        min-height: 440px;
    }

    .hero-panel {
        width: 205px;
        height: 300px;

        right: 12%;
        top: 16%;

        padding: 30px;
    }

    .panel-title {
        font-size: 32px;
    }

    .orbit-one {
        width: 560px;
        height: 340px;
        right: -220px;
    }

    .orbit-two {
        width: 500px;
        height: 280px;
        right: -170px;
    }

    .hero-bottom {
        left: 7vw;
        right: 7vw;
    }

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

    .section-pad {
        padding: 80px 7vw;
    }

    .intro-grid,
    .craft-grid,
    .collection-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .section-heading {
        display: block;
    }

    .section-heading .arrow-link {
        margin-top: 20px;
    }

    .collection-visual {
        height: 470px;
    }

    .craft-toggle {
        height: 78px;
        min-height: 78px;

        grid-template-columns: 38px minmax(0, 1fr) 25px;
    }

    .craft-toggle > strong {
        font-size: 21px;
    }

    .craft-toggle > i {
        width: 25px;
        font-size: 16px;
    }

    .craft-content p {
        padding: 15px 20px 25px 38px;
        font-size: 13px;
    }

    .promise {
        padding: 80px 7vw;
    }

    .promise-grid {
        grid-template-columns: 1fr;

        gap: 35px;

        margin-top: 55px;
    }

    .cta-box {
        grid-template-columns: 1fr;
        min-height: 720px;
    }

    .cta-art {
        min-height: 300px;
    }

    .cta-copy {
        padding: 60px 7vw;
    }

    .footer-top {
        display: block;
        padding-bottom: 45px;
    }

    .footer-links {
        grid-template-columns: repeat(2, 1fr);

        margin-top: 45px;

        gap: 35px;
    }

    .footer-bottom {
        display: block;
    }

    .footer-bottom div {
        margin: 12px 0;
        flex-wrap: wrap;
    }

    .footer-bottom span:last-child {
        display: block;
    }
}


/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 420px) {

    .hero h1 {
        font-size: 60px;
    }

    .hero-lead {
        font-size: 30px;
    }

    .collection-visual {
        height: 400px;
    }
}

/* =========================================================
   SILKSHREE — ABOUT US PAGE
   About-specific styles only
   ========================================================= */


/* ---------------------------------------------------------
   ABOUT HERO
   --------------------------------------------------------- */

.about-hero {
  padding-top: 115px;
  padding-bottom: 125px;
  background: var(--paper);
}

.about-hero > .section-label {
  margin-bottom: 72px;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 90px;
  align-items: end;
}

.about-hero-title h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(72px, 9vw, 150px);
  line-height: .82;
  letter-spacing: -.045em;
  font-weight: 500;
  color: var(--ink);
}

.about-hero-title h1 em {
  font-style: italic;
  color: var(--gold);
}

.about-hero-copy {
  max-width: 500px;
  padding-bottom: 8px;
}

.about-hero-copy p {
  margin: 0 0 22px;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.8;
  color: var(--ink-soft);
}

.about-hero-copy p:last-child {
  margin-bottom: 0;
}

.about-intro-large {
  font-family: var(--serif) !important;
  font-size: 30px !important;
  line-height: 1.2 !important;
  color: var(--ink) !important;
}


/* ---------------------------------------------------------
   WHO WE ARE
   --------------------------------------------------------- */

.about-who {
  padding-top: 120px;
  padding-bottom: 130px;
  background: var(--ivory);
}

.about-who > .section-label {
  margin-bottom: 72px;
}

.about-who-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: 100px;
  align-items: start;
}

.about-who-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(54px, 6vw, 92px);
  line-height: .9;
  letter-spacing: -.035em;
  font-weight: 500;
  color: var(--ink);
}

.about-who-heading h2 em {
  font-style: italic;
  color: var(--gold);
}

.about-who-copy {
  max-width: 650px;
}

.about-who-copy p {
  margin: 0 0 24px;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.8;
  color: var(--ink-soft);
}

.about-who-copy p:last-child {
  margin-bottom: 0;
}

.about-who-copy .large-copy {
  margin-bottom: 30px;
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1.25;
  color: var(--ink);
}


/* ---------------------------------------------------------
   OUR PHILOSOPHY
   --------------------------------------------------------- */

.about-philosophy {
  background: var(--dark);
  color: var(--paper);
  padding: 120px 0 125px;
}

.about-philosophy-inner {
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
}

.about-philosophy .section-label {
  color: var(--gold-soft);
  margin-bottom: 60px;
}

.about-philosophy h2 {
  max-width: 850px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(56px, 7vw, 105px);
  line-height: .9;
  letter-spacing: -.04em;
  font-weight: 500;
}

.about-philosophy h2 em {
  font-style: italic;
  color: var(--gold-soft);
}

.philosophy-grid {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(244, 236, 223, .2);
}

.philosophy-item {
  min-height: 270px;
  padding: 30px 45px 20px 0;
  border-right: 1px solid rgba(244, 236, 223, .2);
}

.philosophy-item:not(:first-child) {
  padding-left: 45px;
}

.philosophy-item:last-child {
  border-right: 0;
}

.philosophy-item > span {
  display: block;
  margin-bottom: 55px;
  font-family: var(--sans);
  font-size: 10px;
  line-height: 1;
  letter-spacing: .08em;
  color: var(--gold-soft);
}

.philosophy-item h3 {
  margin: 0 0 15px;
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1;
  font-weight: 500;
  color: var(--paper);
}

.philosophy-item p {
  max-width: 300px;
  margin: 0;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.75;
  color: rgba(244, 236, 223, .7);
}


/* ---------------------------------------------------------
   CRAFTSMANSHIP
   --------------------------------------------------------- */

.about-craft {
  padding-top: 125px;
  padding-bottom: 130px;
  background: var(--paper);
}

.about-craft > .section-label {
  margin-bottom: 75px;
}

.about-craft-grid {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(400px, 1.15fr);
  gap: 100px;
  align-items: start;
}

.about-craft-heading h2 {
  margin: 0 0 28px;
  font-family: var(--serif);
  font-size: clamp(58px, 6vw, 92px);
  line-height: .88;
  letter-spacing: -.04em;
  font-weight: 500;
  color: var(--ink);
}

.about-craft-heading h2 em {
  font-style: italic;
  color: var(--gold);
}

.about-craft-heading p {
  max-width: 330px;
  margin: 0;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.75;
  color: var(--ink-soft);
}

.about-craft-content {
  border-top: 1px solid var(--line);
}

.about-craft-row {
  display: grid;
  grid-template-columns: 55px minmax(0, 1fr);
  gap: 25px;
  padding: 30px 0 32px;
  border-bottom: 1px solid var(--line);
}

.about-craft-row > span {
  padding-top: 5px;
  font-family: var(--sans);
  font-size: 10px;
  line-height: 1;
  color: var(--gold);
}

.about-craft-row h3 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1.05;
  font-weight: 500;
  color: var(--ink);
}

.about-craft-row p {
  max-width: 600px;
  margin: 0;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.7;
  color: var(--ink-soft);
}


/* ---------------------------------------------------------
   WHAT WE STAND FOR
   --------------------------------------------------------- */

.about-values {
  background: var(--ivory);
  padding: 120px 0 125px;
}

.about-values-inner {
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
}

.about-values .section-label {
  margin-bottom: 65px;
}

.values-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(58px, 7vw, 105px);
  line-height: .88;
  letter-spacing: -.04em;
  font-weight: 500;
  color: var(--ink);
}

.values-heading h2 em {
  font-style: italic;
  color: var(--gold);
}

.values-grid {
  margin-top: 95px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}

.value-item {
  min-height: 250px;
  padding: 30px 35px 20px 0;
  border-right: 1px solid var(--line);
}

.value-item:not(:first-child) {
  padding-left: 35px;
}

.value-item:last-child {
  border-right: 0;
}

.value-item > span {
  display: block;
  margin-bottom: 50px;
  font-family: var(--sans);
  font-size: 10px;
  line-height: 1;
  color: var(--gold);
}

.value-item h3 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  color: var(--ink);
}

.value-item p {
  max-width: 240px;
  margin: 0;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.7;
  color: var(--ink-soft);
}


/* ---------------------------------------------------------
   OUR ROLE / BRIDGE
   --------------------------------------------------------- */

.about-bridge {
  padding-top: 125px;
  padding-bottom: 135px;
  background: var(--paper);
}

.about-bridge-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr);
  gap: 100px;
  align-items: start;
}

.about-bridge-grid h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(58px, 6vw, 95px);
  line-height: .88;
  letter-spacing: -.04em;
  font-weight: 500;
  color: var(--ink);
}

.about-bridge-grid h2 em {
  font-style: italic;
  color: var(--gold);
}

.about-bridge-copy {
  max-width: 560px;
  padding-top: 10px;
}

.about-bridge-copy p {
  margin: 0 0 24px;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.8;
  color: var(--ink-soft);
}

.about-bridge-copy .large-copy {
  margin-bottom: 28px;
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1.2;
  color: var(--ink);
}

.about-bridge-copy .arrow-link {
  display: inline-flex;
  margin-top: 15px;
}


/* ---------------------------------------------------------
   ABOUT CTA
   --------------------------------------------------------- */

.about-cta {
  background: var(--gold);
  padding: 115px 40px 120px;
}

.about-cta-inner {
  width: min(1000px, 100%);
  margin: 0 auto;
  text-align: center;
}

.about-cta .section-label {
  margin-bottom: 50px;
  color: rgba(36, 52, 46, .65);
}

.about-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(58px, 8vw, 115px);
  line-height: .88;
  letter-spacing: -.045em;
  font-weight: 500;
  color: var(--dark);
}

.about-cta h2 em {
  font-style: italic;
}

.about-cta p {
  margin: 35px auto 0;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.7;
  color: rgba(36, 52, 46, .7);
}

.about-cta-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-top: 35px;
}

.about-cta .text-link {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--dark);
  text-decoration: none;
  border-bottom: 1px solid rgba(36, 52, 46, .45);
  padding-bottom: 4px;
}

.about-cta .text-link span {
  margin-left: 5px;
}


/* ---------------------------------------------------------
   ABOUT PAGE — MOBILE
   --------------------------------------------------------- */

@media (max-width: 900px) {

  .about-hero {
    padding-top: 90px;
    padding-bottom: 95px;
  }

  .about-hero > .section-label,
  .about-who > .section-label,
  .about-craft > .section-label {
    margin-bottom: 50px;
  }

  .about-hero-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .about-hero-title h1 {
    font-size: clamp(68px, 15vw, 110px);
  }

  .about-hero-copy {
    max-width: 620px;
  }

  .about-who {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .about-who-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .about-who-copy {
    max-width: 700px;
  }

  .about-philosophy {
    padding: 90px 0 95px;
  }

  .about-philosophy-inner,
  .about-values-inner {
    width: min(100% - 48px, 700px);
  }

  .philosophy-grid {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }

  .philosophy-item,
  .philosophy-item:not(:first-child) {
    min-height: auto;
    padding: 28px 0 32px;
    border-right: 0;
    border-bottom: 1px solid rgba(244, 236, 223, .2);
  }

  .philosophy-item:last-child {
    border-bottom: 0;
  }

  .philosophy-item > span {
    margin-bottom: 30px;
  }

  .about-craft {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .about-craft-grid {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .about-craft-heading p {
    max-width: 500px;
  }

  .about-values {
    padding: 90px 0 95px;
  }

  .values-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 70px;
  }

  .value-item {
    min-height: 230px;
  }

  .value-item:nth-child(2) {
    border-right: 0;
  }

  .value-item:nth-child(3),
  .value-item:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .value-item:nth-child(3) {
    padding-left: 0;
  }

  .about-bridge {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .about-bridge-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .about-bridge-copy {
    max-width: 650px;
  }

  .about-cta {
    padding: 90px 24px 95px;
  }

}


@media (max-width: 600px) {

  .about-hero {
    padding-top: 70px;
    padding-bottom: 75px;
  }

  .about-hero > .section-label,
  .about-who > .section-label,
  .about-craft > .section-label {
    margin-bottom: 40px;
  }

  .about-hero-grid {
    gap: 42px;
  }

  .about-hero-title h1 {
    font-size: clamp(58px, 17vw, 88px);
  }

  .about-intro-large {
    font-size: 26px !important;
  }

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

  .about-who {
    padding-top: 70px;
    padding-bottom: 75px;
  }

  .about-who-grid {
    gap: 42px;
  }

  .about-who-heading h2,
  .about-craft-heading h2,
  .about-bridge-grid h2 {
    font-size: clamp(52px, 15vw, 75px);
  }

  .about-who-copy .large-copy,
  .about-bridge-copy .large-copy {
    font-size: 27px;
  }

  .about-philosophy {
    padding: 70px 0 75px;
  }

  .about-philosophy-inner,
  .about-values-inner {
    width: calc(100% - 40px);
  }

  .about-philosophy h2,
  .values-heading h2 {
    font-size: clamp(52px, 15vw, 78px);
  }

  .philosophy-grid {
    margin-top: 55px;
  }

  .philosophy-item h3 {
    font-size: 28px;
  }

  .about-craft {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .about-craft-grid {
    gap: 48px;
  }

  .about-craft-row {
    grid-template-columns: 35px minmax(0, 1fr);
    gap: 15px;
    padding: 25px 0 27px;
  }

  .about-craft-row h3 {
    font-size: 26px;
  }

  .about-craft-row p {
    font-size: 13px;
  }

  .about-values {
    padding: 70px 0 75px;
  }

  .values-grid {
    grid-template-columns: 1fr;
    margin-top: 55px;
  }

  .value-item,
  .value-item:not(:first-child) {
    min-height: auto;
    padding: 27px 0 30px;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid var(--line);
  }

  .value-item:nth-child(3),
  .value-item:nth-child(4) {
    border-top: 0;
  }

  .value-item:last-child {
    border-bottom: 0;
  }

  .value-item > span {
    margin-bottom: 28px;
  }

  .value-item h3 {
    font-size: 29px;
  }

  .about-bridge {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .about-bridge-grid {
    gap: 45px;
  }

  .about-cta {
    padding: 70px 20px 75px;
  }

  .about-cta .section-label {
    margin-bottom: 38px;
  }

  .about-cta h2 {
    font-size: clamp(50px, 14vw, 75px);
  }

  .about-cta-actions {
    flex-direction: column;
    gap: 20px;
  }

}

/* =========================================================
   SILKSHREE — COLLECTIONS PAGE
   Collections-specific CSS
   ========================================================= */


/* ---------------------------------------------------------
   COLLECTIONS HERO
   --------------------------------------------------------- */

.collections-hero {
  padding-top: 115px;
  padding-bottom: 125px;
  background: var(--paper);
}

.collections-hero > .section-label {
  margin-bottom: 72px;
}

.collections-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 90px;
  align-items: end;
}

.collections-hero-title h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(72px, 9vw, 150px);
  line-height: .82;
  letter-spacing: -.045em;
  font-weight: 500;
  color: var(--ink);
}

.collections-hero-title h1 em {
  font-style: italic;
  color: var(--gold);
}

.collections-hero-copy {
  max-width: 500px;
  padding-bottom: 8px;
}

.collections-hero-copy p {
  margin: 0 0 22px;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.8;
  color: var(--ink-soft);
}

.collections-hero-copy p:last-child {
  margin-bottom: 0;
}

.collections-intro-large {
  font-family: var(--serif) !important;
  font-size: 30px !important;
  line-height: 1.2 !important;
  color: var(--ink) !important;
}


/* ---------------------------------------------------------
   COLLECTION INTRO
   --------------------------------------------------------- */

.collections-intro {
  padding-top: 120px;
  padding-bottom: 130px;
  background: var(--ivory);
}

.collections-intro > .section-label {
  margin-bottom: 72px;
}

.collections-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: 100px;
  align-items: start;
}

.collections-intro-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(55px, 6vw, 92px);
  line-height: .88;
  letter-spacing: -.04em;
  font-weight: 500;
  color: var(--ink);
}

.collections-intro-heading h2 em {
  font-style: italic;
  color: var(--gold);
}

.collections-intro-copy {
  max-width: 650px;
}

.collections-intro-copy p {
  margin: 0 0 25px;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.8;
  color: var(--ink-soft);
}

.collections-intro-copy p:last-child {
  margin-bottom: 0;
}

.collections-intro-copy .large-copy {
  margin-bottom: 30px;
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1.25;
  color: var(--ink);
}


/* ---------------------------------------------------------
   COLLECTION DETAIL
   --------------------------------------------------------- */

.collection-detail {
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 760px;
}

.collection-detail-visual {
  position: relative;
  min-height: 760px;
  overflow: hidden;
}

.collection-detail-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transition: transform .8s ease;
}

.collection-detail:hover .collection-detail-visual img {
  transform: scale(1.025);
}


/* Collection image labels */

.collection-detail-number {
  position: absolute;
  top: 35px;
  left: 40px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--paper);
  z-index: 2;
}

.collection-detail-label {
  position: absolute;
  right: 40px;
  bottom: 35px;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .16em;
  color: var(--paper);
  z-index: 2;
}


/* ---------------------------------------------------------
   BANARASI / KANJIVARAM CONTENT
   --------------------------------------------------------- */

.collection-detail-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.collection-detail-content .section-label {
  margin-bottom: 48px;
}

.collection-detail-content h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(58px, 6vw, 94px);
  line-height: .87;
  letter-spacing: -.04em;
  font-weight: 500;
  color: var(--ink);
}

.collection-detail-content h2 em {
  font-style: italic;
  color: var(--gold);
}

.collection-detail-lead {
  max-width: 520px;
  margin: 38px 0 20px !important;
  font-family: var(--serif) !important;
  font-size: 27px !important;
  line-height: 1.25 !important;
  color: var(--ink) !important;
}

.collection-detail-content > p:not(.collection-detail-lead) {
  max-width: 560px;
  margin: 0;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.8;
  color: var(--ink-soft);
}


/* ---------------------------------------------------------
   COLLECTION FEATURES
   --------------------------------------------------------- */

.collection-features {
  width: 100%;
  max-width: 620px;
  margin-top: 50px;
  border-top: 1px solid var(--line);
}

.collection-feature {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 18px;
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
}

.collection-feature > span {
  padding-top: 4px;
  font-family: var(--sans);
  font-size: 10px;
  line-height: 1;
  color: var(--gold);
}

.collection-feature h3 {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: var(--ink);
}

.collection-feature p {
  max-width: 480px;
  margin: 0;
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.65;
  color: var(--ink-soft);
}

.collection-detail-content .arrow-link {
  align-self: flex-start;
  margin-top: 35px;
}


/* ---------------------------------------------------------
   KANJIVARAM — REVERSE LAYOUT
   --------------------------------------------------------- */

.collection-detail-kanjivaram {
  background: var(--ivory);
}

.collection-detail-kanjivaram .collection-detail-content {
  background: var(--ivory);
}

.collection-detail-kanjivaram .collection-detail-visual {
  order: 2;
}

.collection-detail-kanjivaram .collection-detail-content {
  order: 1;
}


/* ---------------------------------------------------------
   OUR APPROACH
   --------------------------------------------------------- */

.collections-approach {
  background: var(--dark);
  color: var(--paper);
  padding: 120px 0 125px;
}

.collections-approach-inner {
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
}

.collections-approach .section-label {
  margin-bottom: 60px;
  color: var(--gold-soft);
}

.collections-approach h2 {
  max-width: 950px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(58px, 7vw, 105px);
  line-height: .88;
  letter-spacing: -.04em;
  font-weight: 500;
  color: var(--paper);
}

.collections-approach h2 em {
  font-style: italic;
  color: var(--gold-soft);
}

.approach-grid {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(244, 236, 223, .2);
}

.approach-item {
  min-height: 275px;
  padding: 30px 45px 20px 0;
  border-right: 1px solid rgba(244, 236, 223, .2);
}

.approach-item:not(:first-child) {
  padding-left: 45px;
}

.approach-item:last-child {
  border-right: 0;
}

.approach-item > span {
  display: block;
  margin-bottom: 52px;
  font-family: var(--sans);
  font-size: 10px;
  line-height: 1;
  color: var(--gold-soft);
}

.approach-item h3 {
  margin: 0 0 15px;
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1;
  font-weight: 500;
  color: var(--paper);
}

.approach-item p {
  max-width: 320px;
  margin: 0;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.75;
  color: rgba(244, 236, 223, .7);
}


/* ---------------------------------------------------------
   COLLECTIONS BUSINESS CTA
   --------------------------------------------------------- */

.collections-business {
  padding-top: 125px;
  padding-bottom: 135px;
  background: var(--paper);
}

.collections-business-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr);
  gap: 100px;
  align-items: start;
}

.collections-business-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(60px, 6vw, 96px);
  line-height: .87;
  letter-spacing: -.04em;
  font-weight: 500;
  color: var(--ink);
}

.collections-business-heading h2 em {
  font-style: italic;
  color: var(--gold);
}

.collections-business-heading .section-label {
  margin-bottom: 60px;
}

.collections-business-copy {
  max-width: 560px;
  padding-top: 8px;
}

.collections-business-copy .large-copy {
  margin: 0 0 25px;
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1.2;
  color: var(--ink);
}

.collections-business-copy > p:not(.large-copy) {
  margin: 0;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.8;
  color: var(--ink-soft);
}

.collections-business-copy .btn {
  margin-top: 35px;
}


/* ---------------------------------------------------------
   FINAL COLLECTIONS CTA
   --------------------------------------------------------- */

.collections-cta {
  background: var(--gold);
  padding: 115px 40px 120px;
}

.collections-cta-inner {
  width: min(1000px, 100%);
  margin: 0 auto;
  text-align: center;
}

.collections-cta .section-label {
  margin-bottom: 50px;
  color: rgba(36, 52, 46, .65);
}

.collections-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(60px, 8vw, 115px);
  line-height: .87;
  letter-spacing: -.045em;
  font-weight: 500;
  color: var(--dark);
}

.collections-cta h2 em {
  font-style: italic;
}

.collections-cta p {
  margin: 35px auto 0;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.7;
  color: rgba(36, 52, 46, .7);
}

.collections-cta-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-top: 35px;
}

.collections-cta .text-link {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--dark);
  text-decoration: none;
  border-bottom: 1px solid rgba(36, 52, 46, .45);
  padding-bottom: 4px;
}

.collections-cta .text-link span {
  margin-left: 5px;
}


/* =========================================================
   COLLECTIONS — TABLET
   ========================================================= */

@media (max-width: 900px) {

  .collections-hero {
    padding-top: 90px;
    padding-bottom: 95px;
  }

  .collections-hero > .section-label,
  .collections-intro > .section-label {
    margin-bottom: 50px;
  }

  .collections-hero-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .collections-hero-title h1 {
    font-size: clamp(68px, 15vw, 110px);
  }

  .collections-hero-copy {
    max-width: 650px;
  }


  /* Intro */

  .collections-intro {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .collections-intro-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }


  /* Collection detail */

  .collection-detail {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .collection-detail-visual {
    min-height: 620px;
  }

  .collection-detail-content {
    min-height: 650px;
  }

  .collection-detail-kanjivaram .collection-detail-visual {
    order: 1;
  }

  .collection-detail-kanjivaram .collection-detail-content {
    order: 2;
  }


  /* Approach */

  .collections-approach {
    padding: 90px 0 95px;
  }

  .collections-approach-inner {
    width: min(100% - 48px, 700px);
  }

  .approach-grid {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }

  .approach-item,
  .approach-item:not(:first-child) {
    min-height: auto;
    padding: 28px 0 32px;
    border-right: 0;
    border-bottom: 1px solid rgba(244, 236, 223, .2);
  }

  .approach-item:last-child {
    border-bottom: 0;
  }

  .approach-item > span {
    margin-bottom: 30px;
  }


  /* Business */

  .collections-business {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .collections-business-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .collections-business-copy {
    max-width: 650px;
  }


  /* CTA */

  .collections-cta {
    padding: 90px 24px 95px;
  }

}


/* =========================================================
   COLLECTIONS — MOBILE
   ========================================================= */

@media (max-width: 600px) {

  .collections-hero {
    padding-top: 70px;
    padding-bottom: 75px;
  }

  .collections-hero > .section-label,
  .collections-intro > .section-label {
    margin-bottom: 40px;
  }

  .collections-hero-grid {
    gap: 42px;
  }

  .collections-hero-title h1 {
    font-size: clamp(58px, 17vw, 88px);
  }

  .collections-intro-large {
    font-size: 26px !important;
  }

  .collections-hero-copy p {
    font-size: 14px;
  }


  /* Intro */

  .collections-intro {
    padding-top: 70px;
    padding-bottom: 75px;
  }

  .collections-intro-grid {
    gap: 42px;
  }

  .collections-intro-heading h2 {
    font-size: clamp(52px, 15vw, 76px);
  }

  .collections-intro-copy .large-copy {
    font-size: 27px;
  }


  /* Collection detail */

  .collection-detail-visual {
    min-height: 500px;
  }

  .collection-detail-content {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 75px;
  }

  .collection-detail-content .section-label {
    margin-bottom: 40px;
  }

  .collection-detail-content h2 {
    font-size: clamp(52px, 15vw, 78px);
  }

  .collection-detail-lead {
    margin-top: 30px !important;
    font-size: 25px !important;
  }

  .collection-detail-content > p:not(.collection-detail-lead) {
    font-size: 13px;
  }

  .collection-detail-visual .collection-detail-number {
    top: 25px;
    left: 25px;
  }

  .collection-detail-visual .collection-detail-label {
    right: 25px;
    bottom: 25px;
    font-size: 9px;
  }


  /* Features */

  .collection-features {
    margin-top: 38px;
  }

  .collection-feature {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 12px;
    padding: 19px 0 21px;
  }

  .collection-feature h3 {
    font-size: 23px;
  }

  .collection-feature p {
    font-size: 12px;
  }

  .collection-detail-content .arrow-link {
    margin-top: 30px;
  }


  /* Approach */

  .collections-approach {
    padding: 70px 0 75px;
  }

  .collections-approach-inner {
    width: calc(100% - 40px);
  }

  .collections-approach h2 {
    font-size: clamp(52px, 15vw, 78px);
  }

  .approach-grid {
    margin-top: 55px;
  }

  .approach-item h3 {
    font-size: 28px;
  }


  /* Business */

  .collections-business {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .collections-business-grid {
    gap: 45px;
  }

  .collections-business-heading .section-label {
    margin-bottom: 40px;
  }

  .collections-business-heading h2 {
    font-size: clamp(52px, 15vw, 78px);
  }

  .collections-business-copy .large-copy {
    font-size: 27px;
  }


  /* Final CTA */

  .collections-cta {
    padding: 70px 20px 75px;
  }

  .collections-cta .section-label {
    margin-bottom: 38px;
  }

  .collections-cta h2 {
    font-size: clamp(50px, 14vw, 75px);
  }

  .collections-cta-actions {
    flex-direction: column;
    gap: 20px;
  }

}

/* =========================================================
   SILKSHREE — FINAL RESPONSIVE SYSTEM
   This block is intentionally placed last so it safely
   overrides older responsive rules without changing the
   desktop design.
   ========================================================= */

/* ---------- TABLET ---------- */
@media (max-width: 1050px) {

  .site-header {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .main-nav {
    gap: 18px;
    font-size: 11px;
  }

  .main-nav a {
    white-space: nowrap;
  }

  .header-cta {
    display: none;
  }

  .hero-copy {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .hero h1 {
    font-size: clamp(62px, 8vw, 105px);
  }

  .hero-text {
    max-width: 470px;
  }
}


/* =========================================================
   MOBILE HEADER
   ========================================================= */
@media (max-width: 800px) {

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body.nav-open {
    overflow: hidden;
  }

  .site-header {
    width: 100%;
    height: 72px;
    min-height: 72px;
    padding: 0 22px;
    position: relative;
    z-index: 100;
  }

  .brand {
    min-width: 0;
    gap: 10px;
    flex-shrink: 0;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    font-size: 23px;
  }

  .brand strong {
    font-size: 12px;
    letter-spacing: .18em;
  }

  .brand small {
    font-size: 6px;
    letter-spacing: .25em;
  }

  /* Desktop navigation is completely removed from the
     document flow until the hamburger is opened. */
  .main-nav {
    position: fixed !important;
    top: 72px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;

    width: 100% !important;
    height: calc(100dvh - 72px) !important;
    min-height: 0 !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    gap: 8px !important;
    padding: 30px 24px !important;
    margin: 0 !important;

    background: var(--paper) !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;

    transform: translate3d(100%,0,0) !important;
    transition:
      transform .35s ease,
      opacity .25s ease,
      visibility 0s linear .35s !important;

    z-index: 90 !important;
  }

  .main-nav.open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate3d(0,0,0) !important;
    transition:
      transform .35s ease,
      opacity .25s ease,
      visibility 0s linear 0s !important;
  }

  .main-nav a {
    display: block !important;
    width: auto !important;
    padding: 5px 10px !important;
    margin: 0 !important;

    font: 500 clamp(30px, 8vw, 42px) / 1 var(--serif) !important;
    white-space: nowrap !important;
    color: var(--ink) !important;
  }

  .main-nav a::after {
    bottom: 0 !important;
  }

  .menu-toggle {
    display: block !important;
    position: relative;
    z-index: 110;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }

  .menu-toggle span {
    width: 30px;
    margin: 6px auto;
  }

  /* ---------- HOME HERO ---------- */

  .hero {
    width: 100%;
    min-height: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .hero-copy {
    width: 100%;
    padding: 68px 22px 58px;
    order: 1;
  }

  .eyebrow {
    font-size: 9px;
    letter-spacing: .2em;
  }

  .hero h1 {
    max-width: 100%;
    margin-top: 22px;
    font-size: clamp(58px, 15vw, 82px);
    line-height: .84;
  }

  .hero-lead {
    margin: 17px 0 22px;
    font-size: clamp(28px, 7.5vw, 40px);
    line-height: 1;
  }

  .hero-text {
    max-width: 590px;
    font-size: 16px;
    line-height: 1.65;
  }

  .hero-actions {
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 16px;
    margin-top: 30px;
  }

  .hero-actions .btn {
    min-height: 56px;
    padding: 15px 18px;
    flex: 1 1 auto;
  }

  .hero-actions .text-link {
    align-self: center;
    white-space: nowrap;
  }

  .hero-art {
    width: 100%;
    min-height: 390px;
    height: 390px;
    order: 2;
  }

  .hero-panel {
    width: 190px;
    height: 275px;
    right: 10%;
    top: 14%;
    padding: 28px;
  }

  .panel-title {
    font-size: 30px;
  }

  .orbit-one {
    width: 520px;
    height: 320px;
    right: -210px;
  }

  .orbit-two {
    width: 470px;
    height: 265px;
    right: -165px;
  }

  .orbit-three {
    width: 360px;
    height: 205px;
    right: 5px;
  }

  .hero-bottom {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 20px;
  }

  /* ---------- GENERAL MOBILE SPACING ---------- */

  .section-pad {
    padding: 78px 22px;
  }

  .section-label {
    margin-bottom: 28px;
    font-size: 9px;
    letter-spacing: .21em;
  }

  h2 {
    font-size: clamp(48px, 12vw, 72px);
    line-height: .9;
  }

  /* ---------- INTRO ---------- */

  .intro-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .intro-copy {
    max-width: 650px;
  }

  .intro-copy .large-copy {
    font-size: 24px;
    line-height: 1.3;
  }

  /* ---------- COLLECTIONS PREVIEW ---------- */

  .section-heading {
    display: block;
  }

  .section-heading .arrow-link {
    display: inline-block;
    margin-top: 20px;
  }

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

  .collection-visual {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .collection-info {
    padding-top: 18px;
  }

  /* ---------- CRAFT ---------- */

  .craft-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .craft-toggle {
    min-height: 72px;
    height: auto;
    grid-template-columns: 38px minmax(0,1fr) 25px;
  }

  .craft-toggle > strong {
    font-size: 20px;
  }

  .craft-content p {
    padding: 14px 15px 25px 38px;
    font-size: 13px;
  }

  /* ---------- PROMISE ---------- */

  .promise {
    padding: 78px 22px;
  }

  .promise-grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 50px;
  }

  .promise-grid div {
    padding: 22px 0 25px;
  }

  .promise-grid h3 {
    font-size: 27px;
  }

  .promise-grid p {
    max-width: 500px;
    font-size: 13px;
  }

  /* ---------- WHOLESALE CTA ---------- */

  .wholesale-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-box {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .cta-copy {
    padding: 65px 22px;
  }

  .cta-art {
    min-height: 320px;
    height: 320px;
  }

  /* ---------- FOOTER ---------- */

  .footer-top {
    display: block;
    padding-bottom: 45px;
  }

  .footer-links {
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    margin-top: 45px;
  }

  .footer-bottom {
    display: block;
  }

  .footer-bottom div {
    margin: 12px 0;
    flex-wrap: wrap;
  }

  .footer-bottom span:last-child {
    display: block;
  }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */
@media (max-width: 480px) {

  .site-header {
    padding: 0 18px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    font-size: 11px;
  }

  .brand small {
    font-size: 5.5px;
  }

  .hero-copy {
    padding: 58px 20px 50px;
  }

  .hero h1 {
    font-size: clamp(55px, 16vw, 72px);
  }

  .hero-lead {
    font-size: 29px;
  }

  .hero-text {
    font-size: 15px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-actions .text-link {
    align-self: flex-start;
    margin-top: 3px;
  }

  .hero-art {
    min-height: 340px;
    height: 340px;
  }

  .hero-panel {
    width: 170px;
    height: 245px;
    right: 9%;
    top: 13%;
    padding: 25px;
  }

  .panel-title {
    font-size: 27px;
  }

  .motif {
    font-size: 28px;
  }

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

  .section-pad {
    padding: 68px 20px;
  }

  .section-label {
    font-size: 8px;
  }

  h2 {
    font-size: clamp(45px, 13vw, 64px);
  }

  .intro-copy .large-copy {
    font-size: 22px;
  }

  .collection-info h3 {
    font-size: 27px;
  }

  .collection-visual {
    aspect-ratio: 4 / 5;
  }

  .craft-toggle > strong {
    font-size: 18px;
  }

  .cta-copy {
    padding: 58px 20px;
  }

  .cta-art {
    min-height: 280px;
    height: 280px;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }
}


/* =========================================================
   EXTRA SMALL DEVICES
   ========================================================= */
@media (max-width: 360px) {

  .brand small {
    display: none;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero-lead {
    font-size: 27px;
  }

  .hero-art {
    height: 300px;
    min-height: 300px;
  }

  .hero-panel {
    width: 150px;
    height: 220px;
    padding: 21px;
  }

  .panel-title {
    font-size: 24px;
  }
}
