/* =========================================
   TAMBA WINE NOUVEAU 2026
========================================= */

.tw-nouveau2026 {
  --nv-black: #211f1d;
  --nv-brown: #5a4031;
  --nv-gold: #a58a58;
  --nv-light: #f5f2ed;
  --nv-white: #ffffff;
  --nv-border: #ded8cf;
  --nv-text: #333333;

  color: var(--nv-text);
  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    sans-serif;

  line-height: 1.9;
  overflow: hidden;
}

.tw-nouveau2026 *,
.tw-nouveau2026 *::before,
.tw-nouveau2026 *::after {
  box-sizing: border-box;
}

.tw-nouveau2026 img {
  max-width: 100%;
  height: auto;
  display: block;
}

.tw-nouveau2026 a {
  text-decoration: none;
}

.tw-nv-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 100px 30px;
}

.tw-nv-label {
  margin: 0 0 15px;
  color: var(--nv-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
}

.tw-nouveau2026 h1,
.tw-nouveau2026 h2,
.tw-nouveau2026 h3 {
  margin-top: 0;
  color: var(--nv-black);
  line-height: 1.45;
}

.tw-nouveau2026 h2 {
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: .04em;
}

.tw-nv-section-lead {
  margin-bottom: 50px;
  color: #666;
}


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

.tw-nv-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tw-nv-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tw-nv-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
}

.tw-nv-hero-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  padding: 80px 40px;
  text-align: center;
  color: #fff;
}

.tw-nv-kicker {
  margin-bottom: 20px;
  font-size: 13px;
  letter-spacing: .25em;
}

.tw-nv-hero h1 {
  margin-bottom: 25px;
  color: #fff;
  font-size: 58px;
  font-weight: 400;
  letter-spacing: .08em;
}

.tw-nv-lead {
  margin-bottom: 40px;
  font-size: 17px;
}


/* =========================================
   BUTTON
========================================= */

.tw-nv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 30px;
  border: 1px solid var(--nv-black);
  background: var(--nv-black);
  color: #fff !important;
  font-size: 14px;
  letter-spacing: .04em;
  transition: .25s ease;
}

.tw-nv-btn:hover {
  opacity: .8;
}

.tw-nv-btn-white {
  border-color: #fff;
  background: transparent;
}

.tw-nv-product .tw-nv-btn,
.tw-nv-set-card .tw-nv-btn {
  width: 100%;
}


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

.tw-nv-intro {
  max-width: 850px;
  text-align: center;
}

.tw-nv-intro p:not(.tw-nv-label) {
  color: #555;
  font-size: 15px;
}

.tw-nv-intro h2 {
  font-size: 40px;
}


/* =========================================
   PRODUCTS
========================================= */

.tw-nv-products {
  max-width: 1180px;
}

.tw-nv-product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

.tw-nv-product {
  border: 1px solid var(--nv-border);
  background: #fff;
}

.tw-nv-product-img {
  background: #f7f5f2;
}

.tw-nv-product-img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.tw-nv-product-body {
  padding: 30px;
}

.tw-nv-tag {
  display: inline-block;
  margin-bottom: 15px;
  padding: 4px 10px;
  background: #eee9e0;
  color: #705e45;
  font-size: 11px;
}

.tw-nv-product h3 {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 500;
}

.tw-nv-product-copy {
  min-height: 55px;
  color: #666;
  font-size: 14px;
}

.tw-nv-spec {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 20px 0;
}

.tw-nv-spec span {
  padding: 3px 12px;
  border: 1px solid #d5d0c8;
  border-radius: 20px;
  font-size: 11px;
}

.tw-nv-price {
  margin: 20px 0;
}

.tw-nv-price strong {
  font-size: 25px;
}

.tw-nv-price small {
  margin-left: 5px;
  color: #777;
}


/* =========================================
   CONCEPT
========================================= */

.tw-nv-concept {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--nv-light);
}

.tw-nv-concept-img {
  min-height: 650px;
}

.tw-nv-concept-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tw-nv-concept-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 10%;
}

.tw-nv-concept-text p {
  color: #555;
}

.tw-nv-emphasis {
  margin-top: 20px;
  color: var(--nv-black) !important;
  font-size: 22px;
  font-weight: 500;
}


/* =========================================
   TIMELINE
========================================= */

.tw-nv-timeline {
  text-align: center;
}

.tw-nv-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 60px;
}

.tw-nv-step {
  position: relative;
  padding: 20px 30px;
  border-top: 1px solid var(--nv-border);
}

.tw-nv-step span {
  display: block;
  margin-bottom: 15px;
  color: var(--nv-gold);
  font-size: 13px;
  letter-spacing: .1em;
}

.tw-nv-step strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.tw-nv-step p {
  color: #777;
  font-size: 13px;
}


/* =========================================
   STORY
========================================= */

.tw-nv-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.tw-nv-story-image {
  min-height: 600px;
}

.tw-nv-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tw-nv-story-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 12%;
  background: #fff;
}

.tw-nv-story-text p {
  color: #555;
}


/* =========================================
   PAIRING
========================================= */

.tw-nv-pairing {
  background: var(--nv-light);
}

.tw-nv-pairing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.tw-nv-pairing-item {
  background: #fff;
}

.tw-nv-pairing-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.tw-nv-pairing-item h3 {
  padding: 20px 20px 5px;
  font-size: 17px;
  font-weight: 500;
}

.tw-nv-pairing-item p {
  padding: 0 20px 20px;
  color: #777;
  font-size: 13px;
}


/* =========================================
   SET
========================================= */

