/*
Theme Name: Dialog Hukuk
Theme URI: https://dialoghukuk.com/
Author: OpenAI Codex
Description: Dialog Hukuk icin gelistirilmis, kurumsal ve olculu bir WordPress temasi.
Version: 1.0.6
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: dialoghukuk
*/

:root {
	--bg: #081313;
	--bg-soft: #0d1c1c;
	--bg-panel: #0f2322;
	--bg-panel-2: #132a29;
	--surface: rgba(255, 255, 255, 0.04);
	--surface-strong: rgba(255, 255, 255, 0.07);
	--text: #f5efe6;
	--muted: #cdc5b7;
	--muted-2: #8f9890;
	--gold: #c89d58;
	--gold-strong: #ddb06d;
	--line: rgba(200, 157, 88, 0.18);
	--line-soft: rgba(255, 255, 255, 0.08);
	--ivory: #f4efe8;
	--ink: #1a1f1e;
	--ink-soft: #59605d;
	--radius-lg: 34px;
	--radius-md: 24px;
	--radius-sm: 16px;
	--shadow-lg: 0 28px 70px rgba(0, 0, 0, 0.32);
	--shadow-md: 0 18px 40px rgba(0, 0, 0, 0.2);
	--shell: min(1220px, calc(100vw - 56px));
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	line-height: 1.75;
	color: var(--text);
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background:
		radial-gradient(circle at top right, rgba(200, 157, 88, 0.08), transparent 28%),
		linear-gradient(180deg, #091414 0%, #081111 55%, #091414 100%);
}

body.admin-bar .site-header {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar .site-header {
		top: 46px;
	}
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	background: rgba(255, 255, 255, 0.03);
}

iframe {
	max-width: 100%;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
	outline: 2px solid var(--gold);
	outline-offset: 3px;
}

p {
	margin: 0 0 1rem;
	color: var(--muted);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1rem;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: -0.03em;
	line-height: 1.12;
}

h1,
h2 {
	font-size: 34px;
	font-weight: 700;
}

h3,
h4,
h5,
h6 {
	font-weight: 600;
}

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

.site-shell {
	width: var(--shell);
	margin: 0 auto;
}

.site-main {
	overflow: hidden;
}

.screen-reader-text,
.skip-link:focus:not(:focus-visible) {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0, 0, 0, 0);
}

.skip-link:focus {
	position: fixed;
	left: 16px;
	top: 16px;
	z-index: 200;
	width: auto;
	height: auto;
	padding: 12px 16px;
	border-radius: 999px;
	background: var(--gold);
	color: #111;
	clip: auto;
}

.section-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--gold);
}

.section-eyebrow::before {
	content: "";
	width: 34px;
	height: 1px;
	background: currentColor;
	opacity: 0.8;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 0.93rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

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

.button--gold {
	background: linear-gradient(135deg, var(--gold) 0%, var(--gold-strong) 100%);
	color: #111;
	box-shadow: 0 18px 28px rgba(200, 157, 88, 0.2);
}

.button--ghost {
	background: transparent;
	border-color: var(--line);
	color: var(--text);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(7, 16, 16, 0.82);
	backdrop-filter: blur(20px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.header-shell {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 28px;
	min-height: 96px;
}

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

.brand-logo img,
.brand-mark {
	width: 58px;
	height: 58px;
	object-fit: contain;
}

.brand-mark,
.header-meta__icon,
.service-panel__icon,
.practice-point__icon,
.contact-banner__item > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.brand-mark svg,
.header-meta__icon svg,
.service-panel__icon svg,
.practice-point__icon svg,
.contact-banner__item > span svg,
.footer-contact svg {
	width: 23px;
	height: 23px;
}

.brand-copy {
	display: flex;
	flex-direction: column;
}

.brand-title {
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
}

.brand-subtitle {
	margin-top: 3px;
	font-size: 0.78rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--gold);
}

.header-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.menu,
.primary-menu,
.footer-menu {
	display: flex;
	align-items: center;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li,
.primary-menu li,
.footer-menu li {
	list-style: none;
}

.menu a,
.primary-menu a {
	font-size: 0.95rem;
	font-weight: 600;
	color: rgba(245, 239, 230, 0.92);
}

.menu a:hover,
.primary-menu a:hover,
.footer-menu a:hover,
.post-card h2 a:hover,
.post-card h3 a:hover {
	color: var(--gold);
}

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

.header-meta__item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-left: 14px;
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	min-width: 0;
}

.header-meta__item--static {
	cursor: default;
}

.header-meta__icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(200, 157, 88, 0.12);
	color: var(--gold);
	flex-shrink: 0;
}

.header-meta__copy {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.header-meta__copy strong {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--gold);
}

.header-meta__copy span {
	font-size: 0.84rem;
	color: var(--text);
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
	word-break: break-word;
}

.header-cta {
	margin-left: 8px;
}

.menu-toggle {
	display: none;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--text);
	width: 46px;
	height: 46px;
}

