@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");

:root {
  --plum: #281331;
  --plum-2: #341b3d;
  --plum-3: #160a1d;
  --gold: #d7b078;
  --gold-2: #f2dba7;
  --ivory: #fff7ea;
  --muted: rgba(255, 247, 234, 0.78);
  --line: rgba(215, 176, 120, 0.48);
  --shadow: 0 26px 80px rgba(9, 3, 13, 0.45);
  --latin: "Cormorant Garamond", "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --jp: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  overflow-x: hidden;
  background: var(--plum);
  color: var(--ivory);
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--plum);
  color: var(--ivory);
  font-family: var(--jp);
  font-feature-settings: "palt" 1;
  letter-spacing: 0;
}

main {
  position: relative;
  overflow: hidden;
  background: var(--plum);
  isolation: isolate;
}

main::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(242, 219, 167, 0.08), transparent 28%),
    radial-gradient(circle at 84% 34%, rgba(121, 67, 112, 0.24), transparent 34%),
    linear-gradient(180deg, rgba(40, 19, 49, 0), rgba(22, 9, 28, 0.22) 62%, rgba(15, 6, 20, 0.34));
  background-position: center top, center top, center top;
  background-repeat: no-repeat;
  background-size: 1200px 900px, 1200px 900px, 100% 100%;
  opacity: 0.28;
  content: "";
}

main > * {
  position: relative;
  z-index: 1;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: 0.24;
  content: "";
}

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

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

button,
input,
textarea {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.av-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  width: 100%;
  min-height: 86px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding: 24px clamp(28px, 4.8vw, 68px) 16px;
  color: var(--gold-2);
  isolation: isolate;
  pointer-events: none;
}

.av-header::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(14, 5, 18, 0.78) 0%, rgba(14, 5, 18, 0.42) 68%, rgba(14, 5, 18, 0) 100%);
  content: "";
  pointer-events: none;
}

.av-header__brand,
.av-menu-button,
.av-nav {
  pointer-events: auto;
}

.av-header__brand {
  color: var(--gold-2);
  font-family: var(--latin);
  font-size: clamp(1.95rem, 2.15vw, 2.36rem);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.7);
}

.av-header__brand::after,
.av-ornament {
  width: 110px;
  height: 13px;
  display: block;
  margin: 11px auto 0;
  border-top: 1px solid rgba(242, 219, 167, 0.76);
  border-bottom: 1px solid rgba(242, 219, 167, 0.23);
  border-radius: 50%;
  content: "";
}

.av-ornament {
  margin-top: 17px;
}

.av-ornament--left {
  margin-left: 0;
  margin-right: 0;
}

.av-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.2vw, 50px);
  padding-top: 8px;
  color: rgba(255, 247, 234, 0.92);
  font-family: var(--latin);
  font-size: clamp(0.9rem, 1.05vw, 1.08rem);
  text-transform: lowercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.58);
}

.av-nav a {
  transition: color 180ms ease, opacity 180ms ease;
}

.av-nav a:hover,
.av-nav a:focus {
  color: var(--gold-2);
}

.av-menu-button {
  display: none;
}

.av-menu-button span:first-child {
  pointer-events: none;
}

.av-hero {
  position: relative;
  min-height: 680px;
  height: min(75svh, 820px);
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 0;
}

.av-hero__image,
.av-hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.av-hero__image {
  z-index: -2;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.av-hero__veil {
  z-index: -1;
  background:
    radial-gradient(circle at 49% 45%, rgba(20, 8, 24, 0), rgba(16, 6, 20, 0.26) 55%, rgba(12, 4, 16, 0.58) 100%),
    linear-gradient(180deg, rgba(14, 5, 18, 0.12), rgba(14, 5, 18, 0.05) 46%, rgba(14, 5, 18, 0.2));
}

.av-hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 0;
  height: clamp(190px, 26vw, 340px);
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(22, 9, 28, 0) 0%,
      rgba(22, 9, 28, 0.44) 38%,
      rgba(34, 15, 42, 0.9) 76%,
      var(--plum) 100%
    );
  content: "";
}

.av-hero__content {
  position: relative;
  z-index: 1;
  width: min(980px, calc(100% - 42px));
  margin-top: 5.8rem;
  text-align: center;
  text-shadow: 0 5px 34px rgba(7, 2, 10, 0.78);
}