.tw-nv-set {
  text-align: center;
}

.tw-nv-set-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  max-width: 850px;
  margin: 50px auto 0;
}

.tw-nv-set-card {
  padding: 45px 35px;
  border: 1px solid var(--nv-border);
}

.tw-nv-set-card-featured {
  border: 2px solid var(--nv-gold);
}

.tw-nv-set-card > span {
  color: var(--nv-gold);
  font-size: 12px;
  letter-spacing: .15em;
}

.tw-nv-set-card h3 {
  margin: 15px 0;
  font-size: 22px;
}

.tw-nv-set-card strong {
  font-size: 20px;
}

.tw-nv-free {
  display: inline-block;
  margin: 15px 0;
  padding: 4px 12px;
  background: #eee9e0;
  font-size: 12px;
}


/* =========================================
   CALENDAR
========================================= */

.tw-nv-calendar {
  background: #f7f5f2;
  text-align: center;
}

.tw-nv-calendar-list {
  max-width: 800px;
  margin: 50px auto 0;
  border-top: 1px solid var(--nv-border);
}

.tw-nv-calendar-list div {
  display: grid;
  grid-template-columns: 180px 1fr;
  padding: 20px;
  border-bottom: 1px solid var(--nv-border);
  text-align: left;
}

.tw-nv-calendar-list span {
  color: var(--nv-gold);
  font-size: 13px;
}

.tw-nv-calendar-list strong {
  font-weight: 500;
}


/* =========================================
   FINAL
========================================= */

.tw-nv-final {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.tw-nv-final-bg {
  position: absolute;
  inset: 0;
}

.tw-nv-final-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tw-nv-final::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.15);
}

.tw-nv-final-content {
  position: relative;
  z-index: 2;
  padding: 60px 30px;
}

.tw-nv-final-content h2 {
  color: #fff;
  font-size: 48px;
}

.tw-nv-final-content p {
  margin-bottom: 30px;
}


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

@media screen and (max-width: 767px) {

  .tw-nouveau2026 {
    font-size: 14px;
  }

  .tw-nv-section {
    padding: 65px 18px;
  }

  .tw-nouveau2026 h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }


  /* HERO */

  .tw-nv-hero {
    min-height: 620px;
  }

  .tw-nv-hero-overlay {
    padding: 40px 20px;
  }

  .tw-nv-kicker {
    font-size: 10px;
  }

  .tw-nv-hero h1 {
    font-size: 39px;
    line-height: 1.5;
  }

  .tw-nv-lead {
    font-size: 14px;
  }

  .tw-nv-btn {
    width: 100%;
    min-height: 50px;
  }


  /* INTRO */

  .tw-nv-intro {
    padding-left: 25px;
    padding-right: 25px;
  }

  .tw-nv-intro h2 {
    font-size: 29px;
  }


  /* PRODUCT */

  .tw-nv-product-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .tw-nv-product-body {
    padding: 23px 20px;
  }

  .tw-nv-product h3 {
    font-size: 20px;
  }

  .tw-nv-product-copy {
    min-height: auto;
  }


  /* CONCEPT */

  .tw-nv-concept {
    grid-template-columns: 1fr;
  }

  .tw-nv-concept-img {
    min-height: 300px;
  }

  .tw-nv-concept-text {
    padding: 55px 25px;
  }


  /* TIMELINE */

  .tw-nv-steps {
    grid-template-columns: 1fr;
    margin-top: 35px;
    text-align: left;
  }

  .tw-nv-step {
    padding: 20px 10px 20px 60px;
    border-top: 1px solid var(--nv-border);
  }

  .tw-nv-step span {
    position: absolute;
    left: 10px;
    top: 22px;
  }


  /* STORY */

  .tw-nv-story {
    grid-template-columns: 1fr;
  }

  .tw-nv-story-image {
    min-height: 320px;
  }

  .tw-nv-story-text {
    padding: 55px 25px;
  }


  /* PAIRING */

  .tw-nv-pairing-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .tw-nv-pairing-item h3 {
    padding: 12px 12px 3px;
    font-size: 14px;
  }

  .tw-nv-pairing-item p {
    padding: 0 12px 15px;
    font-size: 11px;
  }


  /* SET */

  .tw-nv-set-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .tw-nv-set-card {
    padding: 35px 25px;
  }


  /* CALENDAR */

  .tw-nv-calendar-list div {
    grid-template-columns: 100px 1fr;
    padding: 15px 5px;
  }

  .tw-nv-calendar-list span {
    font-size: 11px;
  }

  .tw-nv-calendar-list strong {
    font-size: 13px;
  }


  /* FINAL */

  .tw-nv-final {
    min-height: 520px;
  }

  .tw-nv-final-content h2 {
    font-size: 35px;
  }

}

.tw-nv-sticky {
  display: none;
}

@media screen and (max-width: 767px) {

  .tw-nv-sticky {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;

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

    padding: 10px 12px;

    background: rgba(255,255,255,.96);
    box-shadow: 0 -2px 12px rgba(0,0,0,.12);
  }

  .tw-nv-sticky-text {
    flex: 1;
    min-width: 0;
  }

  .tw-nv-sticky-text strong {
    display: block;
    font-size: 11px;
    line-height: 1.4;
  }

  .tw-nv-sticky-text span {
    display: block;
    color: #777;
    font-size: 9px;
    line-height: 1.4;
  }

  .tw-nv-sticky a {
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 105px;
    min-height: 42px;

    background: #211f1d;
    color: #fff;

    font-size: 12px;
  }

}