.menu-toggle__icon--close {
	display: none;
}

.nav-open .menu-toggle__icon--menu {
	display: none;
}

.nav-open .menu-toggle__icon--close {
	display: inline-flex;
}

.hero-section {
	padding: 0 0 70px;
}

.hero-scene {
	position: relative;
	padding: 44px 0 155px;
	background:
		linear-gradient(90deg, rgba(9, 19, 19, 0.96) 0%, rgba(9, 21, 20, 0.94) 55%, rgba(10, 20, 19, 0.88) 100%);
}

.hero-scene::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 12% 42%, rgba(255, 255, 255, 0.04), transparent 18%),
		radial-gradient(circle at 78% 12%, rgba(200, 157, 88, 0.08), transparent 18%);
	pointer-events: none;
}

.hero-layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 510px);
	gap: 56px;
	align-items: end;
}

.hero-copy {
	padding-top: 96px;
}

.hero-copy h1 {
	margin-bottom: 22px;
}

.hero-copy p {
	font-size: 1rem;
}

.hero-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 34px 0 30px;
}

.hero-facts li {
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(10px);
}

.hero-facts strong {
	display: block;
	margin-bottom: 6px;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.85rem;
	font-weight: 600;
	color: var(--text);
}

.hero-facts span {
	display: block;
	font-size: 0.9rem;
	color: var(--muted);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.hero-portrait {
	position: relative;
	margin: 0;
	justify-self: end;
	width: min(100%, 510px);
}

.hero-portrait::before {
	content: "";
	position: absolute;
	inset: 12% 10% -8% 10%;
	background: radial-gradient(circle, rgba(200, 157, 88, 0.14), transparent 70%);
	filter: blur(24px);
	z-index: -1;
}

.hero-portrait img {
	width: 100%;
	height: min(66vw, 620px);
	object-fit: cover;
	object-position: top center;
	border-radius: 34px 34px 0 0;
	box-shadow: var(--shadow-lg);
}

.service-ribbon {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: -96px;
}

.service-panel {
	position: relative;
	min-height: 176px;
	padding: 30px 26px 24px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 0 0 28px 28px;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(8, 17, 17, 0.52), rgba(8, 16, 16, 0.88)),
		var(--panel-image) center/cover no-repeat;
	box-shadow: var(--shadow-md);
}

.service-panel::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.16));
	pointer-events: none;
}

.service-panel__number {
	position: absolute;
	top: 18px;
	right: 20px;
	z-index: 1;
	font-family: "Cormorant Garamond", serif;
	font-size: 2.4rem;
	line-height: 1;
	color: rgba(255, 255, 255, 0.18);
}

.service-panel__icon {
	position: relative;
	z-index: 1;
	width: 82px;
	height: 82px;
	border-radius: 0;
	background: var(--gold);
	color: #fff;
	box-shadow: 0 18px 26px rgba(0, 0, 0, 0.16);
}

