@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Vazirmatn:wght@400;500;600;700;800;900&display=swap');

:root {
  --ink: #22231f;
  --muted: #777871;
  --paper: #f4f3ee;
  --paper-2: #e8e7e0;
  --cream: #ded0b7;
  --clay: #bf6f4a;
  --clay-dark: #a85837;
  --line: rgba(34, 35, 31, .16);
  --line-light: rgba(244, 243, 238, .24);
  --serif: Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Vazirmatn', Tahoma, sans-serif; line-height: 1.7; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 80px)); margin: 0 auto; }
.noise { position: fixed; inset: 0; opacity: .035; pointer-events: none; z-index: 10; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); }

/* Header */
.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 12px; direction: rtl; }
.brand-mark { width: 36px; height: 35px; display: flex; align-items: flex-end; justify-content: center; gap: 3px; transform: skew(-10deg); }
.brand-mark i { display: block; width: 8px; background: var(--clay); }
.brand-mark i:nth-child(1) { height: 22px; }
.brand-mark i:nth-child(2) { height: 31px; background: var(--ink); }
.brand-mark i:nth-child(3) { height: 16px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.2; }
.brand-copy strong { font-size: 16px; font-weight: 900; letter-spacing: -.05em; }
.brand-copy small { color: var(--muted); font-size: 9px; letter-spacing: .01em; margin-top: 4px; }
.main-nav { display: flex; align-items: center; gap: 34px; margin-right: auto; margin-left: auto; }
.main-nav a { color: #676862; font-size: 12px; transition: color .2s ease; }
.main-nav a:hover { color: var(--clay-dark); }
.header-cta { border: 1px solid var(--ink); padding: 10px 16px; font-size: 11px; transition: background .25s, color .25s; }
.header-cta span, .button span { font-family: Arial, sans-serif; font-size: 16px; margin-right: 9px; }
.header-cta:hover { color: var(--paper); background: var(--ink); }
.menu-toggle, .mobile-menu { display: none; }

/* Hero */
.hero { min-height: 670px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 9.5%; align-items: center; padding-top: 58px; padding-bottom: 76px; direction: ltr; }
.hero-content { direction: rtl; padding-bottom: 12px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; color: var(--clay-dark); font-size: 11px; font-weight: 700; letter-spacing: .01em; }
.eyebrow span { display: inline-block; width: 29px; height: 1px; background: var(--clay); }
.hero h1 { margin: 24px 0 20px; font-size: clamp(48px, 6.2vw, 83px); line-height: 1.12; letter-spacing: -.085em; font-weight: 900; }
em { font-family: var(--serif); font-weight: 400; font-style: italic; letter-spacing: -.055em; }
.hero-lead { max-width: 390px; margin: 0; color: var(--muted); font-size: 14px; line-height: 2.1; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 0; padding: 14px 21px; font-size: 12px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-dark { color: var(--paper); background: var(--ink); }
.button-dark:hover { background: var(--clay-dark); }
.text-link, .arrow-link { font-size: 12px; font-weight: 700; border-bottom: 1px solid var(--line); padding-bottom: 5px; }
.text-link span, .arrow-link span { font-family: Arial, sans-serif; font-size: 15px; margin-right: 8px; transition: margin .2s ease; }
.text-link:hover span, .arrow-link:hover span { margin-right: 13px; }
.hero-note { display: flex; align-items: center; gap: 10px; color: #9a9b93; font-size: 10px; margin-top: 70px; }
.note-line { width: 40px; height: 1px; background: #bbbcb4; }
.hero-visual { direction: rtl; position: relative; }
.hero-image-wrap { position: relative; aspect-ratio: 1.03 / 1; overflow: hidden; background: var(--cream); }
.hero-image-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(19, 19, 16, .28)); pointer-events: none; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; filter: saturate(.78); transition: transform .8s ease; }
.hero-image-wrap:hover img { transform: scale(1.04); }
.image-label, .image-index { position: absolute; z-index: 1; color: var(--paper); font-size: 10px; bottom: 19px; }
.image-label { right: 22px; }
.image-index { left: 22px; direction: ltr; font-family: 'DM Mono', monospace; font-size: 13px; }
.image-index span { opacity: .58; font-size: 10px; }
.hero-stamp { position: absolute; left: -43px; bottom: 28px; width: 95px; height: 95px; border: 1px solid var(--clay); border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--paper); color: var(--clay-dark); font-family: var(--serif); font-style: italic; font-size: 34px; line-height: .65; transform: rotate(-12deg); }
.hero-stamp span { font-family: 'DM Mono', monospace; font-size: 8px; font-style: normal; letter-spacing: 2px; margin-top: 9px; }

/* Ticker */
.ticker { background: var(--clay); color: #f9ecdc; overflow: hidden; white-space: nowrap; }
.ticker-track { min-height: 57px; display: flex; align-items: center; justify-content: space-around; gap: 25px; animation: marquee 28s linear infinite; width: max-content; min-width: 100%; }
.ticker span { font-size: 12px; }
.ticker b { font-size: 11px; font-weight: 400; opacity: .7; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(8%); } }

/* Intro */
.intro-section { padding-top: 125px; padding-bottom: 128px; }
.section-kicker { color: var(--ink); font-family: 'DM Mono', monospace; direction: ltr; justify-content: flex-start; font-size: 11px; font-weight: 500; }
.section-kicker::first-letter { color: var(--clay-dark); }
.section-kicker span { color: var(--muted); font-family: 'Vazirmatn', sans-serif; margin-right: 4px; }
.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 13%; margin-top: 39px; padding-right: 7%; }
.intro-grid h2, .section-heading h2, .process-heading h2 { margin: 0; font-size: clamp(38px, 4.6vw, 62px); letter-spacing: -.08em; line-height: 1.22; font-weight: 900; }
.intro-grid h2 em, .section-heading h2 em, .process-heading h2 em { color: var(--clay-dark); }
.intro-text { padding-top: 9px; max-width: 365px; }
.intro-text p { color: var(--muted); font-size: 13px; line-height: 2.15; margin: 0 0 17px; }
.arrow-link { display: inline-block; margin-top: 12px; }
.stats-row { border-top: 1px solid var(--line); margin-top: 90px; padding-top: 28px; display: grid; grid-template-columns: repeat(4, 1fr); direction: ltr; }
.stat { border-left: 1px solid var(--line); padding-left: 26px; display: flex; flex-direction: column; direction: rtl; align-items: flex-start; }
.stat:first-child { border-left: 0; }
.stat strong { font-family: 'DM Mono', monospace; font-size: 35px; line-height: 1; font-weight: 400; letter-spacing: -.1em; }
.stat strong span { font-size: 21px; color: var(--clay-dark); margin-right: 4px; }
.stat small { color: var(--muted); font-size: 11px; margin-top: 11px; }
.stat-note { flex-direction: row; gap: 12px; align-items: flex-start; padding-right: 15px; }
.tiny-spark { color: var(--clay-dark); font-size: 20px; line-height: 1.2; }
.stat-note small { margin-top: 0; line-height: 1.8; }

