/*
Theme Name:   Arcade Basic Child
Theme URI:    https://www.naturallycoolglamping.com
Description:  Child theme of Arcade Basic. All custom changes live here so the parent theme stays untouched.
Author:       Naturally Cool Glamping
Template:     arcade-basic
Version:      1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Jost:wght@300;400;500&display=swap');

/* ============================================================
   Naturally Cool Glamping - brand palette
   cream #F4EFE3 | green #3B4A2C | sage #586B38
   terracotta #BB6B3D | ink #2C3320 | light #EAE2D0
   ============================================================ */

/* ---- Base ---- */
body {
	background-color: #F4EFE3;
	color: #2C3320;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	line-height: 1.7;
}

/* ---- Headings ---- */
h1, h2, h3, h4, h5, h6,
.entry-title,
.home-jumbotron h2 {
	font-family: 'Cormorant Garamond', serif;
	color: #3B4A2C;
	font-weight: 600;
	line-height: 1.2;
}

/* ---- Links ---- */
a { color: #3B4A2C; }
a:hover, a:focus { color: #BB6B3D; }

/* ---- Top navigation bar: cream band with the logo ---- */
.navbar-inverse,
#site-navigation.black,
.navbar-inverse.black {
	background: #F4EFE3;
	background-color: #F4EFE3;
	border-color: #E3DCCB;
}
.navbar-inverse .navbar-nav > li > a {
	color: #2C3320;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 14px;
	padding: 30px 10px;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #BB6B3D;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle { border-color: #3B4A2C; }
.navbar-inverse .navbar-toggle .icon-bar { background-color: #3B4A2C; }

/* Logo inside the top bar */
.navbar-brand {
	height: auto;
	padding: 8px 15px;
}
.navbar-brand .nav-logo,
.navbar-brand img {
	height: 82px;
	width: auto;
	max-width: none;
	display: block;
}

/* ---- Hide just the header icon; keep the arc site-title visible ---- */
#site-meta > i.fa { display: none; }

/* ---- Arc site-title over the header photo (readable) ---- */
#site-title a {
	color: #ffffff;
	text-shadow: 0 2px 12px rgba(0,0,0,0.6);
	white-space: nowrap;
}

/* ---- Dark overlay on the hero photo so all text reads ---- */
.title-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.5));
	z-index: 0;
}

/* ---- Tagline + button over the header photo ---- */
#site-description {
	font-family: 'Jost', sans-serif;
	color: #ffffff;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-shadow: 0 2px 8px rgba(0,0,0,0.9), 0 0 14px rgba(0,0,0,0.8);
}

/* ---- Buttons (Bootstrap .btn-default + the header See More button) ---- */
.btn-default,
.basic a.btn-default,
#more-site {
	background-color: #BB6B3D;
	border-color: #BB6B3D;
	color: #ffffff;
	border-radius: 30px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.btn-default:hover, .btn-default:focus,
.basic a.btn-default:hover,
#more-site:hover, #more-site:focus {
	background-color: #A85D33;
	border-color: #A85D33;
	color: #ffffff;
}

/* ---- Footer ---- */
#footer {
	background-color: #3B4A2C;
	color: #EAE2D0;
}
#footer a,
#footer .copyright a { color: #EAE2D0; }
#footer a:hover,
#footer .copyright a:hover { color: #BB6B3D; }

/* ---- Content typography: bring page text down to a comfortable reading size ---- */
.entry-content {
	font-size: 17px;
	line-height: 1.7;
}
.entry-content p,
.entry-content li {
	font-size: 17px;
	line-height: 1.75;
}
.entry-content h1 { font-size: 30px; }
.entry-content h2 { font-size: 25px; }
.entry-content h3 { font-size: 20px; }
.entry-content h4 { font-size: 18px; }

