/*
Theme Name: Portugal de Luxo
Theme URI: https://www.portugaldeluxo.com
Author: Lions Ideas
Description: Tema personalizado e leve para a Portugal de Luxo, com Journal, curadoria privada, consentimento RGPD e Meta Pixel.
Version: 1.0.7
Text Domain: portugal-de-luxo
*/

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&family=Montserrat:wght@400;500;600&display=swap");

:root {
  --navy: #071b31;
  --navy-soft: #102b47;
  --ivory: #f6f1e7;
  --paper: #fcfaf5;
  --gold: #c3a46b;
  --ink: #142238;
  --mist: #d8d2c6;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

.site-header nav ul,
.inner-header nav ul,
.blog-header nav ul,
.site-header nav li,
.inner-header nav li,
.blog-header nav li {
  display: contents;
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

button,
input,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.inner-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 110px;
  padding: 0 5vw;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr);
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .24);
  color: #fff;
}

.inner-header nav a.current::after {
  right: 0;
}

.site-header > .header-cta,
.inner-header > .header-cta,
.blog-header > .header-cta {
  justify-self: end !important;
  align-self: center;
  width: max-content !important;
  min-width: 0 !important;
  max-width: max-content !important;
  flex: 0 0 auto !important;
}

.team-page-hero {
  position: relative;
  min-height: 92svh;
  padding: 190px 9vw 100px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 35%, rgba(195, 164, 107, .19), transparent 24%),
    linear-gradient(110deg, rgba(4, 15, 27, .98) 0%, rgba(7, 27, 49, .95) 58%, rgba(16, 43, 71, .88) 100%),
    url("assets/site/douro-heritage.png") center / cover;
  color: var(--ivory);
}

.team-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 69%, rgba(255, 255, 255, .08) 69% 69.08%, transparent 69.08%),
    linear-gradient(180deg, transparent 0 70%, rgba(255, 255, 255, .07) 70% 70.1%, transparent 70.1%);
}

.team-page-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 850px;
}

.team-page-hero h1 {
  max-width: 830px;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(58px, 7vw, 104px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .9;
}

.team-page-hero-copy > p:not(.section-kicker) {
  max-width: 620px;
  margin: 30px 0 38px;
  color: rgba(255, 255, 255, .78);
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 1.5;
}

.team-page-hero-mark {
  position: absolute;
  z-index: 1;
  right: 8vw;
  width: min(27vw, 380px);
  opacity: .42;
}

.team-page-hero-mark img {
  width: 100%;
  filter: drop-shadow(0 22px 55px rgba(0, 0, 0, .25));
}

.team-page-intro {
  max-width: 1450px;
  margin: auto;
  display: grid;
  grid-template-columns: .72fr 2.28fr;
  gap: 7vw;
}

.team-page-intro h2,
.team-collaboration h2,
.team-page-cta h2 {
  max-width: 900px;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(48px, 5.6vw, 82px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .96;
}

.team-page-intro div > p {
  max-width: 720px;
  margin: 34px 0 0 auto;
  color: #68707a;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 1.55;
}

.team-profile-list {
  max-width: 1550px;
  margin: auto;
  padding: 0 8vw 150px;
}

.team-profile {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 8vw;
}

.team-profile + .team-profile {
  margin-top: 130px;
}

.team-profile.reverse .team-profile-portrait {
  order: 2;
}

.team-profile.reverse .team-profile-copy {
  order: 1;
  margin-left: auto;
}

.team-profile-portrait {
  position: relative;
  min-height: 610px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 64% 35%, rgba(195, 164, 107, .24), transparent 28%),
    linear-gradient(145deg, var(--navy), #153653);
  color: var(--ivory);
}

.team-profile-portrait::after {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(195, 164, 107, .35);
}

.team-profile-portrait span {
  position: relative;
  z-index: 2;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(100px, 13vw, 190px);
  font-weight: 400;
  letter-spacing: -.08em;
}

.team-profile-portrait img {
  position: absolute;
  right: -8%;
  bottom: -10%;
  width: 58%;
  opacity: .1;
}

.team-profile-copy {
  max-width: 590px;
}

.team-profile-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(52px, 5vw, 76px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .95;
}

.team-profile-copy h3 {
  margin: 18px 0 28px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .13em;
  line-height: 1.6;
  text-transform: uppercase;
}

.team-profile-copy > p:not(.section-kicker) {
  color: #5d6670;
  font-size: 14px;
  line-height: 1.9;
}

.team-profile-focus {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #d6d0c5;
  color: var(--navy);
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
}

.team-collaboration {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 8vw;
  background: var(--navy);
  color: var(--ivory);
}

.team-collaboration-heading > p:not(.section-kicker) {
  max-width: 600px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, .68);
  line-height: 1.8;
}

.team-collaboration-grid article {
  position: relative;
  padding: 32px 0 34px 72px;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.team-collaboration-grid article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.team-collaboration-grid span {
  position: absolute;
  left: 0;
  top: 37px;
  color: var(--gold);
  font-size: 9px;
}

.team-collaboration-grid h3 {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 400;
}

.team-collaboration-grid p {
  margin: 0;
  color: rgba(255, 255, 255, .63);
  font-size: 12px;
  line-height: 1.75;
}

.team-page-cta {
  padding: 130px 8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--ivory);
}

.team-page-cta > img {
  width: 70px;
  margin-bottom: 32px;
}

.team-page-cta h2 {
  max-width: 820px;
}

.team-page-cta > p:not(.section-kicker) {
  max-width: 650px;
  margin: 28px auto 34px;
  color: #68707a;
  line-height: 1.8;
}

.experiences-hero {
  position: relative;
  min-height: 92svh;
  padding: 190px 9vw 100px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 17, 31, .91) 0%, rgba(5, 17, 31, .62) 48%, rgba(5, 17, 31, .18) 100%),
    url("https://unsplash.com/photos/8jgq2-7nszE/download?force=true&w=2400") center / cover;
  color: #fff;
}

.experiences-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 15, 27, .26), transparent 46%, rgba(4, 15, 27, .38));
  pointer-events: none;
}

.experiences-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.experiences-hero h1 {
  max-width: 790px;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(58px, 7vw, 106px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .92;
}

.experiences-hero-copy > p:not(.section-kicker) {
  max-width: 580px;
  margin: 30px 0 36px;
  color: rgba(255, 255, 255, .82);
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 1.5;
}

.experiences-hero-index {
  position: absolute;
  z-index: 2;
  right: 6vw;
  bottom: 48px;
  display: flex;
  gap: 35px;
  color: rgba(255, 255, 255, .65);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.experiences-hero-index span {
  padding-top: 12px;
  border-top: 1px solid var(--gold);
}

.experiences-intro {
  max-width: 1450px;
  margin: auto;
  display: grid;
  grid-template-columns: .7fr 2.3fr;
  gap: 7vw;
}

.experiences-intro h2,
.experience-principles h2,
.experience-faq h2,
.experience-final-cta h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(48px, 5.6vw, 82px);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: .98;
}

.experiences-intro div > p {
  max-width: 680px;
  margin: 35px 0 0 auto;
  color: #68707a;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 1.55;
}

.experience-jump-nav {
  position: sticky;
  z-index: 7;
  top: 0;
  padding: 0 4vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--navy);
  color: var(--ivory);
}

.experience-jump-nav a {
  min-height: 68px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-right: 1px solid rgba(255, 255, 255, .12);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background .25s;
}

.experience-jump-nav a:hover {
  background: var(--navy-soft);
}

.experience-jump-nav span {
  color: var(--gold);
}

.experience-collection {
  max-width: 1550px;
  margin: auto;
  padding: 110px 8vw 140px;
}

.experience-detail {
  scroll-margin-top: 85px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 8vw;
}

.experience-detail + .experience-detail {
  margin-top: 150px;
}

.experience-detail.reverse .experience-detail-image {
  order: 2;
}

.experience-detail.reverse .experience-detail-copy {
  order: 1;
}

.experience-detail-image {
  position: relative;
  min-height: 660px;
  background-size: cover;
}

.experience-detail-image > span {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: rgba(246, 241, 231, .95);
  color: var(--navy);
  font-size: 9px;
}

.experience-detail-copy {
  max-width: 570px;
}

.experience-detail-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(45px, 4.5vw, 68px);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: .98;
}

.experience-detail-lead {
  margin: 28px 0 34px;
  color: #68707a;
  font-size: 14px;
  line-height: 1.85;
}

