:root {
  --ink: #171216;
  --plum: #614051;
  --plum-deep: #3f2734;
  --plum-soft: #d9cbd3;
  --plum-mist: #eee7eb;
  --paper: #f7f3eb;
  --ivory: #f7f3eb;
  --ivory-soft: #e9e1d5;
  --forest-950: #24161f;
  --forest-900: #2f1d29;
  --forest-850: #3b2733;
  --forest-800: #4a3040;
  --forest-700: #614051;
  --gold: #c0a36b;
  --header-height: 144px;
}

html {
  scroll-padding-top: var(--header-height);
}

body {
  background: var(--paper);
}

#discover,
#stones,
#about,
#collection,
#studies,
#services,
#appointment {
  scroll-margin-top: var(--header-height);
}

.eyebrow-plum {
  color: var(--plum);
}

/* Header — a disciplined, jewellery-house structure in the LOVORA palette. */
.site-header,
.site-header.is-scrolled {
  position: fixed;
  display: block;
  height: var(--header-height);
  padding: 0;
  color: var(--plum-deep);
  border: 0;
  background: rgba(247, 243, 235, 0.98);
  box-shadow: 0 1px 0 rgba(63, 39, 52, 0.12);
  backdrop-filter: blur(18px);
}

.site-header::after,
.site-header.is-scrolled::after {
  display: none;
}

.service-ribbon {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1.5rem, 3.5vw, 4rem);
  color: rgba(247, 243, 235, 0.92);
  background: var(--plum);
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-ribbon p {
  margin: 0;
}

.service-ribbon > div {
  display: flex;
  gap: 1.8rem;
}

.service-ribbon a {
  border-bottom: 1px solid transparent;
}

.service-ribbon a:hover,
.service-ribbon a:focus-visible {
  border-color: currentColor;
}

.header-main {
  height: 70px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 clamp(1.5rem, 3.5vw, 4rem);
}

.wordmark {
  grid-column: 2;
  justify-self: center;
  display: block;
  width: 6rem;
}

.wordmark img {
  width: 100%;
  height: auto;
}

.header-actions {
  grid-column: 3;
  justify-self: end;
  color: var(--plum-deep);
}

.language-toggle,
.shortlist-trigger {
  color: inherit;
}

.shortlist-count {
  border-color: rgba(97, 64, 81, 0.42);
}

.primary-nav {
  height: 44px;
  justify-content: center;
  gap: clamp(0.9rem, 1.65vw, 2rem);
  border-top: 1px solid rgba(97, 64, 81, 0.11);
  color: var(--plum-deep);
}

.primary-nav a {
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.primary-nav a::after {
  background: var(--plum);
}

.menu-trigger {
  display: none;
}

/* Hero */
.hero {
  min-height: 100svh;
  padding-top: var(--header-height);
  background: var(--forest-950);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(28, 12, 22, 0.9) 0%, rgba(52, 25, 41, 0.57) 38%, rgba(36, 22, 31, 0.04) 72%),
    linear-gradient(0deg, rgba(36, 22, 31, 0.84) 0%, transparent 48%);
}

.hero-copy {
  width: min(50rem, 64vw);
  margin-bottom: clamp(6.5rem, 10vh, 9rem);
}

.hero h1 {
  max-width: 9ch;
  font-size: clamp(4.6rem, 8vw, 8.7rem);
}

.hero-links {
  align-items: center;
  gap: 0.8rem;
}

.hero-links .text-link {
  min-height: 52px;
  padding: 0.8rem 3.4rem 0.8rem 1.25rem;
  border: 1px solid rgba(247, 243, 235, 0.62);
}

.hero-links .text-link:first-child {
  color: var(--plum-deep);
  border-color: var(--ivory);
  background: var(--ivory);
}

.hero-links .text-link:first-child::before {
  background: var(--plum-deep);
}

/* Category gateway */
.collection-gateway {
  padding: clamp(6rem, 10vw, 10rem) clamp(1.25rem, 5vw, 5rem);
  color: var(--ink);
  background: var(--paper);
}

.gateway-heading {
  display: grid;
  grid-template-columns: 1fr minmax(18rem, 32rem);
  align-items: end;
  gap: 3rem;
  max-width: 105rem;
  margin: 0 auto clamp(3rem, 6vw, 6rem);
}