.service-panel__copy {
	position: relative;
	z-index: 1;
	margin-top: 18px;
}

.service-panel__copy p {
	margin-bottom: 6px;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--gold);
}

.service-panel__copy h2 {
	line-height: 1.08;
	margin: 0;
}

.story-section,
.team-section,
.practice-section,
.principal-section,
.page-content {
	padding: 120px 0;
}

.story-grid,
.principal-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 56px;
	align-items: center;
}

.story-collage {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.72fr);
	grid-template-rows: repeat(2, minmax(150px, 214px));
	gap: 18px;
}

.story-collage article {
	overflow: hidden;
	box-shadow: var(--shadow-md);
}

.story-collage img,
.practice-centerpiece img,
.post-card__image img,
.article-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.story-collage__main {
	grid-row: span 2;
	min-height: 460px;
	border-radius: 32px 0 32px 32px;
}

.story-collage__small {
	border-radius: 0 22px 22px 22px;
}

.story-collage__badge {
	position: absolute;
	left: -18px;
	bottom: -22px;
	display: grid;
	place-items: center;
	width: 126px;
	height: 126px;
	padding: 16px;
	background: var(--gold);
	color: #fff;
	box-shadow: var(--shadow-md);
}

.story-collage__badge strong {
	font-family: "Cormorant Garamond", serif;
	font-size: 3rem;
	line-height: 1;
}

.story-collage__badge span {
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.story-copy h2,
.section-heading h2,
.principal-copy h2,
.page-hero h1,
.contact-banner__copy h2 {
	line-height: 1.12;
}

.story-copy p {
	margin-bottom: 0;
}

.story-points {
	display: grid;
	gap: 14px;
	margin-top: 34px;
}

.story-point {
	display: grid;
	grid-template-columns: 56px 1fr;
	gap: 18px;
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.story-point:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.story-point span {
	font-family: "Cormorant Garamond", serif;
	font-size: 2rem;
	color: var(--gold);
	line-height: 1;
}

.story-point h3,
.principal-card h3 {
	font-size: 1.55rem;
	margin-bottom: 6px;
}

.team-section {
	padding-top: 16px;
}

.team-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.team-card {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: var(--shadow-md);
}

.team-card__image {
	aspect-ratio: 0.82;
	overflow: hidden;
}

.team-card__content {
	padding: 20px 20px 24px;
}

.team-card__content h3 {
	font-size: 1.7rem;
	margin-bottom: 6px;
}

.team-card__content p {
	margin: 0;
	font-size: 0.95rem;
}

.practice-section {
	position: relative;
	background:
		radial-gradient(circle at center, rgba(200, 157, 88, 0.08), transparent 30%),
		linear-gradient(180deg, #0b1717 0%, #0a1515 100%);
}

.section-heading {
	position: relative;
	z-index: 1;
	margin: 0 0 46px;
}

.section-heading--centered {
	margin-inline: auto;
	text-align: center;
}

.section-heading--centered .section-eyebrow {
	justify-content: center;
}

.practice-stage {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 420px) minmax(0, 1fr);
	gap: 28px;
	align-items: center;
}

.practice-column {
	display: grid;
	gap: 18px;
}

.practice-centerpiece {
	margin: 0;
	padding: 26px;
	height: 530px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 28px;
	background: rgba(0, 0, 0, 0.18);
	box-shadow: var(--shadow-lg);
}

.practice-centerpiece img {
	border-radius: 20px;
}

.practice-point {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 22px;
	background: rgba(15, 34, 33, 0.82);
	box-shadow: var(--shadow-md);
}

.practice-point--left {
	text-align: right;
}

.practice-point--left .practice-point__body {
	order: 1;
}

.practice-point--left .practice-point__icon {
	order: 2;
}

.practice-point__icon {
	width: 78px;
	height: 78px;
	flex-shrink: 0;
	background: var(--gold);
	color: #fff;
}

.practice-point__body h3 {
	font-size: 1.6rem;
	margin-bottom: 8px;
}

.practice-point__body p {
	margin: 0;
	font-size: 0.96rem;
}

.principal-section {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0));
}

