/*!
Theme Name: noa
Theme URI: http://underscores.me/
Author: Udar
Author URI: http://www.blackpen.ro
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: noa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

noa is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	/*color: #800080;*/
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*--------------------------------------------------------------
# Custom - noa theme (site-wide)
--------------------------------------------------------------*/

/* Root variables
--------------------------------------------- */
:root {
	--color-navy: #25326a;
	--color-navy-dark: #1b2350;
	--color-bg-light: #f8f8f8;
	--color-bg-grey: #e7e7e7;
	--color-border: #c7cbe0;
	--color-text: #231f20;
	--font-heading: "Poppins", sans-serif;
	--font-script: "Alex Brush", cursive;
	--container-width: 1300px;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-family: var(--font-heading);
	color: var(--color-text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-heading);
	font-weight: 700;
	color: var(--color-navy);
}

.site-main .script-heading {
	font-family: var(--font-script);
	font-weight: 400;
	color: var(--color-navy);
	font-size: 2rem;
	line-height: 1;
	margin: 0 0 0.35rem;
}

.site-main h2 {
	font-size: 1.5rem;
	margin: 0 0 1rem;
}

@media (min-width: 61.25em) {
	.site-main .script-heading {
		font-size: 2.5rem;
	}

	.site-main h2 {
		font-size: 1.9rem;
	}
}

/* Layout helpers
--------------------------------------------- */
.container {
	width: 100%;
	max-width: var(--container-width);
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

/* Buttons
--------------------------------------------- */
.btn {
	display: inline-block;
	padding: 0.85em 1.75em;
	font-family: var(--font-heading);
	font-weight: 600;
	font-size: 0.85rem;
	text-decoration: none;
	border-radius: 0;
	border: 1px solid var(--color-navy);
	cursor: pointer;
	text-align: center;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.btn--outline {
	background: #fff;
	color: var(--color-navy);
}

.btn--outline:hover,
.btn--outline:focus {
	background: var(--color-navy);
	color: #fff;
}
.btn--rounded {
	border-radius: 10px;
  padding: 0.5rem 2rem;
}
.btn--primary {
	background: var(--color-navy);
	color: #fff;
}

.btn--primary:hover,
.btn--primary:focus {
	background: var(--color-navy-dark);
	color: #fff;
}

/* Hero + reservation widget (shared across pages: Home, Despre noi, ...)
--------------------------------------------- */
.hero {
	position: relative;
	background: var(--color-bg-light);
}

.hero__media img {
	display: block;
	width: 100%;
	height: 340px;
	object-fit: cover;
}

@media (min-width: 48em) {
	.hero__media img {
		height: 460px;
	}
}

@media (min-width: 61.25em) {
	.hero__media img {
		height: 620px;
	}
}

.hero__widget {
	position: relative;
	margin-top: -140px;
	z-index: 2;
	padding: 28px;

}
.page-id-13 .hero__widget {
    display: none;
}
.reservation-widget {
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	padding: 1.25rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
}

.reservation-widget__field {
	position: relative;
	width: 48%;
}

.reservation-widget__field select,
.reservation-widget__field input {
	width: 100%;
	border: 1px solid var(--color-navy);
	border-radius: 0;
	padding: 0.5rem;
	font-size: 0.85rem;
	color: var(--color-navy);
	background: #fff;
	appearance: none;
	font-family: var(--font-heading);
}

.reservation-widget__field select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%2325326A' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 10px 7px;
	padding-right: 2.25rem;
}

.reservation-widget__submit {
	width: 100%;
}

/* CF7 renders the submit as <input type="submit">, which the base _s reset
   (input[type="submit"] { border-radius:3px; background:#e6e6e6; ... })
   matches at higher specificity than a single class. Re-assert our look
   with a selector specific enough to win. */
input.wpcf7-submit.reservation-widget__submit {
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	width: 100%;
	height: 44px;
	padding: 0.85em 1em;
	font-family: var(--font-heading);
	font-weight: 600;
	font-size: 0.85rem;
	line-height: normal;
	border-radius: 0;
	border: 1px solid var(--color-navy);
	background: var(--color-navy);
	color: #fff;
	cursor: pointer;
	text-align: center;
}

input.wpcf7-submit.reservation-widget__submit:hover,
input.wpcf7-submit.reservation-widget__submit:focus {
	background: var(--color-navy-dark);
	color: #fff;
}
@media (min-width: 48em) {
	.page-id-13 .hero__widget {
        display: block;
    }
}

@media (min-width: 61.25em) {
	.hero__widget {
		margin-top: -42px;
		background: #ffffff;
	}


	.reservation-widget {
		flex-direction: row;
		align-items: stretch;
		padding: 0;
		gap: 0.9rem;
	}

	.reservation-widget__field {
		flex: 1;
		border: 1px solid var(--color-border);
		display: flex;
		width: auto;
	}

	.reservation-widget__field select,
	.reservation-widget__field input {
		border: 0;
		height: 100%;
	}

	.reservation-widget__submit {
		width: auto;
		white-space: nowrap;
		padding-left: 2rem;
		padding-right: 2rem;
	}

	input.wpcf7-submit.reservation-widget__submit {
		/*width: auto;*/
		height: 46px;
		white-space: nowrap;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
.pagini-legale {
margin-top: 3rem;
}
.pagini-legale h1 {
    font-size: 1.4rem;
}
/* Story teaser ("Ai auzit povestea noastră?") - shared across pages
--------------------------------------------- */
.story {
	max-width: 46em;
	padding: 2rem 0;
	text-align: center;
}

.story__text {
	line-height: 1.7;
	margin: 0 auto 1.5rem;
}
.page-id-13 .story a {
	display: none;
}
@media (min-width: 61.25em) {
	.story {
	padding: 5rem 0;
	margin: auto;
	}
}

/* Header
--------------------------------------------- */
.site-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem 1rem;
	padding: 1rem 1.25rem;
	background: #fff;
	position: relative;
}

.site-header__contact {
	display: none;
	font-size: 0.8rem;
	line-height: 1.5;
}

.site-header__reserve-link {
	display: block;
	font-weight: 700;
	color: var(--color-navy);
	text-decoration: underline;
}

.site-header__phone {
	color: var(--color-navy);
}

.site-header__phone a {
	color: inherit;
	text-decoration: none;
}

.site-branding {
	margin: 0 auto;
  text-align: center;
  flex-shrink: 0;
  padding: 16px;
  background: #ffffff;
  border-radius: 50%;
  margin-bottom: -69px;
  z-index: 9;
}

.site-branding .custom-logo {
	max-height: 64px;
	width: auto;
}

.site-title {
	margin: 0;
	font-size: 1rem;
}

.site-title a {
	color: var(--color-navy);
	text-decoration: none;
	font-weight: 700;
}

.site-header__nav-area {
	display: flex;
	align-items: center;
	gap: 1rem;
	position: absolute;
  right: 16px;
}

.site-header__social {
	display: none;
	align-items: center;
}

.site-header__social-label {
	font-size: 0.75rem;
	font-weight: 700;
	text-decoration: underline;
	color: var(--color-navy);
	margin-right: 0.5rem;
	white-space: nowrap;
}

.social-icon {
	width: 20px;
	height: 20px;
	margin-left: 0.4rem;
	display: inline-flex;
}

.menu-toggle {
	background: none;
	border: 0;
	padding: 0.5rem;
	display: flex;
	flex-direction: column;
	gap: 4px;
	cursor: pointer;
	margin-left: auto;
}

.menu-toggle__bar {
	width: 24px;
	height: 2px;
	background: var(--color-navy);
	display: block;
	transition: transform 0.25s ease, opacity 0.2s ease;
}

/* Hamburger -> X */
#site-navigation.toggled .menu-toggle__bar:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

#site-navigation.toggled .menu-toggle__bar:nth-child(2) {
	opacity: 0;
}

#site-navigation.toggled .menu-toggle__bar:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

/* Mobile menu: full width, full height, links centered */
#site-navigation .nav-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}

#site-navigation.toggled {
	position: fixed;
	inset: 0;
	width: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.75rem;
	background: var(--color-navy);
	z-index: 999;
	overflow-y: auto;
	padding: 5rem 1.5rem 3rem;
}

