:root {
    --amar-blue: #122d8b;
    --amar-blue-dark: #0b236f;
    --amar-text: #3c3c3c;
    --amar-muted: #d2d2d4;
    --content-width: 1120px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--amar-text);
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.7;
}

body.menu-open {
    overflow: hidden;
}

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

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

button {
    font: inherit;
}

.content-width {
    width: min(var(--content-width), calc(100% - 40px));
    margin-inline: auto;
}

.site-header {
    position: relative;
    z-index: 100;
    height: 86px;
    background: var(--amar-blue);
}

.header-inner {
    width: min(1120px, calc(100% - 32px));
    height: 100%;
    margin-inline: auto;
    display: flex;
    align-items: center;
}

.header-logo {
    width: 142px;
    flex: 0 0 142px;
}

.header-logo img {
    width: 75px;
    height: 75px;
    object-fit: contain;
}

.desktop-nav {
    margin-left: 70px;
    margin-right: auto;
    display: flex;
    align-items: stretch;
    height: 100%;
}

.desktop-nav a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 14px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

.desktop-nav a::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 0;
    height: 2px;
    background: #fff;
    transform: scaleX(0);
    transition: transform .2s ease;
}

.desktop-nav a:hover::after,
.desktop-nav a.active::after {
    transform: scaleX(1);
}

.mobile-menu-button,
.mobile-profile {
    display: none;
}

.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 998;
    background: rgba(0, 0, 0, .5);
}

.mobile-menu {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 999;
    width: min(90vw, 390px);
    padding: 22px 0 32px;
    color: #fff;
    background: var(--amar-blue);
    transform: translateX(-102%);
    transition: transform .35s ease;
    overflow-y: auto;
}

.mobile-menu.open {
    transform: translateX(0);
}

.mobile-menu-close {
    position: absolute;
    top: 14px;
    right: 18px;
    border: 0;
    color: #fff;
    background: transparent;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

.mobile-menu-title,
.mobile-menu nav a {
    display: block;
    padding: 11px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .55);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .03em;
    color:white;
}

.service-card__remark span {
    background-color: transparent !important;
    font-size: 14px !important;
}

.mobile-menu-title {
    padding-right: 60px;
}

.hero {
    position: relative;
    height: 750px;
    overflow: hidden;
    background: #075096;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity .8s ease;
}

.hero-slide.active {
    opacity: 1;
}

.hero-arrow,
.gallery-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    border: 0;
    color: rgba(76, 100, 112, .52);
    background: transparent;
    font-family: Georgia, serif;
    font-size: 42px;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
}

.hero-prev { left: 12px; }
.hero-next { right: 12px; }

.hero-dots {
    position: absolute;
    z-index: 2;
    bottom: 14px;
    left: 50%;
    display: flex;
    gap: 6px;
    transform: translateX(-50%);
}

.hero-dots button {
    width: 14px;
    height: 14px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .35);
    cursor: pointer;
}

.hero-dots button.active {
    background: #fff;
}

.service-tiles {
    padding: 48px 0;
}

.tile-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.tile-grid a {
    overflow: hidden;
}

.tile-grid img {
    width: 100%;
    aspect-ratio: 600 / 362;
    object-fit: cover;
    transition: transform .25s ease;
}

.tile-grid a:hover img {
    transform: scale(1.025);
}

.instagram-gallery {
    padding: 43px 0 48px;
    text-align: center;
    background: #fafafa;
}

.instagram-gallery h1 {
    margin: 0 0 4px;
    color: #232323;
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
}

.instagram-gallery h1 i {
    margin-right: 10px;
}

.instagram-gallery > .content-width > p {
    margin: 0 0 30px;
    color: #3c3c3c;
    font-size: 12px;
}

.gallery-shell {
    position: relative;
    padding: 0 3px;
}

.gallery-viewport {
    overflow: hidden;
}