.principal-side,
.principal-cards {
	display: grid;
	align-content: start;
	gap: 18px;
}

.principal-card {
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.03);
	box-shadow: var(--shadow-md);
}

.principal-card--feature {
	padding: 32px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.principal-card h3 {
	margin-bottom: 14px;
}

.principal-card p {
	margin-bottom: 0;
}

.principal-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.insight-section {
	padding: 118px 0;
	background: var(--ivory);
	color: var(--ink);
}

.section-heading--light h2,
.insight-section .section-eyebrow,
.insight-section .section-eyebrow::before {
	color: var(--ink);
}

.section-heading--light .section-eyebrow::before {
	background: currentColor;
	opacity: 0.2;
}

.insight-section p {
	color: var(--ink-soft);
}

.insight-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.post-card {
	display: flex;
	flex-direction: column;
	border-radius: 0;
	overflow: hidden;
	box-shadow: var(--shadow-md);
}

.post-card--light {
	background: #fff;
}

.post-card__image {
	display: block;
	height: 300px;
	background: #ddd;
}

.post-card__content {
	padding: 24px 24px 28px;
}

.post-card__category {
	margin-bottom: 10px;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--gold);
}

.post-card h2,
.post-card h3 {
	line-height: 1.1;
	margin-bottom: 12px;
}

.post-card h3 {
	font-size: 2rem;
}

.post-card h2 a,
.post-card h3 a {
	color: var(--ink);
}

.post-card__link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
	font-weight: 700;
	color: #111;
}

.post-card__link svg {
	width: 18px;
	height: 18px;
}

.contact-section {
	padding: 110px 0 120px;
}

.contact-banner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
	gap: 44px;
	padding: 52px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 34px;
	overflow: hidden;
	background: linear-gradient(90deg, rgba(8, 18, 18, 0.96), rgba(12, 31, 30, 0.92));
	box-shadow: var(--shadow-lg);
}

.contact-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 72% 30%, rgba(200, 157, 88, 0.12), transparent 24%);
	pointer-events: none;
}

.contact-banner__copy,
.contact-banner__details {
	position: relative;
	z-index: 1;
}

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

.contact-banner__copy p {
	margin-bottom: 0;
}

.contact-form-card {
	margin-top: auto;
	padding-top: 34px;
}

.contact-form-card h3 {
	margin-bottom: 16px;
	font-size: 1.6rem;
}

.contact-form {
	display: grid;
	gap: 14px;
}

.contact-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.contact-form__field {
	display: grid;
	gap: 8px;
}

.contact-form__field span {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--gold);
}

.contact-form__field input,
.contact-form__field textarea {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.04);
	color: var(--text);
	font: inherit;
	font-size: 16px;
}

.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder {
	color: rgba(245, 242, 232, 0.55);
}

.contact-form__field input:focus,
.contact-form__field textarea:focus {
	outline: none;
	border-color: rgba(200, 157, 88, 0.52);
	box-shadow: 0 0 0 3px rgba(200, 157, 88, 0.12);
}

.contact-form__field textarea {
	resize: vertical;
	min-height: 130px;
}

.contact-form__submit {
	justify-self: start;
	margin-top: 6px;
}

.contact-form__feedback {
	margin-bottom: 14px;
	padding: 12px 14px;
	border-radius: 16px;
	font-size: 0.95rem;
}

.contact-form__feedback--success {
	background: rgba(34, 197, 94, 0.12);
	color: #c7ffd8;
}

.contact-form__feedback--error {
	background: rgba(239, 68, 68, 0.12);
	color: #ffd2d2;
}

.contact-form__honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.contact-banner__details {
	display: grid;
	align-content: center;
	gap: 18px;
}