#site-navigation.toggled .menu-toggle {
	position: absolute;
	top: 2rem;
	right: 1.25rem;
	margin-left: 0;
}

#site-navigation.toggled .menu-toggle__bar {
	background: #fff;
}

#site-navigation.toggled .nav-menu {
	display: flex;
}

#site-navigation .nav-menu a {
	color: var(--color-navy);
	text-decoration: none;
	font-weight: 600;
	font-size: 1.15rem;
	padding: 0.35rem 0;
	display: block;
}

#site-navigation.toggled .nav-menu a {
	color: #fff;
}

#site-navigation .nav-menu .current-menu-item > a {
	text-decoration: underline;
}

/* Telefon / email / adresă - vizibile doar în meniul mobil deschis */
.mobile-menu-contact {
	display: none;
}

#site-navigation.toggled .mobile-menu-contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	text-align: center;
}

.mobile-menu-contact__item,
.mobile-menu-contact__item a {
	color: var(--color-navy);
	text-decoration: none;
	font-size: 0.9rem;
}

#site-navigation.toggled .mobile-menu-contact,
#site-navigation.toggled .mobile-menu-contact__item,
#site-navigation.toggled .mobile-menu-contact__item a,
#site-navigation.toggled .mobile-menu-contact .footer-credit,
#site-navigation.toggled .mobile-menu-contact .footer-credit a {
	color: #fff;
}

.logo,
.logo-footer,
.social-icon {
  background-image: url('../noa/assets/img/icons-noa.png');
  background-image: url('../noa/assets/img/icons-noa.svg');
  background-repeat: no-repeat;
  background-size: 220px;
}

.logo {
	width: 160px;
	height: 85px;
  margin: .4rem 0;
  background-position: 0px 0px;

}

.logo a {
  position: relative;
  display: block;
  width: 160px;
  height: 85px;
}

.logo-footer {
	width: 160px;
	height: 85px;
	background-position: -1px -108px;
  margin: auto;
  margin-bottom: 2rem;
}
.social-icon {
	background-size:300px;
}
.social-icon.facebook {
	background-position: -1px -300px;
}
.social-icon.instagram {
	background-position: -50px -300px;
}

.footer-social .social-icon.facebook {
	background-position: -1px -350px;
}
.footer-social .social-icon.instagram {
	background-position: -50px -350px;
}
.contact-intro .social-icon.facebook,
.contact-intro .social-icon.instagram {
	background-size: 500px;
	width: 40px;
	height: 40px;
}
.contact-intro .social-icon.facebook {
	background-position: -1px -498px;

}
.contact-intro .social-icon.instagram {
	background-position: -80px -498px;

}