.experience-includes {
  padding: 25px 0;
  border-top: 1px solid #d5cec2;
  border-bottom: 1px solid #d5cec2;
}

.experience-includes h3 {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.experience-includes ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  list-style: none;
}

.experience-includes li {
  position: relative;
  padding-left: 16px;
  color: #4d5661;
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  line-height: 1.3;
}

.experience-includes li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--gold);
}

.experience-regions {
  margin: 24px 0 32px;
  color: #4d5661;
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
}

.experience-regions span {
  margin-right: 14px;
  color: var(--gold);
  font-family: "Montserrat", sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.experience-principles {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 9vw;
  background:
    linear-gradient(100deg, rgba(7, 27, 49, .98), rgba(16, 43, 71, .93)),
    url("assets/site/douro-heritage.png") center / cover;
  color: var(--ivory);
}

.experience-principles-grid {
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.experience-principles-grid article {
  min-height: 145px;
  padding: 28px 0;
  display: grid;
  grid-template-columns: 45px .7fr 1.3fr;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.experience-principles-grid span {
  color: var(--gold);
  font-size: 9px;
}

.experience-principles-grid h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 500;
}

.experience-principles-grid p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  line-height: 1.7;
}

.experience-faq {
  max-width: 1450px;
  margin: auto;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 9vw;
}

.faq-list {
  border-top: 1px solid #cfc8bc;
}

.faq-list details {
  border-bottom: 1px solid #cfc8bc;
}

.faq-list summary {
  min-height: 90px;
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 18px;
  align-items: center;
  cursor: pointer;
  list-style: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 23px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span,
.faq-list summary i {
  color: var(--gold);
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  font-style: normal;
}

.faq-list details[open] summary i {
  transform: rotate(45deg);
}

.faq-list details > p {
  margin: 0;
  padding: 0 45px 28px 58px;
  color: #68707a;
  font-size: 13px;
  line-height: 1.8;
}

.experience-final-cta {
  padding: 130px 8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background:
    linear-gradient(rgba(7, 27, 49, .76), rgba(7, 27, 49, .82)),
    url("https://unsplash.com/photos/gggIAqEBKm4/download?force=true&w=2200") center / cover;
  color: #fff;
}

.experience-final-cta > p:not(.section-kicker) {
  max-width: 620px;
  margin: 26px 0 34px;
  color: rgba(255, 255, 255, .75);
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .inner-header {
    grid-template-columns: 1fr auto;
  }

  .inner-header nav {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    padding: 35px 5vw;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: var(--navy);
  }

  .inner-header nav.open {
    display: flex;
  }

  .inner-header .header-cta {
    display: none;
  }

  .inner-menu-button {
    justify-self: end;
  }

  .experience-jump-nav {
    overflow-x: auto;
    grid-template-columns: repeat(8, minmax(190px, 1fr));
  }

  .experience-detail {
    gap: 6vw;
  }

  .experience-detail-image {
    min-height: 560px;
  }
}

@media (max-width: 760px) {
  .inner-header {
    height: 82px;
    padding: 0 22px;
  }

  .inner-header .brand-logo {
    width: 178px;
  }

  .inner-header .header-cta {
    display: none;
  }

  .inner-header nav {
    top: 82px;
    padding: 30px 22px;
  }

  .experiences-hero {
    min-height: 88svh;
    padding: 150px 24px 100px;
    background-position: 62% center;
  }

  .experiences-hero h1 {
    font-size: clamp(50px, 15vw, 70px);
  }

  .experiences-hero-index {
    left: 24px;
    right: 24px;
    bottom: 28px;
    gap: 15px;
    justify-content: space-between;
  }

  .experiences-hero-index span {
    font-size: 6px;
  }

  .experiences-intro,
  .experience-principles,
  .experience-faq {
    grid-template-columns: 1fr;
  }

  .experiences-intro {
    gap: 25px;
  }

  .experiences-intro div > p {
    margin-left: 0;
  }

  .experience-jump-nav {
    top: 0;
    padding: 0;
  }

  .experience-collection {
    padding: 75px 24px 100px;
  }

  .experience-detail,
  .experience-detail.reverse {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .experience-detail + .experience-detail {
    margin-top: 100px;
  }

  .experience-detail.reverse .experience-detail-image,
  .experience-detail.reverse .experience-detail-copy {
    order: initial;
  }

  .experience-detail-image {
    min-height: 520px;
  }

  .experience-includes ul {
    grid-template-columns: 1fr;
  }

  .experience-principles {
    gap: 55px;
  }

  .experience-principles-grid article {
    grid-template-columns: 35px .8fr 1.2fr;
  }

  .experience-faq {
    gap: 50px;
  }

  .experience-final-cta {
    padding: 95px 24px;
  }
}

.destinations-hero {
  position: relative;
  min-height: 94svh;
  padding: 190px 9vw 100px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 17, 31, .91) 0%, rgba(5, 17, 31, .56) 49%, rgba(5, 17, 31, .15) 100%),
    url("assets/site/douro-heritage.png") center / cover;
  color: #fff;
}

.destinations-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 15, 27, .28), transparent 48%, rgba(4, 15, 27, .42));
  pointer-events: none;
}

.destinations-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.destinations-hero h1 {
  max-width: 750px;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(60px, 7.2vw, 110px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .9;
}

.destinations-hero-copy > p:not(.section-kicker) {
  max-width: 560px;
  margin: 30px 0 36px;
  color: rgba(255, 255, 255, .82);
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 1.5;
}

.destinations-hero-index {
  position: absolute;
  z-index: 2;
  right: 6vw;
  bottom: 48px;
  display: flex;
  gap: 35px;
  color: rgba(255, 255, 255, .65);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.destinations-hero-index span {
  padding-top: 12px;
  border-top: 1px solid var(--gold);
}

.destinations-intro,
.destination-note {
  max-width: 1450px;
  margin: auto;
  display: grid;
  grid-template-columns: .7fr 2.3fr;
  gap: 7vw;
}

.destinations-intro h2,
.destination-connection h2,
.destination-note h2,
.destination-final-cta h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(48px, 5.6vw, 82px);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: .98;
}

.destinations-intro div > p,
.destination-note div > p {
  max-width: 680px;
  margin: 35px 0 0 auto;
  color: #68707a;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 1.55;
}

.destination-jump-nav {
  position: sticky;
  z-index: 7;
  top: 0;
  padding: 0 4vw;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background: var(--navy);
  color: var(--ivory);
}

.destination-jump-nav a {
  min-height: 68px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-right: 1px solid rgba(255, 255, 255, .12);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background .25s;
}

.destination-jump-nav a:hover {
  background: var(--navy-soft);
}

.destination-jump-nav span {
  color: var(--gold);
}

.destination-collection {
  max-width: 1550px;
  margin: auto;
  padding: 110px 8vw 140px;
}

.destination-detail {
  scroll-margin-top: 85px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 8vw;
}

.destination-detail + .destination-detail {
  margin-top: 150px;
}

.destination-detail.reverse .destination-detail-image {
  order: 2;
}

.destination-detail.reverse .destination-detail-copy {
  order: 1;
}

.destination-detail-image {
  position: relative;
  min-height: 660px;
  background-size: cover;
}

.destination-detail-image > span {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: rgba(246, 241, 231, .95);
  color: var(--navy);
  font-size: 9px;
}

.destination-detail-image > strong {
  position: absolute;
  left: 30px;
  bottom: 28px;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  font-weight: 400;
}

.destination-detail-copy {
  max-width: 570px;
}

.destination-detail-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(45px, 4.5vw, 68px);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: .98;
}

.destination-detail-lead {
  margin: 28px 0 34px;
  color: #68707a;
  font-size: 14px;
  line-height: 1.85;
}

.destination-highlights {
  padding: 25px 0;
  border-top: 1px solid #d5cec2;
  border-bottom: 1px solid #d5cec2;
}

.destination-highlights h3 {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.destination-highlights ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  list-style: none;
}

.destination-highlights li {
  position: relative;
  padding-left: 16px;
  color: #4d5661;
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  line-height: 1.3;
}

.destination-highlights li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--gold);
}

.destination-ideal {
  margin: 24px 0 32px;
  color: #4d5661;
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
}

