.nav {
  height: 108px;
}

.brand {
  display: flex;
  align-items: center;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  letter-spacing: .14em;
}

.language-switch strong { color: var(--sun); }
.language-switch a { opacity: .65; }

.contact-phone {
  display: inline-block;
  margin-top: 28px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(19,45,39,.45);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .08em;
}

/* Typography study — geometric, rounded character aligned with the logo */
body,
.brand,
.nav,
.button,
.eyebrow,
.section-no,
.text-link,
.dimensions,
footer p,
footer small {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
blockquote,
.spec-card h3,
.material-item h4,
.bespoke-note,
.craft-years strong,
.craft-identity blockquote,
.process li h3,
.availability p,
.audiences-head h2,
.audiences-grid h3 {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
blockquote,
.bespoke-note,
.craft-identity blockquote,
.audiences-head h2 {
  letter-spacing: -.055em;
}

h1 i,
h2 i,
blockquote em,
.materials-head h3 i,
.audiences-head h2 i {
  font-style: normal;
  font-weight: 300;
}

.site-logo {
  display: block;
  width: 76px;
  height: 76px;
  object-fit: contain;
  background: #e2d3b8;
  border-radius: 50%;
  padding: 4px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.11);
}

.footer-brand {
  width: max-content;
}

.footer-brand .site-logo {
  width: 124px;
  height: 124px;
}

.craft-identity {
  min-height: 850px;
  padding: 9vw 5vw 5vw;
  background: #101713;
  color: var(--paper);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.craft-years {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  border-bottom: 1px solid rgba(240, 234, 219, 0.25);
  padding-bottom: 28px;
}

.craft-years strong {
  font-family: "Newsreader", serif;
  font-size: clamp(100px, 15vw, 210px);
  font-weight: 300;
  line-height: 0.7;
  letter-spacing: -0.07em;
  color: var(--sun);
}

.craft-years sup {
  font-size: 0.28em;
  vertical-align: top;
  letter-spacing: 0;
}

.craft-years span,
.craft-identity > p {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.craft-years span {
  padding-bottom: 7px;
}

.craft-identity blockquote {
  margin: 70px 0;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 1;
}

.craft-identity blockquote em {
  color: #dfd1b2;
}

.craft-principles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(240, 234, 219, 0.25);
}

.craft-principles span {
  padding: 17px 0;
  border-bottom: 1px solid rgba(240, 234, 219, 0.25);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.craft-identity > p {
  margin: 42px 0 0;
  opacity: 0.6;
}

.bespoke-note {
  max-width: 900px;
  margin: 60px auto 0;
  padding-top: 44px;
  border-top: 1px solid rgba(23, 40, 33, 0.2);
  font-family: "Newsreader", serif;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  text-align: center;
}

.materials-head {
  display: grid;
  grid-template-columns: .8fr 1.6fr 1fr;
  gap: 4vw;
  align-items: end;
  margin: 105px 0 46px;
  padding-top: 54px;
  border-top: 1px solid rgba(23, 40, 33, .2);
}

.materials-head h3 {
  margin: 0;
  font-family: "Newsreader", serif;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 300;
  line-height: .92;
  letter-spacing: -.04em;
}

.materials-head h3 i {
  color: #9b5b1f;
  font-weight: 300;
}

.materials-head > p:last-child {
  margin: 0;
  font-size: 14px;
}

.materials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(23, 40, 33, .22);
  border-bottom: 1px solid rgba(23, 40, 33, .22);
}

.material-item {
  min-height: 290px;
  padding: 28px 26px 34px;
  border-right: 1px solid rgba(23, 40, 33, .22);
}

.material-item:last-child { border-right: 0; }

.material-item > span {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .17em;
}

.material-item h4 {
  margin: 52px 0 16px;
  font-family: "Newsreader", serif;
  font-size: 29px;
  font-weight: 300;
  line-height: 1;
}

.material-item p {
  margin: 0;
  font-size: 13px;
}

.audiences {
  padding: 130px 7vw;
  background: var(--paper);
}

.audiences-head {
  display: grid;
  grid-template-columns: .75fr 1.7fr 1fr;
  gap: 4vw;
  align-items: end;
  margin-bottom: 70px;
}

.audiences-head h2 {
  margin: 0;
  font-family: "Newsreader", serif;
  font-size: clamp(52px, 7vw, 104px);
  font-weight: 300;
  line-height: .9;
  letter-spacing: -.045em;
}

.audiences-head h2 i {
  color: var(--sun);
  font-weight: 300;
}

.audiences-head > p:last-child {
  margin: 0;
  font-size: 14px;
}

.audiences-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.audiences-grid article {
  min-height: 320px;
  padding: 28px 26px 34px;
  border-right: 1px solid var(--line);
}

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

.audiences-grid article > span {
  font-size: 10px;
  letter-spacing: .16em;
}

.audiences-grid h3 {
  margin: 58px 0 18px;
  font-family: "Newsreader", serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.05;
}

.audiences-grid p {
  margin: 0;
  font-size: 13px;
}

.availability {
  display: grid;
  grid-template-columns: 170px minmax(0, 620px);
  gap: 40px;
  margin: 70px 0 0 25%;
  padding: 34px 0;
  border-top: 1px solid rgba(255,255,255,.3);
  border-bottom: 1px solid rgba(255,255,255,.3);
}

.availability span {
  color: #dfd1b2;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .17em;
}

.availability p {
  margin: 0;
  font-family: "Newsreader", serif;
  font-size: 25px;
  line-height: 1.15;
}


@media (max-width: 800px) {
  .nav {
    height: 82px;
  }

  .nav .site-logo {
    width: 62px;
    height: 62px;
    padding: 3px;
  }

  .language-switch {
    margin-top: 12px;
  }

  .footer-brand .site-logo {
    width: 108px;
    height: 108px;
  }

  .craft-identity {
    min-height: 680px;
    padding: 90px 7vw 55px;
  }

  .craft-identity blockquote {
    margin: 60px 0;
  }

  .bespoke-note {
    margin-top: 48px;
    padding-top: 36px;
  }

  .materials-head {
    grid-template-columns: 1fr;
    align-items: start;
    margin-top: 78px;
    padding-top: 42px;
  }

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

  .material-item {
    min-height: 0;
    padding: 26px 0 34px;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 40, 33, .22);
  }

  .material-item:last-child { border-bottom: 0; }

  .material-item h4 { margin-top: 32px; }

  .audiences {
    padding: 100px 7vw;
  }

  .audiences-head {
    grid-template-columns: 1fr;
    align-items: start;
    margin-bottom: 52px;
  }

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

  .audiences-grid article {
    min-height: 0;
    padding: 28px 0 34px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .audiences-grid article:last-child { border-bottom: 0; }
  .audiences-grid h3 { margin-top: 34px; }

  .availability {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-left: 0;
  }

}

/* Visual story — the prototype as landscape, experience and craft */
.landscape-story {
  display: grid;
  grid-template-columns: 36% 64%;
  min-height: 820px;
  background: var(--pine);
  color: var(--paper);
}

.landscape-story figure,
.experience figure,
.craft-detail {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.landscape-story img,
.experience img,
.craft-detail img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(.2,.65,.25,1);
}

.landscape-story figure:hover img,
.experience figure:hover img,
.craft-detail:hover img {
  transform: scale(1.018);
}

.landscape-path img { object-position: 50% 50%; }
.landscape-sea img { object-position: 50% 52%; }

.landscape-story figcaption {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 28px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 15px;
  border-top: 1px solid rgba(240,234,219,.55);
  font-size: 11px;
  letter-spacing: .08em;
  text-shadow: 0 2px 18px rgba(0,0,0,.65);
}

.landscape-story figcaption span {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 600;
}

.experience {
  padding: 135px 6vw 7vw;
  background: var(--pine);
  color: var(--paper);
}

.refuge-film {
  position: relative;
  height: min(70vw, 880px);
  min-height: 580px;
  overflow: hidden;
  background: var(--pine);
  color: var(--paper);
}

.refuge-film video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.refuge-film::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 58%, rgba(9, 24, 19, .56));
}