.av-hero__logo {
  width: min(860px, 92vw);
  margin: 0 auto;
  opacity: 0.94;
  filter:
    drop-shadow(0 4px 16px rgba(0, 0, 0, 0.72))
    drop-shadow(0 0 18px rgba(242, 219, 167, 0.18));
}

.av-hero h1.av-hero__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.av-hero h1 {
  position: relative;
  max-width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0 52px;
  color: var(--gold-2);
  font-family: var(--latin);
  font-size: clamp(5.2rem, 7.1vw, 7.25rem);
  font-weight: 400;
  line-height: 0.94;
  white-space: nowrap;
}

.av-hero h1::before,
.av-hero h1::after {
  position: absolute;
  top: 54%;
  width: 38px;
  height: 17px;
  border-top: 1px solid rgba(242, 219, 167, 0.82);
  border-bottom: 1px solid rgba(242, 219, 167, 0.4);
  border-radius: 50%;
  content: "";
}

.av-hero h1::before {
  left: 0;
}

.av-hero h1::after {
  right: 0;
}

.av-hero__content p {
  width: fit-content;
  max-width: 100%;
  margin: 28px auto 0;
  color: rgba(255, 247, 234, 0.95);
  font-size: clamp(1rem, 1.1vw, 1.18rem);
  line-height: 1.9;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.av-hero__content p::after {
  width: 92px;
  height: 12px;
  display: block;
  margin: 18px auto 0;
  border-top: 1px solid rgba(242, 219, 167, 0.5);
  border-bottom: 1px solid rgba(242, 219, 167, 0.18);
  border-radius: 50%;
  content: "";
}

.av-home-about {
  position: relative;
  z-index: 2;
  margin-top: clamp(-150px, -12vw, -74px);
  padding: clamp(96px, 13vw, 164px) 0 clamp(64px, 8vw, 110px);
  background: transparent;
  isolation: isolate;
}

.av-home-about::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: clamp(260px, 31vw, 420px);
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(40, 19, 49, 0) 0%, rgba(40, 19, 49, 0.88) 30%, var(--plum) 58%, var(--plum) 100%);
  content: "";
}

.av-feature-panel {
  position: relative;
  width: min(1200px, calc(100% - 80px));
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(420px, 1.14fr);
  align-items: center;
  gap: clamp(56px, 7vw, 94px);
  margin: 0 auto;
  padding: clamp(56px, 7vw, 86px) clamp(54px, 7vw, 86px);
  border: 1px solid rgba(215, 176, 120, 0.58);
  background:
    linear-gradient(180deg, rgba(69, 36, 76, 0.28), rgba(31, 14, 39, 0.28)),
    rgba(40, 19, 49, 0.95);
  box-shadow: inset 0 0 0 12px rgba(242, 219, 167, 0.026), var(--shadow);
}

.av-feature-panel::before,
.av-feature-panel::after,
.av-brand-message::before {
  position: absolute;
  width: 74px;
  height: 74px;
  border-color: rgba(242, 219, 167, 0.48);
  border-style: solid;
  content: "";
  pointer-events: none;
}

.av-feature-panel::before,
.av-brand-message::before {
  top: 18px;
  left: 18px;
  border-width: 1px 0 0 1px;
}

.av-feature-panel::after {
  right: 18px;
  bottom: 18px;
  border-width: 0 1px 1px 0;
}

.av-feature-panel__text {
  text-align: center;
}

.av-feature-panel h2,
.av-brand-message__content p,
.av-footer__brand,
.av-page-hero h1 {
  margin: 0;
  color: var(--gold-2);
  font-family: var(--latin);
  font-weight: 400;
}

.av-feature-panel h2 {
  font-size: clamp(2.65rem, 4vw, 3.25rem);
  line-height: 1.05;
}

.av-feature-panel__text p {
  width: min(100%, 31em);
  margin: 34px auto 28px;
  color: rgba(255, 247, 234, 0.9);
  font-size: clamp(0.96rem, 1.05vw, 1.05rem);
  font-weight: 500;
  line-height: 2.05;
}

.av-feature-panel__text p span {
  display: block;
}

.av-view-more {
  min-width: 172px;
  min-height: 44px;
  display: inline-grid;
  grid-template-columns: 1fr 21px;
  align-items: center;
  justify-content: center;
  column-gap: 13px;
  padding: 0 15px 0 26px;
  border: 1px solid rgba(242, 219, 167, 0.5);
  border-radius: 999px;
  background: rgba(45, 22, 55, 0.58);
  color: rgba(255, 247, 234, 0.95);
  font-family: var(--latin);
  font-size: 0.94rem;
  line-height: 1;
  box-shadow: inset 0 0 18px rgba(255, 242, 211, 0.035);
}