.destination-ideal span {
  margin-right: 14px;
  color: var(--gold);
  font-family: "Montserrat", sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.destination-connection {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 9vw;
  background:
    linear-gradient(100deg, rgba(7, 27, 49, .98), rgba(16, 43, 71, .93)),
    url("assets/site/douro-heritage.png") center / cover;
  color: var(--ivory);
}

.destination-connection-grid {
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.destination-connection-grid article {
  min-height: 145px;
  padding: 28px 0;
  display: grid;
  grid-template-columns: 45px .7fr 1.3fr;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.destination-connection-grid span {
  color: var(--gold);
  font-size: 9px;
}

.destination-connection-grid h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 500;
}

.destination-connection-grid p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  line-height: 1.7;
}

.destination-note {
  background: var(--paper);
}

.destination-final-cta {
  padding: 130px 8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background:
    linear-gradient(rgba(7, 27, 49, .75), rgba(7, 27, 49, .83)),
    url("https://unsplash.com/photos/RssSt5_1H7Y/download?force=true&w=2400") center / cover;
  color: #fff;
}

.destination-final-cta > p:not(.section-kicker) {
  max-width: 620px;
  margin: 26px 0 34px;
  color: rgba(255, 255, 255, .75);
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .destination-jump-nav {
    overflow-x: auto;
    grid-template-columns: repeat(7, minmax(190px, 1fr));
  }

  .destination-detail {
    gap: 6vw;
  }

  .destination-detail-image {
    min-height: 560px;
  }
}

@media (max-width: 760px) {
  .destinations-hero {
    min-height: 88svh;
    padding: 150px 24px 100px;
    background-position: 62% center;
  }

  .destinations-hero h1 {
    font-size: clamp(50px, 15vw, 70px);
  }

  .destinations-hero-index {
    left: 24px;
    right: 24px;
    bottom: 28px;
    gap: 15px;
    justify-content: space-between;
  }

  .destinations-hero-index span {
    font-size: 6px;
  }

  .destinations-intro,
  .destination-connection,
  .destination-note {
    grid-template-columns: 1fr;
  }

  .destinations-intro,
  .destination-note {
    gap: 25px;
  }

  .destinations-intro div > p,
  .destination-note div > p {
    margin-left: 0;
  }

  .destination-jump-nav {
    top: 0;
    padding: 0;
  }

  .destination-collection {
    padding: 75px 24px 100px;
  }

  .destination-detail,
  .destination-detail.reverse {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .destination-detail + .destination-detail {
    margin-top: 100px;
  }

  .destination-detail.reverse .destination-detail-image,
  .destination-detail.reverse .destination-detail-copy {
    order: initial;
  }

  .destination-detail-image {
    min-height: 520px;
  }

  .destination-highlights ul {
    grid-template-columns: 1fr;
  }

  .destination-connection {
    gap: 55px;
  }

  .destination-connection-grid article {
    grid-template-columns: 35px .8fr 1.2fr;
  }

  .destination-final-cta {
    padding: 95px 24px;
  }
}

.consent-banner {
  position: fixed;
  z-index: 100;
  left: 24px;
  right: 24px;
  bottom: 22px;
  max-width: 980px;
  margin: auto;
  padding: 22px 25px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 35px;
  align-items: center;
  border: 1px solid rgba(195, 164, 107, .42);
  background: #071b31;
  color: #fff;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .28);
}

.consent-banner strong {
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 500;
}

.consent-banner p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, .66);
  font-size: 11px;
  line-height: 1.55;
}

.consent-actions {
  display: flex;
  gap: 9px;
}

.consent-actions button {
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, .38);
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.consent-actions button.accept {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--navy);
}

.hero {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 1.4s ease, transform 7s ease;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(4, 15, 27, .35), transparent 36%, rgba(4, 15, 27, .30));
  pointer-events: none;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  height: 110px;
  padding: 0 5vw;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr);
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .24);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.brand-logo {
  display: block;
  width: clamp(190px, 15vw, 245px);
  height: auto;
}

nav {
  display: flex;
  align-items: center;
  gap: 27px;
}

nav a {
  position: relative;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 1px;
  background: var(--gold);
  transition: right .25s ease;
}

nav a:hover::after {
  right: 0;
}

@media (max-width: 1400px) and (min-width: 1101px) {
  .site-header,
  .inner-header,
  .blog-header {
    grid-template-columns: minmax(200px, 1fr) auto minmax(200px, 1fr);
  }

  nav {
    gap: 18px;
  }

  nav a {
    font-size: 8px;
  }
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 25px;
}

.language {
  font-size: 9px;
  letter-spacing: .12em;
  display: flex;
  align-items: center;
  gap: 7px;
}

.language i {
  display: inline-block;
  width: 18px;
  height: 1px;
  background: rgba(255, 255, 255, .5);
}

.header-cta {
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, .55);
  width: max-content !important;
  min-width: 0 !important;
  max-width: max-content !important;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .1em;
  white-space: nowrap;
  text-transform: uppercase;
  transition: background .25s, color .25s;
}

.header-cta:hover {
  color: var(--navy);
  background: #fff;
}

.menu-button {
  display: none;
}

.hero-content {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 10vw;
  max-width: 720px;
  transform: translateY(-43%);
}

.eyebrow,
.section-kicker {
  margin: 0 0 24px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.destination-copy h2,
.contact h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  letter-spacing: -.025em;
}

.hero h1 {
  max-width: 760px;
  color: #fff !important;
  font-size: clamp(56px, 6.8vw, 104px);
  line-height: .93;
}

.pdl-wordpress .site-header,
.pdl-wordpress .site-header nav a,
.pdl-wordpress .inner-header,
.pdl-wordpress .inner-header nav a,
.pdl-wordpress .blog-header,
.pdl-wordpress .blog-header nav a {
  color: #fff;
}

.hero-description {
  max-width: 560px;
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, .84);
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  line-height: 1.5;
}

.button {
  width: fit-content;
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  border: 0;
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: transform .25s, background .25s;
}

.button:hover {
  transform: translateY(-2px);
}

.button-gold {
  background: var(--gold);
  color: var(--navy);
}

.hero-controls {
  position: absolute;
  z-index: 4;
  left: 10vw;
  right: 6vw;
  bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slide-dots {
  display: flex;
  gap: 8px;
}

.slide-dots button {
  width: 128px;
  padding: 0 0 11px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .35);
  background: transparent;
  color: rgba(255, 255, 255, .5);
  cursor: pointer;
  text-align: left;
  font-size: 9px;
  transition: color .25s, border .25s;
}

.slide-dots button .slide-number {
  margin-right: 12px;
  color: var(--gold);
}

.slide-dots button .slide-name {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.slide-dots button.active {
  color: #fff;
  border-color: var(--gold);
}

.pause {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .75);
  cursor: pointer;
}

