/*!
Theme Name: Agamea
Theme URI: http://underscores.me/
Author: Agamea
Author URI: http://underscores.me/
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: agamea
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.

Agamea 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: var(--font-family-sans);
	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 1em;
}

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: var(--color-brand-deep);
}

a:focus {
	outline: 0;
}

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;
}

body.page:not(.home) main#primary.site-main:not(.service-page) {
	min-height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10rem 0 6rem;
}

body.page:not(.home) main#primary.site-main:not(.service-page) > article.page {
	width: min(48rem, calc(100% - (var(--container-gutter) * 2)));
}

body.error404 main#primary.site-main {
	min-height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.error404 .error-404.not-found {
	width: min(48rem, calc(100% - (var(--container-gutter) * 2)));
	text-align: center;
}

.post,
.page {
	margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 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 {
	margin-bottom: 1.5em;
	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;
}

/*--------------------------------------------------------------
# Agamea Design System
--------------------------------------------------------------*/

/* Melun — theme/fonts/ */
@font-face {
	font-family: "Melun";
	src: url("fonts/Melun-Thin.woff2") format("woff2"),
		url("fonts/Melun-Thin.woff") format("woff");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Melun";
	src: url("fonts/Melun-ThinItalic.woff2") format("woff2"),
		url("fonts/Melun-ThinItalic.woff") format("woff");
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Melun";
	src: url("fonts/Melun-Light.woff2") format("woff2"),
		url("fonts/Melun-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Melun";
	src: url("fonts/Melun-LightItalic.woff2") format("woff2"),
		url("fonts/Melun-LightItalic.woff") format("woff");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Melun";
	src: url("fonts/Melun-Regular.woff2") format("woff2"),
		url("fonts/Melun-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Melun";
	src: url("fonts/Melun-Italic.woff2") format("woff2"),
		url("fonts/Melun-Italic.woff") format("woff");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Melun";
	src: url("fonts/Melun-Medium.woff2") format("woff2"),
		url("fonts/Melun-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Melun";
	src: url("fonts/Melun-MediumItalic.woff2") format("woff2"),
		url("fonts/Melun-MediumItalic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Melun";
	src: url("fonts/Melun-Bold.woff2") format("woff2"),
		url("fonts/Melun-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Melun";
	src: url("fonts/Melun-BoldItalic.woff2") format("woff2"),
		url("fonts/Melun-BoldItalic.woff") format("woff");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

:root {
	--font-family-sans: "Melun", sans-serif;
	--color-ink: #1f4234;
	--color-ink-soft:#d67414;
	--color-surface: #f6f2e8;
	--color-brand-deep: #004d36;
	--color-brand-light: #a4bc49;
	--color-sun: #ffcd0d;
	--color-sun-soft: #a4bc49;
	--color-text-dark: #292927;
	--color-text-light: #f5f1ea;
	--color-border: rgba(13, 79, 79, 0.12);
	--color-white: #ffffff;
	--shadow-soft: 0 16px 36px rgba(13, 79, 79, 0.14);
	--radius-pill: 999px;
	--radius-card: 18px;
	--radius-soft: 12px;
	--container-max: 1440px;
	--container-gutter: clamp(1rem, 2vw, 2rem);
}

html {
	font-size: 16px;
	overflow-x: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

html::-webkit-scrollbar {
	display: none;
}

body {
	background: var(--color-brand-light);
	color: var(--color-brand-deep);
	font-family: var(--font-family-sans);
	text-rendering: geometricPrecision;
	line-height: 1.5;
	overflow-x: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

body::-webkit-scrollbar {
	display: none;
}

/* Custom scrollbar (fixed overlay — no layout shift) */
.custom-scrollbar {
	--custom-scrollbar-width: 8px;
	--custom-scrollbar-inset: 5px;
	position: fixed;
	top: var(--custom-scrollbar-inset);
	right: var(--custom-scrollbar-inset);
	bottom: var(--custom-scrollbar-inset);
	width: var(--custom-scrollbar-width);
	z-index: 280;
	pointer-events: none;
	opacity: 1;
	transition: opacity 0.2s ease;
}

.custom-scrollbar.is-hidden {
	opacity: 0;
}

html.is-swup-changing .custom-scrollbar {
	opacity: 0;
}

.custom-scrollbar__track {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: var(--radius-pill);
	background: rgba(0, 77, 54, 0.12);
	pointer-events: auto;
}

.custom-scrollbar__thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 56px;
	border-radius: var(--radius-pill);
	background: var(--color-brand-deep);
	opacity: 0.85;
	transform: translate3d(0, 0, 0);
	will-change: transform, height;
	cursor: grab;
	touch-action: none;
}

.custom-scrollbar.is-dragging .custom-scrollbar__thumb {
	cursor: grabbing;
	opacity: 1;
}

@media (pointer: coarse) {
	.custom-scrollbar {
		display: none;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: var(--color-ink);
	line-height: 1.1;
}



a {
	color: inherit;
	text-decoration: none;
}

.container {
	width: min(var(--container-max), calc(100% - (var(--container-gutter) * 2)));
	margin-inline: auto;
}

.site {
	min-height: 100vh;
}

.site-content {
	display: block;
}

.section {
	padding-block: clamp(3rem, 6vw, 5.5rem);
}

.section--sun {
	background: var(--color-sun);
	padding-top:0;
}

.section--sage {
	background: var(--color-brand-light);
}

.section__heading {
	display: grid;
	gap: 1rem;
	margin-bottom: 2rem;
}

.heading_small {
	text-align: center;
}

.section__title {
    font-size: clamp(2rem, 4vw, 4.5rem);
	line-height: 1.14;
    font-weight: 700;
    max-width: 23ch;
}

.title_small {
	font-size: clamp(1.5rem, 2vw, 2.5rem);
	line-height: 1.14;
	font-weight: 700;
	text-align: center;
	margin:auto auto 3rem;
}

.section__text {
	font-size: clamp(1rem, 2vw, 1.2rem);
	max-width: 60ch;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
	padding-top: 1rem;
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 1.05rem 2.5rem;
	background: var(--color-brand-deep);
	border-radius: var(--radius-pill);
	color: var(--color-sun);
}

.custom-logo {
	max-height: 48px;
	width: auto;
}

.site-logo {
	display: inline-flex;
	align-items: center;
}

.site-logo img,
.site-logo__img {
	width: auto;
	max-height: 44px;
	padding: 3px;
}

.site-logo__img--sun {
	display: block;
}

.site-logo__img--deep {
	display: none;
}

.mobile-navigation {
	display: none;
}

.site-title {
	font-weight: 800;
	letter-spacing: 0.02em;
}

.menu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.45rem 0.85rem;
	border: 0;
	border-radius: var(--radius-pill);
	background: var(--color-sun);
	color: var(--color-brand-deep);
	font-weight: 700;
}

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

.header-actions {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	margin-left: auto;
}

.header-icon-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	color: var(--color-sun-soft);
	background: rgba(248, 217, 128, 0.12);
	transition: background 0.2s ease, transform 0.2s ease;
}

.header-icon-link svg {
	width: 28px;
	height: 28px;
	fill: currentColor;
}

.header-icon-link:hover,
.header-icon-link:focus-visible {
	background: rgba(248, 217, 128, 0.28);
	transform: translateY(-1px);
	color: var(--color-sun);
}

.main-navigation .nav-menu {
	display: none;
	position: absolute;
	right: 0;
	top: calc(100% + 0.7rem);
	min-width: 220px;
	background: var(--color-brand-deep);
	border-radius: var(--radius-soft);
	padding: 0.5rem;
	box-shadow: var(--shadow-soft);
}

.main-navigation.toggled .nav-menu {
	display: grid;
}

.main-navigation a {
	display: block;
	padding: 0.5rem 1.4rem;
	border-radius: var(--radius-soft);
	color: var(--color-sun);
	font-weight: 500;
	letter-spacing: 0.02em;
	font-size: 1.1rem;
	transition: color 0.2s ease;
	text-transform: lowercase;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a {
	background: transparent;
	color: var(--color-sun-soft);
}

/* Top-level items without submenu: hover → soft */
.main-navigation .nav-menu > li:not(.menu-item-has-children):not(.page_item_has_children) > a:hover,
.main-navigation .nav-menu > li:not(.menu-item-has-children):not(.page_item_has_children) > a:focus-visible {
	color: var(--color-sun-soft);
	background: transparent;
}

/* Submenu open: active parent + its sub-items only — soft color, no background */
.main-navigation .menu-item-has-children:hover > a,
.main-navigation .menu-item-has-children.focus > a,
.main-navigation .menu-item-has-children:hover .sub-menu a,
.main-navigation .menu-item-has-children.focus .sub-menu a {
	color: var(--color-sun-soft);
	background: transparent;
}

.main-navigation .menu-item-has-children:hover > a:hover,
.main-navigation .menu-item-has-children.focus > a:hover,
.main-navigation .menu-item-has-children:hover > a:focus-visible,
.main-navigation .menu-item-has-children.focus > a:focus-visible,
.main-navigation .menu-item-has-children:hover .sub-menu a:hover,
.main-navigation .menu-item-has-children.focus .sub-menu a:hover,
.main-navigation .menu-item-has-children:hover .sub-menu a:focus-visible,
.main-navigation .menu-item-has-children.focus .sub-menu a:focus-visible {
	color: var(--color-sun);
	background: transparent;
}

.main-navigation ul ul {
	position: static;
	display: block;
	background: transparent;
	box-shadow: none;
	padding: 0;
	text-align: center;
}

.main-navigation ul ul a {
	text-align: center;
}

.hero {
	position: relative;
	min-height: 96vh;
	display: flex;
	align-items: center;
	overflow: hidden;
	isolation: isolate;
	background-color: #184d4d;
}

.hero__media {
	position: absolute;
	inset: -12% 0;
	z-index: 0;
	background-color: #184d4d;
	background-image: url("images/hero.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transform: scale(1.12);
	transform-origin: center center;
	will-change: transform;
}

.hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 25%, rgba(0, 0, 0, 0.5) 100%);
	will-change: transform;
}

.hero__content {
	position: relative;
	z-index: 2;
	will-change: transform;
    display: flex;
    gap: 1rem;
    padding-block: clamp(2.2rem, 8vw, 6rem);
    color: var(--color-white);
    justify-content: center;
}

.hero__eyebrow {
	justify-self: start;
	padding: 0.35rem 0.85rem;
	border-radius: var(--radius-pill);
	background: rgba(248, 217, 128, 0.16);
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.8rem;
}

.hero__title {
	font-size: clamp(2.3rem, 6vw, 4.8rem);
	color: var(--color-white);
	font-weight: 900;
	max-width: 14ch;
}

.hero__description {
	font-size: clamp(1rem, 2.3vw, 1.3rem);
	max-width: 54ch;
}

.category-panels {
	position: relative;
	z-index: 2;
	display: grid;
	gap: clamp(1rem, 2vw, 1.5rem);
	grid-template-columns: 1fr;
	margin-top: -18vh;
	margin-left: 8%;
	margin-right: 8%;
}

@media (max-width: 859px) {
	.category-panels {
		margin-left: 0;
		margin-right: 0;
	}
}

.category-panel {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 2rem;
	padding: clamp(1.75rem, 3.5vw, 2.75rem);
	border-radius: var(--radius-card);
}

.category-panel--brand-deep {
	background: var(--color-brand-light);
	color: var(--color-text-dark);
	transform: rotate(-4deg) translate(-40px, 35px);

}

.category-panel--sun {
	background: var(--color-brand-deep);
	color: var(--color-brand-light);
}

.category-panel--brand-light {
	background: var(--color-ink-soft);
	color: var(--color-white);
	transform: rotate(4deg) translate(40px, 35px);
}

.category-panel--ink-soft {
	background: var(--color-ink-soft);
	color: var(--color-white);
}

.category-panel__body {
	display: grid;
	gap: 2rem;
	text-align: center;
	color: var(--color-brand-deep);
}

.category-panel.category-panel--sun .category-panel__body {
	color: var(--color-brand-light);
}

.category-panel.category-panel--sun .category-panel__title {
	background: var(--color-brand-light);
}

.category-panel__title {
    margin: 0 auto;
    font-size: clamp(1rem, 1.5vw, 1.8rem);
    font-weight: 800;
    line-height: 1.05;
    color: inherit;
    text-align: center;
    text-transform: uppercase;
    background: var(--color-sun);
    color: var(--color-brand-deep);
    padding: 8px 24px;
    width: fit-content;
    border-radius: 999em;
}

.category-panel__description {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.45;
	max-width: 32ch;
	color: inherit;
	font-weight: 500;
}

.category-panel__secondary-text {
	margin: 0;
	font-size: clamp(0.85rem, 1.4vw, 1rem);
	line-height: 1.35;
	letter-spacing: 0.04em;
	color: inherit;
}

.category-panel__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    align-self: flex-start;
    color: inherit;
    font-size: 1rem;
	letter-spacing: 0.04em;
    font-weight: 700;
    flex-direction: column;
	color: var(--color-brand-deep);
}

.category-panel__button svg {
    width: 30px;
    height: 30px;
	background: var(--color-brand-deep);
	border-radius: 50%;
	padding: 6px;
    fill: var(--color-brand-light);
}


.category-panel--sun .category-panel__button{
	color: var(--color-brand-light);
}

.category-panel--sun .category-panel__button svg {
	background: var(--color-brand-light);
	fill: var(--color-brand-deep);
}


.category-panel--brand-light .category-panel__button{
	color: var(--color-sun);
}

.category-panel--brand-light .category-panel__button svg {
	background: var(--color-sun);
	fill: var(--color-ink-soft);
}

.category-panel--brand-deep .category-panel__button:hover,
.category-panel--brand-deep .category-panel__button:focus-visible {
	
	color: var(--color-brand-deep);
}

.category-panel--sun .category-panel__button:hover,
.category-panel--sun .category-panel__button:focus-visible {

	color: var(--color-brand-light);
}

.category-panel--brand-light .category-panel__button:hover,
.category-panel--brand-light .category-panel__button:focus-visible {
	
	color: var(--color-sun);
}

.category-panel--ink-soft .category-panel__button:hover,
.category-panel--ink-soft .category-panel__button:focus-visible {

	color: var(--color-brand-deep);
}



.pill-group {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	justify-content: center;
}

.pill {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	padding: 0.35rem 0.95rem;
	border-radius: var(--radius-pill);
	background: rgba(13, 79, 79, 0.16);
	color: var(--color-ink);
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: lowercase;
}

.pill--soft {
	background: rgba(248, 217, 128, 0.25);
	color: #e7f8b2;
}

.portfolio-filter {
	padding-top: clamp(2.5rem, 6vw, 4.5rem);
	margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.portfolio-filter__pill {
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.portfolio-filter__pill:hover,
.portfolio-filter__pill:focus-visible {
	background: var(--color-sun);
	color: var(--color-brand-deep);
}

.portfolio-filter__pill.is-active {
	background: var(--color-brand-deep);
	color: var(--color-sun);
}

.portfolio-filter__pill {
	border: none;
	cursor: pointer;
	font: inherit;
}

.portfolio-card.is-filtered-out {
	display: none;
}

.portfolio-filter__empty {
	margin: 0 0 1.5rem;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--color-brand-deep);
}

.section__heading_projects {

	padding-top: clamp(1.5rem, 3vw, 2.75rem);
}

.section__heading_projects a {
    display: flex;
    flex-direction: row;
    justify-content: center;
	gap: 1rem;
}



.projects__title {
    font-size: 1.9rem;
    font-weight: 500;
    background: var(--color-brand-deep);
    color: var(--color-sun);
    padding: 8px 24px;
    border-radius: 999em;
}

.projects__icon {
    display: flex;
    align-items: center;
    justify-content: center;
	padding:4px;
	width: 48px;
	height: 48px;
	background: var(--color-brand-deep);
	border-radius: 50%;
	transform:rotate(-15deg);
}

.projects__icon svg {
    width: 30px;
    height: 30px;
    fill: var(--color-sun);
}

.heading_projects--bottom .projects__title{
	background: var(--color-sun);
	color: var(--color-ink-soft);
}

.heading_projects--bottom .projects__icon {
	background: var(--color-sun);
	
}

.heading_projects--bottom .projects__icon svg {
    fill: var(--color-ink-soft);
}

.portfolio-grid {
	--portfolio-gap: clamp(1rem, 3.2vw, 2.3rem);
	display: grid;
	gap: var(--portfolio-gap);
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.service-portfolio {
	background: var(--color-ink-soft);
}

.portfolio-slider {
	--portfolio-slider-gap: clamp(1rem, 3.2vw, 2rem);
	display: flex;
	gap: var(--portfolio-slider-gap);
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	padding-bottom: 0.5rem;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.portfolio-slider::-webkit-scrollbar {
	display: none;
}

.portfolio-slider__item {
	flex: 0 0 auto;
	width: min(72vw, 340px);
	scroll-snap-align: start;
}

.portfolio-card {
	position: relative;
	display: block;
	aspect-ratio: 4 /6;
	overflow: hidden;
	border-radius: var(--radius-card);
}

.portfolio-card__media {
	position: absolute;
	inset: 0;
	display: block;
	background: rgba(13, 79, 79, 0.12);
}

.portfolio-card__media img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.portfolio-card:hover .portfolio-card__media img {
	transform: scale(1.04);
}

.portfolio-card__content {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding: 1.25rem 1rem 1.5rem;
	text-align: center;
	pointer-events: none;
}

.portfolio-card__content::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.55) 100%);
	pointer-events: none;
}

.portfolio-card__subtitle {
    position: relative;
    z-index: 1;
    margin: 3px 0 0 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #ffffff;
}

.portfolio-card__title {
	position: relative;
    z-index: 1;
    margin: 0;
    font-size: clamp(1.15rem, 1.8vw, 1.45rem);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-brand-deep);
    background: var(--color-sun);
    padding: 4px 20px;
    border-radius: 999em;
}

.portfolio-card__title a {
	color: inherit;
	pointer-events: auto;
}

.portfolio-card__location {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
    color: var(--color-brand-deep);
    background: var(--color-brand-light);
    padding: 4px 20px;
    border-radius: 999em;
}

.portfolio-card__meta {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
}

.portfolio-card__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	padding: 1rem;
	font-weight: 700;
	color: var(--color-ink-soft);
}

.portfolio-card--featured {
	grid-column: 1 / -1;
}

.site-footer {
	background: var(--color-brand-deep);
	color: var(--color-brand-light);
	padding-block: clamp(2.5rem, 5vw, 4rem);
}

.site-footer__grid {
	display: grid;
	gap: clamp(2rem, 4vw, 3rem);
}

.site-footer__col {
	display: grid;
	align-content: start;
	gap: 1rem;
}

.site-footer__col--contact {
	gap: 1.25rem;
}

.site-logo--footer .site-logo__img--sun {
	display: block;
}

.site-logo--footer .site-logo__img--deep {
	display: none;
}

.site-footer__address {
	margin: 0;
	font-style: normal;
	font-size: clamp(0.95rem, 1.6vw, 1.05rem);
	line-height: 1.5;
	color: var(--color-brand-light);
}

.site-footer__email {
	margin: 0;
	font-size: clamp(0.95rem, 1.6vw, 1rem);
	letter-spacing: 0.02em;
	font-weight: 400;
	line-height: 1.6;
}

.site-footer__email a {
	color: var(--color-brand-light);
	transition: color 0.2s ease;
}

.site-footer__email a:hover,
.site-footer__email a:focus-visible {
	color: var(--color-sun);
}

.site-footer__social.header-actions {
	margin-left: 0;
	gap: 0.65rem;
}

.site-footer__social .header-icon-link {
	color: var(--color-brand-light);
	background: rgba(255, 205, 13, 0.12);
	transition: color 0.2s ease, background 0.2s ease;
}

.site-footer__social .header-icon-link:hover,
.site-footer__social .header-icon-link:focus-visible {
	color: var(--color-sun);
	background: rgba(255, 205, 13, 0.32);
}

.site-footer__menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.55rem;
}

.site-footer__menu a {
	font-size: clamp(0.95rem, 1.6vw, 1rem);
	font-weight: 500;
	letter-spacing: 0.02em;
	color: var(--color-brand-light);
	text-decoration: none;
	transition: color 0.2s ease;
}

.site-footer__menu a:hover,
.site-footer__menu a:focus-visible {
	color: var(--color-sun);
	text-underline-offset: 0.2em;
}


@media (min-width: 860px) {
	.site-footer__grid {
		grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr);
		align-items: start;
	}
}

/* Mobile header */
@media (max-width: 859px) {
	.site-header {
		padding-top: 0;
	}

	.site-header__inner {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 1rem 1.25rem;
		border-radius: 0;
		background: var(--color-brand-light);
		color: var(--color-brand-deep);
		box-shadow: none;
		flex-wrap: nowrap;
	}

	.site-logo .site-logo__img--sun {
		display: none;
	}

	.site-logo .site-logo__img--deep {
		display: block;
	}

	.main-navigation,
	.header-actions--desktop {
		display: none;
	}

	html.mobile-menu-open .site-header {
		z-index: 100;
	}

	html.mobile-menu-open .site-branding {
		position: fixed;
		top: 1rem;
		left: 1.25rem;
		z-index: 115;
	}

	.mobile-navigation {
		display: block;
		position: relative;
		z-index: 110;
		margin-left: auto;
	}

	.mobile-navigation .menu-toggle--burger {
		position: relative;
		z-index: 110;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		color: var(--color-brand-deep);
		cursor: pointer;
	}

	.mobile-navigation.toggled .menu-toggle--burger {
		position: fixed;
		top: 1rem;
		right: 1.25rem;
	}

	.menu-toggle__bars {
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		gap: 6px;
		width: 26px;
	}

	.menu-toggle__bar {
		display: block;
		width: 100%;
		height: 2px;
		border-radius: 1px;
		background: var(--color-brand-deep);
		transition: transform 0.2s ease, opacity 0.2s ease;
	}

	.mobile-navigation.toggled .menu-toggle__bar:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}

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

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

	.mobile-navigation__panel {
		position: fixed;
		inset: 0;
		z-index: 90;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		padding: 5rem 1.5rem 2rem;
		background: var(--color-brand-light);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.2s ease, visibility 0.2s ease;
	}

	.mobile-navigation__content {
		display: flex;
		flex: 1;
		align-items: center;
		justify-content: center;
		width: 100%;
		overflow-y: auto;
	}

	.mobile-navigation .header-actions--mobile {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 0.8rem;
		width: 100%;
		margin: 0;
		padding-bottom: 0.5rem;
	}

	.mobile-navigation .header-actions--mobile .header-icon-link {
		color: var(--color-brand-deep);
		background: rgba(0, 77, 54, 0.1);
	}

	.mobile-navigation .header-actions--mobile .header-icon-link:hover,
	.mobile-navigation .header-actions--mobile .header-icon-link:focus-visible {
		color: var(--color-brand-deep);
		background: rgba(0, 77, 54, 0.18);
		transform: translateY(-1px);
	}

	.mobile-navigation.toggled .mobile-navigation__panel {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.mobile-navigation .mobile-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.5rem;
		width: 100%;
		max-width: 22rem;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.mobile-navigation .mobile-menu > li {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.mobile-navigation .mobile-menu > li:nth-last-child(-n+2) {
		flex: 1 1 calc(50% - 0.25rem);
		max-width: calc(50% - 0.25rem);
	}

	.mobile-navigation .mobile-menu > li > a {
		display: block;
		padding: 0.85rem 1.25rem;
		border-radius: var(--radius-pill);
		font-size: clamp(1.2rem, 4.5vw, 1.6rem);
		font-weight: 500;
		letter-spacing: 0.02em;
		text-align: center;
		transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
	}

	/* Middle items (between first 3 and last 2) */
	.mobile-navigation .mobile-menu > li:nth-child(n+4):nth-last-child(n+3) > a {
		background: var(--color-ink-soft);
		color: var(--color-brand-deep);
	}

	/* First 3 */
	.mobile-navigation .mobile-menu > li:nth-child(-n+3) > a {
		background: var(--color-brand-deep);
		color: var(--color-sun);
	}

	/* Last 2 (same row) */
	.mobile-navigation .mobile-menu > li:nth-last-child(-n+2) > a {
		background: var(--color-sun);
		color: var(--color-ink-soft);
	}

	.mobile-navigation .mobile-menu > li > a:hover,
	.mobile-navigation .mobile-menu > li > a:focus-visible {
		opacity: 0.88;
	}

	.mobile-navigation .mobile-menu .sub-menu {
		display: grid;
		gap: 0.35rem;
		margin: 0.35rem 0 0;
		padding: 0;
		list-style: none;
	}

	.mobile-navigation .mobile-menu .sub-menu a {
		padding: 0.65rem 1rem;
		border-radius: var(--radius-pill);
		background: var(--color-ink-soft);
		color: var(--color-brand-deep);
		font-size: clamp(1rem, 3.5vw, 1.15rem);
		font-weight: 500;
	}
}

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

@media (min-width: 860px) {
	.site-header__inner {
		width: min(var(--container-max), calc(100% - (var(--container-gutter) * 2)));
		margin-inline: auto;
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		align-items: center;
		gap: 1.5rem;
	}

	.mobile-navigation {
		display: none;
	}

	.site-branding {
		justify-self: start;
	}

	.main-navigation {
		justify-self: center;
	}

	.menu-toggle {
		display: none;
	}

	.main-navigation {
		position: relative;
	}

	.main-navigation .nav-menu {
		display: flex;
		position: static;
		gap: 2.2rem;
		min-width: auto;
		padding: 0;
		background: transparent;
		box-shadow: none;
	}

	.main-navigation li {
		position: relative;
	}

	.main-navigation ul ul {
		float: none;
		left: 50%;
		right: auto;
		position: absolute;
		top: 100%;
		min-width: 180px;
		background: var(--color-brand-deep);
		border-radius: var(--radius-soft);
		padding: 0.35rem;
		text-align: center;
		opacity: 0;
		visibility: hidden;
		transform: translateX(-50%) translateY(8px);
		transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	}

	/* Override Underscores `left: auto` on hover (higher specificity in base CSS). */
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul,
	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: 50%;
		right: auto;
		opacity: 1;
		visibility: visible;
		transform: translateX(-50%) translateY(0);
	}

	.main-navigation ul ul a {
		width: 100%;
		text-align: center;
	}

	.category-panels {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		margin-bottom: 140px;
	}

	.portfolio-grid {
		container-type: inline-size;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.portfolio-card--featured {
		aspect-ratio: unset;
		height: calc((100cqi - 2 * var(--portfolio-gap)) / 3 * 4 / 3);
	}

	.header-actions--desktop {
		justify-self: end;
		margin-left: 0;
	}
}

/* Animated scrolling lines */
.section--animated-lines {
	padding-block: 0;
	overflow: hidden;
}

.animated-lines {
	display: grid;
}

.animated-lines__row {
	overflow: hidden;
	padding-block: clamp(0.35rem, 1vw, 0.2rem);
}

.animated-lines__row--deep {
	background: var(--color-brand-deep);
	color: var(--color-sun);
}

.animated-lines__row--sun {
	background: var(--color-sun);
	color: var(--color-ink-soft);
}

.animated-lines__row--light {
	background: var(--color-ink-soft);
	color: var(--color-text-dark);
}

.animated-lines__viewport {
	overflow: hidden;
}

.animated-lines__track {
	display: flex;
	width: max-content;
	will-change: transform;
	backface-visibility: hidden;
}

.animated-lines__text {
    flex: 0 0 auto;
    padding-inline: 1.75rem;
    font-size: clamp(1rem, 2vw, 1.3rem);
    font-weight: 400;
    line-height: 1.2;
	font-style: italic;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.animated-lines__track--ltr {
	animation: animated-lines-ltr 42s linear infinite;
}

.animated-lines__track--rtl {
	animation: animated-lines-rtl 42s linear infinite;
}

@keyframes animated-lines-ltr {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-50%, 0, 0);
	}
}

@keyframes animated-lines-rtl {
	from {
		transform: translate3d(-50%, 0, 0);
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.animated-lines__track--ltr,
	.animated-lines__track--rtl {
		animation: none;
		transform: none;
	}

	.animated-lines__viewport {
		overflow-x: auto;
	}
}

/* Front page bottom image + overlapping panel */
.bottom-image-group {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	padding-bottom: 390px;
}

.bottom-image-group > .section--bottom-image,
.bottom-image-group > .section--bottom-overlap {
	grid-column: 1;
	grid-row: 1;
}

.section--bottom-image {
	padding: 0;
	overflow: hidden;
}

.bottom-image {
	position: relative;
	margin: 0;
	width: 100%;
	height: 75vh;
	height: 75dvh;
	overflow: hidden;
}

.bottom-image__media {
	position: absolute;
	inset: -12% 0;
	z-index: 0;
	transform: scale(1.12);
	transform-origin: center center;
	will-change: transform;
}

.bottom-image__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.section--bottom-overlap {
	z-index: 1;
	align-self: end;
	width: 100%;
	padding: 0;
	pointer-events: none;
	transform: translateY(50%);
}

.home {
	background: var(--color-brand-deep);
}
.page-template-page-agence {
	background: var(--color-sun);
}



.section--bottom-overlap .container {
	pointer-events: auto;
}

.bottom-overlap__panel {
	border-radius: var(--radius-card);
	background: var(--color-ink-soft);
	color: var(--color-brand-deep);
	padding: clamp(4rem, 7vw, 6.5rem);
	will-change: transform;
}

.bottom-overlap__title {
	margin: 0 0 1rem;
	font-size: clamp(1.75rem, 3.5vw, 2.75rem);
	line-height: 1.1;
	font-weight: 700;
}

.bottom-overlap__content {
	font-size: clamp(1rem, 1.8vw, 1.15rem);
	line-height: 1.5;
	width:70%;
}

.bottom-overlap__content > :first-child {
	margin-top: 0;
}

.bottom-overlap__content > :last-child {
	margin-bottom: 0;
}

/* Service page template */
.service-page {
	--service-box-width: 80%;
	--service-box-padding-x: clamp(1.3rem, 2vw, 2rem);
}

.service-hero-group--overlap {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: auto auto;
	position: relative;
	isolation: isolate;
}

.service-hero-group--overlap .service-hero {
	grid-row: 1;
	grid-column: 1;
	position: relative;
	overflow: hidden;
}

.service-hero-group--overlap .service-intro {
	grid-row: 2;
	grid-column: 1;
	z-index: 2;
	align-self: start;
	width: 100%;
	margin-top: calc(-0.5 * clamp(8rem, 22vw, 22rem));
	padding: 0;
	transform: none;
	will-change: transform;
}

.service-page .service-hero {
	margin: 0;
	width: 100%;
	height: clamp(280px, 60vh, 640px);
	overflow: hidden;
}

.service-hero-group--overlap .service-hero__img {
	position: absolute;
	inset: -12% 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.12);
	transform-origin: center center;
	will-change: transform;
}

.service-hero-group:not(.service-hero-group--overlap) .service-hero__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.service-hero-group:not(.service-hero-group--overlap) .service-intro {
	padding-block: clamp(2rem, 4vw, 3rem) 0;
}

.service-intro__box,
.portfolio-intro__box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: clamp(1rem, 2vw, 1.5rem);
	min-height: clamp(8rem, 20vw, 12rem);
	padding: clamp(2.2rem, 4vw, 2rem) var(--service-box-padding-x) clamp(2.2rem, 4vw, 2rem);
	border-radius: var(--radius-card);
	background: var(--color-sun);
	width: var(--service-box-width);
	margin: 0 auto;
}


