/*
Theme Name: Sweet Dreams on Baptiste v2
Theme URI: https://sweetdreamsonbaptiste.com
Author: Quinn Battersby
Author URI: https://qbattersby.com/
Description: The custom, editor-managed theme for Sweet Dreams on Baptiste Lake.
Version: 2.0.0
Text Domain: sdob-v2

*/


html,
button,
input,
select,
textarea {
    color: #4b4b4b;
}

body {
    font-size: 1rem;
    line-height: 1.6;
    background: #fff url('img/scribble_light.png') top left repeat;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* Misc ---------------------- */
.left { float: left; }

.right { float: right; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.hide { display: none; }

.hide-override { display: none !important; }

.highlight { background: #e9e9e9; }

#googlemap img, object, embed { max-width: none; }

#map_canvas embed { max-width: none; }

#map_canvas img { max-width: none; }

#map_canvas object { max-width: none; }

/* Reset for strange margins by default on <figure> elements */
figure { margin: 0; }

/* Base Type Styles Using Modular Scale ---------------------- */
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { 
  margin: 0; 
  padding: 0; 
  font-size: 16px; 
  direction: ltr; 
}

p { 
  margin-bottom: 1.25rem; 
  font-weight: normal; 
  font-size: 1.25rem; 
  font-family: inherit; 
  line-height: 1.6; 
}

p.lead { 
  margin-bottom: 1.0625rem; 
  font-size: 1.125rem; 
  line-height: 1.6; 
}

a {color: #4b4b4b;}
a:hover {color: #f7941d;}

aside p { font-style: italic; font-size: 13px; line-height: 1.35; }

h1, h2, h3, h4, h5, h6 { 
  margin-top: 0.875rem; 
  margin-bottom: 0.875rem; 
  color: #222222; 
  font-weight: bold; 
  font-style: normal; 
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; 
  line-height: 1.2; 
  text-rendering: optimizeLegibility; 
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { color: #6f6f6f; font-size: 60%; line-height: 0; }

h1 { 
  color: #4b4b4b; 
  font-size: 1.75rem; 
  text-transform: uppercase; 
}

h2 { 
  margin-bottom: 0.125rem; 
  color: #4b4b4b; 
  font-size: 1.5rem;
}

h3 {  
  color: #6a747c; 
  font-weight: normal; 
  font-size: 1.25rem; 
  line-height: 1.2;
}

h4 { 
  font-size: 1.125rem; 
  font-weight: bold; 
  color: #4a73a6; 
  font-style: italic;
}

h5 { 
  font-size: 1rem; 
}

h6 { 
  color: #000; 
  text-transform: uppercase; 
  font-size: 0.875rem; 
}

hr { clear: both; margin: 22px 0 21px; height: 0; border: solid #ddd; border-width: 1px 0 0; }

.subheader { margin-bottom: 17px; color: #6f6f6f; font-weight: 300; line-height: 1.3; }

em, i { font-style: italic; line-height: inherit; }

strong, b { font-weight: bold; line-height: inherit; }

.content strong, b {font-weight: 500;}

small { font-size: 60%; line-height: inherit; }

code { background: #e9e9e9; font-weight: bold; }

a img:hover { opacity: 0.9; filter: alpha(opacity=90);zoom: 1;}

/* Lists ---------------------- */
ul, ol, dl { 
  margin-bottom: 1.25rem; 
  padding-left: 1.25rem; 
  list-style-position: inside; 
  font-size: 1rem; 
  line-height: 1.6; 
}

ul ul { 
  margin-bottom: 0; 
  margin-left: 0.9375rem; 
  list-style-type: none;
}

ul ul ul { 
  margin-bottom: 0; 
  margin-left: 0.9375rem; 
  list-style-type: none; 
}

ol ul { 
  margin-bottom: 0; 
  margin-left: 0.9375rem; 
  list-style-type: none; 
}

ul li ul, ul li ol { 
  margin-bottom: 0; 
  margin-left: 1.25rem; 
}

ul.square, ul.circle, ul.disc { 
  margin-left: 1.0625rem; 
}

ul.square { 
  list-style-type: square; 
}

ul.square li ul { 
  list-style: inherit; 
}

ul.circle { 
  list-style-type: circle; 
}

ul.circle li ul { 
  list-style: inherit; 
}

ul.disc { 
  list-style-type: disc; 
}

ul.disc li ul { 
  list-style: inherit; 
}

ul.no-bullet { 
  list-style: none; 
}

ul.large li { 
  line-height: 1.3125; 
}

/* Breadcrumbs ---------------------- */
ul.breadcrumbs { 
  display: block; 
  padding: 0; 
  overflow: hidden; 
  margin-left: 0; 
  z-index: 999; 
  position: relative; 
  margin-bottom: 1.25rem; 
  margin-top: 0.3125rem; 
  color: #b2b7bb; 
  height: 1.125rem; 
  bottom: 0;
}

ul.breadcrumbs li { 
  margin: 0; 
  padding: 0 0.3125rem 0 0; 
  float: left; 
  list-style: none; 
  font-size: 0.75rem; 
}

ul.breadcrumbs li a, ul.breadcrumbs li span { 
  padding-left: 0.3125rem; 
  color: #b2b7bb; 
  text-decoration: none; 
}

ul.breadcrumbs li:first-child a, ul.breadcrumbs li:first-child span { 
  padding-left: 0; 
}

ul.breadcrumbs li:before { 
  content: ">"; 
  color: #aaa; 
}

ul.breadcrumbs li:first-child:before { 
  content: " "; 
}

ul.breadcrumbs li.current a { 
  cursor: default; 
  color: #b2b7bb; 
}

ul.breadcrumbs li.current { 
  cursor: default; 
  color: #b2b7bb; 
}

ul.breadcrumbs li:hover a, ul.breadcrumbs li a:focus { 
  text-decoration: underline; 
}

ul.breadcrumbs li.current:hover a, ul.breadcrumbs li.current a:focus { 
  text-decoration: none; 
}

ul.breadcrumbs li.unavailable a { 
  color: #999; 
}

ul.breadcrumbs li.unavailable:hover a, ul.breadcrumbs li.unavailable a:focus { 
  text-decoration: none; 
  color: #999; 
  cursor: default; 
}

/* Side Navbar --------------- */
ul.nav-bar li.current_page_item a {
  color: #c41230;
}

.nav-bar { 
  height: 2.5rem; 
  background: #ffffff; 
  margin-left: 0; 
  margin-top: 1.25rem; 
  margin-bottom: 1.875rem; 
  padding: 0; 
  border: 1px solid #e5e6e6; 
}

.nav-bar > li { 
  float: left; 
  display: block; 
  position: relative; 
  padding: 0; 
  margin: 0; 
  line-height: 0.9375; 
}

.nav-bar > li.active { 
  color: #c41230; 
}

.nav-bar > li.active > a { 
  color: #c41230; 
  cursor: default; 
}

.nav-bar > li.active:hover { 
  color: #c41230; 
  cursor: default; 
}

.nav-bar > li > a:hover {
  color: #c41230;
}

.nav-bar > li > a { 
  color: #6a747c; 
  margin: 0.9375rem 0;
}

.nav-bar > li ul { 
  margin-bottom: 0; 
}

.nav-bar > li .flyout { 
  display: none; 
}

.nav-bar > li > a:first-child { 
  position: relative; 
  padding: 0 1.25rem; 
  display: block; 
  text-decoration: none; 
  font-size: 1rem; 
}

.nav-bar > li > input { 
  margin: 0 0.625rem; 
}

.nav-bar.vertical { 
  min-height: 7rem; 
  height: auto; 
  margin-top: 0; 
  width: 10.4375rem; 
}

.nav-bar.vertical > li { 
  float: none; 
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none; 
}

.nav-bar.vertical > li:first-child {
  padding-top: 0.3125rem;
}

.nav-bar.vertical > li:last-child {
  padding-bottom: 0.625rem;
}

/* Inline Link List */
.link-list a {
  color: white; 
  text-decoration: none; 
  text-transform: uppercase; 
  font-size: 1.75rem; 
  font-weight: bold; 
  text-shadow: 3px 3px 1px #234604;
}

.link-list a:hover {
  color: white; 
  text-shadow: 2px 2px 2px #234604;
}

ul.inline-list, ul.link-list { 
  overflow: hidden; 
  margin: 0 0 1.0625rem -2rem; 
  padding: 0; 
  list-style: none; 
}

ul.inline-list > li, ul.link-list > li { 
  display: block; 
  float: left; 
  margin-left: 2rem; 
  list-style: none; 
}

ul.inline-list > li > *, ul.link-list > li > * { 
  display: block; 
}

/* Improved Button Styles - Better Visibility & Accessibility */
.button { 
  box-sizing: border-box;
  position: relative; 
  display: inline-block; 
  margin: 0rem 0.5rem 0.5rem 0; 
  padding: 0.5rem 1.5rem; 
  width: auto; 
  border: 2px solid #004976; 
  background: linear-gradient(135deg, #0079c2 0%, #0066a3 100%);
  -webkit-box-shadow: 0 4px 12px rgba(0, 121, 194, 0.3); 
  -moz-box-shadow: 0 4px 12px rgba(0, 121, 194, 0.3); 
  box-shadow: 0 4px 12px rgba(0, 121, 194, 0.3); 
  color: white; 
  text-align: center; 
  text-decoration: none; 
  font-weight: bold; 
  font-size: 1rem; 
  font-family: inherit; 
  line-height: 1.2; 
  cursor: pointer; 
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}

.button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
  cursor: pointer;
}

.button:hover::before {
  left: 100%;
}

.button:hover, 
.button:focus { 
  background: linear-gradient(135deg, #00598f 0%, #004976 100%);
  color: white;
  -webkit-box-shadow: 0 6px 20px rgba(0, 121, 194, 0.4); 
  -moz-box-shadow: 0 6px 20px rgba(0, 121, 194, 0.4); 
  box-shadow: 0 6px 20px rgba(0, 121, 194, 0.4);
  transform: translateY(-2px);
}

.button:active { 
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 121, 194, 0.3);
}

/* Button Sizes */
.button.large { 
  padding: 0.7rem 2rem; 
  font-size: 1.125rem; 
}

.button.medium { 
  font-size: 1rem; 
  padding: 0.5rem 1.5rem;
}

.button.small { 
  padding: 0.5rem 1rem; 
  font-size: 0.875rem; 
}

.button.tiny { 
  padding: 0.375rem 0.75rem; 
  font-size: 0.75rem; 
}

/* Button Colors - Improved Contrast */
.button.primary { 
  border: 2px solid #004976; 
  background-color: #0079c2; 
}

.button.primary:hover, 
.button.primary:focus { 
  background-color: #00598f; 
}

.button.success { 
  border: 2px solid #396516; 
  background-color: #5da423; 
}

.button.success:hover, 
.button.success:focus { 
  background-color: #457a1a; 
}

.button.alert { 
  border: 2px solid #7f0a0c; 
  background-color: #c60f13; 
}

.button.alert:hover, 
.button.alert:focus { 
  background-color: #970b0e; 
}

.button.secondary { 
  border: 2px solid #c3c3c3; 
  background-color: #e9e9e9; 
  color: #1d1d1d; 
}

.button.secondary:hover, 
.button.secondary:focus { 
  background-color: #d0d0d0; 
}

.button.orange {
  background: linear-gradient(135deg, #f7941d 0%, #ea8a17 100%);
  border: 2px solid #ea8a17;
  color: white;
  box-shadow: 0 4px 12px rgba(247, 148, 29, 0.3);
}

.button.orange:hover,
.button.orange:focus {
  background: linear-gradient(135deg, #fcad4d 0%, #f7941d 100%);
  color: white;
  box-shadow: 0 6px 20px rgba(247, 148, 29, 0.4);
}

/* Button Layout */
.button.expand { 
  width: 100%; 
  text-align: center; 
}

.button.full-width { 
  padding-right: 0; 
  padding-left: 0; 
  width: 100%; 
  text-align: center; 
}

.button.left-align { 
  text-align: left; 
  text-indent: 0.75rem; 
}

/* Focus States for Accessibility */
.button:focus {
  outline: 3px solid #7dae30;
  outline-offset: 2px;
}

/* Disabled States */
.button.disabled, 
.button[disabled] { 
  background: #0079c2; 
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none; 
  opacity: 0.6; 
  cursor: not-allowed;
  transform: none;
}

.button.disabled:hover, 
.button[disabled]:hover { 
  background: #0079c2; 
  transform: none;
  box-shadow: none;
}

/* Improved Link Styles */
a {
  color: #4b4b4b;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

a:hover {
  color: #f7941d;
  text-decoration: underline;
}

a:focus {
  outline: 2px solid #7dae30;
  outline-offset: 2px;
}

/* Improved Form Focus States */
input:focus,
textarea:focus,
select:focus {
  border-color: #7dae30;
  background: #fafafa;
  outline: 2px solid #7dae30;
  outline-offset: 2px;
}

/* Standard Forms ---------------------- */
form { margin: 0 0 1.25rem; }

.row form .row { margin: 0 -6px; }
.row form .row .column, .row form .row .columns { padding: 0 6px; }
.row form .row.collapse { margin: 0; }
.row form .row.collapse .column, .row form .row.collapse .columns { padding: 0; }

label { display: block; margin-bottom: 3px; color: #4d4d4d; font-weight: 500; font-size: 14px; cursor: pointer; }
label.right { float: none; text-align: right; }
label.inline { margin: 0 0 12px 0; line-height: 32px; }

.prefix, .postfix { position: relative; z-index: 2; display: block; padding-top: 0; padding-bottom: 0; width: 100%; height: 32px; text-align: center; line-height: 31px; }

a.button.prefix, a.button.postfix { padding-right: 0; padding-left: 0; text-align: center; }

span.prefix, span.postfix { border: 1px solid #cccccc; background: #f2f2f2; }

.prefix { left: 2px; overflow: hidden; -webkit-border-top-left-radius: 2px; -moz-border-radius-topleft: 2px; border-top-left-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomleft: 2px; border-bottom-left-radius: 2px; }

.postfix { right: 2px; -webkit-border-top-right-radius: 2px; -moz-border-radius-topright: 2px; border-top-right-radius: 2px; -webkit-border-bottom-right-radius: 2px; -moz-border-radius-bottomright: 2px; border-bottom-right-radius: 2px; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea { 
  display: block; 
  margin: 0 0 1rem 0; 
  padding: 0.75rem !important; 
  width: 100%; 
  height: auto;
  min-height: 2.75rem;
  border: 2px solid #e0e0e0; 
  border-radius: 6px; 
  background-color: white; 
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); 
  color: rgba(0, 0, 0, 0.75); 
  font-size: 1rem !important; 
  font-family: inherit; 
  transition: all 0.2s ease-in-out;
}

input[type="text"].oversize, input[type="password"].oversize, input[type="date"].oversize, input[type="datetime"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="search"].oversize, input[type="tel"].oversize, input[type="time"].oversize, input[type="url"].oversize, textarea.oversize { padding: 4px 6px; font-size: 17px; }

input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="date"]:focus, 
input[type="datetime"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="time"]:focus, 
input[type="url"]:focus, 
textarea:focus { 
  border-color: #7dae30; 
  background: #fafafa; 
  box-shadow: 0 4px 12px rgba(125, 174, 48, 0.2);
  transform: translateY(-1px);
}

input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] { background-color: #ddd; }

textarea { height: auto; }

select { width: 100%; }

/* Fieldsets */
fieldset { border: solid 1px #ddd; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; padding: 12px 12px 0; margin: 18px 0; }
fieldset legend { margin: 0; margin-left: -3px; padding: 0 3px; background: white; font-weight: bold; }

/* Errors */
.error input, input.error, .error textarea, textarea.error { border-color: #c60f13; background-color: rgba(198, 15, 19, 0.1); }

.error label, label.error { color: #c60f13; }

.error small, small.error { display: block; margin-top: -13px; margin-bottom: 12px; padding: 6px 4px; -webkit-border-bottom-right-radius: 2px; -moz-border-radius-bottomright: 2px; border-bottom-right-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomleft: 2px; border-bottom-left-radius: 2px; background: #c60f13; color: #fff; font-weight: bold; font-size: 12px; }

.error textarea:focus, textarea.error:focus { border-color: #b3b3b3; background: #fafafa; }

/* Custom Forms ---------------------- */
form.custom { /* Custom input, disabled */ }
form.custom span.custom { position: relative; top: 2px; display: inline-block; width: 16px; height: 16px; border: solid 1px #cccccc; background: white; }
form.custom span.custom.radio { -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; }
form.custom span.custom.checkbox:before { position: absolute; top: 0; left: 0; display: block; width: 14px; height: 14px; color: #fff; content: ""; text-align: center; font-size: 14px; line-height: 0.8; }
form.custom span.custom.radio.checked:before { content: ""; display: block; width: 8px; height: 8px; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; background: #222222; position: relative; top: 3px; left: 3px; }
form.custom span.custom.checkbox.checked:before { color: #222222; content: "\00d7"; }
form.custom div.custom.dropdown { position: relative; display: block; margin-top: 2px; margin-bottom: 9px; width: auto; height: 28px; }
form.custom div.custom.dropdown ul { overflow-y: auto; max-height: 200px; }
form.custom div.custom.dropdown a.current { display: block; padding: 0; padding-right: 38px; padding-left: 6px; min-height: 28px; width: auto; border: solid 1px #dddddd; background-color: white; color: #141414; white-space: nowrap; line-height: 26px; }
form.custom div.custom.dropdown a.selector { position: absolute; top: 0; right: 0; display: block; width: 27px; height: 28px; border: solid 1px #dddddd; }
form.custom div.custom.dropdown a.selector:after { position: absolute; top: 50%; left: 50%; display: block; display: block; margin-top: -2px; margin-left: -5px; width: 0; height: 0; border: solid 5px; border-color: #aaaaaa transparent transparent transparent; content: ""; content: ""; }
form.custom div.custom.dropdown:hover a.selector:after, form.custom div.custom.dropdown.open a.selector:after { display: block; width: 0; height: 0; border: solid 5px; border-color: #222222 transparent transparent transparent; content: ""; }
form.custom div.custom.dropdown.open ul { z-index: 10; display: block; }
form.custom div.custom.dropdown.small { width: 134px !important; }
form.custom div.custom.dropdown.medium { width: 254px !important; }
form.custom div.custom.dropdown.large { width: 434px !important; }
form.custom div.custom.dropdown.expand { width: 100% !important; }
form.custom div.custom.dropdown.open.small ul { width: 134px !important; }
form.custom div.custom.dropdown.open.medium ul { width: 254px !important; }
form.custom div.custom.dropdown.open.large ul { width: 434px !important; }
form.custom div.custom.dropdown.open.expand ul { width: 100% !important; }
form.custom div.custom.dropdown ul { position: absolute; top: 27px; left: 0; display: none; margin: 0; margin: 0; padding: 0; width: auto; border: solid 1px #cccccc; background: white; background: rgba(255, 255, 255, 0.95); }
form.custom div.custom.dropdown ul li { margin: 0; padding: 3px; padding-right: 38px; padding-left: 6px; min-height: 18px; color: #555555; list-style: none; white-space: nowrap; font-size: 13px; line-height: 18px; cursor: pointer; }
form.custom div.custom.dropdown ul li.selected { background: #cdebf5; color: black; }
form.custom div.custom.dropdown ul li.selected:after { position: absolute; right: 10px; content: "\2013"; }
form.custom div.custom.dropdown ul li:hover { background-color: #cdebf5; color: black; }
form.custom div.custom.dropdown ul li:hover:after { position: absolute; right: 10px; content: "\2013"; color: #a3dbec; }
form.custom div.custom.dropdown ul li.selected:hover { background: #cdebf5; color: black; cursor: default; }
form.custom div.custom.dropdown ul li.selected:hover:after { color: black; }
form.custom div.custom.dropdown ul.show { display: block; }
form.custom .custom.disabled { background-color: #dddddd; }

/* Correct FF custom dropdown height */
@-moz-document url-prefix() { form.custom div.custom.dropdown a.selector { height: 30px; } }

.lt-ie9 form.custom div.custom.dropdown a.selector { height: 30px; }



/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.container {
  margin: 0 auto; 
  width: 1100px;
  box-sizing: border-box;
}

.top_hero {
  height: 3.75rem; 
  background: #494949; 
  width: 100%; 
  border-bottom: 4px solid #989898; 
  padding-top: 0.625rem;
}

.header {
  height: 7.5rem; 
  background: linear-gradient(135deg, #7dae30 0%, #6b9a28 100%);
  color: #fff;
  padding: 1.25rem 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.logo_hero {
  padding-top: 20px; 
  width: 420px; 
  float: left;
}

.logo_hero p {
  padding: 0px; 
  margin: 0;
}

.menu {
  float: right; 
  width: 520px; 
  padding-top: 40px;
}

.image_hero {
  height: 28.125rem; 
  -webkit-background-size: cover; 
  background-size: cover; 
  border-bottom: 4px solid #7dae30; 
  width: auto;  
  padding-top: 9.375rem;
}

.image_hero_smaller {
  height: 12.5rem; 
  background: #fff url('img/sweetdreams_bg.jpg') no-repeat center center; 
  -webkit-background-size: cover; 
  border-bottom: 4px solid #7dae30; 
  width: auto;
}

.content {
  min-height: 500px; 
  height: auto; 
  margin: 2.5rem 0;
  padding: 0 1.25rem;
}

.left_content {
  float: left; 
  width: 670px;
  padding-right: 2rem;
}

.right_content {
  float: right; 
  width: 360px; 
  padding-top: 1.25rem;
  padding-left: 1.25rem;
}

.imgbar img {
  max-width: 95%; 
  height: auto; 
  -moz-box-shadow: 0 8px 25px rgba(125, 174, 48, 0.3); 
  -webkit-box-shadow: 0 8px 25px rgba(125, 174, 48, 0.3); 
  box-shadow: 0 8px 25px rgba(125, 174, 48, 0.3); 
  margin-bottom: 2.5rem;
  transition: all 0.3s ease-in-out;
}

.imgbar img:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(125, 174, 48, 0.4);
}

.bar {
  /* width: 340px; */
  margin-bottom: 1.25rem;
  width: 100%;
}

.footer {
  padding-top: 1.25rem; 
  height: auto; 
  background: linear-gradient(135deg, #494949 0%, #3a3a3a 100%);
  width: 100%; 
  color: #fff;
  min-height: 3.75rem;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.footer a {
  color: white; 
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer a.book {
  color: #f7941d; 
  text-decoration: none;
}

.footer a.book:hover {
  text-decoration: underline; 
  color: white;
}

.footer p span {
  padding: 0px 10px;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* =Images
-------------------------------------------------------------- */

a img {
  border: none;
}

p img {
  margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}

img.alignleft {
  margin-right: 1em;
}

img.alignright {
  margin-left: 1em;
}

.wp-caption {
  padding: .5em;
  text-align: center;
}

.wp-caption img {
  margin: .25em;
}

.wp-caption .wp-caption-text {
  margin: .5em;
}

.gallery-caption {
}

.wp-smiley {
  margin: 0;
}

/* =Forms
-------------------------------------------------------------- */

#searchform label {
  display: none;
}

#searchform input#s {
  width: 60%;
}

input[type=text],
input#s {
  margin: 0 1em 0 0;
  width: 60%;
}

textarea {
  width: 80%;
}

/* Class for labelling required form items */
.required {
  color: #cc0033;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Responsive Layout ---------------------- */
@media (max-width: 900px) {
  .container {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .left_content, .right_content {
    float: none;
    width: 100%;
    padding: 0;
  }
  .menu {
    float: none;
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
  .logo_hero {
    width: 100%;
    float: none;
    padding-top: 10px;
    text-align: center;
  }
  .image_hero, .image_hero_smaller {
    height: 200px;
    padding-top: 40px;
  }
  /* Double the .image_hero height on mobile */
  .image_hero {
    height: 400px;
    padding-top: 80px;
  }
  /* Logo 150px wide on mobile */
  .logo_hero img {
    width: 150px;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .side-images {
    display: none;
  }
  body {
    font-size: 1rem;
    line-height: 1.5;
  }
  .container {
    padding: 0 8px;
  }
  .footer {
    font-size: 0.9em;
    padding-top: 10px;
    height: auto;
  }
  .menu {
    padding-top: 10px;
  }
  .logo_hero {
    padding-top: 5px;
  }
  .image_hero, .image_hero_smaller {
    height: 120px;
    padding-top: 20px;
  }
  .image_hero {
    height: 175px;
    padding-top: 40px;
  }
  .image_hero .right {
    width: 50%;
  }
  .right_content {
    display: none;
  }
  p {
    font-size: 1.1875rem;
    line-height: 1.5625;
  }
  .callout {
    display: none;
  }
  .callout-mobile {
    display: block;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.125;
    background: #3a3a39;
    padding: 10px 15px;
    text-align: right;
  }
  .callout-mobile p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.125;
    padding-left: 40%;
  }
  .top_hero {
    display: none;
  }
  .footer .right {
    float: none;
    text-align: left;
    margin-top: 10px;
  }
}

/* Ensure images and videos are always fluid */
img, video {
  max-width: 100%;
  height: auto;
}

/* Hamburger button styles */
.hamburger-icon {
  width: 36px;
  height: 24px;
}

/* Hide hamburger toggle on desktop by default */
.mobile-menu-toggle {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* Mobile menu styles */
.mobile-menu {
  display: none;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 2000;
  padding: 0;
  box-sizing: border-box;
  overflow-y: auto;
  text-align: center;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.mobile-link-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-link-list li {
  width: 100%;
  margin: 0;
}

.mobile-link-list li a {
  display: block;
  width: 100vw;
  padding: 24px 0;
  font-size: 2rem;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  background: none;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.mobile-link-list li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #7dae30;
  transition: width 0.3s ease-in-out;
}

.mobile-link-list li a:hover::after {
  width: 100%;
}

.mobile-menu-close {
  position: absolute;
  top: 18px;
  right: 24px;
  font-size: 2.5rem;
  background: none;
  border: none;
  color: #222;
  z-index: 2100;
  cursor: pointer;
  padding: 0 12px;
  line-height: 1;
}

.mobile-menu-close:focus {
  outline: 2px solid #7dae30;
}

.callout-mobile {
  display:none;
}

@media (max-width: 900px) {
  .desktop-menu { 
    display: none; 
  }
  .mobile-menu-toggle { 
    display: inline-block; 
    float: right;
    margin-right: 16px;
    margin-top: 30px;
    position: relative;
    z-index: 1100;
    background: none;
    border: none;
    padding: 18px;
    cursor: pointer;
  }
  .mobile-menu { 
    display: block;
    position: fixed !important;
    right: 0;
    left: 0;
    top: 0;
    z-index: 2000;
    /* keep your transform/transition for slide-in effect */
  }
}

@media (max-width: 900px) {
  /* Double the .image_hero height on mobile */
  .image_hero {
    height: 400px !important;
    padding-top: 80px !important;
  }
  /* Logo 150px wide on mobile */
  .logo_hero img {
    width: 150px !important;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .image_hero {
    height: 175px !important;
    padding-top: 40px !important;
  }
  .image_hero .right {
    width:50% !important;
  }
  .right_content {
    display:none;
  }
  p,ul,ol,li {
    font-size: 19px;
    line-height:25px;
  }
  .callout {
    display:none;
  }
  .callout-mobile {
    display:block;
    color:#fff;
    font-size:14px;
    line-height:18px;
    background:#3a3a39;
    padding:10px 15px;
    text-align:right;
  }
  .callout-mobile p {
    margin:0;
    font-size:14px;
    line-height:18px;
    padding-left:40%;
  }
  .top_hero {
    display:none;
  }

  .footer .right {
    float:none;
    text-align:left;
    margin-top:10px;
  }
}

.mobile-book-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background: linear-gradient(135deg, #f7941d 0%, #ea8a17 100%);
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding: 22px 0 22px 0;
  text-decoration: none;
  border: none;
  z-index: 2101;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 4px 12px rgba(247, 148, 29, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-book-btn:active,
.mobile-book-btn:hover {
  background: linear-gradient(135deg, #fcad4d 0%, #f7941d 100%);
  color: #fff;
  box-shadow: 0 6px 20px rgba(247, 148, 29, 0.4);
  transform: translateY(-2px);
}

.mobile-menu {
  padding-bottom: 80px; /* space for button */
}

/* Accessibility - Skip to Content Link */
.skip-link {
  background: #7dae30;
  color: white;
  font-weight: 700;
  left: 6px;
  padding: 8px;
  position: absolute;
  top: -40px;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  z-index: 100000;
  text-decoration: none;
  border-radius: 0 0 4px 4px;
}

.skip-link:focus {
  top: 6px;
  outline: 2px solid white;
  outline-offset: 2px;
}

/* Screen Reader Only Text */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* Focus Indicators for Better Accessibility */
*:focus {
  outline: 2px solid #7dae30;
  outline-offset: 2px;
}

/* Remove focus outline for mouse users, keep for keyboard */
*:focus:not(:focus-visible) {
  outline: none;
}

/* Ensure proper focus for keyboard navigation */
*:focus-visible {
  outline: 2px solid #7dae30;
  outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .button {
    border-width: 3px;
  }
  
  a {
    text-decoration: underline;
  }
  
  a:hover {
    text-decoration: none;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  
  .button:hover {
    transform: none;
  }
}

/* Enhanced typography with better spacing */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  line-height: 1.3;
  font-weight: 600;
  color: #2c3e50;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 2rem;
  margin-bottom: 1.25rem;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

/* Improved content readability */
.entry-content {
  line-height: 1.7;
  color: #4a4a4a;
}

.entry-content p {
  margin-bottom: 1.5rem;
}

/* Enhanced sidebar images */
.side-images img {
  margin-bottom: 1rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.side-images img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* ==========================================================================
   2026 light modernization and Night Sky experience
   ========================================================================== */

:root {
  --sdob-pine: #527426;
  --sdob-pine-bright: #7dae30;
  --sdob-orange: #f7941d;
  --sdob-orange-dark: #d87510;
  --sdob-ink: #263442;
  --sdob-paper: #f7f6f0;
  --sdob-night: #020504;
  --sdob-night-soft: #09100d;
  --sdob-night-border: rgba(216, 228, 202, 0.18);
  --sdob-night-text: #f4f6ee;
  --sdob-night-muted: #b8c1b5;
  --sdob-radius: 14px;
  --sdob-shadow: 0 18px 50px rgba(24, 35, 20, 0.14);
}

body {
  color: #3d4953;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

p {
  font-size: 1.0625rem;
  line-height: 1.75;
}

.container {
  width: min(72rem, calc(100% - 3rem));
}

.top_hero {
  min-height: 3.75rem;
  height: auto;
  box-sizing: border-box;
}

.top_hero .button {
  margin-right: 0;
}

.header {
  box-sizing: border-box;
  height: 10rem;
  padding: 1.25rem 0;
}

.logo_hero {
  width: 30rem;
}

.site-logo {
  display: block;
  float: left;
  width: 12.5rem;
  height: auto;
  margin-top: -5rem;
}

.brand-callout {
  float: left;
  width: 13rem;
  margin: 0.25rem 0 0 0.75rem;
}

.brand-callout p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.08;
}

.menu {
  width: auto;
  padding-top: 2.25rem;
}

.desktop-menu .link-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
  overflow: visible;
  margin: 0;
}

.desktop-menu .link-list > li {
  float: none;
  margin: 0;
}

.desktop-menu .link-list a {
  position: relative;
  padding: 0.7rem 0.65rem;
  font-size: 1.05rem;
  letter-spacing: 0.055em;
  text-shadow: none;
}

.desktop-menu .link-list a::after {
  content: '';
  position: absolute;
  right: 0.65rem;
  bottom: 0.38rem;
  left: 0.65rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.desktop-menu .link-list a:hover,
.desktop-menu .link-list a:focus,
.desktop-menu .current-menu-item > a {
  color: #fff;
  text-decoration: none;
}

.desktop-menu .link-list a:hover::after,
.desktop-menu .link-list a:focus::after,
.desktop-menu .current-menu-item > a::after {
  transform: scaleX(1);
}

.image_hero {
  min-height: 28.125rem;
  height: min(34rem, 54vw);
}

.image_hero_smaller {
  height: clamp(12.5rem, 18vw, 17rem);
}

.content {
  margin: 0;
  padding: clamp(2.75rem, 6vw, 5rem) 1.25rem;
}

.left_content,
.right_content {
  box-sizing: border-box;
}

.left_content {
  width: 65%;
  padding-right: clamp(2rem, 5vw, 4rem);
}

.right_content {
  width: 35%;
  padding: 0;
}

.entry-header .entry-title {
  letter-spacing: -0.025em;
  text-transform: none;
}

.entry-content {
  max-width: 70ch;
}

.stay-summary {
  padding: 1.75rem;
  border: 1px solid rgba(82, 116, 38, 0.18);
  border-radius: var(--sdob-radius);
  background: rgba(247, 246, 240, 0.9);
  box-shadow: var(--sdob-shadow);
}

.stay-summary h2 {
  margin-top: 0;
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  line-height: 1.16;
}

.stay-summary p,
.stay-summary li {
  font-size: 1rem;
  line-height: 1.6;
}

.stay-summary__facts {
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.stay-summary__facts li {
  position: relative;
  margin: 0.55rem 0;
  padding-left: 1.35rem;
}

.stay-summary__facts li::before {
  content: '';
  position: absolute;
  top: 0.62rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--sdob-pine-bright);
}

.stay-summary__links {
  font-weight: 700;
}

.stay-summary .bar {
  float: none;
  margin-bottom: 1.75rem;
}

.stay-summary .side-images {
  display: grid;
  gap: 0.85rem;
}

.stay-summary .side-images img,
.imgbar img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
  border-radius: 9px;
  box-shadow: none;
}

.stay-summary .side-images img:hover,
.imgbar img:hover {
  transform: none;
  box-shadow: none;
}

.table-scroll {
  width: 100%;
  margin: 1rem 0 1.5rem;
  overflow-x: auto;
  border: 1px solid rgba(38, 52, 66, 0.12);
  border-radius: 9px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.table-scroll:focus-visible {
  outline: 3px solid var(--sdob-pine-bright);
  outline-offset: 3px;
}

.table-scroll table {
  min-width: 42rem;
  margin-bottom: 0 !important;
}

.footer {
  min-height: 4.5rem;
  padding: 1.35rem 0 0.75rem;
}

.footer p {
  font-size: 0.95rem;
}

body.mobile-menu-open {
  overflow: hidden;
}

/* Homepage Night Sky teaser */
.night-sky-teaser {
  position: relative;
  isolation: isolate;
  min-height: clamp(28rem, 48vw, 36rem);
  margin: 0 0 clamp(3.5rem, 7vw, 6rem);
  overflow: hidden;
  border-radius: 18px;
  background: var(--sdob-night);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.25);
}

.night-sky-teaser__picture,
.night-sky-teaser__image,
.night-sky-teaser__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.night-sky-teaser__picture {
  z-index: -2;
}

.night-sky-teaser__image {
  object-fit: cover;
  object-position: center 44%;
}

.night-sky-teaser__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(1, 4, 3, 0.92) 0%, rgba(1, 4, 3, 0.72) 45%, rgba(1, 4, 3, 0.1) 78%),
    linear-gradient(0deg, rgba(1, 4, 3, 0.4), transparent 60%);
}

.night-sky-teaser__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: inherit;
  max-width: 39rem;
  padding: clamp(2rem, 6vw, 5rem);
  color: var(--sdob-night-text);
}

.night-sky-teaser h2 {
  max-width: 11ch;
  margin: 0 0 1.25rem;
  color: #fff;
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.night-sky-teaser p:not(.night-sky-eyebrow) {
  max-width: 37rem;
  color: #e2e8df;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
}

.night-sky-eyebrow {
  margin-bottom: 1rem;
  color: #a8cd68;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.night-sky-button {
  margin-top: 0.4rem;
  border-color: var(--sdob-orange-dark);
}

.night-sky-button span {
  display: inline-block;
  margin-left: 0.45rem;
  transition: transform 180ms ease;
}

.night-sky-button:hover span,
.night-sky-button:focus span {
  transform: translateX(0.25rem);
}

/* Immersive Night Sky page */
.page-template-page-night-sky {
  background: var(--sdob-night);
}

.page-template-page-night-sky .top_hero,
.page-template-page-night-sky .header,
.page-template-page-night-sky .footer {
  background: #070b09;
}

.page-template-page-night-sky .top_hero {
  border-bottom-color: #1d2a21;
}

.page-template-page-night-sky .header {
  border-bottom: 1px solid var(--sdob-night-border);
  box-shadow: none;
}

.page-template-page-night-sky .image_hero_smaller {
  display: none;
}

.page-template-page-night-sky .content {
  min-height: 0;
  margin: 0;
  padding: 0;
  background: var(--sdob-night);
}

.page-template-page-night-sky .content > .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.page-template-page-night-sky .footer {
  border-top: 1px solid var(--sdob-night-border);
  box-shadow: none;
}

.night-sky-experience {
  width: 100%;
  overflow: clip;
  background: var(--sdob-night);
  color: var(--sdob-night-text);
}

.night-sky-experience h1,
.night-sky-experience h2,
.night-sky-experience h3 {
  color: var(--sdob-night-text);
  text-transform: none;
}

.night-sky-experience a:not(.button) {
  color: #dcebbd;
}

.night-sky-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  clear: both;
  width: 100%;
  min-height: min(54rem, 84vh);
  overflow: hidden;
  background: var(--sdob-night);
}

.night-sky-hero__picture,
.night-sky-hero__image,
.night-sky-hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.night-sky-hero__picture {
  z-index: -2;
}

.night-sky-hero__image {
  object-fit: cover;
  object-position: center 48%;
  animation: night-sky-reveal 1400ms ease-out both;
}

.night-sky-hero__veil {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(1, 3, 2, 0.15) 0%, rgba(1, 3, 2, 0.16) 34%, var(--sdob-night) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.55), transparent 65%);
}

.night-sky-hero__content {
  align-self: end;
  width: min(74rem, calc(100% - 3rem));
  margin: 0 auto;
  padding: 0 0 clamp(7rem, 15vh, 11rem);
}

.night-sky-hero h1 {
  max-width: 11ch;
  margin: 0;
  color: #fff;
  font-size: clamp(3.4rem, 9vw, 8.5rem);
  font-weight: 650;
  line-height: 0.86;
  letter-spacing: -0.065em;
  text-shadow: 0 4px 38px rgba(0, 0, 0, 0.52);
}

.night-sky-hero__lead {
  margin: 1.8rem 0 2rem;
  color: #f2f4ef;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.night-sky-scroll {
  display: inline-flex;
  gap: 0.7rem;
  align-items: center;
  color: #fff !important;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.night-sky-scroll:hover,
.night-sky-scroll:focus {
  text-decoration: none;
}

.night-sky-scroll span {
  color: #a8cd68;
  font-size: 1.2rem;
  animation: night-sky-bob 1800ms ease-in-out infinite;
}

.night-sky-hero__credit {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.night-sky-section {
  position: relative;
  padding: clamp(5rem, 10vw, 10rem) 1.5rem;
}

.night-sky-copy {
  width: min(70rem, 100%);
  margin: 0 auto;
}

.night-sky-copy h2,
.night-sky-tips h2,
.night-sky-cta h2 {
  max-width: 13ch;
  margin: 0 0 2rem;
  font-size: clamp(2.6rem, 6.5vw, 6rem);
  font-weight: 560;
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.night-sky-story {
  background:
    radial-gradient(circle at 75% 15%, rgba(97, 130, 52, 0.11), transparent 34rem),
    var(--sdob-night);
}

.night-sky-copy--intro h2 {
  max-width: 12ch;
}

.night-sky-story__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 6vw, 6rem);
  max-width: 62rem;
  margin-top: clamp(3rem, 6vw, 5rem);
}

.night-sky-story__columns p,
.night-sky-copy--gallery > p,
.night-sky-copy--guide > p,
.night-sky-cta > div > p:not(.night-sky-eyebrow) {
  color: var(--sdob-night-muted);
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  line-height: 1.78;
}

.night-sky-gallery {
  padding-right: 0;
  padding-left: 0;
  background: #010302;
}

.night-sky-copy--gallery {
  padding: 0 1.5rem clamp(3rem, 7vw, 6rem);
}

.night-sky-copy--gallery > p {
  max-width: 42rem;
}

.night-sky-gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(0.35rem, 1vw, 0.8rem);
  width: min(98rem, 100%);
  margin: 0 auto;
  padding: 0 clamp(0.35rem, 1vw, 0.8rem);
}

.night-sky-gallery__item {
  grid-column: span 6;
  align-self: start;
  overflow: hidden;
  background: #050806;
}

.night-sky-gallery__item--wide {
  grid-column: span 12;
}

.night-sky-gallery__picture,
.night-sky-gallery__image {
  display: block;
  width: 100%;
}

.night-sky-gallery__image {
  height: auto;
  transition: transform 700ms cubic-bezier(0.2, 0.65, 0.25, 1), filter 500ms ease;
}

.night-sky-gallery__item:hover .night-sky-gallery__image {
  filter: saturate(1.08);
  transform: scale(1.012);
}

.night-sky-gallery figcaption {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.8rem 0.9rem 1.1rem;
  color: #c5ccc1;
  font-size: 0.77rem;
  line-height: 1.4;
}

.night-sky-gallery figcaption span:last-child {
  flex: 0 0 auto;
  color: #7e897c;
}

.night-sky-guide {
  border-top: 1px solid var(--sdob-night-border);
  border-bottom: 1px solid var(--sdob-night-border);
  background:
    radial-gradient(circle at 15% 0%, rgba(117, 151, 67, 0.12), transparent 28rem),
    var(--sdob-night-soft);
}

.night-sky-copy--guide > p {
  max-width: 45rem;
}

.night-sky-guide__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  width: min(70rem, 100%);
  margin: clamp(3.5rem, 7vw, 6rem) auto 0;
  overflow: hidden;
  border: 1px solid var(--sdob-night-border);
  border-radius: var(--sdob-radius);
  background: var(--sdob-night-border);
}

.night-sky-guide__card {
  min-height: 18rem;
  padding: clamp(1.7rem, 4vw, 3rem);
  background: rgba(4, 8, 6, 0.94);
}

.night-sky-guide__season {
  margin-bottom: 2.5rem;
  color: #a8cd68;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.night-sky-guide__card h3 {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.night-sky-guide__card > p:last-child {
  margin: 0;
  color: var(--sdob-night-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.night-sky-tips {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  width: min(76rem, calc(100% - 3rem));
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}

.night-sky-tips__image-wrap {
  overflow: hidden;
  border-radius: var(--sdob-radius);
}

.night-sky-tips__picture,
.night-sky-tips__image {
  display: block;
  width: 100%;
}

.night-sky-tips__image {
  max-height: 49rem;
  object-fit: cover;
}

.night-sky-tips h2 {
  max-width: 9ch;
}

.night-sky-tips ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: night-tip;
}

.night-sky-tips li {
  position: relative;
  margin: 0;
  padding: 1.15rem 0 1.15rem 3.5rem;
  border-top: 1px solid var(--sdob-night-border);
  color: var(--sdob-night-muted);
  font-size: 1rem;
  line-height: 1.7;
  counter-increment: night-tip;
}

.night-sky-tips li::before {
  content: '0' counter(night-tip);
  position: absolute;
  top: 1.18rem;
  left: 0;
  color: #a8cd68;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.night-sky-tips li strong {
  color: #f4f6ee;
}

.night-sky-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  width: min(70rem, calc(100% - 3rem));
  margin: 0 auto clamp(4rem, 8vw, 8rem);
  padding: clamp(2.5rem, 6vw, 5rem);
  border: 1px solid var(--sdob-night-border);
  border-radius: var(--sdob-radius);
  background:
    linear-gradient(135deg, rgba(96, 131, 47, 0.17), transparent 45%),
    #070c09;
}

.night-sky-cta h2 {
  max-width: 12ch;
  font-size: clamp(2.5rem, 5.5vw, 5rem);
}

.night-sky-cta .button {
  margin: 0;
  white-space: nowrap;
}

.night-sky-cta__credit {
  grid-column: 1 / -1;
  margin: 1rem 0 0;
  color: #7e897c;
  font-size: 0.76rem;
}

@keyframes night-sky-reveal {
  from {
    opacity: 0.5;
    transform: scale(1.035);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes night-sky-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(0.35rem); }
}

@media (max-width: 1000px) {
  .logo_hero {
    width: 25rem;
  }

  .brand-callout {
    width: 10.5rem;
  }

  .desktop-menu .link-list {
    gap: 0;
  }

  .desktop-menu .link-list a {
    padding-right: 0.48rem;
    padding-left: 0.48rem;
    font-size: 0.95rem;
  }
}

@media (max-width: 900px) {
  .container {
    width: min(100% - 2rem, 72rem);
    padding: 0;
  }

  .header {
    height: 10rem;
  }

  .logo_hero {
    width: 100%;
  }

  .site-logo {
    width: 9.375rem !important;
  }

  .mobile-menu-toggle {
    margin-right: 0;
  }

  .content {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .left_content,
  .right_content {
    width: 100%;
    padding: 0;
  }

  .stay-summary {
    margin-top: 3rem;
  }

  .night-sky-teaser {
    min-height: 31rem;
  }

  .night-sky-story__columns,
  .night-sky-tips {
    grid-template-columns: 1fr;
  }

  .night-sky-tips {
    gap: 4rem;
  }

  .night-sky-tips__image {
    max-height: 38rem;
    object-position: center 58%;
  }

  .night-sky-cta {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .night-sky-cta .button {
    justify-self: start;
  }
}

@media (max-width: 600px) {
  p,
  ul,
  ol,
  li {
    font-size: 1.0625rem;
    line-height: 1.65;
  }

  .container {
    width: calc(100% - 1.5rem);
  }

  .content {
    padding: 2.5rem 0.75rem;
  }

  .entry-header .entry-title {
    font-size: 2.35rem;
  }

  .night-sky-teaser {
    min-height: 34rem;
    margin-right: -0.25rem;
    margin-left: -0.25rem;
    border-radius: 12px;
  }

  .night-sky-teaser__shade {
    background: linear-gradient(0deg, rgba(1, 4, 3, 0.95) 0%, rgba(1, 4, 3, 0.74) 54%, rgba(1, 4, 3, 0.15) 100%);
  }

  .night-sky-teaser__content {
    justify-content: flex-end;
    padding: 2rem 1.5rem 2.5rem;
  }

  .night-sky-teaser h2 {
    font-size: clamp(2.6rem, 12vw, 3.5rem);
  }

  .night-sky-hero {
    min-height: 41rem;
  }

  .night-sky-hero__content {
    width: calc(100% - 2rem);
    padding-bottom: 8rem;
  }

  .night-sky-hero h1 {
    font-size: clamp(3.6rem, 20vw, 5.2rem);
    line-height: 0.9;
  }

  .night-sky-hero__credit {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    text-align: left;
  }

  .night-sky-section {
    padding: 5.5rem 1rem;
  }

  .night-sky-copy h2,
  .night-sky-tips h2,
  .night-sky-cta h2 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .night-sky-story__columns {
    gap: 0.75rem;
    margin-top: 2.5rem;
  }

  .night-sky-copy--gallery {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .night-sky-gallery__grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 0;
  }

  .night-sky-gallery__item,
  .night-sky-gallery__item--wide {
    grid-column: 1;
  }

  .night-sky-gallery figcaption {
    display: block;
  }

  .night-sky-gallery figcaption span {
    display: block;
  }

  .night-sky-gallery figcaption span:last-child {
    margin-top: 0.25rem;
  }

  .night-sky-guide__grid {
    grid-template-columns: 1fr;
  }

  .night-sky-guide__card {
    min-height: 0;
  }

  .night-sky-tips {
    width: 100%;
  }

  .night-sky-tips__image-wrap {
    border-radius: 10px;
  }

  .night-sky-cta {
    width: calc(100% - 2rem);
    margin-bottom: 4rem;
    padding: 2rem 1.35rem;
  }

  .night-sky-cta .button {
    width: 100%;
  }

  .footer .left,
  .footer .right {
    float: none;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .night-sky-hero__image,
  .night-sky-scroll span {
    animation: none;
  }

  .night-sky-gallery__image,
  .night-sky-button span {
    transition: none;
  }
}