@media (min-width: 61.25em) {
	.site-header {
		flex-wrap: nowrap;
		padding: 1.5rem 3rem;
	}

	.site-header__contact {
		display: block;
		flex: 1;
	}

	.site-branding {
		flex-shrink: 0;
		padding: 24px;
    background: #ffffff;
    border-radius: 50%;
    margin-bottom: -90px;
    z-index: 9;
	}

	.site-header__nav-area {
		position: relative;
		flex-direction: column;
		align-items: flex-end;
		gap: 0.5rem;
		flex: 1;
		right: auto;
	}

	.site-header__social {
		display: flex;
	}

	.menu-toggle {
		display: none;
	}

	#site-navigation.toggled {
		position: static;
		inset: auto;
		width: auto;
		min-height: 0;
		flex-direction: row;
		justify-content: flex-end;
		gap: 0.5rem;
		background: none;
		z-index: auto;
		overflow-y: visible;
		padding: 0;
	}

	#site-navigation .nav-menu {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		gap: 1.5rem;
		position: static;
		border: 0;
		box-shadow: none;
		padding: 0;
		background: none;
	}

	#site-navigation .nav-menu a {
		font-size: 0.85rem;
	}

	.mobile-menu-contact,
	#site-navigation.toggled .mobile-menu-contact {
		display: none;
	}
	.logo,
	.logo-footer,
	.social-icon {
	  background-size: 300px;
	}

	.logo,
	.logo-footer {
		width: 220px;
		height: 110px;
	  margin: .4rem 0;
	  background-position: 0px 0px;

	}

	.logo a {
	  width: 220px;
	  height: 110px;
	}

	.logo-footer {
		background-position: -1px -149px;
	}

}

/* Footer
--------------------------------------------- */
.footer-contact-bar {
	background: #e4e4ea;
	text-align: center;
	padding: 1.5rem 1.25rem;
}

.footer-contact-bar__inner {
	max-width: var(--container-width);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	font-size: 0.85rem;
	color: var(--color-navy);
}

.footer-contact-bar a {
	color: var(--color-navy);
	text-decoration: none;
}

@media (min-width: 48em) {
	.footer-contact-bar__inner {
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		gap: 1.5rem 2.5rem;
	}
}


.footer-main {
	background: var(--color-navy);
	color: #fff;
	padding: 3rem 1.25rem 2rem;
	text-align: center;
}

.footer-main__inner {
	max-width: var(--container-width);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.footer-logo {
	display: inline-block;
}

.footer-logo .custom-logo {
	max-height: 90px;
	width: auto;
	/* Logo artwork is single-colour navy; invert it to render white on the navy footer. */
	filter: brightness(0) invert(1);
}

.footer-social {
	display: flex;
	gap: 0.75rem;
}

.footer-social .social-icon {
	color: #fff;
}

.footer-nav__menu,
.footer-legal__menu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem 0.8rem;
	margin: 0;
	padding: 0;
}

.footer-nav__menu a,
.footer-legal__menu a {
	color: #fff;
	text-decoration: none;
	font-size: 0.85rem;
	font-weight: 600;
}

.footer-nav__menu .current-menu-item > a {
	text-decoration: underline;
}

.footer-legal__menu a {
	font-weight: 400;
	font-size: 0.75rem;
	opacity: 0.9;
}

.footer-copyright,
.footer-credit {
	font-size: 0.75rem;
	margin: 0;
	opacity: 0.85;
}

.footer-credit {
	margin-top: 0.5rem;
}
.creativity {
	color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}
@media (min-width: 62rem) {
	.footer-nav__menu,
	.footer-legal__menu {
		gap: 0.5rem 1.25rem;
	}

}
/* Reserve + Reviews (site-wide, shown above the footer on every page except Contact)
--------------------------------------------- */
.reserve-reviews {
	background: var(--color-bg-light);
	padding: 2.5rem 0;
}

.reserve-reviews__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

.reserve-card,
.reviews-card {
	background: #fff;
	border: 1px solid var(--color-border);
	padding: 1.75rem;
	min-width: 0;
}

.reserve-card h2,
.reviews-card h2 {
	margin-bottom: 1.5rem;
}

.reserve-form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.9rem;
}

.reserve-form__field input,
.reserve-form__field select {
	width: 100%;
	border: 1px solid var(--color-navy);
	border-radius: 0;
	padding: 0.85rem 1rem;
	font-size: 0.85rem;
	color: var(--color-navy);
	font-family: var(--font-heading);
	background: #fff;
	appearance: none;
}

.reserve-form__field select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%2325326A' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 10px 7px;
	padding-right: 2.25rem;
}

.reserve-form__submit {
	background: transparent;
	color: var(--color-navy);
}

.reserve-form__submit:hover,
.reserve-form__submit:focus {
	background: var(--color-navy);
	color: #fff;
}

/* CF7 renders the submit as <input type="submit">, which the base _s reset
   (input[type="submit"] { border-radius:3px; background:#e6e6e6; ... })
   matches at higher specificity than a single class. Re-assert our look
   with a selector specific enough to win. */
input.wpcf7-submit.reserve-form__submit {
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	width: 100%;
	padding: 0.85em 1.75em;
	font-family: var(--font-heading);
	font-weight: 600;
	font-size: 0.85rem;
	line-height: normal;
	border-radius: 0;
	border: 1px solid var(--color-navy);
	background: transparent;
	color: var(--color-navy);
	cursor: pointer;
	text-align: center;
}