.scroll-cue {
  position: absolute;
  right: 2.2vw;
  top: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(255, 255, 255, .65);
  font-size: 8px;
  letter-spacing: .25em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.scroll-cue span {
  height: 45px;
  width: 1px;
  background: var(--gold);
}

.section {
  padding: 130px 8vw;
}

.manifesto {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: .7fr 2.3fr;
  gap: 7vw;
}

.display-copy {
  max-width: 920px;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(43px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: -.025em;
}

.display-copy em {
  color: var(--gold);
  font-weight: 400;
}

.lead-copy {
  max-width: 580px;
  margin: 35px 0 0 auto;
  color: #5d6470;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 1.55;
}

.dark-section {
  background: var(--navy);
  color: var(--ivory);
}

.curation {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  column-gap: 9vw;
}

.curation-intro {
  align-self: center;
  max-width: 540px;
}

.curation h2,
.experiences h2,
.process h2,
.founder h2,
.journal h2 {
  font-size: clamp(47px, 5vw, 72px);
  line-height: 1;
}

.curation-intro > p:not(.section-kicker) {
  margin: 30px 0;
  color: rgba(246, 241, 231, .7);
  font-size: 14px;
  line-height: 1.85;
}

.light {
  color: var(--gold);
}

.text-link {
  display: inline-flex;
  gap: 45px;
  padding-bottom: 8px;
  border-bottom: 1px solid #a7a094;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.light-link {
  border-color: rgba(255, 255, 255, .45);
}

.curation-visual {
  position: relative;
}

.curation-image {
  aspect-ratio: 4 / 4.6;
  min-height: 560px;
  background:
    linear-gradient(180deg, transparent 55%, rgba(7, 27, 49, .85)),
    url("assets/site/douro-heritage.png") center / cover;
}

.curation blockquote {
  position: absolute;
  right: -3vw;
  bottom: 42px;
  max-width: 425px;
  margin: 0;
  padding: 33px 35px;
  background: var(--ivory);
  color: var(--navy);
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-style: italic;
  line-height: 1.35;
}

.curation-facts {
  grid-column: 1 / -1;
  margin-top: 70px;
  padding-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.curation-facts div {
  display: flex;
  flex-direction: column;
  gap: 7px;
  border-right: 1px solid rgba(255, 255, 255, .18);
  text-align: center;
}

.curation-facts div:last-child {
  border: 0;
}

.curation-facts strong {
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 31px;
  font-weight: 400;
}

.curation-facts span {
  color: rgba(255, 255, 255, .55);
  font-size: 9px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.experiences,
.process,
.journal {
  max-width: 1500px;
  margin: auto;
}

.section-heading {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10vw;
  align-items: end;
  margin-bottom: 65px;
}

.section-heading h2 {
  max-width: 750px;
}

.section-heading > p {
  margin: 0;
  color: #68707a;
  line-height: 1.8;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 28px;
}

.experience-image {
  position: relative;
  aspect-ratio: 4 / 5.25;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: background-size .5s;
}

.experience-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 27, 49, .10), rgba(7, 27, 49, .35));
}

.experience-image span {
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 18px;
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  background: rgba(246, 241, 231, .95);
  color: var(--navy);
  font-size: 9px;
}

.experience-card h3 {
  margin: 25px 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 31px;
  font-weight: 500;
}

.experience-card p {
  margin: 0;
  color: #68707a;
  font-size: 13px;
  line-height: 1.75;
}

.experience-card a {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 9px;
  border-bottom: 1px solid #c7c1b5;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.destinations {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  min-height: 760px;
  background: var(--navy-soft);
  color: var(--ivory);
}

.destination-image {
  position: relative;
  background:
    linear-gradient(90deg, rgba(7, 27, 49, 0) 70%, rgba(16, 43, 71, .55)),
    url("assets/site/destinos/acores-sete-cidades.webp") center center / cover;
}

.destination-copy {
  padding: 10vw 7vw;
  align-self: center;
}

.destination-copy h2,
.contact h2 {
  font-size: clamp(48px, 5vw, 74px);
  line-height: 1;
}

.destination-copy > p:not(.section-kicker) {
  margin: 28px 0 35px;
  color: rgba(255, 255, 255, .67);
  line-height: 1.85;
}

.button-outline {
  border: 1px solid rgba(255, 255, 255, .5);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #cfc8bc;
}

.process-grid article {
  min-height: 260px;
  padding: 26px 25px 0 0;
  border-right: 1px solid #cfc8bc;
}

.process-grid article:not(:first-child) {
  padding-left: 25px;
}

.process-grid article:last-child {
  border: 0;
}

.process-grid span {
  color: var(--gold);
  font-size: 10px;
}

.process-grid h3 {
  margin: 55px 0 16px;
  font-family: "Cormorant Garamond", serif;
  font-size: 31px;
  font-weight: 500;
}

.process-grid p {
  color: #68707a;
  font-size: 13px;
  line-height: 1.7;
}

.strategic-network {
  position: relative;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 9vw;
  align-items: center;
  background:
    linear-gradient(105deg, rgba(5, 20, 36, .98), rgba(9, 36, 60, .94)),
    url("assets/site/douro-heritage.png") center / cover;
  color: var(--ivory);
}

.strategic-heading {
  position: relative;
}

.strategic-symbol {
  position: absolute;
  top: -50px;
  right: -70px;
  width: 190px;
  height: auto;
  opacity: .07;
  pointer-events: none;
}

.strategic-heading h2 {
  max-width: 720px;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(47px, 5vw, 72px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.025em;
}

.strategic-heading > p:not(.section-kicker) {
  max-width: 610px;
  margin: 30px 0;
  color: rgba(255, 255, 255, .68);
  line-height: 1.85;
}

.strategic-grid {
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.strategic-grid article {
  min-height: 165px;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 48px .8fr 1.2fr;
  gap: 24px;
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.strategic-grid span {
  color: var(--gold);
  font-size: 10px;
}

.strategic-grid h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.05;
}

.strategic-grid p {
  margin: 0;
  color: rgba(255, 255, 255, .6);
  font-size: 12px;
  line-height: 1.75;
}

.team {
  max-width: 1500px;
  margin: auto;
}

.team h2 {
  font-size: clamp(47px, 5vw, 72px);
  line-height: 1;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.team-grid article {
  text-align: center;
}

.team-portrait {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-bottom: 3px solid var(--gold);
  background: var(--navy);
}

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

.team-grid h3 {
  margin: 22px 0 7px;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 500;
}

.team-grid p {
  margin: 0;
  color: #82796a;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .11em;
  line-height: 1.5;
  text-transform: uppercase;
}

.journal-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 25px;
}

.journal-image {
  aspect-ratio: 4 / 3.8;
  background-size: cover;
  background-position: center;
}

.journal-feature .journal-image {
  aspect-ratio: 4 / 2.7;
}

.journal-image.douro {
  background-image: url("assets/site/douro-heritage.png");
}

.journal-image.wine {
  background-image: url("assets/site/experiencia-vinicola.png");
}

.journal-image.comporta {
  background-image: url("https://images.unsplash.com/photo-1634823537164-d0c3b3b07dab?auto=format&fit=crop&fm=jpg&q=82&w=1000");
}

.journal-grid article > p {
  margin: 20px 0 8px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.journal-grid h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}

.contact {
  padding: 120px 9vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  background:
    linear-gradient(rgba(7, 27, 49, .94), rgba(7, 27, 49, .94)),
    url("assets/site/douro-heritage.png") center / cover;
  color: var(--ivory);
}

.contact-copy > p:not(.section-kicker) {
  max-width: 540px;
  margin: 28px 0 50px;
  color: rgba(255, 255, 255, .68);
  line-height: 1.85;
}

.contact-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px 18px;
  color: rgba(255, 255, 255, .65);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.contact-note span {
  color: var(--gold);
}

.contact-note p {
  margin: 0;
}

form {
  padding: 45px;
  background: var(--ivory);
  color: var(--ink);
}

form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 23px;
  color: #6f6b65;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

input,
textarea,
select {
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #c9c1b4;
  border-radius: 0;
  outline: none;
  background: transparent;
  color: var(--ink);
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  text-transform: none;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--gold);
}

select {
  min-height: 47px;
  appearance: none;
  cursor: pointer;
}

.consent {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 11px;
  line-height: 1.5;
  text-transform: none;
}

.consent input {
  width: 15px;
  height: 15px;
  margin: 1px 0 0;
  accent-color: var(--gold);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

form .button {
  width: 100%;
}

.form-success {
  margin: 18px 0 0;
  color: #44664a;
  font-size: 12px;
  line-height: 1.5;
}

footer {
  padding: 85px 8vw 30px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 6vw;
  background: #041424;
  color: rgba(255, 255, 255, .62);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--ivory);
}

.footer-logo {
  width: min(290px, 100%);
  height: auto;
}

.footer-brand p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .45);
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 11px;
}

.footer-column strong {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.footer-bottom {
  grid-column: 1 / -1;
  margin-top: 45px;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, .13);
  font-size: 9px;
}

.legal-links {
  display: flex;
  gap: 8px;
}

.legal-links a + a::before {
  margin-right: 8px;
  color: rgba(255, 255, 255, .32);
  content: "·";
}

.consent-banner a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Legal pages */
.legal-page {
  background: var(--paper);
}

.legal-hero {
  min-height: 560px;
  padding: 190px 9vw 80px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 7vw;
  background:
    linear-gradient(100deg, rgba(4, 15, 27, .98), rgba(7, 27, 49, .84)),
    url("assets/site/douro-heritage.png") center 58% / cover;
  color: var(--ivory);
}

.legal-hero > div {
  max-width: 850px;
}

.legal-hero h1 {
  max-width: 760px;
  margin: 20px 0 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(58px, 7vw, 98px);
  font-weight: 400;
  line-height: .93;
  letter-spacing: -.035em;
}

.legal-hero > div > p:last-child {
  max-width: 670px;
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  line-height: 1.55;
}

