
html {
	overflow-x: hidden;
}

body {
	max-width: 100%;
}

img {
	max-width: 100%;
}

.container-fluid {
	max-width: 1600px;
	width: 95%;
}

a {
	text-decoration: none;
	color: #5481A2;
}


.text-main {
	color: #5481A2;
}

.text-alt {
	color: #f3893b;
}

.btn-warning {
	background: #f3893b;
	color: #fff;
	border-color: #f3893b;
}

.badge-theme {
	border: 1px solid #eee;
	color: #777;
}

.max-wrap {
	max-width: 1000px;
	margin: 0 auto;
}

.height-0 {
	height: 0;
}

.image-scale {
	overflow: hidden;
}

.image-scale img {
	transition: 0.3s;
}

.image-scale:hover img {
	transform: scale(1.1);
}

.owl-content .owl-nav,
.owl-content .owl-dots {
	display: none;
}

.owl-content {
	position: relative;
}

.owl-carousel_nav {
	display: inline-flex;
	position: absolute;
	bottom: 0;
	right: 0;
}

.owl-carousel_nav>div {
	background: #fff;
	padding: 8px 15px;
	margin-left: 5px;
	cursor: pointer;
	border-radius: 20px;
}

.testimonial-box {
	box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	padding: 20px;
	margin: 15px;
	cursor: pointer;
}

.testimonial-box:hover {
	transform: translateY(-10px);
	transition: all ease 0.3s;
}

.testimonial-source {
	margin-top: 15px;
	height: 50px;
	width: auto !important;
}

.p-less p {
	margin-bottom: 5px;
}

.breadcrumb-why-item+.breadcrumb-why-item:before {
	content: '>>';
}

.header-main {
	background: #fff;
}

.section-theme {
	background: linear-gradient(rgb(255, 255, 214) 0%, rgb(224, 245, 255) 100%);
	padding: 15px;
}

.bg-main {
	background: #F3EDEA;
	background: linear-gradient(rgb(255, 255, 214) 0%, rgb(224, 245, 255) 100%);
}

.bg-white {
	background: #fff;
}

.bg-main-2 {
	background: #f3893b;
}

.top-menu {
	padding: 10px 0;
	text-align: right;
}

.top-menu a {
	color: #333;
	font-size: 18px;
	font-weight: 700;
}

.top-menu i {
	font-size: 25px;
	margin-top: -5px;
}

.nav-link {
	color: #ddd;
}

.nav-link:hover {
	color: #fff;
}

.navbar {
	background: #404040;
}

.navbar-brand img {
	max-height: 50px;
}

:root {
	--bg: #413d39;
	/* warm charcoal */
	--heading: #f1ede5;
	/* cream */
	--body-text: #d6d2ca;
	/* soft light grey */
	--rule: #6b665f;
	/* faint divider */
	--hero-text: #f6f3ee;
	--quote-text: #f6f3ee;
	--bg-dark: #2b2825;
    --bg-soft: #38352f;
    --panel: #f1efe9;
    --ink: #2b2926;
    --ink-soft: #5b574f;
    --accent: #b08a5a;
    --hairline: rgba(255,255,255,.08);
    --muted: #9a958d;
    --panel-gray:#8c8c8a;
    --panel-blue:#41566b;
    --gold:#c4a352;
    --body-ink:rgba(255,255,255,.88);
}

body {
	background-color: var(--bg);
	color: var(--body-text);
	font-family: "Mulish", sans-serif;
	font-weight: 300;
}

/* Bootstrap modals (e.g. the "Inquiry Now" quick-inquiry popup) render with
   a plain white .modal-content box, but were inheriting body's pale
   --body-text color meant for the dark page background — near-invisible
   text on white. Give modals their own readable, standard contrast. */
.modal-content {
	color: #212529;
	background-color: #fff;
}

.modal-content .form-label,
.modal-content label {
	color: #212529;
}

.modal-content .form-control,
.modal-content .form-select {
	color: #212529;
	background-color: #fff;
	border-color: #ced4da;
}

.modal-header {
	border-bottom-color: #dee2e6;
}

.modal-title {
	color: #212529;
}

.retreat {
	padding: clamp(2.5rem, 6vw, 6rem) 0;
}

.retreat_heading {
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	color: var(--heading);
	font-size: clamp(1.6rem, 4.6vw, 3.3rem);
	line-height: 1.08;
	letter-spacing: .5px;
	margin-bottom: 2.5rem;
	flex-wrap: wrap;
	min-width: 0;
}

.retreat_heading > :first-child {
	min-width: 0;
	overflow-wrap: break-word;
}

/* decorative mandala sits inline at the end of the first line */
.retreat_mark {
	width: clamp(40px, 3.4vw, 56px);
	height: auto;
	margin-left: 1.1rem;
	vertical-align: middle;
	opacity: .9;
}

.retreat_mark path {
	stroke: var(--heading);
}

.retreat_body p {
	font-size: clamp(0.8rem, 1.15vw, 0.9rem);
	line-height: 1.85;
	text-align: justify;
	margin-bottom: 1.6rem;
}

.retreat_body p:last-child {
	margin-bottom: 0;
}

/* thin vertical rule between the two columns (desktop only) */
.retreat_col-text {
	position: relative;
}

.retreat_col-alttext {
    position: relative;
    padding-left: 50px;
}

.retreat_altimg-wrap {
    padding-right: 30px;
}

.altquote {
    max-width: 500px;
}

@media (min-width: 992px) {
	.retreat_col-text::after {
		content: "";
		position: absolute;
		top: .5rem;
		bottom: .5rem;
		right: 0;
		width: 1px;
		background: var(--rule);
	}
	
	.retreat_col-alttext::before {
		content: "";
		position: absolute;
		top: .5rem;
		bottom: .5rem;
		left: 0;
		width: 1px;
		background: var(--rule);
	}
}

.retreat_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	min-height: 380px;
}

.retreat_img-wrap {
	height: 100%;
	display: flex;
	align-items: center;
}

