/* ======================================== */
/* FONT */
/* ======================================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&display=swap');


/* ======================================== */
/* DESKTOP MEASUREMENTS */
/* Reference image: 814 x 1932 */
/* ======================================== */


:root {

  --paper: #f2ebe3;

  --ink: #252525;

  --muted: #484747;

  --gold: #b77c3c;

  --line: #c49158;

}


/* ======================================== */
/* GLOBAL */
/* ======================================== */


* {

  box-sizing: border-box;

}


body {

  margin: 0;

  background: var(--paper);

  color: var(--ink);

}


.page {

  max-width: 1400px;

  margin: 0 auto;

  container-type: inline-size;

  background:
    radial-gradient(
      ellipse at 65% 15%,
      #f5eee7,
      #f0e8df
    );

  font-family:
    Arial,
    Helvetica,
    sans-serif;

}


figure,
p,
h1,
h2,
dl,
dd {

  margin: 0;

}


img {

  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

}


/* ======================================== */
/* MASTHEAD / HEADER */
/* ======================================== */


.masthead {

  height: 6cqw;

  margin: 0 2.95cqw;

  padding-top: .15cqw;

  position: relative;

  display: flex;

  align-items: center;

  justify-content: space-between;

  font-size: 1.35cqw;

  letter-spacing: .17em;

  text-transform: uppercase;

}


.masthead::after {

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  bottom: 1.05cqw;

  border-bottom:
    1px solid var(--line);

}


.masthead span:first-child {

  color: var(--gold);

}


/* ======================================== */
/* HERO + STORY SHARED STRUCTURE */
/* ======================================== */


.hero,
.story {

  display: grid;

  grid-template-columns:
    46.1% 53.9%;

  gap: 0;

  margin: 0;

  border-bottom:
    1px solid #ffffffb3;

}


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


.hero {

  min-height: 55cqw;

}


.hero-photo,
.portrait {

  position: relative;

  overflow: hidden;

  min-width: 0;

}


.hero-photo img,
.portrait img {

  position: absolute;

  inset: 0;

}


.hero-photo img {
  object-fit: cover;
  object-position: center 95%;
}


.hero-copy {
  padding:
    3.2cqw
    4.8cqw
    1.8cqw
    5.45cqw;
}


/* ======================================== */
/* EYEBROW */
/* ======================================== */


.eyebrow {

  color: var(--gold);

  font-size: 1.58cqw;

  font-weight: 400;

  line-height: 1.3;

  letter-spacing: .15em;

  text-transform: uppercase;

}


/* ======================================== */
/* TYPOGRAPHY */
/* ======================================== */


h1,
h2,
.subtitle {
  font-family:
    "Playfair Display",
    Georgia,
    "Times New Roman",
    serif;

  font-weight: 400;
}


/* ======================================== */
/* MAIN PROFILE TITLE */
/* ======================================== */


#profile-title {
  font-size: clamp(48px, 5vw, 64px);
  line-height: 0.92;
  margin: 8px 0 18px;
  font-weight: 400;
}


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


.subtitle {

  font-size: 2.2cqw;

  line-height: 1.25;

  margin-top: 2.15cqw;

  white-space: nowrap;

}


/* ======================================== */
/* HERO GOLD LINE */
/* ======================================== */


.gold-rule {

  width: 30.6cqw;

  height: 1px;

  background: var(--line);

  margin:
    2.2cqw
    0
    2.45cqw;

}


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


.intro {

  max-width: 35cqw;

  font-size: 1.72cqw;

  line-height: 1.6;

  color: var(--muted);

}


/* ======================================== */
/* EDITORIAL NOTE */
/* ======================================== */


.editorial-note {

  margin-top: 2.55cqw;

  font-size: 1.05cqw;

  line-height: 1.4;

  letter-spacing: .07em;

  text-transform: uppercase;

  color: var(--gold);

}


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


.story-copy {

  padding:
    3cqw
    5.95cqw;

}


h2 {

  font-size: 4.25cqw;

  line-height: .99;

  letter-spacing: -.025em;

}


.story .eyebrow {

  margin-bottom: 1.5cqw;

}


.story-copy > p:not(.eyebrow) {

  margin-top: 2cqw;

  font-size: 1.51cqw;

  line-height: 1.55;

  color: var(--muted);

}


/* ======================================== */
/* HERITAGE SECTION */
/* ======================================== */


.heritage {

  min-height: 39.6cqw;

}


.heritage .portrait {

  position: relative;

  overflow: hidden;

}


