/* Global resets & variables */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

:root {
    --gjs-t-color-primary: #4a5a3f;
    --gjs-t-color-secondary: #efe7da;
    --gjs-t-color-accent: #7b5e3b;
    --gjs-t-color-success: #557a46;
    --gjs-t-color-warning: #b78a3c;
    --gjs-t-color-error: #a34b42;
}

html {
    scroll-behavior: smooth;
}

/* Masquer les sections par défaut */
.hidden-section {
  display: none !important;
}

/* Classe pour afficher une section active */
.show-section {
  display: block !important;
}

/* Cacher par défaut les sections demandées */
#about,
#story,
#project,
#paths {
  display: none;
}

/* Classe pour afficher une section (override) */
.show-section {
  display: block !important;
}

/* Theme tokens */
.gjs-t-body {
    background-color: #f7f3ec;
    color: #312a22;
    font-size: 16px;
    line-height: 1.7;
}

.gjs-t-h1 {
    color: #201913;
    font-size: 68px;
    line-height: 1.05;
}

.gjs-t-h2 {
    color: #241d17;
    font-size: 40px;
    line-height: 1.15;
}

.gjs-t-button {
    background-color: #4a5a3f;
    color: #f8f5ef;
    border-radius: 9999px;
}

.gjs-t-link {
    color: #4a5a3f;
    text-decoration: none;
}

.gjs-t-border {
    border-radius: 24px;
    border-color: #d9cfbf;
}

/* Typography */
.font-display {
    font-family: "Cormorant Garamond", serif;
}

.font-body {
    font-family: "Inter", sans-serif;
}

.text-balance {
    text-wrap: balance;
}

/* Base element resets (tailwind-like) */
*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    line-height: inherit;
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
}

abbr:where([title]) {
    text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp, pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub { bottom: -0.25em; }
sup { top: -0.5em; }

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button, select {
    text-transform: none;
}

button, input[type='button'], input[type='reset'], input[type='submit'] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

:-moz-focusring { outline: auto; }
:-moz-ui-invalid { box-shadow: none; }

progress { vertical-align: baseline; }

::-webkit-inner-spin-button,
::-webkit-outer-spin-button { height: auto; }

[type='search'] { -webkit-appearance: textfield; outline-offset: -2px; }
::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }

summary { display: list-item; }
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre { margin: 0; }

fieldset { margin: 0; padding: 0; }
legend { padding: 0; }
ol, ul, menu { list-style: none; margin: 0; padding: 0; }
dialog { padding: 0; }
textarea { resize: vertical; }

input::placeholder,
textarea::placeholder { opacity: 1; color: #9ca3af; }

button, [role="button"] { cursor: pointer; }
:disabled { cursor: default; }

img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
}

img, video { max-width: 100%; height: auto; }
[hidden] { display: none; }

/* Utility classes */
.cls-eqhkel {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Layout containers */
.page-wrapper {
    min-height: 100vh;
    background-color: rgb(247 243 236 / 1);
    color: rgb(49 42 34 / 1);
}

/* Header */
.header {
    position: sticky;
    top: 0;
    z-index: 30;
    border-bottom-width: 1px;
    border-color: rgb(221 210 194 / 1);
    background-color: rgb(247 243 236 / 0.9);
    backdrop-filter: blur(8px);
}

.header-container {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 100rem;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 2rem;
}

.brand-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgb(36 29 23 / 1);
}

