:root {
  --paper: #faf8f5;
  --sand: #eee8e0;
  --sky: #e5edf1;
  --surface: #ffffff;
  --ink: #625b53;
  --muted: #685f55;
  --line: #ded7ce;
  --accent: #91725a;
  --sans: "Inter", Arial, sans-serif;
  --gutter: 6.2vw;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
body:has(dialog[open]) {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
  color: inherit;
}
button:disabled {
  cursor: default;
}
img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}
h1,
h2 {
  font-family: var(--sans);
  font-optical-sizing: auto;
  font-weight: 400;
}
h3 {
  font-weight: 500;
}
em {
  font-family: inherit;
  font-weight: inherit;
  font-style: normal;
}
::selection {
  background: var(--sky);
  color: var(--ink);
}
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 6px;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 200;
  background: var(--paper);
  padding: 14px;
}
.skip-link:focus {
  top: 16px;
}
.site-header {
  height: 112px;
  padding: 18px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  border-bottom: 1px solid #ffffff26;
  gap: 28px;
}
.brand img {
  width: 104px;
  height: 79px;
  object-fit: contain;
}
.desktop-nav {
  display: flex;
  gap: 36px;
  margin-left: auto;
  margin-right: 5.8vw;
  font-size: 12px;
}
.desktop-nav a {
  position: relative;
  padding: 12px 0;
}
.desktop-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.3s;
}
.desktop-nav a:hover:after {
  width: 100%;
}
.header-contact {
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 12px;
  border-bottom: 1px solid #ffffff90;
  padding: 12px 0;
}
.header-contact span {
  font-size: 23px;
}
.light-header .site-header {
  color: var(--ink);
  border-color: var(--line);
}
.light-header .site-header .brand {
  filter: brightness(0);
}
.light-header .header-contact {
  border-color: var(--ink);
}
.menu-toggle {
  display: none;
  border: 0;
  background: none;
  padding: 14px 0;
  width: 30px;
}
.menu-toggle span {
  display: block;
  height: 1px;
  background: currentColor;
  margin: 6px 0;
}
.hero {
  position: relative;
  height: 100svh;
  min-height: 720px;
  max-height: 1200px;
  color: white;
  background: var(--paper);
  overflow: hidden;
}
.hero-images,
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-image {
  opacity: 0;
  object-position: 50% 56%;
  transition: opacity 1s ease;
  transform: scale(1.015);
}
.hero-image.is-active {
  opacity: 1;
}
.hero-shade {
  display: none;
}
.hero-content {
  position: absolute;
  top: 28%;
  left: var(--gutter);
  right: var(--gutter);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.7;
}
.eyebrow i {
  height: 5px;
  width: 5px;
  background: var(--accent);
  display: inline-block;
  flex-shrink: 0;
}
.hero-kicker {
  font-size: 10px;
  color: #f1f0ec;
  letter-spacing: 3px;
  margin-bottom: 26px;
}
.hero h1 {
  font-size: clamp(72px, 7.5vw, 120px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}
.hero h1 em {
  font-size: 1em;
  letter-spacing: -0.035em;
}
.hero-content > p {
  line-height: 1.9;
  font-size: 14px;
  color: #f3f2eb;
  margin-top: 26px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-bottom: 1px solid var(--ink);
  padding: 13px 0;
  font-size: 12px;
  font-weight: 500;
  transition:
    gap 0.25s,
    color 0.25s;
}
.text-link:hover {
  gap: 53px;
  color: var(--accent);
}
.text-link span {
  font-size: 22px;
  font-weight: 400;
}
.text-link.light {
  color: #fff;
  border-color: #ffffff85;
}
.hero-content .text-link {
  margin-top: 22px;
}
.hero-side {
  position: absolute;
  right: 30px;
  top: 44%;
  writing-mode: vertical-rl;
  font-size: 9px;
  letter-spacing: 2.6px;
}
.hero-bottom {
  position: absolute;
  bottom: 56px;
  left: var(--gutter);
  right: var(--gutter);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}
.scroll-cue {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 8px;
  letter-spacing: 1.5px;
}
.scroll-cue > span {
  border: 1px solid #ffffff60;
  border-radius: 50%;
  width: 36px;
  height: 49px;
  display: grid;
  place-items: center;
  font-size: 20px;
}
.hero-selector {
  display: flex;
  gap: 28px;
  width: 49%;
  max-width: 620px;
}
.hero-tab {
  color: #ffffffa6;
  position: relative;
  padding: 0 0 18px;
  text-align: left;
  border: 0;
  background: transparent;
  flex: 1;
  font-size: 12px;
  white-space: nowrap;
}
.hero-tab > span:first-child {
  display: block;
  font-size: 9px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.tab-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff40;
  height: 1px;
}
.tab-line:after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background: #fff;
  transition: width 0.5s;
}
.hero-tab.is-active {
  color: #fff;
}
.hero-tab.is-active .tab-line:after {
  width: 100%;
}
.hero-caption {
  position: absolute;
  right: var(--gutter);
  bottom: 21px;
  font-size: 8px;
  letter-spacing: 1.4px;
  color: #ffffffbf;
}
.hero-caption span {
  font-size: 7px;
  color: #ffffff9e;
}
.section-pad {
  padding: 100px var(--gutter);
}
.section-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}
.section-number {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 1px;
}
h2 {
  font-size: clamp(36px, 4vw, 65px);
  line-height: 1.17;
  letter-spacing: -0.035em;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 12%;
}
.intro-copy {
  max-width: 475px;
  padding-top: 5px;
}
.intro-copy p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.95;
  margin-bottom: 24px;
}
.intro-copy .lead {
  color: var(--ink);
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.intro-copy .text-link {
  margin-top: 9px;
}
.values-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  margin-top: 70px;
  padding-top: 24px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.4px;
}
.values-strip span:nth-child(2) {
  text-align: center;
}
.values-strip span:last-child {
  text-align: right;
}
.projects {
  padding-top: 78px;
  border-top: 1px solid var(--line);
}
.projects .section-label {
  margin-bottom: 34px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 47px;
}
.section-heading > p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  margin-bottom: 7px;
}
.image-link {
  display: block;
  position: relative;
  overflow: hidden;
  background: var(--sand);
}
.image-link img {
  width: 100%;
  height: 100%;
  transition: transform 1s ease;
}
.image-link:hover img {
  transform: scale(1.025);
}
.project-feature .image-link {
  height: 570px;
}
.image-tag {
  position: absolute;
  top: 24px;
  left: 26px;
  background: #f5eee7ed;
  color: var(--ink);
  font-size: 8px;
  letter-spacing: 1.8px;
  padding: 11px 14px;
}
.image-arrow {
  position: absolute;
  bottom: 24px;
  right: 26px;
  background: var(--paper);
  border-radius: 50%;
  height: 46px;
  width: 46px;
  display: grid;
  place-items: center;
  font-size: 24px;
  transition:
    background 0.25s,
    color 0.25s;
}
.image-link:hover .image-arrow {
  background: var(--accent);
  color: #fff;
}
.project-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-top: 26px;
}
.project-meta h3,
.card-meta h3 {
  font-size: 26px;
  letter-spacing: -1px;
  margin-top: 7px;
}
.project-meta .eyebrow,
.card-meta .eyebrow {
  font-size: 8px;
  color: var(--muted);
  letter-spacing: 1.5px;
}
.project-meta > p {
  color: var(--muted);
  font-size: 12px;
}
.project-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
  margin-top: 90px;
  align-items: start;
}
.project-pair .project-card:nth-child(2) {
  padding-top: 135px;
}
.project-card .image-link {
  height: 510px;
}
.project-card:first-child .image-link img {
  object-position: 38% center;
}
.card-meta {
  padding-top: 25px;
}
.card-meta > p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 12px;
}
.card-meta .text-link {
  margin-top: 14px;
}
.living {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  background: var(--sky);
  color: var(--ink);
  margin-top: 5px;
}
.living-image {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}
.living-image > img {
  height: 100%;
  width: 100%;
  position: absolute;
  object-position: 43% center;
}
.image-note {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 25px;
  font-size: 7px;
  letter-spacing: 1px;
  background: var(--paper);
  padding: 8px;
}
.living-copy {
  padding: 80px 15% 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.living-copy h2 {
  margin: 42px 0 28px;
  font-size: clamp(35px, 3.8vw, 60px);
}
.living-copy p {
  color: #625449;
  font-size: 13px;
  line-height: 1.95;
  margin-bottom: 19px;
  max-width: 360px;
}
.living-copy .text-link {
  margin-top: 11px;
  color: var(--ink);
  border-color: var(--ink);
}
.living-footnote {
  font-size: 8px;
  letter-spacing: 2px;
  margin-top: 70px;
  color: #625449;
}
.contact-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 115px;
  padding-bottom: 115px;
  gap: 25px;
}
.contact-cta h2 {
  margin-top: 32px;
  font-size: clamp(38px, 4.4vw, 72px);
}
.circle-link {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border: 1px solid #b8a695;
  border-radius: 50%;
  font-size: 54px;
  font-weight: 400;
  transition:
    background 0.3s,
    color 0.3s,
    border-color 0.3s;
}
.circle-link:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.site-footer {
  background: var(--paper);
  color: #f5eee7;
  padding: 60px var(--gutter) 25px;
}
.footer-top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ffffff25;
  padding-bottom: 38px;
  gap: 65px;
}
.footer-brand img {
  width: 110px;
  height: 84px;
}
.footer-top > p {
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: -0.4px;
  color: #e3d5c8;
}
.back-top {
  margin-left: auto;
  display: grid;
  place-items: center;
  border: 1px solid #ffffff40;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
  padding: 47px 0 55px;
}
.footer-grid > div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 13px;
}
.footer-grid .eyebrow {
  font-size: 8px;
  letter-spacing: 1.5px;
  color: #d1bfae;
  margin-bottom: 11px;
}
.footer-grid a {
  font-size: 11px;
}
.footer-grid a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.footer-grid .footer-phone {
  font-size: 27px;
  letter-spacing: -0.6px;
}
.footer-address {
  font-size: 10px;
  color: #d1bfae;
  line-height: 1.8;
  margin-top: 7px;
}
.footer-bottom {
  border-top: 1px solid #ffffff25;
  padding-top: 23px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 8px;
  color: #d1bfae;
}
.footer-bottom > span:last-child {
  letter-spacing: 1.5px;
}
.mobile-menu {
  border: 0;
  background: var(--paper);
  color: var(--ink);
  width: 100%;
  height: 100dvh;
  max-width: none;
  max-height: none;
  padding: 85px 7vw 40px;
  margin: 0;
}
.mobile-menu::backdrop {
  background: var(--paper);
}
.mobile-menu nav {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 65px 0;
  font-size: 27px;
  letter-spacing: -1px;
}
.menu-close {
  position: absolute;
  right: 7vw;
  top: 25px;
  background: none;
  border: 0;
  font-size: 40px;
}
.detail-hero {
  position: relative;
  height: 85svh;
  min-height: 620px;
  color: #fff;
  background: var(--paper);
}
.detail-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-position: center;
}
.detail-hero-content {
  position: absolute;
  left: var(--gutter);
  right: var(--gutter);
  bottom: 85px;
}
.breadcrumb {
  font-size: 9px;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 40px;
}
.detail-hero-content .eyebrow {
  font-size: 9px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.detail-hero h1 {
  font-size: clamp(65px, 7vw, 110px);
  letter-spacing: -0.035em;
  line-height: 1.04;
}
.detail-hero p {
  font-size: 15px;
  margin-top: 25px;
}
.detail-scroll {
  position: absolute;
  bottom: 70px;
  right: var(--gutter);
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff70;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 24px;
}
.detail-statement {
  position: relative;
  height: 640px;
  background: var(--paper);
}
.detail-statement > img {
  width: 100%;
  height: 100%;
  object-position: 50% 55%;
}
.detail-statement:after {
  display: none;
}
.detail-statement > div {
  position: absolute;
  bottom: 60px;
  left: var(--gutter);
  right: var(--gutter);
  color: #fff;
  z-index: 1;
}
.detail-statement h2 {
  font-size: 42px;
  max-width: 620px;
  margin-top: 18px;
}
.gallery-section .section-heading h2 {
  font-size: 42px;
  margin-top: 22px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.gallery-item {
  background: none;
  border: 0;
  padding: 0;
  text-align: left;
  overflow: hidden;
}
.gallery-item img {
  width: 100%;
  height: 350px;
  transition: transform 0.6s;
}
.gallery-item:hover img {
  transform: scale(1.015);
}
.gallery-item > span {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
}
.gallery-item b {
  font-size: 22px;
  font-weight: 400;
}
.gallery-note {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.8;
  margin-top: 26px;
  max-width: 720px;
}
.next-project {
  display: flex;
  align-items: center;
  gap: 55px;
  background: var(--sand);
  padding: 42px var(--gutter);
}
.next-project > span:nth-child(2) {
  font-size: 42px;
  letter-spacing: -1px;
}
.next-project b {
  margin-left: auto;
  font-size: 36px;
  font-weight: 400;
}
.lightbox {
  background: var(--paper);
  color: #fff;
  border: 0;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100dvh;
  padding: 65px 80px;
  margin: 0;
}
.lightbox[open] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox::backdrop {
  background: var(--paper);
}
.lightbox figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-width: 100%;
  height: 100%;
}
.lightbox img {
  height: calc(100% - 40px);
  width: 100%;
  object-fit: contain;
}
.lightbox figcaption {
  font-size: 11px;
  text-align: center;
}
.lightbox button {
  position: absolute;
  background: none;
  color: #fff;
  border: 1px solid #ffffff50;
  width: 44px;
  height: 44px;
  font-size: 27px;
}
.lightbox-close {
  top: 18px;
  right: 22px;
}
.gallery-prev {
  left: 17px;
  top: 50%;
}
.gallery-next {
  right: 17px;
  top: 50%;
}
.page-heading {
  padding-top: 215px;
  padding-bottom: 85px;
}
.page-heading h1 {
  font-size: clamp(58px, 6.7vw, 105px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin: 35px 0 30px;
}
.page-heading > p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
}
.about-wide {
  height: 600px;
  margin: 0 var(--gutter);
}
.about-wide img {
  height: 100%;
  width: 100%;
}
.principles {
  background: #eee2d6;
}
.principles > .eyebrow {
  margin-bottom: 45px;
}
.principles article {
  display: grid;
  grid-template-columns: 0.2fr 1fr 1fr;
  gap: 35px;
  border-top: 1px solid var(--line);
  padding: 35px 0;
}
.principles article > span {
  font-size: 11px;
  color: var(--muted);
  padding-top: 10px;
}
.principles h3 {
  font-size: 29px;
  letter-spacing: -1px;
}
.principles p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
  max-width: 420px;
}
.contact-grid {
  padding-top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
  padding-bottom: 130px;
}
.contact-info {
  border-top: 1px solid var(--line);
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.big-phone {
  font-size: 46px;
  letter-spacing: -0.035em;
  margin: 23px 0 12px;
}
.email-link {
  font-size: 15px;
}
.office {
  margin-top: 50px;
}
.office h2 {
  font-size: 23px;
  letter-spacing: -0.5px;
}
.office p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
  margin-top: 13px;
}
.office .text-link {
  font-size: 10px;
}
form {
  background: #eee2d6;
  padding: 38px 40px;
}
form h2 {
  font-size: 29px;
  letter-spacing: -1px;
}
form > p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
  margin: 15px 0 25px;
}
form label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  margin-top: 23px;
}
input,
textarea,
select {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #b8a695;
  border-radius: 0;
  background: transparent;
  padding: 13px 0;
  color: var(--ink);
  outline-offset: 4px;
  font-size: 13px;
}
textarea {
  resize: vertical;
}
form .form-note {
  font-size: 10px;
  line-height: 1.8;
  margin: 20px 0;
}
.submit-button {
  padding: 16px 20px;
  background: var(--ink);
  border: 0;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
}
.submit-button:hover {
  background: var(--sand);
}
.submit-button span {
  font-size: 21px;
}
#form-status {
  margin-bottom: 0;
}
.reveal {
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}
.reveal.pending {
  opacity: 0;
  transform: translateY(24px);
}
/* Instagram palette and editorial navigation inspired by the supplied references. */
.desktop-nav {
  display: none;
}
.header-contact {
  margin-left: auto;
}
.menu-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 86px;
  padding: 16px 0;
}
.menu-toggle .menu-label {
  background: none;
  height: auto;
  margin: 0;
  font-size: 10px;
  letter-spacing: 1.5px;
}
.menu-toggle .menu-lines {
  background: none;
  height: 15px;
  width: 25px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu-lines i {
  height: 1px;
  background: currentColor;
  width: 25px;
  display: block;
}
.mobile-menu {
  padding: 100px var(--gutter) 30px;
  background: var(--paper);
}
.menu-layout {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 9%;
  align-items: center;
  min-height: calc(100svh - 185px);
}
.mobile-menu nav {
  margin: 45px 0;
  gap: 0;
  font-family: var(--sans);
  font-size: clamp(25px, 3.2vw, 54px);
  letter-spacing: -0.025em;
}
.mobile-menu nav a {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 20px;
}
.mobile-menu nav a small {
  font: 9px var(--sans);
  letter-spacing: 1px;
}
.mobile-menu nav a > span {
  margin-left: auto;
  font: 25px var(--sans);
  transition: transform 0.3s;
}
.mobile-menu nav a:hover > span {
  transform: translate(3px, -3px);
}
.menu-close {
  display: flex;
  align-items: center;
  gap: 18px;
  top: 30px;
  right: var(--gutter);
}
.menu-close > span {
  font: 10px var(--sans);
  letter-spacing: 1.5px;
}
.menu-contact {
  display: flex;
  gap: 35px;
  font-size: 11px;
}
.menu-feature {
  align-self: center;
}
.menu-feature img {
  width: 100%;
  height: min(50svh, 480px);
  object-position: center;
}
.menu-feature .eyebrow {
  margin-top: 22px;
  font-size: 8px;
}
.menu-feature-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-family: var(--sans);
  font-size: 28px;
  margin-top: 8px;
}
.menu-feature-title b {
  font: 25px var(--sans);
}
.menu-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  font-size: 8px;
  letter-spacing: 1.5px;
  margin-top: 25px;
}
.project-meta h3,
.card-meta h3 {
  font-family: var(--sans);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 400;
  letter-spacing: -0.03em;
}
.projects .section-heading h2 {
  font-size: clamp(42px, 5vw, 76px);
}
.project-meta {
  align-items: flex-end;
}
.project-meta .text-link {
  flex-shrink: 0;
}
@media (max-width: 760px) {
  .menu-toggle {
    display: flex;
    width: 72px;
    gap: 12px;
  }
  .menu-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .menu-feature {
    display: none;
  }
  .mobile-menu nav {
    font-size: clamp(23px, 6.4vw, 38px);
    margin: 35px 0;
  }
  .mobile-menu nav a {
    gap: 13px;
    padding: 20px 0;
  }
  .mobile-menu nav a > span {
    font-size: 19px;
  }
  .menu-contact {
    flex-wrap: wrap;
    gap: 16px;
  }
  .menu-bottom {
    margin-top: 40px;
    font-size: 7px;
  }
  .projects .section-heading h2 {
    font-size: 38px;
  }
  .project-meta h3,
  .card-meta h3 {
    font-size: 29px;
  }
}

