@import
	url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;1,400&display=swap')
	;

:root {
	--navy: #101d2b;
	--deep: #0b1520;
	--gold: #bd9663;
	--cream: #f7f4ee;
	--ink: #192431;
	--muted: #666e75;
	--line: rgba(16, 29, 43, .16)
}

* {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}

body {
	margin: 0;
	color: var(--ink);
	background: var(--cream);
	font-family: 'DM Sans', Arial, sans-serif
}

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

button, input, textarea {
	font: inherit
}

h1, h2, h3, p {
	margin-top: 0
}

h1, h2, h3, blockquote {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 400
}

em {
	font-weight: 400
}

.eyebrow {
	display: block;
	color: #9b7548;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .24em;
	line-height: 1.5
}

.eyebrow.light {
	color: #d9b887
}

.mail-label{
	color: #9b7548;
	font-weight: bold;
}

.site-header {
	height: 94px;
	padding: 0 6%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--cream);
	position: relative;
	z-index: 20
}

.brand {
	display: flex;
	align-items: center;
	gap: 14px
}

.monogram {
	font-family: Georgia, serif;
	font-size: 36px;
	letter-spacing: -.1em;
	padding-right: 4px
}

.brand-dot, .footer-brand span {
	color: var(--gold)
}

.brand-name {
	border-left: 1px solid #bfb7aa;
	padding-left: 14px;
	font-size: 12px;
	letter-spacing: .25em;
	font-weight: 700;
	line-height: 1.3
}

.brand-name small {
	font-size: 9px;
	letter-spacing: .28em;
	font-weight: 400
}

.nav {
	display: flex;
	align-items: center;
	gap: 38px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .03em
}

.nav a:hover, .hero-bottom a:hover {
	color: var(--gold)
}

.nav-contact {
	border: 1px solid var(--navy);
	padding: 13px 19px
}

.nav-contact span, .button span {
	margin-left: 20px
}

.menu-toggle {
	display: none
}

.hero {
	min-height: 680px;
	height: calc(100svh - 94px);
	max-height: 930px;
	position: relative;
	overflow: hidden;
	background: #263747;
	color: white
}

.hero-photo {
	position: absolute;
	inset: 0;
	background-image:
		url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=2200&q=85');
	background-position: center;
	background-size: cover;
	filter: saturate(.55)
}

.hero-shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(9, 22, 35, .93) 0%,
		rgba(9, 22, 35, .7) 43%, rgba(9, 22, 35, .16) 100%),
		linear-gradient(0deg, rgba(9, 22, 35, .4), transparent 30%)
}

.hero-content {
	position: absolute;
	left: 9%;
	top: 50%;
	transform: translateY(-49%);
	max-width: 800px
}

.hero h1 {
	font-size: clamp(68px, 9vw, 148px);
	line-height: .98;
	letter-spacing: -.055em;
	margin: 22px 0 32px
}

.hero h1 em {
	color: #dcc09c
}

.hero-content p {
	max-width: 450px;
	font-size: 16px;
	line-height: 1.8;
	color: #e0e2e3;
	margin-bottom: 38px
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	border: 0;
	cursor: pointer;
	padding: 18px 23px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .02em;
	transition: transform .25s, background .25s
}

.button:hover {
	transform: translateY(-3px)
}

.button-light {
	background: var(--cream);
	color: var(--navy)
}

.hero-bottom {
	position: absolute;
	bottom: 36px;
	left: 9%;
	right: 8%;
	display: flex;
	justify-content: space-between;
	font-size: 10px;
	letter-spacing: .2em;
	color: #e5e4e1
}

.hero-bottom a span {
	font-size: 18px;
	vertical-align: middle;
	margin-left: 8px
}

.intro {
	padding: 125px 9%;
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 7%;
	border-bottom: 1px solid var(--line);
}

.intro h2, .section-heading h2, .contact h2 {
	font-size: clamp(47px, 5vw, 76px);
	line-height: 1.13;
	letter-spacing: -.045em;
	margin: 0 0 28px
}

.intro p {
	max-width: 590px;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.95
}

.approche {
	padding: 125px 9%;
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 7vw
}

.approche-intro {
	position: sticky;
	top: 80px;
	align-self: start
}

.approche h2 {
	font-size: clamp(46px, 5vw, 78px);
	line-height: 1.08;
	letter-spacing: -.05em;
	margin: 25px 0
}

.approche-intro p {
	max-width: 380px;
	color: var(--muted);
	line-height: 1.9
}

.approche-grid {
	border-top: 1px solid var(--line)
}

.approche-card {
	position: relative;
	padding: 33px 18px;
	min-height: 194px;
	display: grid;
	grid-template-columns: 44px 1fr 30px;
	gap: 15px;
	border-bottom: 1px solid var(--line);
	overflow: hidden;
	transition: padding-left .35s
}

.approche-card:before {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--navy);
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform .4s
}