/* Projects */
.projects-section { padding-bottom: 130px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 48px; }
.section-heading h2 { margin-top: 21px; }
.project-controls { display: flex; gap: 25px; align-items: center; padding-bottom: 7px; }
.filter-btn { border: 0; background: none; padding: 0 0 8px; color: #8a8b84; font-size: 11px; position: relative; }
.filter-btn::after { content: ''; position: absolute; bottom: 0; right: 0; left: 0; height: 1px; background: transparent; transition: background .2s; }
.filter-btn.active, .filter-btn:hover { color: var(--ink); }
.filter-btn.active::after { background: var(--clay); }
.projects-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 58px 28px; direction: ltr; }
.project-card { direction: rtl; min-width: 0; transition: opacity .3s, transform .3s; }
.project-card.is-hidden { display: none; }
.project-image { position: relative; overflow: hidden; aspect-ratio: 1.18 / 1; background: var(--paper-2); }
.project-large .project-image { aspect-ratio: 1.42 / 1; }
.project-wide { grid-column: 1 / -1; width: 66%; margin-right: auto; }
.project-wide .project-image { aspect-ratio: 1.72 / 1; }
.project-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,20,15,.03), rgba(20,20,15,.24)); pointer-events: none; }
.project-image img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.7); transition: transform .6s ease, filter .4s; }
.project-card:hover img { transform: scale(1.05); filter: saturate(.92); }
.project-number { position: absolute; top: 17px; right: 19px; z-index: 1; color: white; font-family: 'DM Mono', monospace; font-size: 12px; }
.project-plus { position: absolute; z-index: 2; left: 18px; bottom: 16px; width: 34px; height: 34px; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; color: white; font-size: 20px; font-weight: 300; transition: background .2s, color .2s, transform .2s; }
.project-plus:hover { background: white; color: var(--ink); transform: rotate(90deg); }
.project-meta { display: flex; justify-content: space-between; align-items: start; border-bottom: 1px solid var(--line); padding: 14px 0 13px; }
.project-meta h3 { margin: 0; font-size: 15px; font-weight: 800; }
.project-meta p { color: var(--muted); font-size: 10px; margin: 3px 0 0; }
.project-meta > span { color: var(--muted); font-family: 'DM Mono', monospace; font-size: 9px; padding-top: 4px; }
.center-link { text-align: center; margin-top: 62px; }