input.wpcf7-submit.reserve-form__submit:hover,
input.wpcf7-submit.reserve-form__submit:focus {
	background: var(--color-navy);
	color: #fff;
}

.reviews-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.review {
	border-top: 1px solid var(--color-border);
	padding-top: 1.25rem;
}

.review:first-child {
	border-top: 0;
	padding-top: 0;
}

.review__text {
	margin: 0 0 0.75rem;
	line-height: 1.6;
	font-size: 0.9rem;
}

.review__author {
	margin: 0;
	font-weight: 700;
	color: var(--color-navy);
	font-size: 0.85rem;
}

.review__meta {
	margin: 0 0 0.35rem;
	font-size: 0.8rem;
	color: var(--color-navy);
}

.review__stars {
	color: var(--color-navy);
	letter-spacing: 0.15em;
}
.reviews-carousel {
	overflow: hidden;
}

.reviews-track {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.reviews-track::-webkit-scrollbar {
	display: none;
}

.reviews-page {
	flex: 0 0 100%;
	min-width: 0;
	scroll-snap-align: start;
}

.reviews-dots {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 1.75rem;
}

.reviews-dots button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid var(--color-navy);
	background: #fff;
	padding: 0;
	cursor: pointer;
}

.reviews-dots button.is-active {
	background: var(--color-navy);
}
@media (min-width: 30em) {
	.reserve-form {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 61.25em) {
	.reserve-reviews {
		padding: 4rem 0;
	}

	.reserve-reviews__grid {
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
	}

	.reserve-card,
	.reviews-card {
		padding: 2.5rem;
	}
}

/* Dots (generic decorative pagination indicator, reused across sections)
--------------------------------------------- */
.dots {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 1.75rem;
}

.dots span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid var(--color-navy);
	background: #fff;
}

.dots span.is-active {
	background: var(--color-navy);
}

/* Rope divider (decorative, reused wherever the design shows the rope texture)
--------------------------------------------- */
.rope-divider {
		height: 14px;
		background-image: url('../noa/assets/img/funie.png');
		background-repeat: no-repeat;
	  z-index: 99;
	  position: relative;
	  margin-bottom: -4px;
	  margin-top: -4px;
	}


/* Image placeholder (shown until the client picks a real image via Media Library)
--------------------------------------------- */
.img-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-bg-grey);
	border: 1px dashed var(--color-navy);
	color: var(--color-navy);
	font-size: 0.8rem;
	text-align: center;
	line-height: 1.5;
	min-height: 160px;
	padding: 1rem;
}

/*--------------------------------------------------------------
# Front page (Home)
--------------------------------------------------------------*/

/* Features (Descoperă meniul / Evenimente memorabile)
--------------------------------------------- */
.features {
	background: var(--color-bg-light);
	padding: 3.5rem 0 3rem;
	text-align: center;
}

.features__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
	align-items: center;
}

.feature__text {
	max-width: 32em;
	margin: 0 auto 1.5rem;
	line-height: 1.7;
}

.features__icon {
	width: 110px;
	margin: 0 auto;
}


@media (min-width: 61.25em) {
	.features {
		padding: 5.5rem 0 4.5rem;
	}

	.features__grid {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 2rem;
	}

	.features__icon {
		width: 290px;
	}
	.features__icon img {
    	width: 100%;
    	height: auto;
    	display: block;
    }
}

/* Full width image
--------------------------------------------- */
.full-width-image img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

@media (min-width: 48em) {
	.full-width-image img {
		height: 320px;
	}
}

@media (min-width: 61.25em) {
	.full-width-image img {
		height: 420px;
	}
}

/* Menu preview
--------------------------------------------- */
.menu-preview {
	background: var(--color-bg-grey);
	padding: 3.5rem 0;
	text-align: center;
}

.section-heading {
	max-width: 40em;
	margin: 0 auto 2.5rem;
}

.section-heading__text {
	line-height: 1.7;
	margin: 0;
}

/* Dish carousel - 1 visible + bullets on mobile, 4 visible + arrows on desktop */
.dish-carousel {
	position: relative;
	margin-bottom: 1.25rem;
}

.dish-carousel__track {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	gap: 1.25rem;
	scrollbar-width: none;
}

.dish-carousel__track::-webkit-scrollbar {
	display: none;
}

.dish-carousel .dish-card {
	flex: 0 0 100%;
	scroll-snap-align: start;
	text-align: center;
}

.dish-card__image-wrap {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	margin-bottom: 1rem;
}

.dish-card__image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.dish-card__title {
	color: var(--color-navy);
	font-weight: 600;
	font-size: 0.95rem;
	line-height: 1.5;
	margin: 0;
}

.dish-carousel__arrow {
	display: none;
}

.dish-carousel__dots {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
}

.dish-carousel__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid var(--color-navy);
	background: #fff;
	padding: 0;
	cursor: pointer;
}

.dish-carousel__dot.is-active {
	background: var(--color-navy);
}

.menu-preview__cta {
	margin-top: 1rem;
}