.av-view-more > span {
  width: 21px;
  height: 21px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold-2);
  color: var(--plum);
  font-family: var(--latin);
  font-size: 1.08rem;
  line-height: 0.82;
  padding-bottom: 2px;
}

.av-feature-panel__image,
.av-arched-media,
.av-footer__arch {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(215, 176, 120, 0.5);
  border-radius: 240px 240px 0 0 / 142px 142px 0 0;
  box-shadow: var(--shadow);
}

.av-feature-panel__image img,
.av-arched-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.56 / 1;
  object-fit: cover;
}

.av-card-section {
  padding: 0 0 clamp(78px, 9vw, 130px);
  background: transparent;
}

.av-card-grid {
  width: min(1200px, calc(100% - 80px));
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  margin: 0 auto;
}

.av-card {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(215, 176, 120, 0.58);
  border-radius: 9px;
  background: #2e1738;
  color: var(--ivory);
  text-align: center;
  box-shadow: 0 22px 60px rgba(10, 3, 14, 0.34);
}

.av-card::before {
  position: absolute;
  inset: 8px;
  z-index: 2;
  border: 1px solid rgba(242, 219, 167, 0.2);
  border-radius: 6px;
  content: "";
  pointer-events: none;
}

.av-card__image {
  width: 100%;
  aspect-ratio: 1.1 / 1;
  object-fit: cover;
  transition: transform 420ms ease;
}

.av-card__body {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
  min-height: 275px;
  padding: 24px 16px 22px;
  background:
    linear-gradient(180deg, rgba(64, 33, 73, 0.98), rgba(43, 22, 54, 0.99));
}

.av-card__icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.av-card__title {
  color: var(--gold-2);
  font-family: var(--latin);
  font-size: 1.08rem;
  line-height: 1.2;
}

.av-card__text {
  display: grid;
  gap: 4px;
  min-height: 5.8em;
  color: rgba(255, 247, 234, 0.87);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.62;
}

.av-card__more {
  min-width: 128px;
  min-height: 34px;
  grid-template-columns: 1fr 18px;
  column-gap: 9px;
  margin-top: auto;
  padding: 0 10px 0 18px;
  font-size: 0.76rem;
}

.av-card__more > span {
  width: 18px;
  height: 18px;
  font-size: 0.92rem;
  padding-bottom: 1px;
}

.av-card:hover .av-card__image,
.av-card:focus .av-card__image {
  transform: scale(1.035);
}

.av-brand-message {
  position: relative;
  width: min(1200px, calc(100% - 80px));
  min-height: 390px;
  display: grid;
  align-items: center;
  margin: 0 auto clamp(78px, 9vw, 118px);
  overflow: hidden;
  border: 1px solid rgba(215, 176, 120, 0.55);
  background: var(--plum);
  box-shadow: var(--shadow);
}

.av-brand-message::after {
  position: absolute;
  inset: 12px;
  z-index: 2;
  border: 1px solid rgba(242, 219, 167, 0.16);
  content: "";
  pointer-events: none;
}

.av-brand-message > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.av-brand-message__content {
  position: relative;
  z-index: 3;
  width: min(520px, 56%);
  padding-left: clamp(48px, 7vw, 82px);
  text-shadow: 0 4px 26px rgba(6, 2, 8, 0.8);
}

.av-brand-message__content p {
  font-size: clamp(3rem, 4.4vw, 4.2rem);
  line-height: 1.05;
}

.av-brand-message__content > span:not(.av-ornament) {
  display: block;
  margin-top: 16px;
  color: rgba(255, 247, 234, 0.9);
  font-size: 1.02rem;
  line-height: 1.8;
}

.av-social {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 28px;
}

.av-social a,
.av-social span {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
}

.av-social img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.av-footer {
  border-top: 1px solid rgba(215, 176, 120, 0.24);
  background:
    linear-gradient(180deg, rgba(52, 27, 61, 0.98), #23102b 78%, #1b0c22);
  color: var(--ivory);
}

.av-footer__inner {
  width: min(1200px, calc(100% - 80px));
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) minmax(120px, 0.42fr) minmax(220px, 0.74fr) minmax(300px, 0.95fr);
  align-items: center;
  gap: 54px;
  margin: 0 auto;
  padding: 66px 0 58px;
}

.av-footer__brand {
  font-size: clamp(2.3rem, 3vw, 3rem);
  line-height: 1.05;
}