.brand-mark {
    display: flex;
    width: 4rem;
    height: 4rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.brand-mark .brand-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.brand-text { display: flex; flex-direction: column; }
.brand-title {
    font-size: 1.575rem;
    line-height: 1;
    color: rgb(36 29 23 / 1);
}

.brand-subtitle {
    font-size: 0.55rem;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: rgb(123 106 87 / 1);
}

.navigation {
  gap: 0.5rem;
  font-size: 0.875rem;
}

.navigation-link {
  padding: 0.25rem 0.5rem;
  line-height: 1;
}

.navigation-link:hover {
    background-color: rgb(239 231 218 / 1);
    color: rgb(42 58 35 / 1);
}

.navigation-link:focus {
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: #7b5e3b;
}

/* Hero */
.hero-section {
    position: relative;
    overflow: hidden;
    border-bottom-width: 1px;
    border-color: rgb(221 210 194 / 1);
}

.hero-background {
    position: absolute;
    inset: 0;
}

.hero-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(
        to right,
        rgba(62, 48, 31, 0.55) 0%,
        rgba(122, 95, 50, 0.24) 35%,
        rgba(255, 214, 128, 0.12) 65%,
        rgba(255, 236, 188, 0.04) 100%
    );
}

.hero-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 80rem;
    align-items: flex-end;
    padding: 7rem 2rem;
}

.hero-content {
    max-width: 48rem;
}

.hero-eyebrow {
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(213 200 184 / 0.6);
    background-color: rgb(247 243 236 / 0.1);
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: rgb(242 234 223 / 1);
}

.hero-title {
    text-wrap: balance;
    color: rgb(251 247 241 / 1);
}

.hero-description {
    margin-top: 1.5rem;
    max-width: 42rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: rgb(234 223 206 / 1);
}