@media (min-width: 1700px) {
  :root {
    --gutter: max(6.2vw, calc((100vw - 1530px) / 2));
  }
  .hero-content {
    top: 29%;
  }
  .hero-content > p {
    font-size: 17px;
  }
  .hero-tab {
    font-size: 14px;
  }
  .hero h1 {
    font-size: 128px;
  }
}
@media (max-width: 1100px) {
  .desktop-nav {
    gap: 22px;
    margin-right: 2vw;
  }
  .header-contact {
    gap: 25px;
  }
  .hero-selector {
    width: 52%;
    gap: 18px;
  }
  .hero h1 {
    font-size: 88px;
  }
  .hero-content {
    top: 28%;
  }
  .project-feature .image-link {
    height: 460px;
  }
  .project-card .image-link {
    height: 400px;
  }
  .project-meta > p {
    display: none;
  }
  .living-copy {
    padding: 65px 12% 50px;
  }
  .living-image {
    min-height: 600px;
  }
  .footer-grid {
    gap: 30px;
  }
  .intro-grid {
    gap: 8%;
  }
  .contact-grid {
    gap: 7%;
  }
  form {
    padding: 30px;
  }
  .big-phone {
    font-size: 37px;
  }
}
@media (max-width: 760px) {
  :root {
    --gutter: 6vw;
  }
  html {
    scroll-padding-top: 30px;
  }
  .site-header {
    height: 92px;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 25px;
  }
  .brand img {
    width: 87px;
    height: 66px;
  }
  .desktop-nav {
    display: none;
  }
  .header-contact {
    margin-left: auto;
    font-size: 10px;
    gap: 16px;
    padding: 8px 0;
  }
  .header-contact span {
    font-size: 20px;
  }
  .menu-toggle {
    display: flex;
  }
  .hero {
    min-height: 690px;
    height: 95svh;
    max-height: 950px;
  }
  .hero-image {
    object-position: 58% center;
  }
  .hero-content {
    top: 25%;
  }
  .hero h1 {
    font-size: clamp(58px, 12vw, 84px);
    letter-spacing: -0.035em;
  }
  .hero h1 em {
    letter-spacing: -0.035em;
  }
  .hero-kicker {
    font-size: 8px;
    letter-spacing: 2px;
    margin-bottom: 24px;
  }
  .hero-content > p {
    font-size: 12px;
    margin-top: 23px;
  }
  .hero-content .text-link {
    font-size: 11px;
    margin-top: 14px;
  }
  .hero-side {
    display: none;
  }
  .hero-bottom {
    bottom: 57px;
  }
  .scroll-cue {
    display: none;
  }
  .hero-selector {
    width: 100%;
    max-width: none;
    gap: 24px;
  }
  .hero-tab {
    font-size: 11px;
    padding-bottom: 15px;
  }
  .hero-caption {
    bottom: 25px;
    left: var(--gutter);
    right: auto;
    font-size: 7px;
    letter-spacing: 1px;
  }
  .hero-caption span {
    font-size: 6px;
  }
  .section-pad {
    padding: 64px var(--gutter);
  }
  .section-label {
    margin-bottom: 35px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.5px;
  }
  .section-number {
    font-size: 9px;
  }
  h2 {
    font-size: 39px;
    letter-spacing: -1.5px;
  }
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .intro-copy {
    max-width: 100%;
    padding: 0;
  }
  .intro-copy .lead {
    font-size: 17px;
    max-width: 340px;
  }
  .intro-copy p {
    font-size: 12px;
    line-height: 1.9;
    margin-bottom: 16px;
  }
  .values-strip {
    margin-top: 40px;
    gap: 16px;
    padding-top: 20px;
    font-size: 9px;
    line-height: 1.7;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading > p {
    margin-top: 22px;
    font-size: 11px;
  }
  .project-feature .image-link {
    height: 360px;
  }
  .image-tag {
    font-size: 7px;
    top: 17px;
    left: 17px;
    padding: 9px 11px;
  }
  .image-arrow {
    bottom: 17px;
    right: 17px;
    width: 38px;
    height: 38px;
    font-size: 20px;
  }
  .project-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
    padding-top: 21px;
  }
  .project-meta h3,
  .card-meta h3 {
    font-size: 23px;
  }
  .project-meta .text-link {
    font-size: 11px;
    padding-top: 7px;
  }
  .project-pair {
    grid-template-columns: 1fr;
    gap: 45px;
    margin-top: 45px;
  }
  .project-pair .project-card:nth-child(2) {
    padding-top: 0;
  }
  .project-card .image-link {
    height: 400px;
  }
  .card-meta {
    padding-top: 20px;
  }
  .card-meta .text-link {
    margin-top: 7px;
  }
  .living {
    grid-template-columns: 1fr;
  }
  .living-image {
    min-height: 420px;
  }
  .living-copy {
    padding: 50px var(--gutter);
  }
  .living-copy h2 {
    font-size: 42px;
    margin: 27px 0 23px;
  }
  .living-copy p {
    max-width: 420px;
  }
  .living-footnote {
    margin-top: 40px;
  }
  .contact-cta {
    padding-top: 70px;
    padding-bottom: 70px;
    align-items: flex-end;
  }
  .contact-cta h2 {
    font-size: 34px;
    letter-spacing: -1.4px;
    margin-top: 24px;
  }
  .circle-link {
    height: 64px;
    width: 64px;
    font-size: 32px;
    margin-bottom: 3px;
  }
  .site-footer {
    padding: 45px var(--gutter) 25px;
  }
  .footer-top {
    gap: 30px;
    padding-bottom: 30px;
  }
  .footer-brand img {
    width: 84px;
    height: 64px;
  }
  .footer-top > p {
    font-size: 13px;
  }
  .back-top {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 37px 20px;
    padding: 35px 0;
  }
  .footer-grid .footer-phone {
    font-size: 25px;
  }
  .footer-grid a {
    font-size: 11px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 18px;
    font-size: 8px;
  }
  .footer-bottom > span:last-child {
    width: 100%;
    margin-top: 4px;
  }
  .detail-hero {
    min-height: 610px;
    height: 80svh;
  }
  .detail-hero-content {
    bottom: 70px;
  }
  .detail-hero h1 {
    font-size: 65px;
    letter-spacing: -0.035em;
  }
  .detail-hero .detail-cover {
    object-position: 60% center;
  }
  .detail-hero-content .eyebrow {
    font-size: 7px;
    letter-spacing: 1.6px;
  }
  .detail-hero p {
    font-size: 13px;
    max-width: 250px;
    line-height: 1.8;
  }
  .detail-scroll {
    width: 38px;
    height: 38px;
    bottom: 50px;
  }
  .detail-statement {
    height: 480px;
  }
  .detail-statement h2 {
    font-size: 32px;
    max-width: 300px;
  }
  .detail-statement > div {
    bottom: 35px;
  }
  .gallery-section .section-heading h2 {
    font-size: 34px;
  }
  .gallery-grid {
    gap: 25px;
    grid-template-columns: 1fr;
  }
  .gallery-item img {
    height: 310px;
  }
  .next-project {
    padding: 30px var(--gutter);
    gap: 20px;
    flex-wrap: wrap;
  }
  .next-project .eyebrow {
    width: 100%;
  }
  .next-project > span:nth-child(2) {
    font-size: 34px;
  }
  .lightbox {
    padding: 80px 15px 110px;
  }
  .lightbox figure {
    height: 100%;
    width: 100%;
    justify-content: center;
  }
  .lightbox img {
    height: auto;
    max-height: 100%;
    width: 100%;
  }
  .gallery-prev,
  .gallery-next {
    top: auto !important;
    bottom: 35px;
  }
  .lightbox .gallery-prev {
    left: calc(50% - 58px);
  }
  .lightbox .gallery-next {
    right: calc(50% - 58px);
  }
  .page-heading {
    padding-top: 157px;
    padding-bottom: 53px;
  }
  .page-heading h1 {
    font-size: 49px;
    letter-spacing: -0.035em;
    margin: 26px 0;
  }
  .page-heading > p {
    font-size: 12px;
    max-width: 350px;
  }
  .about-wide {
    height: 370px;
    margin: 0;
  }
  .principles article {
    grid-template-columns: 25px 1fr;
    gap: 15px;
    padding: 27px 0;
  }
  .principles h3 {
    font-size: 25px;
  }
  .principles p {
    grid-column: 2;
    font-size: 12px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    padding-top: 0;
  }
  .contact-info {
    padding-top: 25px;
  }
  .big-phone {
    font-size: 40px;
  }
  .office {
    margin-top: 35px;
  }
  form {
    padding: 30px 24px;
  }
  form h2 {
    font-size: 28px;
  }
}
@media (max-width: 380px) {
  .hero h1 {
    font-size: 55px;
  }
  .header-contact {
    gap: 10px;
  }
  .hero-tab {
    font-size: 10px;
  }
  .hero-selector {
    gap: 15px;
  }
  .contact-cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 27px;
  }
  .contact-cta h2 {
    font-size: 33px;
  }
  .page-heading h1 {
    font-size: 42px;
  }
  .footer-top {
    gap: 20px;
  }
  .footer-top > p {
    font-size: 11px;
  }
  .project-feature .image-link {
    height: 290px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
  .reveal.pending {
    opacity: 1;
    transform: none;
  }
}