.gallery-track {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.gallery-track::-webkit-scrollbar {
    display: none;
}

.gallery-track img {
    flex: 0 0 calc((100% - 60px) / 7);
    width: calc((100% - 60px) / 7);
    min-width: 0;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
}

.gallery-arrow {
    color: rgba(255, 255, 255, .92);
    text-shadow: 0 1px 4px rgba(0, 0, 0, .35);
    font-size: 40px;
}

.gallery-prev { left: 8px; }
.gallery-next { right: 8px; }

.primary-button {
    display: block;
    width: min(230px, 100%);
    margin: 30px auto 0;
    padding: 11px 18px;
    border: 1px solid var(--amar-blue);
    border-radius: 3px;
    color: #fff;
    background: var(--amar-blue);
    text-align: center;
    text-transform: capitalize;
    transition: color .2s ease, background .2s ease;
}

.primary-button:hover {
    color: var(--amar-blue);
    background: #fff;
}

.page-section {
    padding: 80px 0;
}

.about-copy {
    padding-bottom: 20px;
}

.about-copy h1,
.about-copy h2 {
    margin: 0;
    color: #06103a;
    text-align: center;
}

.about-copy h1 {
    font-size: 28px;
    line-height: 1.35;
}

.about-copy h2 {
    margin-bottom: 23px;
    font-size: 22px;
    line-height: 1.4;
}

.about-copy p {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.7;
}

.about-gallery {
    width: min(1000px, calc(100% - 40px));
    margin-inline: auto;
}

.about-gallery img {
    width: 100%;
    margin: 0 auto 18px;
}

.gift-page {
    padding-top: 105px;
}

.gift-content {
    width: min(750px, calc(100% - 40px));
    margin-inline: auto;
    text-align: center;
}

.gift-content img {
    width: auto;
    margin: 0 auto 18px;
}

.gift-button {
    width: 100%;
    max-width: 750px;
}

.location-page {
    padding: 67px 0 99px;
}

.map-frame {
    width: min(1000px, calc(100% - 40px));
    padding: 0;
    border: 5px solid var(--amar-blue);
    line-height: 0;
}

.map-frame iframe {
    border: 0;
}

.contact-message {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1fr);
    gap: clamp(32px, 6vw, 88px);
    margin-top: 72px;
    padding: clamp(30px, 5vw, 62px);
    background: #f3f8fb;
}

.contact-message__intro h1 {
    margin: 8px 0 18px;
    color: var(--amar-blue);
    font-size: clamp(31px, 4vw, 48px);
    line-height: 1.08;
}

.contact-message__intro p:last-child {
    margin: 0;
    color: #526976;
    font-size: 17px;
    line-height: 1.7;
}

.contact-message__form,
.contact-message__fields {
    display: grid;
    gap: 18px;
}

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

.contact-message__fields label:last-child {
    grid-column: 1 / -1;
}

