/* 초기화 */
html,
body {
	height: 100%;
	width: 100%;
}
body {
	font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
hr {
	border-color: #0C3;
	border-width: 3px;
	max-width: 50px;
}
hr.light {
	border-color: white;
}
a {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	color: #4b4e53;
}
a:hover,
a:focus {
	color: #0c3;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
p {
	font-size:16px;
	line-height:1.5;
	margin:15px 0;
}
ul, li {
	list-style:none;
	margin:0;
	padding:0;
}
/* 초기화 */

/* 버튼 */
.btn-default {
	color: #222222;
	background-color: white;
	border-color: white;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color: #222222;
	background-color: #f2f2f2;
	border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: white;
	border-color: white;
}
.btn-default .badge {
	color: white;
	background-color: #222222;
}
.btn-primary {
	color: white;
	background-color: #0C3;
	border-color: #0C3;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: white;
	background-color: #ee4b28;
	border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #0C3;
	border-color: #0C3;
}
.btn-primary .badge {
	color: #0C3;
	background-color: white;
}
.btn {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	border: none;
	border-radius: 300px;
	font-weight: 700;
	text-transform: uppercase;
}
.btn-xl {
    padding:25px 30px !important;
	line-height:0 !important;
}
#page-top .btn-xl {
    margin:15px 0;
}
/* 버튼 */

/* 헤더 */
header {
	position: relative;
	width: 100%;
	height:70%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	text-align: center;
	color: white;
}
header.sub {
	height: 380px;
}
header .header-content {
	position: relative;
	text-align: center;
	padding: 100px 15px 100px;
	width: 100%;
}
header .header-content .header-content-inner h1 {
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 30px;
}
header .header-content .header-content-inner hr {
	margin: 30px auto;
}
header .header-content .header-content-inner p {
	font-weight: 300;
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	margin-bottom: 50px;
}
.navbar-header {
	position:relative;
}
.navbar-toggle {
    position: absolute;
	background-color: #d5d5d5;
    top: 50%;
    right: 0;
	margin-top:-18px;
	margin-bottom:0;
}
.root_menu_po {
	position:absolute;	
	top:50%;
	transform: translateY(-50%);
	right:15px;
}
.navbar-default {
	background-color: white;
	border-color: rgba(34, 34, 34, 0.05);
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.navbar-brand {
	height:auto;
}

.navbar-brand .navbar-logo{
	width: 70%;
	padding:0px 0px 0px 30px;
}

.navbar-default .navbar-header .navbar-brand {
	color: #0C3;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
	color: #0C3;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
	color: #0C3 !important;
	background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
	background-color: transparent;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
	color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
	font-weight: 700;
	font-size: 12px;
	color: #222222;
	text-transform: uppercase;
}
.navbar-nav>li>.dropdown-menu {
	padding:10px 5px;
	font-size:13px;
}
.navbar-nav>li>.dropdown-form {
	padding:8px;
}
/* 헤더 */

/* 메인슬라이드 */
.root_main_c.owl-carousel .r_s_img {
	height:600px;
	background:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover !important;
	background-position: center !important;
}
.root_main_c.owl-carousel {
	position:relative;
}
.root_main_c.owl-theme .owl-dots {
	width:100%;
	position:absolute;
	bottom:0;
}
.root_main_c.owl-theme .owl-nav {
	margin:0;
}
.root_main_c .owl-prev {
	top:50%;
	margin-top:-30px !important;
	position:absolute;
	left:0;
}
.root_main_c .owl-next {
	top:50%;
	margin-top:-30px !important;
	position:absolute;
	right:0;
}
.root_main_c.owl-theme .owl-nav [class*=owl-] {

	border-radius:0;
	opacity:0.7;
	margin:0 15px;
	padding:0;
	background-color: rgba(0,0,0,.0);
	-webkit-transition: all 0.35s; /* 크롬, 사파리 */
	-moz-transition: all 0.35s; /* 파이어 폭스 */
	-ms-transition: all 0.35s; /* 익스플로러 */
	-o-transition: all 0.35s; /* 오페라 */
	transition: all 0.35s;
	text-shadow: 1px 1px 1px rgba(0,0,0,.55);
}
.root_main_c.owl-theme .owl-nav [class*=owl-]:hover {
	opacity:1;
	background-color: rgba(0,0,0,.0);
}

/* 메인슬라이드 캡션 */
.root_main_c .carousel-caption {
	top:50%;
	-moz-transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
	right:0;
	left:0;
}
.root_main_c .carousel-caption h1 {
	font-weight:600;
	font-size:48px;
	margin:15px 0;
}
.root_main_c .carousel-caption p {
	font-size:18px;
	font-family:Open Sans,Nanum Barun Gothic,"Apple SD 산돌고딕 Neo",Apple SD Gothic Neo,"나눔고딕",NanumGothic,ng,"맑은 고딕",Malgun Gothic,sans-serif!important;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
	background:#0C3 !important;
}
.sub .header-content p {
	max-width:100% !important;
	margin:15px 0 !important;
}
/* 메인슬라이드 캡션 */
/* 메인슬라이드 */

/* 섹션 css */
.bg-primary {
	background-color: #0C3;
}
.bg-dark {
	background-color: #222222;
	color: white;
}
.text-faded {
	color: rgba(255, 255, 255, 0.7);
}
section {
	padding: 70px 0;
}
.root_sub_sidebar_content section.xm {
	padding:0;
}
.no-padding {
	padding: 0;
}
.c_black {
	color:#000;
}
::-moz-selection {
	color: white;
	text-shadow: none;
	background: #222222;
}
::selection {
	color: #fff;
	text-shadow: none;
	background: #222;
}
img::selection {
	color: white;
	background: transparent;
}
img::-moz-selection {
	color: white;
	background: transparent;
}
body {
	webkit-tap-highlight-color: #222222;
}

.section-heading {
	margin:15px 0;
}
.sec_title_bold {
	font-weight:600;
}

.service-box {
	max-width: 400px;
	margin: 50px auto 0;
}
.service-box p {
	margin-bottom: 0;
}

.r_sec3_title {
	margin-bottom:15px;
}
.sec3_img {
	height:320px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover !important;
	background-position: center !important;
}
.r_sec3_box_hbg {
    opacity: 0;
    display: block;
    background: #0C3;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.r_sec3_wrap:hover .r_sec3_box_hbg {
	opacity:0.5;
}
.r_sec3_wrap:hover .g_txt {
	opacity:0.9;
	z-index:1;
}
.g_txt {
	width:100%;
	position:absolute;
	top: 50%;
    transform: translateY(-50%);
	text-align:center;
	color:#fff;
	opacity:0;
}
.r_g_category {
	font-size:14px;
}
.r_g_category, .r_g_title {
	margin:8px 0;
}

.call-to-action h2 {
	margin: 0 auto 20px;
}
.text-primary {
	color: #0C3;
}
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.root_contact p {
	margin-top:15px;
}
.container #spot {
	margin-top:30px;
}
/* 섹션 css */

/* 서브 */
.root_sub_content {
	padding:30px 0;
}
.root_sub_sidebar_content {
	padding:30px 0 30px 30px;
}
/* 서브 */

/* 서브 네비게이션 */
.root_page_navi {
	position:absolute;
	bottom:15px;
	right:15px;
	color:#fff;
	opacity:0.7;
}
.root_page_navi li {
	font-size:10px;
	float:left;
	margin-right:10px;
}
.root_page_navi li a {
	color:#fff;
	padding-left:10px;
}
/* 서브 네비게이션 */

/* 2차메뉴 */
.dropdown-menu>li>a {
	padding:5px 10px;
}
.root_sidebar ul.depth2 i {
	margin-top:3px;
}
/* 2차메뉴 */

/* 3차메뉴 */
#bs-example-navbar-collapse-1 ul.main.depth3 li {
	padding:5px 15px;
	font-size:12px;
}
#bs-example-navbar-collapse-1 ul.main.depth3 li.active a {
	color:#0C3;
}
/* 3차메뉴 */