/* Light architectural direction: unshaded photography and one neutral type family. */
h1,
h2,
h3,
.heading-line,
.menu-feature-title,
.mobile-menu nav,
.project-meta h3,
.card-meta h3 {
  font-family: var(--sans);
  font-style: normal;
  font-weight: 400;
}
h1,
h2 {
  letter-spacing: -0.045em;
}
.site-header,
.light-header .site-header {
  background: var(--paper);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.brand,
.light-header .site-header .brand {
  filter: brightness(0) saturate(100%) invert(36%) sepia(9%) saturate(470%)
    hue-rotate(355deg);
}
.header-contact,
.light-header .header-contact {
  border-color: var(--line);
}
.hero {
  min-height: 760px;
  height: 100svh;
  max-height: 1000px;
  color: var(--ink);
  background: var(--paper);
}
.hero-images {
  inset: 142px var(--gutter) 124px auto;
  width: 49%;
  height: auto;
  overflow: hidden;
  background: var(--sand);
}
.hero-image {
  object-position: 59% center;
  transform: none;
}
.hero-content {
  top: 30%;
  left: var(--gutter);
  right: auto;
  width: 36%;
}
.hero h1 {
  font-size: clamp(52px, 5.4vw, 88px);
  line-height: 1.07;
  letter-spacing: -0.055em;
}
.hero-kicker {
  color: var(--muted);
  font-size: 9px;
  margin-bottom: 29px;
  letter-spacing: 1.8px;
}
.hero-content > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  margin-top: 27px;
}
.hero .text-link {
  color: var(--ink);
  border-color: var(--line);
  margin-top: 20px;
}
.hero-side {
  display: none;
}
.hero-bottom {
  bottom: 54px;
  align-items: center;
}
.scroll-cue {
  color: var(--muted);
}
.scroll-cue > span {
  border-color: var(--line);
}
.hero-tab {
  color: var(--muted);
}
.hero-tab.is-active {
  color: var(--ink);
}
.tab-line {
  background: var(--line);
}
.tab-line:after {
  background: var(--ink);
}
.hero-caption,
.hero-caption span {
  color: var(--muted);
}
.hero-caption {
  bottom: 20px;
}
.hero-selector {
  width: 56%;
}
h2 {
  font-size: clamp(34px, 3.5vw, 56px);
  line-height: 1.18;
}
.intro-grid {
  grid-template-columns: 1.1fr 1fr;
  gap: 9%;
}
.projects .section-heading h2 {
  font-size: clamp(36px, 4vw, 62px);
}
.project-meta h3,
.card-meta h3 {
  font-size: clamp(25px, 2.5vw, 36px);
  letter-spacing: -0.045em;
}
.living {
  background: var(--sky);
}
.living-copy h2 {
  font-size: clamp(34px, 3.6vw, 54px);
}
.living-copy p,
.living-footnote {
  color: var(--ink);
}
.image-note {
  background: #faf8f5f2;
  color: var(--ink);
}
.contact-cta h2 {
  font-size: clamp(34px, 4vw, 60px);
}
.circle-link:hover,
.image-link:hover .image-arrow {
  color: var(--ink);
  background: var(--sky);
  border-color: var(--line);
}
.site-footer {
  background: var(--sand);
  color: var(--ink);
}
.footer-top,
.footer-bottom {
  border-color: #d6cdc1;
}
.footer-top > p,
.footer-grid .eyebrow,
.footer-address,
.footer-bottom {
  color: var(--muted);
}
.back-top {
  border-color: #d1c6b8;
}
.footer-grid a:hover {
  color: var(--ink);
}
.mobile-menu,
.mobile-menu::backdrop {
  background: var(--paper);
}
.mobile-menu nav {
  font-size: clamp(24px, 2.65vw, 42px);
  letter-spacing: -0.04em;
}
.menu-feature-title {
  font-size: 23px;
  letter-spacing: -0.04em;
}
.detail-hero {
  background: var(--paper);
  color: var(--ink);
  min-height: 650px;
  height: 83svh;
  max-height: 900px;
}
.detail-cover {
  inset: 142px var(--gutter) 50px auto;
  width: 49%;
  height: calc(100% - 192px);
}
.detail-hero-content {
  left: var(--gutter);
  right: auto;
  width: 36%;
  bottom: 120px;
}
.detail-hero h1 {
  font-size: clamp(42px, 4.6vw, 74px);
  line-height: 1.1;
  letter-spacing: -0.055em;
}
.detail-hero p {
  font-size: 14px;
  line-height: 1.8;
}
.detail-scroll {
  bottom: 48px;
  left: var(--gutter);
  right: auto;
  border-color: var(--line);
}
.detail-statement {
  height: auto;
  background: var(--paper);
}
.detail-statement > img {
  height: min(65vw, 640px);
}
.detail-statement > div {
  position: static;
  color: var(--ink);
  padding: 38px var(--gutter) 0;
}
.detail-statement h2 {
  font-size: clamp(30px, 3vw, 44px);
  max-width: 850px;
}
.lightbox,
.lightbox::backdrop {
  background: var(--paper);
  color: var(--ink);
}
.lightbox button {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--line);
}
.submit-button {
  background: var(--sky);
  color: var(--ink);
}
.submit-button:hover {
  background: #d4e0e7;
}
.page-heading h1 {
  font-size: clamp(48px, 5.8vw, 88px);
  letter-spacing: -0.055em;
}
@media (max-width: 1100px) and (min-width: 761px) {
  .hero-content {
    width: 38%;
    top: 29%;
  }
  .hero h1 {
    font-size: 56px;
  }
  .hero-content > p {
    font-size: 12px;
  }
  .hero-images,
  .detail-cover {
    width: 46%;
  }
  .detail-hero h1 {
    font-size: 45px;
  }
  .detail-hero-content {
    width: 40%;
  }
}
@media (max-width: 760px) {
  .hero {
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 135px var(--gutter) 28px;
    display: flex;
    flex-direction: column;
  }
  .hero-content {
    position: static;
    width: 100%;
    order: 0;
  }
  .hero h1 {
    font-size: clamp(46px, 11.5vw, 70px);
    line-height: 1.1;
    letter-spacing: -0.05em;
  }
  .hero-kicker {
    font-size: 8px;
    margin-bottom: 20px;
  }
  .hero-content > p {
    font-size: 12px;
    margin-top: 20px;
  }
  .hero .text-link {
    margin-top: 10px;
  }
  .hero-images {
    position: relative;
    inset: auto;
    width: 100%;
    height: 340px;
    margin-top: 34px;
    order: 1;
  }
  .hero-image {
    object-position: 57% center;
  }
  .hero-bottom {
    position: static;
    order: 2;
    margin-top: 26px;
  }
  .hero-selector {
    width: 100%;
    gap: 24px;
  }
  .hero-caption {
    position: static;
    order: 3;
    margin-top: 17px;
    font-size: 7px;
    letter-spacing: 0.7px;
  }
  .hero-caption span {
    font-size: 6px;
  }
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 29px;
  }
  h2,
  .projects .section-heading h2 {
    font-size: 34px;
    letter-spacing: -0.045em;
  }
  .project-meta h3,
  .card-meta h3 {
    font-size: 26px;
  }
  .living-copy h2 {
    font-size: 37px;
  }
  .contact-cta h2 {
    font-size: 31px;
  }
  .mobile-menu nav {
    font-size: clamp(21px, 5.8vw, 32px);
  }
  .detail-hero {
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 137px var(--gutter) 32px;
    display: flex;
    flex-direction: column;
  }
  .detail-hero-content {
    position: static;
    width: 100%;
    order: 0;
  }
  .detail-hero h1 {
    font-size: clamp(43px, 11.5vw, 68px);
  }
  .detail-hero-content .breadcrumb {
    margin-bottom: 28px;
  }
  .detail-hero p {
    font-size: 13px;
    max-width: none;
  }
  .detail-cover {
    position: static;
    width: 100%;
    height: 330px;
    margin-top: 30px;
    order: 1;
  }
  .detail-scroll {
    position: static;
    order: 2;
    margin-top: 22px;
  }
  .detail-statement > img {
    height: 380px;
  }
  .detail-statement > div {
    padding-top: 27px;
  }
  .detail-statement h2 {
    font-size: 29px;
    max-width: none;
  }
  .page-heading h1 {
    font-size: clamp(38px, 9.4vw, 62px);
  }
  .gallery-section .section-heading h2 {
    font-size: 30px;
  }
}
@media (max-width: 380px) {
  .hero h1 {
    font-size: 42px;
  }
  .hero-images {
    height: 280px;
  }
  .hero-selector {
    gap: 15px;
  }
  .contact-cta h2 {
    font-size: 29px;
  }
  .page-heading h1 {
    font-size: 35px;
  }
}

