/* Desktop homepage only. Mobile markup and styles are intentionally independent. */
@media screen and (min-width: 701px) {
  .cw-home {
    --cw-ink: #261f19; --cw-dark: #191511; --cw-gold: #ba985a;
    --cw-ivory: #f5f1e9; --cw-paper: #fcfaf5; --cw-muted: #756b60;
    --cw-line: rgba(70, 53, 32, .17); --cw-serif: 'Cormorant Garamond', Georgia, serif;
    background: var(--cw-paper); color: var(--cw-ink);
    font-family: 'Manrope', Arial, sans-serif; font-size: 15px; line-height: 1.65;
    overflow: clip;
  }
  .cw-home *, .cw-home *::before, .cw-home *::after { box-sizing: border-box; }
  .cw-home a { color: inherit; text-decoration: none; }
  .cw-home img { display: block; max-width: 100%; }
  .cw-home figure, .cw-home h1, .cw-home h2, .cw-home h3, .cw-home p { margin: 0; }
  .cw-home a:focus-visible { outline: 2px solid var(--cw-gold); outline-offset: 5px; }
  .cw-home .cw-shell { width: min(1440px, calc(100% - 96px)); margin-inline: auto; }
  .cw-home .cw-section { padding: 72px 0; }
  .cw-home [id] { scroll-margin-top: 100px; }
  .cw-home .cw-eyebrow { display: flex; align-items: center; gap: 12px; color: #866631; font-size: 11px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; margin: 0 0 18px; line-height: 1.4; }
  .cw-home .cw-eyebrow i { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #bb9b5d80; border-radius: 50%; font-size: 16px; font-weight: 400; }
  .cw-home .cw-eyebrow-light { color: #d5b984; }
  .cw-home .cw-eyebrow-light span { height: 1px; width: 36px; background: currentColor; }
  .cw-home .cw-section-head { display: grid; grid-template-columns: 1.35fr 1fr; gap: 64px; align-items: end; margin-bottom: 32px; }
  .cw-home .cw-section-head h2 { font-family: var(--cw-serif); font-size: clamp(42px, 4.2vw, 68px); line-height: .98; font-weight: 500; letter-spacing: -.035em; color: var(--cw-ink); }
  .cw-home h2 em { color: #8c6e40; font-weight: 500; font-style: italic; }
  .cw-home .cw-head-aside { max-width: 390px; justify-self: end; }
  .cw-home .cw-head-aside p { color: var(--cw-muted); font-size: 14px; line-height: 1.85; }
  .cw-home .cw-text-link { display: inline-flex; align-items: center; gap: 20px; margin-top: 18px; padding-bottom: 5px; border-bottom: 1px solid #b99a65; font-size: 12px; font-weight: 700; }
  .cw-home .cw-text-link i { font-size: 18px; }
  .cw-home .cw-text-link:hover { color: #8c6e40; }
  .cw-home .cw-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 26px; padding: 15px 21px; font-size: 12px; font-weight: 700; line-height: 1.4; border: 1px solid transparent; transition: background .2s, color .2s, border-color .2s; }
  .cw-home .cw-button i { font-size: 18px; }
  .cw-home .cw-button-gold { background: #c2a069; color: #211b14; }
  .cw-home .cw-button-gold:hover { background: #dec598; }
  .cw-home .cw-button-outline { color: #f9f3e8; border-color: #e3d6bd70; background: #1c171140; }
  .cw-home .cw-button-outline:hover { background: #f7efdf; color: #211b14; }
  .cw-home .cw-hero { position: relative; width: 100%; height: 100svh; min-height: 560px; background: #1a1510; color: #f6f0e5; display: flex; align-items: center; isolation: isolate; }
  .cw-home .cw-hero-media { position: absolute; inset: 0; z-index: -3; }
  .cw-home .cw-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: right center; }
  .cw-home .cw-hero::before { content: ''; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(14, 11, 8, .73), rgba(14, 11, 8, .35) 37%, transparent 64%), linear-gradient(0deg, #0e0a074d, transparent 24%, transparent 83%, #0e0a0770); }
  .cw-home .cw-hero-content { padding-top: 60px; padding-bottom: 80px; }
  .cw-home .cw-hero h1 { max-width: 690px; font-family: var(--cw-serif); font-size: clamp(56px, 5.8vw, 104px); line-height: .92; letter-spacing: -.04em; font-weight: 500; color: #faf3e5; }
  .cw-home .cw-hero h1 em { color: #d7b679; font-weight: 500; font-style: italic; }
  .cw-home .cw-hero-description { max-width: 415px; margin: 27px 0 29px; font-size: 14px; line-height: 1.9; color: #e0d5c4; }
  .cw-home .cw-actions { display: flex; flex-wrap: wrap; gap: 12px; }
  .cw-home .cw-hero-bottom { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 9px; letter-spacing: .16em; color: #ddcfb8; }
  .cw-home .cw-hero-bottom b { margin: 0 14px; color: #c0a674; font-weight: 400; }
  .cw-home .cw-hero-bottom a { display: flex; align-items: center; gap: 20px; }
  .cw-home .cw-hero-bottom i { font-size: 19px; }
  .cw-home .cw-collections { background: var(--cw-paper); }
  .cw-home .cw-category-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 22px 20px; }
  .cw-home .cw-category { grid-column: span 3; display: block; min-width: 0; }
  @media (min-width: 1100px) {
    /* Fourteen collections: two rows of four, then two full rows of three. */
    .cw-home .cw-category-grid:has(> .cw-category:nth-child(14):last-child) > .cw-category:nth-child(n + 9) { grid-column: span 4; }
  }
  .cw-home .cw-category-image { aspect-ratio: 4 / 3; overflow: hidden; background: #e9e0d3; }
  .cw-home .cw-category-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
  .cw-home .cw-category:hover img { transform: scale(1.045); }
  .cw-home .cw-category-label { display: flex; align-items: center; justify-content: space-between; padding: 11px 0 9px; border-bottom: 1px solid var(--cw-line); gap: 10px; }
  .cw-home .cw-category-label h3 { font-family: var(--cw-serif); font-size: 27px; line-height: 1.2; font-weight: 600; letter-spacing: -.02em; }
  .cw-home .cw-category-label i { font-size: 20px; color: #9c7c47; }
  .cw-home .cw-collection-note { display: flex; justify-content: space-between; gap: 24px; align-items: center; margin-top: 28px; padding: 17px 0 0; font-size: 12px; color: var(--cw-muted); }
  .cw-home .cw-collection-note span { display: flex; align-items: center; gap: 10px; }
  .cw-home .cw-collection-note i { color: #97763d; font-size: 18px; }
  .cw-home .cw-collection-note a { display: flex; align-items: center; gap: 18px; color: var(--cw-ink); }
  .cw-home .cw-factory { background: #eee7db; border-top: 1px solid var(--cw-line); border-bottom: 1px solid var(--cw-line); }
  .cw-home .cw-factory-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
  .cw-home .cw-factory-card { grid-column: span 2; position: relative; min-width: 0; overflow: hidden; background: #24221b; }
  .cw-home .cw-factory-card img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
  .cw-home .cw-factory-card figcaption { padding: 18px 20px; background: #fbf8f1; min-height: 108px; }
  .cw-home .cw-factory-card h3 { font-family: var(--cw-serif); font-size: 27px; font-weight: 600; line-height: 1.15; letter-spacing: -.02em; }
  .cw-home .cw-factory-card p { margin-top: 7px; font-size: 12px; color: #796d5c; line-height: 1.65; }
  .cw-home .cw-factory-card-0 { grid-column: 1 / -1; }
  .cw-home .cw-factory-card-0 img { aspect-ratio: 2.8; object-position: center 52%; }
  .cw-home .cw-factory-card-0 figcaption { position: absolute; bottom: 0; left: 0; width: 100%; min-height: auto; padding: 65px 30px 25px; background: linear-gradient(transparent, #0b120fd9); color: #fff7e8; }
  .cw-home .cw-factory-card-0 h3 { font-size: 38px; color: #fff7e8; }
  .cw-home .cw-factory-card-0 p { color: #e7dfcf; }
  .cw-home .cw-factory-card-1, .cw-home .cw-factory-card-2 { grid-column: span 3; }
  .cw-home .cw-factory-card-1 img, .cw-home .cw-factory-card-2 img { aspect-ratio: 3 / 2; }
  .cw-home .cw-products { background: var(--cw-paper); }
  .cw-home .cw-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px 20px; }
  .cw-home .cw-product { min-width: 0; display: flex; flex-direction: column; }
  .cw-home .cw-product-image { display: block; position: relative; aspect-ratio: 1; background: #fff; overflow: hidden; border: 1px solid #e6dfd2; }
  .cw-home .cw-product-image img { width: 100%; height: 100%; object-fit: contain; padding: 12px; transition: transform .5s; }
  .cw-home .cw-product:hover .cw-product-image img { transform: scale(1.04); }
  .cw-home .cw-product-arrow { position: absolute; bottom: 12px; right: 12px; display: grid; place-items: center; width: 32px; height: 32px; background: #f8f5eee6; color: #8c6e40; font-size: 19px; }
  .cw-home .cw-product-info { padding-top: 16px; display: flex; flex-direction: column; flex: 1; }
  .cw-home .cw-product-category { color: #907449; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 8px; }
  .cw-home .cw-product h3 { font-size: 13px; font-family: 'Manrope', Arial, sans-serif; line-height: 1.6; font-weight: 600; min-height: 62.4px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
  .cw-home .cw-product dl { margin: 15px 0 0; padding: 11px 0 0; border-top: 1px solid var(--cw-line); display: flex; flex-wrap: wrap; gap: 9px 22px; }
  .cw-home .cw-product dl div { display: flex; align-items: baseline; gap: 7px; }
  .cw-home .cw-product dt { font-size: 9px; font-weight: 500; color: #887d6f; }
  .cw-home .cw-product dd { margin: 0; font-size: 11px; font-weight: 600; }
  .cw-home .cw-lifestyle { background: var(--cw-dark); color: #f6efe2; }
  .cw-home .cw-lifestyle h2 { color: #f6efe2; }
  .cw-home .cw-lifestyle h2 em { color: #ceb07a; }
  .cw-home .cw-lifestyle .cw-eyebrow { color: #ceb07a; }
  .cw-home .cw-lifestyle .cw-head-aside p { color: #bbaf9e; }
  .cw-home .cw-lifestyle-grid { display: grid; grid-template-columns: .9fr 1.1fr; grid-template-rows: repeat(2, 414px); gap: 18px; }
  .cw-home .cw-scene { min-width: 0; min-height: 0; position: relative; overflow: hidden; display: grid; grid-template-rows: minmax(0, 1fr) auto; }
  .cw-home .cw-scene:first-child { grid-row: span 2; }
  .cw-home .cw-scene img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center bottom; }
  .cw-home .cw-scene figcaption { width: 100%; padding: 18px 22px 20px; background: #272119; }
  .cw-home .cw-scene h3 { color: #fff8e9; font-family: var(--cw-serif); font-size: 34px; line-height: 1.05; font-weight: 500; }
  .cw-home .cw-scene p { color: #eee2cf; margin-top: 9px; font-size: 12px; }
  .cw-home .cw-custom-details { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 28px; gap: 28px; padding-top: 24px; border-top: 1px solid #c9b38c3b; }
  .cw-home .cw-custom-details > div { display: grid; grid-template-columns: 32px 1fr; gap: 3px 12px; }
  .cw-home .cw-custom-details i { font-size: 24px; grid-row: span 2; color: #bba171; }
  .cw-home .cw-custom-details span { font-size: 13px; font-weight: 600; }
  .cw-home .cw-custom-details p { font-size: 11px; color: #b6aa98; }
  .cw-home .cw-process { background: #f0e9de; }
  .cw-home .cw-steps { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 23px; padding: 0; margin: 40px 0 0; list-style: none; }
  .cw-home .cw-steps li { position: relative; min-width: 0; }
  .cw-home .cw-steps li:not(:last-child)::after { content: ''; position: absolute; top: 27px; left: 67px; width: calc(100% - 59px); height: 1px; background: #bda47a85; }
  .cw-home .cw-step-icon { display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid #b89a658c; border-radius: 50%; color: #8e703d; font-size: 24px; background: #f8f4ec; }
  .cw-home .cw-steps h3 { margin-top: 18px; font-size: 14px; line-height: 1.4; font-weight: 700; min-height: 40px; }
  .cw-home .cw-steps p { color: #786e60; font-size: 12px; line-height: 1.8; margin-top: 8px; }
  .cw-home .cw-process-cta { margin-top: 36px; border-top: 1px solid var(--cw-line); padding-top: 25px; display: flex; justify-content: space-between; gap: 25px; align-items: center; }
  .cw-home .cw-process-cta p { font-family: var(--cw-serif); font-size: 32px; font-weight: 500; }
  body:has(.cw-home) #kf.cs-section { padding: 64px 0 70px !important; margin: 0 !important; background: #fcfaf5 !important; border-top: 1px solid #dcd2c0; }
  body:has(.cw-home) .zw { display: none !important; }
  body:has(.cw-home) .mobile_nav { display: none !important; }
  body:has(.cw-home) #floatShow { background: #b79960 !important; color: #211a11 !important; }
  body:has(.cw-home) .progress-wrap::after { color: #a88b52 !important; }
  body:has(.cw-home) .progress-wrap svg.progress-circle path { stroke: #b79960 !important; }
  body:has(.cw-home) #kf .cs-container { width: min(1440px, calc(100% - 96px)) !important; max-width: 1440px !important; padding: 0 !important; }
  body:has(.cw-home) #kf .cs-header { margin-bottom: 30px !important; text-align: left !important; }
  body:has(.cw-home) #kf .cs-eyebrow { color: #92743d !important; letter-spacing: .16em !important; font-size: 10px !important; }
  body:has(.cw-home) #kf .cs-title { font-family: 'Cormorant Garamond', Georgia, serif !important; font-weight: 500 !important; font-size: 56px !important; line-height: 1.1 !important; color: #261f19 !important; margin: 12px 0 !important; }
  body:has(.cw-home) #kf .cs-subtitle { color: #7b7062 !important; font-size: 13px !important; margin-left: 0 !important; }
  body:has(.cw-home) #kf .cs-grid { gap: 20px !important; grid-template-columns: repeat(5, minmax(0, 1fr)) !important; }
  body:has(.cw-home) #kf .cs-card { border-radius: 0 !important; border-color: #dcd2c0 !important; box-shadow: none !important; background: #f4efe5 !important; }
  body:has(.cw-home) #kf .cs-card::before { background: #bc9a5f !important; }
  body:has(.cw-home) #kf .cs-name { color: #261f19 !important; font-family: 'Cormorant Garamond', Georgia, serif !important; font-size: 25px !important; }
  body:has(.cw-home) #kf .cs-role { color: #8c7046 !important; }
  body:has(.cw-home) #kf .cs-card:hover { border-color: #b19460 !important; }
  @media (max-width: 1200px) {
    .cw-home .cw-shell, body:has(.cw-home) #kf .cs-container { width: calc(100% - 64px) !important; }
    .cw-home .cw-section-head { gap: 32px; }
    .cw-home .cw-lifestyle-grid { grid-template-rows: repeat(2, 350px); }
    .cw-home .cw-hero h1 { font-size: clamp(55px, 6.2vw, 76px); }
    .cw-home .cw-hero-description { max-width: 360px; }
    .cw-home .cw-steps { gap: 16px; }
  }
  @media (max-width: 1099px) {
    .cw-home .cw-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cw-home .cw-category { grid-column: auto; }
    .cw-home .cw-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cw-home .cw-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 26px; }
    .cw-home .cw-steps li:nth-child(3)::after { display: none; }
    .cw-home .cw-hero .cw-actions { max-width: 400px; }
    .cw-home .cw-button { padding: 13px 16px; gap: 14px; }
    .cw-home .cw-hero h1 { max-width: 520px; }
    .cw-home .cw-hero::before { background: linear-gradient(90deg, #0e0b08d9, #0e0b0866 53%, transparent); }
    .cw-home .cw-factory-card { grid-column: span 3; }
    .cw-home .cw-factory-card-0 { grid-column: 1 / -1; }
    .cw-home .cw-factory-card:last-child { grid-column: 2 / span 4; }
    .cw-home .cw-factory-card-1 img, .cw-home .cw-factory-card-2 img { aspect-ratio: 3 / 2; }
    .cw-home .cw-factory-card h3 { font-size: 24px; }
  }
  @media (max-width: 850px) {
    .cw-home .cw-section { padding: 56px 0; }
    .cw-home .cw-section-head { grid-template-columns: 1fr 1fr; gap: 24px; }
    .cw-home .cw-section-head h2 { font-size: 43px; }
    .cw-home .cw-head-aside p { font-size: 12px; }
    .cw-home .cw-lifestyle-grid { grid-template-rows: repeat(2, 290px); gap: 12px; }
    .cw-home .cw-scene figcaption { padding: 16px; }
    .cw-home .cw-scene h3 { font-size: 28px; }
    .cw-home .cw-custom-details { gap: 15px; }
    .cw-home .cw-custom-details > div { grid-template-columns: 1fr; }
    .cw-home .cw-custom-details i { grid-row: auto; }
    body:has(.cw-home) #kf .cs-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
    .cw-home .cw-hero-description { max-width: 320px; font-size: 13px; }
    .cw-home .cw-hero .cw-actions { flex-direction: column; align-items: flex-start; }
    .cw-home .cw-hero-bottom { font-size: 8px; letter-spacing: .1em; }
    .cw-home .cw-hero h1 { font-size: 60px; }
  }
  @media (max-height: 700px) {
    .cw-home .cw-hero { min-height: 0; }
    .cw-home .cw-hero-content { padding-top: 86px; padding-bottom: 45px; }
    .cw-home .cw-hero h1 { font-size: clamp(43px, 9.5svh, 66px); }
    .cw-home .cw-hero-description { margin: 16px 0 19px; line-height: 1.7; }
    .cw-home .cw-hero .cw-eyebrow { margin-bottom: 14px; }
    .cw-home .cw-hero-bottom { bottom: 14px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .cw-home *, .cw-home *::before, .cw-home *::after { transition: none !important; scroll-behavior: auto !important; }
  }
}