.contact-banner__item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-banner__item:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-banner__item > span {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: rgba(200, 157, 88, 0.14);
	color: var(--gold);
	flex-shrink: 0;
}

.contact-banner__item strong {
	display: block;
	margin-bottom: 6px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--gold);
}

.contact-banner__item a,
.contact-banner__item p {
	margin: 0;
	color: var(--text);
	font-size: 1.05rem;
}

.page-hero {
	padding: 106px 0 64px;
	background: linear-gradient(180deg, rgba(8, 18, 18, 0.96), rgba(10, 23, 22, 0.88));
}

.page-hero h1 {
	margin-bottom: 12px;
}

.page-hero p {
	margin-bottom: 0;
}

.page-content {
	padding-top: 88px;
}

.page-content--practice {
	padding-top: 72px;
}

.content-narrow {
	width: min(760px, 100%);
}

.page-template-copy {
	margin-bottom: 36px;
}

.page-template-copy--centered {
	display: flex;
	justify-content: center;
}

.practice-page-figure {
	width: min(100%, 540px);
	margin: 0;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.03);
	box-shadow: var(--shadow-md);
}

.practice-page-figure img {
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
	border-radius: 20px;
}

.practice-page-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.practice-page-card,
.contact-detail-card {
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.03);
	box-shadow: var(--shadow-md);
}

.practice-page-card__icon,
.contact-detail-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	margin-bottom: 20px;
	background: var(--gold);
	color: #fff;
}

.practice-page-card__icon svg,
.contact-detail-card__icon svg {
	width: 28px;
	height: 28px;
}

.practice-page-card h3,
.contact-detail-card h3,
.page-support-callout h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.practice-page-card p,
.contact-detail-card p {
	margin-bottom: 0;
}

.page-support-callout {
	display: flex;
	justify-content: center;
}

.page-support-callout .principal-card {
	width: min(100%, 960px);
}

.contact-detail-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-top: 24px;
}

.contact-map-card {
	display: grid;
	grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
	gap: 24px;
	margin-top: 24px;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.03);
	box-shadow: var(--shadow-md);
}

.contact-map-card--compact {
	margin-top: 28px;
}

.contact-map-card__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact-map-card__copy h2 {
	margin-bottom: 12px;
}

.contact-map-card__copy p {
	margin-bottom: 0;
}

.contact-map-frame {
	overflow: hidden;
	border-radius: 22px;
	min-height: 380px;
	background: rgba(255, 255, 255, 0.04);
}

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

.entry-content,
.entry-summary {
	font-size: 1.02rem;
}

.entry-content h2,
.entry-summary h2 {
	margin-top: 2rem;
}

.entry-content h3 {
	font-size: 2.35rem;
	margin-top: 2rem;
}

.entry-content ul,
.entry-content ol {
	margin: 0 0 1rem 1.2rem;
	padding-left: 1rem;
	list-style: disc;
	color: var(--muted);
}

.entry-content > *:last-child,
.entry-summary > *:last-child {
	margin-bottom: 0;
}

.entry-summary {
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.03);
	margin-bottom: 18px;
}

.post-meta {
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--gold);
}

.article-image {
	margin-bottom: 34px;
	aspect-ratio: 16 / 9;
	border-radius: 28px;
	overflow: hidden;
}

.pagination-wrap {
	margin-top: 42px;
}

.pagination-wrap .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.pagination-wrap .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
}

.pagination-wrap .current {
	background: rgba(200, 157, 88, 0.14);
	color: var(--gold);
}

.empty-state {
	padding: 36px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.03);
}

.site-footer {
	padding: 34px 0 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	background: rgba(7, 14, 14, 0.78);
}

.legal-disclaimer {
	margin-bottom: 34px;
	padding: 28px 30px;
	border: 1px solid rgba(200, 157, 88, 0.2);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.03);
	box-shadow: var(--shadow-md);
}