/* Complete site navigation. Native disclosures keep links usable without JavaScript. */
.site-header {
  gap: 30px;
}
.primary-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 30px);
  height: 100%;
}
.primary-nav a,
.primary-nav summary {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.nav-home {
  padding: 15px 0;
  white-space: nowrap;
}
.nav-group {
  position: relative;
}
.nav-group > summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  padding: 22px 0;
  white-space: nowrap;
}
.nav-group > summary::-webkit-details-marker,
.mobile-group > summary::-webkit-details-marker {
  display: none;
}
.nav-chevron {
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s;
  flex-shrink: 0;
  margin-top: -3px;
}
.nav-group[open] > summary .nav-chevron,
.mobile-group[open] > summary .nav-chevron {
  transform: rotate(225deg);
  margin-top: 3px;
}
.nav-group[open] > summary,
.primary-nav a[aria-current="page"] {
  color: #766047;
}
.nav-home[aria-current="page"] {
  border-bottom: 1px solid var(--accent);
}
.nav-panel {
  position: absolute;
  top: calc(100% + 2px);
  left: -26px;
  padding: 26px;
  width: 305px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 16px 32px rgba(137, 119, 96, 0.1);
  border-radius: 0;
  z-index: 40;
  max-height: calc(100svh - 130px);
  overflow-y: auto;
}
.nav-group:not([open]) > .nav-panel {
  display: none;
}
.nav-panel-label {
  display: block;
  font-size: 9px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--muted);
  padding-bottom: 18px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.nav-links {
  display: grid;
  gap: 2px;
}
.nav-links > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 8px;
  line-height: 1.6;
  transition: background 0.2s;
}
.nav-links > a:hover,
.nav-links > a:focus-visible,
.nav-links > a[aria-current="page"] {
  background: var(--sand);
}
.nav-arrow {
  font-size: 16px;
  flex-shrink: 0;
}
.nav-kurumsal .nav-panel {
  width: 610px;
}
.nav-kurumsal .nav-links {
  grid-template-columns: 1fr 1fr;
  gap: 3px 25px;
}
.nav-projeler .nav-panel {
  width: 650px;
  left: 50%;
  transform: translateX(-50%);
}
.project-nav-links {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.project-nav-links > a {
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: start;
  padding: 0 0 9px;
}
.project-nav-links img {
  width: 100%;
  height: 124px;
  object-fit: cover;
  grid-column: 1/-1;
  margin-bottom: 5px;
}
.project-nav-links > a > span {
  font-size: 11px;
}
.project-nav-links > a > span:first-of-type {
  padding-left: 6px;
}
.project-nav-links > a > .nav-arrow {
  padding-right: 6px;
}
.primary-nav .nav-all-projects {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 19px;
  margin-top: 15px;
  border-top: 1px solid var(--line);
  font-size: 11px;
}
.nav-kesfet .nav-panel,
.nav-iletisim .nav-panel {
  right: 0;
  left: auto;
}
.nav-subheading {
  display: block;
  padding: 12px 8px 4px;
  font-size: 10px;
  color: var(--muted);
}
.site-header > .menu-toggle,
.mobile-contact {
  display: none;
}
.navigation-drawer {
  padding: 92px var(--gutter) 32px;
}
.navigation-drawer .mobile-nav {
  display: block;
  font-family: var(--sans);
  font-size: 20px;
  margin: 30px 0;
  letter-spacing: -0.025em;
}
.mobile-nav .mobile-home {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
  gap: 15px;
}
.mobile-group {
  border-bottom: 1px solid var(--line);
}
.mobile-group > summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  gap: 15px;
  font-size: 20px;
}
.mobile-submenu {
  padding: 0 0 17px 12px;
}
.mobile-group:not([open]) > .mobile-submenu {
  display: none;
}
.navigation-drawer .mobile-submenu > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  padding: 12px 0;
  gap: 20px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
}
.navigation-drawer .mobile-submenu > a > span {
  font-size: 15px;
}
.mobile-submenu > a[aria-current="page"] {
  font-weight: 600;
}
.navigation-drawer .menu-contact {
  padding-top: 12px;
}
.empty-page {
  min-height: 73svh;
}
.empty-page .page-heading {
  padding-bottom: 130px;
}
.empty-page h1 {
  font-size: clamp(36px, 5vw, 72px);
  max-width: 1050px;
  line-height: 1.13;
}
.page-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  color: var(--muted);
}
@media (max-width: 1179px) {
  .site-header {
    gap: 26px;
  }
  .primary-nav {
    display: none;
  }
  .site-header > .menu-toggle {
    display: flex;
  }
  .mobile-contact {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    font-size: 11px;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
  }
  .mobile-contact > span {
    font-size: 21px;
  }
}
@media (max-width: 760px) {
  .site-header {
    gap: 24px;
  }
  .mobile-contact {
    font-size: 10px;
    gap: 13px;
  }
  .navigation-drawer .mobile-nav {
    margin-top: 28px;
  }
  .empty-page {
    min-height: 70svh;
  }
  .empty-page h1 {
    font-size: 38px;
  }
}
@media (max-width: 380px) {
  .site-header {
    gap: 17px;
  }
  .mobile-contact {
    font-size: 9px;
    gap: 9px;
  }
  .empty-page h1 {
    font-size: 33px;
  }
}
.navigation-drawer .menu-close {
  position: fixed;
  top: 20px;
  right: var(--gutter);
  padding: 6px 10px;
  background: var(--paper);
  z-index: 2;
}
/* Keep wide panels inside the header at compact desktop widths. */
.nav-kurumsal,
.nav-projeler {
  position: static;
}
.nav-kurumsal .nav-panel,
.nav-projeler .nav-panel {
  top: calc(100% - 1px);
  left: auto;
  right: var(--gutter);
  transform: none;
}
.nav-medya .nav-panel,
.nav-kariyer .nav-panel {
  left: auto;
  right: 0;
}
/* Full-screen navigation on desktop and mobile. */
.site-header > .menu-toggle {
  display: flex;
}
.mobile-contact {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 11px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.mobile-contact > span {
  font-size: 21px;
}
.drawer-layout {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 12%;
  align-items: start;
}
.drawer-main {
  min-width: 0;
}
.drawer-preview {
  padding-top: 57px;
  position: sticky;
  top: 40px;
}
.drawer-preview img {
  width: 100%;
  height: min(51svh, 490px);
  object-fit: cover;
}
.drawer-preview .eyebrow {
  font-size: 8px;
  margin-top: 22px;
}
.drawer-project-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 24px;
  letter-spacing: -0.04em;
  margin-top: 11px;
}
.navigation-drawer .drawer-preview > a {
  display: block;
}
@media (max-width: 899px) {
  .drawer-layout {
    grid-template-columns: 1fr;
  }
  .drawer-preview {
    display: none;
  }
}
@media (max-width: 760px) {
  .mobile-contact {
    font-size: 10px;
    gap: 13px;
  }
}
@media (max-width: 380px) {
  .mobile-contact {
    font-size: 9px;
    gap: 9px;
  }
}