.portfolio-intro__box {
	background: var(--color-ink-soft);
}


.service-intro__title,
.portfolio-intro__title {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    margin: 0;
    width: fit-content;
    max-width: calc(100% - 2rem);
    padding: 8px 24px;
    border-radius: var(--radius-pill);
    background: var(--color-brand-light);
    color: var(--color-brand-deep);
    font-size: clamp(1rem, 1.3vw, 1.45rem);
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
	letter-spacing: 0.02em;
    transform: translate(-50%, -50%);
}

.intro-box--ink .service-intro__title {
	background: var(--color-sun);
	color: var(--color-ink-soft);
}


.service-intro__intro,
.portfolio-intro__intro {
	margin: 0;
	font-size: clamp(1.75rem, 3.8vw, 3.25rem);
	line-height: 1.2;
	font-weight: 700;
	color: var(--color-brand-deep);
	padding-left: clamp(4rem, 5vw, 4.5rem);
	padding-right: clamp(4rem, 5vw, 4.5rem);
	padding-top:40px;
	padding-bottom:40px;
}

.service-content {
	padding: clamp(2.2rem, 4vw, 2rem) 0;
	padding-top: 0;
	padding-bottom: 0;
}



.service-content__container {
	width: var(--service-box-width);
	max-width: 100%;
	margin-inline: auto;
}
@media (max-width: 768px) {
	.service-content__container {
		width: 100%;
	}
}