/* 서브+사이드메뉴 */
.root_sidebar {
	margin:30px 0;
	padding-left:0;
}
.root_sidebar ul.depth2 {
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin-bottom:30px;
}
.root_sidebar ul.depth2 li {
	font-weight:bold;
	border-bottom:1px solid #ddd;
}
.root_sidebar ul.depth2 li:last-child {
	border-bottom:none;
}
.root_sidebar ul.depth2 li a {
	padding:10px 15px;
	display:block;
	font-size:13px;
}
.root_sidebar ul.depth3 li {
	padding-bottom:0;
}
.root_sidebar ul.depth3 li:first-child {
	border:none;
}
.root_sidebar ul.depth3 li a:hover {
	color:#0C3;
}
.root_sidebar ul.depth3 li a {
	color:#999;
	font-size:12px;
	font-weight:normal;
	padding:0 15px 10px 15px;
}
.root_sidebar .depth2 li a.cufon_bold.on {
	color:#0C3;
}
.root_side_widget {
	margin-bottom:30px;
}
.root_side_widget .xe-widget-wrapper {
	padding:0;
}
.root_side_banner {
	margin-bottom:30px;
}
/* 서브+사이드메뉴 */

/* 반응형/미디어 쿼리 */
@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 992px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

/* napiri 4block layout end*/