@media (min-width: 61.25em) {
	.menu-preview {
		padding: 5.5rem 0;
	}

	.dish-carousel {
		display: flex;
		align-items: center;
		gap: 1rem;
		margin-bottom: 2.5rem;
	}

	.dish-carousel__track {
		gap: 1.75rem;
	}

	.dish-carousel .dish-card {
		flex: 0 0 calc(25% - 1.3125rem);
	}

	.dish-carousel__arrow {
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 auto;
		width: 44px;
		height: 44px;
		border-radius: 50%;
		border: 1px solid var(--color-navy);
		background: #fff;
		color: var(--color-navy);
		cursor: pointer;
		padding: 0;
	}

	.dish-carousel__arrow:hover,
	.dish-carousel__arrow:focus-visible {
		background: var(--color-navy);
		color: #fff;
	}

	.dish-carousel__arrow:disabled {
		opacity: 0.3;
		cursor: default;
		background: #fff;
		color: var(--color-navy);
	}

	.dish-carousel__dots {
		display: none;
	}
}

/* Events
--------------------------------------------- */
.events {
	background: var(--color-bg-light);
	padding: 3.5rem 0;
	text-align: center;
}

.events__text {
	max-width: 46em;
	margin: 0 auto 2rem;
	line-height: 1.7;
}

.events__tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
}

.events__tab {
	flex: 1 1 calc(50% - 0.75rem);
	min-width: 130px;
	border: 1px solid var(--color-navy);
	color: var(--color-navy);
	font-family: var(--font-script);
	font-size: 1.8rem;
	padding: 0.75rem 1rem;
	text-align: center;
	text-decoration: none;
	background: #fff;
}

.events__tab:hover {
	background: var(--color-navy);
	color: #fff;
}

@media (min-width: 48em) {
	.events__tab {
		flex: 1 1 auto;
	}
}

@media (min-width: 61.25em) {
	.events {
		padding: 5.5rem 0;
	}

	.events__tab {
		font-size: 2.2rem;
		padding: 1rem 1.5rem;
	}
}

/* Gallery - full width, 4 images on top row + 3 on bottom row (the middle
   one of the bottom row rendered double-width). Click opens the lightbox.
--------------------------------------------- */
.gallery {
	background: var(--color-bg-light);
	padding: 3.5rem 0;
	text-align: center;
}

.gallery__title {
	margin-bottom: 1.75rem;
}

.gallery__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.35rem;
	width: 100%;
}

.gallery__item {
	margin: 0;
	/* aspect-ratio: 1 / 1; */
	overflow: hidden;
}

.gallery__item--wide {
	grid-column: span 2;
	/* aspect-ratio: 2 / 1; */
}

.gallery__trigger {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
}

.gallery__item img,
.gallery__trigger img,
.gallery__item .img-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media (max-width: 47.99em) {
	/* 2-column mobile grid: move the wide image (#6) before image #5, so the
	   two single-column images (5 and 7) end up paired on the same row
	   instead of each sitting alone next to an empty cell. */
	.gallery__grid > .gallery__item:nth-child(1) {
		order: 1;
	}

	.gallery__grid > .gallery__item:nth-child(2) {
		order: 2;
	}

	.gallery__grid > .gallery__item:nth-child(3) {
		order: 3;
	}

	.gallery__grid > .gallery__item:nth-child(4) {
		order: 4;
	}

	.gallery__grid > .gallery__item--wide:nth-child(6) {
		order: 5;
	}

	.gallery__grid > .gallery__item:nth-child(5) {
		order: 6;
	}

	.gallery__grid > .gallery__item:nth-child(7) {
		order: 7;
	}
}

@media (min-width: 48em) {
	.gallery__grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 0.5rem;
	}
}

@media (min-width: 61.25em) {
	.gallery {
		padding: 5.5rem 0;
	}
}

/* Lightbox (click a gallery photo to open it, full-size, with prev/next)
--------------------------------------------- */
.lightbox {
	position: fixed;
	inset: 0;
	background: rgba(20, 22, 30, 0.92);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease;
}

.lightbox.is-open {
	opacity: 1;
	visibility: visible;
}

.lightbox__stage {
	max-width: 90vw;
	max-height: 85vh;
	text-align: center;
}

.lightbox__img {
	max-width: 90vw;
	max-height: 78vh;
	display: block;
	margin: 0 auto;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.lightbox__counter {
	color: #fff;
	margin: 0.75rem 0 0;
	font-size: 0.85rem;
}

.lightbox__close {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	background: none;
	border: 0;
	color: #fff;
	cursor: pointer;
	padding: 0.5rem;
	line-height: 0;
}

.lightbox__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.15);
	border: 0;
	color: #fff;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
}

.lightbox__arrow:hover,
.lightbox__arrow:focus-visible {
	background: rgba(255, 255, 255, 0.3);
}

.lightbox__arrow--prev {
	left: 1rem;
}

.lightbox__arrow--next {
	right: 1rem;
}

@media (min-width: 48em) {
	.lightbox__arrow {
		width: 52px;
		height: 52px;
	}

	.lightbox__arrow--prev {
		left: 2rem;
	}

	.lightbox__arrow--next {
		right: 2rem;
	}
}

html.lightbox-open,
html.lightbox-open body {
	overflow: hidden;
}

/*--------------------------------------------------------------
# Despre noi page
--------------------------------------------------------------*/

/* Intro (Story teaser + 2 imagini + text pe 2 coloane)
--------------------------------------------- */
.dn-intro {
	background: var(--color-bg-light);
	padding-bottom: 3.5rem;
}

.dn-intro__images {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	margin-bottom: 2.5rem;
}

