  /* Normal */
@font-face {
  font-family: "AUTHENTIC Sans";
  src: url("/fonts/AUTHENTICSans-60.woff2") format("woff2"),
       url("/fonts/AUTHENTICSans-60.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "AUTHENTIC Sans";
  src: url("/fonts/AUTHENTICSans-90.woff2") format("woff2"),
       url("/fonts/AUTHENTICSans-90.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "AUTHENTIC Sans";
  src: url("/fonts/AUTHENTICSans-130.woff2") format("woff2"),
       url("/fonts/AUTHENTICSans-130.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
  
  :root {
      color-scheme: dark;
      --am-bg: #0f0e0c;
      --am-band: #2a2928;
      --am-panel: #080807;
      --am-panel-soft: #171512;
      --am-text: #f8f4ec;
      --am-muted: #aaa5a0;
      --am-faint: rgba(214, 172, 105, .09);
      --am-line: rgba(210, 164, 91, .55);
      --am-gold: #d6aa66;
      --am-gold-2: #c3944f;
      --am-radius: 28px;
      --am-container: 1600px;
      --am-side: clamp(20px, 7.8vw, 176px);
       --am-muted-line: rgba(255, 255, 255, .33);
 --am-font: "AUTHENTIC Sans", system-ui, -apple-system, "Segoe UI", "Inter", "Avenir Next", sans-serif;
    }

main {
    padding-top: 0;
}
.bl8fg {
    flex-wrap: wrap;
        gap: unset !important;
}

.bl8fg a {
    width: 100%;
}
    .alus-maja {
      overflow: hidden;
      background:
        radial-gradient(circle at 50% 7%, rgba(255,255,255,.025), transparent 36%),
        linear-gradient(90deg, rgba(255,255,255,.012), transparent 16%, transparent 84%, rgba(255,255,255,.012)),
        var(--am-bg);
      color: var(--am-text);
      font-family: var(--am-font);
      letter-spacing: 0;
    }

    .alus-maja a {
      color: inherit;
      display: flex;
    gap: 15px;
    align-items: center;
    }
    

    .am-section {
      padding: clamp(72px, 9vw, 150px) var(--am-side);
    }

    .am-container {
      width: min(100%, var(--am-container));
      margin-inline: auto;
    }

    .am-kicker {
      display: inline-flex;
      align-items: center;
      gap: 28px;
      margin: 0 0 clamp(40px, 4.6vw, 70px);
      color: var(--am-gold);
      
      font-size: 16px;
      font-size: clamp(12px, .9vw, 16px);
      font-weight: 600;
      letter-spacing: .42em;
      text-transform: uppercase;
    }

    .am-kicker::before {
      content: "";
      width: 78px;
      height: 4px;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--am-gold), #ebc886);
    }
 .alus-maja-contact__item:last-child {
     gap: 15px;
      }
    .am-title {
      margin: 0;
      color: var(--am-text);
      font-size: clamp(42px, 5vw, 76px);
      font-weight: 300;
      line-height: .98;
    }

    .am-copy {
      margin: 0;
      color: var(--am-text);
      font-size: clamp(17px, 1.3vw, 22px);
      font-weight: 500;
      line-height: 1.55;
    }

    .am-copy + .am-copy {
      margin-top: 28px;
    }

    .am-muted {
      color: var(--am-muted);
    }

    .am-image-placeholder {
      display: grid;
      place-items: center;
      width: 100%;
      min-width: 0;
      min-height: 220px;
      border-radius: var(--am-radius);
      background:
        linear-gradient(135deg, rgba(255,255,255,.045), rgba(255,255,255,.012)),
        #1d1b18;
      border: 1px solid rgba(255,255,255,.035);
      color: rgba(255,255,255,.18);
      overflow: hidden;
      position: relative;
    }

    .am-image-placeholder::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(120deg, transparent 0 44%, rgba(214,170,102,.08) 48%, transparent 54%),
        radial-gradient(circle at 28% 24%, rgba(255,255,255,.06), transparent 23%);
      opacity: .55;
    }

    .am-image-placeholder span {
      position: relative;
      z-index: 1;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .26em;
      text-transform: uppercase;
    }

    .am-hero {
      min-height: min(860px, 92vh);
      display: grid;
      place-items: center;
      padding: clamp(92px, 11vw, 180px) var(--am-side) clamp(56px, 6vw, 96px);
      background: #151411;
      text-align: center;
      background:
    linear-gradient(
      rgba(0, 0, 0, 0.60),
      rgba(0, 0, 0, 0.60)
    ),
    url("/image/alusmaja/HERO_crop.webp") center center / cover no-repeat;
    }
.am-slide img,.am-tasting-card.is-image .am-image-placeholder img,.am-events__image img,.am-image-placeholder img{
        width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
    .am-hero__inner {
      width: min(100%, 1120px);
    }

    .am-hero__eyebrow {
      margin: 0 0 clamp(58px, 7vw, 112px);
      color: var(--am-gold);
      font-size: clamp(15px, 1.25vw, 23px);
      font-weight: 500;
      letter-spacing: .42em;
      text-transform: uppercase;
    }

    .am-mark { 
      margin: 0 auto 38px;
      position: relative;
    }

    .am-slider__track .slick-slide {
    margin: 0 15px;  
}

.am-slider__track .slick-list {
    margin: 0 -15px;  
}

    .am-mark img {
max-width: 655px;
    }
 .alus-maja-contact {
      width: 100%;
      background:
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, .018), transparent 26%),
        radial-gradient(circle at 82% 44%, rgba(214, 170, 102, .025), transparent 26%),
        var(--am-bg);
      color: var(--am-text);
      font-family: var(--am-font);
      letter-spacing: 0;
    }

    .alus-maja-contact__inner {
      width: min(100%, 1800px);
      margin-inline: auto;
      padding: clamp(72px, 8vw, 150px) var(--am-side) clamp(70px, 7.6vw, 132px);
      display: grid;
      grid-template-columns: minmax(260px, 390px) repeat(3, minmax(220px, 1fr));
      align-items: center;
    }

    .alus-maja-contact__logo {
      display: inline-grid;
      grid-template-columns: auto 1fr;
      gap: clamp(18px, 1.7vw, 30px);
      align-items: center;
      min-width: 0;
    }

    .alus-maja-contact__mark {
      width: clamp(68px, 5vw, 90px);
      height: clamp(58px, 4.5vw, 72px);
      position: relative;
      flex: 0 0 auto;
    }

    .alus-maja-contact__mark::before,
    .alus-maja-contact__mark::after {
      content: "";
      position: absolute;
      top: 0;
      width: 50%;
      height: 52px;
      background: var(--am-gold);
      clip-path: polygon(0 0, 100% 35%, 100% 100%, 0 78%);
    }

    .alus-maja-contact__mark::before {
      left: 0;
      background: #f7f4eb;
      transform: scaleX(-1);
    }

    .alus-maja-contact__mark::after {
      right: 0;
    }

    .alus-maja-contact__mark span {
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      color: var(--am-gold);
      font-size: 9px;
      font-weight: 600;
      letter-spacing: .28em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .alus-maja-contact__mark i {
      position: absolute;
      top: 26px;
      z-index: 2;
      width: 12px;
      height: 12px;
      border-radius: 50% 50% 44% 44%;
      background: #fff;
      transform: translateX(-50%);
    }

    .alus-maja-contact__mark i::before,
    .alus-maja-contact__mark i::after {
      content: "";
      position: absolute;
      top: -1px;
      width: 8px;
      height: 14px;
      border-radius: 50%;
      background: #fff;
    }

    .alus-maja-contact__mark i::before {
      left: -5px;
      transform: rotate(-28deg);
    }

    .alus-maja-contact__mark i::after {
      right: -5px;
      transform: rotate(28deg);
    }

    .alus-maja-contact__mark i:nth-child(1) {
      left: 40%;
    }

    .alus-maja-contact__mark i:nth-child(2) {
      left: 50%;
    }

    .alus-maja-contact__mark i:nth-child(3) {
      left: 60%;
    }

    .alus-maja-contact__word {
      color: #fff;
      font-size: clamp(32px, 3.1vw, 52px);
      font-weight: 300;
      line-height: .9;
      letter-spacing: .12em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .alus-maja-contact__item {
      min-height: clamp(86px, 7vw, 0px);
     padding-left: 15px;
    padding-right: 15px;
      border-left: 1px solid var(--am-muted-line);
      display: flex;
      align-items: center;
      gap: clamp(18px, 2vw, 30px);
      color: #fff;
      font-size: clamp(17px, 1.12vw, 22px);
      font-weight: 800;
      line-height: 1.3;
      text-decoration: none;
    }

    .alus-maja-contact__item svg {
      width: clamp(28px, 2.2vw, 30px);
      height: clamp(28px, 2.2vw, 30px);
      flex: 0 0 auto;
      color: var(--am-gold);
      stroke-width: 2.3;
    }

    .alus-maja-contact__item span {
      min-width: 0;
      font-size: 16px;
      overflow-wrap: anywhere;
      line-height: 40px;
    }
.alus-maja-contact__logo img{
  max-width: 300px;
}
    @media (max-width: 1180px) {
      .alus-maja-contact__inner {
        grid-template-columns: 1fr 1fr;
        gap: 34px 0;
      }

      .alus-maja-contact__logo {
        min-height: 92px;
      }

      .alus-maja-contact__item:nth-of-type(2) {
        border-left: 0;
      }
    }

    @media (max-width: 720px) {
      .alus-maja-contact__inner {
        padding-block: 56px;
        grid-template-columns: 1fr;
        gap: 0;
      }

      .alus-maja-contact__logo {
        padding-bottom: 34px;
        border-bottom: 1px solid var(--am-muted-line);
      }

      .alus-maja-contact__item {
        min-height: auto;
        padding: 24px 0;
        border-left: 0;
        border-bottom: 1px solid var(--am-muted-line);
      }

      .alus-maja-contact__item:last-child {
        border-bottom: 0;
      }
    }

    @media (max-width: 430px) {
      .alus-maja-contact__logo {
        grid-template-columns: 1fr;
        justify-items: start;
      }

      .alus-maja-contact__word {
        white-space: normal;
        font-size: 34px;
      }
    }
    .am-mark span {
      position: absolute;
      left: 50%;
      bottom: 0;
      z-index: 2;
      transform: translateX(-50%);
      color: var(--am-gold);
      font-size: 12px;
      font-weight: 500;
      letter-spacing: .34em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .am-mark i {
      position: absolute;
      top: 41px;
      z-index: 3;
      width: 18px;
      height: 18px;
      border-radius: 50% 50% 44% 44%;
      background: #fff;
      transform: translateX(-50%);
    }

    .am-mark i::before,
    .am-mark i::after {
      content: "";
      position: absolute;
      top: -2px;
      width: 12px;
      height: 22px;
      border-radius: 50%;
      background: #fff;
    }

    .am-mark i::before {
      left: -8px;
      transform: rotate(-28deg);
    }

    .am-mark i::after {
      right: -8px;
      transform: rotate(28deg);
    }

    .am-mark i:nth-child(1) {
      left: 40%;
    }

    .am-mark i:nth-child(2) {
      left: 50%;
    }

    .am-mark i:nth-child(3) {
      left: 60%;
    }

    .am-hero h1 {
      margin: 0;
      color: #fff;
      font-size: clamp(68px, 9.8vw, 158px);
      font-weight: 300;
      line-height: .9;
      letter-spacing: .07em;
      text-transform: uppercase;
    }

    .am-hero__subtitle {
      margin: clamp(38px, 4.8vw, 70px) 0 0;
      font-size: clamp(24px, 2.5vw, 39px);
      font-weight: 300;
      line-height: 1.25;
    }

    .am-button {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      min-width: min(100%, 540px);
      min-height: 74px;
      margin-top: clamp(56px, 5.8vw, 86px);
      padding: 18px 42px;
      border: 0;
      border-radius: 999px;
      background: linear-gradient(180deg, #e2bd7e, #b98743);
      box-shadow: inset 0 1px rgba(255,255,255,.32), 0 8px 0 rgba(0,0,0,.18);
      color: #fff;
      cursor: pointer;
      font: 800 clamp(19px, 1.8vw, 30px)/1 var(--am-font);
      text-decoration: none;
      text-align: center;
    }

    .am-chevron {
      width: 36px;
      height: 36px;
      margin: clamp(72px, 6.8vw, 104px) auto 0;
      border-right: 5px solid var(--am-gold);
      border-bottom: 5px solid var(--am-gold);
      transform: rotate(45deg);
    }

 .am-slider {
  background: var(--am-band); pointer-events: auto;
  padding: clamp(48px, 5vw, 90px) 0 clamp(76px, 7vw, 118px);
}

.am-slider__track {
  display: flex;
  gap: clamp(22px, 2.3vw, 42px);
 
  cursor: grab;
  user-select: none;
  will-change: transform;
}

.am-slider__track:active {
  cursor: grabbing;
}
.am-slide {
  flex: 0 0 clamp(300px, 45vw, 860px);
  aspect-ratio: 1.86 / 1;

  scroll-snap-align: center;
 overflow: hidden; 
  flex-shrink: 0;
}


  

.am-slider__track:active {
  cursor: grabbing;
}
@media (max-width:1024px){
    .am-slider {
  background: var(--am-band);
  padding: clamp(48px, 5vw, 90px) 0 clamp(76px, 7vw, 118px);
  overflow: hidden;
}

.am-slider__track {
    display: flex;
    gap: clamp(22px, 2.3vw, 42px);

    overflow: visible;
    cursor: grab;
    user-select: none;
    touch-action: pan-y;

    scroll-snap-type: none;
    -webkit-overflow-scrolling: auto;
}
.am-slider__item:last-child {
    margin-right: 0;
}
.am-slide {
  flex: 0 0 clamp(300px, 45vw, 860px);
  aspect-ratio: 1.86 / 1;
  flex-shrink: 0;

  scroll-snap-align: center;
}
.am-slider__track {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge legacy */
}
.am-slider__track::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
}

    .am-slider__dots {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      margin-top: clamp(46px, 4.6vw, 74px);
      color: rgba(255,255,255,.52);
      font-weight: 700;
    }

    .am-slider__dots button {
      border: 0;
      background: transparent;
      color: inherit;
      font: inherit;
      cursor: pointer;
      padding: 4px;
    }

    .am-slider__dots button.is-active {
      color: #fff;
    }

    .am-about {
      background: var(--am-band);
    }

    .am-about__grid {
      display: grid;
      grid-template-columns: minmax(280px, 640px) minmax(280px, 760px);
      gap: clamp(56px, 8vw, 160px);
      align-items: start;
    }

    .am-year {
      margin-top: -80px;
      color: var(--am-faint);
      font-size: clamp(104px, 14vw, 190px);
      font-weight: 900;
      line-height: .85;
      text-align: right;
    }

    .am-quote {
      margin-top: clamp(74px, 8vw, 132px);
      display: grid;
      grid-template-columns: 4px 1fr;
      gap: 64px;
      max-width: 680px;
      color: var(--am-gold);
      font-size: clamp(17px, 1.35vw, 24px);
      font-weight: 500;
      line-height: 1.65;
      letter-spacing: .42em;
    }

    .am-quote::before {
      content: "";
      width: 4px;
      border-radius: 999px;
      background: var(--am-gold);
    }

    .am-tastings {
      background: #11100e;
    }

    .am-wide-copy {
      max-width: 1440px;
      margin-top: clamp(54px, 5vw, 82px);
    }

    .am-card-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: clamp(28px, 3vw, 48px);
      margin-top: clamp(70px, 6.5vw, 108px);
    }

    .am-tasting-card {
      min-height: clamp(420px, 35vw, 650px);
      padding: clamp(42px, 4.4vw, 72px);
      border-radius: var(--am-radius);
      background: linear-gradient(180deg, rgba(255,255,255,.012), rgba(255,255,255,.004)), var(--am-panel);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .am-tasting-card.is-image {
      padding: 0;
    }

    .am-tasting-card.is-image .am-image-placeholder {
      width: 100%;
      height: 100%;
      min-height: inherit;
    }

    .am-card-number {
      margin: 0 0 clamp(52px, 5vw, 84px);
      color: var(--am-faint);
      font-size: clamp(92px, 11vw, 162px);
      font-weight: 900;
      line-height: .8;
    }

    .am-tasting-card h3 {
      margin: 0 0 clamp(34px, 3vw, 48px);
      font-size: clamp(31px, 3.4vw, 54px);
      font-weight: 300;
       color: #fff;
      line-height: 1.02;
    }

    .am-price {
      
      color: var(--am-gold);
      font-size: clamp(40px, 4.2vw, 66px);
      font-weight: 300;
      line-height: 1;
    }

    .am-price small {
      color: var(--am-muted);
      font-size: clamp(14px, 1.2vw, 20px);
      font-weight: 700;
      text-transform: uppercase;
    }

    .am-split {
      display: grid;
      grid-template-columns: minmax(320px, 770px) minmax(320px, 700px);
      gap: clamp(56px, 7.6vw, 146px);
      align-items: center;
      background: var(--am-band);
    }

    .am-split .am-image-placeholder {
 
      min-height: 560px;
    }

    .am-note-price {
      margin-top: clamp(72px, 6.5vw, 112px);
      padding-left: clamp(30px, 4vw, 68px);
      border-left: 4px solid var(--am-gold);
    }

    .am-note-price h3 {
      margin: 0 0 24px;
      color: var(--am-gold);
      font-size: clamp(14px, 1.2vw, 22px);
      letter-spacing: .42em;
      text-transform: uppercase;
    }

    .am-prices {
      background: #11100e;
    }

    .am-price-group + .am-price-group {
      margin-top: clamp(76px, 7vw, 120px);
    }

    .am-price-group__title {
      margin: 0 0 46px;
      color: var(--am-gold);
      font-size: clamp(16px, 1.3vw, 24px);
      font-weight: 600;
      letter-spacing: .42em;
      text-transform: uppercase;
    }

    .am-price-table {
      padding: clamp(32px, 3.5vw, 64px);
      border-radius: var(--am-radius);
      background: var(--am-panel);
    }

    .am-price-head,
    .am-price-row {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto auto;
      gap: 28px;
      align-items: center;
    }

    .am-price-head {
      padding: 0 32px 44px;
      color: var(--am-muted);
      font-size: clamp(13px, 1.1vw, 18px);
      font-weight: 700;
      text-transform: uppercase;
    }

    .am-price-row {
      min-height: 118px;
      padding: 28px 32px;
      border-top: 3px solid var(--am-line);
    }

    .am-service {
      font-size: clamp(18px, 1.6vw, 26px);
      font-weight: 800;
      line-height: 1.25;
    }

    .am-service span {
      margin-left: 24px;
      color: var(--am-muted);
      font-weight: 500;
    }

    .am-badge {
      min-width: 270px;
      padding: 8px 24px;
      border: 3px solid var(--am-gold);
      border-radius: 999px;
      color: var(--am-text);
      font-size: clamp(13px, 1.1vw, 18px);
      text-align: center;
      text-transform: uppercase;
    }

    .am-table-price {
      color: var(--am-gold);
      font-size: clamp(34px, 3.1vw, 50px);
      font-weight: 300;
      white-space: nowrap;
    }

    .am-table-price small {
      color: var(--am-muted);
      font-size: clamp(13px, 1vw, 18px);
      font-weight: 700;
      text-transform: uppercase;
    }

    .am-events {
      background: var(--am-band);
    }

    .am-events__grid {
      display: grid;
      grid-template-columns: minmax(300px, 720px) minmax(300px, 620px);
      gap: clamp(60px, 9vw, 180px);
      align-items: start;
    }

    .am-events__image {
      aspect-ratio: .74 / 1;
      min-height: 560px;
    }

    .am-list {
      margin-top: clamp(54px, 5vw, 92px);
      display: grid;
      gap: 44px;
    }

    .am-list-item {
      display: grid;
      grid-template-columns: 92px 1fr;
      gap: 26px;
      align-items: start;
    }

    .am-list-item__number {
      color: var(--am-faint);
      font-size: clamp(80px, 7vw, 118px);
      font-weight: 900;
      line-height: .78;
    }

    .am-list-item h3 {
         color: #fff;
      margin: 0 0 22px;
      font-size: clamp(18px, 1.4vw, 24px);
    }
.am-field.is-error {
  border: 1px solid red; 
}
.am-field.is-error:focus {
outline:unset !important;
}

.am-error {
        position: absolute;
  font-size: 12px;
  color: red;
  margin-top: 4px;
}
.field-r{
    position:relative;
}
.field-r {
    margin-bottom: 11px;
}
.am-success {
  padding: 15px;
    color: #ffffff;
    margin-top: 15px;
    font-weight: 500;
        text-align: center;
            line-height: normal;
    font-size: 24px;
}
    .am-reservation {
      background: #11100e;
      padding-bottom: clamp(90px, 8vw, 150px);
    }

    .am-reservation__grid {
      display: grid;
      grid-template-columns: minmax(300px, 660px) minmax(320px, 820px);
      gap: clamp(64px, 8vw, 160px);
      align-items: start;
    }

    .am-info-boxes {
      display: grid;
      gap: 52px;
      margin-top: clamp(86px, 8vw, 140px);
    }

    .am-info-box {
      padding: clamp(30px, 3vw, 46px);
      border: 1.5px solid var(--am-gold);
      border-radius: 28px;
      background: rgba(214,170,102,.025);
    }

    .am-info-box h3 {
      margin: 0 0 26px;
      color: var(--am-gold);
      font-size: clamp(14px, 1.1vw, 18px);
      letter-spacing: .42em;
      text-transform: uppercase;
    }

    .am-form {
          position: relative;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 26px 30px;
      padding-top: 100px;
    }

   .am-field {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  background: #080807;
  color: var(--am-text);

  padding: 0 38px;

  font-weight: 600;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1;
  font-family: var(--am-font);

  outline: 1px solid transparent;
}
.am-loader {
  position: absolute;
  inset: 0;    background: rgb(0 0 0 / 0%);
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 16px;
  font-weight: 500;
  color: #fff;

  z-index: 10;
}
 .am-loader {
  position: absolute;
  inset: 0;
  background:rgb(0 0 0 / 0%);

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 10;
}
 
.am-loader::after {
  content: "";
    width: 50px;
    height: 50px;
    border: 6px solid #8b8b8b;
    border-top-color: #ffffff;
  border-radius: 50%;

  animation: am-spin 0.8s linear infinite;
}

@keyframes am-spin {
  to {
    transform: rotate(360deg);
  }
}
.am-form.loading {
  pointer-events: none;
  opacity: 0.6;
}
    .am-field::placeholder {
      color: #8f8b86;
      opacity: 1;
    }

    .am-field:focus {
      outline-color: rgba(214,170,102,.7);
    }

    select.am-field {
      appearance: none;
      background-image:
        linear-gradient(45deg, transparent 50%, #fff 50%),
        linear-gradient(135deg, #fff 50%, transparent 50%);
      background-position:
        calc(100% - 31px) 22px,
        calc(100% - 22px) 22px;
      background-size: 10px 10px;
      background-repeat: no-repeat;
      color: #8f8b86;
    }

    .am-form__gap {
      min-height: 48px;
      grid-column: 1 / -1;
    }

    .am-form__submit {
      grid-column: 2;
      justify-self: end;
      min-width: 250px;
      min-height: 74px;
      margin-top: 52px;
      border: 4px solid var(--am-gold);
      border-radius: 999px;
      background: transparent;
      color: #fff;
      cursor: pointer;
      font: 800 clamp(17px, 1.3vw, 22px)/1 var(--am-font);
    }
      .am-form__submit:hover{
        background: #D88F5D !important;
    background: -webkit-linear-gradient(90deg, #D88F5D .09%, #F8BC8D 23.32%, #EDAC7C 31.31%, #D88F5D 42.54%, #EFBC92 67.39%, #F7CBA4 75.5%, #F6C8A1 82%, #F1BF96 87.53%, #E9B085 92.72%, #DF9C6C 97.66%, #D88F5D 100.07%) !important;
    background: linear-gradient(90deg, #D88F5D .09%, #F8BC8D 23.32%, #EDAC7C 31.31%, #D88F5D 42.54%, #EFBC92 67.39%, #F7CBA4 75.5%, #F6C8A1 82%, #F1BF96 87.53%, #E9B085 92.72%, #DF9C6C 97.66%, #D88F5D 100.07%) !important;
      }
.cta-btn {
  display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 31px 72px 31px 51px;
    border-radius: 999px;
    background: #1f1f1f;
    color: #d6a85a;
    border: none;
    font-size: clamp(14px, 1.5vw, 24px);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    min-width: 250px;
}

.cta-btn .icon {
      position: absolute;
    right: 25px;
    width: 40px;
    height: 40px;
    transition: transform 0.25s ease;
}

 
.cta-btn:hover {
  background: #2a2a2a;
}
.f-flex-p-bn {
    margin: clamp(46px, 4.6vw, 74px) 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cta-btn:hover .icon {
  transform: translateX(4px);
}
    @media (min-width: 1101px) and (max-width:1500px) {

.cta-btn {
    font-size: 18px;
  font-size: clamp(18px, 1.5vw, 24px);
  padding: 23px 72px 23px 51px;min-width: unset;
}
.am-price{
    margin-bottom:0;
}
      .am-section {
        padding-block: 64px;
      }
.cta-btn .icon {

    width: 30px;
    height: 30px;
}
    }

    @media (max-width: 1100px) {
      .am-about__grid,
      .am-split,
      .am-events__grid,
      .am-reservation__grid {
        grid-template-columns: 1fr;
      }

      .am-year {
        margin-top: 24px;
        text-align: left;
      }

      .am-card-grid {
        grid-template-columns: 1fr;
      }

      .am-tasting-card.is-image {
        min-height: 440px;
      }

      .am-split .am-image-placeholder,
      .am-events__image {
        min-height: 360px;
      aspect-ratio: 0.65 / 1;
      }

      .am-form {
        padding-top: 0;
      }
      .cta-btn {
    font-size: 18px;
  font-size: clamp(18px, 1.5vw, 24px);
  padding: 21px 72px 21px 51px;
}
.am-price{
    margin-bottom:0;
}
      .am-section {
        padding-block: 64px;
      }
.cta-btn .icon {

    width: 30px;
    height: 30px;
}
    }
.am-slider__track {
    touch-action: pan-y;
}
    @media (min-width: 1181px) and (max-width: 1500px) {
.alus-maja-contact__logo img {
    max-width: 245px;
}
.alus-maja-contact__inner {
     grid-template-columns: minmax(285px, 0) repeat(3, minmax(245px, 1fr));
}
    }

    @media (max-width: 991px) {
.alus-maja-contact__logo img {
    max-width: 40vw;min-width: 250px;
}
.am-year{display:none;}
    }

  @media (min-width: 761px) and (max-width: 1180px) {
    .alus-maja-contact__logo {
        grid-column: 1 / -1;
    }
        .alus-maja-contact__inner {
        grid-template-columns: 1fr 1fr 1fr !important;
    }
}
 @media (min-width: 721px) and (max-width: 900px) {
    .alus-maja-contact__logo {
        grid-column: 1 / -1;
    }
        .alus-maja-contact__inner {
        grid-template-columns: 1fr 1fr !important;
    }
}

    @media (max-width: 760px) {
      :root {
        --am-radius: 20px;
      }
.cta-btn {
    font-size: 18px;
  font-size: clamp(18px, 1.5vw, 24px);
  padding: 21px 72px 21px 51px;
}
.am-price{
    margin-bottom:0;
}
      .am-section {
        padding-block: 64px;
      }
.cta-btn .icon {

    width: 30px;
    height: 30px;
}
      .am-kicker {
        gap: 18px;
        letter-spacing: .28em;
      }

      .am-kicker::before {
        width: 46px;
        height: 3px;
      }

      .am-hero {
        min-height: 720px;
      }

      .am-hero h1 {
        letter-spacing: .035em;
      }

      .am-button {
        min-width: 0;
        width: 100%;
      }

      .am-slide {
        flex-basis: min(82vw, 420px);
      }

      .am-quote {
        grid-template-columns: 3px 1fr;
        gap: 24px;
        letter-spacing: .22em;
      }

      .am-tasting-card {
        min-height: 0;
      }

      .am-split .am-image-placeholder,
      .am-events__image {
        min-height: 300px;
        aspect-ratio: 0.65 / 1;
      }

      .am-price-head {
        display: none;
      }

      .am-price-table {
        padding: 16px;
      }

      .am-price-row {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 28px 8px;
      }

      .am-badge {
        min-width: 0;
        width: fit-content;
      }

      .am-table-price {
        white-space: normal;
      }

      .am-list-item {
        grid-template-columns: 64px 1fr;
      }

      .am-form {
        grid-template-columns: 1fr;
      }

      .am-form__gap {
        min-height: 20px;
      }

      .am-form__submit {
        grid-column: 1;
        justify-self: stretch;
      }
    }
        @media (max-width: 767px) {
.am-mark img {
    max-width: 78vw;
}
        }

     @media (max-width: 600px) {
.f-flex-p-bn {
   
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}
     }