:root {
  --ivory: #c6bbab;
  --ivory-soft: #e2dace;
  --black: #1c1a19;
  --black-soft: #292521;
  --espresso: #544a43;
  --black-lifted: var(--espresso);
  --grey: #877766;
  --grey-deep: var(--espresso);
  --gold: #b29f67;
  --gold-muted: #8d7f55;
  --soft-white: #f2f1f0;
  --taupe-field: #ddd7cf;
  --architecture-field: #eeeae5;
  --line: rgba(84, 74, 67, 0.24);
  --line-soft: rgba(84, 74, 67, 0.15);
  --max-width: 1160px;
  --header-height: 76px;
}

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

html {
  min-width: 320px;
  background: var(--soft-white);
  color: var(--black);
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--black);
  background:
    linear-gradient(90deg, rgba(198, 187, 171, 0.16) 0 43.5%, transparent 43.5%),
    linear-gradient(180deg, transparent 0 72%, rgba(84, 74, 67, 0.055) 72% 100%),
    linear-gradient(180deg, var(--soft-white), var(--architecture-field) 42%, var(--taupe-field) 72%, var(--soft-white));
  font-family: "Times New Roman", Georgia, serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(84, 74, 67, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(84, 74, 67, 0.016) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.22), transparent 78%);
}

a {
  color: inherit;
  text-decoration-color: rgba(84, 74, 67, 0.42);
  text-underline-offset: 0.25em;
  transition:
    color 180ms ease,
    text-decoration-color 180ms ease,
    border-color 180ms ease;
}

a:hover {
  color: var(--black-lifted);
  text-decoration-color: var(--gold);
}

img {
  display: block;
  max-width: 100%;
}

p,
h1,
h2 {
  overflow-wrap: anywhere;
}