.dn-intro__image,
.dn-intro__images .img-placeholder {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
}

.dn-intro__columns {
	display: grid;
	grid-template-columns: 1fr;
	
}

.dn-intro__column p {
	line-height: 1.7;
	margin-top: 0;
}

@media (min-width: 61.25em) {
	.dn-intro {
		padding-bottom: 5.5rem;
	}

	.dn-intro__images {
		grid-template-columns: repeat(2, 1fr);
		gap: 5rem;
	}

	.dn-intro__columns {
		grid-template-columns: repeat(2, 1fr);
		gap: 0.5rem 3rem;
	}
}

/* Photo strip - swipeable carousel on mobile, edge-to-edge row on desktop
--------------------------------------------- */
.dn-strip__grid {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	gap: 0.35rem;
	scrollbar-width: none;
}

.dn-strip__grid::-webkit-scrollbar {
	display: none;
}

.dn-strip__item {
	flex: 0 0 47%;
	scroll-snap-align: start;
}

.dn-strip__img,
.dn-strip__item .img-placeholder {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
}

.dn-strip .dots {
	margin: 1rem 0;
	display: none;
}

@media (min-width: 61.25em) {
	.dn-strip__grid {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		gap: 0;
		overflow-x: visible;
		scroll-snap-type: none;
	}

	.dn-strip__item {
		flex: initial;
	}

	.dn-strip__img,
	.dn-strip__item .img-placeholder {
		aspect-ratio: 3 / 2;
	}

	.dn-strip .dots {
		display: none;
	}
}

/* Bucătarul nostru
--------------------------------------------- */
.dn-chef {
	background-image: url('../noa/assets/img/despre-noi-bucatarul-nostru-bg.png');
	padding: 3.5rem 0;
	text-align: center;
}

.dn-chef__text p {
	line-height: 1.7;
}

.dn-chef__images,
.dn-chef__overlap {
	max-width: 22em;
	margin-left: auto;
	margin-right: auto;
}

.dn-chef__images {
	margin-top: 2.5rem;
}

.dn-chef__image--main,
.dn-chef__images .img-placeholder {
	width: 100%;
	object-fit: cover;
	display: block;
}

.dn-chef__image--overlap,
.dn-chef__overlap .img-placeholder {
	width: 85%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
	margin: -30% auto 0;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

@media (min-width: 61.25em) {
	.dn-chef {
		padding: 7.5rem 0 16rem;
		text-align: left;
	}

	.dn-chef__grid {
		position: relative;
		display: grid;
		grid-template-columns: 3fr 2fr;
		gap: 3rem;
		align-items: start;
	}

	.dn-chef__text {
		text-align: right;
		padding-top: 1rem;
	}

	.dn-chef__images {
		margin-top: 0;
		max-width: none;
	}

	/* Overlap image: fixed original size, centered on the whole grid */
	.dn-chef__overlap {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, 15%);
		max-width: none;
		margin: 0;
	}

	.dn-chef__image--overlap,
	.dn-chef__overlap .img-placeholder {
		width: 640px;
		max-width: none;
		height: 380px;
		aspect-ratio: auto;
		margin: 0;
	}
}

/* Ne diferențiem
--------------------------------------------- */
.dn-diff {
	background: var(--color-bg-light);
	padding: 3.5rem 0;
	text-align: center;
}

.dn-diff__text {
	max-width: 46em;
	margin: 0 auto;
	line-height: 1.7;
}

@media (min-width: 61.25em) {
	.dn-diff {
		padding: 5.5rem 0;
	}
}

/*--------------------------------------------------------------
# Meniu page
--------------------------------------------------------------*/

/* Smooth-scroll when a category button jumps to its #section */
html {
	scroll-behavior: smooth;
}

/* Intro ("Meniul nostru" + grila de categorii)
--------------------------------------------- */
.meniu-intro {
	background: var(--color-bg-light);
	padding: 3.5rem 0;
	text-align: center;
}

.meniu-intro__text {
	max-width: 46em;
	margin: 0 auto 2.5rem;
}

.meniu-intro__desc {
	line-height: 1.7;
	margin: 0;
}

.menu-cat-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.75rem;
}

.menu-cat-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--color-navy);
	background: #fff;
	color: var(--color-navy);
	font-weight: 600;
	font-size: 0.9rem;
	text-decoration: none;
	text-align: center;
	padding: 1rem;
	min-height: 4.5em;
}

.menu-cat-btn:hover,
.menu-cat-btn:focus-visible {
	background: var(--color-navy);
	color: #fff;
}

@media (min-width: 48em) {
	.menu-cat-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.menu-cat-btn {
		min-height: 3.5em;
	}
}

@media (min-width: 61.25em) {
	.meniu-intro {
		padding: 5.5rem 0;
	}
}

/* Menu category sections
--------------------------------------------- */
.menu-section {
	background: var(--color-bg-light);
	padding: 3.5rem 0;
	scroll-margin-top: 1rem;
}

.menu-section__intro {
	text-align: center;
	margin-bottom: 2.5rem;
}

.menu-section__desc {
	line-height: 1.7;
	margin: 0 0 1.5rem;
}