.heritage .portrait img {

  object-fit: cover;

  object-position: center 5%;

  cursor: zoom-in;

}


/* ======================================== */
/* FAMILY ROOTS */
/* ======================================== */


.family-roots {

  display: grid;

  grid-template-columns:
    .9fr 1.3fr;

  margin-top: 2.85cqw;

}


.family-roots > div + div {

  padding-left: 3.4cqw;

  border-left:
    1px solid var(--line);

}


dt {

  font-size: 1.25cqw;

  line-height: 1.5;

  letter-spacing: .13em;

  text-transform: uppercase;

  white-space: nowrap;

}


dd {

  margin-top: .3cqw;

  font-size: 1.35cqw;

  line-height: 1.6;

  color: var(--muted);

}


/* ======================================== */
/* ART SECTION */
/* ======================================== */


.art {

  min-height: 34.2cqw;

}


.art .story-copy {

  padding:
    3.15cqw
    8.8cqw
    3cqw
    5.45cqw;

  background:
    linear-gradient(
      180deg,
      #e9e1d8 0%,
      #e6ddd3 100%
    );

}

.art .portrait img {

  object-position:
    center 30%;

}


.art h2 {

  line-height: 1.1;

}


.art .story-copy > p:not(.eyebrow) {

  margin-top: 1.6cqw;

}


/* ======================================== */
/* FAMILY SECTION */
/* ======================================== */


.family {

  min-height: 29cqw;

  border: 0;

}


.family .story-copy {

  padding:
    3.55cqw
    5.95cqw
    2cqw;

}


.family h2 {

  line-height: 1;

}


.family .story-copy > p {

  margin-top: 1.45cqw;

}


/* ======================================== */
/* COUPLE IMAGE */
/* ======================================== */


.couple img {

  height: 26cqw;

  object-position:
    center 38%;

}


figcaption {

  padding-top: .6cqw;

  font-size: 1.3cqw;

  line-height: 1.5;

  color: var(--muted);

}


/* ======================================== */
/* GALLERY / CAROUSEL */
/* ======================================== */


.gallery-section {

  padding:
    0
    4.3cqw;
    

}


.gallery-heading {

  text-align: center;

  padding:
    .2cqw
    0
    1.4cqw;

}


.gallery-heading h2 {

  font-size: 2.9cqw;

  line-height: 1.2;

}


/* ======================================== */
/* CAROUSEL */
/* ======================================== */


.carousel {

  position: relative;

  width: 100%;

}


.carousel-viewport {

  width: 100%;

  overflow: hidden;

}


.carousel-track {

  display: flex;

  gap: 1cqw;

  transition: transform .55s ease;

  will-change: transform;

}


.carousel-slide {

  flex:
    0
    0
    calc((100% - 2cqw) / 3);

  min-width: 0;

}


.carousel-slide img.carousel-portrait {

  display: block;

  width: 100%;
  height: clamp(280px, 22cqw, 390px);

  object-fit: cover;
  object-position: center 16%;

  cursor: zoom-in;

  transition:
    transform .35s ease,
    opacity .35s ease;

}


.carousel-slide img:hover {

  transform: scale(1.015);

  opacity: .96;

}


.carousel-slide figcaption {

  padding-top: .65cqw;

  font-size: 1.15cqw;

  line-height: 1.45;

  color: var(--muted);

}


/* ======================================== */
/* CAROUSEL ARROWS */
/* ======================================== */


.carousel-arrow {

  position: absolute;

  top: 10cqw;

  z-index: 10;

  width: 3.2cqw;

  height: 3.2cqw;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 0;

  border:
    1px solid var(--line);

  border-radius: 50%;

  background:
    rgba(242, 235, 227, .92);

  color: var(--ink);

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 1.5cqw;

  line-height: 1;

  cursor: pointer;

  transition:
    background .25s ease,
    color .25s ease,
    transform .25s ease,
    opacity .25s ease;

}


.carousel-arrow:hover:not(:disabled) {

  background: var(--gold);

  color: #fff;

  transform: scale(1.05);

}


.carousel-arrow:disabled {

  opacity: .35;

  cursor: default;

}


.carousel-prev {

  left: -1.6cqw;

}


.carousel-next {

  right: -1.6cqw;

}


/* ======================================== */
/* CAROUSEL DOTS */
/* ======================================== */


.carousel-dots {

  display: flex;

  justify-content: center;

  align-items: center;

  gap: .65cqw;

  margin-top: 1.5cqw;

}


