/* The existing homepage remains the mobile source of truth.
   Desktop composes those same sections and product records into a wide store. */
@media (min-width: 1024px) {
  #home .home-intro-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(300px, 1fr);
    gap: 24px;
    align-items: stretch;
  }

  #home .hero.v43 {
    padding: clamp(28px, 3vw, 52px);
    border-radius: 24px;
    background: radial-gradient(ellipse at 100% 0, #5b2933 0, transparent 58%), linear-gradient(145deg, #17191d, #30353e);
  }

  #home .hero.v43::after {
    right: -12px;
    bottom: -42px;
    font-size: clamp(160px, 18vw, 300px);
    pointer-events: none;
  }

  #home .hero.v43 > * {
    position: relative;
    z-index: 1;
  }

  #home .hero.v43 .eyebrow {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 18px;
    opacity: .8;
  }

  #home .hero.v43 .hero-v42-title {
    font-size: clamp(32px, 3vw, 56px);
    line-height: 1.22;
    white-space: normal;
    text-wrap: balance;
    letter-spacing: -.04em;
    margin: 0;
  }

  #home .hero.v43 .hero-v42-light {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.75;
  }

  #home .hero.v43 .hero-v42-prof {
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.6;
  }

  #home .hero.v43 .hero-v42-simple,
  #home .hero.v43 .hero-v42-pro {
    max-width: 68ch;
    font-size: 13px;
    line-height: 1.85;
    margin-top: 10px;
  }

  #home .hero.v43 .hero-v42-slogan {
    margin-top: 24px;
    padding-top: 20px;
  }

  #home .hero.v43 .hero-v42-slogan b {
    font-size: 15px;
    line-height: 1.65;
  }

  #home .hero.v43 .hero-v42-slogan span {
    margin-top: 5px;
    font-size: 13px;
  }

  #home .hero.v43 .actions {
    gap: 12px;
    margin-top: 24px;
    flex-wrap: wrap;
  }

  #home .hero.v43 .btn,
  #home .hero.v43 .actions .btn {
    flex: 0 1 auto;
    min-height: 46px;
    padding: 13px 24px;
    font-size: 14px;
    border-radius: 12px;
  }

  #home .home-service-panel {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 28px;
    border: 1px solid #e4e7ed;
    border-radius: 24px;
    background: #fff;
  }

  #home .home-member-strip {
    margin: 0;
    padding: 17px 18px;
    border-color: #ead9be;
    background: #faf4e9;
  }

  #home .home-member-strip a {
    color: #71522c;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.75;
  }

  #home .home-service-panel .production-row {
    margin: 0;
    font-size: 14px;
    padding: 16px;
  }

  #home .home-service-panel .production-row span {
    font-size: 12px;
  }

  #home .ai-shop-search {
    flex: 1;
    margin: 0;
    padding: 8px 0 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #home .ai-shop-search-top {
    gap: 14px;
    align-items: flex-start;
  }

  #home .ai-shop-search-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    font-size: 15px;
    border-radius: 14px;
  }

  #home .ai-shop-search-main b {
    font-size: clamp(18px, 1.6vw, 24px);
    line-height: 1.5;
  }

  #home .ai-shop-search-main small {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 8px;
  }

  #home .ai-shop-search-row {
    margin-top: 24px;
    gap: 8px;
  }

  #home .ai-shop-search-row input {
    min-width: 0;
    min-height: 50px;
    font-size: 14px;
    padding: 13px 14px;
    border-radius: 12px;
  }

  #home .ai-shop-search-row button {
    min-height: 50px;
    padding: 12px 18px;
    font-size: 14px;
    border-radius: 12px;
    white-space: nowrap;
  }

  #home .ai-shop-photo {
    font-size: 13px;
    line-height: 1.65;
    padding: 15px 12px;
    margin-top: 16px;
  }

  #home .ai-shop-search .production-note {
    margin-top: 12px;
    font-size: 12px;
  }

  #home .sec {
    margin: 30px 0 16px;
    align-items: center;
  }

  #home .home-first-sec {
    margin-top: 32px !important;
  }

  #home .sec > b {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 23px;
    letter-spacing: -.025em;
  }

  #home .sec > a,
  #home .sec > span {
    font-size: 13px;
  }

  #home .home-core.v43 {
    grid-template-columns: minmax(0, 1fr) minmax(205px, .25fr);
    gap: 22px;
    margin-top: 0;
  }

  #home .home-product-card {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  #home .home-core.v43 .home-card-title {
    display: none;
  }

  #home .home-carousel {
    height: 100%;
    overflow: visible;
  }

  #home .home-carousel-track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    height: 100%;
    overflow: visible;
    scroll-snap-type: none;
  }

  #home .home-carousel-slide {
    min-width: 0;
    width: auto;
    padding: 14px;
    border: 1px solid #e4e7ed;
    border-radius: 18px;
    background: #fff;
    transition: border-color .15s ease, box-shadow .15s ease;
  }

  #home .home-carousel-slide:hover {
    border-color: #cbd1db;
    box-shadow: 0 8px 24px rgba(26, 33, 45, .08);
  }

  #home .home-core.v43 .home-good-visual {
    height: clamp(130px, 13vw, 230px);
    padding: 10px;
    border-radius: 12px;
    background: #f5f6f8;
  }

  #home .home-core.v43 .home-good-visual > span {
    font-size: 12px;
    line-height: 1.7;
  }

  #home .home-core.v43 .home-good-visual small {
    font-size: 11px;
  }

  #home .home-core.v43 .s-info {
    margin-top: 15px;
  }

  #home .home-core.v43 .s-title {
    font-size: 14px;
    line-height: 1.7;
    min-height: 3.4em;
    overflow-wrap: anywhere;
  }

  #home .home-core.v43 .s-sub {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.6;
    min-height: 2.8em;
    overflow-wrap: anywhere;
  }

  #home .home-core.v43 .s-price {
    margin-top: 10px;
    font-size: clamp(14px, 1.3vw, 19px);
    line-height: 1.6;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  #home .home-carousel-dots,
  #home .carousel-note {
    display: none;
  }

  #home .home-core.v43 .home-request-card {
    padding: 26px 18px;
    border-width: 1px;
    border-radius: 18px;
    background: linear-gradient(155deg, #fff4f0, #fff);
    box-shadow: none;
  }

  #home .home-core.v43 .hr-law {
    font-size: 12px;
    line-height: 1.6;
  }

  #home .home-core.v43 .hr-adult {
    font-size: 26px;
    margin-top: 18px;
  }

  #home .home-core.v43 .hr-can {
    font-size: 14px;
    margin-top: 5px;
  }

  #home .home-core.v43 .hr-special {
    margin-top: 4px;
    font-size: 17px;
    line-height: 1.65;
  }

  #home .home-core.v43 .hr-special .big-smoke {
    font-size: 28px;
  }

  #home .home-core.v43 .hr-btn {
    min-height: 46px;
    margin-top: 20px;
    padding: 13px 16px;
    font-size: 14px;
    border-radius: 12px;
  }

  #home .home-core.v43 .hr-note {
    margin-top: 14px;
    font-size: 11px;
    line-height: 1.75;
  }

  #home .casual-buy-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 8px 36px;
    margin-top: 30px;
    padding: 28px 32px;
    border-radius: 20px;
  }

  #home .casual-buy-hero > small,
  #home .casual-buy-hero > h3,
  #home .casual-buy-hero > p {
    grid-column: 1;
    margin: 0;
  }

  #home .casual-buy-hero > small {
    font-size: 11px;
  }

  #home .casual-buy-hero > h3 {
    font-size: 22px;
    line-height: 1.55;
  }

  #home .casual-buy-hero > p {
    font-size: 13px;
    line-height: 1.85;
  }

  #home .casual-buy-steps {
    grid-column: 2;
    grid-row: 1 / 4;
    margin: 0;
    align-self: center;
    gap: 12px;
  }

  #home .casual-buy-step {
    padding: 22px 8px;
    border-radius: 14px;
  }

  #home .casual-buy-step b {
    font-size: 14px;
    line-height: 1.65;
  }

  #home .casual-buy-step span {
    font-size: 12px;
    line-height: 1.75;
    margin-top: 6px;
  }

  #home > .pad > .notice {
    margin: 20px 0;
    padding: 16px 22px;
    font-size: 13px;
    line-height: 1.8;
  }

  #home .home-membership-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
  }

  #home .home-membership-layout > * {
    min-width: 0;
    margin: 0;
  }

  #home .japan-home-entry > div,
  #home .value-shortcut > div {
    flex: 1;
    min-width: 0;
  }

  #home .japan-home-entry {
    display: flex;
    justify-content: space-between;
    grid-column: 1;
    grid-row: 1 / 3;
    padding: 30px;
    gap: 24px;
    border-radius: 20px;
  }

  #home .japan-home-entry small {
    font-size: 11px;
    letter-spacing: 1px;
  }

  #home .japan-home-entry h3 {
    font-size: 28px;
    line-height: 1.5;
    margin: 12px 0;
  }

  #home .japan-home-entry p {
    font-size: 14px;
    line-height: 1.85;
  }

  #home .japan-home-entry > a {
    flex-shrink: 0;
    padding: 14px 18px;
    font-size: 13px;
  }

  #home .shop-tools {
    grid-column: 2;
    grid-row: 1;
    gap: 14px;
    align-items: stretch;
  }

  #home .shop-tool {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 14px;
    min-height: 70px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 16px;
  }

  #home .value-shortcut {
    display: flex;
    justify-content: space-between;
    grid-column: 2;
    grid-row: 2;
    padding: 23px 26px;
    gap: 18px;
    border-radius: 18px;
  }

  #home .value-shortcut b {
    font-size: 18px;
  }

  #home .value-shortcut p {
    font-size: 13px;
    line-height: 1.75;
    margin-top: 7px;
  }

  #home .value-shortcut > a {
    padding: 13px 18px;
    font-size: 13px;
  }

  #home .home-membership-layout > .value-shortcut:last-child {
    grid-column: 1 / -1;
    grid-row: 3;
    background: #fff;
  }

  #home .home-buy-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 12px;
  }

  #home .home-buy-steps .step {
    margin: 0;
    padding: 24px;
    align-items: flex-start;
    gap: 16px;
  }

  #home .home-buy-steps .n {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    font-size: 17px;
  }

  #home .home-buy-steps .st b {
    font-size: 16px;
    line-height: 1.55;
  }

  #home .home-buy-steps .st > div {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.85;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  #home .home-intro-layout {
    grid-template-columns: minmax(0, 1.6fr) minmax(285px, 1fr);
    gap: 18px;
  }

  #home .home-service-panel {
    padding: 22px;
  }

  #home .home-core.v43 {
    gap: 16px;
  }

  #home .home-carousel-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #home .home-core.v43 .home-good-visual {
    height: 140px;
  }

  #home .japan-home-entry {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