.av-footer__tagline {
  margin: 20px 0 0;
  color: rgba(255, 247, 234, 0.84);
  line-height: 1.9;
}

.av-footer__links {
  display: grid;
  align-content: start;
  gap: 10px;
}

.av-footer__links p {
  margin: 0 0 8px;
  color: var(--gold-2);
  font-family: var(--latin);
  font-size: 1.1rem;
}

.av-footer__links a {
  color: rgba(255, 247, 234, 0.84);
  font-size: 0.92rem;
  line-height: 1.45;
}

.av-footer__arch img {
  width: 100%;
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
}

.av-footer__copy {
  margin: 0;
  padding: 20px 24px 30px;
  border-top: 1px solid rgba(215, 176, 120, 0.2);
  color: rgba(242, 219, 167, 0.72);
  font-family: var(--latin);
  text-align: center;
}

.av-mobile-dock {
  display: none;
}

.av-page-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center start;
  padding: 128px max(28px, calc((100vw - 1120px) / 2)) 70px;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 0;
}

.av-page-hero img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.av-page-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(40, 19, 49, 0) 48%, rgba(40, 19, 49, 0.64) 82%, var(--plum) 100%),
    linear-gradient(90deg, rgba(15, 6, 19, 0.9), rgba(24, 9, 29, 0.56) 42%, rgba(24, 9, 29, 0.1)),
    linear-gradient(180deg, rgba(15, 6, 19, 0.18), rgba(15, 6, 19, 0.44));
  content: "";
}

.av-page-hero__content {
  width: min(680px, calc(100% - 32px));
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.65);
}

.av-page-hero__content p {
  margin: 0 0 12px;
  color: var(--gold-2);
  font-family: var(--latin);
  font-size: 1.05rem;
}

.av-page-hero h1 {
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 1.12;
  line-break: strict;
  text-wrap: balance;
  word-break: auto-phrase;
}

.av-page-hero__content > span {
  display: block;
  width: min(100%, 34em);
  margin-top: 20px;
  color: rgba(255, 247, 234, 0.9);
  line-height: 1.9;
}

.av-page-section {
  position: relative;
  padding: clamp(70px, 8vw, 112px) 0;
  background: transparent;
}

.page-sub .av-page-section:first-of-type {
  margin-top: -44px;
  padding-top: clamp(100px, 10vw, 140px);
  isolation: isolate;
}

.page-sub .av-page-section:first-of-type::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 150px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(40, 19, 49, 0) 0%, var(--plum) 78%);
  content: "";
}

.av-page-section + .av-page-section {
  padding-top: 0;
}

.av-split,
.av-panel,
.av-product-list,
.av-table-wrap {
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto;
}

.av-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: center;
  gap: clamp(42px, 7vw, 76px);
}

.av-split--profile {
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
}

.av-split--contact {
  align-items: start;
}

.av-editorial,
.av-vision-stage,
.av-values,
.av-product-showcase,
.av-contact-layout {
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto;
}

.av-editorial {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(44px, 7vw, 82px);
  isolation: isolate;
}

.av-editorial::before {
  position: absolute;
  inset: 10% -3% 7% 18%;
  z-index: -1;
  border: 1px solid rgba(215, 176, 120, 0.16);
  background: rgba(255, 247, 234, 0.018);
  content: "";
}

.av-editorial--profile {
  grid-template-columns: minmax(270px, 0.5fr) minmax(0, 0.7fr);
}

.av-editorial__copy {
  position: relative;
}

.av-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-family: var(--latin);
  font-size: 0.94rem;
  letter-spacing: 0.04em;
}

.av-editorial__copy h2,
.av-vision-stage h2,
.av-product-showcase h2,
.av-contact-note h2 {
  margin: 0 0 24px;
  color: var(--gold-2);
  font-family: var(--latin);
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 400;
  line-height: 1.12;
}

.av-media-stack {
  position: relative;
  min-height: 500px;
}

.av-media-frame {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(215, 176, 120, 0.5);
  background: #1f0f28;
  box-shadow: var(--shadow);
}

.av-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.av-media-frame--portal {
  position: absolute;
  inset: 0 0 54px 54px;
  border-radius: 220px 30px 10px 10px / 170px 30px 10px 10px;
}

.av-media-frame--small {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(46%, 260px);
  aspect-ratio: 1 / 1.18;
  border-radius: 16px 120px 16px 16px / 16px 110px 16px 16px;
}

