@font-face {
  font-family: "ITC Benguiat";
  src: url("font/ITCBenguiatStdBookCn.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --ivory: #f8f4ed;
  --charcoal: #2c2a28;
  --gold: #d4af37;
  --champagne: #e8dcc8;
  --terracotta: #a5563f;
  --emerald: #0f5c4d;
  --frame-black: #111111;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  background: var(--frame-black);
  color: var(--ivory);
  font-family: "EB Garamond", Georgia, "Times New Roman", serif;
}

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

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

.page-shell {
  width: min(100%, 1360px);
  margin: 0 auto;
  padding: 18px;
}

.hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

.hero-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 8px 22px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.28em;
}

.nav-wordmark {
  color: var(--gold);
}

.nav-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.hero-frame {
  position: relative;
  flex: 1;
  min-height: calc(100svh - 72px);
  overflow: hidden;
  background: var(--frame-black);
  border: 1px solid rgba(248, 244, 237, 0.12);
}

.hero-carousel {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-position: center 35%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide-1 {
  background-image: linear-gradient(rgba(17, 17, 17, 0.3), rgba(17, 17, 17, 0.5)), url("oxblood-clean.png");
}

.hero-slide-2 {
  background-image:
    linear-gradient(rgba(17, 17, 17, 0.28), rgba(17, 17, 17, 0.56)),
    url("https://images.unsplash.com/photo-1772638904164-eed7c6b1e57e?crop=entropy&cs=srgb&fm=jpg&ixid=M3wxMjA3fDB8MXxzZWFyY2h8MzJ8fGx1eHVyeSUyMHdhdGNoJTIwY2xvc2UlMjB1cCUyMGhhbmQlMjBkYXJrJTIwZWRpdG9yaWFsfGVufDF8MHx8fDE3NDkxMjYwOTN8MA&ixlib=rb-4.1.0&q=85");
  background-position: center 42%;
}

.hero-slide-3 {
  background-image:
    linear-gradient(rgba(17, 17, 17, 0.28), rgba(17, 17, 17, 0.58)),
    url("https://unsplash.com/photos/YasArQs292k/download?force=true");
  background-position: center 32%;
}

.hero-slide-4 {
  background-image:
    linear-gradient(rgba(17, 17, 17, 0.16), rgba(17, 17, 17, 0.46)),
    url("white-clean.png");
  background-position: center 42%;
}

.hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.08) 0%, rgba(17, 17, 17, 0.35) 56%, rgba(17, 17, 17, 0.82) 100%);
}

.hero-corner {
  position: absolute;
  z-index: 2;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(248, 244, 237, 0.88);
  max-width: min(42vw, 430px);
  line-height: 1.5;
}

.hero-corner-top-left {
  top: 24px;
  left: 24px;
}

.hero-corner-top-right {
  top: 24px;
  right: 24px;
}

.hero-corner-bottom-left {
  left: 24px;
  bottom: 24px;
}

.hero-corner-bottom-right {
  right: 24px;
  bottom: 24px;
  display: grid;
  justify-items: end;
  gap: 6px;
  text-align: right;
}

.hero-ghost {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2vw;
  padding: 7vw 0 0 2.8vw;
  color: rgba(248, 244, 237, 0.11);
  font-family: "EB Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(5rem, 13vw, 11.5rem);
  line-height: 0.88;
  text-transform: lowercase;
  pointer-events: none;
}

.hero-copy {
  position: absolute;
  z-index: 2;
  inset: auto 0 7.2vw;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 18px;
  padding: 0 24px;
}

.hero-kicker,
.hero-summary {
  margin: 0;
  max-width: 60ch;
  text-wrap: pretty;
}

.hero-kicker {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(248, 244, 237, 0.88);
}

.hero h1 {
  margin: 0;
  font-family: "ITC Benguiat", Georgia, "Times New Roman", serif;
  font-size: clamp(4.6rem, 14vw, 9rem);
  line-height: 0.9;
  font-weight: 500;
  color: var(--ivory);
}


.hero-summary {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(248, 244, 237, 0.92);
}

main {
  background: var(--ivory);
  color: var(--charcoal);
}

section,
.closing-band {
  padding: clamp(56px, 8vw, 104px) clamp(20px, 4vw, 48px);
}

.section-marker {
  color: var(--terracotta);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.intro-band {
  border-top: 1px solid rgba(44, 42, 40, 0.08);
}

.section-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: start;
}