.carousel-dot {

  width: .55cqw;

  height: .55cqw;

  min-width: 7px;

  min-height: 7px;

  padding: 0;

  border:
    1px solid var(--gold);

  border-radius: 50%;

  background: transparent;

  cursor: pointer;

}


.carousel-dot.active {

  background: var(--gold);

}


/* ======================================== */
/* IMAGE LIGHTBOX */
/* ======================================== */


.image-lightbox {

  position: fixed;

  inset: 0;

  z-index: 99999;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 35px;

  background:
    rgba(0, 0, 0, .92);

  opacity: 0;

  visibility: hidden;

  transition:
    opacity .25s ease,
    visibility .25s ease;

}


.image-lightbox.active {

  opacity: 1;

  visibility: visible;

}


.lightbox-image {

  display: block;

  width: auto;

  height: auto;

  max-width: 94vw;

  max-height: 92vh;

  object-fit: contain;

}


.lightbox-close {

  position: absolute;

  top: 18px;

  right: 28px;

  z-index: 2;

  padding: 0;

  border: 0;

  background: transparent;

  color: #fff;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  font-size: 44px;

  font-weight: 300;

  line-height: 1;

  cursor: pointer;

}


/* ======================================== */
/* FOOTER */
/* ======================================== */


footer {

  margin:
    2.65cqw
    4.3cqw
    0;

  padding:
    2cqw
    0
    2.85cqw;

  border-top:
    1px solid var(--line);

  color: var(--muted);

  font-size: 1.25cqw;

  line-height: 1.7;

  text-align: left;

}


/* ======================================== */
/* MOBILE */
/* Readable stacked mobile layout */
/* ======================================== */


@media (max-width: 650px) {


  /* HEADER */

  .masthead {

    height: 60px;

    margin:
      0
      20px;

    font-size: 10px;

    letter-spacing: .12em;

  }


  .masthead::after {

    bottom: 8px;

  }


  /* HERO + STORIES */

  .hero,
  .story {

    grid-template-columns: 1fr;

    min-height: 0;

  }


  /* HERO IMAGE */

  .hero-photo {

    aspect-ratio:
      375 / 478;

  }


  /* HERO COPY */

  .hero-copy {

    padding:
      32px
      26px
      36px;

  }


  .eyebrow {

    font-size: 13px;

  }


  /* MAIN PROFILE TITLE */

  h1 {

    font-size:
      clamp(
        50px,
        13.5vw,
        72px
      );

    margin:
      24px
      0
      22px;

    line-height: .92;

    letter-spacing: -.045em;

  }


  /* SUBTITLE */

  .subtitle {

    font-size: 21px;

    line-height: 1.25;

    margin-top: 18px;

    white-space: normal;

  }


  /* GOLD LINE */

  .gold-rule {

    width: 70%;

    margin:
      24px
      0;

  }


  /* INTRO */

  .intro {

    max-width: none;

    font-size: 16px;

  }


  /* EDITORIAL NOTE */

  .editorial-note {

    font-size: 12px;

    margin-top: 24px;

  }


  /* STORY COPY */

  .story-copy,
  .art .story-copy,
  .family .story-copy {

    padding:
      30px
      26px;

  }


  .story .eyebrow {

    margin-bottom: 16px;

  }


  h2 {

    font-size: 38px;

    line-height: 1.08;

    letter-spacing: -.025em;

  }


  .story-copy > p:not(.eyebrow),
  .art .story-copy > p:not(.eyebrow),
  .family .story-copy > p {

    font-size: 16px;

    margin-top: 18px;

    line-height: 1.6;

  }


  /* FAMILY ROOTS */

  .family-roots {

    margin-top: 26px;

    gap: 16px;

    grid-template-columns:
      1fr 1fr;

  }


  .family-roots > div + div {

    padding-left: 16px;

  }


  dt {

    font-size: 12px;

    white-space: normal;

  }


  dd {

    font-size: 13px;

    margin-top: 6px;

  }


  /* PORTRAITS */

  .portrait {

    aspect-ratio:
      4 / 3;

  }


  .art .portrait {

    order: 2;

  }


  /* COUPLE IMAGE */

  .couple img {

    height: auto;

    aspect-ratio:
      2 / 1;

    object-position:
      center 38%;

  }


  figcaption {

    font-size: 13px;

    padding-top: 6px;

  }


  .couple figcaption {

    padding-left: 20px;

  }


  /* MOBILE CAROUSEL */

  .gallery-section {

    padding:
      24px
      20px
      0;

  }


  .gallery-heading {

    padding-bottom: 18px;

  }


  .gallery-heading h2 {

    font-size: 29px;

  }


  .carousel-track {

    gap: 14px;

  }


  .carousel-slide {

    flex:
      0
      0
      100%;

  }


  .carousel-slide img {

    height: auto;

    aspect-ratio:
      3 / 2;

    object-fit: cover;

  }


  .carousel-slide figcaption {

    padding-top: 8px;

    font-size: 13px;

    line-height: 1.5;

  }


  .carousel-arrow {

    top: 31%;

    width: 42px;

    height: 42px;

    font-size: 20px;

  }


  .carousel-prev {

    left: -10px;

  }


  .carousel-next {

    right: -10px;

  }


  .carousel-dots {

    gap: 8px;

    margin-top: 18px;

  }


  .carousel-dot {

    width: 8px;

    height: 8px;

  }


  .image-lightbox {

    padding: 15px;

  }


  .lightbox-image {

    max-width: 96vw;

    max-height: 90vh;

  }


  .lightbox-close {

    top: 12px;

    right: 18px;

    font-size: 42px;

  }


  /* FOOTER */

  footer {

    margin:
      28px
      20px
      0;

    padding:
      20px
      0
      28px;

    font-size: 12px;

  }


}