.approche-card:hover:before {
	transform: scaleY(1)
}

.approche-card>* {
	position: relative
}

.number, .arrow {
	color: #a87a45
}

.number {
	font-size: 11px;
	letter-spacing: .16em;
	padding-top: 12px
}

.arrow {
	font-size: 23px;
	padding-top: 3px
}

.approche-card h3 {
	font-size: clamp(35px, 3.5vw, 58px);
	letter-spacing: -.04em;
	line-height: 1.1;
	margin: 0
}

.approche-card p {
	color: var(--muted);
	font-size: 14px;
	line-height: 1.7;
	max-width: 470px;
	margin: 17px 0 0
}

.approche-card:hover h3 {
	color: white
}

.approche-card:hover p {
	color: #d5d9da
}

.expertises {
	background: var(--navy);
	color: white;
	padding: 120px 9% 95px
}

.section-heading {
	max-width: 860px
}

.section-heading h2 {
	margin-top: 24px
}

.section-heading h2 em, .contact h2 em {
	color: #d2ae7e
}

.section-heading p {
	color: #bbc2c8;
	line-height: 1.8
}

.expertise-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 72px
}

.expertise-grid article {
	border-top: 1px solid rgba(255, 255, 255, .35);
	padding-top: 27px
}

.expertise-grid article>span {
	font-size: 10px;
	letter-spacing: .17em;
	color: #d1ac7b
}

.expertise-grid h3 {
	font-size: clamp(29px, 3vw, 43px);
	margin: 36px 0 17px
}

.expertise-grid p {
	color: #b9c0c7;
	font-size: 14px;
	line-height: 1.8
}

.expertise-note {
	font-size: 11px;
	color: #a8b0b8;
	margin: 45px 0 0
}

.quote {
	text-align: center;
	padding: 120px 12%
}

.quote blockquote {
	max-width: 880px;
	margin: 30px auto;
	font-size: clamp(31px, 4vw, 55px);
	line-height: 1.35;
	letter-spacing: -.025em
}

.quote-sign {
	font-size: 10px;
	letter-spacing: .2em;
	color: #97774e
}

.contact {
	background: var(--deep);
	color: white;
	padding: 120px 9%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10%
}

.contact h2 {
	margin-top: 25px
}

.contact p {
	color: #abb4be;
	line-height: 1.85;
	max-width: 430px
}

.contact-email {
	display: inline-block;
	margin-top: 35px;
	font-size: 19px;
	border-bottom: 1px solid var(--gold);
	padding-bottom: 12px
}

.contact-email span {
	color: var(--gold)
}

.contact small {
	display: block;
	margin-top: 13px;
	color: #aab2ba;
	font-size: 11px
}

.contact form {
	display: flex;
	flex-direction: column
}

.contact label {
	font-size: 11px;
	letter-spacing: .11em;
	margin: 0 0 9px
}

.contact input, .contact textarea {
	width: 100%;
	border: 1px solid #65707b;
	background: transparent;
	color: white;
	padding: 15px 16px;
	margin: 0 0 24px;
	outline: none;
	border-radius: 0
}

.contact input:focus, .contact textarea:focus {
	border-color: var(--gold)
}

.contact input::placeholder, .contact textarea::placeholder {
	color: #89929b
}

.button-gold {
	background: #c3a174;
	color: #111c29;
	align-self: flex-start
}

.contact .form-note {
	font-size: 11px;
	margin-top: 18px
}

footer {
	padding: 38px 9%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	background: #09121b;
	color: #b2b9bf;
	font-size: 11px
}

footer a:hover {
	color: white
}

.footer-brand {
	font-family: Georgia, serif;
	color: white;
	font-size: 30px
}

.footer-brand small {
	font-family: 'DM Sans', sans-serif;
	font-size: 10px;
	letter-spacing: .18em;
	margin-left: 8px
}

@media ( max-width :900px) {
	.site-header {
		height: 76px
	}
	.menu-toggle {
		display: flex;
		flex-direction: column;
		gap: 6px;
		border: 0;
		background: none;
		padding: 12px;
		cursor: pointer
	}
	.menu-toggle span {
		display: block;
		width: 25px;
		height: 2px;
		background: var(--navy)
	}
	.nav {
		display: none;
		position: absolute;
		top: 76px;
		left: 0;
		right: 0;
		background: var(--cream);
		padding: 26px 6% 35px;
		flex-direction: column;
		align-items: stretch;
		gap: 24px;
		box-shadow: 0 12px 18px #0002
	}
	.nav.open {
		display: flex
	}
	.nav-contact {
		align-self: flex-start
	}
	.hero {
		height: 720px;
		min-height: 600px
	}
	.intro, .approche, .contact {
		grid-template-columns: 1fr;
		gap: 44px
	}
	.approche-intro {
		position: static
	}
	.expertise-grid {
		gap: 20px
	}
	.hero-content {
		left: 7%
	}
	.hero-bottom {
		left: 7%
	}
}