.hero-actions {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.primary-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    border-width: 1px;
    border-color: rgb(100 116 88 / 1);
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.primary-button:hover {
    background-color: rgb(90 109 78 / 1);
}

.primary-button:focus {
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: #7b5e3b;
}

.button-icon {
    height: 1rem;
    width: 1rem;
}

.secondary-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(216 204 188 / 1);
    background-color: transparent;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: rgb(251 247 241 / 1);
    transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.secondary-button:hover {
    background-color: rgb(247 243 236 / 0.1);
    color: rgb(255 255 255 / 1);
}

.secondary-button:focus {
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: #f2eadf;
}

/* Intro metrics */
.intro-metrics-section {
    border-bottom-width: 1px;
    border-color: rgb(221 210 194 / 1);
    background-color: rgb(242 235 223 / 1);
}

.intro-metrics-container {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    max-width: 80rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    padding: 2.5rem 2rem;
}

.metric-card {
    border-radius: 1.5rem;
    border-width: 1px;
    background-color: rgb(248 244 237 / 1);
    padding: 1.5rem;
}

.metric-value {
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: rgb(43 36 29 / 1);
}

.metric-description {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(111 98 86 / 1);
}
/* About */
.about-us-section {
    border-bottom-width: 1px;
    border-color: rgb(221 210 194 / 1);
    background-color: rgb(247 243 236 / 1);
}

.about-container {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    max-width: 80rem;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
    padding: 6rem 2rem;
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.section-heading-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.section-eyebrow {
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: rgb(123 94 59 / 1);
}

.about-text-group {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    color: rgb(74 67 59 / 1);
}

/* Values grid */
.values-grid, .project-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    align-content: start;
}

.value-card, .project-card {
    border-radius: 1.5rem;
    border-width: 1px;
    background-color: rgb(251 248 243 / 1);
    padding: 1.25rem;
    align-self: start;
    height: auto;
}

.value-header, .project-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.value-icon-wrap, .project-icon-wrap {
    display: flex;
    height: 2.75rem;
    width: 2.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgb(239 231 218 / 1);
}

.value-icon, .project-icon {
    height: 1.25rem;
    width: 1.25rem;
}

.value-title, .project-title {
    font-size: 1.5rem;
    line-height: 2rem;
    color: rgb(42 36 29 / 1);
}

.value-description, .project-description {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(109 96 83 / 1);
}

/* About visuals */
.about-visuals {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.large-image-card {
    overflow: hidden;
    border-radius: 28px;
    border-width: 1px;
    background-color: rgb(233 222 206 / 1);
}

.about-image {
    height: 560px;
    width: 100%;
    object-fit: cover;
}

.quote-card {
    border-radius: 28px;
    border-width: 1px;
    background-color: rgb(251 248 243 / 1);
    padding: 1.75rem;
}

.quote-text {
    font-size: 1.575rem;
    line-height: 1.25;
    color: rgb(42 36 29 / 1);
}

.quote-footer {
    margin-top: 1rem;
    font-size: 0.775rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: rgb(138 120 102 / 1);
}

/* Project */
.project-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    padding: 6rem 2rem;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    grid-template-rows: auto 1fr;
    gap: 1rem;
    align-items: stretch;
}

/* Project visuals */
.project-visuals {
    grid-column: 2;
    grid-row: 1 / span 2;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: stretch;
    justify-content: flex-start;
    padding-left: 0.75rem;
    width: 110%;
}

.project-visuals .large-image-card {
    width: 100%;
    overflow: hidden;
    border-radius: 28px;
    height: auto;
}

.project-image {
    width: 100%;
    height: 125%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

/* Responsive project */
@media (max-width: 992px) {
    .project-visuals {
        grid-column: 1;
        grid-row: 3;
        padding-left: 0;
        margin-top: 1rem;
    }
}
/* Paths */
.explore-paths-section {
    border-bottom-width: 1px;
    border-color: rgb(221 210 194 / 1);
    background-color: rgb(239 231 218 / 1);
}

.paths-container, .contact-container {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    max-width: 80rem;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
    padding: 6rem 2rem;
}

.paths-header {
    margin-bottom: 2.5rem;
    display: flex;
    max-width: 48rem;
    flex-direction: column;
    gap: 1rem;
}

.paths-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.explore-card-link {
    border-radius: 30px;
    border-width: 1px;
    background-color: rgb(248 244 237 / 1);
    padding: 1.75rem;
    transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.explore-card-header{
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.explore-card-link:hover {
    border-color: rgb(185 171 152 / 1);
    background-color: rgb(252 250 246 / 1);
}

.explore-card-link:focus {
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: #7b5e3b;
}

.explore-card-icon-wrap {
    display: flex;
    height: 2.75rem;
    width: 2.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgb(239 231 218 / 1);
}
.explore-card-icon {
    height: 1.25rem;
    width: 1.25rem;
}

.explore-card-title  {
    font-size: 1.5rem;
    line-height: 2rem;
    color: rgb(42 36 29 / 1);
}


.explore-card-arrow {
    height: 1.25rem;
    width: 1.25rem;
    transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.group:hover .explore-card-arrow {
    transform: translate(0.125rem, -0.125rem);
}


/* contact */
.contact-vision-section {
    border-bottom-width: 1px;
    border-color: rgb(221 210 194 / 1);
    background-color: rgb(247 243 236 / 1);
}

.paragraph {
    color: rgb(95 84 72 / 1);
}

.contact-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding-top: 0.5rem;
}

.highlight-item {
    border-radius: 1rem;
    border-width: 1px;
    border-color: rgb(224 212 197 / 1);
    background-color: rgb(247 243 236 / 1);
    padding: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(101 89 77 / 1);
}

.contact-image-card {
    overflow: hidden;
    border-radius: 30px;
    border-width: 1px;
    background-color: rgb(233 222 206 / 1);
}

.contact-image {
    height: 100%;
    min-height: 520px;
    width: 100%;
    object-fit: cover;
}

.paths-container,.contact-container {
    align-items: start;
}

.paths-content,.contact-content {
    min-width: 0;
}

.contact-form {
    width: calc(198%);
    margin: 2rem 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 4rem;
    padding: 2rem;
    border: 1px solid #d9cfbf;
    border-radius: 28px;
    background-color: #fbf8f3;
}
.contact-form input {
    width: 100%;
    height: 2rem;
}

.contact-form textarea,
.contact-form button {
    grid-column: 1 / -1;
}

.contact-form textarea {
    width: 100%;
    min-height: 3rem;
}

.contact-form button {
    justify-self: center;
}
.contact-form-intro {
    grid-column: 1 / -1;
    margin: 0 0 0.5rem;
    color: #312a22;
    font-size: 1rem;
    font-weight: 500;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(109 96 83 / 1);
    opacity: 1;
}


/* Closing */
.closing-section {
    background-image: linear-gradient(to bottom, #f2ebdf, #efe5d7);
}

.closing-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    padding: 6rem 2rem;
}

.closing-card {
    border-radius: 34px;
    border-width: 1px;
    background-color: rgb(251 248 243 / 1);
    padding: 2.5rem;
}

.closing-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2.5rem;
}

.closing-content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.closing-text {
    max-width: 42rem;
    color: rgb(95 84 72 / 1);
}

.closing-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 0.5rem;
}

.secondary-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 9999px;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(74 90 63 / 1);
    transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.secondary-link:hover {
    background-color: rgb(239 231 218 / 1);
    color: rgb(49 64 41 / 1);
}

.secondary-link:focus {
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: #7b5e3b;
}

.link-icon {
    height: 1rem;
    width: 1rem;
}

/* Closing aside */
.closing-aside {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 28px;
    border-width: 1px;
    border-color: rgb(224 212 197 / 1);
    background-color: rgb(247 243 236 / 1);
    padding: 1.5rem;
}

.aside-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.aside-icon-wrap {
    display: flex;
    height: 2.75rem;
    width: 2.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgb(239 231 218 / 1);
}

.aside-icon {
    height: 1.25rem;
    width: 1.25rem;
}

.aside-title-group {
    display: flex;
    flex-direction: column;
}

.aside-title {
    font-size: 1.5rem;
    line-height: 2rem;
    color: rgb(36 29 23 / 1);
}

.aside-subtitle {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(122 106 90 / 1);
}

.aside-divider {
    height: 1px;
    width: 100%;
    background-color: rgb(230 219 204 / 1);
}

.aside-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(101 89 77 / 1);
}

.aside-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.bullet {
    margin-top: 0.5rem;
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 9999px;
    background-color: rgb(74 90 63 / 1);
}

/* Footer */
.footer {
    border-top-width: 1px;
    border-color: rgb(221 210 194 / 1);
    background-color: rgb(243 237 226 / 1);
}

.footer-container {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 80rem;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 2rem;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.footer-brand-icon-wrap {
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(205 191 174 / 1);
    background-color: rgb(239 231 218 / 1);
}

.footer-brand-icon {
    height: 1.25rem;
    width: 1.25rem;
}

.footer-brand-text {
    display: flex;
    flex-direction: column;
}

.footer-brand-title {
    font-size: 1.5rem;
    line-height: 1;
    color: rgb(36 29 23 / 1);
}

.footer-brand-subtitle {
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: rgb(123 106 87 / 1);
}

.footer-meta {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(110 98 86 / 1);
}

.footer-compact {
    background: #f3ede2;
    color: #312a22;
    border-top: 1px solid #ddd2c2;
  padding: 2.4rem 1rem 1.8rem;
}

.footer-compact-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.footer-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 0.8rem;
}

.footer-icon .brand-icon {
    width: 8rem;
    height: 6.5rem;
    object-fit: contain;
}

.footer-branding {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-wordmark {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 5vw, 2.2rem);
  line-height: 0.80;
  letter-spacing: 0.03em;
  font-weight: 500;
    color: #241d17;
}

.footer-rule {
  width: min(90%, 430px);
  height: 1px;
    background: #a9967d;
  margin: 0.35rem auto 0.25rem;
}

.footer-subtitle {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
    color: #7b6a57;
}

.footer-socials {
  display: flex;
    flex-direction: column;
    align-items: center;
  margin-top: 1.5rem;
}

.footer-social-label {
    color: #5f5549;
}

.footer-social-links {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 2.4rem;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
    width: 30px;
    height: 30px;
    color: #4a5a3f;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.social-link:hover {
  opacity: 0.8;
}

.social-link svg {
    width: 30px;
    height: 30px;
  fill: currentColor;
}

.footer-copyright {
  margin-top: 1.4rem;
  font-size: 0.65rem;
  line-height: 1.5;
    color: #6e6256;
}

.footer-copyright a {
  color: inherit;
  text-decoration: none;
}

.footer-copyright a:hover {
  text-decoration: underline;
}








/* Responsive */
@media (max-width: 992px) {
    .gjs-t-h1 { font-size: 48px; line-height: 1.05; }
    .gjs-t-h2 { font-size: 32px; line-height: 1.15; }
    .gjs-t-body { font-size: 15px; line-height: 1.7; }
    .header-container { padding: 1.25rem; }
    .hero-container { padding: 5rem 1.25rem; }
    .hero-description { font-size: 1rem; line-height: 1.5rem; }
    .intro-metrics-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 2.5rem 1.25rem;
    }
    .about-container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        padding: 4rem 1.25rem;
    }
    .about-image { height: 420px; }
    .story-container { padding: 4rem 1.25rem; }
    .story-timeline { grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .story-image { min-height: 420px; }
    .project-container { padding: 4rem 1.25rem; }
    .project-header { flex-direction: column; align-items: flex-start; }
    .project-grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .paths-container { padding: 4rem 1.25rem; }
    .contact-container { padding: 4rem 1.25rem; }
    
    .paths-grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .contact-container { grid-template-columns: repeat(1, minmax(0, 1fr)); padding: 4rem 1.25rem; }
    .contact-image { min-height: 380px; }
    .closing-container { padding: 4rem 1.25rem; }
    .closing-card { padding: 2rem; }
    .closing-grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .footer-container { flex-direction: column; align-items: flex-start; padding: 1.25rem; }
}