.av-vision-stage,
.av-product-showcase,
.av-contact-note {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(215, 176, 120, 0.42);
  background: #211029;
  box-shadow: var(--shadow);
}

.av-vision-stage {
  min-height: 430px;
  display: grid;
  align-items: end;
  margin-bottom: 28px;
  padding: clamp(34px, 5vw, 54px);
}

.av-vision-stage > img,
.av-product-showcase > img,
.av-contact-note > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.av-vision-stage::after,
.av-product-showcase::after,
.av-contact-note::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 8, 26, 0.88), rgba(20, 8, 26, 0.46) 56%, rgba(20, 8, 26, 0.22)),
    linear-gradient(180deg, rgba(20, 8, 26, 0.08), rgba(20, 8, 26, 0.64));
  content: "";
}

.av-vision-stage__copy,
.av-product-showcase > div,
.av-contact-note > div {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.7);
}

.av-vision-stage__copy span,
.av-product-showcase span,
.av-contact-note p {
  color: rgba(255, 247, 234, 0.9);
  line-height: 2;
}

.av-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.av-value {
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(215, 176, 120, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(77, 40, 84, 0.42), rgba(34, 15, 43, 0.52)),
    rgba(36, 17, 45, 0.82);
  box-shadow: 0 18px 54px rgba(10, 3, 14, 0.28);
}

.av-value > span {
  color: var(--gold);
  font-family: var(--latin);
  font-size: 1.05rem;
}

.av-value h2 {
  margin: 12px 0 10px;
  color: var(--gold-2);
  font-family: var(--latin);
  font-size: 1.6rem;
  font-weight: 400;
}

.av-value p {
  margin: 0;
  color: rgba(255, 247, 234, 0.86);
  line-height: 1.9;
}

.av-product-showcase {
  min-height: 320px;
  display: grid;
  align-items: center;
  margin-bottom: 24px;
  padding: clamp(34px, 5vw, 54px);
  border-radius: 10px;
}

.av-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: clamp(34px, 6vw, 66px);
  align-items: stretch;
}

.av-contact-note {
  min-height: 560px;
  display: grid;
  align-items: end;
  padding: clamp(30px, 5vw, 48px);
  border-radius: 12px 180px 12px 12px / 12px 150px 12px 12px;
}

.av-richtext,
.av-panel,
.av-form,
.av-product,
.av-table-wrap {
  color: rgba(255, 247, 234, 0.9);
  font-size: 1.02rem;
  line-break: strict;
  line-height: 2.05;
  overflow-wrap: break-word;
}

.av-richtext p,
.av-lines p {
  margin: 0 0 1.05em;
}

.av-richtext h2 {
  margin: 1.4em 0 0.4em;
  color: var(--gold-2);
  font-family: var(--latin);
  font-size: 1.55rem;
  font-weight: 400;
}

.av-panel,
.av-form,
.av-product,
.av-table-wrap {
  border: 1px solid rgba(215, 176, 120, 0.38);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(72, 38, 82, 0.34), rgba(34, 15, 43, 0.34)),
    rgba(42, 20, 52, 0.86);
  box-shadow: var(--shadow);
}

.av-panel,
.av-table-wrap {
  padding: clamp(28px, 5vw, 48px);
}

.av-lines {
  display: grid;
  gap: 8px;
}

.av-lines p {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(215, 176, 120, 0.2);
}

.av-profile-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(215, 176, 120, 0.5);
  border-radius: 220px 220px 8px 8px / 150px 150px 8px 8px;
  background: #2a1833;
  box-shadow: var(--shadow);
}

.av-profile-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.av-profile-photo figcaption {
  position: absolute;
  left: 20px;
  bottom: 18px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid rgba(215, 176, 120, 0.42);
  border-radius: 999px;
  background: rgba(31, 14, 39, 0.7);
  color: var(--gold-2);
  font-family: var(--latin);
  font-size: 1.2rem;
}

.av-product-list {
  display: grid;
  gap: 18px;
}

.av-product {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 0.62fr);
  gap: 30px;
  padding: clamp(24px, 4vw, 34px);
}

.av-product p {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 700;
}

.av-product h2 {
  margin: 0;
  color: var(--gold-2);
  font-family: var(--latin);
  font-size: 1.8rem;
  font-weight: 400;
}

.av-product span {
  display: block;
}

.av-form {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 34px);
}

.av-form__message {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(215, 176, 120, 0.34);
  border-radius: 6px;
  color: var(--gold-2);
  line-height: 1.8;
}