.refuge-film-caption {
  position: absolute;
  z-index: 1;
  left: 6vw;
  right: 6vw;
  bottom: 34px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding-top: 16px;
  border-top: 1px solid rgba(240, 234, 219, .62);
  text-shadow: 0 2px 18px rgba(0, 0, 0, .65);
}

.refuge-film-caption span {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.refuge-film-caption p {
  margin: 0;
  font-family: "Newsreader", serif;
  font-size: clamp(22px, 2.4vw, 38px);
  line-height: 1;
  letter-spacing: -.025em;
}

.frontals {
  display: grid;
  grid-template-columns: 1.28fr .72fr;
  gap: 12px;
  margin-bottom: 72px;
  height: min(55vw, 690px);
}

.frontals figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: var(--pine);
}

.frontals img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(.2,.65,.25,1);
}

.frontals-wide img { object-position: 50% 48%; }
.frontals-close img { object-position: 50% 52%; }
.frontals figure:hover img { transform: scale(1.018); }

.frontals figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 14px;
  border-top: 1px solid rgba(240,234,219,.6);
  color: var(--paper);
  font-size: 10px;
  letter-spacing: .08em;
  text-shadow: 0 2px 16px rgba(0,0,0,.75);
}

.frontals figcaption span {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 600;
}

