/* ==========================================================================
   ATEŞHANE — Modern Ocakbaşı, Izgara & Anadolu Mutfağı
   Palette:
   --at-charcoal:    #171412; (Base dark background)
   --at-roasted:     #2B211C; (Card backgrounds / elevated surfaces)
   --at-card-dark:   #211915;
   --at-ember:       #B94F2E; (Glowing ember accent & primary CTA)
   --at-ember-hover: #D15E39;
   --at-copper:      #A56C45; (Warm copper borders & highlights)
   --at-cream:       #EFE5D6; (Secondary text & tags)
   --at-warm-white:  #FAF6EF; (Headings & crisp text)
   --at-olive:       #68634A; (Herbal subtle tone)
   --at-border:      #3D3029;
   --at-border-dark: #2B211C;
   ========================================================================== */

:root {
	--at-charcoal: #171412;
	--at-roasted: #2B211C;
	--at-card-dark: #211915;
	--at-ember: #B94F2E;
	--at-ember-hover: #D15E39;
	--at-copper: #A56C45;
	--at-cream: #EFE5D6;
	--at-warm-white: #FAF6EF;
	--at-olive: #68634A;
	--at-border: #3D3029;
	--at-font-serif: 'Playfair Display', Georgia, serif;
	--at-font-sans: 'Plus Jakarta Sans', sans-serif;
	--at-font-mono: 'Space Grotesk', monospace;
}

/* Reset & Global Base */
.page-template-page-demo-ateshane {
	margin: 0;
	padding: 0;
	background-color: var(--at-charcoal);
	color: var(--at-cream);
	font-family: var(--at-font-sans);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}

.page-template-page-demo-ateshane *,
.page-template-page-demo-ateshane *::before,
.page-template-page-demo-ateshane *::after {
	box-sizing: border-box;
}

.ateshane-app-wrapper {
	width: 100%;
	min-height: 100vh;
	background-color: var(--at-charcoal);
	color: var(--at-cream);
	overflow-x: hidden;
}

.at-container {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 28px;
}

/* Headings & Text Hierarchy */
h1, h2, h3, h4, h5, h6 {
	font-family: var(--at-font-serif);
	color: var(--at-warm-white);
	font-weight: 600;
	letter-spacing: -0.01em;
	margin: 0 0 16px 0;
}

h1 em, h2 em, h3 em {
	font-style: italic;
	font-weight: 400;
	color: var(--at-ember);
}

p {
	margin: 0 0 16px 0;
	color: #C2B8AA;
}

a {
	text-decoration: none;
	color: inherit;
	transition: all 0.25s ease;
}

.d-none {
	display: none !important;
}

/* Buttons */
.btn-at-ember {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-color: var(--at-ember);
	color: #FFF;
	padding: 13px 28px;
	font-family: var(--at-font-sans);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border: 1px solid var(--at-ember);
	cursor: pointer;
	transition: all 0.25s ease;
}

.btn-at-ember:hover {
	background-color: var(--at-ember-hover);
	border-color: var(--at-ember-hover);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(185, 79, 46, 0.35);
}

.btn-at-ember.sm {
	padding: 8px 16px;
	font-size: 11.5px;
}

.btn-at-ember.btn-block {
	width: 100%;
}

.btn-at-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-color: transparent;
	color: var(--at-warm-white);
	padding: 13px 28px;
	font-family: var(--at-font-sans);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border: 1px solid var(--at-border);
	cursor: pointer;
	transition: all 0.25s ease;
}

.btn-at-outline:hover {
	background-color: rgba(239, 229, 214, 0.08);
	border-color: var(--at-cream);
	color: #FFF;
}

/* Section Headings */
.ates-section {
	padding: 95px 0;
	border-bottom: 1px solid var(--at-border);
	position: relative;
}

.bg-darker {
	background-color: #120F0D;
}

.at-section-header {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 55px auto;
}

