/* [project]/apps/web/src/components/site-chrome.module.css [app-client] (css) */
.site-chrome-module__ocfPUa__header {
  border-bottom: 1px solid var(--color-line);
  z-index: 10;
  background: #fff;
  height: 138px;
  position: sticky;
  top: 0;
}

.site-chrome-module__ocfPUa__headerInner {
  grid-template-columns: 1fr 190px 1fr;
  align-items: center;
  width: 80.556%;
  max-width: 1547px;
  height: 100%;
  margin: 0 auto;
  padding: 0 4px;
  display: grid;
}

.site-chrome-module__ocfPUa__desktopNav {
  align-items: center;
  gap: 34px;
  display: flex;
}

.site-chrome-module__ocfPUa__desktopNav:last-of-type {
  justify-content: flex-end;
  gap: 48px;
}

.site-chrome-module__ocfPUa__link {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.site-chrome-module__ocfPUa__desktopNav .site-chrome-module__ocfPUa__link {
  font-size: 23px;
}

.site-chrome-module__ocfPUa__active {
  color: #68635f;
}

.site-chrome-module__ocfPUa__link:hover, .site-chrome-module__ocfPUa__link:focus-visible {
  color: #77716c;
}

.site-chrome-module__ocfPUa__logoLink {
  aspect-ratio: 553 / 348;
  justify-self: center;
  width: 168px;
  line-height: 0;
  display: block;
}

.site-chrome-module__ocfPUa__logoVisual {
  display: block;
}

.site-chrome-module__ocfPUa__logo {
  width: 100%;
  height: auto;
}

.site-chrome-module__ocfPUa__mobileMenu {
  display: none;
}

.site-chrome-module__ocfPUa__introHeader {
  --intro-logo-final-left: 50%;
  --intro-logo-final-top: 16px;
  --intro-logo-final-x: -50%;
  --intro-logo-scale: 1.60714;
  --intro-logo-start-top: clamp(36px, 7svh, 72px);
  --intro-logo-translate-x: 0px;
  --intro-logo-width: 168px;
  animation: site-chrome-module__ocfPUa__introHeaderReturn var(--home-intro-duration)
    cubic-bezier(.4, 0, .2, 1) var(--home-intro-delay) both;
  pointer-events: none;
}

.site-chrome-module__ocfPUa__introHeader .site-chrome-module__ocfPUa__logoLink {
  animation: site-chrome-module__ocfPUa__introLogoWrite 1.4s cubic-bezier(.42, 0, .2, 1) 80ms both,
    site-chrome-module__ocfPUa__introLogoSettle var(--home-intro-duration) cubic-bezier(.4, 0, .2, 1)
      var(--home-intro-delay) both;
  transform-origin: top;
  z-index: 4;
}

.site-chrome-module__ocfPUa__introHeader .site-chrome-module__ocfPUa__logoOnImage {
  animation: site-chrome-module__ocfPUa__introLogoImageBoundary var(--home-intro-duration)
    cubic-bezier(.4, 0, .2, 1) var(--home-intro-delay) both;
  pointer-events: none;
  z-index: 4;
  height: 100dvh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.site-chrome-module__ocfPUa__introHeader .site-chrome-module__ocfPUa__logoOnImage:after {
  animation: site-chrome-module__ocfPUa__introLogoWrite 1.4s cubic-bezier(.42, 0, .2, 1) 80ms both,
    site-chrome-module__ocfPUa__introLogoOverlaySettle var(--home-intro-duration)
      cubic-bezier(.4, 0, .2, 1) var(--home-intro-delay) both,
    site-chrome-module__ocfPUa__introLogoImageOffset var(--home-intro-duration) cubic-bezier(.4, 0, .2, 1)
      var(--home-intro-delay) both;
  aspect-ratio: 553 / 348;
  content: "";
  left: var(--intro-logo-final-left);
  top: var(--intro-logo-final-top);
  transform-origin: top;
  width: var(--intro-logo-width);
  background: #fff;
  position: absolute;
  -webkit-mask: url("/assets/brand/logo-jm-rigot.svg") center / contain no-repeat;
  mask: url("/assets/brand/logo-jm-rigot.svg") center / contain no-repeat;
}

.site-chrome-module__ocfPUa__introHeader .site-chrome-module__ocfPUa__desktopNav, .site-chrome-module__ocfPUa__introHeader .site-chrome-module__ocfPUa__mobileMenu {
  animation: site-chrome-module__ocfPUa__introControlsReturn var(--home-intro-duration)
    cubic-bezier(.4, 0, .2, 1) var(--home-intro-delay) both;
  z-index: 4;
  position: relative;
}

@keyframes site-chrome-module__ocfPUa__introHeaderReturn {
  from {
    background-color: #0000;
    border-color: #0000;
  }

  to {
    border-color: var(--color-line);
    pointer-events: auto;
    background-color: #fff;
  }
}

@keyframes site-chrome-module__ocfPUa__introLogoSettle {
  from {
    transform: translate(var(--intro-logo-translate-x),
        calc(var(--intro-logo-start-top) - var(--intro-logo-final-top)))
      scale(var(--intro-logo-scale));
  }

  to {
    transform: translate(0)scale(1);
  }
}

@keyframes site-chrome-module__ocfPUa__introLogoOverlaySettle {
  from {
    transform: translate(calc(var(--intro-logo-final-x) + var(--intro-logo-translate-x)),
        calc(var(--intro-logo-start-top) - var(--intro-logo-final-top)))
      scale(var(--intro-logo-scale));
  }

  to {
    transform: translate(var(--intro-logo-final-x), 0) scale(1);
  }
}

@keyframes site-chrome-module__ocfPUa__introLogoImageBoundary {
  to {
    top: calc(var(--site-header-height) + var(--home-hero-gap));
  }
}

@keyframes site-chrome-module__ocfPUa__introLogoImageOffset {
  to {
    top: calc(var(--intro-logo-final-top) - var(--site-header-height) -
        var(--home-hero-gap));
  }
}

@keyframes site-chrome-module__ocfPUa__introLogoWrite {
  from {
    clip-path: inset(0 100% 0 0);
    opacity: .2;
  }

  99% {
    clip-path: inset(0);
    opacity: 1;
  }

  to {
    clip-path: none;
    opacity: 1;
  }
}

@keyframes site-chrome-module__ocfPUa__introControlsReturn {
  0%, 70% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

html[data-skip-home-intro] .site-chrome-module__ocfPUa__introHeader {
  pointer-events: auto;
  animation: none;
}

:is(html[data-skip-home-intro] .site-chrome-module__ocfPUa__introHeader .site-chrome-module__ocfPUa__desktopNav, html[data-skip-home-intro] .site-chrome-module__ocfPUa__introHeader .site-chrome-module__ocfPUa__logoLink, html[data-skip-home-intro] .site-chrome-module__ocfPUa__introHeader .site-chrome-module__ocfPUa__mobileMenu) {
  clip-path: none;
  opacity: 1;
  animation: none;
  transform: none;
}

html[data-skip-home-intro] .site-chrome-module__ocfPUa__introHeader .site-chrome-module__ocfPUa__logoOnImage {
  display: none;
}

.site-chrome-module__ocfPUa__footerLandscape {
  height: 312px;
  overflow: hidden;
}

.site-chrome-module__ocfPUa__footerLandscape img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-mask-image: linear-gradient(#0000 0%, #000 52%);
  mask-image: linear-gradient(#0000 0%, #000 52%);
}

.site-chrome-module__ocfPUa__overlapLandscape {
  height: 294px;
  margin-top: -66px;
}

.site-chrome-module__ocfPUa__footerContent {
  border: 1px solid var(--color-line);
  flex-direction: column;
  align-items: center;
  min-height: 292px;
  padding: 38px 24px 18px;
  display: flex;
}

.site-chrome-module__ocfPUa__footerLogo {
  width: 168px;
  height: auto;
}

.site-chrome-module__ocfPUa__footerContent nav {
  gap: 35px;
  margin-top: 23px;
  display: flex;
}

.site-chrome-module__ocfPUa__legal {
  gap: 26px;
  margin-top: 30px;
  display: flex;
}

.site-chrome-module__ocfPUa__legal a {
  color: #5d5a57;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .site-chrome-module__ocfPUa__headerInner {
    grid-template-columns: 1fr 150px 1fr;
    width: 100%;
    padding: 0 16px;
  }

  .site-chrome-module__ocfPUa__desktopNav {
    gap: 12px;
  }

  .site-chrome-module__ocfPUa__desktopNav:last-of-type {
    gap: 20px;
  }

  .site-chrome-module__ocfPUa__desktopNav .site-chrome-module__ocfPUa__link {
    font-size: 20px;
  }
}

@media (max-width: 900px) {
  .site-chrome-module__ocfPUa__header {
    height: 96px;
  }

  .site-chrome-module__ocfPUa__headerInner {
    justify-content: space-between;
    padding: 0 20px;
    display: flex;
  }

  .site-chrome-module__ocfPUa__desktopNav {
    display: none;
  }

  .site-chrome-module__ocfPUa__logoLink {
    justify-self: auto;
    width: 110px;
  }

  .site-chrome-module__ocfPUa__logo {
    width: 100%;
  }

  .site-chrome-module__ocfPUa__introHeader {
    --intro-logo-final-left: 20px;
    --intro-logo-final-top: 14px;
    --intro-logo-final-x: 0%;
    --intro-logo-scale: 1.6;
    --intro-logo-start-top: clamp(28px, 5svh, 52px);
    --intro-logo-translate-x: calc(50vw - 75px);
    --intro-logo-width: 110px;
  }

  .site-chrome-module__ocfPUa__mobileMenu {
    z-index: 12;
    display: block;
    position: relative;
  }

  .site-chrome-module__ocfPUa__mobileMenu summary {
    cursor: pointer;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    list-style: none;
    display: flex;
  }

  .site-chrome-module__ocfPUa__mobileMenu summary::-webkit-details-marker {
    display: none;
  }

  .site-chrome-module__ocfPUa__mobileMenu summary span {
    background: var(--color-ink);
    width: 24px;
    height: 1px;
    transition: opacity .16s, transform .16s;
    display: block;
  }

  .site-chrome-module__ocfPUa__mobileMenu[open] summary span:first-child {
    transform: translateY(6px)rotate(45deg);
  }

  .site-chrome-module__ocfPUa__mobileMenu[open] summary span:nth-child(2) {
    opacity: 0;
  }

  .site-chrome-module__ocfPUa__mobileMenu[open] summary span:last-child {
    transform: translateY(-6px)rotate(-45deg);
  }

  .site-chrome-module__ocfPUa__mobileMenu nav {
    border-top: 1px solid var(--color-line);
    height: calc(100vh - var(--site-header-height));
    height: calc(100dvh - var(--site-header-height));
    overscroll-behavior: contain;
    left: 0;
    right: 0;
    top: var(--site-header-height);
    z-index: 11;
    background: #fff;
    flex-direction: column;
    padding: 20px 20px 40px;
    animation: .18s ease-out both site-chrome-module__ocfPUa__mobileNavEnter;
    display: flex;
    position: fixed;
    overflow-y: auto;
    box-shadow: 0 18px 30px #11100f14;
  }

  .site-chrome-module__ocfPUa__mobileMenu nav a {
    border-bottom: 1px solid var(--color-line);
    font-family: var(--font-title);
    text-transform: uppercase;
    white-space: normal;
    justify-content: space-between;
    align-items: center;
    min-height: 64px;
    padding: 8px 4px;
    font-size: clamp(18px, 5vw, 22px);
    font-weight: 700;
    display: flex;
  }

  .site-chrome-module__ocfPUa__mobileMenu nav a:after {
    content: "";
    border-top: 1px solid;
    border-right: 1px solid;
    flex: 0 0 9px;
    width: 9px;
    height: 9px;
    margin-left: 24px;
    transform: rotate(45deg);
  }

  html:has(.site-chrome-module__ocfPUa__mobileMenu[open]) {
    overflow: hidden;
  }

  .site-chrome-module__ocfPUa__footerLandscape {
    height: 180px;
  }

  .site-chrome-module__ocfPUa__overlapLandscape {
    margin-top: 0;
  }

  .site-chrome-module__ocfPUa__footerContent {
    min-height: 330px;
  }

  .site-chrome-module__ocfPUa__footerContent nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 24px;
    max-width: 320px;
  }

  .site-chrome-module__ocfPUa__legal {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (min-width: 701px) and (max-width: 900px) {
  .site-chrome-module__ocfPUa__introHeader {
    --intro-logo-scale: 1.9;
  }
}

@media (max-width: 520px) {
  .site-chrome-module__ocfPUa__introHeader {
    --intro-logo-scale: 1.45;
    --intro-logo-start-top: clamp(24px, 5svh, 38px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-chrome-module__ocfPUa__introHeader {
    pointer-events: auto;
    animation: none;
  }

  .site-chrome-module__ocfPUa__introHeader .site-chrome-module__ocfPUa__desktopNav, .site-chrome-module__ocfPUa__introHeader .site-chrome-module__ocfPUa__logoLink, .site-chrome-module__ocfPUa__introHeader .site-chrome-module__ocfPUa__mobileMenu {
    clip-path: none;
    opacity: 1;
    animation: none;
    transform: none;
  }

  .site-chrome-module__ocfPUa__introHeader .site-chrome-module__ocfPUa__logoOnImage {
    display: none;
  }

  .site-chrome-module__ocfPUa__mobileMenu nav, .site-chrome-module__ocfPUa__mobileMenu summary span {
    transition: none;
    animation: none;
  }
}

@keyframes site-chrome-module__ocfPUa__mobileNavEnter {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* [project]/apps/web/src/app/notre-terroir/notre-terroir.module.css [app-client] (css) */
.notre-terroir-module__feSP5a__hero {
  width: calc(100% - 80px);
  max-width: 1360px;
  margin: 34px auto 0;
  overflow: hidden;
}

.notre-terroir-module__feSP5a__heroImage {
  width: 100%;
  height: auto;
}

.notre-terroir-module__feSP5a__content {
  padding-bottom: 14px;
  position: relative;
  overflow: hidden;
}

.notre-terroir-module__feSP5a__grapeSketch {
  opacity: .32;
  width: 405px;
  height: auto;
  position: absolute;
  top: 14px;
  right: -118px;
}

.notre-terroir-module__feSP5a__vineyard, .notre-terroir-module__feSP5a__environment {
  z-index: 1;
  position: relative;
}

.notre-terroir-module__feSP5a__vineyard h1 {
  font-family: var(--font-title);
  text-align: center;
  text-transform: uppercase;
  margin: 116px 0 0;
  font-size: 38px;
  line-height: 1;
}

.notre-terroir-module__feSP5a__vineyard h1 span {
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
}

.notre-terroir-module__feSP5a__vineyardGrid {
  grid-template-columns: 600px 1fr;
  align-items: center;
  gap: 42px;
  max-width: 1204px;
  margin: 107px auto 0;
  display: grid;
}

.notre-terroir-module__feSP5a__map, .notre-terroir-module__feSP5a__vineyardImage, .notre-terroir-module__feSP5a__leafImage {
  width: 100%;
  height: auto;
}

.notre-terroir-module__feSP5a__map {
  border: 1px solid var(--color-line);
}

.notre-terroir-module__feSP5a__copy p {
  font-family: var(--font-description);
  -webkit-hyphens: auto;
  hyphens: auto;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-word;
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
}

.notre-terroir-module__feSP5a__copy p + p {
  margin-top: 27px;
}

.notre-terroir-module__feSP5a__panoramaReveal {
  max-width: 1204px;
  margin: 104px auto 0;
}

.notre-terroir-module__feSP5a__environment h2 {
  font-family: var(--font-title);
  text-align: center;
  text-transform: uppercase;
  margin: 80px 0 0;
  font-size: 38px;
  line-height: 1;
}

.notre-terroir-module__feSP5a__environmentGrid {
  grid-template-columns: 535px 1fr;
  align-items: center;
  gap: 75px;
  max-width: 1140px;
  margin: 107px auto 0;
  display: grid;
}

.notre-terroir-module__feSP5a__sectionHeading[data-reveal="pending"] h1, .notre-terroir-module__feSP5a__sectionHeading[data-reveal="pending"] h2, .notre-terroir-module__feSP5a__vineyardGrid[data-reveal="pending"] .notre-terroir-module__feSP5a__copy p, .notre-terroir-module__feSP5a__environmentGrid[data-reveal="pending"] .notre-terroir-module__feSP5a__copy p {
  opacity: 0;
  transform: translateY(20px);
}

.notre-terroir-module__feSP5a__vineyardGrid[data-reveal="pending"] .notre-terroir-module__feSP5a__map, .notre-terroir-module__feSP5a__panoramaReveal[data-reveal="pending"] .notre-terroir-module__feSP5a__vineyardImage, .notre-terroir-module__feSP5a__environmentGrid[data-reveal="pending"] .notre-terroir-module__feSP5a__leafImage {
  opacity: 0;
  transform: scale(.985);
}

.notre-terroir-module__feSP5a__sectionHeading[data-reveal="visible"] h1, .notre-terroir-module__feSP5a__sectionHeading[data-reveal="visible"] h2 {
  animation: .68s cubic-bezier(.22, 1, .36, 1) both notre-terroir-module__feSP5a__terroirCopyReveal;
}

.notre-terroir-module__feSP5a__vineyardGrid[data-reveal="visible"] .notre-terroir-module__feSP5a__map, .notre-terroir-module__feSP5a__panoramaReveal[data-reveal="visible"] .notre-terroir-module__feSP5a__vineyardImage, .notre-terroir-module__feSP5a__environmentGrid[data-reveal="visible"] .notre-terroir-module__feSP5a__leafImage {
  animation: .88s ease-out both notre-terroir-module__feSP5a__terroirImageReveal;
}

.notre-terroir-module__feSP5a__vineyardGrid[data-reveal="visible"] .notre-terroir-module__feSP5a__copy p, .notre-terroir-module__feSP5a__environmentGrid[data-reveal="visible"] .notre-terroir-module__feSP5a__copy p {
  animation: .76s cubic-bezier(.22, 1, .36, 1) .1s both notre-terroir-module__feSP5a__terroirCopyReveal;
}

.notre-terroir-module__feSP5a__vineyardGrid[data-reveal="visible"] .notre-terroir-module__feSP5a__copy p:nth-child(2), .notre-terroir-module__feSP5a__environmentGrid[data-reveal="visible"] .notre-terroir-module__feSP5a__copy p:nth-child(2) {
  animation-delay: .19s;
}

.notre-terroir-module__feSP5a__vineyardGrid[data-reveal="visible"] .notre-terroir-module__feSP5a__copy p:nth-child(3) {
  animation-delay: .28s;
}

@keyframes notre-terroir-module__feSP5a__terroirCopyReveal {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes notre-terroir-module__feSP5a__terroirImageReveal {
  from {
    opacity: 0;
    transform: scale(.985);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 1100px) {
  .notre-terroir-module__feSP5a__vineyardGrid, .notre-terroir-module__feSP5a__environmentGrid {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .notre-terroir-module__feSP5a__panoramaReveal {
    max-width: calc(100% - 80px);
  }
}

@media (max-width: 760px) {
  .notre-terroir-module__feSP5a__hero {
    width: calc(100% - 32px);
    margin-top: 20px;
  }

  .notre-terroir-module__feSP5a__content {
    padding-bottom: 0;
  }

  .notre-terroir-module__feSP5a__grapeSketch {
    display: none;
  }

  .notre-terroir-module__feSP5a__vineyard h1 {
    margin-top: 68px;
    font-size: 30px;
  }

  .notre-terroir-module__feSP5a__vineyard h1 span {
    font-size: 13px;
  }

  .notre-terroir-module__feSP5a__vineyardGrid, .notre-terroir-module__feSP5a__environmentGrid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 54px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .notre-terroir-module__feSP5a__copy p {
    font-size: 16px;
    line-height: 1.45;
  }

  .notre-terroir-module__feSP5a__panoramaReveal {
    max-width: calc(100% - 40px);
    margin-top: 72px;
  }

  .notre-terroir-module__feSP5a__environment h2 {
    margin-top: 72px;
    font-size: 29px;
  }

  .notre-terroir-module__feSP5a__environmentGrid {
    margin-top: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .notre-terroir-module__feSP5a__sectionHeading[data-reveal] h1, .notre-terroir-module__feSP5a__sectionHeading[data-reveal] h2, .notre-terroir-module__feSP5a__vineyardGrid[data-reveal] .notre-terroir-module__feSP5a__map, .notre-terroir-module__feSP5a__vineyardGrid[data-reveal] .notre-terroir-module__feSP5a__copy p, .notre-terroir-module__feSP5a__panoramaReveal[data-reveal] .notre-terroir-module__feSP5a__vineyardImage, .notre-terroir-module__feSP5a__environmentGrid[data-reveal] .notre-terroir-module__feSP5a__leafImage, .notre-terroir-module__feSP5a__environmentGrid[data-reveal] .notre-terroir-module__feSP5a__copy p {
    opacity: 1;
    animation: none;
    transform: none;
  }
}

/*# sourceMappingURL=apps_web_src_1v3thoa._.css.map*/