.service-content__article {
	width: 90%;
	max-width: 100%;
	padding: clamp(2.2rem, 4vw, 2rem) var(--service-box-padding-x) clamp(2.2rem, 4vw, 2rem);
}

.service-content .entry-content {
	margin-inline: auto;
	font-size: clamp(1rem, 1.8vw, 1.1rem);
	line-height: 1.6;
	max-width: none;
	padding-left: clamp(4rem, 5vw, 4.5rem);
	padding-right: clamp(4rem, 5vw, 4.5rem);
}

.service-content .entry-content > :first-child {
	margin-top: 0;
}

/* Agency page — team grid */
.agence-team {
	padding-block:  clamp(2rem, 5vw, 3.5rem) clamp(4rem, 10vw, 7rem);
	padding-top:0;
}

.process-carousel {
	padding-block: clamp(2.5rem, 6vw, 4.5rem);
}

.agence-process {
	background: #98bc63;
}

.process-carousel__header,
.header-title-group {
	display: inline-flex;
	align-items: center;
	gap: clamp(0.35rem, 1vw, 0.8rem);
	margin-bottom: clamp(4.5rem, 6vw, 6.2rem);
	position: relative;
}

.process-carousel__title {
	margin: 0;
    padding: 0.35em 0.8em;
    border-radius: var(--radius-pill);
    background: var(--color-sun);
    color: var(--color-brand-deep);
    font-size: clamp(1.6rem, 3.8vw, 2.5rem);
    line-height: 1.05;
    text-transform: lowercase;
    transform: rotate(-6deg);
}