@media (max-width: 301px) {
header .header-content {
	padding-top: 150px;
}
}

@media (max-width: 425px) {
.root_main_c.owl-carousel .r_s_img, header {
	height:360px !important;
}
.root_main_c .carousel-caption h1 {
	font-size:28px;
	margin:10px 0;
}
.root_main_c .carousel-caption hr {
	margin-top:5px;
	margin-bottom:5px;
}
.root_main_c .carousel-caption p {
	font-size:11px !important;
	padding:0 15px;
}
header.sub {
	min-height:280px !important;
}
.sec3_img {
	height:240px !important;
}
}

@media (min-width: 426px) and (max-width: 768px) {
.root_main_c.owl-carousel .r_s_img, header {
	height:520px !important;
}
header.sub {
	height:380px !important;
}
}

@media (max-width: 768px) {
.root_main_c .carousel-caption p {
	font-size:16px;
	padding:0 30px;
}
}

@media (max-width: 992px) {
.root_main_c.owl-carousel .r_s_img, header {
	height:600px;
}
.root_sidebar {
	display:none;
}
.root_sub_sidebar_content, .root_sub_content {
	padding: 30px 15px;
}
header.sub {
	min-height:380px;
}
.root_main_c.owl-theme .owl-nav [class*=owl-] {
    margin-top: -5px !important;
}
}

@media (min-width: 992px) {
.navbar-right.root_m_po {
	position:absolute;
	top:50%;
	right:15px;
	margin-top:-25px;
}
.navbar-default {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.3);
} 
.navbar-default .navbar-header .navbar-brand {
	color: rgba(255, 255, 255, 0.7);
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
	color: white;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
	color: rgba(255, 255, 255, 0.7);
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
	color: white;
}
.navbar-default.affix {
	background-color: white;
	border-color: rgba(34, 34, 34, 0.05);
}
.navbar-default.affix .navbar-header .navbar-brand {
	color: #0C3;
	font-size: 14px;
}
.navbar-default.affix .navbar-header .navbar-brand:hover,
.navbar-default.affix .navbar-header .navbar-brand:focus {
	color: #eb3812;
}
.navbar-default.affix .nav > li > a,
.navbar-default.affix .nav > li > a:focus {
	color: #222222;
}
.navbar-default.affix .nav > li > a:hover,
.navbar-default.affix .nav > li > a:focus:hover {
	color: #0C3;
}
}

