@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/cormorant-garamond-normal-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/cormorant-garamond-normal-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/cormorant-garamond-italic-latin-ext.woff2") format("woff2");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/assets/cormorant-garamond-italic-latin.woff2") format("woff2");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Outfit";
  src: url("/assets/outfit-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Outfit";
  src: url("/assets/outfit-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --navy-950: #080e19;
  --navy-900: #0b1322;
  --ivory: #f6f2e9;
  --ivory-soft: rgba(246, 242, 233, 0.7);
  --gold: #c9a24b;
  --gold-light: #e0c16f;
  --line: rgba(201, 162, 75, 0.28);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Outfit", Arial, sans-serif;
}

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

html {
  height: 100%;
  background: var(--navy-950);
  color-scheme: dark;
}

body {
  height: 100%;
  min-width: 320px;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(35, 51, 78, 0.35), transparent 31rem),
    var(--navy-950);
  color: var(--ivory);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

a:focus-visible {
  border-radius: 3px;
  outline: 2px solid var(--gold-light);
  outline-offset: 5px;
}

.holding {
  display: grid;
  height: 100vh;
  height: 100dvh;
  min-height: 0;
  grid-template-columns: minmax(380px, 0.78fr) minmax(520px, 1.22fr);
  overflow: hidden;
}

.intro {
  z-index: 1;
  display: flex;
  height: 100vh;
  height: 100dvh;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(26px, 4.5vh, 48px) clamp(34px, 6vw, 96px);
}

.brand {
  display: block;
  width: min(100%, 330px);
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.message {
  width: min(100%, 610px);
  margin: auto 0;
  padding: clamp(20px, 4vh, 40px) 0 clamp(18px, 3.5vh, 34px);
}

.status {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 clamp(16px, 2.4vh, 24px);
  color: var(--gold-light);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.status span {
  display: block;
  width: 34px;
  height: 1px;
  background: currentColor;
  transform-origin: left;
  animation: line-in 900ms 250ms both cubic-bezier(0.2, 0.75, 0.2, 1);
}

h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.8rem, min(7.4vw, 14.5vh), 8.2rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.76;
}

h1 em {
  color: var(--gold-light);
  font-weight: 500;
}

.lead {
  max-width: 460px;
  margin: clamp(18px, 3vh, 28px) 0 0;
  color: var(--ivory-soft);
  font-family: var(--font-display);
  font-size: clamp(1.08rem, min(1.7vw, 2.7vh), 1.45rem);
  font-weight: 500;
  line-height: 1.5;
}

.contacts {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(18px, 3vw, 48px);
  padding-top: clamp(14px, 2.5vh, 22px);
  border-top: 1px solid var(--line);
}

.contacts address,
.contacts p {
  margin: 0;
  font-style: normal;
}

.contacts address > a,
.contact-list a {
  font-family: var(--font-display);
  font-size: clamp(1rem, min(1.3vw, 2.2vh), 1.12rem);
  font-weight: 500;
  line-height: 1.45;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.contacts address > a {
  display: inline-flex;
  align-items: flex-end;
  gap: 10px;
}

.contacts address svg {
  flex: 0 0 auto;
  margin-bottom: 4px;
  color: var(--gold-light);
}

.contact-list {
  display: grid;
  align-content: start;
  gap: clamp(10px, 1.8vh, 15px);
}

.contact-label {
  display: block;
  margin-bottom: 5px;
  color: var(--ivory-soft);
  font-size: 0.67rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.history {
  margin: clamp(12px, 2.2vh, 20px) 0 0;
  color: rgba(246, 242, 233, 0.44);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.history span {
  padding: 0 8px;
  color: var(--gold);
}

.storefront {
  position: relative;
  height: calc(100vh - 32px);
  height: calc(100dvh - 32px);
  min-height: 0;
  overflow: hidden;
  margin: 16px 16px 16px 0;
  background: #c2b68e;
  border-radius: 48% 48% 18px 18px / 15% 15% 18px 18px;
  box-shadow: -24px 0 70px rgba(0, 0, 0, 0.22);
  isolation: isolate;
  animation: image-in 900ms both cubic-bezier(0.2, 0.75, 0.2, 1);
}

.storefront::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(8, 14, 25, 0.02) 48%, rgba(8, 14, 25, 0.62) 100%);
  content: "";
  pointer-events: none;
}

.storefront picture {
  position: absolute;
  inset: 0;
  display: block;
}

.storefront img {
  display: block;
  width: 100%;
  height: 100%;
}

.storefront img {
  object-fit: cover;
  object-position: 66% center;
  filter: saturate(0.88) contrast(1.02);
  transition: transform 1.2s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.storefront figcaption {
  position: absolute;
  right: clamp(24px, 4vw, 54px);
  bottom: clamp(24px, 4vw, 48px);
  left: clamp(24px, 4vw, 54px);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid rgba(246, 242, 233, 0.46);
  color: rgba(246, 242, 233, 0.88);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
  .contacts a:hover {
    color: var(--gold-light);
    text-decoration-color: currentColor;
  }

  .storefront:hover img {
    transform: scale(1.015);
  }
}

@media (max-width: 1120px) {
  .holding {
    grid-template-columns: minmax(340px, 0.9fr) minmax(430px, 1.1fr);
  }

  .intro {
    padding-inline: clamp(30px, 4.8vw, 58px);
  }

  .contacts {
    gap: 16px;
  }

  .contact-list a {
    overflow-wrap: anywhere;
  }
}

@media (min-width: 761px) and (max-height: 700px) {
  .intro {
    padding-block: 20px;
  }

  .brand {
    width: min(100%, 280px);
  }

  .message {
    padding-block: 12px;
  }

  .status {
    margin-bottom: 12px;
    font-size: 0.66rem;
  }

  h1 {
    font-size: clamp(3.35rem, min(6.8vw, 13vh), 6rem);
  }

  .lead {
    margin-top: 14px;
    font-size: 1rem;
    line-height: 1.32;
  }

  .contacts {
    padding-top: 12px;
  }

  .contact-list {
    gap: 8px;
  }

  .contact-label {
    margin-bottom: 3px;
    font-size: 0.6rem;
  }

  .history {
    margin-top: 10px;
    font-size: 0.58rem;
  }

  .storefront {
    height: calc(100vh - 20px);
    height: calc(100dvh - 20px);
    margin: 10px 10px 10px 0;
  }

  .storefront figcaption {
    right: 30px;
    bottom: 24px;
    left: 30px;
  }
}

@media (max-width: 760px) {
  .holding {
    display: flex;
    height: 100vh;
    height: 100svh;
    flex-direction: column;
    overflow: hidden;
  }

  .intro {
    height: auto;
    min-height: 0;
    flex: 1 1 auto;
    padding: clamp(12px, 2.1svh, 18px) 20px clamp(10px, 1.7svh, 15px);
  }

  .brand {
    width: min(64vw, 240px);
  }

  .message {
    margin: auto 0;
    padding: clamp(12px, 2.4svh, 21px) 0 clamp(10px, 2svh, 18px);
  }

  h1 {
    font-size: clamp(2.65rem, min(14.2vw, 8.2svh), 4.8rem);
    line-height: 0.78;
  }

  .lead {
    max-width: 34rem;
    margin-top: clamp(10px, 1.8svh, 16px);
    font-size: clamp(0.9rem, min(4vw, 2.2svh), 1.08rem);
    line-height: 1.34;
  }

  .contacts {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
    padding-top: clamp(9px, 1.6svh, 13px);
  }

  .contacts address > a,
  .contact-list a {
    font-size: clamp(0.86rem, 3.6vw, 1rem);
    line-height: 1.25;
  }

  .contacts address svg {
    width: 15px;
    height: 15px;
  }

  .contact-list {
    gap: 8px;
  }

  .contact-label {
    margin-bottom: 3px;
    font-size: 0.55rem;
  }

  .history {
    margin-top: clamp(7px, 1.4svh, 12px);
    font-size: 0.54rem;
    line-height: 1.25;
    white-space: nowrap;
  }

  .storefront {
    order: -1;
    width: calc(100% - 20px);
    height: auto;
    min-height: 0;
    flex: 0 0 clamp(210px, 36svh, 304px);
    margin: 10px 10px 0;
    border-radius: 48% 48% 12px 12px / 22% 22% 12px 12px;
  }

  .storefront img {
    object-position: 66% center;
  }

  .storefront figcaption {
    right: 24px;
    bottom: 20px;
    left: 24px;
    padding-top: 9px;
    font-size: 0.55rem;
  }
}

@media (max-width: 520px) {
  .status {
    gap: 9px;
    margin-bottom: clamp(8px, 1.4svh, 11px);
    font-size: 0.59rem;
    letter-spacing: 0.11em;
  }

  .status span {
    width: 24px;
  }

  .contacts {
    grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  }

  .contact-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .contact-list a {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 390px) {
  .intro {
    padding-inline: 16px;
  }

  .brand {
    width: min(62vw, 220px);
  }

  .contacts address > a,
  .contact-list a {
    font-size: 0.86rem;
  }
}

@media (max-width: 760px) and (max-height: 650px) {
  .storefront {
    flex-basis: clamp(135px, 28svh, 180px);
    margin-top: 8px;
  }

  .intro {
    padding: 9px 16px 7px;
  }

  .brand {
    width: min(58vw, 200px);
  }

  .message {
    padding-block: 7px;
  }

  .status {
    margin-bottom: 6px;
    font-size: 0.52rem;
  }

  h1 {
    font-size: clamp(2.35rem, min(13vw, 8.5svh), 3.5rem);
  }

  .lead {
    margin-top: 7px;
    font-size: 0.82rem;
    line-height: 1.25;
  }

  .contacts {
    gap: 8px;
    padding-top: 7px;
  }

  .contacts address > a,
  .contact-list a {
    font-size: 0.78rem;
    line-height: 1.16;
  }

  .contact-list {
    gap: 5px;
  }

  .contact-label {
    margin-bottom: 2px;
    font-size: 0.48rem;
  }

  .history {
    margin-top: 5px;
    font-size: 0.47rem;
  }

  .storefront figcaption {
    bottom: 13px;
    padding-top: 7px;
    font-size: 0.49rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@keyframes image-in {
  from {
    opacity: 0;
    transform: translateX(18px);
  }
}

@keyframes line-in {
  from {
    transform: scaleX(0);
  }
}