.process-carousel__badge {
    display: inline-block;
    padding: 0.18em 0.7em;
    border-radius: var(--radius-pill);
    background: var(--color-brand-deep);
    color: var(--color-sun);
    font-size: clamp(0.75rem, 2vw, 1.25rem);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transform: rotate(-14deg) translateY(10px);
    position: absolute;
    right: 0;
    top: 40px;
}

.header-title-group--light {
	margin-bottom: clamp(1.5rem, 3vw, 2.2rem);
}

.header-title-group--light .process-carousel__title {
	background: var(--color-brand-light);
	color: var(--color-brand-deep);
}

.header-title-group--light .process-carousel__badge {
	background: var(--color-ink-soft);
	color: var(--color-brand-deep);
}

.agamea-carousel__track {
	display: flex;
	gap: clamp(1rem, 3vw, 1.5rem);
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding-bottom: 0.8rem;
	padding-top: 20px;
}

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

.agamea-carousel__slide {
	position: relative;
	flex: 0 0 min(85vw, 430px);
	scroll-snap-align: start;
	border-radius: var(--radius-card);
	padding: clamp(1.6rem, 3.8vw, 2.25rem) clamp(1.15rem, 2.8vw, 2rem) clamp(1.4rem, 3vw, 2rem);
}

.agamea-carousel__slide--sun {
	background: var(--color-sun);
	color: var(--color-brand-deep);
}