/* Process */
.process-section { color: var(--paper); background: var(--ink); padding: 105px 0 112px; position: relative; overflow: hidden; }
.process-section::before { content: 'AN'; position: absolute; left: -10px; bottom: -72px; color: rgba(244,243,238,.035); font-family: Arial, sans-serif; font-size: 330px; font-weight: 900; letter-spacing: -.2em; line-height: 1; transform: rotate(-10deg); }
.light { color: var(--paper); position: relative; z-index: 1; }
.light span { color: #9e9e96; }
.process-heading { display: flex; justify-content: space-between; align-items: end; margin: 30px 0 78px; position: relative; z-index: 1; }
.process-heading h2 em { color: var(--cream); }
.process-heading p { max-width: 300px; color: #aaa9a1; font-size: 12px; line-height: 2; margin: 0 6% 8px 0; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; position: relative; z-index: 1; }
.process-item { min-height: 248px; padding: 0 30px; border-right: 1px solid var(--line-light); position: relative; }
.process-item:first-child { padding-right: 0; border-right: 0; }
.process-no { color: var(--clay); font-family: 'DM Mono', monospace; font-size: 11px; }
.process-icon { color: var(--cream); font-family: var(--serif); font-size: 37px; line-height: 1; margin: 48px 0 19px; }
.process-item h3 { font-size: 16px; margin: 0 0 9px; }
.process-item p { color: #9b9b94; font-size: 11px; max-width: 240px; line-height: 2; margin: 0; }

/* Quote */
.quote-section { padding: 140px 0 146px; position: relative; }
.quote-mark { color: var(--clay); font-family: var(--serif); font-size: 113px; line-height: .7; position: absolute; top: 94px; right: 8%; }
blockquote { margin: 0; text-align: center; font-size: clamp(34px, 4.1vw, 57px); line-height: 1.48; letter-spacing: -.08em; font-weight: 900; }
blockquote em { color: var(--clay-dark); }
.quote-author { display: flex; justify-content: center; align-items: center; gap: 12px; margin-top: 45px; }
.author-line { width: 27px; height: 1px; background: var(--clay); }
.quote-author div { display: flex; flex-direction: column; text-align: right; }
.quote-author strong { font-size: 11px; }
.quote-author small { font-size: 9px; color: var(--muted); }

/* Contact */
.contact-section { padding-bottom: 120px; }
.contact-card { background: var(--clay); color: #fbf1e6; display: grid; grid-template-columns: .91fr 1.09fr; gap: 9%; padding: 65px 72px 67px; position: relative; overflow: hidden; }
.contact-card::after { content: 'N'; position: absolute; right: 37%; bottom: -105px; font-family: Arial, sans-serif; color: rgba(255,255,255,.075); font-size: 350px; font-weight: 900; line-height: 1; pointer-events: none; }
.contact-copy, .contact-form { position: relative; z-index: 1; }
.contact-copy .section-kicker { color: #fbeede; }
.contact-copy .section-kicker span { color: rgba(255,255,255,.66); }
.contact-copy h2 { font-size: clamp(34px, 3.7vw, 51px); line-height: 1.32; letter-spacing: -.08em; margin: 26px 0 20px; }
.contact-copy h2 em { color: var(--ink); }
.contact-copy > p { color: rgba(255,255,255,.74); font-size: 12px; line-height: 2; max-width: 290px; }
.contact-info { margin-top: 40px; display: flex; flex-direction: column; gap: 4px; }
.contact-info a { font-family: 'DM Mono', monospace; direction: ltr; text-align: right; font-size: 11px; color: #fff7ed; transition: color .2s; }
.contact-info a:hover { color: var(--ink); }
.contact-form { padding-top: 3px; display: grid; grid-template-columns: 1fr 1fr; gap: 19px 19px; }
.contact-form label { color: rgba(255,255,255,.78); font-size: 10px; }
.contact-form label:nth-of-type(3), .contact-form label:nth-of-type(4), .contact-form button, .form-success { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea, .contact-form select { display: block; width: 100%; color: #fff; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); border-radius: 0; padding: 8px 0 10px; outline: none; font-size: 12px; resize: vertical; transition: border-color .2s; }
.contact-form select { color: rgba(255,255,255,.86); appearance: none; background-image: linear-gradient(45deg, transparent 50%, #f8e8d7 50%), linear-gradient(135deg, #f8e8d7 50%, transparent 50%); background-position: calc(100% - 8px) 16px, calc(100% - 3px) 16px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-left: 20px; }
.contact-form select option { color: var(--ink); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.5); }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: #fff; }
.button-light { background: var(--ink); color: #fff7ed; margin-top: 10px; justify-self: start; min-width: 155px; }
.button-light:hover { background: #fff7ed; color: var(--ink); }
.form-success { display: none; color: #fff; font-size: 11px; margin: 10px 0 0; }
.form-success.show { display: block; }

/* Footer */
.site-footer { background: var(--paper-2); padding: 53px 0 24px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 54px; }
.footer-slogan { font-size: 20px; font-weight: 800; line-height: 1.45; letter-spacing: -.06em; }
.footer-slogan em { color: var(--clay-dark); font-size: 28px; }
.socials { display: flex; gap: 9px; direction: ltr; }
.socials a { display: grid; place-content: center; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; font-family: 'DM Mono', monospace; font-size: 10px; transition: background .2s, color .2s; }
.socials a:hover { color: var(--paper); background: var(--ink); }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 19px; display: flex; justify-content: space-between; color: #898a82; font-size: 9px; }
.footer-bottom a { color: var(--ink); }

/* Animation */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .13s; }

@media (max-width: 900px) {
  .container { width: min(100% - 46px, 650px); }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 10px; }
  .header-cta { padding: 8px 10px; font-size: 10px; }
  .hero { gap: 7%; min-height: 570px; padding-top: 45px; padding-bottom: 55px; }
  .hero h1 { font-size: 56px; }
  .hero-note { margin-top: 42px; }
  .hero-stamp { left: -25px; transform: scale(.8) rotate(-12deg); transform-origin: bottom left; }
  .intro-grid { padding-right: 0; gap: 8%; }
  .contact-card { padding: 45px 38px; gap: 7%; }
}

@media (max-width: 680px) {
  .container { width: calc(100% - 40px); }
  .site-header { border-bottom: 0; }
  .nav-wrap { min-height: 76px; }
  .main-nav, .header-cta { display: none; }
  .menu-toggle { display: flex; flex-direction: column; gap: 6px; background: none; border: 0; padding: 10px 0 10px 10px; }
  .menu-toggle span { width: 26px; height: 1px; background: var(--ink); transition: transform .2s; }
  .mobile-menu { display: flex; flex-direction: column; gap: 22px; background: var(--paper); border-top: 1px solid var(--line); max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height .35s ease, padding .35s; }
  .mobile-menu.open { max-height: 330px; padding: 24px 20px 28px; }
  .mobile-menu a { font-size: 13px; }
  .mobile-menu-cta { color: var(--clay-dark); font-weight: 700; }
  .hero { display: flex; flex-direction: column; gap: 45px; align-items: stretch; min-height: auto; padding-top: 53px; padding-bottom: 65px; }
  .hero-content { padding: 0; }
  .hero h1 { font-size: clamp(50px, 15vw, 70px); margin-top: 21px; }
  .hero-lead { font-size: 13px; max-width: 330px; }
  .hero-note { margin-top: 38px; }
  .hero-visual { margin-right: 10px; }
  .hero-image-wrap { aspect-ratio: .98 / 1; }
  .hero-stamp { left: -28px; bottom: 15px; }
  .ticker-track { justify-content: flex-start; gap: 18px; min-height: 48px; }
  .ticker span { font-size: 10px; }
  .intro-section { padding-top: 83px; padding-bottom: 88px; }
  .intro-grid { display: block; margin-top: 28px; }
  .intro-grid h2, .section-heading h2, .process-heading h2 { font-size: 40px; }
  .intro-text { padding-top: 28px; }
  .stats-row { grid-template-columns: 1fr 1fr; gap: 29px 0; margin-top: 59px; }
  .stat { padding-left: 15px; }
  .stat:nth-child(3) { border-left: 0; }
  .stat-note { padding-right: 0; }
  .projects-section { padding-bottom: 85px; }
  .section-heading { display: block; margin-bottom: 34px; }
  .section-heading h2 { margin-top: 18px; }
  .project-controls { margin-top: 27px; gap: 19px; }
  .projects-grid { display: block; }
  .project-card, .project-wide { width: 100%; margin-bottom: 42px; }
  .project-image, .project-large .project-image, .project-wide .project-image { aspect-ratio: 1.18 / 1; }
  .center-link { margin-top: 10px; }
  .process-section { padding: 76px 0 80px; }
  .process-heading { display: block; margin: 24px 0 53px; }
  .process-heading p { margin: 25px 0 0; }
  .process-grid { display: block; }
  .process-item, .process-item:first-child { min-height: auto; padding: 0 0 38px; margin-bottom: 37px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .process-item:last-child { border-bottom: 0; margin-bottom: 0; }
  .process-icon { margin: 28px 0 12px; }
  .quote-section { padding: 95px 0 100px; }
  .quote-mark { right: 5%; top: 55px; font-size: 77px; }
  blockquote { font-size: 37px; }
  .contact-section { padding-bottom: 80px; }
  .contact-card { display: block; padding: 42px 27px 45px; }
  .contact-card::after { right: 35%; font-size: 250px; }
  .contact-copy h2 { font-size: 38px; margin-top: 20px; }
  .contact-copy > p { max-width: 280px; }
  .contact-info { margin-top: 28px; margin-bottom: 47px; }
  .contact-form { display: block; }
  .contact-form label { display: block; margin-bottom: 21px; }
  .contact-form button { margin-top: 3px; }
  .footer-top { display: grid; grid-template-columns: 1fr auto; gap: 35px 15px; padding-bottom: 39px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-slogan { font-size: 16px; }
  .footer-slogan em { font-size: 22px; }
  .footer-bottom { flex-wrap: wrap; gap: 13px; line-height: 1.7; }
  .footer-bottom span:nth-child(2) { display: none; }
}

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

/* Real brand and archive additions */
.brand-mark-real { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 42px; overflow: hidden; }
.brand-mark-real img { width: 42px; height: 42px; object-fit: contain; display: block; }
.real-image-tag { position: absolute; top: 16px; right: 16px; z-index: 2; border: 1px solid rgba(255,255,255,.58); background: rgba(22, 29, 26, .5); color: #fff; padding: 6px 9px; font-size: 9px; }
.concept-label { position: absolute; z-index: 2; right: 18px; bottom: 17px; color: #fff; background: rgba(25,25,22,.65); padding: 7px 10px; font-size: 9px; }
.heading-note { max-width: 280px; margin: 0 0 6px; color: var(--muted); font-size: 12px; line-height: 2; }
.services-section { padding-bottom: 130px; }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; padding: 29px 28px 27px; min-height: 340px; border: 1px solid var(--line); background: #ebe8df; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: var(--clay); box-shadow: 8px 8px 0 #d3cbbd; }
.service-card::after { content: ''; position: absolute; top: 0; bottom: 0; right: 0; width: 4px; background: var(--ink); opacity: .75; }
.service-number { color: var(--clay-dark); font-family: 'DM Mono', monospace; font-size: 11px; }
.service-icon { display: block; color: var(--clay-dark); font-family: var(--serif); font-size: 37px; line-height: 1; margin: 45px 0 15px; }
.service-card h3 { font-size: 18px; margin: 0 0 10px; }
.service-card > p { color: var(--muted); font-size: 12px; line-height: 2; min-height: 50px; margin: 0 0 18px; }
.service-card ul { list-style: none; margin: 0; padding: 15px 0 0; border-top: 1px solid var(--line); color: #62645e; font-size: 10px; line-height: 2.2; }
.service-card li::before { content: '✓'; color: var(--clay-dark); margin-left: 7px; }
.area-section { padding-bottom: 115px; }
.area-card { display: grid; grid-template-columns: 1fr .7fr; gap: 10%; padding: 62px 70px; background: #e8e1d8; border: 1px solid var(--clay); position: relative; overflow: hidden; }
.area-card::after { content: 'ISF'; position: absolute; left: -30px; bottom: -90px; color: rgba(191,111,74,.1); font-family: Arial, sans-serif; font-weight: 900; font-size: 230px; line-height: 1; }
.area-card > div { position: relative; z-index: 1; }
.area-card h2 { margin: 22px 0 16px; font-size: clamp(36px, 4.2vw, 57px); line-height: 1.3; letter-spacing: -.08em; }
.area-card h2 em { color: var(--clay-dark); }
.area-card p { max-width: 450px; color: var(--muted); font-size: 12px; line-height: 2.15; margin: 0; }
.area-address { border-right: 2px solid var(--clay); padding: 9px 13px; margin-top: 24px; font-size: 11px; color: var(--ink); }
.area-actions { display: flex; align-items: flex-start; justify-content: center; gap: 22px; flex-direction: column; }
.form-hint { grid-column: 1 / -1; color: rgba(255,255,255,.62); font-size: 9px; margin: -7px 0 0; }
@media (max-width: 680px) {
  .brand-mark-real, .brand-mark-real img { width: 37px; height: 37px; flex-basis: 37px; }
  .brand-copy small { letter-spacing: .02em; }
  .services-section { padding-bottom: 85px; }
  .service-cards { display: block; }
  .service-card { min-height: auto; margin-bottom: 16px; padding: 24px 22px; }
  .service-icon { margin-top: 29px; }
  .service-card > p { min-height: 0; }
  .heading-note { margin-top: 24px; }
  .area-section { padding-bottom: 80px; }
  .area-card { display: block; padding: 39px 27px; }
  .area-actions { margin-top: 31px; gap: 18px; align-items: flex-start; }
  .area-card::after { font-size: 150px; bottom: -54px; }
}