.at-badge {
	display: inline-flex;
	align-items: center;
	padding: 5px 14px;
	background: rgba(185, 79, 46, 0.12);
	border: 1px solid rgba(185, 79, 46, 0.3);
	color: var(--at-ember);
	font-family: var(--at-font-mono);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.at-sec-title {
	font-size: 42px;
	line-height: 1.15;
	margin-bottom: 14px;
}

.at-sec-sub {
	font-size: 15.5px;
	color: #A69B8D;
	line-height: 1.7;
	margin: 0;
}

/* 1. TOP ANNOUNCEMENT STRIP */
.ates-top-strip {
	background-color: #0E0B0A;
	border-bottom: 1px solid var(--at-border);
	padding: 8px 0;
	font-size: 11.5px;
	font-family: var(--at-font-mono);
}

.at-top-strip-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.at-top-left {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #9C9081;
}

.at-ember-dot {
	width: 6px;
	height: 6px;
	background-color: var(--at-ember);
	border-radius: 50%;
	box-shadow: 0 0 8px var(--at-ember);
}

.at-top-txt {
	font-weight: 700;
	color: var(--at-cream);
}

.at-top-sep {
	color: var(--at-border);
}

.at-top-right {
	display: flex;
	align-items: center;
	gap: 12px;
}

.at-top-location {
	color: #9C9081;
}

.at-top-order-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--at-ember);
	font-weight: 700;
}

.at-top-order-link:hover {
	color: var(--at-warm-white);
}

/* 2. HEADER */
.ates-header {
	background-color: rgba(23, 20, 18, 0.96);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--at-border);
	position: sticky;
	top: 0;
	z-index: 100;
	padding: 16px 0;
}

.at-header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.at-brand {
	display: flex;
	align-items: center;
	gap: 14px;
}

.at-brand-titles {
	display: flex;
	flex-direction: column;
}

.at-logo-main {
	font-family: var(--at-font-serif);
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: var(--at-warm-white);
	line-height: 1;
}

.at-logo-sub {
	font-family: var(--at-font-mono);
	font-size: 8.5px;
	letter-spacing: 0.22em;
	color: var(--at-copper);
	margin-top: 4px;
}

.at-nav {
	display: flex;
	align-items: center;
	gap: 26px;
}

.at-nav-link {
	font-size: 13.5px;
	font-weight: 600;
	color: #B5AA9C;
	letter-spacing: 0.02em;
}

.at-nav-link:hover {
	color: var(--at-ember);
}

.btn-at-cart {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--at-roasted);
	border: 1px solid var(--at-copper);
	color: var(--at-warm-white);
	padding: 8px 18px;
	font-family: var(--at-font-mono);
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease;
}

.btn-at-cart:hover {
	background: var(--at-ember);
	border-color: var(--at-ember);
}

.cart-badge-count {
	background: var(--at-ember);
	color: #FFF;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
}

/* 3. HERO FOOD CINEMA SLIDER */
.ates-hero-cinema {
	position: relative;
	width: 100%;
	height: 740px;
	background-color: var(--at-charcoal);
	overflow: hidden;
}

.at-cinema-slider {
	position: relative;
	width: 100%;
	height: 100%;
}

.at-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.75s;
	display: flex;
	align-items: center;
}

.at-slide.active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.at-slide-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transform: scale(1.04);
	transition: transform 6s cubic-bezier(0.1, 0.9, 0.2, 1);
}

.at-slide.active .at-slide-bg {
	transform: scale(1);
}

.at-slide-tint {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(23, 20, 18, 0.94) 0%, rgba(23, 20, 18, 0.75) 45%, rgba(23, 20, 18, 0.35) 100%);
}

.at-slide-caption {
	position: relative;
	z-index: 5;
	max-width: 680px;
}

.at-slide-tag {
	display: inline-block;
	font-family: var(--at-font-mono);
	font-size: 11px;
	letter-spacing: 0.18em;
	color: var(--at-ember);
	background: rgba(185, 79, 46, 0.15);
	padding: 5px 12px;
	border: 1px solid rgba(185, 79, 46, 0.3);
	margin-bottom: 20px;
}

.at-slide-h1 {
	font-size: 64px;
	line-height: 1.05;
	margin-bottom: 22px;
}

.at-slide-p {
	font-size: 16.5px;
	color: #D6CCBD;
	line-height: 1.7;
	margin-bottom: 34px;
}

.at-slide-ctas {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.at-slider-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: linear-gradient(180deg, transparent 0%, rgba(14, 11, 10, 0.95) 100%);
	padding: 20px 0 28px 0;
}

.at-slider-bar-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid var(--at-border);
	padding-top: 18px;
}

.at-slider-tabs {
	display: flex;
	gap: 18px;
}

.at-tab-btn {
	background: transparent;
	border: none;
	color: #9C9081;
	font-family: var(--at-font-mono);
	font-size: 11.5px;
	font-weight: 700;
	padding: 6px 8px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	transition: all 0.2s ease;
}

.t-num {
	color: var(--at-ember);
	margin-right: 4px;
}