@media ( max-width :650px) {
	.hero {
		height: 680px
	}
	.hero-photo {
		background-position: 58% center
	}
	.hero-shade {
		background: linear-gradient(90deg, rgba(9, 22, 35, .9),
			rgba(9, 22, 35, .48))
	}
	.hero h1 {
		font-size: clamp(61px, 13vw, 88px)
	}
	.hero-content {
		right: 7%
	}
	.hero-bottom {
		right: 7%;
		gap: 15px;
		line-height: 1.6
	}
	.hero-bottom a {
		display: none
	}
	.intro, .approche, .expertises, .quote, .contact {
		padding: 80px 7%
	}
	.intro h2, .approche h2, .section-heading h2, .contact h2 {
		font-size: clamp(42px, 10vw, 62px)
	}
	.expertise-grid {
		grid-template-columns: 1fr;
		margin-top: 45px;
		gap: 24px
	}
	.expertise-grid h3 {
		margin: 20px 0 8px
	}
	.approche-card {
		padding: 28px 4px;
		grid-template-columns: 32px 1fr 24px;
		gap: 8px;
		min-height: auto
	}
	.approche-card h3 {
		font-size: 39px
	}
	.contact {
		gap: 52px
	}
	footer {
		padding: 35px 7%;
		flex-wrap: wrap
	}
	footer span {
		order: 3;
		width: 100%
	}
}

@media ( prefers-reduced-motion :reduce) {
	html {
		scroll-behavior: auto
	}
	*, *:before, *:after {
		transition: none !important;
		animation: none !important
	}
}

/* Deux domaines cohérents avec l'activité annoncée par le cabinet */
.expertise-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 980px
}

@media ( max-width :650px) {
	.site-header {
		height: 68px
	}
	.brand-name {
		font-size: 10px
	}
	.brand-name small {
		font-size: 8px
	}
	.monogram {
		font-size: 31px
	}
	.nav {
		top: 68px
	}
	.hero {
		height: auto;
		min-height: calc(100svh - 68px);
		max-height: none
	}
	.hero-content {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		transform: none;
		padding: clamp(90px, 17svh, 150px) 7% 125px
	}
	.hero h1 {
		font-size: clamp(58px, 13.2vw, 78px);
		margin: 18px 0 24px
	}
	.hero-content p {
		font-size: 15px;
		line-height: 1.65;
		margin-bottom: 30px
	}
	.hero-bottom {
		bottom: 24px
	}
	.intro, .approche, .expertises, .contact {
		padding: 68px 7%
	}
	.quote {
		padding: 68px 7%
	}
	.intro, .approche {
		gap: 24px
	}
	.intro h2, .approche h2, .section-heading h2, .contact h2 {
		font-size: clamp(39px, 9.5vw, 56px)
	}
	.approche-card {
		grid-template-columns: 29px minmax(0, 1fr);
		padding: 23px 2px
	}
	.approche-card .arrow {
		display: none
	}
	.approche-card h3 {
		font-size: 35px
	}
	.approche-card p {
		margin-top: 10px;
		line-height: 1.6
	}
	.expertise-grid {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-top: 40px
	}
	.expertise-grid article {
		padding-top: 20px
	}
	.expertise-grid h3 {
		font-size: 32px
	}
	.contact input, .contact textarea {
		font-size: 16px
	}
	footer {
		line-height: 1.5
	}
}

.contact-simple {
	grid-template-columns: 1fr;
	justify-items: center;
	text-align: center
}

.contact-simple>div {
	max-width: 650px
}

.contact-simple p {
	margin: 0 auto 32px
}

.contact-simple .button {
	min-width: 210px
}

/* Liens éditoriaux de contact */
.text-link {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 0 2px 12px;
	border-bottom: 1px solid currentColor;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .035em;
	transition: color .25s, gap .25s
}

.text-link:hover {
	gap: 38px
}

.text-link span {
	font-size: 20px;
	line-height: 1
}

.hero-link {
	color: #f5eee3
}

.hero-link:hover {
	color: #d9b887
}

.contact-link {
	color: #d9b887
}

.contact-link:hover {
	color: #fff
}

@media ( max-width :650px) {
	.text-link {
		min-height: 44px;
		font-size: 14px
	}
	.contact-simple .text-link {
		min-width: 190px
	}
}

.hero-photo {
	background-image: url("accueil.webp")
}

.hero-shade {
	background: linear-gradient(90deg, rgba(10, 18, 27, .84),
		rgba(10, 18, 27, .18) 74%)
}

.hero h1 {
	font-size: clamp(66px, 8vw, 130px)
}

@media ( max-width :650px) {
	.hero-photo {
		background-position: 54% center
	}
	.hero-shade {
		background: linear-gradient(90deg, rgba(8, 19, 31, .89),
			rgba(8, 19, 31, .45))
	}
}