footer {
  padding: 24px 0 30px;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a7d70;
}


/* =========================================
   IN THE MEDIA
========================================= */

.media-section {
  margin-top: 15px;
  padding: 35px 60px 10px;
  background: #f1ebe3;
  overflow: hidden;
}

.media-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.media-heading {
  text-align: center;
  margin-bottom: 28px;
}

.media-heading .eyebrow {
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 13px;
}

.media-heading h2 {
  margin: 0;

  font-size: clamp(40px, 4vw, 58px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.025em;
}


/* CAROUSEL */

.media-carousel {
  position: relative;
  display: flex;
  align-items: center;
}

.media-viewport {
  width: 100%;
  overflow: hidden;
}

.media-track {
  display: flex;
  gap: 28px;
  transition: transform 0.55s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}


/* CARDS */

.media-card {
  flex: 0 0 calc((100% - 56px) / 3);
  min-width: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.media-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.media-body {
  padding: 26px 25px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.media-brand {
  margin-bottom: 15px;
  color: #a38342;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.media-card h3 {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 400;
}

.media-date {
  margin-top: auto;
  margin-bottom: 18px;
  color: #777;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.media-link {
  width: fit-content;
  color: #111;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid #b79b62;
  padding-bottom: 4px;
  transition: opacity 0.25s ease;
}

.media-link:hover {
  opacity: 0.55;
}


/* ARROWS */

.media-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;

  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 50%;

  background: #f8f5ef;
  color: #111;

  font-size: 24px;
  cursor: pointer;

  transform: translateY(-50%);
  transition:
    background 0.25s ease,
    color 0.25s ease,
    opacity 0.25s ease;
}

.media-prev {
  left: -70px;
}

.media-next {
  right: -70px;
}

.media-arrow:hover:not(:disabled) {
  background: #111;
  color: #fff;
}

.media-arrow:disabled {
  opacity: 0.25;
  cursor: default;
}


/* DOTS */

.media-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.media-dot {
  width: 7px;
  height: 7px;
  padding: 0;

  border: 0;
  border-radius: 50%;

  background: rgba(0, 0, 0, 0.22);
  cursor: pointer;

  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.media-dot.active {
  background: #a38342;
  transform: scale(1.35);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {

  .media-card {
    flex-basis: calc((100% - 24px) / 2);
  }

  .media-track {
    gap: 24px;
  }

  .media-prev {
    left: 10px;
  }

  .media-next {
    right: 10px;
  }

  .media-arrow {
    background: rgba(248, 245, 239, 0.92);
  }

}


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

@media (max-width: 650px) {

  .media-section {
    padding: 75px 20px;
  }

  .media-heading {
    margin-bottom: 38px;
  }

  .media-card {
    flex-basis: 100%;
  }

  .media-track {
    gap: 20px;
  }

  .media-card img {
    height: 260px;
  }

  .media-body {
    padding: 22px;
  }

  .media-card h3 {
    font-size: 16px;
  }

  .media-arrow {
    width: 42px;
    height: 42px;
    font-size: 19px;
  }

  .media-prev {
    left: 8px;
  }

  .media-next {
    right: 8px;
  }

}