/* Soju Nail Art — feuille de style partagée
   Charte graphique issue de la maquette Claude Design */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Jost:wght@300;400;500&display=swap');

@font-face {
  font-family: 'Anaktoria';
  src: url('../fonts/Anaktoria.otf') format('opentype');
  font-weight: 400;
  font-display: swap;
}

:root {
  --brun: #351D2C;
  --creme: #EDE4DA;
  --card: #FBF6F1;
  --rouge: #805355;
  --or: #DCAE7D;
  --or-clair: #E9C88F;
  --beige-fonce: #E2BB9D;
  --beige-gris: #CCC2B2;
  --texte-clair: #F6EDE4;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--creme);
  font-family: 'Jost', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: var(--brun);
}

a { color: var(--rouge); text-decoration: none; }
a:hover { color: var(--or); }
img { max-width: 100%; display: block; }

.font-display {
  font-family: 'Anaktoria', 'Cormorant Garamond', serif;
  font-weight: 400;
}

.page {
  max-width: 1440px;
  margin: 0 auto;
  background: var(--card);
  box-shadow: 0 30px 70px rgba(53, 29, 44, 0.14);
  overflow: hidden;
}

/* ---------- Navigation ---------- */

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 56px;
  background: var(--brun);
  flex-wrap: wrap;
  gap: 18px;
}
.nav__logo { height: 62px; width: auto; }
.nav__links { display: flex; align-items: center; gap: 38px; flex-wrap: wrap; }
.nav__link { font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--beige-gris); }
.nav__link:hover { color: var(--or); }
.nav__link--active { color: var(--texte-clair); }
.nav__link--active:hover { color: var(--texte-clair); }