.experience-head {
  display: grid;
  grid-template-columns: .65fr 2fr 1fr;
  gap: 4vw;
  align-items: end;
  margin-bottom: 72px;
}

.experience-head h2 {
  font-family: "Newsreader", serif;
  font-weight: 300;
  font-size: clamp(52px, 7vw, 108px);
  line-height: .88;
  letter-spacing: -.04em;
  margin: 0;
}

.experience-head h2 i {
  color: var(--sun);
  font-weight: 300;
}

.experience-head > p:last-child {
  margin: 0;
  font-size: 14px;
}

.experience-grid {
  display: grid;
  grid-template-columns: 1.3fr .82fr .82fr;
  gap: 12px;
  height: min(65vw, 760px);
}

.experience-rest { grid-row: span 2; }
.experience-view,
.experience-detail { min-height: 0; }
.experience-view img { object-position: 52% 50%; }
.experience-detail img { object-position: 50% 62%; }

.experience figcaption,
.craft-detail figcaption {
  position: absolute;
  left: 20px;
  bottom: 18px;
  color: var(--paper);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .18em;
  text-shadow: 0 2px 14px rgba(0,0,0,.7);
}

.craft-detail {
  height: 290px;
  margin-top: 58px;
}

.craft-detail img { object-position: 48% 50%; }

.craft-identity {
  position: relative;
  isolation: isolate;
  background-image: linear-gradient(180deg, rgba(9,18,14,.28), rgba(9,18,14,.8)), url("story/geometria-interior.webp");
  background-size: cover;
  background-position: center;
}