.at-tab-btn.active, .at-tab-btn:hover {
	color: var(--at-warm-white);
	border-bottom-color: var(--at-ember);
}

.at-slider-navs {
	display: flex;
	align-items: center;
	gap: 12px;
}

.at-nav-arr {
	width: 38px;
	height: 38px;
	background: var(--at-roasted);
	border: 1px solid var(--at-border);
	color: var(--at-warm-white);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	transition: all 0.2s ease;
}

.at-nav-arr:hover {
	background: var(--at-ember);
	border-color: var(--at-ember);
}

.at-slide-counter {
	font-family: var(--at-font-mono);
	font-size: 12px;
	color: #9C9081;
}

/* 4. DIGITAL MENU SECTION */
.at-category-nav-wrap {
	margin-bottom: 40px;
	border-bottom: 1px solid var(--at-border);
	padding-bottom: 14px;
}

.at-category-nav {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding-bottom: 4px;
}

.at-cat-btn {
	background: var(--at-roasted);
	border: 1px solid var(--at-border);
	color: #B5AA9C;
	padding: 10px 18px;
	font-family: var(--at-font-mono);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s ease;
}

.at-cat-btn.active, .at-cat-btn:hover {
	background: var(--at-ember);
	border-color: var(--at-ember);
	color: #FFF;
}

.at-menu-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 24px;
}

.menu-card {
	background: var(--at-roasted);
	border: 1px solid var(--at-border);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: all 0.25s ease;
	cursor: pointer;
}

.menu-card:hover {
	border-color: var(--at-copper);
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.mc-thumb {
	height: 190px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.mc-cat-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: rgba(23, 20, 18, 0.85);
	color: var(--at-cream);
	font-family: var(--at-font-mono);
	font-size: 10px;
	font-weight: 700;
	padding: 4px 8px;
	border: 1px solid var(--at-border);
}

.mc-body {
	padding: 22px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.mc-head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 8px;
}

.mc-title {
	font-size: 18px;
	color: var(--at-warm-white);
	margin: 0;
}

.mc-price {
	font-family: var(--at-font-mono);
	font-size: 16px;
	font-weight: 700;
	color: var(--at-ember);
}

.mc-desc {
	font-size: 13px;
	color: #A69B8D;
	line-height: 1.5;
	margin-bottom: 20px;
	flex-grow: 1;
}

.mc-action {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid rgba(239, 229, 214, 0.08);
	padding-top: 14px;
}

.btn-card-add {
	background: rgba(185, 79, 46, 0.15);
	border: 1px solid var(--at-ember);
	color: var(--at-ember);
	padding: 6px 14px;
	font-family: var(--at-font-mono);
	font-size: 11.5px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease;
}

.btn-card-add:hover {
	background: var(--at-ember);
	color: #FFF;
}

/* 5. ATEŞTEN TABAĞA */
.craft-flow-track {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 16px;
}

.craft-step-card {
	background: var(--at-card-dark);
	border: 1px solid var(--at-border);
	padding: 26px;
	border-top: 3px solid var(--at-ember);
}

.cs-num {
	font-family: var(--at-font-mono);
	font-size: 14px;
	font-weight: 700;
	color: var(--at-ember);
	display: block;
	margin-bottom: 8px;
}

.cs-title {
	font-size: 15px;
	color: var(--at-warm-white);
	display: block;
	margin-bottom: 6px;
}

.cs-desc {
	font-size: 12.5px;
	color: #A69B8D;
	line-height: 1.5;
	margin: 0;
}

/* 6. ŞEFİN SEÇİMİ */
.chef-highlights-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 26px;
}

.chef-card {
	background: var(--at-roasted);
	border: 1px solid var(--at-border);
	overflow: hidden;
}

.cc-img {
	height: 220px;
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 16px;
}

.cc-price {
	background: var(--at-ember);
	color: #FFF;
	font-family: var(--at-font-mono);
	font-size: 14px;
	font-weight: 700;
	padding: 4px 10px;
}

.cc-body {
	padding: 26px;
}

.cc-cat {
	font-family: var(--at-font-mono);
	font-size: 10.5px;
	color: var(--at-copper);
	letter-spacing: 0.14em;
	display: block;
	margin-bottom: 6px;
}

.cc-title {
	font-size: 22px;
	margin-bottom: 8px;
}

.cc-desc {
	font-size: 13.5px;
	color: #A69B8D;
	line-height: 1.6;
	margin-bottom: 20px;
}

/* 7. MASA DENEYİMİ */
.table-ambience-box {
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 28px;
}