.agamea-carousel__slide--ink {
	background: var(--color-brand-deep);
	color: var(--color-sun);
}

.agamea-carousel__step {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: #d57d2d;
	color: #fff;
	font-weight: 800;
	font-size: 1rem;
}

.agamea-carousel__slide-title {
	margin: 0 0 0.7rem;
	font-size: clamp(1.5rem, 3.4vw, 2.2rem);
	line-height: 1.1;
	text-align: center;
}

.agamea-carousel__slide--ink .agamea-carousel__slide-title {
	color: var(--color-sun);
}

.agamea-carousel__slide-intro {
	margin: 0 0 0.55rem;
	font-size: clamp(1.1rem, 2.4vw, 1.5rem);
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
}

.agamea-carousel__slide-subtitle {
	font-size: clamp(1.2rem, 1.6vw, 1.45rem);
	line-height: 1.35;
	text-align: center;
	font-weight: 500;
}

.agamea-carousel__slide-content {
    margin: 20px 0 0 0;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
	line-height: 1.35;
	text-align: center;
}

.agamea-carousel__dots {
	display: flex;
	gap: 0.9rem;
	justify-content: center;
	margin-top: 1rem;
}

.agamea-carousel__dot {
    width: 1.2rem;
    height: 1.2rem;
    padding: 0px;
	border-radius: 999px;
	border: none;
	border: 3px solid var(--color-sun);
	background: var(--color-sun);
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease;
}