@media (min-width: 992px) {
header .header-content {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 50px;
}
header .header-content .header-content-inner {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
header .header-content .header-content-inner h1 {
	font-size: 50px;
}
header .header-content .header-content-inner p {
	font-size: 18px;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
}

@media (min-width: 992px) {
.service-box {
	margin: 60px auto 0;
}  
}

@media (min-width: 1200px) {
.root_main_c.owl-carousel .r_s_img, header {
	height:680px;
}
header.sub {
	height:460px !important;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	font-size: 16px;
} 
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 22px;
}
}
/* 반응형/미디어 쿼리 */

/* 푸터 */
.root_footer {
	padding:15px 0;
	background:#0C3;
}
.root_sns {
    display:table;
	margin:5px auto;
	
}
.root_sns i {
	text-align:center;
	width:100%;
	color:#0C3;
	vertical-align:text-bottom;
}
.sns_o {
	display:inline-block;
	width:22px;
	height:22px;
	border-radius:50%;
	background:#fff;
	margin-right:15px;
}
.sns_o:last-child {
	margin-right:0;
}
ul.root_copyright {
	padding:0;
	margin:5px 0;
}
ul.root_copyright p {
	text-align:center;
	color:#fff;
	font-size:12px;
	margin:0;
}
/* 푸터 */

/* 게시판 네비게이션 */
.bd_bc {
	display:none;
}
/* 게시판 네비게이션 */

/* 모달로그인 */
#modal-login .modal-header {
	background:#0c3;
}

#modal-login .modal-title {
	color:#fff;
}

#modal-login .modal-content,
#modal-login .btn,
#modal-login .form-control {
	border-radius: 0;
}

#modal-login .modal-header i {
	color:#fff;
	opacity:0.8;
	width:100%;
	text-align:center;
}

#modal-login .modal-header .close {
	font-size:28px;
}

#modal-login .message {
	padding: 10px;
	text-align: left;
}

#modal-login .message button.close {
	line-height: 0.9;
}
/* 모달로그인 */

/* 2026 home refresh */
:root {
	--bb-bg: #f6f1e9;
	--bb-surface: rgba(255, 255, 255, 0.86);
	--bb-surface-strong: #ffffff;
	--bb-ink: #222823;
	--bb-muted: #58635b;
	--bb-accent: #0f9d58;
	--bb-accent-deep: #0b6b3b;
	--bb-shadow: 0 24px 48px rgba(20, 35, 27, 0.18);
	--bb-radius: 24px;
}

body#page-top {
	background:
		radial-gradient(circle at 8% 4%, #ffeecf 0, transparent 34%),
		radial-gradient(circle at 92% 10%, #dff3e8 0, transparent 30%),
		linear-gradient(180deg, #faf5ee 0%, #f8f5ef 44%, #eef3ea 100%);
	color: var(--bb-ink);
	font-family: 'Manrope', 'Helvetica Neue', Arial, sans-serif;
}

body#page-top h1,
body#page-top h2,
body#page-top h3,
body#page-top h4,
body#page-top h5,
body#page-top h6 {
	font-family: 'Fraunces', Georgia, serif;
	letter-spacing: -0.02em;
}

body#page-top p,
body#page-top a,
body#page-top li,
body#page-top button,
body#page-top input {
	font-family: 'Manrope', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav.navbar-default {
	background: rgba(16, 25, 21, 0.34);
	border: 1px solid rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(12px);
	box-shadow: 0 10px 28px rgba(9, 15, 12, 0.28);
}

#mainNav.navbar-default .navbar-brand img {
	max-height: 52px;
	width: auto;
	filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.24));
}

#mainNav.navbar-default .nav > li > a,
#mainNav.navbar-default .nav > li > a:focus {
	letter-spacing: 0.08em;
	font-size: 12px;
	font-weight: 700;
}

#mainNav.navbar-default.affix {
	background: rgba(255, 255, 255, 0.96);
	border-color: rgba(17, 24, 20, 0.07);
	box-shadow: 0 14px 36px rgba(17, 29, 22, 0.16);
}