.legal-disclaimer h2 {
	margin-bottom: 12px;
}

.legal-disclaimer p {
	margin: 0;
	color: var(--muted);
}

.footer-shell {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) repeat(3, minmax(0, 0.85fr));
	gap: 34px;
	padding-bottom: 24px;
}

.footer-brand__head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 18px;
}

.footer-brand__logo .custom-logo-link {
	display: block;
}

.footer-brand__logo .custom-logo {
	width: 54px;
	height: 54px;
	object-fit: contain;
}

.footer-brand__head h2 {
	margin-bottom: 6px;
}

.footer-brand__head p {
	margin: 0;
}

.footer-note {
	margin-bottom: 20px;
}

.footer-column h3 {
	font-size: 1.9rem;
	margin-bottom: 6px;
}

.footer-menu {
	display: grid;
	gap: 10px;
}

.footer-menu a,
.footer-contact a,
.footer-contact span {
	color: var(--muted);
}

.footer-contact {
	display: grid;
	gap: 14px;
}

.footer-contact li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.footer-contact svg {
	color: var(--gold);
	flex-shrink: 0;
	margin-top: 2px;
}

.footer-social {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.03);
	color: var(--gold);
	transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.footer-social a:hover {
	transform: translateY(-2px);
	border-color: rgba(200, 157, 88, 0.4);
	background: rgba(200, 157, 88, 0.08);
}

.footer-social svg {
	width: 19px;
	height: 19px;
}

.footer-bottom {
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-bottom p {
	margin: 0;
	text-align: center;
	color: var(--muted-2);
	font-size: 0.92rem;
}

.floating-whatsapp {
	position: fixed;
	right: 24px;
	bottom: 28px;
	z-index: 130;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 12px 18px 12px 12px;
	border-radius: 999px;
	background: #25d366;
	color: #fff;
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-whatsapp:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.34);
}

.floating-whatsapp__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.14);
}

.floating-whatsapp__icon svg {
	width: 26px;
	height: 26px;
}