.ta-switches {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ta-btn {
	background: var(--at-card-dark);
	border: 1px solid var(--at-border);
	padding: 18px 20px;
	text-align: left;
	cursor: pointer;
	transition: all 0.2s ease;
	border-left: 4px solid transparent;
}

.ta-btn.active {
	border-left-color: var(--at-ember);
	background: var(--at-roasted);
	border-color: var(--at-copper);
}

.ta-btn strong {
	font-family: var(--at-font-serif);
	font-size: 16px;
	color: var(--at-warm-white);
	display: block;
}

.ta-btn span {
	font-size: 12px;
	color: #9C9081;
	display: block;
	margin-top: 2px;
}

.ta-display-viewport {
	border: 1px solid var(--at-border);
	overflow: hidden;
}

.ta-img-stage {
	height: 380px;
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 30px;
	transition: all 0.4s ease;
}

.ta-overlay-card {
	background: rgba(23, 20, 18, 0.94);
	backdrop-filter: blur(8px);
	border: 1px solid var(--at-border);
	padding: 24px 28px;
	max-width: 540px;
}

.ta-tag {
	font-family: var(--at-font-mono);
	font-size: 10.5px;
	color: var(--at-ember);
	letter-spacing: 0.12em;
	display: block;
	margin-bottom: 4px;
}

.ta-title {
	font-size: 22px;
	margin-bottom: 8px;
}

.ta-desc {
	font-size: 13.5px;
	color: #B5AA9C;
	line-height: 1.6;
	margin: 0;
}

/* 8. MODAL & PRODUCT DETAIL */
.at-modal {
	position: fixed;
	inset: 0;
	z-index: 999;
	display: none;
	align-items: center;
	justify-content: center;
}

.at-modal.open {
	display: flex;
}

.at-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(14, 11, 10, 0.85);
	backdrop-filter: blur(8px);
}

.at-modal-dialog {
	position: relative;
	z-index: 10;
	background: var(--at-roasted);
	border: 1px solid var(--at-copper);
	max-width: 820px;
	width: 90%;
	max-height: 90vh;
	overflow-y: auto;
}

.at-modal-close {
	position: absolute;
	top: 14px;
	right: 14px;
	background: rgba(23, 20, 18, 0.8);
	border: 1px solid var(--at-border);
	color: var(--at-warm-white);
	width: 32px;
	height: 32px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	z-index: 20;
}

.at-modal-content {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
}

.pm-img-col {
	min-height: 320px;
	background-size: cover;
	background-position: center;
	border-right: 1px solid var(--at-border);
}

.pm-info-col {
	padding: 36px;
	display: flex;
	flex-direction: column;
}

.pm-cat {
	font-family: var(--at-font-mono);
	font-size: 11px;
	color: var(--at-copper);
	letter-spacing: 0.12em;
	margin-bottom: 6px;
}

.pm-title {
	font-size: 26px;
	margin-bottom: 10px;
}

.pm-desc {
	font-size: 13.5px;
	color: #B5AA9C;
	line-height: 1.6;
	margin-bottom: 18px;
}

.pm-price {
	font-family: var(--at-font-mono);
	font-size: 22px;
	font-weight: 700;
	color: var(--at-ember);
	margin-bottom: 20px;
}

.pm-options-group {
	margin-bottom: 16px;
}

.pm-opt-lbl {
	display: block;
	font-family: var(--at-font-mono);
	font-size: 11.5px;
	font-weight: 700;
	color: var(--at-cream);
	margin-bottom: 8px;
}

.pm-pills {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}

.pm-pill {
	background: var(--at-card-dark);
	border: 1px solid var(--at-border);
	color: var(--at-cream);
	padding: 6px 12px;
	font-family: var(--at-font-mono);
	font-size: 11px;
	cursor: pointer;
	transition: all 0.15s ease;
}

.pm-pill.active {
	background: var(--at-ember);
	border-color: var(--at-ember);
	color: #FFF;
}

.pm-note-group {
	margin-bottom: 24px;
}

.pm-note-input {
	width: 100%;
	background: var(--at-charcoal);
	border: 1px solid var(--at-border);
	color: var(--at-warm-white);
	padding: 10px 14px;
	font-size: 12.5px;
}

.pm-action-row {
	display: flex;
	gap: 12px;
	margin-top: auto;
}

.pm-qty-control {
	display: flex;
	align-items: center;
	background: var(--at-charcoal);
	border: 1px solid var(--at-border);
}

