/*
Theme Name: CompanyIran
Theme URI: https://companyiran.com
Author: Sherkat.info
Author URI: https://companyiran.com
Description: قالب شرکتی فارسی سریع، مینیمال و حرفه‌ای برای کمپانی ایران.
Version: 1.0.1
Requires at least: 6.3
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: sherkat-info
License: GNU General Public License v2 or later
*/

@font-face {
  font-family: "Vazirmatn";
  src: url("assets/fonts/Vazirmatn-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("assets/fonts/Vazirmatn-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("assets/fonts/Vazirmatn-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("assets/fonts/Vazirmatn-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --ink: #102a43;
  --ink-deep: #071b2f;
  --muted: #61788c;
  --brand: #0ba7a5;
  --brand-dark: #087f83;
  --accent: #f4b740;
  --paper: #ffffff;
  --wash: #f3f8f8;
  --line: #dce8e9;
  --success: #16865c;
  --shadow: 0 20px 55px rgba(7, 27, 47, .10);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --container: 1200px;
  --font: Vazirmatn, IRANSansX, Tahoma, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); font-size: 15.5px; font-weight: 400; line-height: 1.95; direction: rtl; text-rendering: optimizeLegibility; }
body, button, input, textarea, select, option, label, table, blockquote, code, pre, .wp-block-button__link, .wp-element-button { font-family: var(--font) !important; }
strong, b { font-weight: 600; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; font-weight: 400; }
button { cursor: pointer; }
::selection { color: var(--ink-deep); background: #bceceb; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; inset-block-start: 12px; inset-inline-start: 12px; padding: 10px 16px; color: #fff; background: var(--ink-deep); border-radius: 10px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-block-end: 14px; color: var(--brand-dark); font-size: .84rem; font-weight: 600; letter-spacing: -.01em; }
.eyebrow::before { width: 22px; height: 3px; background: var(--accent); border-radius: 3px; content: ""; }
.section { padding-block: 110px; }
.section--soft { background: var(--wash); }
.section-heading { max-width: 700px; margin-block-end: 50px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .65em; color: var(--ink-deep); font-weight: 700; line-height: 1.6; letter-spacing: -.02em; }
h1 { font-size: clamp(1.55rem, 2.35vw, 2.25rem); }
h2 { font-size: clamp(1.25rem, 1.9vw, 1.75rem); }
h3 { font-size: clamp(.98rem, 1.35vw, 1.1rem); }
h4 { font-size: clamp(.92rem, 1.15vw, 1rem); }
h5 { font-size: .92rem; }
h6 { font-size: .84rem; }
p { margin: 0 0 1.25em; }
.lead { color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.12rem); font-weight: 400; line-height: 2.05; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 10px 24px; color: #fff; background: var(--brand); border: 1px solid var(--brand); border-radius: 14px; font-weight: 600; transition: .25s ease; }
.button:hover { background: var(--brand-dark); border-color: var(--brand-dark); transform: translateY(-2px); box-shadow: 0 12px 25px rgba(11, 167, 165, .2); }
.button--outline { color: var(--ink); background: transparent; border-color: #b8ced0; }
.button--outline:hover { color: var(--brand-dark); background: #fff; border-color: var(--brand); box-shadow: none; }
.button svg { width: 18px; }

/* Header */
.site-header { position: relative; z-index: 100; min-height: 84px; background: rgba(255, 255, 255, .92); border-bottom: 1px solid rgba(220, 232, 233, .8); backdrop-filter: blur(14px); }
.site-header.is-sticky { position: sticky; inset-block-start: 0; box-shadow: 0 8px 30px rgba(7, 27, 47, .07); animation: header-in .3s ease; }
@keyframes header-in { from { transform: translateY(-100%); } }
.header-inner { display: grid; min-height: 84px; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.site-brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-symbol { width: 48px; height: 48px; overflow: visible; filter: drop-shadow(0 5px 9px rgba(7,27,47,.12)); }
.brand-islamic-border { transform-origin: center; transition: transform .4s ease; }
.site-brand:hover .brand-islamic-border { transform: rotate(7deg); }
.brand-fa { display: block; color: var(--ink-deep); font-size: 1.05rem; font-weight: 700; line-height: 1.2; }
.brand-en { display: block; margin-block-start: 3px; color: var(--brand-dark); font-size: .66rem; font-weight: 800; letter-spacing: .12em; direction: ltr; }
.custom-logo { width: auto; max-height: 48px; }
.main-navigation { margin: 0; justify-self: center; }
.main-navigation ul { display: flex; align-items: center; gap: 7px; margin: 0; padding: 0; list-style: none; }
.main-navigation a { display: block; padding: 11px 14px; border-radius: 10px; color: #314d63; font-size: .92rem; font-weight: 500; }
.main-navigation a:hover, .main-navigation .current-menu-item > a { color: var(--brand-dark); background: var(--wash); }
.header-cta { min-height: 46px; padding-inline: 19px; justify-self: end; font-size: .88rem; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; background: var(--wash); border: 0; border-radius: 12px; }
.menu-toggle span { display: block; width: 21px; height: 2px; margin: 5px auto; background: var(--ink); transition: .2s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }

/* Hero */
.hero { position: relative; overflow: hidden; padding-block: 86px 74px; background: linear-gradient(135deg, #f7fbfb 0%, #edf8f7 48%, #fff 100%); }
.hero::before { position: absolute; width: 680px; height: 680px; inset: -320px auto auto -230px; background: radial-gradient(circle, rgba(11,167,165,.14), transparent 68%); content: ""; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(45px, 7vw, 100px); }
.hero-copy h1 span { position: relative; color: var(--brand-dark); white-space: nowrap; }
.hero-copy h1 span::after { position: absolute; height: 10px; inset: auto 3px 2px; z-index: -1; background: rgba(244,183,64,.45); border-radius: 9px; content: ""; transform: rotate(-1deg); }
.hero-copy .lead { max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-block: 32px 38px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 16px 28px; padding-block-start: 24px; border-top: 1px solid var(--line); }
.trust-item { display: flex; align-items: center; gap: 8px; color: #456074; font-size: .88rem; font-weight: 700; }
.trust-item svg { width: 19px; color: var(--brand); }
.hero-visual { position: relative; min-height: 520px; }
.visual-panel { position: absolute; inset: 25px 15px 25px 0; padding: 30px; overflow: hidden; color: #fff; background: var(--ink-deep); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.visual-panel::after { position: absolute; width: 280px; height: 280px; inset: auto -90px -90px auto; background: radial-gradient(circle, rgba(11,167,165,.65), transparent 65%); content: ""; }
.visual-top { display: flex; align-items: center; justify-content: space-between; color: #bcd0dc; font-size: .78rem; }
.visual-dots { display: flex; gap: 6px; direction: ltr; }
.visual-dots i { width: 7px; height: 7px; background: var(--brand); border-radius: 50%; }
.visual-dots i:nth-child(2) { opacity: .6; }.visual-dots i:nth-child(3) { opacity: .3; }
.visual-chart { display: flex; height: 255px; align-items: end; gap: 13px; margin-block: 54px 27px; padding: 22px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 20px; }
.visual-chart i { flex: 1; height: var(--h); background: linear-gradient(to top, var(--brand-dark), #31d2cb); border-radius: 9px 9px 4px 4px; opacity: .75; animation: bars 1s ease both; }
.visual-chart i:nth-child(2n) { background: linear-gradient(to top, #a36f18, var(--accent)); }
@keyframes bars { from { height: 0; } }
.visual-result strong { display: block; color: #fff; font-size: 2.3rem; }
.visual-result span { color: #9fb6c4; font-size: .82rem; }
.floating-card { position: absolute; z-index: 2; padding: 17px 20px; background: #fff; border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 16px 45px rgba(7,27,47,.13); }
.floating-card--top { inset: 0 auto auto -12px; }
.floating-card--bottom { inset: auto -20px 0 auto; }
.floating-card small { display: block; color: var(--muted); font-size: .72rem; }
.floating-card strong { color: var(--ink-deep); font-size: 1.04rem; }
.status-dot { display: inline-block; width: 9px; height: 9px; margin-inline-end: 7px; background: var(--success); border-radius: 50%; box-shadow: 0 0 0 5px rgba(22,134,92,.12); }

/* Components */
.metrics { position: relative; z-index: 5; margin-block-start: -1px; background: #fff; border-block-end: 1px solid var(--line); }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric { padding: 33px 25px; text-align: center; border-inline-end: 1px solid var(--line); }
.metric:last-child { border: 0; }
.metric strong { display: block; color: var(--ink-deep); font-size: 1.2rem; font-weight: 600; }
.metric span { color: var(--muted); font-size: .85rem; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; display: flex; padding: 32px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); flex-direction: column; transition: .3s ease; }
.service-card:hover { border-color: #9bd7d5; transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card::after { position: absolute; width: 100px; height: 100px; inset: auto auto -55px -45px; background: rgba(11,167,165,.09); border-radius: 50%; content: ""; }
.card-icon { display: grid; width: 54px; height: 54px; margin-block-end: 24px; place-items: center; color: var(--brand-dark); background: #e7f6f5; border-radius: 16px; }
.card-icon svg { width: 26px; }
.service-card p { color: var(--muted); font-size: .93rem; }
.service-card__features { display: flex; flex-wrap: wrap; gap: 7px; margin: 3px 0 25px; padding: 0; list-style: none; }
.service-card__features li { padding: 5px 9px; color: #426071; background: var(--wash); border: 1px solid var(--line); border-radius: 8px; font-size: .7rem; line-height: 1.6; }
.service-card .text-link { margin-block-start: auto; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--brand-dark); font-size: .88rem; font-weight: 600; }
.text-link svg { width: 16px; transition: transform .2s; }
.text-link:hover svg { transform: translateX(-4px); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 110px); align-items: start; }
.process-copy { position: sticky; inset-block-start: 125px; }
.steps { position: relative; }
.steps::before { position: absolute; width: 2px; inset: 32px 31px 32px auto; background: var(--line); content: ""; }
.step { position: relative; display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding-block: 22px; }
.step-number { position: relative; z-index: 2; display: grid; width: 64px; height: 64px; place-items: center; color: var(--brand-dark); background: #fff; border: 1px solid #a9d9d8; border-radius: 18px; font-weight: 600; box-shadow: 0 8px 22px rgba(7,27,47,.06); }
.step p { color: var(--muted); font-size: .92rem; }
.about-card { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: clamp(35px, 6vw, 75px); color: #fff; background: var(--ink-deep); border-radius: var(--radius-lg); }
.about-card h2 { color: #fff; }
.about-card .lead { color: #bbced9; }
.about-points { display: grid; gap: 14px; }
.about-point { display: flex; gap: 14px; padding: 18px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08); border-radius: 16px; }
.about-point b { display: block; margin-block-end: 2px; color: #fff; }
.about-point span { color: #a9bfcc; font-size: .83rem; }
.about-point svg { width: 24px; flex: 0 0 24px; color: var(--accent); }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.post-card__media { display: grid; aspect-ratio: 16 / 9; place-items: center; overflow: hidden; color: var(--brand-dark); background: linear-gradient(145deg, #dff3f1, #f4f8f8); }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.post-card:hover img { transform: scale(1.04); }
.post-card__body { padding: 25px; }
.post-meta { display: flex; gap: 10px; margin-block-end: 9px; color: var(--muted); font-size: .76rem; }
.post-card h2, .post-card h3 { margin-block-end: .65em; font-size: 1.15rem; }
.post-card p { color: var(--muted); font-size: .87rem; }
.cta-section { padding-block: 40px 110px; }
.cta-box { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: clamp(32px, 5vw, 60px); overflow: hidden; background: #dff5f3; border-radius: var(--radius-lg); }
.cta-box::after { position: absolute; width: 220px; height: 220px; inset: -90px auto auto -40px; background: rgba(11,167,165,.12); border-radius: 50%; content: ""; }
.cta-box h2 { max-width: 650px; margin: 0; font-size: clamp(1.2rem, 1.9vw, 1.75rem); }
.cta-box .button { position: relative; z-index: 2; flex: 0 0 auto; }
.service-hero { padding-block: 75px; overflow: hidden; background: linear-gradient(135deg, #f4fbfa, #fff); }
.service-hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(45px, 8vw, 100px); }
.service-hero .breadcrumbs { margin-block-end: 35px; }
.service-hero h1 { max-width: 760px; }
.service-visual { position: relative; display: grid; min-height: 390px; place-items: center; overflow: hidden; background: var(--ink-deep); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.service-visual svg { position: relative; z-index: 2; width: 58%; fill: none; stroke: #42d0c9; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.service-visual svg circle { fill: var(--accent); stroke: var(--ink-deep); }
.service-orbit { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.service-orbit--one { width: 330px; height: 330px; }
.service-orbit--two { width: 220px; height: 220px; background: rgba(11,167,165,.08); }
.service-overview { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: clamp(45px, 8vw, 100px); }
.service-benefits { display: grid; gap: 12px; }
.service-benefits > div { display: flex; align-items: center; gap: 13px; padding: 17px 19px; background: var(--wash); border: 1px solid var(--line); border-radius: 14px; }
.service-benefits svg { width: 21px; flex: 0 0 21px; color: var(--brand-dark); }
.service-benefits span { font-weight: 500; }
.service-deliverables { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-deliverables article { position: relative; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.service-deliverables h3 { margin-block: 20px 12px; font-size: 1.05rem; }
.service-deliverables p { color: var(--muted); font-size: .82rem; }
.deliverable-dot { display: block; width: 13px; height: 13px; background: var(--brand); border: 3px solid #d9f3f1; border-radius: 50%; box-sizing: content-box; }

/* Distinct service canvases */
.service-page { --service-accent: var(--brand); --service-soft: #edf8f7; --service-dark: var(--ink-deep); }
.service-page--identity { --service-accent: #d26f3f; --service-soft: #fff5ed; --service-dark: #36261f; }
.service-page--research { --service-accent: #377f72; --service-soft: #edf6f1; --service-dark: #102f2b; }
.service-page--digital { --service-accent: #5b72d6; --service-soft: #f0f2ff; --service-dark: #182348; }
.service-page--process { --service-accent: #b87916; --service-soft: #fff7e9; --service-dark: #3d2c16; }
.service-page--advisory { --service-accent: #c59a42; --service-soft: #f5f1e8; --service-dark: #111d29; }
.service-page .service-hero { background: linear-gradient(135deg, var(--service-soft), #fff 70%); }
.service-page .eyebrow { color: var(--service-accent); }
.service-page .eyebrow::before, .service-page .deliverable-dot { background: var(--service-accent); }
.service-canvas { position: relative; display: grid; min-height: 390px; place-items: center; overflow: hidden; color: #fff; background: var(--service-dark); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.service-canvas::before { position: absolute; width: 300px; height: 300px; inset: -120px -100px auto auto; background: radial-gradient(circle, color-mix(in srgb, var(--service-accent) 35%, transparent), transparent 68%); content: ""; }
.canvas-strategy { display: grid; width: 78%; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 12px; }
.canvas-strategy span, .canvas-strategy strong { padding: 13px 15px; text-align: center; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; font-size: .78rem; font-weight: 500; }
.canvas-strategy strong { color: var(--ink-deep); background: var(--accent); border-color: var(--accent); }
.canvas-strategy i { height: 2px; background: linear-gradient(90deg, var(--service-accent), rgba(255,255,255,.18)); }
.canvas-identity { position: relative; display: grid; width: 76%; grid-template-columns: 1fr 1fr; align-items: center; gap: 30px; }
.identity-glyph { display: grid; aspect-ratio: 1; place-items: center; color: var(--service-dark); background: #f0c5a7; border-radius: 38% 62% 55% 45%; font-size: 7rem; font-weight: 700; transform: rotate(-7deg); }
.canvas-identity p { margin: 0; color: #f9e9df; font-size: clamp(1.4rem, 3vw, 2.3rem); line-height: 1.65; }
.canvas-identity b { color: #f0c5a7; }
.identity-swatches { position: absolute; display: flex; gap: 7px; inset: auto 0 -35px auto; }
.identity-swatches i { width: 32px; height: 9px; background: #f0c5a7; border-radius: 8px; }.identity-swatches i:nth-child(2){background:#d26f3f}.identity-swatches i:nth-child(3){background:#fff}
.canvas-research { width: 78%; padding: 25px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; }
.research-head { display: flex; align-items: center; justify-content: space-between; color: #b9d9d1; font-size: .7rem; direction: ltr; }
.research-head i { width: 8px; height: 8px; background: #74d2bd; border-radius: 50%; box-shadow: 0 0 0 5px rgba(116,210,189,.13); }
.research-bars { display: flex; height: 190px; align-items: end; gap: 14px; margin-block: 28px 18px; border-block-end: 1px solid rgba(255,255,255,.13); }
.research-bars b { flex: 1; height: var(--bar); background: linear-gradient(to top, #2f766a, #74d2bd); border-radius: 7px 7px 0 0; }
.research-legend { display: flex; justify-content: space-between; color: #b9d9d1; font-size: .7rem; }
.canvas-browser { width: 82%; overflow: hidden; color: var(--ink-deep); background: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: 16px; box-shadow: 0 25px 50px rgba(0,0,0,.22); }
.browser-top { display: flex; gap: 5px; padding: 11px 14px; background: #e9edff; direction: ltr; }
.browser-top i { width: 7px; height: 7px; background: #91a0e4; border-radius: 50%; }
.browser-layout { display: grid; min-height: 250px; grid-template-columns: 28% 1fr; }
.browser-layout aside { background: #f3f5ff; border-inline-end: 1px solid #e0e4f8; }
.browser-layout > div { padding: 30px; }
.browser-layout strong { display: block; width: 72%; height: 18px; margin-block-end: 22px; background: #26386e; border-radius: 5px; }
.browser-layout p { width: 90%; height: 8px; margin-block: 10px; background: #dce2f6; border-radius: 5px; }.browser-layout p:nth-of-type(2){width:67%}
.browser-layout button { margin-block-start: 30px; padding: 9px 16px; color: #fff; background: var(--service-accent); border: 0; border-radius: 8px; font-size: .72rem; }
.service-canvas--process { background-color: #3d2c16; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 28px 28px; }
.canvas-process { display: grid; width: 84%; grid-template-columns: 1fr 45px 1fr 45px 1fr; align-items: center; gap: 8px; }
.canvas-process div { position: relative; display: grid; min-height: 82px; place-items: center; padding: 15px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; text-align: center; box-shadow: 0 12px 25px rgba(0,0,0,.12); }
.canvas-process div::before { position: absolute; width: 7px; height: 7px; inset: 12px 12px auto auto; background: #f2bd65; border-radius: 50%; content: ""; }
.canvas-process div:nth-of-type(2) { color: #39270c; background: linear-gradient(135deg, #f4c66f, #e8a83e); border-color: #f4c66f; transform: translateY(-8px); }
.canvas-process div:nth-of-type(2)::before { background: #704a0f; }
.canvas-process i { position: relative; height: 1px; background: #f2bd65; }
.canvas-process i::after { position: absolute; width: 6px; height: 6px; inset: -3px auto auto 0; border-block-start: 1px solid #f2bd65; border-inline-start: 1px solid #f2bd65; content: ""; transform: rotate(-45deg); }
.canvas-process span { font-size: .74rem; font-weight: 500; }
.canvas-advisory { width: 76%; padding: 30px; background: #f8f4ea; border-radius: 4px 24px 4px 4px; box-shadow: 0 18px 35px rgba(0,0,0,.24); transform: rotate(-2deg); }
.canvas-advisory > span { color: #8f7646; font-size: .68rem; }
.canvas-advisory blockquote { margin: 30px 0; color: #1d2b38; font-size: 1.25rem; line-height: 1.9; }
.canvas-advisory > div { display: flex; align-items: center; gap: 8px; color: #65717c; }
.canvas-advisory i { width: 8px; height: 8px; background: #c59a42; border-radius: 50%; }
.service-signature { padding-block: 95px; color: #fff; background: var(--service-dark); }
.service-signature h2 { color: #fff; }
.service-signature .section-heading { margin-block-end: 35px; }
.signature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); border-radius: 22px; }
.signature-grid article { padding: 32px; background: var(--service-dark); }
.signature-grid h3 { margin-block: 18px 10px; color: #fff; }
.signature-grid p { margin: 0; color: #b9c9d2; font-size: .84rem; }
.signature-mark { display: block; width: 28px; height: 4px; background: var(--service-accent); border-radius: 4px; }
.service-output-section { background: var(--service-soft); }
.service-collaboration { padding-block: 95px; }
.service-page .service-deliverables article { border-block-start: 3px solid var(--service-accent); }
.service-page--identity .service-hero__grid { grid-template-columns: .85fr 1.15fr; }
.service-page--identity .service-overview__copy { order: 2; }
.service-page--identity .service-benefits { order: 1; }
.service-page--research .service-hero__copy { order: 2; }
.service-page--research .service-canvas { order: 1; }
.service-page--research .signature-grid article:nth-child(2) { background: #173e38; }
.service-page--digital .service-overview__copy { order: 2; }
.service-page--digital .service-benefits { order: 1; grid-template-columns: 1fr 1fr; }
.service-page--process .service-hero__grid { grid-template-columns: 1fr; text-align: center; }
.service-page--process .service-hero__copy { max-width: 790px; margin-inline: auto; }
.service-page--process .hero-actions, .service-page--process .breadcrumbs, .service-page--process .eyebrow { justify-content: center; }
.service-page--process .service-canvas { min-height: 250px; }
.service-page--process .service-overview { grid-template-columns: .75fr 1.25fr; }
.service-page--process .service-benefits { grid-template-columns: 1fr 1fr; }
.service-page--advisory .service-hero { color: #fff; background: var(--service-dark); }
.service-page--advisory .service-hero h1 { color: #fff; }
.service-page--advisory .service-hero .lead { color: #b9c7d2; }
.service-page--advisory .service-canvas { background: #1a2b3b; box-shadow: none; }
.service-page--advisory .button--outline { color: #fff; border-color: rgba(255,255,255,.25); }
.service-page--advisory .service-overview { grid-template-columns: 1.2fr .8fr; }

/* Inner pages */
.page-hero { padding-block: 70px; background: var(--wash); text-align: center; }
.page-hero h1 { font-size: clamp(1.45rem, 2.2vw, 2.1rem); }
.archive-hero { padding-block: 52px 56px; }
.archive-hero .container { max-width: 900px; }
.archive-hero h1 { max-width: 760px; margin-inline: auto; }
.archive-hero .lead { max-width: 760px; margin: 14px auto 0; }
.breadcrumbs { color: var(--muted); font-size: .82rem; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 55px; }
.blog-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: 42px; }
.posts-grid--blog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.entry-content { color: #29465c; font-size: 1rem; line-height: 2.15; }
.entry-content > * { max-width: 820px; }
.entry-content > p { margin-block: 0 1.55em; }
.entry-content > p:first-of-type { color: #38586e; font-size: 1.08rem; line-height: 2.15; }
.entry-content h2, .entry-content h3, .entry-content h4 { margin-block: 2.1em .8em; }
.entry-content h2 { padding-block-end: 12px; border-block-end: 1px solid var(--line); font-size: clamp(1.4rem, 2.2vw, 1.85rem); }
.entry-content h3 { color: #143c57; font-size: clamp(1.18rem, 1.8vw, 1.45rem); }
.entry-content ul, .entry-content ol { margin: 0 0 1.7em; padding-inline-start: 1.3em; }
.entry-content li { margin-block-end: .65em; padding-inline-start: .3em; }
.entry-content li::marker { color: var(--brand); font-weight: 600; }
.entry-content a { color: var(--brand-dark); text-decoration: underline; text-underline-offset: 4px; }
.entry-content a:hover { color: var(--ink-deep); text-decoration-color: var(--accent); }
.entry-content blockquote { position: relative; margin: 34px 0; padding: 28px 32px; color: #21455c; background: var(--wash); border: 1px solid var(--line); border-inline-start: 4px solid var(--brand); border-radius: var(--radius-sm); }
.entry-content blockquote p:last-child { margin-block-end: 0; }
.entry-content figure { margin-block: 36px; }
.entry-content img { border-radius: var(--radius); box-shadow: 0 14px 35px rgba(7,27,47,.09); }
.entry-content figcaption { margin-block-start: 10px; color: var(--muted); font-size: .76rem; text-align: center; }
.entry-content table { width: 100%; margin-block: 30px; overflow: hidden; border-collapse: collapse; border: 1px solid var(--line); border-radius: 14px; }
.entry-content th, .entry-content td { padding: 13px 15px; border: 1px solid var(--line); text-align: start; }
.entry-content th { color: var(--ink-deep); background: var(--wash); font-weight: 600; }
.entry-content code { padding: 2px 6px; color: #7b3453; background: #fff0f5; border-radius: 5px; font-size: .86em; direction: ltr; }
.entry-content pre { padding: 20px; overflow-x: auto; color: #e7f1f6; background: var(--ink-deep); border-radius: 14px; direction: ltr; }
.entry-content hr { margin-block: 40px; border: 0; border-block-start: 1px solid var(--line); }
.article-notice { margin-block-start: 42px; padding: 20px 22px; color: #36576b; background: linear-gradient(135deg, #edf8f7, #f7fbfb); border: 1px solid #c9e7e5; border-radius: 14px; font-size: .86rem; line-height: 2; }
.article-notice strong { color: var(--ink-deep); font-weight: 600; }
.legal-page .page-hero { padding-block: 55px; }
.legal-page .entry-content { max-width: 900px; margin-inline: auto; }
.legal-page .entry-content > p:first-child { display: inline-flex; margin-block-end: 24px; padding: 7px 12px; color: var(--brand-dark); background: #e8f6f5; border: 1px solid #c5e8e6; border-radius: 9px; font-size: .76rem; line-height: 1.7; }
.legal-page .entry-content > p:nth-of-type(2) { max-width: 850px; color: #294b61; font-size: 1.08rem; line-height: 2.15; }
.legal-page .entry-content h2 { position: relative; padding-inline-start: 17px; }
.legal-page .entry-content h2::before { position: absolute; width: 5px; inset: 7px 0 7px auto; background: var(--brand); border-radius: 4px; content: ""; }
.legal-page .entry-content blockquote { color: #23475d; background: linear-gradient(135deg, #edf8f7, #f7fbfb); }
.sidebar { position: sticky; top: 110px; align-self: start; display: grid; gap: 18px; }
.article-feature { max-width: 820px; margin: 0 0 38px; }
.article-visual { display: block; width: 100%; height: auto; border-radius: inherit; }
.sidebar .widget { margin-block-end: 22px; padding: 25px; background: var(--wash); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.widget-title { font-size: 1.05rem; }
.widget ul { margin: 0; padding: 0; list-style: none; }
.widget li { padding-block: 8px; border-bottom: 1px solid var(--line); font-size: .88rem; }
.search-form { display: flex; gap: 8px; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 52px; padding: 8px 14px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 12px; outline: 0; }
.search-field:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(11,167,165,.12); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.sidebar-card { padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.sidebar-card h2, .sidebar-cta h2 { margin-block-end: 14px; font-size: 1.08rem; line-height: 1.7; }
.sidebar-label { margin-block-end: 5px; color: var(--brand-dark); font-size: .72rem; font-weight: 600; }
.sidebar-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-block-end: 12px; border-block-end: 1px solid var(--line); }
.sidebar-heading h2 { margin: 0; }
.sidebar-heading__mark { width: 9px; height: 28px; background: var(--accent); border-radius: 8px; }
.sidebar-posts { display: grid; }
.sidebar-post { position: relative; display: grid; gap: 3px; padding-block: 16px; padding-inline-end: 0; padding-inline-start: 24px; border-block-end: 1px solid var(--line); }
.sidebar-post:last-child { padding-block-end: 0; border: 0; }
.sidebar-post__date { color: var(--muted); font-size: .7rem; }
.sidebar-post strong { color: var(--ink-deep); font-size: .84rem; font-weight: 500; line-height: 1.75; transition: color .2s; }
.sidebar-post svg { position: absolute; width: 15px; inset: 50% auto auto 0; color: var(--brand); transform: translateY(-50%) rotate(180deg); }
.sidebar-post:hover strong { color: var(--brand-dark); }
.sidebar-categories ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.sidebar-categories li { display: flex; align-items: center; justify-content: space-between; padding: 9px 12px; background: var(--wash); border: 0; border-radius: 9px; color: var(--muted); }
.sidebar-categories a { color: var(--ink); font-size: .82rem; }
.sidebar-cta { padding: 28px; color: #fff; background: var(--ink-deep); border-radius: 20px; }
.sidebar-cta .sidebar-label { color: #69d7d2; }
.sidebar-cta h2 { color: #fff; }
.sidebar-cta p { color: #b6cbd6; font-size: .82rem; }
.sidebar-cta .button { width: 100%; margin-block-start: 7px; }
.sidebar-search .search-form { align-items: stretch; }
.sidebar-search .search-form .button { min-height: 48px; padding-inline: 17px; }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: clamp(45px, 8vw, 100px); }
.contact-intro { position: sticky; inset-block-start: 125px; }
.contact-methods { display: grid; gap: 12px; margin-block-start: 32px; }
.contact-methods > * { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 18px; background: var(--wash); border: 1px solid var(--line); border-radius: 14px; }
.contact-methods span { color: var(--muted); font-size: .82rem; }
.contact-methods strong { color: var(--ink-deep); font-size: .9rem; direction: ltr; }
.contact-form-card { padding: clamp(25px, 4vw, 44px); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-form { display: grid; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 7px; color: var(--ink); font-size: .88rem; font-weight: 500; }
.contact-form label > span { display: inline; color: #c43e3e; }
.contact-form input, .contact-form textarea { width: 100%; min-height: 50px; padding: 10px 13px; color: var(--ink); background: #fbfdfd; border: 1px solid #cfdfe1; border-radius: 11px; outline: 0; resize: vertical; }
.contact-form textarea { min-height: 145px; }
.contact-form input:focus, .contact-form textarea:focus { background: #fff; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(11,167,165,.11); }
.captcha-row { display: flex; align-items: end; gap: 18px; padding: 17px; background: var(--wash); border-radius: 13px; }
.captcha-row label { flex: 0 0 210px; }
.captcha-row input { direction: ltr; }
.captcha-row p, .form-privacy { margin: 0; color: var(--muted); font-size: .75rem; }
.form-honeypot { position: absolute; inset-inline-start: -9999px; opacity: 0; pointer-events: none; }
.form-notice { margin-block-end: 22px; padding: 13px 16px; border-radius: 11px; font-size: .86rem; }
.form-notice--success { color: #0d6846; background: #e5f6ee; border: 1px solid #b9e6d1; }
.form-notice--error { color: #8e2f2f; background: #fff0f0; border: 1px solid #f0caca; }
.pagination { margin-block-start: 40px; }
.pagination .nav-links { display: flex; gap: 7px; }
.page-numbers { display: grid; width: 42px; height: 42px; place-items: center; background: var(--wash); border-radius: 10px; }
.page-numbers.current { color: #fff; background: var(--brand); }
.not-found { min-height: 60vh; display: grid; place-items: center; text-align: center; }
.not-found strong { display: block; color: #d7eeee; font-size: clamp(7rem, 20vw, 15rem); line-height: 1; }

/* Footer */
.site-footer { color: #a9bfcc; background: var(--ink-deep); }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; padding-block: 75px 55px; }
.site-footer .brand-fa { color: #fff; }
.footer-about { max-width: 360px; margin-block-start: 22px; font-size: .89rem; }
.footer-title { margin-block-end: 20px; color: #fff; font-size: .96rem; }
.footer-menu { margin: 0; padding: 0; list-style: none; }
.footer-menu li { margin-block-end: 9px; }
.footer-menu a { font-size: .87rem; transition: .2s; }
.footer-menu a:hover { color: #fff; padding-inline-start: 4px; }
.footer-contact { display: grid; gap: 11px; font-size: .87rem; }
.footer-contact a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 21px; border-top: 1px solid rgba(255,255,255,.08); font-size: .75rem; }
.footer-legal { display: inline-flex; flex-wrap: wrap; gap: 8px 16px; margin-inline-start: 18px; }
.footer-legal a { color: #91aab8; }
.footer-legal a:hover { color: #fff; }
.socials { display: flex; gap: 8px; }
.socials a { display: grid; width: 38px; height: 38px; place-items: center; background: rgba(255,255,255,.06); border-radius: 10px; }
.socials a:hover { color: #fff; background: var(--brand-dark); }
.socials svg { width: 17px; }

@media (max-width: 980px) {
  .section { padding-block: 80px; }
  .header-inner { display: grid; grid-template-columns: 1fr auto; gap: 15px; }
  .site-brand { justify-self: start; }
  .main-navigation { position: fixed; z-index: 99; inset: 84px 0 0; display: none; margin: 0; padding: 24px 20px 40px; overflow-y: auto; background: rgba(255,255,255,.98); box-shadow: inset 0 1px 0 var(--line); backdrop-filter: blur(16px); }
  .main-navigation.is-open { display: block; }
  .main-navigation ul { align-items: stretch; flex-direction: column; }
  .main-navigation a { padding: 14px 16px; font-size: 1rem; }
  .menu-toggle { display: block; justify-self: end; }
  .header-cta { display: none; }
  .hero-grid, .process-grid, .about-card { grid-template-columns: 1fr; }
  .service-hero__grid, .service-overview { grid-template-columns: 1fr; }
  .service-visual { min-height: 320px; }
  .service-canvas { min-height: 320px; }
  .service-deliverables { grid-template-columns: repeat(2, 1fr); }
  .signature-grid { grid-template-columns: 1fr; gap: 1px; }
  .service-page--identity .service-hero__grid, .service-page--process .service-overview, .service-page--advisory .service-overview { grid-template-columns: 1fr; }
  .service-page--identity .service-overview__copy, .service-page--digital .service-overview__copy, .service-page--research .service-hero__copy { order: initial; }
  .service-page--identity .service-benefits, .service-page--digital .service-benefits, .service-page--research .service-canvas { order: initial; }
  .hero-visual { max-width: 600px; min-height: 490px; margin-inline: auto; width: 100%; }
  .metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .metric:nth-child(2) { border: 0; }
  .metric:nth-child(-n+2) { border-block-end: 1px solid var(--line); }
  .cards-grid, .posts-grid { grid-template-columns: repeat(2, 1fr); }
  .process-copy { position: static; }
  .content-layout { grid-template-columns: 1fr; }
  .blog-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-intro { position: static; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-main > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding-block: 65px; }
  .site-header, .header-inner { min-height: 72px; }
  .main-navigation { inset-block-start: 72px; }
  .brand-symbol { width: 42px; height: 42px; }
  .brand-fa { font-size: .96rem; }
  .hero { padding-block: 60px 45px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 420px; }
  .visual-panel { inset-inline: 0; padding: 22px; }
  .visual-chart { height: 210px; margin-block-start: 42px; }
  .floating-card--top { inset-inline-start: 5px; }
  .floating-card--bottom { inset-inline-end: -4px; }
  .cards-grid, .posts-grid, .metrics-grid { grid-template-columns: 1fr; }
  .service-deliverables { grid-template-columns: 1fr; }
  .canvas-strategy { grid-template-columns: 1fr; }
  .canvas-strategy i { width: 2px; height: 22px; margin-inline: auto; }
  .canvas-identity { width: 84%; grid-template-columns: 1fr 1fr; gap: 18px; }
  .identity-glyph { font-size: 4rem; }
  .canvas-process { width: 88%; grid-template-columns: 1fr; }
  .canvas-process div { min-height: 65px; border-radius: 14px; }
  .canvas-process i { width: 1px; height: 18px; margin-inline: auto; }
  .service-page--digital .service-benefits, .service-page--process .service-benefits { grid-template-columns: 1fr; }
  .sidebar { grid-template-columns: 1fr; }
  .metric { border: 0; border-block-end: 1px solid var(--line) !important; }
  .metric:last-child { border: 0 !important; }
  .service-card { padding: 27px; }
  .about-card { padding: 30px 22px; }
  .cta-box { align-items: stretch; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .footer-main > :first-child, .footer-main > :last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .search-form { flex-direction: column; }
  .form-row { grid-template-columns: 1fr; }
  .captcha-row { align-items: stretch; flex-direction: column; }
  .captcha-row label { flex-basis: auto; }
}

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

@media print { .site-header, .site-footer, .cta-section, .sidebar { display: none; } .section { padding: 20px 0; } }