.floating-whatsapp__label {
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

@keyframes rise-in {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hero-copy,
.hero-portrait,
.service-panel,
.story-collage article,
.practice-point,
.principal-card,
.post-card,
.contact-banner {
	animation: rise-in 0.8s ease both;
}

@media (max-width: 1240px) {
	.service-ribbon {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.team-grid,
	.insight-grid,
	.practice-page-grid,
	.contact-detail-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1040px) {
	.menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.header-shell {
		grid-template-columns: auto auto;
	}

	.header-panel {
		position: absolute;
		top: calc(100% + 1px);
		left: 0;
		right: 0;
		flex-direction: column;
		align-items: stretch;
		gap: 22px;
		width: min(calc(100vw - 28px), 560px);
		margin: 0 auto;
		padding: 24px;
		border: 1px solid rgba(255, 255, 255, 0.05);
		border-radius: 26px;
		background: rgba(8, 18, 18, 0.96);
		box-shadow: var(--shadow-lg);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-8px);
		transition: opacity 0.25s ease, transform 0.25s ease;
	}

	.nav-open .header-panel {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.menu,
	.primary-menu {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
	}

	.header-meta {
		flex-direction: column;
		align-items: stretch;
	}

	.header-meta__item {
		padding-left: 0;
		border-left: 0;
	}

	.header-meta__copy span {
		white-space: normal;
	}

	.header-cta {
		margin-left: 0;
	}

	.hero-layout,
	.story-grid,
	.principal-grid,
	.contact-banner,
	.contact-map-card {
		grid-template-columns: 1fr;
	}

	.hero-copy {
		padding-top: 54px;
	}

	.hero-portrait {
		justify-self: start;
		width: min(100%, 620px);
	}

	.practice-stage {
		grid-template-columns: 1fr;
	}

	.practice-centerpiece {
		order: -1;
	}

	.practice-centerpiece {
		height: 460px;
	}

	.practice-point,
	.practice-point--left {
		text-align: left;
	}

	.practice-point--left .practice-point__body,
	.practice-point--left .practice-point__icon {
		order: initial;
	}

	.footer-shell {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	:root {
		--shell: min(100vw - 28px, 100%);
	}

	.header-shell {
		min-height: 84px;
		gap: 18px;
	}

	.brand-title {
		font-size: 19px;
	}

	.hero-scene {
		padding: 26px 0 136px;
	}

	.hero-facts,
	.service-ribbon,
	.team-grid,
	.insight-grid,
	.practice-page-grid,
	.contact-detail-grid,
	.footer-shell {
		grid-template-columns: 1fr;
	}

	.hero-facts li,
	.service-panel,
	.story-point,
	.practice-point,
	.principal-card,
	.contact-banner {
		padding-inline: 20px;
	}

	.story-collage {
		grid-template-columns: 1fr;
		grid-template-rows: 340px 180px 180px;
	}

	.story-collage__main {
		min-height: 0;
		grid-row: auto;
	}

	.story-collage__badge {
		left: auto;
		right: 18px;
		bottom: -18px;
		width: 110px;
		height: 110px;
	}

	.practice-point {
		flex-direction: column;
		align-items: flex-start;
	}

	.practice-centerpiece {
		height: 400px;
		padding: 18px;
	}

	.contact-banner {
		padding: 28px 22px;
		gap: 30px;
	}

	.contact-form__grid {
		grid-template-columns: 1fr;
	}

	.contact-map-card {
		padding: 20px;
	}

	.contact-map-frame,
	.contact-map-frame iframe {
		min-height: 320px;
	}

	.contact-banner__item {
		padding: 18px 0;
	}

	.legal-disclaimer {
		padding: 22px 20px;
	}

	.floating-whatsapp {
		right: 14px;
		bottom: 16px;
		padding-right: 12px;
	}

	.floating-whatsapp__label {
		display: none;
	}

	.story-section,
	.team-section,
	.practice-section,
	.principal-section,
	.page-content,
	.insight-section,
	.contact-section {
		padding: 84px 0;
	}

	.page-hero {
		padding: 84px 0 54px;
	}
}

@media (max-width: 560px) {
	.section-eyebrow {
		gap: 10px;
		font-size: 0.72rem;
		letter-spacing: 0.18em;
	}

	.section-eyebrow::before {
		width: 26px;
	}

	.hero-copy {
		padding-top: 42px;
	}

	.hero-copy p,
	.story-copy p,
	.principal-copy p,
	.contact-banner__item a,
	.contact-banner__item p {
		font-size: 0.96rem;
	}

	.hero-portrait img {
		height: min(92vw, 440px);
	}

	.service-panel {
		min-height: 158px;
		padding: 24px 20px 22px;
	}

	.service-panel__icon,
	.practice-point__icon,
	.practice-page-card__icon,
	.contact-detail-card__icon {
		width: 68px;
		height: 68px;
	}

	.hero-actions,
	.principal-actions {
		width: 100%;
	}

	.hero-actions .button,
	.principal-actions .button,
	.contact-form__submit {
		width: 100%;
	}

	.post-card__image {
		height: 240px;
	}

	.footer-brand__head {
		align-items: flex-start;
	}
}

@media (max-width: 460px) {
	.header-shell {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.brand-link {
		gap: 10px;
	}

	.brand-logo img,
	.brand-mark {
		width: 48px;
		height: 48px;
	}

	.brand-subtitle {
		letter-spacing: 0.12em;
		font-size: 0.7rem;
	}

	.header-panel {
		width: calc(100vw - 20px);
		padding: 20px;
	}

	.menu a,
	.primary-menu a {
		font-size: 1rem;
	}

	.contact-banner {
		padding: 24px 18px;
	}

	.contact-map-frame,
	.contact-map-frame iframe {
		min-height: 280px;
	}
}