.craft-identity > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 800px) {
  .frontals {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 55px;
  }

  .frontals-wide { height: 52vh; }
  .frontals-close { height: 66vh; }

  .frontals figcaption {
    flex-direction: column;
    gap: 7px;
  }

  .landscape-story {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .landscape-path { height: 72vh; }
  .landscape-sea { height: 55vh; }

  .landscape-story figcaption {
    left: 20px;
    right: 20px;
    bottom: 20px;
    flex-direction: column;
    gap: 8px;
  }

  .experience { padding: 95px 7vw 7vw; }

  .refuge-film {
    height: 62vh;
    min-height: 460px;
  }

  .refuge-film video { object-position: 62% 50%; }

  .refuge-film-caption {
    left: 7vw;
    right: 7vw;
    bottom: 24px;
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .experience-head {
    grid-template-columns: 1fr;
    align-items: start;
    margin-bottom: 52px;
  }

  .experience-grid {
    grid-template-columns: 1fr;
    height: auto;
    gap: 10px;
  }

  .experience-rest { height: 62vh; }
  .experience-view,
  .experience-detail { height: 48vh; }
  .craft-detail { height: 52vw; min-height: 250px; }
}

/* Final typography layer for the logo-inspired trial */
body,
.brand,
.nav,
.button,
.eyebrow,
.section-no,
.text-link,
.dimensions,
footer p,
footer small,
h1,
h2,
blockquote,
.spec-card h3,
.materials-head h3,
.material-item h4,
.bespoke-note,
.craft-years strong,
.craft-identity blockquote,
.process li h3,
.availability p,
.audiences-head h2,
.audiences-grid h3 {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
blockquote,
.materials-head h3,
.bespoke-note,
.craft-identity blockquote,
.audiences-head h2 {
  letter-spacing: -.055em;
}

/* Prevent Poppins characters from touching at the very large hero size. */
.hero h1 {
  letter-spacing: -.025em;
  line-height: .96;
  font-weight: 400;
}

.hero h1 i {
  font-weight: 400;
}

h1 i,
h2 i,
blockquote em,
.materials-head h3 i,
.audiences-head h2 i {
  font-style: normal;
  font-weight: 300;
}

@media (max-width: 800px) {
  .hero h1 {
    letter-spacing: -.015em;
    line-height: 1;
  }
}

footer > div {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 22px;
}

footer > div a { margin-left: 0; }

.legal-page { background: var(--paper); }
.legal-page .nav {
  position: relative;
  color: var(--paper);
  background: var(--pine);
}
.legal-page .nav nav { gap: 22px; }
.legal-main {
  padding: 90px max(7vw, 24px) 120px;
}
.legal-shell {
  display: grid;
  grid-template-columns: minmax(180px, .55fr) minmax(0, 1.45fr);
  gap: 8vw;
  max-width: 1180px;
  margin: 0 auto;
}
.legal-aside { position: sticky; top: 40px; align-self: start; }
.legal-aside h1 {
  margin: 22px 0 28px;
  font-size: clamp(46px, 6vw, 82px);
  line-height: .95;
  font-weight: 400;
  letter-spacing: -.045em;
}
.legal-aside p { font-size: 13px; }
.legal-content section {
  padding: 0 0 42px;
  margin: 0 0 42px;
  border-bottom: 1px solid var(--line);
}
.legal-content section:last-child { border-bottom: 0; }
.legal-content h2 {
  margin: 0 0 18px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -.025em;
}
.legal-content p,
.legal-content li {
  font-size: 15px;
  line-height: 1.75;
}
.legal-content ul { padding-left: 20px; }
.legal-content a { text-decoration: underline; text-underline-offset: 3px; }
.legal-data {
  list-style: none;
  padding: 0 !important;
}
.legal-data strong { font-weight: 600; }

@media (max-width: 800px) {
  footer > div { justify-content: flex-start; }
  .legal-main { padding-top: 62px; }
  .legal-shell { grid-template-columns: 1fr; gap: 50px; }
  .legal-aside { position: static; }
  .legal-page .nav nav { position: absolute; }
}

.cookie-settings {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 11px;
  cursor: pointer;
}

.cookie-consent {
  position: fixed;
  z-index: 1000;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 32px;
  max-width: 920px;
  margin: 0 auto;
  padding: 24px 26px;
  color: var(--paper);
  background: var(--pine);
  border: 1px solid rgba(240,234,219,.25);
  box-shadow: 0 18px 55px rgba(0,0,0,.28);
}

.cookie-consent strong {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.cookie-consent p {
  max-width: 620px;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.5;
}

.cookie-consent a {
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
}

.cookie-actions button {
  min-width: 100px;
  padding: 12px 16px;
  border: 1px solid rgba(240,234,219,.55);
  border-radius: 99px;
  background: transparent;
  color: var(--paper);
  font: inherit;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  cursor: pointer;
}

.cookie-actions .accept {
  border-color: var(--sun);
  background: var(--sun);
  color: var(--pine);
}

@media (max-width: 700px) {
  .cookie-consent {
    left: 12px;
    right: 12px;
    bottom: 12px;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 21px;
  }

  .cookie-actions {
    width: 100%;
  }

  .cookie-actions button {
    flex: 1;
  }
}