/* ---- Responsive: shrink the logo, hide the arc title where it warps ---- */
/* Collapse the menu to a hamburger below 1200px (full menu wraps below this) */
@media (max-width: 1199px) {
	.navbar-header { float: none; }
	.navbar-toggle { display: flex; align-items: center; gap: 6px; }
	.navbar-collapse { border-top: 1px solid #E3DCCB; }
	.navbar-collapse.collapse { display: none !important; }
	.navbar-collapse.collapse.in { display: block !important; overflow-y: auto; }
	.navbar-nav { float: none !important; margin: 0; text-align: center; }
	.navbar-nav > li { float: none; }
	.navbar-inverse .navbar-nav > li > a {
		padding: 16px 15px;
		border-top: 1px solid #E6DFCD;
	}
	.navbar-nav > li:first-child > a { border-top: 0; }
	.navbar-fixed-top .navbar-collapse { max-height: 75vh; }
}

/* "Open menu" label + hamburger icon on the toggle button */
.navbar-toggle .menu-label {
	color: #2C3320;
	font-family: 'Jost', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 14px;
	line-height: 1;
}
.navbar-toggle .menu-icon {
	color: #2C3320;
	font-size: 18px;
}

@media (max-width: 992px) {
	.navbar-brand .nav-logo,
	.navbar-brand img { height: 62px; }
	#site-title a { font-size: 60px !important; }
}
@media (max-width: 768px) {
	.navbar-brand { padding: 6px 12px; }
	.navbar-brand .nav-logo,
	.navbar-brand img { height: 52px; }
	#site-title a { font-size: 40px !important; }
}
@media (max-width: 480px) {
	#site-title a { font-size: 26px !important; }
}
@media (max-width: 360px) {
	#site-title a { font-size: 20px !important; }
}
/* Plain title for phones (the arced one can't wrap on words). Hidden elsewhere. */
.site-title-mobile { display: none; }
@media (max-width: 767px) {
	#site-title { display: none; }
	/* Darken the hero photo more on phones so the thin title reads */
	.title-card::before { background: rgba(0,0,0,0.55); }
	.site-title-mobile {
		display: block;
		font-family: 'Megrim', cursive;
		font-weight: 600;
		font-size: 40px;
		line-height: 1.15;
		letter-spacing: 0.02em;
		padding: 0 12px;
		text-shadow: 0 1px 2px rgba(0,0,0,1), 0 2px 6px rgba(0,0,0,0.95), 0 0 18px rgba(0,0,0,0.85);
	}
	.site-title-mobile,
	.site-title-mobile:link,
	.site-title-mobile:visited,
	.site-title-mobile:hover,
	.site-title-mobile:focus { color: #ffffff !important; }
}

/* ---- Home jumbo headline / widget area: cream instead of white ---- */
.home-top {
	background: #F4EFE3;
}
.home-top .jumbotron,
.home-jumbotron {
	background-color: #F4EFE3;
	border-radius: 0;
	box-shadow: none;
}
#home-page-widgets {
	background: #F4EFE3;
}
/* Constrain + centre the logo in the Jumbo Headline widget area */
.jumbo-headline,
.home-top,
#home-page-widgets {
	text-align: center;
}
.jumbo-headline img,
.home-top img,
#home-page-widgets img {
	display: block;
	max-width: 220px;
	height: auto;
	margin: 0 auto;
}

/* ---- Booking confirmation modal ---- */
#ncg-modal[hidden] { display: none; }
#ncg-modal .ncg-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(44, 51, 32, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
	padding: 20px;
}
#ncg-modal .ncg-modal-box {
	position: relative;
	background: #F4EFE3;
	border-radius: 12px;
	max-width: 420px;
	width: 100%;
	padding: 32px 28px 28px;
	text-align: center;
	box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}
#ncg-modal .ncg-modal-x {
	position: absolute;
	top: 10px;
	right: 14px;
	border: none;
	background: none;
	font-size: 26px;
	line-height: 1;
	color: #586B38;
	cursor: pointer;
	padding: 4px;
}
#ncg-modal .ncg-modal-tick {
	width: 56px;
	height: 56px;
	margin: 0 auto 14px;
	border-radius: 50%;
	background: #586B38;
	color: #ffffff;
	font-size: 30px;
	line-height: 56px;
}
#ncg-modal h3 {
	font-family: 'Cormorant Garamond', serif;
	color: #3B4A2C;
	font-size: 26px;
	margin: 0 0 8px;
}
#ncg-modal .ncg-modal-text {
	font-family: 'Jost', sans-serif;
	color: #2C3320;
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 22px;
}
#ncg-modal .ncg-modal-ok {
	background: #BB6B3D;
	color: #ffffff;
	border: none;
	border-radius: 30px;
	padding: 11px 26px;
	font-family: 'Jost', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 14px;
	cursor: pointer;
}
#ncg-modal .ncg-modal-ok:hover { background: #A85D33; }

/* ---- Centre images in widget areas (theme ignores block "align centre") ---- */
.widget.widget_media_image,
.widget .wp-block-image,
.widget figure {
	text-align: center;
}
.widget.widget_media_image img,
.widget .wp-block-image img,
.widget figure img {
	display: inline-block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

/* ---- Add further custom CSS below this line ---- */