/* Persistent navigation and clear anchor destinations on every page. */
.site-header { position: fixed; }
html { scroll-padding-top: calc(var(--header-height, 112px) + 16px); }
@media (max-width: 760px) {
  html { scroll-padding-top: calc(var(--header-height, 92px) + 16px); }
}

/* Five main sections with their requested child pages. */
.mobile-menu .menu-sections { margin: 30px 0; font-size: inherit; }
.menu-section { border-bottom: 1px solid var(--line); }
.menu-section > summary { display: flex; align-items: center; gap: 18px; padding: 21px 0; list-style: none; cursor: pointer; }
.menu-section > summary::-webkit-details-marker { display: none; }
.menu-section > summary small { flex-shrink: 0; font: 400 9px var(--sans); letter-spacing: 1px; }
.menu-section-title { font: 400 clamp(20px, 2.25vw, 36px)/1.2 var(--sans); letter-spacing: -.035em; }
.menu-section-symbol { margin-left: auto; flex-shrink: 0; font: 300 27px/1 var(--sans); }
.menu-section[open] > summary .menu-section-symbol { transform: rotate(45deg); }
.menu-section-links { padding: 0 0 19px 34px; }
.menu-section:not([open]) > .menu-section-links { display: none; }
.mobile-menu .menu-section-links a { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 44px; padding: 10px 0; border: 0; font: 400 15px/1.5 var(--sans); letter-spacing: 0; }
.mobile-menu .menu-section-links a > span { margin: 0; font: 400 17px var(--sans); }
.mobile-menu .menu-section-links a[aria-current="page"] { font-weight: 600; text-decoration: underline; text-underline-offset: 6px; }
.mobile-menu > .menu-close { position: fixed; background: var(--paper); z-index: 3; }
@media (max-width: 760px) {
  .menu-section > summary { gap: 12px; padding: 19px 0; }
  .menu-section-title { font-size: clamp(17px, 4.8vw, 24px); }
  .menu-section-symbol { font-size: 24px; }
  .menu-section-links { padding-left: 27px; padding-bottom: 14px; }
  .mobile-menu .menu-section-links a { font-size: 14px; }
}

