.amlt-single{background:#ffffff;}

.amlt-hero{background:#fff5ea;padding:72px 48px;}
.amlt-hero-inner{max-width:1320px;margin:0 auto;}
.amlt-back{display:inline-block;margin-bottom:28px;color:#4a6371;text-decoration:none;font-size:14px;}
.amlt-back:hover{color:#092d48;}
.amlt-hero-grid{display:grid;grid-template-columns:280px 1fr;gap:56px;align-items:center;}
.amlt-hero-photo img{width:280px;height:280px;object-fit:cover;border-radius:14px;display:block;}
.amlt-hero-info h1{font-size:44px;color:#092d48;margin:0 0 8px;line-height:1.1;}
.amlt-designation{color:#8a6a2f;font-weight:600;letter-spacing:.02em;font-size:16px;margin:0 0 20px;}
.amlt-pills{list-style:none;display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:0 0 20px;}
.amlt-pills li{background:#fff;border:1px solid #e2c58d;color:#092d48;font-size:13px;padding:5px 12px;border-radius:20px;}
.amlt-accepting{color:#2f6b3f;font-weight:600;font-size:14px;margin:0 0 16px;}

.amlt-cta{display:inline-block;background:#092d48;color:#ffffff;text-decoration:none;padding:13px 26px;border-radius:4px;font-weight:600;font-size:14.5px;}
.amlt-cta:hover{background:#061e33;color:#ffffff;}

.amlt-body{padding:72px 48px;}
.amlt-body-inner{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:64px;align-items:start;}
.amlt-legacy .amlt-body-inner{display:block;max-width:760px;}

.amlt-sidebar{position:sticky;top:32px;}
.amlt-sidebar-card{background:#fff5ea;border:1px solid #f0e2cd;border-radius:12px;padding:28px;}
.amlt-sidebar-label{display:block;font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#8a6a2f;margin-bottom:18px;}
.amlt-sidebar-row{margin-bottom:18px;}
.amlt-sidebar-key{display:block;font-size:12px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:#4a6371;margin-bottom:6px;}
.amlt-sidebar-value{font-size:15px;color:#092d48;font-weight:600;}
.amlt-pills-stacked{margin:0;}
.amlt-sidebar .amlt-accepting{margin:0 0 18px;}
.amlt-cta-block{display:block;text-align:center;width:100%;box-sizing:border-box;}

.amlt-content{max-width:700px;}
.amlt-intro{font-size:21px;color:#092d48;font-style:italic;margin:0 0 32px;line-height:1.45;}
.amlt-section{margin-bottom:44px;}
.amlt-section:last-child{margin-bottom:0;}
.amlt-section h2{font-size:23px;color:#092d48;margin:0 0 14px;}
.amlt-section p{font-size:16.5px;line-height:1.75;color:#4a6371;margin:0 0 14px;}
.amlt-section p:last-child{margin-bottom:0;}

.amlt-gallery-wrap{margin-top:28px;max-width:700px;}
.amlt-gallery{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;}
.amlt-gallery::-webkit-scrollbar{display:none;}
.amlt-gallery-item{width:320px;flex:0 0 auto;aspect-ratio:1/1;border-radius:10px;overflow:hidden;scroll-snap-align:start;}
.amlt-gallery-item img{width:100%;height:100%;object-fit:cover;display:block;}
.amlt-gallery-nav{display:flex;gap:10px;margin-top:16px;}
.amlt-gallery-nav button{width:40px;height:40px;border-radius:50%;border:1px solid #e2c58d;background:#fff;color:#092d48;font-size:17px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease;}
.amlt-gallery-nav button:hover{background:#fff5ea;}

.amlt-closing{background:#092d48;padding:72px 48px;text-align:center;}
.amlt-closing-inner{max-width:600px;margin:0 auto;}
.amlt-closing h2{color:#ffffff;font-size:28px;margin:0 0 20px;line-height:1.25;}
.amlt-cta-light{background:#e2c58d;color:#092d48;}
.amlt-cta-light:hover{background:#d4b476;color:#092d48;}

@media (max-width:1100px){
	.amlt-hero-inner{max-width:900px;}
	.amlt-hero-grid{grid-template-columns:220px 1fr;gap:40px;}
	.amlt-hero-photo img{width:220px;height:220px;}
	.amlt-hero-info h1{font-size:36px;}
	.amlt-body-inner{grid-template-columns:1fr;max-width:700px;gap:40px;}
	.amlt-sidebar{position:static;}
	.amlt-sidebar-card{display:flex;flex-wrap:wrap;align-items:center;gap:16px 28px;}
	.amlt-sidebar-label{width:100%;margin-bottom:0;}
	.amlt-sidebar-row{margin-bottom:0;}
	.amlt-sidebar .amlt-accepting{margin:0;}
	.amlt-cta-block{width:auto;display:inline-block;}
	.amlt-gallery-item{width:280px;}
}

@media (max-width:700px){
	.amlt-hero{padding:48px 24px;}
	.amlt-hero-grid{grid-template-columns:1fr;text-align:center;}
	.amlt-hero-photo img{margin:0 auto;}
	.amlt-pills{justify-content:center;}
	.amlt-body{padding:48px 24px;}
	.amlt-sidebar-card{flex-direction:column;align-items:stretch;}
	.amlt-cta-block{width:100%;}
	.amlt-gallery-item{width:230px;}
	.amlt-closing{padding:48px 24px;}
}