.section-copy h2,
.image-band-copy h2,
.private-text h2,
.closing-copy h2 {
  margin: 0 0 20px;
  font-family: "EB Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 0.98;
  font-weight: 500;
  text-wrap: balance;
}

.section-copy p,
.image-band-copy p,
.private-text p,
.closing-copy p,
.collection-list p,
.private-notes p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 66ch;
  color: rgba(44, 42, 40, 0.84);
}

.collection-list {
  display: grid;
  gap: 24px;
}

.collection-list article {
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(44, 42, 40, 0.12);
}

.collection-list span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--emerald);
}

.collection-list h3 {
  margin: 0 0 10px;
  font-family: "EB Garamond", Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1.05;
  font-weight: 500;
}

.image-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
  background: linear-gradient(180deg, rgba(232, 220, 200, 0.42), rgba(248, 244, 237, 0.88));
}

.image-panel {
  min-height: 420px;
}

.image-panel img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border: 1px solid rgba(44, 42, 40, 0.08);
}

.private-client-band {
  background: var(--charcoal);
  color: var(--ivory);
}

.private-client-band .section-marker {
  color: var(--gold);
}

.private-layout {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 42px;
}

.private-client-band h2,
.private-client-band p {
  color: inherit;
}

.private-notes {
  display: grid;
  gap: 22px;
}

.private-notes div {
  padding-top: 16px;
  border-top: 1px solid rgba(248, 244, 237, 0.14);
}

.private-notes strong {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: var(--champagne);
  font-weight: 500;
}

.closing-band {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: end;
  background: var(--ivory);
  color: var(--charcoal);
  border-top: 1px solid rgba(44, 42, 40, 0.08);
}

.closing-logo {
  width: 110px;
}

.closing-link {
  font-size: 0.94rem;
  letter-spacing: 0.08em;
  color: var(--terracotta);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-slide {
    animation: hero-fade 24s infinite;
  }

  .hero-slide-1 {
    animation-delay: 0s;
  }

  .hero-slide-2 {
    animation-delay: 6s;
  }

  .hero-slide-3 {
    animation-delay: 12s;
  }

  .hero-slide-4 {
    animation-delay: 18s;
  }

  .hero-copy,
  .section-grid,
  .image-band,
  .private-layout,
  .closing-band {
    animation: rise 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .hero-ghost span:nth-child(2) {
    animation: ghost-drift 14s linear infinite;
  }
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-fade {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ghost-drift {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide-1 {
    opacity: 1;
  }
}

@media (max-width: 900px) {
  .hero-nav,
  .nav-links,
  .section-grid,
  .image-band,
  .private-layout,
  .closing-band {
    grid-template-columns: 1fr;
    display: grid;
  }

  .hero-nav {
    gap: 14px;
    justify-items: start;
  }

  .nav-links {
    gap: 10px 18px;
    justify-content: start;
  }

  .hero-ghost {
    padding-top: 26vw;
    gap: 6vw;
    font-size: clamp(4rem, 22vw, 8rem);
  }

  .hero-copy {
    inset: auto 0 92px;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 18vw, 5.6rem);
  }

  .image-panel,
  .image-panel img {
    min-height: 320px;
  }

  .closing-band {
    align-items: start;
  }
}

@media (max-width: 640px) {
  .page-shell {
    padding: 10px;
  }

  .hero-frame {
    min-height: calc(100svh - 92px);
  }

  .hero-corner {
    font-size: 10px;
    letter-spacing: 0.2em;
    max-width: calc(50vw - 28px);
  }

  .hero-corner-top-left,
  .hero-corner-top-right {
    top: 18px;
  }

  .hero-corner-top-left,
  .hero-corner-bottom-left {
    left: 18px;
  }

  .hero-corner-top-right,
  .hero-corner-bottom-right {
    right: 18px;
  }

  .hero-corner-bottom-left,
  .hero-corner-bottom-right {
    bottom: 18px;
  }

  .hero-kicker {
    font-size: 10px;
  }

  .hero-summary,
  .section-copy p,
  .image-band-copy p,
  .private-text p,
  .closing-copy p,
  .collection-list p,
  .private-notes p {
    font-size: 0.95rem;
  }

  .section-copy h2,
  .image-band-copy h2,
  .private-text h2,
  .closing-copy h2 {
    font-size: clamp(1.9rem, 10vw, 2.8rem);
  }
}