.menu-section__image img,
.menu-section__image .img-placeholder {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	display: block;
}
#specialitatile-bucatarului {
	background-image: url('../noa/assets/img/bg-specialitatile-bucatarului.jpg');
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
}
#supe-si-ciorbe {
	background-image: url('../noa/assets/img/bg-supe-ciorbe.jpg');
	background-size: cover;
  background-repeat: no-repeat;
}
#preparate-din-porc {
    background-image: url('../noa/assets/img/bg-preparate-din-porc.jpg');
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
}
#preparate-din-pasare {
    background-image: url('../noa/assets/img/bg-preparate-din-pasare.jpg');
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
}
#platouri {
    background-image: url('../noa/assets/img/bg-platouri.jpg');
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
}
#salate {
    background-image: url('../noa/assets/img/bg-salate.jpg');
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 61.25em) {
	.menu-section {
		padding: 5.5rem 0;
	}

	.menu-section__intro {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 3rem;
		align-items: center;
		text-align: right;
		margin-bottom: 3.5rem;
	}

	.menu-section__image img,
	.menu-section__image .img-placeholder {
		margin: 0;
	}
}

/* Dish list - 2 equal columns, row-major (dish 1 & 2 side by side, etc.) */
.menu-section__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0 3rem;
}

.menu-section__empty {
	text-align: center;
	font-style: italic;
	opacity: 0.7;
}

@media (min-width: 48em) {
	.menu-section__list {
		grid-template-columns: 1fr 1fr;
	}
}

/* Individual dish row - CSS Grid areas so mobile (stacked, centered) and
   desktop (name ---- price on one line, description below) share the same
   markup. */
.dish-row {
	display: grid;
	grid-template-areas: "name" "price" "desc" "note";
	text-align: center;
	gap: 0.35rem;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}

.dish-row:not(:last-child) {
	border-bottom: 1px solid var(--color-border);
}

.dish-row__name {
	grid-area: name;
	font-weight: 600;
	color: var(--color-navy);
}

.dish-row__weight {
	font-weight: 400;
}

.dish-row__leader {
	display: none;
}

.dish-row__price {
	grid-area: price;
	font-weight: 700;
	color: var(--color-navy);
}

.dish-row__desc {
	grid-area: desc;
	font-size: 0.85rem;
	margin: 0;
}

.dish-row__note {
	grid-area: note;
	font-size: 0.85rem;
	margin: 0;
}

@media (min-width: 48em) {
	.dish-row {
		grid-template-areas:
			"name leader price"
			"desc desc desc"
			"note note note";
		grid-template-columns: auto 1fr auto;
		align-items: baseline;
		column-gap: 0.5rem;
		text-align: left;
		border-bottom: none !important;
		padding-bottom: 0;
	}

	.dish-row__leader {
		grid-area: leader;
		display: block;
		border-bottom: 1px solid var(--color-border);
		margin-bottom: 0.3em;
	}

	.dish-row__price {
		text-align: right;
	}
}
/* Băuturi (CTA on the Meniu page: title/text + link to the drinks PDF)
--------------------------------------------- */
.bauturi {
	padding: 3.5rem 0;
	text-align: center;
	background: var(--color-bg-light);
}

.bauturi__text {
	max-width: 46em;
	margin: 0 auto 2rem;
	line-height: 1.7;
}

@media (min-width: 61.25em) {
	.bauturi {
		padding: 5.5rem 0;
	}
}
/*--------------------------------------------------------------
# Evenimente page
--------------------------------------------------------------*/

/* Pachete oferte
--------------------------------------------- */
.ev-pachete {
	background-image: url('../noa/assets/img/evenimente-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 3.5rem 0;
	text-align: center;
}

.ev-pachete__intro {
	margin-bottom: 3rem;
}

.ev-pachete__desc {
	line-height: 1.7;
	margin: 0 0 1rem;
}

.ev-pachete__highlight {
	font-weight: 700;
	color: var(--color-navy);
	margin: 0;
}

.ev-pachete__image img,
.ev-pachete__image .img-placeholder {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
	margin-top: 1.5rem;
}

.ev-pachet-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
}

.ev-pachet__title {
	font-size: 1.3rem;
	margin: 0 0 1rem;
}

.ev-pachet p {
	line-height: 1.7;
}

@media (min-width: 61.25em) {
	.ev-pachete {
		padding: 5.5rem 0;
	}

	.ev-pachete__intro {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 3rem;
		align-items: center;
		text-align: right;
		margin-bottom: 4.5rem;
	}

	.ev-pachete__image img,
	.ev-pachete__image .img-placeholder {
		margin-top: 0;
	}

	.ev-pachet-grid {
		grid-template-columns: 1fr 1fr;
		gap: 4rem;
	}
}

/*--------------------------------------------------------------
# Contact page
--------------------------------------------------------------*/

/* Contactează-ne + social
--------------------------------------------- */
.contact-intro {
	background: var(--color-bg-light);
	padding: 3.5rem 0 0;
	text-align: center;
}

.contact-social {
	display: flex;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 1rem;
}

/* Adresă / Telefon / Email cards
--------------------------------------------- */
.contact-info {
	background: var(--color-bg-light);
	padding: 2.5rem 0;
}

.contact-info__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}

.contact-info__card {
	border: 1px solid var(--color-navy);
	padding: 1.25rem;
	text-align: center;
}

.contact-info__card:last-child:nth-child(odd) {
	grid-column: 1 / -1;
}

.contact-info__card strong {
	display: block;
	color: var(--color-navy);
	margin-bottom: 0.35rem;
}

.contact-info__card a {
	color: var(--color-navy);
	text-decoration: none;
}