.skip-link {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 20;
  transform: translateY(-150%);
  padding: 0.75rem 1rem;
  background: var(--black);
  color: var(--soft-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85rem;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* Header */

.site-header {
  min-height: var(--header-height);
  width: min(100% - clamp(2rem, 7vw, 7rem), 1680px);
  display: grid;
  grid-template-columns: minmax(44px, 0.45fr) minmax(0, 1fr) minmax(130px, 0.32fr);
  align-items: center;
  gap: clamp(1rem, 3.6vw, 3.6rem);
  margin: 0 auto;
  padding: 1.65rem 0 1.25rem;
}

.brand-mark {
  width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.header-monogram {
  width: 38px;
  height: 38px;
  object-fit: contain;
  background: var(--soft-white);
  border: 1px solid rgba(84, 74, 67, 0.14);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.4rem, 4vw, 3.4rem);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.site-nav a {
  text-decoration: none;
}

.origin,
.kicker,
.eyebrow,
.status,
.subtitle,
.site-footer {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.origin {
  margin: 0;
  justify-self: end;
  color: var(--gold-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-decoration: none;
}

/* Hero */

.hero {
  width: min(100% - clamp(2rem, 7vw, 7rem), 1680px);
  min-height: min(820px, calc(100svh - var(--header-height)));
  display: grid;
  grid-template-columns: minmax(330px, 0.62fr) minmax(460px, 0.86fr);
  align-items: center;
  gap: clamp(2.75rem, 5vw, 5rem);
  margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(4rem, 7vw, 6rem);
}

.hero__content {
  max-width: 610px;
  padding: 0 0 0 clamp(0rem, 3vw, 2.4rem);
  transform: none;
}

.kicker,
.eyebrow {
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.34em;
}

.hero-wordmark-panel {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: clamp(1.4rem, 3vw, 2.4rem) 0 clamp(1.75rem, 3vw, 2.8rem);
  padding: clamp(1rem, 2.2vw, 1.6rem) clamp(1.25rem, 3vw, 2.2rem);
  background:
    linear-gradient(90deg, rgba(242, 241, 240, 0.3), rgba(242, 241, 240, 0.78) 20% 80%, rgba(242, 241, 240, 0.18)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(198, 187, 171, 0.1));
  border: 1px solid rgba(84, 74, 67, 0.08);
  box-shadow: 0 22px 70px rgba(84, 74, 67, 0.08);
}

.hero-wordmark {
  width: min(450px, 72vw);
  height: auto;
  object-fit: contain;
}

.subtitle {
  position: relative;
  margin: 0;
  padding-top: 2.55rem;
  color: var(--black);
  font-size: clamp(0.82rem, 2vw, 1.02rem);
  font-weight: 700;
  letter-spacing: 0.3em;
}

.subtitle::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.4rem;
  height: 1px;
  content: "";
  background: var(--gold-muted);
}

.status {
  width: max-content;
  max-width: 100%;
  margin: 2rem 0 0;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(178, 159, 103, 0.34);
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.24em;
}

.intro {
  max-width: 430px;
  margin: 1.35rem 0 0;
  color: var(--black);
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  line-height: 1.45;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  margin-top: clamp(2rem, 4vw, 3rem);
  padding: 0 2rem;
  background: var(--black);
  color: var(--gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-editorial-panel {
  width: 100%;
  margin: 0;
  justify-self: end;
}

.hero-editorial-panel img {
  width: 100%;
  height: min(64vh, 640px);
  min-height: 460px;
  object-fit: cover;
  object-position: center;
  background: var(--ivory);
  border: 1px solid rgba(84, 74, 67, 0.12);
  box-shadow: 0 30px 92px rgba(84, 74, 67, 0.11);
}

/* Shared sections */

.preview,
.editorial-visual,
.editorial-pair,
.statement,
.contact {
  border-top: 1px solid var(--line-soft);
}

.preview,
.editorial-visual,
.editorial-pair,
.contact {
  width: min(100% - 2rem, var(--max-width));
  margin: 0 auto;
  padding: clamp(4rem, 10vw, 8rem) 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(2.25rem, 5vw, 4rem);
}

h2 {
  margin: 0;
  color: var(--black);
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-weight: 400;
  line-height: 0.98;
}

/* Editorial visual */

.editorial-visual {
  display: grid;
  grid-template-columns: minmax(180px, 0.54fr) minmax(0, 0.86fr);
  align-items: start;
  gap: clamp(2.5rem, 9vw, 8rem);
}

.editorial-visual__text {
  position: sticky;
  top: 2rem;
  padding-top: clamp(0.5rem, 3vw, 2.25rem);
}

.editorial-visual__text h2 {
  max-width: 8ch;
  font-size: clamp(1.7rem, 3.6vw, 3.25rem);
  line-height: 1.02;
}

.editorial-visual__figure {
  width: min(100%, 520px);
  margin: 0;
  justify-self: end;
}

.editorial-visual__figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 1122 / 1402;
  object-fit: cover;
  background: var(--ivory);
  border: 1px solid rgba(84, 74, 67, 0.16);
  box-shadow: 0 34px 90px rgba(84, 74, 67, 0.14);
}

.editorial-pair {
  padding-top: clamp(4rem, 9vw, 7rem);
}

.editorial-pair__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 0.58fr);
  align-items: end;
  gap: clamp(1.5rem, 6vw, 5.5rem);
}

.editorial-pair__figure {
  margin: 0;
}

.editorial-pair__figure--still-life {
  width: min(100%, 430px);
}

.editorial-pair__figure--direction {
  width: min(100%, 340px);
  justify-self: end;
  margin-bottom: clamp(2rem, 8vw, 6rem);
}

.editorial-pair__figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 1122 / 1402;
  object-fit: cover;
  background: var(--ivory);
  border: 1px solid rgba(84, 74, 67, 0.14);
  box-shadow: 0 26px 76px rgba(84, 74, 67, 0.12);
}

/* Brand lines */

.line-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  list-style: none;
  background: rgba(84, 74, 67, 0.18);
}

.line-list li {
  min-height: 180px;
  display: flex;
  align-items: end;
  padding: clamp(1.1rem, 2.5vw, 1.6rem);
  background:
    linear-gradient(140deg, rgba(242, 241, 240, 0.84), transparent 62%),
    rgba(198, 187, 171, 0.42);
  color: var(--black);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.25;
}

.line-list--detailed li {
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  gap: 0.85rem;
}

.line-list--detailed span {
  display: block;
}

.line-list--detailed small {
  max-width: 30ch;
  display: block;
  color: var(--grey-deep);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.03em;
}

/* Statement */

.statement {
  background:
    linear-gradient(180deg, rgba(84, 74, 67, 0.04), transparent 34%),
    linear-gradient(90deg, rgba(242, 241, 240, 0.88) 0 64%, rgba(198, 187, 171, 0.44) 64%),
    var(--soft-white);
  color: var(--black);
}

.statement__inner {
  width: min(100% - 2rem, 920px);
  margin: 0 auto;
  padding: clamp(5rem, 11vw, 9rem) 0;
}

.statement .eyebrow {
  color: var(--gold-muted);
}

.statement h2 {
  color: var(--black);
}

.statement p:not(.eyebrow) {
  max-width: 700px;
  margin: 1.55rem 0 0 auto;
  color: var(--grey-deep);
  font-size: clamp(1.06rem, 2vw, 1.32rem);
  line-height: 1.75;
}

/* Contact */

.contact {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr);
  align-items: start;
  column-gap: clamp(2rem, 7vw, 6rem);
  background:
    linear-gradient(90deg, transparent 0 calc(50% - 50vw), rgba(242, 241, 240, 0.7) calc(50% - 50vw) calc(50% + 50vw), transparent calc(50% + 50vw));
}