#mainNav.navbar-default.affix .nav > li > a,
#mainNav.navbar-default.affix .nav > li > a:focus {
	color: #1f2721;
}

header.home-hero {
	min-height: 620px;
	height: min(86vh, 780px);
	display: flex;
	align-items: center;
	overflow: hidden;
}

header.home-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(4, 7, 6, 0.72), rgba(7, 20, 13, 0.35)),
		radial-gradient(circle at 16% 20%, rgba(255, 228, 168, 0.32), transparent 34%);
}

header.home-hero::after {
	content: '';
	position: absolute;
	width: 460px;
	height: 460px;
	right: -120px;
	top: -80px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
	animation: hero-float 8s ease-in-out infinite;
}

header.home-hero .header-content {
	z-index: 2;
	padding-top: 140px;
	padding-bottom: 80px;
}

header.home-hero .header-content .header-content-inner {
	max-width: 900px;
	padding: 48px 44px 38px;
	background: linear-gradient(140deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 30px;
	box-shadow: var(--bb-shadow);
	backdrop-filter: blur(6px);
}

header.home-hero .header-content .header-content-inner h1 {
	font-size: clamp(2rem, 5vw, 4rem);
	font-weight: 700;
	line-height: 1.08;
	text-transform: none;
}

header.home-hero .header-content .header-content-inner p {
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(1rem, 1.6vw, 1.25rem);
	margin-top: 16px;
	margin-bottom: 26px;
}

.hero-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255, 255, 255, 0.18);
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	padding: 10px 16px;
	border-radius: 999px;
	margin-bottom: 16px;
}

.hero-kicker::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: #ffd67b;
}

.hero-meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 18px;
}

.hero-meta span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 10px 14px;
	background: rgba(13, 22, 17, 0.42);
	color: rgba(255, 255, 255, 0.96);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.hero-meta i {
	color: #9de1bc;
}

body#page-top .btn-primary {
	background: linear-gradient(120deg, var(--bb-accent), var(--bb-accent-deep));
	border: none;
	border-radius: 999px;
	box-shadow: 0 12px 24px rgba(10, 109, 60, 0.35);
}

body#page-top .btn-primary:hover,
body#page-top .btn-primary:focus {
	transform: translateY(-1px);
	background: linear-gradient(120deg, #13ad62, #0b7c45);
}

.home-sections {
	position: relative;
	z-index: 3;
	margin-top: -74px;
}

.home-menu-band {
	position: relative;
	z-index: 4;
	margin-top: -42px;
	padding: 0 0 30px;
}

.home-menu-band .container {
	position: relative;
}

.home-menu-band-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
	padding: 28px 32px;
	border-radius: 30px;
	background:
		radial-gradient(circle at top left, rgba(255, 241, 217, 0.95), transparent 34%),
		linear-gradient(135deg, rgba(255, 250, 244, 0.98), rgba(244, 232, 216, 0.98));
	border: 1px solid rgba(146, 101, 56, 0.14);
	box-shadow: 0 24px 48px rgba(65, 41, 17, 0.14);
	overflow: hidden;
}

.home-menu-band-inner::after {
	content: '';
	position: absolute;
	right: -42px;
	top: -42px;
	width: 180px;
	height: 180px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(183, 111, 42, 0.18), rgba(183, 111, 42, 0));
	pointer-events: none;
}

.home-menu-band-copy h2 {
	margin: 6px 0 10px;
	font-family: 'Fraunces', 'Merriweather', serif;
	font-size: clamp(1.6rem, 2.8vw, 2.25rem);
	line-height: 1.1;
	color: #352414;
}

.home-menu-band-kicker {
	margin: 0;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #a0612f;
}

.home-menu-band-desc {
	max-width: 620px;
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: #6a5139;
}

.home-menu-band-action {
	position: relative;
	z-index: 1;
	flex: 0 0 250px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 12px;
}