.legal-hero > span {
  padding-bottom: 8px;
  color: rgba(255, 255, 255, .48);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.legal-layout {
  max-width: 1420px;
  margin: auto;
  padding: 110px 8vw 140px;
  display: grid;
  grid-template-columns: 240px minmax(0, 820px);
  justify-content: space-between;
  gap: 9vw;
}

.legal-layout > aside {
  position: sticky;
  top: 135px;
  height: max-content;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.legal-layout > aside strong {
  margin-bottom: 15px;
  color: var(--gold-deep);
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.legal-layout > aside a {
  display: grid;
  grid-template-columns: 28px 1fr;
  color: #6f6a63;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1.25;
  transition: color .2s ease;
}

.legal-layout > aside a:hover {
  color: var(--navy);
}

.legal-layout > aside a span {
  color: #b8a27e;
  font-family: Arial, sans-serif;
  font-size: 8px;
  letter-spacing: .08em;
}

.legal-content > section {
  scroll-margin-top: 130px;
  padding: 0 0 58px;
  margin: 0 0 58px;
  border-bottom: 1px solid #d9d1c6;
}

.legal-content > section:last-of-type {
  margin-bottom: 0;
}

.legal-number {
  color: var(--gold-deep);
  font-size: 9px;
  letter-spacing: .18em;
}

.legal-content h2 {
  margin: 14px 0 25px;
  color: var(--navy);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 400;
  line-height: 1;
}

.legal-content p,
.legal-content li {
  color: #5f5a54;
  font-size: 14px;
  line-height: 1.9;
}

.legal-content p {
  margin: 0 0 18px;
}

.legal-content ul {
  margin: 8px 0 22px;
  padding-left: 20px;
}

.legal-content a {
  color: var(--navy);
  text-decoration: underline;
  text-decoration-color: #c6a96b;
  text-underline-offset: 3px;
}

.legal-table-wrap {
  margin: 10px 0 25px;
  overflow-x: auto;
  border: 1px solid #d9d1c6;
}

.legal-content table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, .32);
}

.legal-content th,
.legal-content td {
  padding: 18px 20px;
  border-bottom: 1px solid #d9d1c6;
  text-align: left;
  vertical-align: top;
}

.legal-content th {
  background: var(--navy);
  color: var(--ivory);
  font-size: 8px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.legal-content td {
  color: #5f5a54;
  font-size: 12px;
  line-height: 1.6;
}

.legal-content tr:last-child td {
  border-bottom: 0;
}

.legal-cookie-button {
  margin: 5px 0 25px;
  border: 1px solid var(--navy);
  background: transparent;
  color: var(--navy);
  cursor: pointer;
}

.legal-cookie-button:hover {
  background: var(--navy);
  color: #fff;
}

.legal-contact {
  padding: 95px 9vw;
  background: var(--navy);
  color: var(--ivory);
  text-align: center;
}

.legal-contact h2 {
  margin: 18px 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 400;
}

.legal-contact > p:last-child {
  color: rgba(255, 255, 255, .62);
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
}

.legal-contact a {
  color: var(--gold);
}

@media (max-width: 900px) {
  .legal-hero {
    min-height: 540px;
    padding: 170px 7vw 70px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    gap: 35px;
  }

  .legal-hero h1 {
    font-size: clamp(50px, 13vw, 76px);
  }

  .legal-hero > span {
    white-space: normal;
  }

  .legal-layout {
    padding: 80px 7vw 100px;
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .legal-layout > aside {
    position: static;
    padding-bottom: 35px;
    border-bottom: 1px solid #d9d1c6;
  }
}

@media (max-width: 560px) {
  .legal-hero {
    min-height: 520px;
  }

  .legal-hero > div > p:last-child {
    font-size: 18px;
  }

  .legal-content > section {
    padding-bottom: 45px;
    margin-bottom: 45px;
  }

  .legal-contact {
    padding: 75px 7vw;
  }

  .legal-links {
    flex-wrap: wrap;
  }
}

/* Contacto */
.contact-page {
  background: var(--paper);
}

.contact-page-hero {
  position: relative;
  min-height: 86svh;
  padding: 190px 9vw 100px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4, 15, 27, .94) 0%, rgba(7, 27, 49, .76) 52%, rgba(7, 27, 49, .22) 100%),
    url("assets/site/douro-heritage.png") center / cover;
  color: var(--ivory);
}

.contact-page-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 830px;
}

.contact-page-hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(58px, 7vw, 102px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .9;
}

.contact-page-hero-copy > p:not(.section-kicker) {
  max-width: 610px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, .78);
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 1.5;
}

.contact-page-hero-caption {
  position: absolute;
  right: 5vw;
  bottom: 55px;
  left: 9vw;
  display: flex;
  justify-content: flex-end;
  gap: 34px;
  color: rgba(255, 255, 255, .62);
  font-size: 8px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.contact-page-hero-caption span + span {
  padding-left: 34px;
  border-left: 1px solid rgba(255, 255, 255, .28);
}

.contact-page-intro {
  max-width: 1450px;
  margin: auto;
  display: grid;
  grid-template-columns: .72fr 2.28fr;
  gap: 7vw;
}

.contact-page-intro h2 {
  max-width: 900px;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(48px, 5.6vw, 82px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .96;
}

.contact-page-intro div > p {
  max-width: 720px;
  margin: 34px 0 0 auto;
  color: #68707a;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 1.55;
}

.contact-options {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 8vw 150px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.contact-options article {
  min-height: 420px;
  padding: 48px 4vw 36px;
  border-top: 1px solid #cbc4b8;
  border-right: 1px solid #cbc4b8;
}

.contact-options article:first-child {
  padding-left: 0;
}

.contact-options article:last-child {
  padding-right: 0;
  border-right: 0;
}

.contact-option-number {
  color: var(--gold);
  font-size: 9px;
  letter-spacing: .16em;
}

.contact-options h2 {
  margin: 62px 0 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1;
}

.contact-options p {
  min-height: 132px;
  margin: 0 0 30px;
  color: #68707a;
  font-size: 13px;
  line-height: 1.85;
}

.contact-assurance {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: end;
  gap: 9vw;
  overflow: hidden;
  background: var(--navy);
  color: var(--ivory);
}

.contact-assurance > img {
  position: absolute;
  top: 50%;
  left: -7vw;
  width: min(34vw, 470px);
  transform: translateY(-50%);
  opacity: .08;
}

.contact-assurance h2 {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(46px, 5vw, 74px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .96;
}

.contact-assurance > p {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: 13px;
  line-height: 1.9;
}

.contact-page-cta {
  padding: 150px 8vw;
  text-align: center;
}

.contact-page-cta h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(52px, 6vw, 86px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .95;
}

.contact-page-cta > p:not(.section-kicker) {
  max-width: 650px;
  margin: 28px auto 38px;
  color: #68707a;
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .contact-page-hero {
    min-height: 88svh;
    padding: 150px 7vw 105px;
    background-position: 62% center;
  }

  .contact-page-hero h1 {
    font-size: clamp(52px, 14vw, 76px);
  }

  .contact-page-hero-caption {
    right: 7vw;
    bottom: 32px;
    left: 7vw;
    justify-content: flex-start;
    gap: 9px;
    flex-wrap: wrap;
  }

  .contact-page-hero-caption span + span {
    padding-left: 9px;
  }

  .contact-page-intro,
  .contact-assurance {
    grid-template-columns: 1fr;
  }

  .contact-page-intro {
    gap: 40px;
  }

  .contact-page-intro div > p {
    margin-left: 0;
  }

  .contact-options {
    grid-template-columns: 1fr;
    padding-bottom: 90px;
  }

  .contact-options article,
  .contact-options article:first-child,
  .contact-options article:last-child {
    min-height: auto;
    padding: 42px 0;
    border-right: 0;
    border-bottom: 1px solid #cbc4b8;
  }

  .contact-options h2 {
    margin-top: 34px;
  }

  .contact-options p {
    min-height: auto;
  }

  .contact-assurance {
    align-items: start;
    gap: 40px;
  }

  .contact-page-cta {
    padding: 100px 7vw;
  }
}

/* Curadoria */
.curation-planner {
  min-height: 100svh;
  background: var(--paper);
}

.planner-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  height: 94px;
  padding: 0 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  background: rgba(5, 20, 36, .92);
  backdrop-filter: blur(14px);
}

.planner-close {
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, .75);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.planner-close:last-child {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
}

.planner-close span {
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
}

.planner-shell {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(360px, 38vw) 1fr;
}

.planner-story {
  position: fixed;
  inset: 0 auto 0 0;
  width: 38vw;
  min-width: 360px;
  padding: 160px 5vw 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(4, 16, 29, .24), rgba(4, 16, 29, .78)),
    url("assets/site/experiencia-vinicola.png") center / cover;
  color: #fff;
}

.planner-story-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 17, 30, .3), rgba(4, 17, 30, .04));
}

