/* ==========================================================================
   RESPONSIVE CSS - HKK LANDING PAGE
   Breakpoints: 1200px, 992px, 768px, 576px
   ========================================================================== */

/* Large Tablets & Small Laptops (Max-width: 1200px) */
@media screen and (max-width: 1200px) {
  .lineup-4col-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .lineup-card {
    height: 640px;
  }

  .standards-3card-grid,
  .craft-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .awards-bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bento-card.bento-wide {
    grid-column: span 1;
  }

  .partnership-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-top {
    grid-template-columns: repeat(3, 1fr);
  }

  .company-col {
    grid-column: span 3;
  }
}

/* Tablets (Max-width: 992px) */
@media screen and (max-width: 992px) {
  :root {
    --section-spacing-y: 70px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  /* Header Navigation — Mobile/Tablet switch */
  .site-header,
  .site-header.scrolled {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
    border: none !important;
    pointer-events: none;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-header-bar {
    display: flex;
    pointer-events: auto;
  }

  .mob-nav-cta,
  .mob-panel-header-cta {
    font-size: 14px;
  }

  .mob-menu-label {
    font-size: 13px;
  }

  /* Hero Section */
  .hero-container {
    grid-template-rows: 1fr auto;
    height: 100vh;
    padding-top: var(--header-height);
  }

  .hero-center-content {
    padding: 0 4px;
    margin-top: -40px;
  }

  .hero-bottom-right {
    padding-bottom: 100px;
  }

  /* Gran Pro Section */
  .granpro-watermark-strip {
    padding: 14px 24px 8px;
    gap: 0 20px;
  }

  .granpro-layout {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
    min-height: unset;
  }

  .granpro-content {
    margin-right: 0;
    padding-bottom: 0;
    text-align: center;
  }

  .granpro-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .granpro-visual {
    margin-top: 0;
    justify-content: center;
  }

  .granpro-arch-frame {
    max-width: 480px;
    aspect-ratio: 1.2 / 1;
    margin: 0 auto;
    border-bottom: 1.5px solid rgba(201, 183, 126, 0.45);
  }

  /* Section 3: Story Intro */
  .story-intro-title {
    font-size: 64px;
  }

  .story-intro-desc {
    font-size: 40px;
    line-height: 46px;
  }

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

  .story-card-main {
    height: 480px;
  }

  .story-cards-side {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    height: auto;
  }

  .story-card-sub {
    height: auto;
  }

  /* Section 4: Lineup */
  .lineup-4col-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .lineup-card {
    height: 520px;
  }

  /* Section 5: Story Detail */
  .sec-story-detail {
    min-height: auto;
    padding: 120px 0;
  }

  .story-float-item.float-plain {
    width: 180px;
    left: -20px;
    opacity: 0.8;
  }

  .story-float-item.float-ginger {
    width: 160px;
    right: -20px;
    opacity: 0.8;
  }

  .story-float-item.float-orax {
    width: 170px;
    right: -20px;
    opacity: 0.8;
  }

  /* Section 6: Usage Guide */
  .usage-intro-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .usage-notes-box {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 32px;
  }

  .usage-notes-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .regimen-section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .regimen-section-desc {
    text-align: left;
    max-width: 100%;
  }

  .regimens-stats-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .regimens-details-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .regimen-stat-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 20px !important;
    padding: 18px 24px !important;
    min-height: auto !important;
    border-radius: 16px;
    border: 1.5px solid #d1b073 !important;
  }

  .regimen-stat-num {
    font-size: 48px;
    line-height: 1;
    margin: 0;
    flex-shrink: 0;
  }

  .regimen-stat-name {
    font-size: 14px;
    white-space: nowrap;
    margin: 0;
  }

  .regimen-detail-card {
    border-radius: 16px;
    border: 1px solid #b89959 !important;
  }

  /* Section 8: Proof Bento — Tablet carousel */
  .proof-bento-row-1 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    grid-template-columns: unset;
  }

  .proof-carousel-viewport {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    width: 100%;
    margin: 0;
    padding: 8px 0 24px 0;
    gap: 16px;
  }

  .proof-carousel-viewport::-webkit-scrollbar {
    display: none;
  }

  .proof-carousel-viewport .proof-tile {
    width: 320px;
    min-height: 390px;
    flex-shrink: 0;
    scroll-snap-align: start;
    border-radius: 20px;
  }

  .proof-carousel-viewport .proof-tile:last-child {
    margin-right: 24px;
  }

  .proof-tile-cannes-feature {
    grid-template-columns: 1fr;
  }

  /* Section 9: Launch Program */
  .launch-program-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .launch-offers-stage {
    grid-template-columns: 1fr;
  }

  .launch-offer-row {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .urgency-callout-box {
    grid-template-columns: 1fr;
  }

  /* Section 10: Rebirth Contact */
  .rebirth-layout-grid {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .site-footer .footer-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-main-row {
    flex-direction: column;
    gap: 12px;
  }

  .footer-brand-col,
  .footer-sitemap-col {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .footer-sitemap-col {
    padding-top: 0;
  }


}

/* Mobile Devices (Max-width: 768px) */
@media screen and (max-width: 768px) {
  :root {
    --section-spacing-y: 48px;
    --header-height: 68px; /* Figma Mobile / Navigation: 68px */
  }

  /* General container: 20px padding on mobile (Figma: left=20, right=20) */
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Header Navigation — 768px */
  .mobile-header-bar {
    top: 12px;
    left: 12px;
    right: 12px;
    height: 64px;
    padding: 0 16px;
    border-radius: 20px;
  }

  .mob-nav-cta,
  .mob-panel-header-cta {
    font-size: 12px;
    letter-spacing: 0.02em;
  }

  .mob-nav-logo-img {
    height: 30px;
  }

  .mob-menu-label {
    font-size: 12px;
    letter-spacing: 0.04em;
  }

  .mob-menu-trigger,
  .mob-panel-close {
    gap: 10px;
  }

  .mob-panel-container {
    padding: 32px 20px;
    border-radius: 24px;
    gap: 24px;
  }

  .mob-panel-brand .mob-panel-logo-img {
    height: 36px;
  }

  .mob-panel-links {
    gap: 12px;
    padding: 8px 0;
  }

  .mob-panel-footer-cta {
    height: 60px;
    font-size: 13px;
    border-radius: 20px;
  }

  .section-title {
    font-size: 2rem;
  }

  /* -------------------------------------------------------
     Hero — Mobile (650px height)
  ------------------------------------------------------- */
  .sec-hero.hero-slider-section {
    height: 650px;
    min-height: 650px;
    position: relative;
    overflow: hidden;
  }

  .hero-slider {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .hero-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .hero-slide-overlay {
    position: absolute;
    inset: 0;
  }

  .hero-container {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: unset;
    padding-top: var(--header-height);
  }

  .hero-title-main {
    font-size: 43px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
  }

  .hero-title-sub {
    font-size: 35px;
    text-align: center;
    margin-bottom: 8px;
    color: var(--color-white);
  }

  .hero-tagline {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #E8D6B2; /* Figma: rgb(232,214,178) gold */
    margin-bottom: 0;
  }

  .hero-center-content {
    padding: 0;
    text-align: center;
    margin-top: 0;
    width: 100%;
  }

  .hero-bottom-right {
    position: static;
    right: auto;
    bottom: auto;
    padding-bottom: 0;
    margin-top: 14px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .hero-explore-link {
    /* CTA: EB Garamond 600 11px centered */
    font-family: 'EB Garamond', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
   .hero-explore-link  .explore-line{
    display: none;
   }

  /* -------------------------------------------------------
     Gran Pro (Section 2) — Mobile
  ------------------------------------------------------- */
  .sec-granpro {
    height: 565px;
    min-height: 565px;
    padding: 40px 0;
  }

  .granpro-top-line {
    display: none;
  }

  .granpro-layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 0;
    padding-bottom: 0;
    min-height: unset;
  }

  .granpro-content {
    display: contents;
  }

  .granpro-title {
    order: 1;
    margin: 0;
    text-align: center;
  }

  .granpro-title-line1 {
    font-size: 34px;
    text-align: center;
    display: block;
    color: var(--color-gold);
  }

  .granpro-title-line2 {
    font-size: 54px;
    text-align: center;
    display: block;
    color: var(--color-gold);
    margin-left: 0;
    margin-top: 2px;
  }

  .granpro-visual {
    order: 2;
    margin: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .granpro-arch-frame {
    max-width: 350px;
    width: 100%;
    aspect-ratio: 350/245;
    margin: 0 auto;
    border: none;
  }

  .granpro-desc {
    order: 3;
    font-family: 'EB Garamond', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.65;
    text-align: left;
    margin: 0;
    max-width: 100%;
  }

  .btn-granpro-cta {
    order: 4;
    font-family: 'EB Garamond', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: fit-content;
    border: unset;
  }

  /* -------------------------------------------------------
     Section 3 — Story Intro (Product Showcase)
     Figma: bg #F8F6ED | pad 38/20 | gap 16
     Title: EB Garamond 500 34px LEFT dark
     Import note: EB Garamond 500 24px LEFT brown
     Lifestyle img: 350×280px
     Product cards: 2 stacked, bg white
  ------------------------------------------------------- */
  .sec-story-intro {
    padding: 38px 0;
  }

  .story-intro-header {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
  }

  .story-intro-title {
    font-size: 34px;
    line-height: 1.1;
    text-align: left;
    color: #090D0F;
  }

  .story-intro-desc {
    font-size: 24px;
    line-height: 1.3;
    text-align: left;
    color: #8A5E3B;
    font-style: italic;
  }

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

  .story-card-main {
    height: 280px;
    border-radius: 16px;
    overflow: hidden;
  }

  .story-img-main-box {
    border-radius: 16px;
    overflow: hidden;
  }

  .story-cards-side {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: auto;
  }

  .story-card-sub {
    height: auto;
    background: #ffffff;
    padding: 11px 17px;
  }

  .story-sub-img-box {
    height: 158px;
    overflow: hidden;
  }

  .story-sub-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .story-sub-content {
    padding: 12px 0 0;
  }

  .story-sub-price {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 26px;
    font-weight: 600;
    color: #0A0D0F;
    margin-bottom: 0;
  }

  .story-sub-label {
    font-family: var(--font-manrope);
    font-size: 16px;
    font-weight: 600;
    color: #0A0D0F;
  }

  /* -------------------------------------------------------
     Section 4 — Lineup Carousel (Horizontal scroll)
     Figma: label EB Garamond 600 11px #8B5E3B
     Viewport: 350px | Row: 4 × 268px cards | snap
     Card height: 536px
  ------------------------------------------------------- */
  .sec-lineup {
    padding: 20px 0;
  }

  .mob-carousel-label {
    display: block;
  }

  .mob-carousel-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; /* Firefox */
    width: 100%;
    margin: 0;
    padding: 8px 0 24px 0;
  }

  .mob-carousel-viewport::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }

  .mob-carousel-viewport .lineup-4col-grid {
    display: flex;
    flex-direction: row;
    gap: 14px;
    grid-template-columns: unset;
    width: max-content;
    padding-right: 20px;
  }

  .mob-carousel-viewport .lineup-card {
    width: 268px;
    height: 536px;
    border-radius: 12px;
    flex-shrink: 0;
    scroll-snap-align: start;
  }

  .lineup-card-media picture {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  /* -------------------------------------------------------
     Section 5 — Story Detail
     Figma: Mobile / Section 4 / Story
     Mobile layout: mob-story-layout (self-contained with bg+padding)
     Desktop layout: story-detail-container + floats → hidden on mobile
  ------------------------------------------------------- */
  .sec-story-detail {
    min-height: auto;
    padding: 0;
    background-color: transparent;
    display: block; /* override flex so mob-story-layout fills width */
  }

  /* Hide desktop-specific layers on mobile */
  .story-detail-bg-layer,
  .story-detail-container,
  .story-float-items {
    display: none;
  }

  /* Show mobile layout */
  .mob-story-layout {
    display: flex;
  }

  .mob-story-title-accent {
    font-family: var(--font-manrope);
  }

  .mob-story-lead {
    font-family: var(--font-manrope);
  }

  .mob-story-detail-body {
    font-style: italic;
  }

  /* -------------------------------------------------------
     Section 6 — Usage Guide
     Figma: bg #080A0A | Title: EB Garamond 50px LEFT
  ------------------------------------------------------- */
  .sec-usage-guide {
    padding: 60px 0 72px;
  }

  .usage-intro-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 36px;
  }

  .usage-main-title {
    font-size: 50px;
    line-height: 1.05;
  }

  .usage-main-title-2 {
    font-style: normal;
  }

  .usage-lead-text {
    background: rgba(201, 183, 126, 0.1);
    border: 1px solid rgba(201, 183, 126, 0.45);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.6;
  }

  .usage-cards-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }

  .usage-info-card {
    background: rgba(201, 183, 126, 0.1);
    border: 1px solid rgba(201, 183, 126, 0.45);
    border-radius: 16px;
    padding: 20px;
  }

  .usage-card-title {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .usage-card-desc {
    font-size: 13px;
    line-height: 1.55;
  }

  .usage-notes-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: transparent;
    border: none;
    border-top: 1px solid #b89959;
    border-radius: 0;
    padding: 24px 0;
    margin-bottom: 48px;
  }

  .usage-notes-title {
    font-size: 38px;
    line-height: 1;
  }

  .usage-notes-kicker {
    font-family: var(--font-manrope);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .usage-notes-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: rgba(201, 183, 126, 0.1);
    border-radius: 14px;
    padding: 20px;
  }

  .usage-note-col p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
  }

  .regimen-section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 24px;
  }

  .regimen-section-title {
    font-size: 31px;
    line-height: 1.2;
  }

  .regimen-title-line {
    display: block;
  }

  .regimen-section-desc {
    font-family: var(--font-manrope);
    font-size: 12px;
    text-align: left;
    max-width: 100%;
  }

  /* Mobile Unified Regimen Cards (as in Figma design) */
  .desktop-regimens-wrap {
    display: none;
  }

  .mob-regimens-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }

  .mob-regimen-card {
    background: linear-gradient(180deg, #181512 0%, #100e0c 100%);
    border: 1px solid rgba(201, 183, 126, 0.35);
    border-radius: 20px;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }

  .mob-regimen-card.featured-mob-regimen {
    background: linear-gradient(180deg, #251416 0%, #180d0f 100%);
    border: 1px solid rgba(201, 183, 126, 0.38);
  }

  .mob-regimen-title {
    font-family: var(--font-display, "EB Garamond", serif);
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.02em;
    color: #e8d09b;
    text-transform: uppercase;
    margin: 0 0 12px;
    line-height: 1.25;
  }

  .mob-regimen-dose {
    font-family: var(--font-manrope);
    font-size: 15px;
    font-weight: 600;
    color: #e8cc80;
    margin: 0 0 12px;
    line-height: 1.4;
  }

  .mob-regimen-desc {
    font-family: var(--font-manrope);
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.6;
    color: #c8c5ba;
    margin: 0;
  }

  /* -------------------------------------------------------
     Section 7 — In-Out Beauty (as in design screenshot)
  ------------------------------------------------------- */
  .sec-inout-beauty {
    min-height: 520px;
    padding: 240px 0 40px;
    display: flex;
    align-items: flex-end;
  }

  .inout-beauty-img {
    object-position: center top;
  }

  .inout-beauty-scrim {
    background: linear-gradient(
      180deg,
      rgba(10, 8, 6, 0.15) 0%,
      rgba(10, 8, 6, 0.45) 45%,
      rgba(10, 8, 6, 0.88) 78%,
      rgba(10, 8, 6, 0.98) 100%
    );
  }

  .inout-beauty-content {
    max-width: 100%;
  }

  .inout-beauty-kicker {
    font-family: var(--font-display, "EB Garamond", serif);
    font-style: italic;
    font-size: 16.5px;
    font-weight: 500;
    color: #e5cb9e;
    line-height: 1.35;
    margin-bottom: 8px;
    text-align: left;
  }

  .inout-beauty-title {
    font-family: var(--font-display, "EB Garamond", serif);
    font-size: 52px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.05;
    margin-bottom: 16px;
    text-align: left;
  }

  .inout-beauty-rule {
    display: none;
  }

  .inout-beauty-body {
    font-family: var(--font-manrope);
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.6;
    color: #d8d5cd;
    max-width: 100%;
    margin: 0;
    text-align: left;
  }

  /* -------------------------------------------------------
     Section 7 (8) — Proof Bento
     Bento Title 1: Only "07 / BẢO CHỨNG" & "Bảo chứng từ giới tinh hoa", no bg, no icon
     Mobile 390: Carousel starts from Bento Card 1
  ------------------------------------------------------- */
  .sec-proof-bento {
    background-color: #F2EBDB;
    padding: 48px 0;
  }

  .proof-bento-row-1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    grid-template-columns: unset;
  }

  .proof-tile-intro {
    background: transparent;
    padding: 0;
    min-height: auto;
    border-radius: 0;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
  }

  .proof-tile-top {
    width: 100%;
    margin-bottom: 0;
  }

  .proof-tile-label {
     font-family: var(--font-manrope);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8B5E3C;
  }

  .proof-tile-icon,
  .proof-tile-rule,
  .proof-tile-brand {
    display: none;
  }

  .proof-tile-title {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.1;
    color: #0A0D0F;
    margin: 0;
    text-align: left;
    padding-bottom: 5px;
  }

  .proof-carousel-viewport {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; /* Firefox */
    width: 100%;
    margin: 0;
    padding: 8px 0 24px 0;
    gap: 16px;
  }

  .proof-carousel-viewport::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }

  .proof-carousel-viewport .proof-tile {
    width: 290px;
    min-height: 380px;
    flex-shrink: 0;
    scroll-snap-align: start;
    border-radius: 20px;
    padding: 16px;
  }

  .proof-carousel-viewport .proof-tile:last-child {
    margin-right: 20px;
  }

  .proof-card-tag {
    color: #C9B77E;
    font-size: 8.64px;
  }

  .proof-card-pill {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    font-size: 11px;
  }

  .proof-card-title {
    font-size: 20px;
    line-height: 1.25;
    text-align: left;
  }

  .proof-tile-brand {
    color: #0A0D0F;
  }

  .proof-tile-cannes-feature {
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    background: #FAF7F0;
    border-radius: 20px;
    overflow: hidden;
    min-height: auto;
  }

  .cannes-media-side {
    position: relative;
    width: 100%;
    height: 220px;
    padding: 0;
    display: block;
    overflow: hidden;
  }

  .cannes-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    display: block;
  }

  .cannes-overlay,
  .cannes-media-header,
  .cannes-media-title {
    display: none;
  }

  .cannes-copy-side {
    background: #FAF7F0;
    padding: 20px 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: left;
  }

  .cannes-eyebrow {
    font-family: var(--font-manrope);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8B5E3B;
    margin-bottom: 2px;
  }

  .cannes-heading {
    font-family: var(--font-display, "EB Garamond", serif);
    font-size: 27px;
    font-weight: 500;
    line-height: 1.15;
    color: #0A0D0F;
    margin: 0 0 4px 0;
    text-align: left;
  }

  .cannes-detail {
    font-family: var(--font-manrope);
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.5;
    color: #4A4D4F;
    margin: 0 0 6px 0;
    text-align: left;
  }

  .cannes-source {
    font-family: var(--font-manrope);
    font-size: 11.5px;
    font-weight: 400;
    color: #7E8082;
    margin: 0;
    text-align: left;
  }

  /* -------------------------------------------------------
     Section 8 (9) — Launch Program
  ------------------------------------------------------- */
  .launch-program-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 8px;
    width: 100%;
  }

  .launch-header-left,
  .launch-header-right {
    width: 100%;
    text-align: left;
  }

  .launch-main-title {
    font-family: 'EB Garamond', sans-serif;
    font-size: clamp(28px, 8vw, 40px);
    color: var(--color-gold, #c9b77e);
    text-align: left;
  }

  .launch-product-name {
    font-family: 'EB Garamond', sans-serif;
    font-size: clamp(20px, 5.5vw, 28px);
    color: var(--color-gold, #c9b77e);
    text-align: left;
  }

  .launch-mob-br {
    display: block;
  }

  .launch-subtitle {
    color: var(--color-gold-light, #e8d6b2);
    text-align: left;
  }

  .launch-header-rule {
    display: none;
  }

  .privileges-eyebrow {
    font-family: var(--font-manrope);
    font-size: 16px;
    line-height: 1.4;
  }

  .privileges-intro {
    font-size: 30px;
    line-height: 1.2;
  }

  .privileges-rule {
    display: none;
  }

  .privileges-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .privilege-card {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    padding:  18px 20px;
    border-radius: 16px;
    border: 1px solid rgba(201, 183, 126, 0.36);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .privilege-card-bg {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }

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

  .privilege-fade {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(10, 9, 8, 0.35) 0%,
      rgba(10, 9, 8, 0.70) 50%,
      rgba(10, 9, 8, 0.86) 100%
    ) !important;
    z-index: 1;
  }

  .privilege-content {
    position: relative;
    z-index: 2;
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
    gap: 7px;
  }

  .privilege-content-desktop {
    display: none;
  }

  .privilege-content-mobile {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }

  .privilege-value {
    font-family: var(--font-manrope);
    font-size: 11px;
    font-weight: 700;
    line-height: 17px;
    color: #c9b77e;
    margin: 0;
    display: block;
  }

  .privilege-title {
    font-family: var(--font-display, "EB Garamond", serif);
    font-size: 27px;
    font-weight: 500;
    line-height: 31px;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
  }

  .privilege-body p {
    font-family: var(--font-manrope);
    font-size: 12.5px;
    font-weight: 400;
    line-height: 19.5px;
    color: rgba(255, 255, 255, 0.96);
    margin: 0;
  }

  .privilege-desk-br {
    display: none;
  }

  /* Hide desktop launch-offers-stage on mobile */
  .launch-offers-stage {
    display: none !important;
  }

  /* Dedicated Mobile Main Offer Layout (Figma: Mobile / Section 8 / Main Offer) */
  .mob-main-offer-layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }

  /* 1. Value Panel (Figma: Mobile / Section 8 / Value Panel) */
  .mob-offer-total-panel {
    background: #f7ebcc;
    border: 1px solid rgba(201, 183, 126, 0.5);
    border-radius: 16px;
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 5px;
  }

  .mob-offer-total-label {
   font-family: var(--font-manrope);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #8b5e3c;
    text-transform: uppercase;
    margin: 0;
  }

  .mob-offer-total-number {
    display: block;
    margin: 0;
  }

  .mob-offer-upto {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 44px;
    font-weight: 500;
    color: #8b5e3c;
    line-height: 1.1;
    margin: 0;
  }

  /* 2. Main Offer Card (Figma: Mobile / Section 8 / Main Offer) */
  .mob-offer-hero-card {
    background: linear-gradient(180deg, #291a11 0%, #0c0d0d 100%);
    border: 1px solid rgba(201, 183, 126, 0.35);
    border-radius: 16px;
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 10px;
  }

  .mob-offer-badge {
    font-family: var(--font-manrope);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #c9b77e;
    text-transform: uppercase;
    margin: 0;
    display: block;
  }

  .mob-buy-get-title {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 40px;
    font-weight: 500;
    color: #faf2e0;
    line-height: 1.1;
    margin: 0;
  }

  .mob-buy-get-title em,
  .mob-buy-get-title i {
    font-style: italic;
  }

  .mob-offer-prod-stage {
    width: 100%;
    height: 240px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.03);
    margin: 4px 0;
  }

  .mob-offer-prod-stage img,
  .mob-offer-prod-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .mob-offer-purchase-line {
    font-family: var(--font-manrope);
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
    margin: 0;
  }

  /* 3. Gift Card (Figma: Mobile / Section 8 / Gift) */
  .mob-offer-gift-card {
    background: #f7ebcc;
    border: 1px solid rgba(201, 183, 126, 0.5);
    border-radius: 16px;
    padding: 20px 18px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 14px;
    min-height: 170px;
  }

  .mob-offer-gift-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    text-align: left;
  }

  .mob-offer-gift-title {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 34px;
    font-weight: 500;
    color: #8b5e3c;
    margin: 0;
    line-height: 1.1;
  }

  .mob-offer-gift-desc {
    font-family: var(--font-manrope);
    font-size: 12px;
    font-weight: 400;
    color: #8b5e3c;
    margin: 0;
    line-height: 1.4;
  }

  .mob-offer-gift-img-box {
    width: 110px;
    height: 140px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mob-offer-gift-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  /* 4. 24H Urgency Callout (Figma: Mobile / Section 8 / Order Gift Callout) */
  .urgency-callout-box {
    font-family: var(--font-manrope);
    background: #f7ebcc;
    border: 1px solid rgba(201, 183, 126, 0.5);
    border-radius: 16px;
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    text-align: left;
  }

  .urgency-headline {
    font-family: var(--font-manrope);
    font-size: 13px;
    font-weight: 700;
    color: #0a0d0e;
    line-height: 1.4;
    margin: 0;
  }

  .urgency-contact {
    font-family: var(--font-manrope);
    font-size: 12px;
    font-weight: 400;
    color: #8b5e3c;
    line-height: 1.5;
    margin: 0;
  }

  /* -------------------------------------------------------
     Section 10 — Rebirth Contact
     Figma: bg #EBE5DB | Title: EB Garamond 38px LEFT
  ------------------------------------------------------- */
  .sec-rebirth-contact {
    background-color: #EBE5DB;
    padding: 48px 0;
  }

  .rebirth-layout-grid {
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    gap: 32px;
  }

  .rebirth-content-side {
    display: flex;
    flex-direction: column;
    text-align: left;
  }

  .rebirth-title {
    font-family: var(--font-display, "EB Garamond", serif);
    font-size: 38px;
    font-weight: 500;
    line-height: 1.15;
    color: #0A0D0F;
    margin-bottom: 12px;
    text-align: left;
  }

  .rebirth-title-italic {
    font-style: normal !important;
  }

  .rebirth-subtitle {
    font-family: var(--font-display, "EB Garamond", serif);
    font-size: 19px;
    font-style: italic;
    font-weight: 500;
    color: #8B5E3C;
    margin-bottom: 16px;
    text-align: left;
  }

  .rebirth-divider {
    display: none;
  }

  .rebirth-benefits-grid {
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    gap: 10px;
    margin-bottom: 0;
  }

  .rebirth-benefit-card {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    min-height: auto !important;
    display: flex;
    align-items: flex-start;
  }

  .benefit-icon-box {
    display: none !important;
  }

  .rebirth-benefit-card .benefit-text,
  .benefit-text {
    font-family: var(--font-manrope);
    font-size: 13px;
    font-weight: 400;
    color: #26292B;
    line-height: 1.55;
    text-align: left;
    position: relative;
    padding-left: 12px;
    margin: 0;
  }

  .rebirth-benefit-card .benefit-text::before,
  .benefit-text::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #26292B;
    font-size: 14px;
    line-height: 1.4;
  }

  .rebirth-qr-card {
    background: #FAF7F0 !important;
    border-radius: 20px !important;
    padding: 24px 20px 20px !important;
    border: 1px solid rgba(201, 183, 126, 0.4) !important;
    box-shadow: none !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .rebirth-qr-label {
    font-family: var(--font-manrope);
    font-size: 12px;
    font-weight: 700;
    color: #8B5E3C;
    margin-bottom: 16px;
    text-align: center;
  }

  .rebirth-qr-img-box {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    max-width: 240px;
    width: 100%;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .rebirth-qr-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
  }

  .rebirth-qr-caption {
    font-family: var(--font-manrope);
    font-size: 11.5px;
    color: #8B5E3C;
    margin: 0;
    text-align: center;
  }

  /* -------------------------------------------------------
     Partnership CTA Section
  ------------------------------------------------------- */
  .partnership-cta-stage {
    padding: 40px 20px;
    min-height: 360px;
  }

  .partnership-cta-title {
    font-size: 32px;
  }

  .partnership-cta-line1 {
    white-space: normal;
  }

  .partnership-cta-btn {
    background: #F7EBCC;
  }

  /* -------------------------------------------------------
     Footer
     Figma: bg #080A0A | brand: EB Garamond 44px
  ------------------------------------------------------- */
  .site-footer {
    padding: 48px 0 32px;
  }

  .site-footer .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-main-row {
    display: flex;
    flex-direction: column;
  }

  .footer-brand-col {
    display: contents;
  }

  .footer-company-info {
    display: contents;
  }

  .footer-sitemap-col {
    display: contents;
  }

  .footer-brand-title {
    order: 1;
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 44px;
    line-height: 1.05;
  }

  .footer-brand-tagline {
    order: 2;
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .footer-brand-statement {
    order: 3;
    font-family: var(--font-manrope);
    font-size: 14px;
    margin-bottom: 0;
  }

  .footer-company-name {
    order: 4;
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 23px;
    line-height: 1.2;
    margin-bottom: 6px;
  }

  .footer-company-desc {
    order: 5;
    font-family: var(--font-manrope);
    font-size: 12px;
    margin-bottom: 16px;
  }

  .footer-offices-block {
    order: 6;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .footer-offices-title {
    font-family: var(--font-manrope);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .footer-office-row p {
    font-size: 12px;
    line-height: 1.4;
  }

  .footer-office-row i {
    font-size: 12px;
  }

  .footer-contact-row {
    order: 7;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
  }

  .footer-contact-item {
    font-size: 12px;
  }

  .footer-contact-spacer {
    display: none;
  }

  .footer-sitemap-nav {
    order: 8;
    gap: 36px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .footer-nav-title {
    font-size: 12px;
  }

  .footer-nav-links a {
    font-size: 12px;
    line-height: 1.4;
  }

  .footer-divider {
    margin-top: 32px;
  }

  .footer-bottom-rail {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
  }

  .footer-product-meta,
  .footer-copyright {
    font-family: var(--font-manrope);
    font-size: 10px;
    text-align: left;
    flex: none;
  }

  .footer-logo-center {
    justify-content: flex-start;
  }


/* Small Mobile (Max-width: 576px) */
@media screen and (max-width: 576px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Header Navigation — 576px */
  .mobile-header-bar {
    top: 8px;
    left: 8px;
    right: 8px;
    height: 56px;
    padding: 0 12px;
    border-radius: 18px;
  }

  .mob-nav-cta,
  .mob-panel-header-cta {
    font-size: 10.5px;
    letter-spacing: 0;
  }

  .mob-nav-logo-img {
    height: 26px;
  }

  .mob-menu-label {
    font-size: 11px;
    letter-spacing: 0.02em;
  }

  .mob-menu-trigger,
  .mob-panel-close {
    gap: 6px;
  }

  .mob-panel-container {
    padding: 24px 16px;
    border-radius: 20px;
    gap: 20px;
  }

  .mob-panel-brand .mob-panel-logo-img {
    height: 32px;
  }

  .mob-panel-footer-cta {
    height: 52px;
    font-size: 12px;
    border-radius: 16px;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .hero-center-content {
    padding: 0;
  }

  .story-detail-title {
    font-size: 42px;
  }

  .usage-main-title {
    font-size: 42px;
  }

  .inout-beauty-title {
    font-size: 42px;
  }

  .partnership-cta-title {
    font-size: 26px;
  }

  .mob-carousel-viewport {
    width: 100%;
    margin: 0;
    padding: 8px 0 20px 0;
  }

  .mob-carousel-viewport .lineup-4col-grid {
    padding-right: 16px;
  }

  .proof-carousel-viewport {
    width: 100%;
    margin: 0;
    padding: 8px 0 20px 0;
  }

  .proof-carousel-viewport .proof-tile {
    width: 270px;
    min-height: 350px;
  }

  .proof-carousel-viewport .proof-tile:last-child {
    margin-right: 16px;
  }

  .footer-sitemap-nav {
    flex-direction: row;
    gap: 24px;
  }
    .cta-btn-icon {
    display: none
  }
}