@media (max-width: 480px) {
    .gjs-t-h1 { font-size: 38px; line-height: 1.05; }
    .gjs-t-h2 { font-size: 28px; line-height: 1.15; }
    .gjs-t-body { font-size: 14px; line-height: 1.65; }
    .header-container { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .navigation { flex-wrap: wrap; gap: 1rem; }
    .hero-container { padding: 4rem 2rem; }
    .hero-actions { flex-direction: column; align-items: flex-start; }
    .intro-metrics-container { grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .values-grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .about-image { height: 320px; }
    .story-image { min-height: 320px; }
    .contact-highlights { grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .contact-image { min-height: 300px; }
    .closing-card { padding: 1.5rem; }
    .closing-actions { flex-direction: column; align-items: flex-start; }
}

.experience-inline {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.linkedin-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #0a66c2;
    text-decoration: none;
    font-weight: 600;
}

.linkedin-icon {
    width: 16px;
    height: 16px;
}

.experience-chip {
    display: inline; /* ou inline-flex si tu veux garder l’alignement */
}

.experience-text {
    display: inline; /* empêche le saut de ligne */
    white-space: pre-line;
}

.family-photo {
    text-align: center;
}

.photo-caption1 {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
    margin-top: 0;
    font-size: 0.7rem;
    line-height: 1.4;
    color: #f8efe4;
    font-style: italic;
    letter-spacing: 0.02em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    pointer-events: none;
}
.photo-caption2 {
    margin-top: 2px;
    font-size: 0.65rem;
    color: #888;
    font-style: italic;
}

.chip {
    display: flex;
    align-items: center;     /* Centre verticalement */
    justify-content: center; /* Centre horizontalement */
    gap: 8px;                /* Espace entre l’image et le texte */
    padding: 8px 12px;
    border-radius: 20px;
    background-color: #f0f0f0;
}

.chip img {
    width: 32px;   /* Ajuste selon ton design */
    height: 32px;
    object-fit: cover;
    border-radius: 50%; /* Si tu veux un avatar rond */
}

.chip-text {
    white-space: pre-line;
}