.planner-story-copy,
.planner-reassurance {
  position: relative;
  z-index: 2;
}

.planner-story-copy h1 {
  max-width: 590px;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(50px, 5vw, 78px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .93;
}

.planner-story-copy > p:not(.section-kicker) {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .75);
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 1.5;
}

.planner-reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  color: rgba(255, 255, 255, .68);
  font-size: 8px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.planner-reassurance span {
  position: relative;
}

.planner-reassurance span + span::before {
  content: "·";
  position: absolute;
  left: -13px;
  color: var(--gold);
}

.planner-content {
  grid-column: 2;
  min-height: 100svh;
  padding: 145px clamp(36px, 7vw, 110px) 70px;
}

.planner-progress {
  max-width: 900px;
  margin: 0 auto 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.planner-progress div {
  position: relative;
  padding-top: 18px;
  border-top: 1px solid #d6d0c6;
  color: #a29d94;
}

.planner-progress div::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--gold);
  transition: width .45s ease;
}

.planner-progress div.active::before,
.planner-progress div.complete::before {
  width: 100%;
}

.planner-progress div.active,
.planner-progress div.complete {
  color: var(--navy);
}

.planner-progress span {
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
}

.planner-progress p {
  margin: 6px 0 0;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.planner-form {
  max-width: 900px;
  margin: auto;
  padding: 0;
  background: transparent;
}

.planner-step {
  animation: planner-enter .45s ease both;
}

@keyframes planner-enter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.planner-step h2,
.planner-success h2 {
  max-width: 760px;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .96;
}

.planner-intro {
  max-width: 680px;
  margin: 22px 0 42px;
  color: #707781;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 1.55;
}

.planner-form fieldset {
  margin: 0 0 38px;
  padding: 0;
  border: 0;
}

.planner-form legend {
  margin: 0 0 15px;
  color: #6f6b65;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.choice-grid label {
  min-height: 72px;
  margin: 0;
  padding: 19px;
  display: grid;
  place-items: center;
  border: 1px solid #d5cfc4;
  background: rgba(255, 255, 255, .44);
  color: var(--navy);
  cursor: pointer;
  text-align: center;
  transition: border-color .2s, background .2s, transform .2s;
}

.choice-grid label:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
}

.choice-grid label.selected {
  border-color: var(--gold);
  background: #efe6d6;
}

.choice-grid input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.choice-grid label span {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: none;
}

.choice-grid.pace label {
  min-height: 108px;
}

.choice-grid.pace span {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.choice-grid.pace strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  font-weight: 500;
}

.choice-grid.pace small {
  color: #73777d;
  font-family: "Montserrat", sans-serif;
  font-size: 8px;
  letter-spacing: .04em;
  line-height: 1.5;
}

.planner-fields {
  display: grid;
  gap: 25px;
}

.planner-fields.two {
  grid-template-columns: 1fr 1fr;
}

.planner-form > .planner-step > label,
.planner-fields label {
  margin-bottom: 26px;
}

.planner-actions {
  margin-top: 34px;
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d8d1c5;
}

.planner-actions .button {
  width: auto;
  min-width: 190px;
  border: 0;
  cursor: pointer;
}

.planner-actions .button:disabled {
  opacity: .4;
  cursor: not-allowed;
  transform: none;
}