.qty-btn {
	width: 38px;
	height: 38px;
	background: transparent;
	border: none;
	color: var(--at-warm-white);
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}

.qty-val {
	width: 34px;
	text-align: center;
	font-family: var(--at-font-mono);
	font-weight: 700;
	color: var(--at-warm-white);
}

/* 9. CART DRAWER */
.at-drawer {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: none;
}

.at-drawer.open {
	display: block;
}

.at-drawer-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(14, 11, 10, 0.85);
	backdrop-filter: blur(6px);
}

.at-drawer-panel {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 440px;
	max-width: 100%;
	background: var(--at-roasted);
	border-left: 1px solid var(--at-copper);
	display: flex;
	flex-direction: column;
	z-index: 10;
}

.at-drawer-header {
	padding: 22px 26px;
	border-bottom: 1px solid var(--at-border);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.adh-title {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--at-ember);
}

.adh-title h3 {
	font-size: 18px;
	margin: 0;
	color: var(--at-warm-white);
}

.at-drawer-close {
	background: transparent;
	border: none;
	color: #B5AA9C;
	font-size: 20px;
	cursor: pointer;
}

.at-cart-items {
	flex-grow: 1;
	overflow-y: auto;
	padding: 20px 26px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.cart-item-row {
	display: grid;
	grid-template-columns: 60px 1fr auto;
	gap: 14px;
	align-items: center;
	background: var(--at-card-dark);
	border: 1px solid var(--at-border);
	padding: 12px;
}

.ci-img {
	width: 60px;
	height: 60px;
	background-size: cover;
	background-position: center;
	border: 1px solid var(--at-border);
}

.ci-info h4 {
	font-size: 14px;
	margin: 0 0 2px 0;
	color: var(--at-warm-white);
}

.ci-note {
	font-size: 11px;
	color: var(--at-copper);
	display: block;
	margin-bottom: 2px;
}

.ci-price {
	font-family: var(--at-font-mono);
	font-size: 12.5px;
	color: var(--at-ember);
	font-weight: 700;
}

.ci-controls {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 6px;
}

.ci-qty-wrap {
	display: flex;
	align-items: center;
	background: var(--at-charcoal);
	border: 1px solid var(--at-border);
}

.ci-qbtn {
	width: 24px;
	height: 24px;
	background: transparent;
	border: none;
	color: var(--at-warm-white);
	font-size: 13px;
	cursor: pointer;
}

.ci-qval {
	font-family: var(--at-font-mono);
	font-size: 11px;
	font-weight: 700;
	padding: 0 4px;
}

.ci-del-btn {
	background: transparent;
	border: none;
	color: #8C7F72;
	font-size: 11px;
	cursor: pointer;
}

.ci-del-btn:hover {
	color: var(--at-ember);
}

.at-cart-footer {
	padding: 22px 26px;
	border-top: 1px solid var(--at-border);
	background: var(--at-charcoal);
}

.cf-summary-row {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	color: #A69B8D;
	margin-bottom: 6px;
}

.free-tag {
	color: #6EB2D4;
}

.cf-total-row {
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 700;
	color: var(--at-warm-white);
	border-top: 1px solid var(--at-border);
	padding-top: 10px;
	margin: 10px 0 18px 0;
}

.total-val {
	font-family: var(--at-font-mono);
	color: var(--at-ember);
	font-size: 20px;
}

/* 10. ORDER DETAILS & CONFIRMATION */
.order-dialog {
	max-width: 640px;
}

.order-content {
	display: block;
	padding: 36px;
}

.os-badge {
	font-family: var(--at-font-mono);
	font-size: 10.5px;
	color: var(--at-ember);
	letter-spacing: 0.14em;
	display: block;
	margin-bottom: 6px;
}

.os-title {
	font-size: 24px;
	margin-bottom: 8px;
}

.os-sub {
	font-size: 13px;
	color: #A69B8D;
	margin-bottom: 22px;
}

.order-type-tabs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-bottom: 24px;
}

.ot-tab {
	background: var(--at-charcoal);
	border: 1px solid var(--at-border);
	color: var(--at-cream);
	padding: 10px 8px;
	font-family: var(--at-font-mono);
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.2s ease;
	text-align: center;
}

.ot-tab.active {
	background: var(--at-ember);
	border-color: var(--at-ember);
	color: #FFF;
}

.order-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.form-col-full {
	grid-column: 1 / -1;
}

.form-group label {
	display: block;
	font-family: var(--at-font-mono);
	font-size: 11px;
	color: #C2B8AA;
	margin-bottom: 6px;
}