.hero {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.home-last-video {
    min-height: 60vh;
}

/* background video / image fills the section */
.hero_media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

/* dark gradient overlay for legibility */
.hero_overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg,
			rgba(0, 0, 0, .30) 0%,
			rgba(0, 0, 0, .15) 45%,
			rgba(0, 0, 0, .35) 100%);
}

.hero_content {
	position: relative;
	z-index: 2;
	padding: 1.5rem;
	color: var(--hero-text);
}

/* ---------- Headline ---------- */
.hero_title {
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	font-size: clamp(1.5rem, 4.6vw, 2.2rem);
	line-height: 2;
	letter-spacing: .5px;
	text-shadow: 0 2px 24px rgba(0, 0, 0, .45);
	margin-bottom: 2.4rem;
}

.hero_title .line {
	display: block;
}

/* ---------- Outlined pill button ---------- */
.hero_btn {
	display: inline-block;
	font-size: .82rem;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--hero-text);
	text-decoration: none;
	padding: .85rem 2.4rem;
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: 50rem;
	background: transparent;
	transition: background-color .4s ease, color .4s ease, border-color .4s ease;
	backdrop-filter: blur(1px);
}

.hero_btn:hover,
.hero_btn:focus-visible {
	background: var(--hero-text);
	color: #1f1d1a;
	border-color: var(--hero-text);
	outline: none;
}