.gateway-heading .eyebrow {
  margin-bottom: 1rem;
}

.gateway-heading h2,
.stone-story h2,
.services-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.gateway-heading h2 {
  color: var(--plum-deep);
  font-size: clamp(3.6rem, 7vw, 7.8rem);
  line-height: 0.9;
}

.gateway-heading > p {
  margin: 0 0 0.5rem;
  color: rgba(23, 18, 22, 0.66);
  font-size: 1.05rem;
  line-height: 1.7;
}

.gateway-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  grid-template-rows: minmax(18rem, 28vw) minmax(18rem, 28vw);
  gap: clamp(0.7rem, 1.25vw, 1.4rem);
  max-width: 105rem;
  margin: 0 auto;
}

.gateway-card {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 0;
  padding: 0;
  color: var(--ivory);
  background: var(--plum-deep);
  text-align: left;
  cursor: pointer;
}

.gateway-card-tall {
  grid-row: 1 / span 2;
}

.gateway-card-wide {
  grid-column: 2 / span 2;
}

.gateway-card > img {
  height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.2, 0.72, 0.2, 1), filter 450ms ease;
}

.gateway-card-tall > img {
  object-position: center 46%;
}

.gateway-card-wide > img {
  object-position: center 54%;
}

.gateway-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(37, 18, 29, 0.82), rgba(37, 18, 29, 0.02) 64%);
}

.gateway-card::after {
  content: "";
  position: absolute;
  inset: 0.75rem;
  border: 1px solid rgba(247, 243, 235, 0.22);
  pointer-events: none;
}

.gateway-card-copy {
  position: absolute;
  z-index: 2;
  inset: auto clamp(1.5rem, 3vw, 3rem) clamp(1.5rem, 3vw, 3rem);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 0.4rem 1rem;
}

.gateway-card-copy small {
  grid-column: 1 / -1;
  color: rgba(247, 243, 235, 0.7);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gateway-card-copy strong {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.95;
}

.gateway-card-copy > span:last-child {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.67rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gateway-card:hover > img,
.gateway-card:focus-visible > img {
  transform: scale(1.035);
  filter: brightness(1.04);
}

/* Exceptional stones feature */
.stone-story {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  min-height: 92vh;
  color: var(--ink);
  background: var(--plum-mist);
}

.stone-story-visual {
  position: relative;
  min-height: 54rem;
  overflow: hidden;
  background: var(--plum);
}

.stone-story figure {
  position: absolute;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 2rem 6rem rgba(34, 15, 26, 0.26);
}

.stone-story figure img {
  height: 100%;
  object-fit: cover;
}

.stone-story-primary {
  inset: 7% 22% 13% 7%;
}

.stone-story-secondary {
  width: 38%;
  height: 44%;
  right: 5%;
  bottom: 6%;
  border: 0.55rem solid var(--plum);
}

.stone-story-visual > p {
  position: absolute;
  z-index: 2;
  top: 9%;
  right: 4%;
  margin: 0;
  color: rgba(247, 243, 235, 0.8);
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.4vw, 2.8rem);
  letter-spacing: 0.12em;
  line-height: 1.08;
  text-align: right;
}

.stone-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(5rem, 8vw, 9rem);
}

.stone-story h2 {
  color: var(--plum-deep);
  font-size: clamp(3.9rem, 6.6vw, 7.5rem);
  line-height: 0.9;
}

.stone-story-copy > p:not(.eyebrow) {
  max-width: 35rem;
  margin: 2.2rem 0 0;
  color: rgba(23, 18, 22, 0.67);
  font-size: 1.05rem;
  line-height: 1.75;
}

.stone-story-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
  margin-top: 2.5rem;
}

/* About LOVORA — a grounded editorial chapter rather than a floating manifesto. */
.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.95fr);
  gap: clamp(4rem, 9vw, 10rem);
  padding: clamp(7rem, 11vw, 12rem) clamp(2rem, 7vw, 8rem);
  color: var(--plum-deep);
  background: var(--plum-mist);
  border-top: 1px solid rgba(97, 64, 81, 0.18);
  border-bottom: 1px solid rgba(97, 64, 81, 0.18);
}

.about-heading {
  align-self: start;
}