.planner-back {
  padding: 12px 0;
  border: 0;
  background: transparent;
  color: #74736f;
  cursor: pointer;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.planner-consent {
  display: grid !important;
  grid-template-columns: auto 1fr;
  gap: 12px !important;
  align-items: start;
  margin-top: 8px;
  text-transform: none !important;
  line-height: 1.6;
}

.planner-consent input {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  accent-color: var(--gold);
}

.planner-success {
  max-width: 700px;
  margin: 7vh auto 0;
  text-align: center;
  animation: planner-enter .55s ease both;
}

.planner-success > img {
  width: 72px;
  margin-bottom: 30px;
}

.planner-success > p:not(.section-kicker) {
  max-width: 610px;
  margin: 25px auto 32px;
  color: #68707a;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 1.55;
}

.planner-success .button {
  display: inline-flex;
}

.planner-email-link {
  margin-top: 25px;
  display: block;
  color: #73777d;
  font-size: 9px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media (max-width: 1060px) {
  .planner-shell {
    grid-template-columns: 1fr;
  }

  .planner-story {
    position: relative;
    inset: auto;
    width: 100%;
    min-width: 0;
    min-height: 620px;
    padding: 180px 8vw 60px;
  }

  .planner-content {
    grid-column: 1;
    min-height: auto;
    padding-top: 80px;
  }
}

@media (max-width: 680px) {
  .planner-header {
    height: 82px;
    padding: 0 20px;
  }

  .planner-header .brand-logo {
    width: 172px;
  }

  .planner-close span {
    display: none;
  }

  .planner-story {
    min-height: 590px;
    padding: 150px 25px 48px;
  }

  .planner-story-copy h1 {
    font-size: clamp(50px, 15vw, 66px);
  }

  .planner-reassurance {
    gap: 10px 17px;
    line-height: 1.4;
  }

  .planner-content {
    padding: 65px 22px 60px;
  }

  .planner-progress {
    margin-bottom: 50px;
  }

  .planner-progress p {
    display: none;
  }

  .planner-progress span {
    font-size: 16px;
  }

  .planner-step h2,
  .planner-success h2 {
    font-size: 47px;
  }

  .choice-grid,
  .planner-fields.two {
    grid-template-columns: 1fr;
  }

  .choice-grid {
    gap: 8px;
  }

  .choice-grid label {
    min-height: 61px;
  }

  .choice-grid.pace label {
    min-height: 90px;
  }

  .planner-actions {
    gap: 18px;
  }

  .planner-actions .button {
    min-width: 0;
    padding: 16px 18px;
    font-size: 8px;
  }
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .brand-logo {
    width: 205px;
  }

  .site-header nav {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    padding: 35px 5vw;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: var(--navy);
  }

  .site-header nav.open {
    display: flex;
  }

  .header-actions {
    display: none;
  }

  .menu-button {
    justify-self: end;
    width: 32px;
    height: 25px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    border: 0;
    background: transparent;
  }

  .menu-button span {
    width: 100%;
    height: 1px;
    background: #fff;
  }

  .curation {
    column-gap: 5vw;
  }
}

@media (max-width: 760px) {
  .consent-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .consent-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .site-header {
    height: 90px;
  }

  .site-header nav {
    top: 90px;
  }

  .hero-content {
    left: 7vw;
    right: 7vw;
    top: 48%;
  }

  .hero h1 {
    font-size: clamp(50px, 15vw, 68px);
  }

  .hero-description {
    font-size: 19px;
  }

  .hero-controls {
    left: 7vw;
    right: 7vw;
    bottom: 28px;
  }

  .slide-dots button {
    width: 30%;
  }

  .slide-dots {
    width: calc(100% - 38px);
    justify-content: space-between;
  }

  .slide-dots button .slide-number {
    display: none;
  }

  .slide-dots button .slide-name {
    font-size: 7px;
    letter-spacing: .08em;
  }

  .scroll-cue {
    display: none;
  }

  .section {
    padding: 90px 7vw;
  }

  .manifesto,
  .section-heading,
  .curation,
  .strategic-network,
  .contact {
    grid-template-columns: 1fr;
  }

  .manifesto,
  .section-heading {
    gap: 30px;
  }

  .lead-copy {
    margin-left: 0;
  }

  .curation {
    gap: 60px;
  }

  .curation-image {
    min-height: 470px;
  }

  .curation blockquote {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -70px 18px 0;
  }

  .curation-facts {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .curation-facts div {
    padding-bottom: 26px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .experience-grid,
  .process-grid,
  .journal-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-grid {
    gap: 50px;
  }

  .experience-grid {
    gap: 55px;
  }

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

  .destination-image {
    min-height: 480px;
  }

  .destination-copy {
    padding: 85px 7vw;
  }

  .process-grid article {
    min-height: auto;
    padding: 25px 0 40px !important;
    border-right: 0;
    border-bottom: 1px solid #cfc8bc;
  }

  .process-grid h3 {
    margin-top: 28px;
  }

  .strategic-grid {
    margin-top: 25px;
  }

  .strategic-symbol {
    top: -25px;
    right: 0;
    width: 145px;
  }

  .strategic-grid article {
    grid-template-columns: 34px 1fr;
  }

  .strategic-grid article p {
    grid-column: 2;
  }

  .journal-feature .journal-image,
  .journal-image {
    aspect-ratio: 4 / 3.6;
  }

  .contact {
    padding: 90px 7vw;
  }

  form {
    padding: 35px 25px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  footer {
    grid-template-columns: 1fr;
  }

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

.blog-page {
  background: var(--paper);
}

.blog-header {
  height: 105px;
  padding: 0 5vw;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr);
  align-items: center;
  background: var(--navy);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.blog-header .header-cta {
  justify-self: end;
}

.blog-hero {
  padding: 130px 8vw 100px;
  background: var(--navy);
  color: var(--ivory);
  text-align: center;
}

.blog-hero .section-kicker {
  margin-bottom: 28px;
}

.blog-hero h1 {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(58px, 7vw, 98px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.03em;
}

.blog-hero > p:last-child {
  max-width: 650px;
  margin: 32px auto 0;
  color: rgba(255, 255, 255, .65);
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  line-height: 1.55;
}

.blog-content {
  max-width: 1500px;
  margin: auto;
  padding: 70px 7vw 130px;
}

.blog-categories {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.blog-categories button {
  padding: 11px 16px;
  border: 1px solid #d4cdc1;
  background: transparent;
  color: #6e6a63;
  cursor: pointer;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.blog-categories button.active,
.blog-categories button:hover {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 28px;
}

.blog-card.featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  background: #ebe5da;
}

.blog-card-image {
  aspect-ratio: 16 / 10;
  display: block;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  transition: filter .35s ease, transform .35s ease;
}

.blog-card:hover .blog-card-image {
  filter: saturate(1.08) contrast(1.03);
}

.blog-card.featured .blog-card-image {
  aspect-ratio: auto;
  min-height: 580px;
}

.blog-card-copy {
  padding-top: 25px;
}

.blog-card.featured .blog-card-copy {
  padding: 70px 60px;
  align-self: center;
}

.blog-card-copy > p {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.blog-card-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.03;
}

.blog-card.featured h2 {
  font-size: clamp(45px, 5vw, 68px);
}

.blog-card-copy > span {
  margin: 18px 0 25px;
  display: block;
  color: #686f77;
  font-size: 13px;
  line-height: 1.75;
}

.blog-card-copy h2 a {
  display: inline;
  padding: 0;
  border: 0;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: none;
}

.blog-card-meta {
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #c4bdb2;
}

.blog-card-meta small {
  color: #8a8985;
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.blog-card-meta a {
  padding: 0;
  padding-bottom: 8px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  border: 0;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.blog-card-copy b {
  font-weight: 400;
}

.article-page {
  background: var(--paper);
}

.article-header {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  background: transparent;
}

.article-hero {
  min-height: 88svh;
  padding: 180px 9vw 105px;
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.article-hero > div {
  max-width: 930px;
}

.article-hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(58px, 7.2vw, 102px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .92;
}

.article-hero > div > p:not(.section-kicker) {
  max-width: 690px;
  margin: 28px 0 22px;
  color: rgba(255, 255, 255, .82);
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 1.5;
}

.article-hero > div > span {
  color: rgba(255, 255, 255, .58);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.article-body {
  max-width: 1320px;
  margin: auto;
  padding: 120px 7vw 140px;
  display: grid;
  grid-template-columns: 230px minmax(0, 760px);
  justify-content: center;
  gap: 8vw;
}

.article-body aside {
  height: fit-content;
  position: sticky;
  top: 40px;
  padding-top: 8px;
  color: #858078;
  font-size: 11px;
  line-height: 1.7;
}

.article-body aside a {
  margin-bottom: 45px;
  display: block;
  color: var(--navy);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.article-body aside span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.article-body aside p {
  margin: 0;
}

.article-copy {
  color: #4e5964;
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  line-height: 1.72;
}

.article-copy .article-lead {
  margin: 0 0 70px;
  color: var(--navy);
  font-size: 32px;
  line-height: 1.45;
}

.article-copy section + section {
  margin-top: 65px;
}

.article-copy h2 {
  margin: 0 0 24px;
  color: var(--navy);
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1;
}

.article-copy p {
  margin: 0 0 24px;
}

.article-curation-cta {
  margin-top: 90px;
  padding: 62px;
  background: var(--navy);
  color: rgba(255, 255, 255, .7);
}

.article-curation-cta h2 {
  color: var(--ivory);
}

.article-curation-cta .button {
  margin-top: 12px;
  color: var(--navy);
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
}

.article-related {
  padding: 110px 8vw 130px;
  background: var(--ivory);
}

.article-related > h2 {
  max-width: 700px;
  margin: 0 0 55px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(48px, 5.5vw, 76px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .98;
}

.article-related > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.article-related a > span {
  min-height: 390px;
  display: block;
  background-position: center;
  background-size: cover;
}

.article-related small {
  margin: 22px 0 12px;
  display: block;
  color: var(--gold);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.article-related h3 {
  max-width: 550px;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.05;
}

.blog-newsletter {
  padding: 100px 9vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  align-items: center;
  background: var(--navy-soft);
  color: var(--ivory);
}

.blog-newsletter h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(48px, 5vw, 70px);
  font-weight: 400;
  line-height: 1;
}

.blog-newsletter > div > p:last-child {
  color: rgba(255, 255, 255, .62);
  line-height: 1.75;
}

.blog-newsletter form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 18px;
  align-items: end;
}

.blog-newsletter form label {
  margin: 0;
}

.blog-newsletter form .button {
  width: auto;
  min-width: 145px;
}

@media (max-width: 1100px) {
  .blog-header {
    grid-template-columns: 1fr auto;
  }

  .blog-header nav {
    position: absolute;
    z-index: 20;
    top: 105px;
    left: 0;
    right: 0;
    padding: 35px 5vw;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: var(--navy);
  }

  .blog-header nav.open {
    display: flex;
  }

  .blog-header .header-cta {
    display: none;
  }

  .blog-card.featured {
    grid-template-columns: 1fr;
  }

  .blog-card.featured .blog-card-image {
    min-height: 500px;
  }

  .blog-newsletter form {
    grid-template-columns: 1fr;
  }

  .article-body {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 6vw;
  }
}

@media (max-width: 760px) {
  .blog-header {
    height: 90px;
  }

  .blog-header nav {
    top: 90px;
    padding: 30px 22px;
  }

  .blog-header .header-cta {
    display: none;
  }

  .blog-hero {
    padding: 100px 7vw 75px;
  }

  .blog-grid,
  .blog-newsletter {
    grid-template-columns: 1fr;
  }

  .blog-card.featured {
    display: block;
  }

  .blog-card.featured .blog-card-image {
    min-height: 390px;
  }

  .blog-card.featured .blog-card-copy {
    padding: 40px 28px;
  }

  .blog-newsletter {
    padding: 85px 7vw;
  }

  .article-hero {
    min-height: 82svh;
    padding: 150px 24px 70px;
  }

  .article-hero h1 {
    font-size: clamp(50px, 15vw, 72px);
  }

  .article-body {
    padding: 80px 24px 95px;
    grid-template-columns: 1fr;
  }

  .article-body aside {
    position: static;
    border-bottom: 1px solid #d8d1c5;
    padding-bottom: 30px;
  }

  .article-body aside a {
    margin-bottom: 25px;
  }

  .article-copy .article-lead {
    margin-bottom: 55px;
    font-size: 27px;
  }

  .article-copy h2 {
    font-size: 40px;
  }

  .article-curation-cta {
    margin-top: 70px;
    padding: 40px 28px;
  }

  .article-related {
    padding: 85px 24px 100px;
  }

  .article-related > div {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .article-related a > span {
    min-height: 300px;
  }
}

@media (max-width: 1100px) {
  .team-page-hero-mark {
    right: 2vw;
    width: 34vw;
    opacity: .22;
  }

  .team-page-intro,
  .team-collaboration {
    grid-template-columns: 1fr;
  }

  .team-page-intro div > p {
    margin-left: 0;
  }

  .team-profile {
    gap: 6vw;
  }

  .team-profile-portrait {
    min-height: 520px;
  }
}

@media (max-width: 760px) {
  .team-page-hero {
    min-height: 86svh;
    padding: 150px 7vw 75px;
  }

  .team-page-hero h1 {
    font-size: clamp(52px, 16vw, 72px);
  }

  .team-page-hero-copy > p:not(.section-kicker) {
    font-size: 19px;
  }

  .team-page-hero-mark {
    right: -11vw;
    bottom: 5vh;
    width: 65vw;
    opacity: .12;
  }

  .team-page-intro {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .team-page-intro h2,
  .team-collaboration h2,
  .team-page-cta h2 {
    font-size: clamp(45px, 13vw, 62px);
  }

  .team-profile-list {
    padding: 0 7vw 100px;
  }

  .team-profile,
  .team-profile.reverse {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .team-profile + .team-profile {
    margin-top: 95px;
  }

  .team-profile.reverse .team-profile-portrait,
  .team-profile.reverse .team-profile-copy {
    order: initial;
  }

  .team-profile-portrait {
    min-height: 430px;
  }

  .team-profile-copy {
    max-width: none;
  }

  .team-collaboration {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .team-collaboration-grid article {
    padding-left: 52px;
  }

  .team-page-cta {
    padding: 95px 7vw;
  }
}

/* A Portugal de Luxo */
.about-hero {
  position: relative;
  min-height: 94svh;
  padding: 190px 9vw 100px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4, 15, 27, .91) 0%, rgba(7, 27, 49, .65) 49%, rgba(7, 27, 49, .16) 100%),
    url("assets/site/douro-heritage.png") center / cover;
  color: var(--ivory);
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .08);
  pointer-events: none;
}

.about-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 880px;
}

.about-hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(64px, 7.3vw, 112px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .88;
}

.about-hero-copy > p:not(.section-kicker) {
  max-width: 650px;
  margin: 32px 0 40px;
  color: rgba(255, 255, 255, .8);
  font-family: "Cormorant Garamond", serif;
  font-size: 23px;
  line-height: 1.5;
}

.about-hero-caption {
  position: absolute;
  z-index: 2;
  right: 5vw;
  bottom: 48px;
  display: flex;
  gap: 32px;
  color: rgba(255, 255, 255, .68);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.about-hero-caption span + span::before {
  content: "";
  width: 18px;
  height: 1px;
  margin-right: 32px;
  display: inline-block;
  vertical-align: middle;
  background: var(--gold);
}

.about-manifesto {
  max-width: 1480px;
  margin: auto;
  display: grid;
  grid-template-columns: .65fr 2.35fr;
  gap: 7vw;
}

.about-manifesto h2,
.about-editorial h2,
.about-network h2,
.about-team-bridge h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .94;
}

.about-manifesto div > p {
  max-width: 760px;
  margin: 32px 0 0 auto;
  color: #626c76;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 1.58;
}

.about-editorial {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: 760px;
  background: var(--navy);
  color: var(--ivory);
}

.about-editorial-image {
  min-height: 760px;
  background:
    linear-gradient(0deg, rgba(7, 27, 49, .18), rgba(7, 27, 49, .18)),
    url("https://unsplash.com/photos/hu2bNAqPsrI/download?force=true&w=2000") center / cover;
}

.about-editorial-copy {
  padding: 110px 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-editorial-copy > p:not(.section-kicker) {
  max-width: 590px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .68);
  line-height: 1.85;
}

.about-editorial-copy .text-link {
  margin-top: 40px;
}

.about-principles {
  background: var(--ivory);
}

.about-principles-grid {
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #d1c9bb;
}

.about-principles-grid article {
  min-height: 330px;
  padding: 42px 48px 40px 0;
  border-bottom: 1px solid #d1c9bb;
}

.about-principles-grid article + article {
  padding-left: 48px;
  border-left: 1px solid #d1c9bb;
}

.about-principles-grid span,
.about-method-grid span {
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
}

.about-principles-grid h3,
.about-method-grid h3 {
  margin: 55px 0 20px;
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}

.about-principles-grid p,
.about-method-grid p {
  color: #68717a;
  line-height: 1.8;
}

.about-network {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  background:
    radial-gradient(circle at 12% 78%, rgba(195, 164, 107, .16), transparent 25%),
    var(--navy-soft);
  color: var(--ivory);
}

.about-network > div:last-child {
  padding-top: 42px;
}

.about-network > div:last-child p {
  max-width: 630px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .68);
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  line-height: 1.65;
}

.about-network .text-link {
  margin-top: 22px;
}

.about-method-grid {
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #d7d0c4;
  border: 1px solid #d7d0c4;
}

.about-method-grid article {
  min-height: 360px;
  padding: 42px 36px;
  background: var(--paper);
}

.about-method-grid h3 {
  margin-top: 75px;
  font-size: 34px;
}

.about-team-bridge {
  min-height: 720px;
  padding: 110px 9vw;
  display: grid;
  grid-template-columns: .52fr 1.48fr;
  gap: 8vw;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 48%, rgba(195, 164, 107, .13), transparent 25%),
    linear-gradient(120deg, #041424, #0b2945);
  color: var(--ivory);
}

.about-team-bridge > img {
  width: min(21vw, 270px);
  justify-self: center;
  opacity: .92;
  filter:
    brightness(1.24)
    saturate(1.18)
    drop-shadow(0 18px 44px rgba(198, 163, 77, .18));
}

.about-team-bridge > div {
  max-width: 780px;
}

.about-team-bridge > div > p:not(.section-kicker) {
  max-width: 620px;
  margin: 30px 0 38px;
  color: rgba(255, 255, 255, .7);
  line-height: 1.8;
}

.about-team-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .16);
}

.about-team-grid article {
  overflow: hidden;
  background: rgba(4, 20, 36, .9);
}

.about-team-portrait {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-bottom: 2px solid var(--gold);
  background: var(--navy);
}

.about-team-portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.about-team-card-copy {
  padding: 30px 34px 34px;
}

.about-team-grid h3 {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 31px;
  font-weight: 500;
}

.about-team-grid h4 {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .11em;
  line-height: 1.6;
  text-transform: uppercase;
}

.about-team-grid p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .64);
  font-size: 12px;
  line-height: 1.75;
}

.about-team-grid small {
  color: rgba(255, 255, 255, .82);
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  .about-manifesto,
  .about-network {
    grid-template-columns: 1fr;
  }

  .about-team-bridge {
    grid-template-columns: 1fr;
  }

  .about-team-bridge > img {
    width: 210px;
  }

  .about-manifesto div > p {
    margin-left: 0;
  }

  .about-editorial {
    grid-template-columns: 1fr;
  }

  .about-editorial-image {
    min-height: 590px;
  }

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

@media (max-width: 760px) {
  .about-hero {
    min-height: 90svh;
    padding: 150px 7vw 90px;
    background-position: 58% center;
  }

  .about-hero h1 {
    font-size: clamp(56px, 17vw, 78px);
  }

  .about-hero-copy > p:not(.section-kicker) {
    font-size: 19px;
  }

  .about-hero-caption {
    display: none;
  }

  .about-manifesto {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .about-manifesto h2,
  .about-editorial h2,
  .about-network h2,
  .about-team-bridge h2 {
    font-size: clamp(46px, 14vw, 64px);
  }

  .about-editorial-image {
    min-height: 440px;
  }

  .about-editorial-copy {
    padding: 80px 7vw 90px;
  }

  .about-principles-grid,
  .about-method-grid {
    grid-template-columns: 1fr;
  }

  .about-principles-grid article,
  .about-principles-grid article + article {
    min-height: 270px;
    padding: 36px 0;
    border-left: 0;
  }

  .about-principles-grid h3 {
    margin-top: 38px;
  }

  .about-method-grid article {
    min-height: 290px;
  }

  .about-method-grid h3 {
    margin-top: 46px;
  }

  .about-team-bridge {
    min-height: auto;
    padding: 90px 7vw;
    grid-template-columns: 1fr;
  }

  .about-team-bridge > img {
    width: 42vw;
    max-width: 220px;
    opacity: .88;
  }

  .about-team-grid {
    grid-template-columns: 1fr;
  }

  .about-team-grid article {
    min-height: auto;
  }
}


/* Curation form delivery feedback (v1.0.5). */
.pdl-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.planner-form-status {
  margin: 24px 0 0;
  padding: 14px 16px;
  border: 1px solid #b55252;
  background: rgba(181, 82, 82, .08);
  color: #8b2f2f;
  font-size: 12px;
  line-height: 1.6;
}


.planner-submit-message {
  margin: 0 0 24px;
  padding: 18px 20px;
  border: 1px solid rgba(195, 164, 107, .55);
  background: #fffaf0;
}
.planner-submit-message strong { display: block; margin-bottom: 6px; }
.planner-submit-message p { margin: 0; }
.planner-submit-error { border-color: #b85c4c; background: #fff4f2; }