@media (min-width: 61.25em) {
	.contact-info__grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.contact-info__grid,
	.contact-connect__grid {
		padding: 0 200px;
	}
	.contact-info__card:last-child:nth-child(odd) {
		grid-column: auto;
	}
	.contact-info__card {
		text-align: left;
	}
}

/* Rezervă acum! + Păstrăm legătura! + hartă
--------------------------------------------- */
.contact-connect {
	background: var(--color-bg-light);
	padding-top: 2.5rem;
}

.contact-connect__grid {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
	position: relative;
	z-index: 2;
	margin-bottom: -40px;
}

.contact-connect__heading {
	order: -1;
	font-weight: 700;
	color: var(--color-navy);
	font-size: 1.3rem;
	text-align: center;
	margin: 0;
}

.contact-map {
	background: var(--color-bg-grey);
}

.contact-map iframe {
	width: 100%;
	height: 380px;
	display: block;
	border: 0;
}

.contact-map .img-placeholder {
	width: 100%;
	min-height: 380px;
}

@media (min-width: 61.25em) {
	.contact-connect__grid {
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		gap: 3rem;
		margin-bottom: -80px;
	}

	.contact-connect__heading {
		order: 0;
		text-align: right;
		font-size: 1.6rem;
		padding-top: 1.5rem;
	}

	.contact-map iframe,
	.contact-map .img-placeholder {
		height: 520px;
	}
}

/*--------------------------------------------------------------
# Back to top (fixed, all pages)
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	right: 1.25rem;
	bottom: 1.25rem;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid var(--color-navy);
	background: var(--color-navy);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	z-index: 500;
}

.back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
	background: var(--color-navy-dark);
}

@media (min-width: 48em) {
	.back-to-top {
		right: 2rem;
		bottom: 2rem;
		width: 48px;
		height: 48px;
	}
}

/*--------------------------------------------------------------
# Contact Form 7 integration
CF7 auto-wraps each field in <p><span class="wpcf7-form-control-wrap">
and adds a hidden <fieldset> + response <div> as extra direct children
of the <form>. display:contents keeps our existing flex/grid layouts
(.reservation-widget, .reserve-form) working without that extra markup
getting in the way.
--------------------------------------------------------------*/
.reservation-widget .hidden-fields-container,
.reserve-form .hidden-fields-container,
.reservation-widget p,
.reserve-form p {
	display: contents;
}

.reservation-widget .wpcf7-form-control-wrap,
.reserve-form .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.reservation-widget .wpcf7-form-control-wrap select.wpcf7-form-control,
.reservation-widget .wpcf7-form-control-wrap input.wpcf7-form-control,
.reserve-form .wpcf7-form-control-wrap select.wpcf7-form-control,
.reserve-form .wpcf7-form-control-wrap input.wpcf7-form-control {
	width: 100%;
	height: 44px;
}
@media (min-width: 48em) {
    .reservation-widget .wpcf7-form-control-wrap select.wpcf7-form-control,
    .reservation-widget .wpcf7-form-control-wrap input.wpcf7-form-control,
    .reserve-form .wpcf7-form-control-wrap select.wpcf7-form-control,
    .reserve-form .wpcf7-form-control-wrap input.wpcf7-form-control {
    	height: 46px;
    }
}

.reservation-widget .wpcf7-not-valid-tip,
.reserve-form .wpcf7-not-valid-tip {
	display: block;
	font-size: 0.75rem;
	color: #c0392b;
	margin-top: 0.25rem;
	text-align: left;
}

.reservation-widget .wpcf7-response-output,
.reserve-form .wpcf7-response-output {
	flex-basis: 100%;
	width: 100%;
	margin: 0.75rem 0 0;
	padding: 0.6em 0.9em;
	font-size: 0.8rem;
	text-align: center;
	border-radius: 2px;
}

.reservation-widget.sent .wpcf7-response-output,
.reserve-form.sent .wpcf7-response-output {
	border: 1px solid #2e7d32;
	color: #2e7d32;
}

.reservation-widget.failed .wpcf7-response-output,
.reservation-widget.invalid .wpcf7-response-output,
.reserve-form.failed .wpcf7-response-output,
.reserve-form.invalid .wpcf7-response-output {
	border: 1px solid #c0392b;
	color: #c0392b;
}
.noa-date-label {
	position: absolute;
	top: 50%;
	left: 0.5rem;
	transform: translateY(-50%);
	font-family: var(--font-heading);
	font-size: 0.85rem;
	color: var(--color-navy);
	pointer-events: none;
	white-space: nowrap;
}

.reserve-form__field .noa-date-label {
	left: 1rem;
}

.wpcf7-form-control-wrap.noa-date-has-value .noa-date-label {
	display: none;
}

.wpcf7-form-control-wrap[data-name="data"] input[type="date"]::-webkit-datetime-edit {
	color: transparent;
}

.wpcf7-form-control-wrap[data-name="data"] input[type="date"]:focus::-webkit-datetime-edit,
.wpcf7-form-control-wrap.noa-date-has-value input[type="date"]::-webkit-datetime-edit {
	color: var(--color-navy);
}

.wpcf7-form-control-wrap[data-name="data"] input[type="date"]:focus ~ .noa-date-label {
	display: none;
}
.wpcf7-spinner {
    display: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
color: var(--color-navy) !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: var(--color-navy) !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: var(--color-navy) !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: var(--color-navy) !important;
opacity: 1;
}