/* ---------- Entrance animations ---------- */
@keyframes riseIn {
	from {
		opacity: 0;
		transform: translateY(28px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.reveal {
	opacity: 0;
	animation: riseIn 1s cubic-bezier(.22, .61, .36, 1) forwards;
}

.hero_title .line:nth-child(1) {
	animation-delay: .25s;
}

.hero_title .line:nth-child(2) {
	animation-delay: .65s;
}

.hero_btn {
	animation-delay: 1.15s;
}

/* gentle continuous breathing on the button after it appears */
@keyframes softPulse {

	0%,
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}

	50% {
		box-shadow: 0 0 0 6px rgba(255, 255, 255, .06);
	}
}

.hero_btn {
	animation-name: riseIn, softPulse;
	animation-duration: 1s, 3.5s;
	animation-timing-function: cubic-bezier(.22, .61, .36, 1), ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-delay: 1.15s, 2.1s;
}

/* respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
	.reveal {
		opacity: 1;
		animation: none;
	}

	.hero_btn {
		animation: none;
	}
}

/* scroll cue */
.hero_scroll {
	position: absolute;
	left: 50%;
	bottom: 1.8rem;
	transform: translateX(-50%);
	z-index: 2;
	width: 26px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 50rem;
	opacity: 0;
	animation: riseIn 1s ease forwards 1.6s;
}

.hero_scroll::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 8px;
	width: 3px;
	height: 8px;
	background: rgba(255, 255, 255, .8);
	border-radius: 50rem;
	transform: translateX(-50%);
	animation: scrollDot 1.8s ease-in-out infinite;
}

@keyframes scrollDot {
	0% {
		transform: translate(-50%, 0);
		opacity: 1;
	}

	70% {
		transform: translate(-50%, 14px);
		opacity: 0;
	}

	100% {
		transform: translate(-50%, 0);
		opacity: 0;
	}
}

.band {
	min-height: 60vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 3rem 1.5rem;
}

.band p {
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(1.3rem, 2.4vw, 2rem);
	color: #b9b4ab;
	max-width: 40ch;
	margin: 0;
}

/* ---------- Parallax quote ---------- */
.quote {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 6rem 1.5rem;

	/* the moving-text-over-fixed-image effect */
	background-color: linear-gradient(rgba(0, 0, 0, .30), rgba(0, 0, 0, .30));
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/* <-- background stays put, text scrolls over it */
}

.quote_inner {
	position: relative;
	z-index: 2;
	max-width: 60rem;
}

.quote_text {
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	font-size: clamp(1.9rem, 3.6vw, 3.2rem);
	line-height: 1.35;
	letter-spacing: .4px;
	text-shadow: 0 2px 22px rgba(0, 0, 0, .55);
	margin-bottom: 2rem;
}

.quote_cite {
	display: block;
	font-family: "Mulish", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: clamp(.85rem, 1.2vw, 1.05rem);
	letter-spacing: .04em;
	color: rgba(246, 243, 238, .82);
	text-shadow: 0 1px 10px rgba(0, 0, 0, .5);
}

/* thin vertical line + down arrow on the right, matching the screenshot */
.quote_cue {
	position: absolute;
	right: clamp(1.5rem, 6vw, 7rem);
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .6rem;
	opacity: .7;
}

.quote_cue .rule {
	width: 1px;
	height: clamp(120px, 22vh, 220px);
	background: rgba(255, 255, 255, .55);
}

.quote_cue .arrow {
	width: 10px;
	height: 10px;
	border-right: 1px solid rgba(255, 255, 255, .7);
	border-bottom: 1px solid rgba(255, 255, 255, .7);
	transform: rotate(45deg);
	animation: nudge 1.8s ease-in-out infinite;
}

@keyframes nudge {

	0%,
	100% {
		transform: rotate(45deg) translate(0, 0);
		opacity: .7;
	}

	50% {
		transform: rotate(45deg) translate(3px, 3px);
		opacity: 1;
	}
}

@media (max-width: 575.98px) {
	.quote_cue {
		display: none;
	}
}

/* iOS Safari ignores background-attachment: fixed — fall back to scroll
       so the image still shows correctly (just without the parallax glide). */
@supports (-webkit-touch-callout: none) {
	.quote {
		background-attachment: scroll;
	}
}

@media (prefers-reduced-motion: reduce) {
	.quote_cue .arrow {
		animation: none;
	}
}


.section-head {
      font-family: 'Cormorant Garamond', serif;
      font-weight: 400;
      text-transform: uppercase;
      color: rgb(128, 128, 128);
      line-height: 1.35;
      font-size: clamp(1.9rem, 3.6vw, 3.2rem);
      text-align: right;
    }
    .section-head .glyph { color: var(--accent); font-style: italic; }
    .head-rule {
      width: 60px; height: 1px; background: var(--accent);
      margin: 1.5rem auto 0; opacity: .8;
    }
 
    /* ---- Cards ---- */
    .course-card {
      background: rgb(191,191,191);
      color: var(--ink);
      border: 0;
      border-radius: 2px;
      overflow: hidden;
      box-shadow: 0 18px 40px -28px rgba(0,0,0,.6);
      transition: transform .45s ease, box-shadow .45s ease;
    }
    .course-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 26px 50px -26px rgba(0,0,0,.7);
    }
    .course-img {
      aspect-ratio: 4 / 5;
      object-fit: cover;
      width: 100%;
      filter: saturate(.96);
      transition: transform .7s ease;
    }
    .course-card:hover .course-img { transform: scale(1.04); }
 
    .course-body { padding: 1.75rem 1.5rem 2rem; }
 
    .course-title {
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      font-weight: 500;
      font-size: 1.55rem;
      line-height: 1.2;
      color: var(--ink);
      margin-bottom: .35rem;
    }
    .course-kicker {
      font-size: .68rem;
      letter-spacing: .22em;
      text-transform: uppercase;
      color: var(--accent);
      font-weight: 600;
      margin-bottom: 1rem;
    }
    .course-text {
      font-size: .92rem;
      line-height: 1.75;
      color: var(--ink-soft);
      font-weight: 400;
    }
    .course-text strong { color: var(--ink); font-weight: 600; }
 
    /* staggered load-in */
    .reveal { opacity: 0; transform: translateY(14px); animation: rise .8s ease forwards; }
    @keyframes rise { to { opacity: 1; transform: none; } }
    
    .site-footer { padding: 1rem 0 2.5rem; background: #000;}
    .site-footer img {
        max-height: 70px;
    }
 
    /* ---- UP / back-to-top ---- */
    .up-link {
      display: inline-flex; align-items: center; gap: .5rem;
      background: none; border: 0;
      color: var(--hero-text);
      letter-spacing: .15em; font-size: .8rem;
      text-transform: uppercase;
      transition: color .3s ease, transform .3s ease;
    }
    .up-link:hover { color: var(--ink); }
    .up-link i { transition: transform .3s ease; }
    .up-link:hover i { transform: translateY(-3px); }
 
 
    /* ---- Social ---- */
    .social-row a {
      color: var(--hero-text); font-size: 1.55rem;
      transition: color .3s ease, transform .3s ease;
    }
    .social-row a:hover { color: var(--accent); transform: translateY(-3px); }
 
    .copyright { color: var(--muted); font-size: .95rem; font-weight: 300; }
 
    @media (max-width: 575.98px) {
      .cred-strip { flex-wrap: wrap; justify-content: center; }
      .cred-ya { border-right: 0; padding-right: 0; }
    }
    
  /* ---- the composition ---- */
  .emblem-frame{
    position: relative;
    width: 300px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;            /* gray backdrop */
  }
 
  /* the SVG emblem, used as a faint background watermark */
  .emblem-frame::before{
    content: "";
    position: absolute;
    inset: 0;
    opacity: .20;                       /* faintness of the mark */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='20 20 160 160'%3E%3Cpath fill='%23ffffff' d='M100 180c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80zm0-155c41.357 0 75 33.645 75 75 0 41.357-33.643 75-75 75-41.355 0-75-33.643-75-75 0-41.355 33.645-75 75-75z'/%3E%3Cpath fill='%23ffffff' d='M121.391 100c8.631-1.982 15.6-5.625 20.906-10.932 9.409-9.41 13.592-24.047 12.546-43.911-19.865-1.046-34.502 3.136-43.911 12.546-5.306 5.306-8.95 12.275-10.932 20.906-1.982-8.631-5.625-15.6-10.932-20.906-9.409-9.41-24.047-13.592-43.911-12.546-1.046 19.865 3.137 34.502 12.546 43.911 5.306 5.306 12.275 8.95 20.906 10.932-8.631 1.982-15.6 5.625-20.906 10.932-9.409 9.409-13.592 24.047-12.546 43.911 19.865 1.046 34.502-3.137 43.911-12.546 5.306-5.306 8.95-12.275 10.932-20.906 1.982 8.631 5.625 15.6 10.932 20.906 9.409 9.409 24.047 13.592 43.911 12.546 1.046-19.865-3.137-34.502-12.546-43.911-5.306-5.307-12.275-8.95-20.906-10.932zm-6.923 38.76c-4.604-4.604-7.832-10.82-9.595-18.486l-3.555-15.472A4.954 4.954 0 0 1 100 105c-.459 0-.896-.082-1.319-.199l-3.554 15.473c-1.76 7.666-4.99 13.882-9.597 18.486-7.605 7.612-19.414 11.245-35.525 11.235-.146-15.981 3.623-27.915 11.233-35.527 4.607-4.604 10.828-7.837 18.489-9.595l15.473-3.554c-.118-.423-.2-.86-.2-1.319s.082-.896.199-1.319l-15.473-3.554c-7.661-1.76-13.882-4.988-18.489-9.595-7.61-7.61-11.379-19.546-11.233-35.527 15.981-.166 27.917 3.623 35.527 11.233 4.607 4.607 7.834 10.828 9.595 18.489L98.68 95.2c.424-.118.861-.2 1.32-.2.459 0 .895.082 1.317.198l3.556-15.472c1.758-7.661 4.99-13.882 9.595-18.489C121.934 53.772 133.564 50 149.097 50c.298 0 .601.002.898.005.146 15.984-3.623 27.92-11.235 35.53-4.604 4.602-10.82 7.832-18.486 9.592l-15.473 3.554c.117.423.199.859.199 1.319 0 .459-.082.895-.199 1.318l15.472 3.555c7.666 1.763 13.882 4.99 18.486 9.595 7.612 7.607 11.382 19.546 11.235 35.527-16.166-.005-27.919-3.628-35.526-11.235z'/%3E%3Cpath fill='%23ffffff' d='M100 110c5.523 0 10-4.477 10-10s-4.477-10-10-10-10 4.477-10 10 4.477 10 10 10zm0-15c2.759 0 5 2.244 5 5s-2.241 5-5 5c-2.756 0-5-2.244-5-5s2.244-5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 98% 98%;           /* size of the mark */
  }
 
  /* the round photo sitting in the center */
  .emblem-frame .emblem-photo{
    position: relative;                 /* above the ::before watermark */
    width: 70%;                         /* circle diameter */
    aspect-ratio: 1 / 1;
    object-fit: cover;                  /* fills the circle, keeps proportions */
    border-radius: 50%;
    border: 4px solid #fff;             /* the thin white ring */
    filter: grayscale(1);               /* black & white; remove for color */
  }
  
  .service-hero {
      position: relative;
      min-height: 640px;
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: center;
    }

    /* Dark overlay so the text stays readable */
    .service-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.55);
    }

    .service-hero__content {
      position: relative;   /* sits above the overlay */
      z-index: 1;
      color: #fff;
    }

    .service-hero__title {
      font-family: "EB Garamond", serif;
      font-weight: 500;
      font-size: clamp(2.25rem, 5vw, 4rem);
      letter-spacing: 0.5px;
      margin-bottom: 1.75rem;
    }

    .service-hero__text {
      font-weight: 300;
      font-size: 1.0625rem;
      line-height: 1.9;
      text-align: justify;
      max-width: 640px;
      color: rgba(255, 255, 255, 0.92);
      margin-bottom: 2.5rem;
    }

    /* Outlined pill button */
    .btn-more {
      --bs-btn-color: #fff;
      --bs-btn-border-color: rgba(255, 255, 255, 0.85);
      --bs-btn-hover-color: #1a1a1a;
      --bs-btn-hover-bg: #fff;
      --bs-btn-hover-border-color: #fff;
      border-radius: 50rem;
      padding: 0.85rem 3rem;
      letter-spacing: 0.18em;
      font-size: 0.8rem;
      font-weight: 400;
      transition: all 0.25s ease;
    }
    
    
  .acc-panel{
    display:flex;
    padding:5rem 2rem;
  }
  .acc-panel .inner{
    max-width:620px;
    margin:0 auto;
    width:100%;
  }
  .panel-gray{ background:var(--panel-gray); }
  .panel-blue{ background:var(--panel-blue); }
 
  /* headings */
  .acc-panel h3{
    color:#fff;
    font-weight:700;
    font-size:1.3rem;
    letter-spacing:.2px;
    margin-bottom:1.1rem;
  }
  .acc-panel h3 + h3,
  .acc-panel .mt-section{ margin-top:2.6rem; }
 
  /* body copy */
  .acc-panel p{
    color:var(--body-ink);
    font-weight:300;
    font-size:1.12rem;
    line-height:1.9;
    text-align:justify;
    margin-bottom:1.6rem;
  }
  .acc-panel ul{
    color:var(--body-ink);
    font-weight:300;
    font-size:1.12rem;
    line-height:1.9;
    padding-left:1.4rem;
    margin-bottom:1.6rem;
  }
  .acc-panel li{ margin-bottom:.35rem; }
 
  /* the thin gold accent line on the right panel */
  .gold-line{
    position:absolute;
    right:42px;
    top:40%;
    bottom:0;
    width:2px;
    background:var(--gold);
  }
  @media (max-width:767.98px){
    .acc-panel{ padding:3rem 1.5rem; }
    .gold-line{ display:none; }
    /* columns stack, so split the page background top/bottom instead */
    body:has(.acc-panel){ background:linear-gradient(to bottom, var(--panel-gray) 0 50%, var(--panel-blue) 50% 100%); }
  }
  
  
  /* ---- Header ---- */
    .section-head {
      font-family: 'Cormorant Garamond', serif;
      font-weight: 400;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: #cfcabf;
      line-height: 1.3;
    }
    .head-rule {
      width: 60px; height: 1px; background: var(--accent);
      margin: 1.4rem auto 0; opacity: .8;
    }

    /* ---- Gallery home-accommdations ---- */
    .home-accommdation {
      position: relative;
      display: block;
      overflow: hidden;
      border-radius: 2px;
      aspect-ratio: 4 / 5;
      box-shadow: 0 18px 40px -28px rgba(0,0,0,.7);
    }
    .home-accommdation img {
      width: 100%; height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .8s ease;
    }
    .home-accommdation:hover img { transform: scale(1.05); }

    /* gradient scrim for label legibility */
    .home-accommdation::after {
      content: "";
      position: absolute; inset: 0;
      background: linear-gradient(
        to bottom,
        rgba(0,0,0,.10) 0%,
        rgba(0,0,0,0) 35%,
        rgba(0,0,0,0) 55%,
        rgba(0,0,0,.55) 100%);
      transition: background .5s ease;
    }
    .home-accommdation:hover::after { background: rgba(0,0,0,.45); }

    .home-accommdation-label {
      position: absolute;
      left: 0; right: 0;
      bottom: 0;
      z-index: 2;
      padding: 1.5rem;
      text-align: center;
      transition: transform .5s ease;
    }
    .home-accommdation:hover .home-accommdation-label { transform: translateY(-6px); }

    .home-accommdation-kicker {
      font-size: .65rem;
      letter-spacing: .26em;
      text-transform: uppercase;
      color: var(--accent);
      font-weight: 600;
      margin-bottom: .35rem;
      opacity: 0;
      transition: opacity .5s ease;
    }
    .home-accommdation:hover .home-accommdation-kicker { opacity: 1; }

    .home-accommdation-title {
      font-family: 'Cormorant Garamond', serif;
      font-weight: 500;
      font-size: 2.2rem;
      line-height: 1.1;
      color: #fff;
      margin: 0;
      text-shadow: 0 2px 18px rgba(0,0,0,.45);
    }

    /* staggered load-in */
    .reveal { opacity: 0; transform: translateY(16px); animation: rise .85s ease forwards; }
    @keyframes rise { to { opacity: 1; transform: none; } }
    
    .contact-hero{
    background:url('../uploadfiles/home-footer.avif') center/cover no-repeat;
    min-height:60vh;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    text-align:center;
    padding:4.5rem 1rem 9rem;
  }
  .contact-hero h2{
    font-style:italic;
    font-weight:400 !important;
    font-size:clamp(1rem,5vw,1.6rem);
    color:#262626;
    margin:0;
  }
  .contact-hero .subtitle{
    font-size:clamp(1.05rem,2.2vw,1.35rem);
    color:#3a3a3a;
    margin-top:1.5rem;
  }

  /* ---------- form card ---------- */
  .form-card{
    background:#fff;
    max-width:700px;
    margin:-190px auto 9rem;          /* tucks just under the contact-hero's bottom edge */
    padding:3rem 4rem 2.5rem;
    position:relative;
    box-shadow:0 30px 70px -45px rgba(0,0,0,.3);
  }
  .form-intro{
    text-align:center;
    font-size:1.35rem;
    line-height:1.6;
    color:#3a3a3a;
    font-weight:300;
    max-width:640px;
    margin:0 auto 2.5rem;
  }

  /* bordered field grid */
  .form-wrap{ position:relative; }
  .field-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    border-top:1px solid var(--ink);
    border-left:1px solid var(--ink);
  }
  .field{
    border-right:1px solid var(--ink);
    border-bottom:1px solid var(--ink);
    display:flex;
    flex-direction:column;
    min-height:50px;
  }
  .field--full{ grid-column:1 / 3; }
  .field--msg{ min-height:270px; }

  .field input,
  .field textarea{
    border:0; outline:0; background:transparent;
    width:100%; flex:1; resize:none;
    padding:5px;
    font-family:var(--sans); font-size:1.05rem; color:var(--ink);
  }
  .field input::placeholder,
  .field textarea::placeholder{
    font-family:var(--serif);
    font-style:italic; font-weight:600;
    font-size:16px; color:#161616; opacity:1;
  }

  /* send button overhanging bottom-right */
  .send-btn{
    width:300px; max-width:60%;
    padding:1.5rem 0;
    background:#111; color:#fff; border:0;
    font-family:var(--sans); font-weight:600;
    font-size:1.05rem; letter-spacing:.08em;
    cursor:pointer;
    box-shadow:0 18px 40px -18px rgba(0,0,0,.6);
    transition:background .15s;
  }
  .send-btn:hover{ background:#000; }

  @media (max-width:768px){
    .contact-hero{ min-height:48vh; padding:3rem 1rem 7rem; }
    .form-card{ margin:-70px 1rem 7rem; padding:2.5rem 1.5rem 2rem; }
    .field-grid{ grid-template-columns:1fr; }
    .field--full{ grid-column:1 / 2; }
    .send-btn{ position:static; width:100%; max-width:100%; margin-top:1.5rem; }
  }
  
  
  .post-card{
    background: rgb(191, 191, 191);
    color: var(--ink);
    border:0;
    border-radius:0;                 /* sharp corners, matching the site */
    overflow:hidden;
    box-shadow:0 18px 45px -34px rgba(0,0,0,.45);
    transition:transform .3s ease, box-shadow .3s ease;
  }
  .post-card:hover{
    transform:translateY(-6px);
    box-shadow:0 28px 55px -30px rgba(0,0,0,.5);
  }
  .post-card .img-wrap{ overflow:hidden; aspect-ratio:3 / 2; }
  .post-card .img-wrap img{
    width:100%; height:100%; object-fit:cover;
    transition:transform .5s ease;
  }
  .post-card:hover .img-wrap img{ transform:scale(1.06); }
 
  .post-card .card-body{ padding:1.8rem 1.8rem 2rem; }
  .post-card .kicker{
    font-size:.72rem; letter-spacing:.28em; text-transform:uppercase;
    color:var(--accent); font-weight:600; display:block; margin-bottom:.7rem;
  }
  .post-card .card-title{
    font-family:var(--serif); font-weight:600;
    font-size:1.6rem; line-height:1.2; margin-bottom:.7rem;
  }
  .post-card .card-text{
    font-weight:300; color:var(--muted); line-height:1.7;
    /* clamp excerpt so every card lines up */
    display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;
    overflow:hidden;
  }

  /* dark variant, for use on the dark .retreat background (blog listing) */
  .post-card--dark{
    background:#111;
    color:#d4cfc8;
    border:1px solid #222;
  }
  .post-card--dark .card-title{ color:#f0ece4; }
  .post-card--dark .card-text{ color:#999; }
  .post-card--dark .btn-square{
    color:#c9a96e; border-color:#c9a96e;
  }
  .post-card--dark .btn-square:hover{
    background:#c9a96e; color:#0a0a0a;
  }
 
  /* dark outlined "more" button, echoes the Send button */
  .btn-square{
    --bs-btn-padding-y:.6rem; --bs-btn-padding-x:1.5rem;
    display:inline-flex; align-items:center; gap:.5rem;
    font-family:var(--sans); font-weight:600;
    font-size:.78rem; letter-spacing:.14em; text-transform:uppercase;
    color:var(--ink); background:transparent;
    border:1px solid var(--ink); border-radius:0;
    padding:.65rem 1.5rem; text-decoration:none;
    transition:.2s ease;
  }
  .btn-square .arrow{ transition:transform .2s ease; }
  .btn-square:hover{ background:var(--ink); color:#fff; }
  .btn-square:hover .arrow{ transform:translateX(4px); }
    
 .product-servicecard {
      position: relative;
      background-color: #0f0f0f;
      border: 1px solid #1e1e1e !important;
      border-radius: 16px !important;
      overflow: hidden;
      cursor: pointer;
      transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
                  box-shadow  0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
                  border-color 0.4s ease;
    }

    .product-servicecard:hover {
      transform: translateY(-10px) scale(1.02);
      box-shadow:
        0 30px 60px rgba(0,0,0,.8),
        0 0 0 1px rgba(201,169,110,.35),
        0 0 40px rgba(201,169,110,.08);
      border-color: rgba(201,169,110,.4) !important;
    }

    /* spinning conic glow border */
    @property --angle {
      syntax: '<angle>';
      initial-value: 0deg;
      inherits: false;
    }
    @keyframes spin { to { --angle: 360deg; } }

    .product-servicecard::before {
      content: '';
      position: absolute;
      inset: -1px;
      border-radius: 16px;
      background: conic-gradient(
        from var(--angle, 0deg),
        transparent 0%, rgba(201,169,110,.6) 20%, transparent 40%
      );
      opacity: 0;
      z-index: 0;
      animation: spin 4s linear infinite paused;
      transition: opacity 0.4s ease;
    }
    .product-servicecard:hover::before { opacity: 1; animation-play-state: running; }

    .product-servicecard::after {
      content: '';
      position: absolute;
      inset: 1px;
      border-radius: 15px;
      background: #0f0f0f;
      z-index: 0;
    }

    .servicecard-inner { position: relative; z-index: 1; }

    /* ── IMAGE ── */
    .servicecard-img-wrap {
      position: relative;
      overflow: hidden;
      height: 400px;
    }

    .servicecard-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(.85) saturate(.8);
      transition: transform 0.7s cubic-bezier(0.25,0.8,0.25,1), filter 0.7s ease;
    }

    .product-servicecard:hover .servicecard-img-wrap img {
      transform: scale(1.08);
      filter: brightness(1) saturate(1.1);
    }

    /* shimmer sweep */
    .servicecard-img-wrap::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(120deg, transparent 30%, rgba(201,169,110,.12) 50%, transparent 70%);
      transform: translateX(-100%);
      transition: transform 0s;
      z-index: 1;
    }
    .product-servicecard:hover .servicecard-img-wrap::after {
      transform: translateX(100%);
      transition: transform 0.7s ease .1s;
    }

    /* fade bottom of image */
    .servicecard-img-wrap::before {
      content: '';
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 70px;
      background: linear-gradient(to top, #0f0f0f, transparent);
      z-index: 2;
    }

    /* ── BADGE ── */
    .servicecard-badge {
      position: absolute;
      top: 12px; left: 12px;
      z-index: 3;
      background: rgba(201,169,110,.15);
      border: 1px solid rgba(201,169,110,.4);
      color: #c9a96e;
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      padding: 4px 10px;
      border-radius: 20px;
      backdrop-filter: blur(6px);
      font-family: sans-serif;
    }

    /* ── BODY TEXT ── */
    .servicecard-category {
      font-family: sans-serif;
      font-size: .7rem;
      font-weight: 600;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: #c9a96e;
      opacity: .85;
    }

    .servicecard-title {
      font-size: 1.2rem;
      font-weight: 700;
      color: #f0ece4;
      line-height: 1.3;
      transition: color 0.3s ease;
    }
    .product-servicecard:hover .servicecard-title { color: #c9a96e; }

    .title-line {
      width: 36px;
      height: 1px;
      background: linear-gradient(to right, #c9a96e, transparent);
      transition: width 0.4s ease;
    }
    .product-servicecard:hover .title-line { width: 72px; }

    .servicecard-excerpt {
      font-size: .87rem;
      line-height: 1.75;
      color: #888;
      transition: color 0.3s ease;
    }
    .product-servicecard:hover .servicecard-excerpt { color: #aaa; }

    /* ── FOOTER ── */
    .servicecard-footer-inner {
      border-top: 1px solid #1e1e1e;
      transition: border-color 0.3s ease;
    }
    .product-servicecard:hover .servicecard-footer-inner { border-color: #2a2a2a; }

    .servicecard-price {
      font-family: sans-serif;
      font-size: 1.1rem;
      font-weight: 700;
      color: #f0ece4;
    }
    .servicecard-price .old-price {
      font-size: .78rem;
      color: #555;
      text-decoration: line-through;
      font-weight: 400;
    }

    .btn-gold {
      font-family: sans-serif;
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: #0a0a0a;
      background-color: #c9a96e;
      border: none;
      border-radius: 6px;
      padding: 9px 18px;
      transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    }
    .btn-gold:hover {
      background-color: #dfc08a;
      color: #0a0a0a;
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(201,169,110,.35);
    }
    .btn-gold:active { transform: translateY(0); }


/* ---------- Responsive tuning (tablet & mobile) ---------- */
@media (max-width: 991.98px) {
  .retreat_col-alttext { padding-left: 15px; }
  .retreat_altimg-wrap { padding-right: 15px; }
  .service-hero { min-height: 460px; }
  .hero { min-height: 420px; }
}

@media (max-width: 767.98px) {
  .servicecard-img-wrap { height: 200px; }
  .home-accommdation-title { font-size: 1.6rem; }
  .quote { padding: 3.5rem 1.25rem; min-height: 70vh; }
  .quote_inner { max-width: 100%; }
  .band { padding: 2rem 1.25rem; min-height: 40vh; }
}

@media (max-width: 575.98px) {
  .container-fluid { width: 100%; padding-left: 1rem; padding-right: 1rem; }
  .top-menu { text-align: center; }
  .navbar-brand img { max-height: 40px; }
  .emblem-frame { width: 220px; }
  .send-btn { width: 100%; }
  .acc-panel { padding: 2.5rem 1.25rem; }
  .retreat_heading { margin-bottom: 1rem; }
  .retreat .mt-4 { margin-top: 2.5rem !important; }
}

/* guard against long unbroken words (titles/excerpts from CMS content)
   clipping or overflowing their containers on narrow screens */
.hero_title, .retreat_heading, .retreat_body, .quote_text, .quote_cite,
.section-head, .servicecard-title, .servicecard-excerpt, .course-title,
.course-text, .home-accommdation-title, .review-text, .form-intro {
  overflow-wrap: break-word;
  word-break: break-word;
}

/* ==========================================================================
   Service Detail page (resources/views/servicedetail.blade.php)
   ========================================================================== */

.pkg-content a { color: #c9a96e; text-decoration: none; }
.pkg-content a:hover { color: #dfc08a; }

/* ── HERO BANNER ── */
.pkg-hero {
  background: linear-gradient(160deg, #111 0%, #0a0a0a 100%);
  border-bottom: 1px solid #1e1e1e;
  padding: 100px 0 48px;
}

.pkg-hero .pkg-eyebrow {
  font-family: sans-serif;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #c9a96e;
  margin-bottom: 14px;
}

.pkg-hero h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #f0ece4;
  line-height: 1.2;
  margin-bottom: 0;
}

.pkg-hero h1 .mandala-icon {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  animation: spin-slow 20s linear infinite;
  opacity: .7;
}

@keyframes spin-slow { to { transform: rotate(360deg); } }

.pkg-hero .pkg-meta {
  font-family: sans-serif;
  font-size: .82rem;
  color: #666;
  margin-top: 16px;
}

.pkg-hero .pkg-meta span {
  margin-right: 20px;
}

/* ── LAYOUT ── */
.pkg-layout {
  padding: 56px 0 80px;
}

/* ── MAIN CONTENT ── */
.pkg-content h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #f0ece4;
  margin-top: 40px;
  margin-bottom: 14px;
}

.pkg-content h2:first-child { margin-top: 0; }

.pkg-content p {
  font-size: .95rem;
  line-height: 1.85;
  color: #999;
  margin-bottom: 18px;
}

.pkg-content ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 24px;
}

.pkg-content ul li {
  font-size: .93rem;
  color: #999;
  padding: 8px 0 8px 26px;
  border-bottom: 1px solid #191919;
  position: relative;
}

.pkg-content ul li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: #c9a96e;
  font-size: .6rem;
  top: 10px;
}

/* included / excluded table */
.inc-table {
  background: #111;
  border: 1px solid #1e1e1e;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 36px;
}

.inc-table .inc-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  border-bottom: 1px solid #1a1a1a;
  font-size: .88rem;
  color: #aaa;
}

.inc-table .inc-row:last-child { border-bottom: none; }

.inc-table .inc-row .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
  font-weight: 700;
}

.inc-table .inc-row .icon.yes { background: rgba(201,169,110,.15); color: #c9a96e; }
.inc-table .inc-row .icon.no  { background: rgba(255,80,80,.1);    color: #c05050; }

/* section divider */
.section-divider {
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, #2a2a2a, transparent);
  margin: 40px 0;
}

/* gallery strip */
.pkg-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 36px;
}

.pkg-gallery img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
  filter: brightness(.8) saturate(.7);
  transition: filter .4s ease, transform .4s ease;
}

.pkg-gallery img:first-child {
  grid-column: 1 / -1;
  height: 220px;
}

.pkg-gallery img:hover {
  filter: brightness(1) saturate(1);
  transform: scale(1.02);
}

/* ── STICKY SIDEBAR ── */
.pkg-sidebar-wrap {
  position: sticky;
  top: 24px;
}

/* inquiry card */
.inquiry-card {
  background: #0f0f0f;
  border: 1px solid #1e1e1e;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}

.inquiry-card .inq-header {
  background: linear-gradient(135deg, #1a1509 0%, #111 100%);
  border-bottom: 1px solid #2a2010;
  padding: 20px 24px 16px;
}

.inquiry-card .inq-header .price-label {
  font-family: sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #c9a96e;
  opacity: .8;
  margin-bottom: 4px;
}

.inquiry-card .inq-header .price {
  font-family: sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #f0ece4;
  line-height: 1;
}

.inquiry-card .inq-header .price .old {
  font-size: .9rem;
  color: #555;
  text-decoration: line-through;
  font-weight: 400;
  margin-right: 8px;
}

.inquiry-card .inq-header .price-note {
  font-family: sans-serif;
  font-size: .72rem;
  color: #666;
  margin-top: 4px;
}

.inquiry-card .inq-body {
  padding: 22px 24px 24px;
}

/* form labels */
.inq-body .form-label {
  font-family: sans-serif;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 6px;
}

/* form controls */
.inq-body .form-control,
.inq-body .form-select {
  background: #141414;
  border: 1px solid #252525;
  border-radius: 8px;
  color: #d4cfc8;
  font-size: .88rem;
  padding: 10px 14px;
  transition: border-color .3s ease, box-shadow .3s ease;
}

.inq-body .form-control:focus,
.inq-body .form-select:focus {
  background: #161616;
  border-color: rgba(201,169,110,.5);
  box-shadow: 0 0 0 3px rgba(201,169,110,.08);
  color: #f0ece4;
  outline: none;
}

.inq-body .form-control::placeholder { color: #444; }

.inq-body .form-select option {
  background: #1a1a1a;
  color: #d4cfc8;
}

.inq-body textarea.form-control { resize: none; }

.btn-inq {
  width: 100%;
  font-family: sans-serif;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #0a0a0a;
  background: #c9a96e;
  border: none;
  border-radius: 8px;
  padding: 13px;
  transition: background .3s ease, box-shadow .3s ease, transform .2s ease;
}

.btn-inq:hover {
  background: #dfc08a;
  box-shadow: 0 8px 24px rgba(201,169,110,.3);
  transform: translateY(-1px);
}

.btn-inq:active { transform: translateY(0); }

.inq-note {
  font-family: sans-serif;
  font-size: .72rem;
  color: #555;
  text-align: center;
  margin-top: 12px;
}

/* quick-facts card */
.facts-card {
  background: #0f0f0f;
  border: 1px solid #1e1e1e;
  border-radius: 14px;
  padding: 20px 22px;
}

.facts-card .facts-title {
  font-family: sans-serif;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #c9a96e;
  margin-bottom: 16px;
}

.facts-card .fact-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #191919;
  font-size: .84rem;
}

.facts-card .fact-row:last-child { border-bottom: none; padding-bottom: 0; }

.facts-card .fact-icon {
  font-size: 1rem;
  width: 22px;
  flex-shrink: 0;
  color: #c9a96e;
  margin-top: 1px;
}

.facts-card .fact-label {
  color: #555;
  font-size: .78rem;
  font-family: sans-serif;
  display: block;
}

.facts-card .fact-value {
  color: #ccc;
  font-family: sans-serif;
}

/* ── SCROLLSPY NAV BAR ── */
.pkg-nav {
  position: fixed;
  top: 73px;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(10, 10, 10, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid #1e1e1e;
  transform: translateY(-100%);
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1),
              box-shadow 0.35s ease;
}

.pkg-nav.is-visible {
  transform: translateY(0);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
}

.pkg-nav-inner {
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.pkg-nav-inner::-webkit-scrollbar { display: none; }

.pkg-nav-link {
  font-family: sans-serif;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #555;
  white-space: nowrap;
  padding: 14px 20px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: color .25s ease, border-color .25s ease;
  text-decoration: none;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
}

.pkg-nav-link:hover {
  color: #aaa;
}

.pkg-nav-link.active {
  color: #c9a96e;
  border-bottom-color: #c9a96e;
}

/* offset anchor targets so sticky nav doesn't cover them */
.section-anchor {
  display: block;
  height: 0;
  margin-top: -70px;
  padding-top: 70px;
  visibility: hidden;
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
  .pkg-sidebar-wrap {
    position: static;
    margin-top: 48px;
  }

  .pkg-nav-link {
    padding: 12px 14px;
  }
}

/* ==========================================================================
   Service Payment page (resources/views/service-pay.blade.php)
   ========================================================================== */

.pay-hero {
  background: linear-gradient(160deg, #111 0%, #0a0a0a 100%);
  border-bottom: 1px solid #1e1e1e;
  padding: 80px 0 40px;
  text-align: center;
}

.pay-eyebrow {
  font-family: sans-serif;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #c9a96e;
  margin-bottom: 10px;
}

.pay-hero h1 {
  font-size: clamp(1.6rem, 3.6vw, 2.4rem);
  font-weight: 700;
  color: #f0ece4;
  margin-bottom: 0;
}

.pay-wrap {
  padding: 56px 0 90px;
}

.pay-alert {
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 20px;
  font-size: .9rem;
}

.pay-alert-error {
  background: rgba(192, 80, 80, .12);
  border: 1px solid rgba(192, 80, 80, .35);
  color: #e39a9a;
}

.payment-card {
  background: #0f0f0f;
  border: 1px solid #1e1e1e;
  border-radius: 18px;
  padding: 40px;
  box-shadow: 0 30px 70px -45px rgba(0, 0, 0, .6);
}

.payment-card-header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #1e1e1e;
}

.payment-card-kicker {
  display: block;
  font-family: sans-serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #c9a96e;
  margin-bottom: 10px;
}

.payment-card-header h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #f0ece4;
  margin: 0;
}

.pay-label {
  display: block;
  font-family: sans-serif;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 6px;
}

.pay-input {
  width: 100%;
  background: #141414;
  border: 1px solid #252525;
  border-radius: 8px;
  color: #d4cfc8;
  font-size: .92rem;
  padding: 12px 14px;
  transition: border-color .3s ease, box-shadow .3s ease;
}

.pay-input:focus {
  outline: none;
  background: #161616;
  border-color: rgba(201, 169, 110, .5);
  box-shadow: 0 0 0 3px rgba(201, 169, 110, .08);
  color: #f0ece4;
}

.pay-input::placeholder { color: #444; }
.pay-input[readonly] { opacity: .7; cursor: not-allowed; }

.pay-amount-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.pay-amount-currency {
  position: absolute;
  left: 14px;
  font-family: sans-serif;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .05em;
  color: #c9a96e;
  pointer-events: none;
}

.pay-amount-input {
  padding-left: 56px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #f0ece4;
}

.pay-recaptcha {
  margin: 22px 0 18px;
}

.pay-btn {
  width: 100%;
  font-family: sans-serif;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #0a0a0a;
  background: #c9a96e;
  border: none;
  border-radius: 8px;
  padding: 15px;
  transition: background .3s ease, box-shadow .3s ease, transform .2s ease;
}

.pay-btn:hover {
  background: #dfc08a;
  box-shadow: 0 8px 24px rgba(201, 169, 110, .3);
  transform: translateY(-1px);
}

.pay-btn:active { transform: translateY(0); }

.pay-note {
  font-family: sans-serif;
  font-size: .74rem;
  color: #666;
  text-align: center;
  margin: 12px 0 0;
}

.pay-breakdown {
  background: #141414;
  border: 1px solid #252525;
  border-radius: 10px;
  padding: 18px 20px;
  margin-bottom: 26px;
}

.pay-breakdown-row {
  display: flex;
  justify-content: space-between;
  font-family: sans-serif;
  font-size: .85rem;
  color: #aaa;
  padding: 6px 0;
}

.pay-breakdown-total {
  border-top: 1px solid #2a2a2a;
  margin-top: 6px;
  padding-top: 12px;
  font-size: .95rem;
  font-weight: 700;
  color: #f0ece4;
}

.pay-amount-hint {
  font-family: sans-serif;
  font-size: .72rem;
  color: #666;
  margin: 8px 0 0;
}

.pay-input[readonly].pay-amount-input {
  color: #c9a96e;
  border-color: rgba(201, 169, 110, .35);
}

@media (max-width: 575.98px) {
  .payment-card { padding: 26px 20px; }
}