.contact-message label {
    display: grid;
    gap: 7px;
    color: var(--amar-blue);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.contact-message label b {
    color: #c63b3b;
}

.contact-message input,
.contact-message textarea {
    width: 100%;
    border: 1px solid #b7c9d3;
    border-radius: 0;
    background: #fff;
    color: #273f4d;
    font: inherit;
    padding: 12px 14px;
}

.contact-message textarea {
    resize: vertical;
}

.contact-message input:focus,
.contact-message textarea:focus {
    outline: 3px solid rgba(31, 111, 148, .2);
    border-color: var(--amar-blue);
}

.contact-message__submit {
    justify-self: start;
    border: 0;
    border-radius: 0;
    background: var(--amar-blue);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    letter-spacing: .08em;
    padding: 14px 26px;
    text-transform: uppercase;
}

.contact-message__submit:hover:not(:disabled) {
    background: #143f56;
}

.contact-message__submit:disabled {
    cursor: wait;
    opacity: .65;
}

.contact-message__status {
    min-height: 24px;
    margin: -6px 0 0;
    color: #526976;
}

.contact-message__status.is-success {
    color: #1f6c46;
}

.contact-message__status.is-error {
    color: #b12b2b;
}

.directions-page {
    padding-top: 105px;
}

.directions-images {
    width: min(1000px, calc(100% - 40px));
    margin-inline: auto;
}

.directions-images img {
    width: 100%;
    margin-bottom: 18px;
}

.blank-page {
    min-height: 320px;
    background: #fff;
}

.voucher-page {
    padding: 68px 0 88px;
    background: linear-gradient(180deg, #fff7f3 0, #fff 30%);
}

.voucher-page__inner {
    max-width: 1120px;
}

.voucher-page__header {
    max-width: 700px;
    margin: 0 auto 42px;
    text-align: center;
}

.voucher-page__eyebrow,
.voucher-form__eyebrow {
    margin: 0 0 9px;
    color: #b90808;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
}

.voucher-page__header h1 {
    margin: 0 0 12px;
    color: #8e0808;
    font-size: clamp(31px, 4vw, 48px);
}

.voucher-page__header p:not(.voucher-page__eyebrow),
.voucher-page__terms {
    color: #58627d;
    line-height: 1.7;
}

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

.voucher-card {
    position: relative;
    aspect-ratio: 1;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: #b90808;
    box-shadow: 0 12px 28px rgba(145, 8, 8, .22);
    color: #fff;
    cursor: pointer;
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease;
}

.voucher-card:hover,
.voucher-card:focus-visible {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(145, 8, 8, .3);
}

.voucher-card:focus-visible {
    outline: 3px solid #c90b0b;
    outline-offset: 4px;
}

.voucher-card > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.voucher-card__content {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 100%;
    color: #760707;
    text-shadow: none;
}

.voucher-card__label,
.voucher-card__requirement,
.voucher-card strong,
.voucher-card__offer,
.voucher-card em,
.voucher-card__content::before,
.voucher-card__content::after {
    position: absolute;
}

.voucher-card__label {
    top: 7.1%;
    right: 8%;
    left: 8%;
    color: #fff3c4;
    font-family: Georgia, serif;
    font-size: clamp(17px, 1.7vw, 24px);
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.08;
    text-shadow: 0 2px 4px rgba(93, 0, 0, .5);
}

.voucher-card__content::before {
    content: "LIMITED TIME OFFER · 08/01/26–12/30/2026";
    top: 20.3%;
    right: 5%;
    left: 5%;
    color: #fff3c4;
    font-size: clamp(8px, .75vw, 11px);
    font-weight: 700;
    letter-spacing: .03em;
}

.voucher-card__requirement {
    top: 38.9%;
    right: 8%;
    left: 8%;
    color: #751111;
    font-size: clamp(11px, 1.05vw, 15px);
    font-weight: 600;
    line-height: 1.35;
}

.voucher-card strong {
    top: 47.8%;
    right: 7%;
    left: 7%;
    color: #d10707;
    font-size: clamp(46px, 5.3vw, 76px);
    line-height: 1;
}

.voucher-card__offer {
    display: none;
}

.voucher-card em {
    display: none;
}

.voucher-card__content::after {
    content: none;
}

.voucher-page__terms {
    max-width: 650px;
    margin: 28px auto 0;
    font-size: 13px;
    text-align: center;
}

@media (max-width: 980px) and (min-width: 761px) {
    .voucher-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.voucher-dialog {
    width: min(460px, calc(100% - 32px));
    margin: auto;
    padding: 0;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .36);
}

.voucher-dialog::backdrop {
    background: rgba(2, 11, 37, .72);
}

.voucher-form {
    position: relative;
    padding: 38px;
    background: #fff;
}

.voucher-dialog__close {
    position: absolute;
    top: 10px;
    right: 14px;
    border: 0;
    background: transparent;
    color: #54617e;
    font-size: 30px;
    line-height: 1;
}

.voucher-form h2 {
    margin: 0 0 8px;
    color: #06103a;
    font-size: 27px;
}

.voucher-form__selected {
    margin: 0 0 24px;
    color: #a20b0b;
    font-weight: 700;
}

.voucher-form label {
    display: grid;
    gap: 7px;
    margin-top: 16px;
    color: #25314e;
    font-size: 14px;
    font-weight: 700;
}

.voucher-form input {
    width: 100%;
    padding: 12px 13px;
    border: 1px solid #cbd3e4;
    border-radius: 4px;
    font: inherit;
}

.voucher-form input:focus {
    outline: 2px solid rgba(18, 45, 139, .25);
    border-color: var(--amar-blue);
}

.voucher-form__note,
.voucher-form__status {
    margin: 17px 0 0;
    color: #68728a;
    font-size: 12px;
    line-height: 1.55;
}

.voucher-form__status:not(:empty) {
    color: #a20b0b;
    font-weight: 600;
}

.voucher-form__submit {
    width: 100%;
    margin-top: 22px;
    padding: 12px 16px;
    border: 1px solid #a20b0b;
    border-radius: 4px;
    background: #a20b0b;
    color: #fff;
    font-weight: 700;
}

.voucher-form__submit:disabled {
    cursor: wait;
    opacity: .65;
}

.voucher-form.is-complete > :not(.voucher-form__success):not(.voucher-dialog__close) {
    display: none;
}

.voucher-form__success {
    padding: 20px 6px 10px;
    text-align: center;
}

.voucher-form__success-icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin: 0 auto 18px;
    border-radius: 50%;
    place-items: center;
    background: #16703a;
    color: #fff;
    font-size: 31px;
    font-weight: 700;
}

.voucher-form__success h2 {
    margin-bottom: 11px;
    color: #16703a;
}

.voucher-form__success p {
    margin: 0;
    color: #52617d;
    line-height: 1.6;
}

.services-page {
    padding: 72px 0 84px;
    background: #fff;
}

.services-page__inner {
    max-width: 1120px;
}

.service-list {
    display: grid;
    gap: 34px;
}

.service-card {
    display: grid;
    grid-template-columns: minmax(280px, 31%) minmax(0, 1fr);
    min-height: 350px;
    padding: 24px;
    border: 1px solid #eceef4;
    background: #fff;
    box-shadow: 0 7px 24px rgba(17, 45, 139, .06);
}

.service-card__media {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    background: #edf0f8;
}

.service-card__image {
    /*position: absolute;*/
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-card__placeholder {
    /*position: absolute;*/
    inset: 0;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 10px;
    color: #7380a6;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.service-card__placeholder img {
    width: 84px;
    opacity: .42;
}

.service-card__media.is-missing .service-card__image {
    display: none;
}

.service-card__content {
    display: flex;
    min-width: 0;
    padding: 4px 18px 4px 42px;
    flex-direction: column;
}

.service-card__content h2 {
    margin: 0 0 22px;
    color: #06103a;
    font-size: 23px;
    line-height: 1.35;
    text-align: center;
}

.service-card__prices {
    display: grid;
    gap: 7px;
    margin-bottom: 18px;
}

.service-card__price-row {
    display: flex;
    min-width: 0;
    align-items: baseline;
    gap: 8px;
    font-size: 14px;
    line-height: 1.45;
}

.service-card__item-name {
    min-width: 0;
}

.service-card__price-dots {
    min-width: 22px;
    border-bottom: 1px dotted #9a9a9a;
    flex: 1;
    transform: translateY(-3px);
}

.service-card__price {
    color: #1c1c1c;
    font-weight: 600;
    white-space: nowrap;
}

.service-card__remark {
    margin: 0 0 20px;
    color: #555;
    font-size: 14px;
    line-height: 1.75;
}

    .service-card__remark > :first-child,
    .menu-card__remark > :first-child,
    .package-card__remark > :first-child {
        margin-top: 0;
    }

.service-card__remark > :last-child,
.menu-card__remark > :last-child,
.package-card__remark > :last-child {
    margin-bottom: 0;
}

.service-card__remark p,
.service-card__remark ul,
.service-card__remark ol,
.menu-card__remark p,
.menu-card__remark ul,
.menu-card__remark ol,
.package-card__remark p,
.package-card__remark ul,
.package-card__remark ol {
    margin: 0 0 .8em;
}

.service-card__remark a,
.menu-card__remark a,
.package-card__remark a {
    color: inherit;
    text-decoration: underline;
}

.service-card__remark img,
.menu-card__remark img,
.package-card__remark img {
    max-width: 100%;
    height: auto;
}

.service-card__book {
    align-self: center;
    min-width: 132px;
    margin-top: auto;
    padding: 9px 22px;
    border: 1px solid var(--amar-blue);
    border-radius: 3px;
    color: #fff;
    background: var(--amar-blue);
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    transition: color .2s ease, background .2s ease;
}

.service-card__book:hover {
    color: var(--amar-blue);
    background: #fff;
}

.services-empty {
    min-height: 300px;
    display: grid;
    place-content: center;
    justify-items: center;
    padding: 40px 20px;
    color: #68708a;
    text-align: center;
}

.services-empty img {
    width: 92px;
    margin-bottom: 18px;
    opacity: .55;
}

.services-empty h2 {
    margin: 0 0 8px;
    color: #06103a;
    font-size: 23px;
}

.services-empty p {
    margin: 0;
}

.menu-page {
    padding: 48px 0 78px;
    background: #fff;
}

.menu-page__inner {
    max-width: 1120px;
}

.menu-list {
    display: grid;
    gap: 25px;
}

.menu-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    color: #4e4635;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}

.menu-card h2 {
    width: 100%;
    margin: 0 0 25px;
    color: #322f20;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
}

.menu-card__content {
    width: 100%;
}

.menu-card__prices {
    display: grid;
    margin-bottom: 18px;
}

.menu-card__price-row {
    display: flex;
    min-width: 0;
    align-items: baseline;
    gap: 7px;
    font-size: 15px;
    line-height: 26px;
}

.menu-card__option-name {
    min-width: 0;
}

.menu-card__price-dots {
    min-width: 22px;
    border-bottom: 1px dotted #aaa;
    flex: 1;
    transform: translateY(-4px);
}

.menu-card__price {
    color: #4e4635;
    white-space: nowrap;
}

.menu-card__remark {
    margin: 0 0 22px;
    color: #4e4635;
    font-size: 15px;
    line-height: 1.6;
}

.menu-card__book {
    display: block;
    width: min(230px, 100%);
    padding: 13px 16px;
    border: 1px solid var(--amar-blue);
    border-radius: 2px;
    color: #fff;
    background: var(--amar-blue);
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    text-transform: lowercase;
    transition: color .2s ease, background .2s ease;
}

.menu-card__book:hover {
    color: var(--amar-blue);
    background: #fff;
}

.menu-empty {
    min-height: 300px;
    display: grid;
    place-content: center;
    justify-items: center;
    padding: 40px 20px;
    color: #68708a;
    text-align: center;
}

.menu-empty h2 {
    margin: 0 0 8px;
    color: #06103a;
    font-size: 23px;
}

.menu-empty p {
    margin: 0;
}

.packages-page {
    padding: 48px 0 78px;
    background: #fff;
}

.packages-page__inner {
    max-width: 1120px;
}

.package-list {
    display: grid;
    gap: 25px;
}

.package-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    color: #4e4635;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}

.package-card h2 {
    width: 100%;
    margin: 0 0 25px;
    color: #322f20;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
}

.package-card__media {
    position: relative;
    width: 30%;
    overflow: hidden;
    align-self: flex-start;
    aspect-ratio: 16 / 9;
    background: #edf0f8;
}

.package-card__image {
/*    position: absolute;*/
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.package-card__placeholder {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 8px;
    color: #7380a6;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.package-card__placeholder img {
    width: 72px;
    opacity: .42;
}

.package-card__media:not(.is-missing) .package-card__placeholder {
    visibility: hidden;
}

.package-card__content {
    width: 65%;
    margin: 15px 2.5%;
}

.package-card__prices {
    display: grid;
    margin-bottom: 18px;
}

.package-card__price-row {
    display: flex;
    min-width: 0;
    align-items: baseline;
    gap: 7px;
    font-size: 15px;
    line-height: 26px;
}

.package-card__option-name {
    min-width: 0;
}

.package-card__price-dots {
    min-width: 22px;
    border-bottom: 1px dotted #aaa;
    flex: 1;
    transform: translateY(-4px);
}

.package-card__price {
    color: #4e4635;
    white-space: nowrap;
}

.package-card__remark {
    margin: 0 0 24px;
    color: #4e4635;
    font-size: 15px;
    line-height: 1.6;
}

    .package-card__remark span{
        background-color:transparent !important;
        
    }

    .package-card__book {
        display: block;
        width: min(230px, 100%);
        padding: 13px 16px;
        border: 1px solid var(--amar-blue);
        border-radius: 2px;
        color: #fff;
        background: var(--amar-blue);
        font-size: 15px;
        line-height: 30px;
        text-align: center;
        text-transform: lowercase;
        transition: color .2s ease, background .2s ease;
    }

.package-card__book:hover {
    color: var(--amar-blue);
    background: #fff;
}

.packages-empty {
    min-height: 300px;
    display: grid;
    place-content: center;
    justify-items: center;
    padding: 40px 20px;
    color: #68708a;
    text-align: center;
}

.packages-empty img {
    width: 92px;
    margin-bottom: 18px;
    opacity: .55;
}

.packages-empty h2 {
    margin: 0 0 8px;
    color: #06103a;
    font-size: 23px;
}

.packages-empty p {
    margin: 0;
}

.special-page {
    padding: 38px 0 66px;
    background: #fff;
}

.special-page__inner {
    max-width: 1180px;
}

.special-page__intro {
    display: flex;
    justify-content: center;
    margin: 0 auto 24px;
}

.special-page__intro img {
    display: block;
    width: min(100%, 518px);
    height: auto;
}

.special-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 2%;
}

.special-card {
    min-width: 0;
    border: 2px solid #fff;
    background: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
}

.special-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.special-card__link:focus-visible {
    outline: 3px solid var(--amar-blue);
    outline-offset: 3px;
}

.special-poster {
    position: relative;
    overflow: hidden;
    aspect-ratio: 500 / 1007;
    background: #fff;
}

.special-poster__template {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.special-poster__details {
    position: absolute;
    inset: 58% 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5% 7% 7%;
    color: #222;
    background: #fff;
}

.special-poster__heading {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: 4px;
}

.special-poster__product-name {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #a87b26;
    font-family: Georgia, serif;
    font-size: clamp(9px, .82vw, 12px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: .04em;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.special-poster__details h2 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #222;
    font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
    font-size: clamp(12px, 1.3vw, 19px);
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.special-poster__prices {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 5%;
    min-height: 44%;
}

.special-poster__regular,
.special-poster__now {
    display: flex;
    min-width: 0;
    flex-direction: column;
    line-height: 1;
}

.special-poster__regular > span,
.special-poster__now > span {
    margin-bottom: 5px;
    color: #a87b26;
    font-family: Georgia, serif;
    font-size: clamp(8px, .85vw, 13px);
    font-weight: 700;
}

.special-poster__regular strong,
.special-poster__now strong {
    position: relative;
    white-space: nowrap;
    font-family: Arial, sans-serif;
    font-size: clamp(22px, 3vw, 42px);
    font-weight: 800;
    letter-spacing: -2px;
}

.special-poster__regular strong {
    color: #5c5c5c;
}

.special-poster__regular strong::before,
.special-poster__regular strong::after {
    position: absolute;
    top: 50%;
    left: -5%;
    width: 110%;
    height: 2px;
    content: "";
    background: #222;
    transform: rotate(18deg);
}

.special-poster__regular strong::after {
    transform: rotate(-18deg);
}

.special-poster__now {
    margin-left: auto;
    text-align: left;
}

.special-poster__now strong {
    color: #e93b35;
}

.special-poster__currency {
    margin-right: 2px;
    font-size: .85em;
    vertical-align: .42em;
    letter-spacing: 0;
}

.special-card__link:hover .special-poster__template {
    transform: scale(1.015);
}

.special-empty {
    min-height: 300px;
    display: grid;
    place-content: center;
    justify-items: center;
    padding: 40px 20px;
    color: #68708a;
    text-align: center;
}

.special-empty img {
    width: 92px;
    margin-bottom: 18px;
    opacity: .55;
}

.special-empty h2 {
    margin: 0 0 8px;
    color: #06103a;
    font-size: 23px;
}

.special-empty p {
    margin: 0;
}

.site-footer {
    color: var(--amar-muted);
    background: var(--amar-blue);
}

.footer-inner {
    width: min(1120px, calc(100% - 40px));
    margin-inline: auto;
    padding: 70px 0 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.footer-logo img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.footer-contact {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}

.footer-contact li {
    margin: 6px 0;
    font-size: 15px;
    font-weight: 500;
}

.footer-contact a:hover,
.footer-links a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: .3rem;
}

.social-links {
    display: flex;
    gap: 10px;
}

.social-links a {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    transition: color .2s ease, background .2s ease;
}

.social-links a:hover {
    color: #333;
    background: #fff;
}

.footer-column h2,
.footer-heading {
    margin: 0 0 24px;
    padding: 0;
    border: 0;
    color: #fff;
    background: transparent;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
}

.footer-heading {
    width: 100%;
    text-align: left;
    cursor: default;
}

.footer-heading span {
    display: none;
}

.footer-links {
    display: flex;
    flex-direction: column;
}

.footer-links a {
    margin: 6px 0;
    color: var(--amar-muted);
    font-size: 15px;
    font-weight: 500;
}

.footer-newsletter p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.footer-bottom {
    padding: 15px 20px;
    color: #fff;
    background: rgba(4, 19, 44, .28);
    text-align: center;
    font-weight: 500;
}

.privacy-policy-page {
    padding: 88px 0 100px;
    background: #f8fafc;
}

.privacy-policy {
    max-width: 860px;
    padding: clamp(28px, 5vw, 56px);
    border-radius: 10px;
    color: #22304a;
    background: #fff;
    box-shadow: 0 12px 36px rgba(6, 16, 58, .08);
}

.privacy-policy__header {
    margin-bottom: 34px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dfe6ee;
}

.privacy-policy__eyebrow {
    margin: 0 0 9px;
    color: #177e89;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.privacy-policy h1,
.privacy-policy h2 {
    color: var(--amar-blue);
}

.privacy-policy h1 {
    margin: 0;
    font-size: clamp(34px, 5vw, 48px);
}

.privacy-policy h2 {
    margin: 34px 0 10px;
    font-size: 24px;
}

.privacy-policy p,
.privacy-policy address {
    font-size: 17px;
    line-height: 1.75;
}

.privacy-policy p {
    margin: 0;
}

.privacy-policy__effective-date {
    margin-top: 12px !important;
    color: #5b6b82;
    font-size: 15px !important;
    font-weight: 600;
}

.privacy-policy address {
    margin: 0;
    font-style: normal;
}

.privacy-policy a {
    color: #116a9f;
    overflow-wrap: anywhere;
    text-decoration: underline;
    text-underline-offset: .15em;
}

.scroll-top {
    position: fixed;
    right: 22px;
    bottom: 82px;
    z-index: 80;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 3px;
    color: #fff;
    background: var(--amar-blue);
    font-size: 24px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease;
    cursor: pointer;
}

.scroll-top.visible {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1200px) {
    .desktop-nav a {
        padding-inline: 11px;
        font-size: 14px;
    }

    .desktop-nav a::after {
        left: 11px;
        right: 11px;
    }
}

@media (max-width: 991px) {
    .site-header {
        height: 72px;
    }

    .privacy-policy-page {
        padding: 48px 0 64px;
    }

    .privacy-policy p,
    .privacy-policy address {
        font-size: 16px;
    }

    .header-inner {
        width: 100%;
        padding: 0 36px;
        justify-content: space-between;
    }

    .desktop-nav {
        display: none;
    }

    .header-logo {
        position: absolute;
        left: 50%;
        width: auto;
        flex: none;
        transform: translateX(-50%);
    }

    .header-logo img {
        width: 64px;
        height: 64px;
    }

    .mobile-menu-button,
    .mobile-profile {
        display: block;
        padding: 0;
        border: 0;
        color: #fff;
        background: transparent;
        font-size: 22px;
        line-height: 1;
        cursor: pointer;
    }

    .mobile-profile {
        margin-left: auto;
    }

    .hero {
        height: 510px;
    }

    .services-page {
        padding: 52px 0 62px;
    }

    .menu-page {
        padding: 42px 0 58px;
    }

    .packages-page {
        padding: 42px 0 58px;
    }

    .special-page {
        padding: 34px 0 54px;
    }

    .special-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 3%;
    }

    .special-poster__details h2 {
        font-size: clamp(13px, 2.5vw, 20px);
    }

    .special-poster__product-name {
        font-size: clamp(10px, 1.55vw, 13px);
    }

    .special-poster__regular > span,
    .special-poster__now > span {
        font-size: clamp(9px, 1.5vw, 13px);
    }

    .special-poster__regular strong,
    .special-poster__now strong {
        font-size: clamp(25px, 5.2vw, 43px);
    }

    .service-card {
        grid-template-columns: minmax(235px, 36%) minmax(0, 1fr);
        padding: 18px;
    }

    .service-card__media {
        min-height: 280px;
    }

    .service-card__content {
        padding-left: 28px;
        padding-right: 8px;
    }

    .tile-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .gallery-track img {
        flex-basis: calc((100% - 30px) / 4);
    }

    .footer-inner {
        padding: 36px 0 24px;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

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

    .footer-heading {
        display: block;
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, .75);
        font-size: 20px;
    }

    .footer-links {
        display: flex;
        padding-top: 8px;
    }

    .footer-newsletter h2 {
        margin-bottom: 12px;
    }
}

@media (max-width: 600px) {
    .contact-message__fields {
        grid-template-columns: 1fr;
    }

    .contact-message__fields label:last-child {
        grid-column: auto;
    }

    .content-width,
    .about-gallery,
    .directions-images,
    .gift-content {
        width: calc(100% - 22px);
    }

    .header-inner {
        padding-inline: 38px;
    }

    .hero {
        height: auto;
        aspect-ratio: 2 / 3;
    }

    .hero-slide:first-child {
        background-image: url('/waikiki/images/o1-m.jpg') !important;
    }

    .hero-slide:nth-child(2) {
        background-image: url('/waikiki/images/o2-m.jpg') !important;
    }

    .hero-arrow {
        font-size: 38px;
    }

    .service-tiles {
        padding: 32px 0;
    }

    .tile-grid {
        gap: 13px 10px;
    }

    .instagram-gallery {
        padding: 36px 0 40px;
    }

    .instagram-gallery h1 {
        font-size: 18px;
    }

    .gallery-track img {
        flex-basis: calc((100% - 10px) / 2);
    }

    .page-section {
        padding: 42px 0;
    }

    .about-copy h1 {
        font-size: 24px;
    }

    .about-copy h2 {
        font-size: 18px;
    }

    .about-copy p {
        font-size: 13px;
        line-height: 1.75;
    }

    .about-page {
        background: var(--amar-blue);
    }

    .about-copy {
        margin-bottom: 24px;
        padding: 25px 20px 10px;
        border-radius: 15px;
        color: #fff;
        background: var(--amar-blue);
        box-shadow: 0 8px 22px rgba(8, 28, 90, .16);
    }

    .about-copy h1,
    .about-copy h2,
    .about-copy p {
        color: #fff;
    }

    .gift-page,
    .directions-page {
        padding-top: 58px;
    }

    .location-page {
        padding: 35px 0 42px;
    }

    .contact-message {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 42px;
    }

    .map-frame {
        border-width: 4px;
    }

    .map-frame iframe {
        height: 320px;
    }

    .blank-page {
        min-height: 230px;
    }

    .services-page {
        padding: 34px 0 42px;
    }

    .menu-page {
        padding: 25px 0 38px;
    }

    .packages-page {
        padding: 25px 0 38px;
    }

    .special-page {
        padding: 22px 0 38px;
    }

    .special-page__intro {
        margin-bottom: 18px;
    }

    .special-grid {
        gap: 13px 3%;
    }

    .special-poster__details {
        padding: 5% 5% 6%;
    }

    .special-poster__details h2 {
        font-size: clamp(9px, 2.8vw, 15px);
    }

    .special-poster__heading {
        gap: 2px;
    }

    .special-poster__product-name {
        font-size: clamp(7px, 2.1vw, 11px);
    }

    .special-poster__regular > span,
    .special-poster__now > span {
        margin-bottom: 3px;
        font-size: clamp(7px, 2.1vw, 10px);
    }

    .special-poster__regular strong,
    .special-poster__now strong {
        font-size: clamp(18px, 7.4vw, 34px);
        letter-spacing: -1px;
    }

    .package-list {
        gap: 18px;
    }

    .package-card {
        display: block;
        padding: 0;
        overflow: hidden;
        color: #fff;
        background: var(--amar-blue);
        box-shadow: 0 8px 22px rgba(8, 28, 90, .16);
        border-radius:15px;
    }

    .package-card h2 {
        margin: 0;
        padding: 22px 18px;
        color: #fff;
        font-size: 24px;
    }

    .package-card__media {
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .package-card__content {
        width: auto;
        margin: 0;
        padding: 22px 20px 26px;
    }

    .package-card__price-row,
    .package-card__remark {
        color: #fff;
        font-size: 13px;
    }

    .package-card__price-row {
        gap: 5px;
        line-height: 1.7;
    }

    .package-card__price,
    .package-card__remark {
        color: #fff;
    }

        .package-card__remark span {
            color: white !important;
            font-size: 14px !important;
        }

        .package-card__price-dots {
            min-width: 10px;
            border-bottom-color: rgba(255, 255, 255, .55);
        }

    .package-card__book {
        width: 100%;
        border-color: #fff;
        color: var(--amar-blue);
        background: #fff;
    }

    .package-card__book:hover {
        color: #fff;
        background: transparent;
    }

    .menu-list {
        gap: 18px;
    }

    .menu-card {
        padding: 22px 18px 26px;
        color: #fff;
        background: var(--amar-blue);
        box-shadow: 0 8px 22px rgba(8, 28, 90, .16);
        border-radius: 15px;
    }

    .menu-card h2 {
        margin-bottom: 18px;
        color: #fff;
        font-size: 24px;
    }

    .menu-card__price-row,
    .menu-card__remark {
        color: #fff;
        font-size: 13px;
    }

    .menu-card__price-row {
        gap: 5px;
        line-height: 1.7;
    }

    .menu-card__price-dots {
        min-width: 10px;
        border-bottom-color: rgba(255, 255, 255, .55);
    }

    .menu-card__price {
        color: #fff !important;
    }

    .menu-card__remark,
    .menu-card__remark * {
        color: #fff !important;
        background-color: transparent !important;
    }

    .menu-card__book {
        width: 100%;
        border-color: #fff;
        color: var(--amar-blue);
        background: #fff;
    }

    .menu-card__book:hover {
        color: #fff;
        background: transparent;
    }

    .service-list {
        gap: 24px;
    }

    .service-card {
        display: block;
        min-height: 0;
        padding: 0;
        overflow: hidden;
        border: 0;
        color: #fff;
        background: var(--amar-blue);
        box-shadow: 0 8px 22px rgba(8, 28, 90, .16);
        border-radius:15px;
    }

    .service-card__media {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .service-card__content {
        padding: 24px 20px 26px;
    }

        .service-card__content h2,
        .service-card__price,
        .service-card__remark  {
            color: #fff;
        }

            .service-card__remark span{
                color: #fff !important;
            }

        .service-card__content h2 {
            margin-bottom: 18px;
            font-size: 21px;
        }

    .service-card__price-row {
        gap: 6px;
        font-size: 13px;
    }

    .service-card__price-dots {
        border-bottom-color: rgba(255, 255, 255, .55);
    }

    .service-card__remark {
        font-size: 13px;
        line-height: 1.7;
    }

    .service-card__book {
        width: 100%;
        border-color: #fff;
        color: var(--amar-blue);
        background: #fff;
    }

    .service-card__book:hover {
        color: #fff;
        background: transparent;
    }

    .footer-inner {
        width: calc(100% - 30px);
        gap: 18px 12px;
    }

    .footer-logo img {
        width: 82px;
        height: 82px;
    }

    .footer-contact li,
    .footer-links a,
    .footer-newsletter p {
        font-size: 14px;
    }

    .footer-bottom {
        font-size: 12px;
    }
}

@media (max-width: 760px) {
    .voucher-page {
        padding: 38px 0 52px;
    }

    .voucher-page__header {
        margin-bottom: 25px;
    }

    .voucher-grid {
        grid-template-columns: 1fr;
        gap: 19px;
    }

    .voucher-card,
    .voucher-card__content {
        min-height: 0;
    }

    .voucher-card__label {
        font-size: 25px;
    }

    .voucher-card__content::before {
        font-size: 11px;
    }

    .voucher-card__requirement {
        font-size: 16px;
    }

    .voucher-card strong {
        font-size: 78px;
    }

    .voucher-form {
        padding: 32px 22px 26px;
    }
}

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