.contact .section-heading {
  display: block;
  margin-bottom: 0;
}

.contact__details {
  display: grid;
  gap: 1rem;
  padding-top: 2.35rem;
  border-top: 1px solid rgba(84, 74, 67, 0.24);
  color: var(--grey-deep);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.contact__details p {
  margin: 0;
}

.contact-methods {
  display: grid;
  gap: 0.82rem;
  margin-top: 0.35rem;
}

.contact-method {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-width: 0;
  gap: 0.72rem;
  color: var(--espresso);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.9rem, 1.25vw, 1.02rem);
  line-height: 1.35;
  letter-spacing: 0.06em;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.34em;
}

.contact-method--primary {
  color: var(--black);
  font-size: clamp(1.08rem, 1.55vw, 1.34rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  overflow-wrap: anywhere;
}

.contact-method span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.contact-icon {
  display: inline-grid;
  flex: 0 0 auto;
  width: 1.05rem;
  height: 1.05rem;
  place-items: center;
  color: currentColor;
  opacity: 0.72;
}

.contact-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.whatsapp-page {
  min-height: 100vh;
}

.whatsapp-main {
  min-height: calc(100vh - var(--header-height));
  display: grid;
  place-items: center;
  padding: clamp(3rem, 8vw, 7rem) clamp(1.25rem, 5vw, 4rem);
}

.whatsapp-panel {
  width: min(100%, 620px);
  padding: clamp(2.25rem, 5vw, 4rem);
  background:
    linear-gradient(135deg, rgba(242, 241, 240, 0.98), rgba(226, 218, 206, 0.96)),
    var(--soft-white);
  border: 1px solid rgba(84, 74, 67, 0.18);
  box-shadow: 0 30px 90px rgba(84, 74, 67, 0.14);
}

.whatsapp-panel h1 {
  max-width: 13ch;
  margin: 0.7rem 0 1rem;
  color: var(--black);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.6rem, 4vw, 2.45rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.whatsapp-panel p:not(.eyebrow) {
  max-width: 31rem;
  margin: 0 0 2rem;
  color: var(--espresso);
  font-size: clamp(1rem, 1.4vw, 1.08rem);
  line-height: 1.55;
}

.whatsapp-qr {
  width: min(48vw, 210px);
  height: auto;
  margin: 0 0 2rem;
  padding: 0.65rem;
  background: var(--soft-white);
  border: 1px solid rgba(84, 74, 67, 0.14);
}

.whatsapp-action {
  display: inline-flex;
  align-items: center;
  min-height: 2.9rem;
  padding: 0.85rem 1.35rem;
  color: var(--soft-white);
  background: var(--black);
  border: 1px solid rgba(178, 159, 103, 0.38);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
}

.whatsapp-action:hover {
  color: var(--soft-white);
  border-color: var(--gold);
}

.whatsapp-return {
  display: inline-block;
  margin-top: 1.25rem;
  color: var(--espresso);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Footer */

.site-footer {
  width: min(100% - 2rem, var(--max-width));
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
  padding: 1.6rem 0 2.4rem;
  border-top: 1px solid rgba(84, 74, 67, 0.22);
  color: var(--grey-deep);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  line-height: 1.6;
}

.site-footer p {
  margin: 0;
}

.footer-monogram {
  width: 38px;
  height: 38px;
  object-fit: contain;
  background: var(--soft-white);
  border: 1px solid rgba(84, 74, 67, 0.16);
}

/* Responsive */

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

  .site-nav {
    display: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero__content {
    padding-left: 0;
  }

  .hero-wordmark {
    width: min(360px, 76vw);
  }

  .hero-editorial-panel {
    width: min(100%, 560px);
    justify-self: start;
    margin-top: 2.5rem;
  }

  .hero-editorial-panel img {
    height: min(50vh, 440px);
    min-height: 320px;
  }

  .section-heading {
    display: block;
  }

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

  .editorial-visual__text {
    position: static;
    padding-top: 0;
  }

  .editorial-visual__figure {
    width: min(82vw, 480px);
    justify-self: start;
  }

  .editorial-pair__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .editorial-pair__figure--still-life,
  .editorial-pair__figure--direction {
    width: min(82vw, 420px);
    justify-self: start;
    margin-bottom: 0;
  }

  .contact {
    display: block;
  }

  .contact .section-heading {
    margin-bottom: 2rem;
  }

  .contact__details {
    padding-top: 0;
    border-top: 0;
  }

  .line-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .whatsapp-main {
    min-height: calc(100vh - var(--header-height));
    place-items: start center;
    padding-top: clamp(2.5rem, 10vw, 4rem);
  }

  .whatsapp-panel {
    text-align: center;
  }

  .whatsapp-panel h1,
  .whatsapp-panel p:not(.eyebrow) {
    margin-right: auto;
    margin-left: auto;
  }

  .whatsapp-qr {
    width: min(42vw, 170px);
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 560px) {
  .site-header {
    align-items: flex-start;
  }

  .brand-mark {
    width: 34px;
  }

  .header-monogram {
    width: 34px;
    height: 34px;
  }

  .origin {
    font-size: 0.64rem;
    letter-spacing: 0.18em;
  }

  .hero {
    padding-top: 2.5rem;
  }

  .hero-wordmark-panel {
    padding: 0.95rem 1rem;
  }

  .hero-wordmark {
    width: min(285px, 74vw);
  }

  .editorial-visual__figure {
    width: min(100%, 340px);
  }

  .hero-editorial-panel {
    width: min(100%, 340px);
  }

  .hero-editorial-panel img {
    height: 300px;
  }

  .editorial-pair__figure--still-life,
  .editorial-pair__figure--direction {
    width: min(100%, 330px);
  }

  .subtitle {
    line-height: 1.7;
  }

  .line-list {
    grid-template-columns: 1fr;
  }

  .line-list li {
    min-height: 128px;
  }

  .contact-methods {
    gap: 0.78rem;
  }

  .contact-method {
    align-items: flex-start;
    max-width: 100%;
    font-size: clamp(0.86rem, 3.4vw, 0.94rem);
  }

  .contact-method--primary {
    font-size: clamp(1rem, 4.6vw, 1.18rem);
  }

  .contact-icon {
    width: 1rem;
    height: 1rem;
    margin-top: 0.12rem;
  }

  .whatsapp-main {
    padding-top: 2rem;
  }

  .whatsapp-panel {
    padding: 2rem 1.25rem;
  }

  .whatsapp-panel h1 {
    max-width: 11ch;
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  .whatsapp-panel p:not(.eyebrow) {
    margin-bottom: 1.5rem;
  }

  .whatsapp-qr {
    display: none;
  }

  .whatsapp-action {
    justify-content: center;
    width: min(100%, 280px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