.btn {
  display: inline-block;
  padding: 13px 26px;
  background: linear-gradient(100deg, var(--or), var(--or-clair) 55%, var(--or));
  color: var(--brun) !important;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
.btn:hover { filter: brightness(1.05); color: var(--brun) !important; }
.btn--lg { padding: 17px 34px; font-size: 13px; }
.btn-dark {
  display: inline-block;
  padding: 15px 30px;
  background: var(--brun);
  color: var(--texte-clair) !important;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
.link-underline {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rouge);
  border-bottom: 1px solid rgba(128, 83, 85, 0.4);
  padding-bottom: 4px;
}

/* ---------- Footer ---------- */

.footer {
  padding: 38px 56px;
  background: var(--brun);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer, .footer a { font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: #9C8A80; }
.footer a:hover { color: var(--or); }
.footer__insta { color: var(--or) !important; }

/* ---------- Éléments communs ---------- */

.eyebrow { font-size: 12px; letter-spacing: 0.34em; text-transform: uppercase; color: var(--or); }
.eyebrow--rouge { color: var(--rouge); font-size: 11px; letter-spacing: 0.28em; }
.cover { background-size: cover; background-position: center; background-repeat: no-repeat; }
.split { display: grid; grid-template-columns: 1fr 1fr; }

/* ---------- Hero (Accueil) ---------- */

.hero { min-height: 620px; }
.hero__text {
  padding: 96px 72px 88px 56px;
  background: var(--brun);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  position: relative;
}
.hero__frame { position: absolute; inset: 26px; border: 1px solid rgba(220, 174, 125, 0.28); pointer-events: none; }
.hero__title { font-size: 66px; line-height: 1.04; color: var(--texte-clair); margin: 0; }
.hero__title em { font-style: italic; color: #E2BB9D; }
.hero__lead { margin: 0; max-width: 430px; font-size: 16px; line-height: 1.75; color: #D8C9BE; font-weight: 300; }
.hero__actions { display: flex; align-items: center; gap: 24px; margin-top: 8px; flex-wrap: wrap; }
.hero__link { font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: #E2BB9D; border-bottom: 1px solid rgba(226, 187, 157, 0.5); padding-bottom: 4px; }

/* ---------- Sections texte + visuel ---------- */

.section { padding: 88px 56px; background: var(--card); display: flex; flex-direction: column; gap: 44px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; flex-wrap: wrap; }
.section-head__title { display: flex; flex-direction: column; gap: 14px; max-width: 560px; }
.section-head__title h2 { margin: 0; font-size: 46px; line-height: 1.12; color: var(--brun); }
.section-head__title h2 em { font-style: italic; color: var(--rouge); }
.section-head__text { margin: 0; max-width: 420px; font-size: 15px; line-height: 1.8; color: #6B5460; font-weight: 300; }

.cartes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.carte { padding: 38px 34px; display: flex; flex-direction: column; gap: 14px; }
.carte--brun { background: var(--brun); }
.carte--brun .carte__num { color: var(--or); }
.carte--brun .carte__titre { color: var(--texte-clair); }
.carte--brun .carte__texte { color: #C8B7AC; }
.carte--beige { background: var(--beige-fonce); }
.carte--beige .carte__num { color: var(--rouge); }
.carte--beige .carte__titre { color: var(--brun); }
.carte--beige .carte__texte { color: #4E3542; }
.carte--gris { background: var(--beige-gris); }
.carte--gris .carte__num { color: var(--rouge); }
.carte--gris .carte__titre { color: var(--brun); }
.carte--gris .carte__texte { color: #48383C; }
.carte__num { font-family: 'Cormorant Garamond', serif; font-size: 30px; }
.carte__titre { font-family: 'Cormorant Garamond', serif; font-size: 25px; }
.carte__texte { margin: 0; font-size: 14px; line-height: 1.75; font-weight: 300; }

/* ---------- Galerie (Accueil) ---------- */

.galerie { padding: 0 56px 88px; background: var(--card); display: flex; flex-direction: column; gap: 32px; }
.galerie-head { display: flex; align-items: flex-end; justify-content: space-between; border-top: 1px solid rgba(53, 29, 44, 0.14); padding-top: 34px; flex-wrap: wrap; gap: 16px; }
.galerie-head h2 { margin: 0; font-size: 42px; color: var(--brun); }
.galerie-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 255px; gap: 16px; }
.galerie-grid > div { grid-row: span 1; }
.span-2-row { grid-row: span 2 !important; }
.span-2-col { grid-column: span 2 !important; }

/* ---------- À propos (Accueil) ---------- */

.apropos { display: grid; grid-template-columns: 0.85fr 1fr; background: var(--brun); }
.apropos__photo { min-height: 520px; }
.apropos__texte { padding: 88px 64px; display: flex; flex-direction: column; gap: 26px; justify-content: center; }
.apropos__texte h2 { margin: 0; font-size: 44px; line-height: 1.14; color: var(--texte-clair); }
.apropos__texte h2 em { font-style: italic; color: #E2BB9D; }
.apropos__texte p { margin: 0; max-width: 470px; font-size: 16px; line-height: 1.8; color: #D3C4B9; font-weight: 300; }
.apropos__stats { display: flex; gap: 52px; margin-top: 12px; flex-wrap: wrap; }
.apropos__stat { display: flex; flex-direction: column; gap: 6px; }
.apropos__stat strong { font-family: 'Cormorant Garamond', serif; font-size: 38px; color: var(--or); font-weight: 400; }
.apropos__stat span { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: #B9A79C; }

/* ---------- Contact (Accueil) ---------- */

.contact { display: grid; grid-template-columns: 1fr 0.9fr; background: #EFE4D9; }
.contact__info { padding: 80px 56px; display: flex; flex-direction: column; gap: 34px; }
.contact__info h2 { margin: 0; font-size: 42px; color: var(--brun); }
.contact__blocs { display: flex; flex-direction: column; gap: 26px; }
.contact__bloc { display: flex; flex-direction: column; gap: 6px; }
.contact__bloc a { font-size: 20px; color: var(--brun); font-weight: 300; width: fit-content; border-bottom: 1px solid rgba(128, 83, 85, 0.45); padding-bottom: 4px; }
.contact__bloc span.grand { font-size: 18px; color: var(--brun); font-weight: 300; }
.contact__bloc small { font-size: 13px; line-height: 1.65; color: #7A6470; font-weight: 300; }
.contact__photo { position: relative; overflow: hidden; background: #EFE4D9; min-height: 520px; }
.contact__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ---------- Prestations ---------- */

.presta-header { display: grid; grid-template-columns: 1.15fr 0.85fr; background: var(--brun); }
.presta-header__texte { padding: 78px 56px; display: flex; flex-direction: column; gap: 22px; justify-content: center; }
.presta-header__texte h1 { margin: 0; font-size: 56px; line-height: 1.08; color: var(--texte-clair); }
.presta-header__texte p { margin: 0; max-width: 520px; font-size: 16px; line-height: 1.8; color: #D3C4B9; font-weight: 300; }
.presta-header__photo { min-height: 330px; }

.presta-liste { padding: 76px 56px 90px; display: flex; flex-direction: column; gap: 64px; }
.presta-bloc { display: grid; grid-template-columns: 300px 1fr; gap: 56px; }
.presta-bloc__intro { display: flex; flex-direction: column; gap: 12px; }
.presta-bloc__intro h3 { margin: 0; font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 34px; line-height: 1.15; color: var(--brun); }
.presta-bloc__intro p { margin: 0; font-size: 14px; line-height: 1.75; color: #7A6470; font-weight: 300; }

.tarif-table { display: flex; flex-direction: column; }
.tarif-row {
  display: grid;
  grid-template-columns: 1fr 120px 130px;
  gap: 20px;
  padding: 19px 0;
  border-bottom: 1px solid rgba(53, 29, 44, 0.09);
  align-items: baseline;
}
.tarif-row--header {
  padding: 14px 0;
  border-bottom: 1px solid rgba(53, 29, 44, 0.14);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--rouge);
}
.tarif-row--signature {
  grid-template-columns: 1fr 120px 190px;
  padding: 22px 22px 22px 20px;
  margin-top: 10px;
  background: var(--brun);
  border-bottom: none;
}
.tarif-row--signature .tarif-nom { color: var(--texte-clair); }
.tarif-row--signature .tarif-duree { color: #C8B7AC; }
.tarif-row--signature .tarif-prix { color: var(--or); text-align: right; white-space: nowrap; }
.tarif-row--signature .tarif-prix small { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #C8B7AC; }
.tarif-nom { font-size: 17px; color: var(--brun); font-weight: 300; }
.tarif-duree { font-size: 14px; color: #7A6470; }
.tarif-prix { text-align: right; font-family: 'Cormorant Garamond', serif; font-size: 24px; color: var(--brun); }
.tarif-nonligne { font-size: 11px; color: var(--rouge); text-transform: uppercase; letter-spacing: 0.08em; }

.cta-band { display: grid; grid-template-columns: 1fr 0.8fr; background: var(--beige-fonce); }
.cta-band__texte { padding: 70px 56px; display: flex; flex-direction: column; gap: 22px; justify-content: center; }
.cta-band__texte h2 { margin: 0; font-size: 40px; line-height: 1.15; color: var(--brun); }
.cta-band__texte h2 em { font-style: italic; color: var(--rouge); }
.cta-band__texte p { margin: 0; max-width: 460px; font-size: 15px; line-height: 1.8; color: #4E3542; font-weight: 300; }
.cta-band__photo { min-height: 330px; }

/* ---------- Compte ---------- */

.compte-split { display: grid; grid-template-columns: 0.82fr 1.18fr; min-height: 880px; }
.compte-visuel { position: relative; }
.compte-visuel__voile { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(53,29,44,0.72), rgba(53,29,44,0.35) 45%, rgba(53,29,44,0.8)); }
.compte-visuel__contenu { position: relative; height: 100%; padding: 64px 48px; display: flex; flex-direction: column; justify-content: space-between; box-sizing: border-box; }
.compte-visuel h2 { margin: 0; font-size: 40px; line-height: 1.14; color: #FBF3EA; }
.compte-visuel h2 em { font-style: italic; color: #E2BB9D; }
.compte-visuel ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.compte-visuel li { display: flex; gap: 14px; align-items: baseline; font-size: 14px; line-height: 1.7; color: #E3D6CC; font-weight: 300; }
.compte-visuel li::before { content: '—'; color: var(--or); font-family: 'Cormorant Garamond', serif; font-size: 18px; }

.compte-form { padding: 76px 88px; display: flex; flex-direction: column; gap: 30px; background: var(--card); }
.compte-form h1 { margin: 0; font-size: 48px; line-height: 1.08; color: var(--brun); }
.compte-form > p.intro { margin: 0; max-width: 470px; font-size: 15px; line-height: 1.75; color: #7A6470; font-weight: 300; }
.compte-form fieldset { border: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 26px; }
.compte-form__ligne { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.compte-form__actions { display: flex; flex-direction: column; gap: 20px; }
.compte-form__toggle { font-size: 13px; color: #7A6470; font-weight: 300; background: none; border: none; padding: 0; cursor: pointer; }
.compte-form__toggle span { color: var(--rouge); border-bottom: 1px solid rgba(128, 83, 85, 0.4); }
.pw-field { display: flex; align-items: baseline; gap: 12px; }
.pw-field input { flex: 1; }
.pw-toggle { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: #A08F84; background: none; border: none; cursor: pointer; white-space: nowrap; }

/* ---------- Formulaire ---------- */

.champ { display: flex; flex-direction: column; gap: 9px; }
.champ label { font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--rouge); }
.champ input {
  padding: 15px 0 13px;
  border: none;
  border-bottom: 1px solid rgba(53, 29, 44, 0.22);
  background: transparent;
  font-size: 17px;
  color: var(--brun);
  font-weight: 300;
  font-family: 'Jost', sans-serif;
  width: 100%;
}
.champ input:focus { outline: none; border-bottom-color: var(--rouge); }
.champ small { font-size: 12px; color: #A08F84; font-weight: 300; }
.champ--petit { max-width: 280px; }

.form-msg { font-size: 14px; line-height: 1.6; padding: 14px 18px; display: none; }
.form-msg--visible { display: block; }
.form-msg--ok { background: rgba(220, 174, 125, 0.25); color: var(--brun); }
.form-msg--err { background: rgba(128, 83, 85, 0.15); color: var(--rouge); }

/* ---------- Réalisations ---------- */

.realisations-header { padding: 74px 56px 44px; background: var(--brun); display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; flex-wrap: wrap; }
.realisations-header__texte { display: flex; flex-direction: column; gap: 20px; }
.realisations-header__texte h1 { margin: 0; font-size: 56px; line-height: 1.08; color: var(--texte-clair); }
.realisations-header__texte p { margin: 0; max-width: 520px; font-size: 16px; line-height: 1.8; color: #D3C4B9; font-weight: 300; }

.filtres { padding: 0 56px 44px; background: var(--brun); display: flex; gap: 12px; flex-wrap: wrap; }
.filtre { padding: 11px 22px; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: #E2BB9D; border: 1px solid rgba(226, 187, 157, 0.4); background: none; cursor: pointer; }
.filtre--active { background: var(--beige-fonce); color: var(--brun); border-color: transparent; }

.realisations-grille { padding: 64px 56px 76px; display: flex; flex-direction: column; gap: 44px; }
.realisations-grille .grid-3 > div { height: 430px; }
.bande-large { display: grid; grid-template-columns: 1.4fr 1fr; gap: 20px; }
.bande-large__photo { height: 400px; }
.bande-large__carte { background: var(--beige-fonce); padding: 48px 42px; display: flex; flex-direction: column; justify-content: center; gap: 16px; }
.bande-large__carte h3 { margin: 0; font-size: 32px; line-height: 1.16; color: var(--brun); font-weight: 400; }
.bande-large__carte p { margin: 0; font-size: 15px; line-height: 1.75; color: #4E3542; font-weight: 300; }
.grid-4 > div { height: 300px; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

/* ---------- Footer ---------- */

.footer { padding: 38px 56px; background: var(--brun); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }

/* ---------- Responsive ---------- */

@media (max-width: 960px) {
  .hero, .split, .apropos, .contact, .presta-header, .cta-band, .compte-split {
    grid-template-columns: 1fr !important;
  }
  .hero__text { padding: 56px 28px; }
  .hero__title { font-size: 44px; }
  .cartes { grid-template-columns: 1fr; }
  .presta-bloc { grid-template-columns: 1fr; gap: 20px; }
  .galerie-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
  .span-2-col { grid-column: span 1 !important; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .bande-large { grid-template-columns: 1fr; }
  .section, .galerie, .presta-liste, .realisations-grille, .compte-form, .apropos__texte, .contact__info, .cta-band__texte, .presta-header__texte { padding-left: 24px; padding-right: 24px; }
  .nav { padding: 18px 24px; }
  .compte-form__ligne { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .galerie-grid { grid-template-columns: 1fr; }
  .hero__title { font-size: 34px; }
  .presta-header__texte h1, .realisations-header__texte h1, .compte-form h1 { font-size: 34px; }
}