.form-group input, .form-group textarea {
	width: 100%;
	background: var(--at-charcoal);
	border: 1px solid var(--at-border);
	color: var(--at-warm-white);
	padding: 10px 14px;
	font-size: 13px;
	font-family: var(--at-font-sans);
}

.receipt-box {
	background: var(--at-charcoal);
	border: 1px dashed var(--at-copper);
	padding: 24px;
	margin-bottom: 24px;
	font-size: 13.5px;
}

.rb-header {
	border-bottom: 1px solid var(--at-border);
	padding-bottom: 12px;
	margin-bottom: 14px;
}

.rb-header h4 {
	font-size: 17px;
	margin: 0 0 4px 0;
	color: var(--at-ember);
}

.rb-customer-info {
	font-size: 12.5px;
	color: #C2B8AA;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.rb-items-list {
	border-bottom: 1px solid var(--at-border);
	padding-bottom: 14px;
	margin-bottom: 14px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.rb-item-row {
	display: flex;
	justify-content: space-between;
}

.rb-total-row {
	display: flex;
	justify-content: space-between;
	font-size: 17px;
	font-weight: 700;
	color: var(--at-warm-white);
}

.rb-total-row strong {
	color: var(--at-ember);
	font-family: var(--at-font-mono);
}

.review-actions-row {
	display: flex;
	gap: 12px;
}

/* 11. FLOATING CART BAR */
.at-floating-cart-bar {
	position: fixed;
	bottom: 24px;
	right: 28px;
	z-index: 90;
	display: none;
}

.at-floating-cart-bar.is-visible {
	display: block;
}

.fcb-inner {
	background: var(--at-roasted);
	border: 1px solid var(--at-copper);
	padding: 10px 16px;
	display: flex;
	align-items: center;
	gap: 16px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
}

.fcb-info {
	display: flex;
	flex-direction: column;
}

.fcb-count {
	font-family: var(--at-font-mono);
	font-size: 10px;
	color: var(--at-copper);
	letter-spacing: 0.12em;
}

.fcb-total {
	font-family: var(--at-font-mono);
	font-size: 16px;
	font-weight: 700;
	color: var(--at-warm-white);
}

/* 12. FOOTER */
.ates-footer {
	background: #0E0B0A;
	border-top: 1px solid var(--at-border);
	padding: 75px 0 32px 0;
	font-size: 13.5px;
}

.at-footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
	gap: 40px;
	margin-bottom: 50px;
}

.af-brand-p {
	font-size: 13px;
	color: #9C9081;
	margin-top: 14px;
	max-width: 320px;
}

.af-heading {
	font-family: var(--at-font-mono);
	font-size: 12px;
	letter-spacing: 0.12em;
	color: var(--at-warm-white);
	text-transform: uppercase;
	margin-bottom: 18px;
}

.af-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.af-links li {
	margin-bottom: 8px;
}

.af-links a {
	color: #9C9081;
}

.af-links a:hover {
	color: var(--at-ember);
}

.af-txt {
	font-size: 13px;
	color: #9C9081;
	margin-bottom: 6px;
}

.at-footer-bottom {
	border-top: 1px solid #241D19;
	padding-top: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: var(--at-font-mono);
	font-size: 12px;
	color: #7A6F62;
}

.af-badge {
	color: var(--at-copper);
	font-weight: 700;
}

/* Responsive */
@media (max-width: 1024px) {
	.at-nav {
		display: none;
	}
	.table-ambience-box,
	.at-modal-content {
		grid-template-columns: 1fr;
	}
	.pm-img-col {
		height: 200px;
		min-height: auto;
		border-right: none;
		border-bottom: 1px solid var(--at-border);
	}
	.at-footer-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 768px) {
	.ates-top-strip {
		display: none;
	}
	.at-slide-h1 {
		font-size: 38px;
	}
	.at-sec-title {
		font-size: 32px;
	}
	.at-slider-tabs {
		display: none;
	}
	.order-type-tabs {
		grid-template-columns: 1fr;
	}
	.order-form-grid {
		grid-template-columns: 1fr;
	}
	.at-footer-grid {
		grid-template-columns: 1fr;
	}
	.at-footer-bottom {
		flex-direction: column;
		gap: 10px;
		text-align: center;
	}
	.at-floating-cart-bar {
		left: 16px;
		right: 16px;
		bottom: 16px;
	}
	.fcb-inner {
		justify-content: space-between;
	}
}