.agamea-carousel__dot:hover {
	background: var(--color-sun-soft);
	border: 3px solid var(--color-sun);
}

.agamea-carousel__dot.is-active {
	background: #d57d2d;
	border: 3px solid var(--color-sun);
}

.team-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(1.5rem, 3vw, 3.5rem);
	width: calc(var(--service-box-width) - (2 * var(--service-box-padding-x)));
	max-width: 100%;
	margin-inline: auto;
}

.team-grid__item {
	min-width: 0;
}

.team-grid__item:nth-child(1) {
	transform: rotate(-4deg) translate(-10px, 35px);
}

.team-grid__item:nth-child(2) {
	transform: rotate(0deg) translate(0px, 50px);
}

.team-grid__item:nth-child(3) {
	transform: rotate(4deg) translate(10px, 35px);
}

.team-grid__item:nth-child(4) {
	transform: rotate(-4deg) translate(-10px, 35px);
}

.team-grid__item:nth-child(5) {
	transform: rotate(0deg) translat
}

.team-grid__item:nth-child(6) {
	transform: rotate(4deg) translate(10px, 35px);
}


.team-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.team-card__media {
	position: relative;
	overflow: hidden;
	border-radius: var(--radius-card);
	aspect-ratio: 24 / 34;
	background: var(--color-brand-light);
}