.about-heading .eyebrow {
  color: var(--plum);
}

.about-heading h2 {
  max-width: 8.5ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 7.2vw, 8.4rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.9;
}

.about-body {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3.5rem;
  padding-left: clamp(2rem, 4vw, 5rem);
  border-left: 1px solid rgba(97, 64, 81, 0.24);
}

.about-story {
  max-width: 36rem;
}

.about-story p {
  margin: 0;
  color: rgba(23, 18, 22, 0.72);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.75;
}

.about-story p + p {
  margin-top: 1.4rem;
}

.about-values {
  margin: 0;
  border-top: 1px solid rgba(97, 64, 81, 0.24);
}

.about-values div {
  display: grid;
  grid-template-columns: minmax(7.5rem, 0.7fr) 1.3fr;
  gap: 1.5rem;
  align-items: baseline;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(97, 64, 81, 0.18);
}

.about-values dt {
  color: var(--plum);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-values dd {
  margin: 0;
  color: rgba(23, 18, 22, 0.68);
  font-size: 0.9rem;
  line-height: 1.5;
}

.collection-section {
  background:
    radial-gradient(circle at 88% 3%, rgba(97, 64, 81, 0.42), transparent 25rem),
    var(--forest-900);
}

.filter-bar {
  top: var(--header-height);
  background: rgba(47, 29, 41, 0.94);
}

/* A uniform catalogue grid keeps every caption physically attached to its jewel. */
.jewel-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  gap: clamp(3rem, 5vw, 5.5rem) clamp(1.2rem, 2.5vw, 2.75rem);
}