/* Brand essays: generous reading width and quiet, light surfaces. */
.brand-manifesto, .brand-essence { background: #f0ece6; }
.brand-editorial { display: grid; grid-template-columns: 1fr 1.15fr; gap: 10%; align-items: start; }
.brand-editorial h2 { font-size: clamp(38px, 4.5vw, 72px); font-weight: 400; line-height: 1.1; letter-spacing: -.045em; }
.brand-aside { max-width: 350px; margin-top: 32px; font-size: 18px; line-height: 1.7; }
.brand-prose p, .value-essays p { font-size: 16px; line-height: 1.95; max-width: 66ch; }
.brand-prose p + p { margin-top: 24px; }
.brand-author { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); display: grid; gap: 9px; font-size: 13px; line-height: 1.6; }
.brand-author strong { font-weight: 500; }
.brand-author span { font-size: 12px; }
.brand-essence blockquote { max-width: 1000px; margin: 32px 0 0; font-size: clamp(25px, 3.3vw, 49px); line-height: 1.4; letter-spacing: -.035em; }
.value-essays article { display: grid; grid-template-columns: 44px 1fr 1.4fr; gap: 30px; padding: 44px 0; border-top: 1px solid var(--line); }
.value-number { font-size: 11px; padding-top: 8px; }
.value-essays h2 { font-size: clamp(24px, 2.3vw, 34px); font-weight: 400; line-height: 1.3; letter-spacing: -.035em; }
.values-closing { max-width: 66ch; margin: 38px 0 0 auto; }
.portfolio-list { padding-top: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 5%; }
.portfolio-card { min-width: 0; }
.portfolio-list-three { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; }
.portfolio-list-three .portfolio-card { display: flex; flex-direction: column; }
.portfolio-list-three .portfolio-caption { display: flex; flex: 1; flex-direction: column; align-items: flex-start; }
.portfolio-list-three .portfolio-caption h2 { width: 100%; }
.portfolio-list-three .portfolio-caption p { flex: 1; }
@media(max-width:999px) {
  .portfolio-list-three { grid-template-columns: 1fr; gap: 56px; }
}
.portfolio-image { display: block; overflow: hidden; }
.portfolio-image img { width: 100%; height: auto; aspect-ratio: 5 / 4; object-fit: cover; }
.portfolio-caption { padding: 28px 0 0; }
.portfolio-caption h2 { font-size: clamp(23px, 2.5vw, 36px); font-weight: 400; margin: 14px 0; letter-spacing: -.035em; }
.portfolio-caption h2 a { display: flex; justify-content: space-between; gap: 15px; }
.portfolio-caption p, .portfolio-related p, .portfolio-empty p { max-width: 55ch; font-size: 15px; line-height: 1.8; margin: 18px 0 25px; }
.portfolio-related { background: #f0ece6; }
.portfolio-related h2, .portfolio-empty h2 { font-size: clamp(28px, 3.7vw, 52px); line-height: 1.2; font-weight: 400; letter-spacing: -.035em; margin-top: 22px; }
.portfolio-empty { padding-top: 0; }
.portfolio-empty .text-link { margin: 0 32px 20px 0; }
@media(max-width: 760px) {
  .brand-editorial { grid-template-columns: 1fr; gap: 36px; }
  .brand-aside { font-size: 17px; margin-top: 24px; }
  .brand-prose p, .value-essays p { font-size: 15px; line-height: 1.85; }
  .value-essays article { grid-template-columns: 26px 1fr; gap: 12px; padding: 30px 0; }
  .value-essays article > p { grid-column: 2; margin-top: 8px; }
  .values-closing { margin-top: 28px; }
  .portfolio-list { grid-template-columns: 1fr; gap: 48px; }
}

/* Page content and feedback: the same restrained editorial rhythm. */
.content-letter { padding-top: 0; }
.brand-prose .content-subtitle { font-size: 25px; line-height: 1.35; margin-bottom: 25px; letter-spacing: -.025em; }
.content-source { display: inline-block; font-size: 12px; line-height: 1.7; padding: 12px 0; text-decoration: underline; text-underline-offset: 5px; }
.brand-prose .content-note { font-size: 12px; margin-top: 25px; }
.content-feature { display: grid; grid-template-columns: 1.05fr 1fr; gap: 8%; align-items: center; background: #f0ece6; }
.content-feature img { width: 100%; height: auto; aspect-ratio: 5/4; object-fit: cover; }
.content-feature h2, .content-callout h2, .content-notices h2, .survey-layout aside h2 { font-size: clamp(28px, 3.2vw, 46px); line-height: 1.2; font-weight: 400; letter-spacing: -.035em; margin: 24px 0; }
.content-feature p, .content-callout p, .content-notices p, .content-news p, .survey-layout aside p { font-size: 15px; line-height: 1.9; margin-bottom: 24px; max-width: 65ch; }
.content-essays .text-link { margin-top: 22px; }
.content-callout { background: #f0ece6; }
.content-callout h2 { max-width: 800px; }
.content-news, .content-notices { padding-top: 0; }
.content-news article { display: grid; grid-template-columns: 1fr 2fr; gap: 8%; padding: 45px 0; border-top: 1px solid var(--line); }
.news-date { display: grid; gap: 16px; align-content: start; font-size: 14px; }
.content-news h2 { font-size: clamp(26px, 3vw, 40px); line-height: 1.25; letter-spacing: -.035em; font-weight: 400; margin-bottom: 20px; }
.content-notices article { padding: 42px 0; border-top: 1px solid var(--line); }
.content-notices .text-link { margin: 0 28px 18px 0; }
.survey-layout { display: grid; grid-template-columns: .8fr 1.5fr; gap: 8%; padding-top: 0; align-items: start; }
.survey-layout > * { min-width: 0; }
.survey-layout aside h2 { margin-top: 20px; }
#satisfaction-form { padding: 38px; background: #f0ece6; }
#satisfaction-form > label { font-size: 13px; font-weight: 500; }
.survey-question { border: 0; border-top: 1px solid var(--line); min-width: 0; padding: 24px 0 0; margin-top: 30px; }
.survey-question legend { padding: 0 14px 0 0; font-size: 14px; line-height: 1.5; }
.survey-ratings { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.survey-ratings label { display: flex; gap: 8px; align-items: center; cursor: pointer; min-height: 46px; margin: 0; font-size: 12px; font-weight: 400; }
.survey-ratings label:last-child { grid-column: 1/-1; }
.survey-ratings input { width: 17px; height: 17px; flex-shrink: 0; accent-color: #625b53; margin: 0; padding: 0; }
.survey-result { margin-top: 32px; padding: 32px; background: #f0ece6; }
.survey-result[hidden] { display: none; }
.survey-result h2 { font-size: 28px; font-weight: 400; margin-bottom: 18px; }
.survey-result p { font-size: 14px; line-height: 1.8; }
.survey-result pre { white-space: pre-wrap; overflow-wrap: anywhere; font: 13px/1.8 var(--sans); padding: 24px 0; }
.survey-result .text-link { margin: 12px 24px 0 0; }
.survey-result button { background: transparent; cursor: pointer; }
@media (max-width: 1000px) { .survey-layout { grid-template-columns: 1fr; gap: 32px; } }
@media (max-width: 760px) {
 .content-feature, .content-news article { grid-template-columns: 1fr; gap: 28px; }
 .content-essays article > div { grid-column: 2; }
 .content-news article { padding: 30px 0; }
 .news-date { gap: 12px; }
 #satisfaction-form, .survey-result { padding: 24px 18px; }
 .survey-ratings { grid-template-columns: repeat(2, 1fr); gap: 8px 16px; }
}

/* A wider image vocabulary, with real archive photographs distinguished from renders. */
.project-archive { background: #f0ece6; }
.archive-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.archive-grid .gallery-item img { height: 520px; object-fit: contain; background: #e9e4dc; }
.gallery-item > span { text-align: left; gap: 18px; line-height: 1.6; }
.gallery-item > span b { flex-shrink: 0; }
.values-visual { margin: 0; padding: 60px var(--gutter); background: #f0ece6; }
.values-visual img { width: 100%; height: min(55vw, 560px); object-fit: cover; }
.values-visual figcaption { font-size: 11px; line-height: 1.7; padding-top: 14px; }
@media(max-width:760px) { .archive-grid { grid-template-columns: 1fr; gap: 28px; } .archive-grid .gallery-item img { height: 420px; } .values-visual { padding-top: 36px; padding-bottom: 36px; } .values-visual img { height: 65vw; } }