body#page-top .home-menu-band-btn {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 240px;
	min-height: 68px;
	padding: 16px 26px !important;
	border-radius: 999px;
	background: linear-gradient(180deg, #8c5329, #74411d);
	color: #ffffff !important;
	font-family: 'Manrope', 'Open Sans', Arial, sans-serif;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0.03em;
	line-height: 1 !important;
	text-shadow: none !important;
	text-transform: uppercase;
	box-shadow: 0 8px 18px rgba(74, 42, 18, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

body#page-top .home-menu-band-btn:hover,
body#page-top .home-menu-band-btn:focus {
	color: #ffffff !important;
	text-decoration: none;
	transform: translateY(-2px);
	background: linear-gradient(180deg, #996031, #7f4921);
	box-shadow: 0 12px 24px rgba(74, 42, 18, 0.18);
}

body#page-top .home-menu-band-btn span {
	display: inline-block;
	color: #ffffff;
	font-size: 22px !important;
	font-weight: 800;
	line-height: 1 !important;
	text-shadow: none !important;
}

.home-sections section {
	padding: 80px 0;
}

.story-section .section-heading,
.reviews-section .section-heading,
.contact-section .section-heading,
.menu-showcase .section-heading {
	font-size: clamp(1.8rem, 3.2vw, 2.7rem);
}

.home-feature-card {
	background: var(--bb-surface);
	border: 1px solid rgba(31, 43, 34, 0.1);
	border-radius: var(--bb-radius);
	padding: 30px 24px;
	box-shadow: 0 16px 36px rgba(33, 48, 38, 0.12);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.home-feature-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 24px 46px rgba(28, 48, 36, 0.2);
	border-color: rgba(15, 157, 88, 0.35);
}

.home-feature-card i.fa {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	font-size: 34px;
	border-radius: 20px;
	color: #ffffff;
	background: linear-gradient(145deg, #15ae65, #0b6f3f);
	box-shadow: 0 10px 20px rgba(6, 77, 41, 0.22);
}

.home-feature-card h3 {
	margin-top: 18px;
	margin-bottom: 8px;
}

.menu-showcase {
	position: relative;
	background:
		radial-gradient(circle at 0 0, rgba(255, 239, 204, 0.22), transparent 35%),
		linear-gradient(120deg, #121f19, #183127 58%, #244131);
	color: #ffffff;
	overflow: hidden;
}

.menu-showcase::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
	background-size: 28px 28px;
	opacity: 0.12;
}

.menu-showcase .call-to-action {
	position: relative;
	max-width: 760px;
	margin: 0 auto;
	padding: 38px 34px;
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.24);
	backdrop-filter: blur(2px);
}

.menu-showcase.menu-showcase-light {
	background:
		radial-gradient(circle at 0 0, rgba(255, 245, 227, 0.85), transparent 42%),
		linear-gradient(120deg, #f4ecde, #efe3d2 58%, #e7d8c1);
	color: #2f251a;
}

.menu-showcase.menu-showcase-light::before {
	background-image: linear-gradient(45deg, rgba(70, 48, 25, 0.05) 25%, transparent 25%, transparent 50%, rgba(70, 48, 25, 0.05) 50%, rgba(70, 48, 25, 0.05) 75%, transparent 75%, transparent);
	opacity: 0.22;
}

.menu-showcase.menu-showcase-light .call-to-action {
	background: rgba(255, 255, 255, 0.6);
	border-color: rgba(116, 86, 52, 0.25);
}

.menu-showcase.menu-showcase-light .menu-highlight-kicker {
	color: #8a6238;
}

.menu-showcase.menu-showcase-light .text-faded {
	color: #5e4730;
}

.menu-showcase.menu-showcase-light hr.light {
	border-color: rgba(126, 93, 56, 0.35);
}

.story-section.coffee-dessert-dark {
	position: relative;
	background:
		radial-gradient(circle at 100% 0, rgba(255, 219, 167, 0.12), transparent 38%),
		linear-gradient(125deg, #131d17, #1a2b21 60%, #25372b);
	color: #f7f2ea;
}

.story-section.coffee-dessert-dark .section-heading,
.story-section.coffee-dessert-dark .c_black,
.story-section.coffee-dessert-dark .text-faded {
	color: #f7f2ea !important;
}

.story-section.coffee-dessert-dark hr.primary {
	border-color: rgba(247, 242, 234, 0.45);
}

.story-section.coffee-dessert-dark .home-feature-card {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.18);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

.story-section.coffee-dessert-dark .home-feature-card:hover {
	border-color: rgba(255, 222, 173, 0.58);
	box-shadow: 0 20px 36px rgba(0, 0, 0, 0.35);
}

.story-section.coffee-dessert-dark .home-feature-card h3,
.story-section.coffee-dessert-dark .home-feature-card .text-muted {
	color: #f7f2ea;
}

.story-section.coffee-dessert-dark > .container:first-child {
	display: flex;
	justify-content: center;
}

.story-section.coffee-dessert-dark > .container:first-child .row {
	width: 100%;
	justify-content: center;
}

.story-section.coffee-dessert-dark > .container:first-child .col-lg-12 {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.story-section.coffee-dessert-dark > .container:first-child .text-faded {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: center !important;
}

.story-section.coffee-dessert-dark > .container:first-child .section-heading {
	text-align: center !important;
}

.story-section.coffee-dessert-dark > .container:first-child hr.primary {
	margin-left: auto;
	margin-right: auto;
}

.story-section.coffee-dessert-dark .home-feature-card {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

@media (min-width: 768px) {
	.story-section.coffee-dessert-dark .row {
		display: flex;
		flex-wrap: wrap;
	}

	.story-section.coffee-dessert-dark .row > [class*="col-"] {
		display: flex;
	}

	.story-section.coffee-dessert-dark .home-feature-card {
		height: 100%;
	}
}

.menu-showcase .menu-highlight {
	max-width: 980px;
	display: flex;
	align-items: center;
	gap: 34px;
}

.menu-highlight-copy {
	flex: 1;
	text-align: left;
}

.menu-highlight-kicker {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.78);
}

.menu-highlight-desc {
	max-width: 520px;
	margin-bottom: 22px;
}

.menu-highlight-visual {
	flex: 0 0 40%;
	margin: 0;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 22px 40px rgba(0, 0, 0, 0.32);
}

.menu-highlight-visual img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.reviews-section {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(244, 250, 246, 0.94));
}

.reviews-section .container {
	background: var(--bb-surface-strong);
	border: 1px solid rgba(26, 41, 31, 0.08);
	border-radius: 28px;
	padding: 34px 28px 28px;
	box-shadow: 0 18px 40px rgba(30, 45, 35, 0.1);
}

.review-cta-wrap {
	text-align: center;
	margin-top: 30px;
}

.review-cta-link {
	display: inline-block;
	padding: 12px 24px;
	border-radius: 999px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
	background: linear-gradient(120deg, var(--bb-accent), var(--bb-accent-deep));
	box-shadow: 0 12px 26px rgba(9, 97, 54, 0.34);
}

.review-cta-link:hover,
.review-cta-link:focus {
	color: #ffffff;
	text-decoration: none;
}

.contact-section .root_contact {
	background: var(--bb-surface);
	border: 1px solid rgba(22, 37, 27, 0.1);
	border-radius: 28px;
	padding: 30px 24px;
	box-shadow: 0 18px 36px rgba(23, 40, 30, 0.1);
}

.contact-item i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 82px;
	border-radius: 22px;
	background: linear-gradient(145deg, #1ab168, #0d7241);
	color: #ffffff;
	box-shadow: 0 14px 26px rgba(10, 94, 52, 0.25);
}

.contact-item p {
	margin-top: 14px;
	font-weight: 600;
	color: #263229;
}

.home-content-shell {
	margin-top: 58px;
	margin-bottom: 90px;
	padding: 38px 28px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 28px;
	border: 1px solid rgba(20, 30, 24, 0.08);
	box-shadow: 0 20px 42px rgba(22, 34, 26, 0.12);
}

.root_footer {
	background: linear-gradient(120deg, #11683d, #0c482b);
}

.section-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.65s ease, transform 0.65s ease;
}

.section-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

body.home-ready header.home-hero .header-content .header-content-inner {
	animation: hero-rise 0.75s ease both;
}

@keyframes hero-rise {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes hero-float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(18px);
	}
}

@media (max-width: 992px) {
	#mainNav.navbar-default {
		background: rgba(255, 255, 255, 0.95);
		border-color: rgba(21, 30, 24, 0.08);
		backdrop-filter: none;
		box-shadow: 0 12px 28px rgba(20, 28, 24, 0.12);
	}

	header.home-hero {
		min-height: 540px;
		height: 74vh;
	}

	header.home-hero .header-content .header-content-inner {
		padding: 34px 24px 28px;
	}

	.home-sections {
		margin-top: -36px;
	}

	.home-menu-band {
		margin-top: -18px;
		padding-bottom: 18px;
	}

	.home-menu-band-inner {
		flex-direction: column;
		text-align: center;
		padding: 22px 22px;
		gap: 20px;
	}

	.home-menu-band-action {
		align-items: center;
		flex-basis: auto;
		width: 100%;
	}

	.menu-showcase .menu-highlight {
		flex-direction: column-reverse;
		gap: 20px;
		text-align: center;
	}

	.menu-highlight-copy {
		text-align: center;
	}

	.menu-highlight-desc {
		margin-left: auto;
		margin-right: auto;
	}

	.menu-highlight-visual {
		width: 100%;
		max-width: 420px;
	}
}

@media (max-width: 768px) {
	.hero-meta {
		gap: 8px;
	}

	.hero-meta span {
		font-size: 11px;
		padding: 8px 12px;
	}

	.home-feature-card {
		padding: 24px 18px;
	}

	.reviews-section .container,
	.contact-section .root_contact,
	.home-content-shell {
		padding: 24px 18px;
		border-radius: 22px;
	}

	.home-menu-band {
		margin-top: -12px;
		padding-bottom: 14px;
	}

	.home-menu-band-inner {
		padding: 18px 16px;
		border-radius: 22px;
	}

	.home-menu-band-copy h2 {
		font-size: 1.25rem;
	}

	.home-menu-band-desc {
		font-size: 14px;
	}

	body#page-top .home-menu-band-btn {
		width: 100%;
		min-width: 0;
		min-height: 64px;
		padding: 14px 16px !important;
		font-size: 20px;
		letter-spacing: 0.02em;
		border-radius: 999px;
	}

	body#page-top .home-menu-band-btn span {
		font-size: 20px !important;
	}
}
/* //2026 home refresh */