.team-card__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.team-card__overlay {
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	gap: 0.35rem;
	padding: clamp(2rem, 5vw, 3rem) clamp(1rem, 2vw, 1.25rem) clamp(1rem, 2vw, 1.25rem);
	text-align: center;
	background: linear-gradient(180deg, rgb(0 77 54 / 0) 0%, rgb(0 77 54 / 0.15) 45%, rgb(0 77 54 / 0.32) 100%);
}

.team-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 1rem;
	color: var(--color-brand-deep);
	font-size: 0.95rem;
	font-weight: 600;
	text-align: center;
}

.team-card__content {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	padding-top: clamp(0.85rem, 1.5vw, 1.1rem);
	text-align:center;
}

.team-card__name {
	margin: 0;
	font-size: clamp(1.15rem, 1.8vw, 1.35rem);
	line-height: 1.15;
	font-weight: 800;
	color: var(--color-sun);
}

.team-card__fonction {
	margin: 0;
	font-size: clamp(0.9rem, 1.3vw, 1rem);
	line-height: 1.35;
	font-weight: 600;
	color: var(--color-brand-light);
}

.team-card__mission-group {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.team-card__mission-title {
	margin: 0;
	font-size: clamp(0.95rem, 1.3vw, 1rem);
	line-height: 1.15;
	font-weight: 800;
	color: var(--color-ink-soft);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.team-card__mission,
.team-card__description {
	font-size: clamp(1rem, 1.6vw, 1.15rem);
	line-height: 1.2;
	color: var(--color-brand-deep);
	font-weight: 700;
}

.team-card__mission {
	font-size: clamp(0.95rem, 1.3vw, 1rem);
}

.team-card__mission > :first-child,
.team-card__description > :first-child {
	margin-top: 0;
}

.team-card__mission > :last-child,
.team-card__description > :last-child {
	margin-bottom: 0;
}

.team-card__mission {
	font-weight: 500;
	color: var(--color-ink-soft);
}

.team-card__social {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-top: 0.25rem;
    justify-content: center;
}

.team-card__social-link {
	width: 2.5rem;
    height: 2.5rem;
    color: var(--color-brand-deep);
    background: #d674142b;
    padding: 4px;
}

.team-card__social-link svg {
	width: 100%;
	height: 100%;
	fill: var(--color-ink-soft);
}

@media (min-width: 640px) {
	.team-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 960px) {
	.team-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* Swup — persistent header + circle curtain transition */
.site-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: auto minmax(0, 1fr);
	grid-template-areas: "header" "main";
	min-height: 100vh;
	min-height: 100dvh;
}

.site-layout > .site-header {
	grid-area: header;
	position: fixed;
	z-index: 260;
}

.swup-main-stage {
	grid-area: main;
	position: relative;
	min-height: 0;
	overflow: clip;
}

#swup {
	min-height: 100%;
}

html.is-animating #swup.transition-fade {
	opacity: 1;
}