.jewel-card,
.jewel-card.is-feature {
  grid-column: auto;
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.jewel-card-main {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
}

.jewel-card.is-feature .jewel-media,
.jewel-media {
  aspect-ratio: 4 / 5;
}

.jewel-copy {
  display: flex;
  min-height: 9.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.42rem;
  padding: 1.15rem 1rem 1.3rem;
  border: 1px solid rgba(247, 243, 235, 0.14);
  border-top: 0;
  background: rgba(247, 243, 235, 0.035);
}

.jewel-category,
.jewel-title,
.jewel-summary {
  grid-column: auto;
}

.jewel-category {
  color: rgba(247, 243, 235, 0.52);
  font-size: 0.75rem;
  line-height: 1.45;
}

.jewel-title {
  margin-top: 0.12rem;
  color: var(--ivory);
  font-size: clamp(1.7rem, 2.2vw, 2.35rem);
  line-height: 1.02;
}

.jewel-summary {
  margin: auto 0 0;
  color: rgba(247, 243, 235, 0.68);
  font-size: 0.88rem;
  line-height: 1.5;
}

.chapter-break {
  background: var(--plum);
}

.studies-section,
.craft-steps {
  background: var(--paper);
}

.craft-side {
  background:
    radial-gradient(circle at 16% 16%, rgba(97, 64, 81, 0.46), transparent 22rem),
    linear-gradient(145deg, var(--forest-800), var(--forest-950) 72%);
}

/* Client services */
.client-services {
  padding: clamp(6rem, 10vw, 10rem) clamp(1.25rem, 6vw, 7rem);
  color: var(--ink);
  background: var(--paper);
}

.services-heading {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 3rem;
  max-width: 105rem;
  margin: 0 auto clamp(3.5rem, 7vw, 6rem);
}

.services-heading .eyebrow {
  margin-top: 0.75rem;
}

.services-heading h2 {
  max-width: 13ch;
  color: var(--plum-deep);
  font-size: clamp(3.4rem, 6.8vw, 7.4rem);
  line-height: 0.93;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 105rem;
  margin: 0 auto;
  border-top: 1px solid rgba(97, 64, 81, 0.24);
  border-bottom: 1px solid rgba(97, 64, 81, 0.24);
}

.services-grid article {
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  padding: clamp(1.8rem, 3.5vw, 3.5rem);
}

.services-grid article + article {
  border-left: 1px solid rgba(97, 64, 81, 0.24);
}

.services-grid article > span {
  color: var(--plum);
  font-family: var(--serif);
  font-size: 0.92rem;
}

.services-grid h3 {
  margin: auto 0 1rem;
  color: var(--plum-deep);
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 400;
  line-height: 1;
}

.services-grid p {
  max-width: 27rem;
  margin: 0;
  color: rgba(23, 18, 22, 0.65);
  line-height: 1.65;
}

.services-grid a {
  width: fit-content;
  margin-top: 1.8rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid var(--plum);
  color: var(--plum);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.appointment-section {
  background: var(--plum);
}

/* Expanded footer */
.site-footer {
  grid-template-columns: minmax(16rem, 1.6fr) repeat(3, minmax(9rem, 0.7fr));
  align-items: start;
  gap: 3rem;
  padding: clamp(5rem, 8vw, 8rem) clamp(1.5rem, 5vw, 5rem) 2rem;
  background: var(--plum-deep);
}

.footer-brand {
  display: grid;
  gap: 1.5rem;
}

.footer-logo {
  display: block;
  width: min(100%, 19rem);
}

.footer-logo img {
  width: 100%;
  height: auto;
}

.footer-brand > p {
  max-width: 24rem;
  margin: 0;
  color: rgba(247, 243, 235, 0.56);
  font-size: 0.69rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  font-size: 0.85rem;
}

.footer-column h2 {
  margin: 0 0 0.75rem;
  color: rgba(247, 243, 235, 0.52);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-column a {
  width: fit-content;
  color: rgba(247, 243, 235, 0.88);
}

.footer-contact {
  gap: 0.65rem;
}

.footer-instagram {
  margin-top: 0.35rem;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(247, 243, 235, 0.14);
  color: rgba(247, 243, 235, 0.46);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-bottom p,
.footer-legal {
  justify-self: auto;
  margin: 0;
}

/* Full navigation drawer for smaller screens. */
.menu-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  color: var(--ivory);
  background: var(--plum-deep);
  overflow-y: auto;
}

.menu-dialog[open] {
  animation: dialogIn 260ms ease both;
}

.menu-close {
  position: fixed;
  z-index: 3;
  top: 1.1rem;
  right: 1.1rem;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(247, 243, 235, 0.4);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.menu-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.15rem;
  height: 1px;
  background: var(--ivory);
}

.menu-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-dialog-brand {
  display: flex;
  align-items: center;
  padding: 3rem clamp(1.4rem, 6vw, 6rem);
  border-bottom: 1px solid rgba(247, 243, 235, 0.16);
}

.menu-dialog-brand img {
  width: min(16rem, 56vw);
  height: auto;
}

.dialog-logo {
  display: block;
  width: min(11rem, 55%);
  margin-bottom: clamp(1.5rem, 3vw, 3rem);
}

.dialog-logo img {
  width: 100%;
  height: auto;
}

/* The official LOVORA artwork uses true transparency on every surface. */
.brand-logo-crop {
  display: block;
  aspect-ratio: 1012 / 684;
  background: transparent;
}

.brand-logo-crop > img {
  position: static;
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
  transform: none;
  filter: none;
  mix-blend-mode: normal;
}

.site-footer .brand-logo-crop > img,
.menu-dialog .brand-logo-crop > img {
  filter: brightness(0) invert(1);
  opacity: 0.9;
  mix-blend-mode: normal;
}

.footer-logo.brand-logo-crop {
  width: min(100%, 9.5rem);
}

.menu-logo.brand-logo-crop {
  width: min(9.5rem, 42vw);
}

.dialog-logo.brand-logo-crop {
  width: min(7.2rem, 48%);
}

.no-js .language-toggle,
.no-js .shortlist-trigger,
.no-js .card-shortlist,
.no-js .menu-trigger,
.no-js [data-rail-prev],
.no-js [data-rail-next] {
  display: none;
}

.js .no-js-jewel-details {
  display: none;
}

.no-js-jewel-details {
  margin-top: 1rem;
  padding: 1.25rem;
  border: 1px solid rgba(247, 243, 235, 0.18);
  color: rgba(247, 243, 235, 0.82);
  background: rgba(247, 243, 235, 0.04);
}

.no-js-jewel-details > p {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.65;
}

.no-js-jewel-details dl {
  display: grid;
  gap: 0.75rem;
  margin: 0 0 1.25rem;
}

.no-js-jewel-details dl > div {
  display: grid;
  grid-template-columns: minmax(6rem, 0.35fr) 1fr;
  gap: 1rem;
}

.no-js-jewel-details dt {
  color: rgba(247, 243, 235, 0.48);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.no-js-jewel-details dd {
  margin: 0;
  font-size: 0.9rem;
}

.no-js-jewel-details > a {
  display: inline-block;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-dialog-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(3rem, 8vw, 9rem);
  padding: clamp(3rem, 8vw, 8rem) clamp(1.4rem, 8vw, 9rem);
}

.menu-kicker {
  margin: 0 0 1.5rem;
  color: rgba(247, 243, 235, 0.5);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.menu-primary,
.menu-secondary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.menu-primary a {
  font-family: var(--serif);
  font-size: clamp(2.7rem, 6vw, 6.7rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.menu-secondary {
  gap: 1rem;
}

.menu-secondary a {
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(247, 243, 235, 0.28);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.menu-dialog-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
  margin: 0 clamp(1.4rem, 8vw, 9rem);
  padding: 1.5rem 0 3rem;
  border-top: 1px solid rgba(247, 243, 235, 0.16);
  color: rgba(247, 243, 235, 0.7);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
}

@media (max-width: 1080px) {
  :root {
    --header-height: 120px;
  }

  .site-header,
  .site-header.is-scrolled {
    height: var(--header-height);
    display: block;
    padding: 0;
  }

  .service-ribbon {
    display: none;
  }

  .header-main {
    height: 76px;
    grid-template-columns: 1fr auto 1fr;
    padding: 0 1.5rem;
  }

  .primary-nav {
    display: flex;
    height: 44px;
    justify-content: flex-start;
    gap: 1.45rem;
    padding: 0 1.5rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .primary-nav::-webkit-scrollbar {
    display: none;
  }

  .menu-trigger {
    display: none;
    grid-column: 1;
    justify-self: start;
    grid-template-columns: 1.25rem auto;
    align-items: center;
    gap: 0.28rem 0.75rem;
    min-height: 44px;
    border: 0;
    padding: 0;
    color: var(--plum-deep);
    background: transparent;
    cursor: pointer;
  }

  .menu-trigger > span:not(.menu-trigger-label) {
    grid-column: 1;
    display: block;
    width: 1.25rem;
    height: 1px;
    background: currentColor;
  }

  .menu-trigger-label {
    grid-column: 2;
    grid-row: 1 / span 2;
    font-size: 0.66rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .wordmark {
    grid-column: 2;
  }

  .header-actions {
    grid-column: 3;
  }

  .hero {
    padding-top: var(--header-height);
  }

  .gateway-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(30rem, 62vw) minmax(21rem, 40vw) minmax(21rem, 40vw);
  }

  .gateway-card-tall {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .gateway-card-wide {
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .stone-story {
    grid-template-columns: 1fr;
  }

  .stone-story-visual {
    min-height: min(80rem, 95vw);
  }

  .stone-story-copy {
    padding: 7rem clamp(1.5rem, 8vw, 7rem);
  }

  .about-section {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .about-heading h2 {
    max-width: 10ch;
  }

  .about-body {
    padding: 2.5rem 0 0;
    border-top: 1px solid rgba(97, 64, 81, 0.24);
    border-left: 0;
  }

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

  .services-heading {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .services-grid article {
    min-height: 20rem;
  }

  .site-footer {
    grid-template-columns: 1.3fr repeat(3, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 76px;
  }

  .site-header,
  .site-header.is-scrolled {
    height: var(--header-height);
  }

  .header-main {
    height: 76px;
    padding: 0 1rem;
  }

  .primary-nav {
    display: none;
  }

  .menu-trigger-label,
  .shortlist-trigger > span:first-child {
    display: none;
  }

  .menu-trigger {
    display: grid;
    grid-template-columns: 1.25rem;
  }

  .wordmark {
    width: 5.15rem;
  }

  .header-actions {
    gap: 0.6rem;
  }

  .shortlist-count {
    width: 1.65rem;
    height: 1.65rem;
  }

  .hero {
    min-height: 100svh;
    padding-top: var(--header-height);
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(34, 16, 27, 0.98) 0%, rgba(47, 23, 37, 0.53) 56%, rgba(36, 22, 31, 0.1) 100%),
      linear-gradient(90deg, rgba(34, 16, 27, 0.22), transparent 72%);
  }

  .hero-copy {
    width: auto;
    margin: 0 1.25rem 6rem;
  }

  .hero h1 {
    font-size: clamp(3.45rem, 17vw, 5.8rem);
  }

  .hero-links {
    align-items: stretch;
  }

  .hero-links .text-link {
    min-height: 48px;
    padding-left: 1rem;
  }

  .scroll-cue {
    display: none;
  }

  .collection-gateway {
    padding: 6rem 1rem;
  }

  .about-section {
    gap: 2.5rem;
    padding: 6rem 1.25rem;
  }

  .about-heading h2 {
    font-size: clamp(3.4rem, 15vw, 5.8rem);
  }

  .about-body {
    gap: 2.5rem;
    padding-top: 2rem;
  }

  .about-values div {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .jewel-grid {
    grid-template-columns: 1fr;
    gap: 3.25rem;
  }

  .jewel-card.is-feature .jewel-media,
  .jewel-media {
    aspect-ratio: 4 / 5;
  }

  .jewel-copy {
    min-height: 0;
    padding: 1.1rem 1rem 1.25rem;
  }

  .jewel-title {
    font-size: clamp(1.9rem, 8vw, 2.5rem);
  }

  .jewel-summary {
    display: block;
    margin-top: 0.45rem;
    font-size: 0.88rem;
  }

  .gateway-heading {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }

  .gateway-heading h2 {
    font-size: clamp(3.35rem, 15vw, 5.7rem);
  }

  .gateway-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(31rem, 132vw) minmax(17rem, 64vw) minmax(22rem, 78vw);
    gap: 0.65rem;
  }

  .gateway-card-copy {
    inset: auto 1.2rem 1.2rem;
    grid-template-columns: 1fr;
  }

  .gateway-card-copy strong {
    font-size: clamp(1.9rem, 9vw, 3rem);
  }

  .gateway-card-copy > span:last-child {
    display: none;
  }

  .gateway-card::after {
    inset: 0.45rem;
  }

  .stone-story-visual {
    min-height: 80vh;
  }

  .stone-story-primary {
    inset: 5% 10% 18% 5%;
  }

  .stone-story-secondary {
    width: 45%;
    height: 38%;
    right: 3%;
    bottom: 4%;
    border-width: 0.35rem;
  }

  .stone-story-visual > p {
    top: 7%;
    right: 3%;
    font-size: 1.25rem;
  }

  .stone-story-copy {
    padding: 6rem 1.25rem;
  }

  .stone-story h2 {
    font-size: clamp(3.3rem, 15vw, 5.6rem);
  }

  .stone-story-links {
    align-items: flex-start;
    flex-direction: column;
  }

  .filter-bar {
    top: var(--header-height);
  }

  .client-services {
    padding: 6rem 1.25rem;
  }

  .services-heading h2 {
    font-size: clamp(3.2rem, 15vw, 5.5rem);
  }

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

  .services-grid article {
    min-height: 18rem;
    padding: 2rem 0;
  }

  .services-grid article + article {
    border-top: 1px solid rgba(97, 64, 81, 0.24);
    border-left: 0;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 1.5rem;
    padding: 5rem 1.25rem 2rem;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-column:last-of-type {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
  }

  .menu-dialog-brand {
    padding: 1.5rem 1.25rem;
  }

  .menu-dialog-brand strong {
    font-size: 1.35rem;
  }

  .menu-dialog-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 3.5rem 1.25rem 2.5rem;
  }

  .menu-primary a {
    font-size: clamp(2.5rem, 12vw, 4.2rem);
  }

  .menu-dialog-contact {
    flex-direction: column;
    margin: 0 1.25rem;
  }
}

@media (max-width: 430px) {
  .gateway-grid {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(30rem, 140vw) repeat(2, minmax(24rem, 112vw)) minmax(24rem, 105vw);
  }

  .gateway-card-tall,
  .gateway-card-wide {
    grid-column: 1;
  }

  .gateway-card-tall {
    grid-row: 1;
  }

  .gateway-card-wide {
    grid-row: 4;
  }

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

  .footer-brand,
  .footer-column:last-of-type {
    grid-column: 1;
  }
}