/* Global nav: always use white blur background on all pages */
#mainNav.navbar-default,
#mainNav.navbar-default.affix {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.55)) !important;
	border-color: rgba(44, 34, 22, 0.12) !important;
	box-shadow: 0 10px 26px rgba(29, 22, 14, 0.14) !important;
	backdrop-filter: blur(12px) saturate(1.08) !important;
	-webkit-backdrop-filter: blur(12px) saturate(1.08) !important;
}

#mainNav.navbar-default .navbar-brand,
#mainNav.navbar-default .nav > li > a,
#mainNav.navbar-default .nav > li > a:focus,
#mainNav.navbar-default.affix .navbar-brand,
#mainNav.navbar-default.affix .nav > li > a,
#mainNav.navbar-default.affix .nav > li > a:focus {
	color: #2e251b !important;
}

/* Global nav: center logo and hide menu */
#mainNav .container-fluid {
	display: flex;
	align-items: center;
	justify-content: center;
}

#mainNav .navbar-header {
	float: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

#mainNav .navbar-brand {
	float: none !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	margin: 0 auto !important;
}

#mainNav .navbar-toggle,
#mainNav .navbar-collapse,
#mainNav #bs-example-navbar-collapse-1,
#mainNav .navbar-nav {
	display: none !important;
}