.swup-curtain {
	position: fixed;
	inset: 0;
	z-index: 250;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	background: var(--color-ink-soft);
	clip-path: circle(0vmax at 50% 50%);
	transition:
		opacity 0.2s ease,
		visibility 0s linear 0.65s;
}

.swup-curtain.is-active {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transition:
		opacity 0.15s ease,
		visibility 0s;
}

#swup.transition-fade {
	transition: none;
}

.swup-curtain__loader {
	width: 2.75rem;
	height: 2.75rem;
	border: 3px solid rgba(255, 205, 13, 0.25);
	border-top-color: var(--color-sun);
	border-radius: 50%;
	opacity: 0;

	transition: opacity 0.25s ease 0.15s, transform 0.25s ease 0.15s;
}

.swup-curtain.is-covered.is-loading .swup-curtain__loader {
	opacity: 1;
	animation: swup-curtain-spin 0.75s linear infinite;
}

@keyframes swup-curtain-spin {
	to {
		transform: rotate(360deg);
	}
}

html.is-changing,
html.is-swup-changing {
	overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
	.swup-curtain {
		transition-duration: 0.01ms;
	}

	.swup-curtain__loader {
		animation: none;
	}
}

/* Lenis smooth-scroll helpers */
html.lenis,
html.lenis body {
	height: auto;
}

.lenis.lenis-smooth iframe {
	pointer-events: none;
}

.lenis.lenis-stopped {
	overflow: hidden;
}


#bottom-overlap-title {
	margin-bottom: 2rem;
}

.section__title-highlight {
	position: relative;
	z-index: 1;
}

.section__title-highlight::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 6px;
	bottom: 0;
	left: 0;
	background: var(--color-brand-light);
	z-index: -1;
}


.page-template-page-agence .service-intro__box {
	background: var(--color-ink-soft);
}

.team-card__name span {
	background: var(--color-brand-light);
	color: var(--color-brand-deep);
	padding: 2px 8px;
	border-radius: var(--radius-pill);
}

.team-card__fonction {
	background: var(--color-sun);
    color: var(--color-brand-deep);
    padding: 2px 8px;
    border-radius: var(--radius-pill);
    font-style: italic;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transform: rotate(-4deg) translateY(-4px);
    display: block;
}

.service-content .entry-content p {
	font-size: clamp(1.2rem, 2vw, 1.7rem);
    line-height: 1.3;
    color: var(--color-brand-deep);
    font-weight: 500;
}


h1.entry-title {
	margin-bottom: 2rem;
}




/* contact form */

.agamea-form {
	padding: 32px 0px;
	border-radius: 0;
	font-family: inherit;
	font-weight: 500;
	font-size: clamp(1.2rem, 2vw, 1.7rem);
	line-height: 1.45;
  }
  
  .agamea-hello {
	margin: 0 0 12px;
  }
  
  .agamea-line {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
	flex-wrap: wrap;
  }
  
  .agamea-line p {
	margin: 0;
  }
  
  .agamea-input,
  .agamea-form input[type="text"],
  .agamea-form input[type="tel"] {
	height: 60px;
    border: 0;
    border-radius: 999px;
    background: rgba(214, 230, 165, 0.65);
    color: #083f3a;
    font: inherit;
    font-weight: 500;
    padding: 0 25px;
    outline: none;
    box-shadow: none;
  }
  
  .agamea-name-line .agamea-input {
	width: min(360px, 100%);
  }
  
  .agamea-line:not(.agamea-name-line) .agamea-input {
	flex: 1;
	min-width: 280px;
	max-width: 350px;
  }
  
  .agamea-input::placeholder {
	color: rgba(116, 152, 65, 0.6);
  }
  
  .agamea-message {
	margin-top: 30px;
  }
  
  .agamea-message textarea {
	width: 100%;
	min-height: 480px;
	border: 0;
	border-radius: 28px;
	background: rgba(214, 230, 165, 0.65);
	color: #083f3a;
	font: inherit;
	font-weight: 500;
	padding: 25px 25px;
	outline: none;
	resize: vertical;
	box-shadow: none;
  }
  
  .agamea-submit {
	margin-top: 24px;
  }
  
  .agamea-submit input[type="submit"] {
	border: 0;
	border-radius: 999px;
	background: #083f3a;
	color: #d6e6a5;
	padding: 16px 36px;
	font-weight: 800;
	font-size: 20px;
	cursor: pointer;
  }
  
  .agamea-required {
	margin: 30px 32px 0 0;
    text-align: right;
    font-size: 18px !important;
    font-weight: 400 !important;
  }
  
  /* Nettoyage CF7 */
  .agamea-form .wpcf7-form-control-wrap {
	display: inline-flex;
	flex: 1;
	width: 100%;
  }
  
  .agamea-name-line .wpcf7-form-control-wrap {
	flex: 0 1 360px;
  }
  
  .agamea-form .wpcf7-not-valid-tip {
	display: none;
  }
  
  .agamea-form .wpcf7-response-output {
	margin: 24px 0 0;
	border-color: #083f3a;
	color: #083f3a;
  }
  
  /* Mobile */
  @media (max-width: 768px) {
	.agamea-form {
	  padding: 24px 20px;
	  font-size: 28px;
	}
  
	.agamea-line {
	  display: block;
	  margin-bottom: 18px;
	}
  
	.agamea-form .wpcf7-form-control-wrap,
	.agamea-name-line .wpcf7-form-control-wrap {
	  display: block;
	  width: 100%;
	  margin: 8px 0;
	}
  
	.agamea-input,
	.agamea-form input[type="text"],
	.agamea-form input[type="tel"] {
	  width: 100%;
	  height: 54px;
	}
  
	.agamea-message textarea {
	  min-height: 300px;
	  padding: 28px;
	}
  
	.agamea-required {
	  font-size: 18px;
	  text-align: left;
	}
  }
  .contact-content {
	width: 100%;
  }

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