.av-field {
  display: grid;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 700;
}

.av-field em {
  color: var(--gold);
  font-size: 0.78rem;
  font-style: normal;
}

.av-field input,
.av-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(215, 176, 120, 0.26);
  border-radius: 6px;
  background: #fffaf1;
  color: #251d24;
  padding: 10px 13px;
  font-weight: 500;
}

.av-field textarea {
  min-height: 170px;
  resize: vertical;
}

.av-field--trap {
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

.av-field--trap input {
  width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
}

.av-button {
  min-height: 50px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: var(--gold);
  color: var(--plum-3);
  font-weight: 700;
  cursor: pointer;
}

.av-table-wrap {
  overflow-x: auto;
}

.av-table-wrap table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.av-table-wrap th,
.av-table-wrap td {
  padding: 15px 14px;
  border-top: 1px solid rgba(255, 247, 234, 0.14);
  text-align: left;
  vertical-align: top;
}

.av-table-wrap th {
  width: 230px;
  color: var(--gold-2);
}

@media (max-width: 1180px) {
  .av-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .av-card__body {
    min-height: 245px;
  }

  .av-footer__inner {
    grid-template-columns: minmax(220px, 1fr) minmax(160px, 0.6fr) minmax(220px, 0.8fr);
  }

  .av-footer__arch {
    display: none;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  html,
  body,
  main,
  section,
  footer {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .av-header {
    min-height: 74px;
    align-items: flex-start;
    padding: 22px max(24px, env(safe-area-inset-right)) 13px max(28px, env(safe-area-inset-left));
  }

  .av-header__brand {
    font-size: 1.86rem;
  }

  .av-header__brand::after {
    width: 92px;
    margin-top: 9px;
  }

  .av-menu-button {
    width: 48px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    margin-top: -5px;
    border: 1px solid rgba(242, 219, 167, 0.34);
    border-radius: 999px;
    background: rgba(31, 14, 39, 0.32);
    color: var(--gold-2);
    cursor: pointer;
    overflow: visible;
  }

  .av-menu-button span:first-child,
  .av-menu-button span:first-child::before,
  .av-menu-button span:first-child::after {
    display: block;
    width: 25px;
    height: 1px;
    background: currentColor;
    content: "";
  }

  .av-menu-button span:first-child {
    position: relative;
  }

  .av-menu-button span:first-child::before,
  .av-menu-button span:first-child::after {
    position: absolute;
    right: 0;
  }

  .av-menu-button span:first-child::before {
    top: -7px;
    width: 25px;
  }

  .av-menu-button span:first-child::after {
    top: 7px;
  }

  .av-nav {
    position: absolute;
    top: 78px;
    right: max(24px, env(safe-area-inset-right));
    width: min(320px, calc(100vw - 48px));
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 14px;
    border: 1px solid rgba(215, 176, 120, 0.46);
    border-radius: 8px;
    background: rgba(31, 14, 39, 0.96);
    backdrop-filter: blur(12px);
  }

  .av-header.is-open .av-nav {
    display: grid;
  }

  .av-nav a {
    min-height: 42px;
    display: flex;
    align-items: center;
  }

  .av-hero {
    min-height: 620px;
    height: 70svh;
  }

  .av-hero__content {
    width: calc(100% - 48px);
    margin-top: 4.8rem;
  }

  .av-hero h1 {
    padding-inline: 40px;
    font-size: clamp(4.3rem, 8.4vw, 5.15rem);
  }

  .av-feature-panel {
    width: calc(100% - 56px);
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 58px clamp(36px, 6vw, 54px);
  }

  .av-feature-panel__image {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .av-card-grid {
    width: calc(100% - 56px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .av-card__body {
    min-height: 226px;
  }

  .av-brand-message {
    width: calc(100% - 56px);
    min-height: 360px;
  }

  .av-brand-message__content {
    width: min(560px, 72%);
    padding-left: 42px;
  }

  .av-footer__inner {
    width: calc(100% - 56px);
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 34px 48px;
  }

  .av-footer__arch {
    display: block;
    width: min(100%, 360px);
  }

  .av-page-hero {
    min-height: 470px;
    padding-inline: 34px;
  }

  .av-page-hero h1 {
    font-size: clamp(2.75rem, 6.4vw, 3.7rem);
  }

  .av-editorial,
  .av-contact-layout {
    grid-template-columns: 1fr;
  }

  .av-editorial,
  .av-vision-stage,
  .av-values,
  .av-product-showcase,
  .av-contact-layout {
    width: calc(100% - 56px);
  }

  .av-media-stack {
    min-height: 470px;
  }

  .av-values {
    grid-template-columns: 1fr;
  }

  .av-contact-note {
    min-height: 420px;
  }

  .av-split,
  .av-panel,
  .av-product-list,
  .av-table-wrap {
    width: calc(100% - 56px);
  }

  .av-split,
  .av-split--profile,
  .av-split--contact,
  .av-product {
    grid-template-columns: 1fr;
  }

  .av-profile-photo {
    width: min(100%, 380px);
    margin-inline: auto;
  }
}

@media (max-width: 760px) {
  html,
  body,
  main,
  section,
  footer {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .av-header {
    min-height: 66px;
    align-items: flex-start;
    padding: 18px max(16px, env(safe-area-inset-right)) 12px max(20px, env(safe-area-inset-left));
  }

  .av-header__brand {
    font-size: 1.58rem;
  }

  .av-header__brand::after {
    width: 78px;
    margin-top: 8px;
  }

  .av-menu-button {
    width: 48px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    margin-top: -4px;
    border: 1px solid rgba(242, 219, 167, 0.34);
    border-radius: 999px;
    background: rgba(31, 14, 39, 0.34);
    color: var(--gold-2);
    cursor: pointer;
    overflow: visible;
  }

  .av-menu-button span:first-child,
  .av-menu-button span:first-child::before,
  .av-menu-button span:first-child::after {
    display: block;
    width: 24px;
    height: 1px;
    background: currentColor;
    content: "";
  }

  .av-menu-button span:first-child {
    position: relative;
  }

  .av-menu-button span:first-child::before,
  .av-menu-button span:first-child::after {
    position: absolute;
    right: 0;
  }

  .av-menu-button span:first-child::before {
    top: -7px;
    width: 24px;
  }

  .av-menu-button span:first-child::after {
    top: 7px;
  }

  .av-nav {
    position: absolute;
    top: 64px;
    right: max(16px, env(safe-area-inset-right));
    width: min(292px, calc(100vw - 32px));
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 14px;
    border: 1px solid rgba(215, 176, 120, 0.46);
    border-radius: 8px;
    background: rgba(31, 14, 39, 0.96);
    backdrop-filter: blur(12px);
  }

  .av-header.is-open .av-nav {
    display: grid;
  }

  .av-nav a {
    min-height: 42px;
    display: flex;
    align-items: center;
  }

  .av-hero {
    min-height: 430px;
    height: 62svh;
  }

  .av-hero__image {
    object-position: 52% center;
  }

  .av-hero__content {
    width: calc(100% - 28px);
    margin-top: 4.6rem;
  }

  .av-hero h1 {
    padding-inline: 12px;
    font-size: clamp(2.2rem, 10.6vw, 2.62rem);
  }

  .av-hero__logo {
    width: min(96vw, 420px);
  }

  .av-hero h1::before,
  .av-hero h1::after {
    width: 10px;
    height: 7px;
  }

  .av-hero__content p {
    margin-top: 16px;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
  }

  .av-home-about {
    margin-top: -152px;
    padding-top: 178px;
    padding-bottom: 56px;
  }

  .av-feature-panel {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 38px 22px 0;
    border-width: 0;
    background: transparent;
    box-shadow: none;
  }

  .av-feature-panel::before,
  .av-feature-panel::after {
    display: none;
  }

  .av-feature-panel h2 {
    font-size: 2.55rem;
  }

  .av-feature-panel__text p {
    width: min(100%, 24em);
    margin-top: 28px;
    font-size: 0.84rem;
    line-height: 1.95;
  }

  .av-view-more {
    min-width: 150px;
    min-height: 40px;
    font-size: 0.84rem;
  }

  .av-feature-panel__image {
    width: min(100%, 360px);
    margin: 0 auto;
    border-radius: 180px 180px 0 0 / 110px 110px 0 0;
  }

  .av-card-section {
    padding-bottom: 64px;
  }

  .av-card-grid {
    width: calc(100% - 44px);
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .av-card {
    width: min(100%, 330px);
    margin-inline: auto;
  }

  .av-card__image {
    aspect-ratio: 1.34 / 1;
  }

  .av-card__body {
    min-height: 0;
    padding: 22px 18px 24px;
  }

  .av-card__text {
    min-height: 0;
  }

  .av-brand-message {
    width: calc(100% - 32px);
    min-height: 330px;
    margin-bottom: 64px;
  }

  .av-brand-message > img {
    opacity: 0.55;
  }

  .av-brand-message__content {
    width: 100%;
    padding: 0 26px;
  }

  .av-brand-message__content p {
    font-size: clamp(2.35rem, 12vw, 3rem);
  }

  .av-footer__inner {
    width: calc(100% - 42px);
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 48px 0 98px;
  }

  .av-footer__arch {
    display: block;
    width: min(100%, 360px);
  }

  .av-mobile-dock {
    position: fixed;
    right: 4px;
    bottom: 8px;
    left: 4px;
    z-index: 30;
    width: auto;
    max-width: none;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    padding: 8px 2px;
    border: 1px solid rgba(215, 176, 120, 0.46);
    border-radius: 10px;
    background: rgba(43, 22, 54, 0.92);
    backdrop-filter: blur(12px);
  }

  .av-mobile-dock a {
    width: 100%;
    min-width: 0;
    display: grid;
    place-items: center;
    gap: 3px;
    color: var(--gold-2);
    font-family: var(--latin);
    font-size: 0.56rem;
  }

  .av-mobile-dock img {
    width: 16px;
    height: 16px;
  }

  .av-mobile-dock span {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }

  .av-page-hero {
    min-height: 390px;
    padding: 94px 22px 48px;
  }

  .av-page-hero h1 {
    font-size: clamp(1.95rem, 7.8vw, 2.38rem);
    line-height: 1.18;
  }

  .av-page-hero__content > span {
    font-size: 0.92rem;
  }

  .av-page-section {
    padding: 68px 0;
  }

  .av-editorial,
  .av-vision-stage,
  .av-values,
  .av-product-showcase,
  .av-contact-layout {
    width: calc(100% - 38px);
  }

  .av-editorial,
  .av-contact-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .av-editorial::before {
    display: none;
  }

  .av-editorial__copy h2,
  .av-vision-stage h2,
  .av-product-showcase h2,
  .av-contact-note h2 {
    font-size: clamp(1.86rem, 8vw, 2.36rem);
  }

  .av-media-stack {
    min-height: 360px;
  }

  .av-media-frame--portal {
    inset: 0 0 36px 24px;
    border-radius: 150px 22px 10px 10px / 112px 22px 10px 10px;
  }

  .av-media-frame--small {
    width: min(48%, 160px);
    border-radius: 10px 82px 10px 10px / 10px 72px 10px 10px;
  }

  .av-vision-stage,
  .av-product-showcase {
    min-height: 380px;
    padding: 28px;
  }

  .av-values {
    grid-template-columns: 1fr;
  }

  .av-contact-note {
    min-height: 380px;
    padding: 28px;
    border-radius: 10px 120px 10px 10px / 10px 100px 10px 10px;
  }

  .av-split,
  .av-panel,
  .av-product-list,
  .av-table-wrap {
    width: calc(100% - 38px);
  }

  .av-split,
  .av-split--profile,
  .av-product {
    grid-template-columns: 1fr;
  }

  .av-split,
  .av-form,
  .av-field,
  .av-field input,
  .av-field textarea {
    min-width: 0;
    max-width: 100%;
  }

  .av-richtext,
  .av-panel,
  .av-form,
  .av-product,
  .av-table-wrap {
    font-size: 0.94rem;
    line-height: 1.95;
  }

  .av-profile-photo {
    width: min(100%, 360px);
    margin-inline: auto;
  }

  .av-table-wrap table {
    min-width: 0;
  }

  .av-table-wrap table,
  .av-table-wrap tbody,
  .av-table-wrap tr,
  .av-table-wrap th,
  .av-table-wrap td {
    display: block;
    width: 100%;
  }

  .av-table-wrap tr {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 247, 234, 0.14);
  }

  .av-table-wrap tr:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .av-table-wrap th,
  .av-table-wrap td {
    padding: 0;
    border-top: 0;
  }

  .av-table-wrap th {
    margin-bottom: 5px;
    color: var(--gold-2);
    font-size: 0.8rem;
  }

  .av-table-wrap td {
    color: rgba(255, 247, 234, 0.9);
    font-size: 0.9rem;
    line-height: 1.85;
  }
}

@media (max-width: 374px) {
  .av-hero h1 {
    font-size: 2.08rem;
    padding-inline: 9px;
  }

  .av-hero__content p {
    font-size: 0.78rem;
  }

  .av-mobile-dock a {
    font-size: 0.52rem;
  }
}
