/* Sitio estático sin fuentes externas. Colores y ancho editables aquí. */
:root {
  color-scheme: light;
  --paper: #f4f2ec;
  --ink: #27352d;
  --muted: #60665f;
  --line: #cecec2;
  --accent: #344b39;
  --serif: Georgia, 'Times New Roman', serif;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 1.5rem; }
body { margin: 0; line-height: 1.65; }
a { color: inherit; text-underline-offset: .3em; }
img { display: block; width: 100%; height: auto; }
svg { flex-shrink: 0; }
figure, p, h1, h2, h3 { margin: 0; }
a:focus-visible { outline: 3px solid #966b27; outline-offset: 6px; }
.contact-section a:focus-visible { outline-color: #e9d093; }
::selection { background: #d4ddc6; color: var(--ink); }
.wrap { width: min(100% - 2.5rem, 1240px); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 1rem; z-index: 5; padding: .75rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }
.site-header { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.25rem; padding-block: 1.5rem; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: .7rem; font-size: 1.05rem; line-height: 1.2; text-decoration: none; }
.brand-subtitle { display: block; font-family: var(--serif); font-size: 1.4rem; }
.site-header nav { display: flex; align-items: center; flex-wrap: wrap; gap: .35rem 1.1rem; font-size: .8rem; }
.site-header nav a { display: inline-flex; align-items: center; min-height: 44px; padding-block: .6rem; text-decoration: none; }
.site-header nav a:hover { text-decoration: underline; }
.nav-contact { border-bottom: 1px solid var(--ink); }
.nav-contact span { margin-left: .6rem; }
.hero { display: grid; gap: 2.5rem; padding-block: 3rem; }
.eyebrow { text-transform: uppercase; letter-spacing: .15em; font-size: .68rem; font-weight: 600; display: flex; align-items: center; gap: .8rem; }
.small-line { width: 1.8rem; height: 1px; background: currentColor; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; line-height: 1.06; }
h1 { font-size: clamp(3.6rem, 8vw, 7.6rem); margin-block: 1.6rem; }
h1 em, h2 em, .statement em { font-weight: 400; color: #64715c; }
h2 { font-size: clamp(2.6rem, 4.5vw, 4.3rem); }
.intro { max-width: 26rem; font-size: .96rem; color: var(--muted); margin-bottom: 1.8rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.5rem; background: var(--accent); color: #fff; padding: 1rem 1.25rem; text-decoration: none; font-size: .82rem; transition: background .2s; }
.button:hover { background: #223326; }
.text-link { font-size: .8rem; text-decoration: none; display: inline-flex; min-height: 44px; gap: 1.2rem; align-items: center; }
.text-link:hover { text-decoration: underline; }
.hero-secondary { display: flex; width: fit-content; margin-top: .8rem; }
.hero-figure { position: relative; min-width: 0; }
.hero-figure > img { aspect-ratio: 5/6; object-fit: cover; }
.hero-figure figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .4rem 1rem; font-size: .72rem; margin-top: .8rem; color: var(--muted); }
.figure-index { font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; white-space: nowrap; }
.vertical-note { display: none; }
.statement { display: grid; gap: 1.5rem; padding-block: 2rem 2.5rem; border-block: 1px solid var(--line); }
.statement > p { font-family: var(--serif); font-size: 2rem; letter-spacing: -.035em; line-height: 1.2; }
.statement > span { font-size: .9rem; max-width: 33rem; color: var(--muted); }
.section { padding-block: 4rem; }
.section-heading { display: grid; gap: 1.5rem; margin-bottom: 2.5rem; }
.section-heading h2, .process h2 { margin-top: 1rem; }
.section-heading > p { font-size: .9rem; color: var(--muted); max-width: 23rem; }
.services-grid { display: grid; }
.service { position: relative; border-top: 1px solid var(--line); padding: 1.8rem 0; display: flex; align-items: flex-start; flex-direction: column; }
.number { font-size: .75rem; letter-spacing: .1em; color: var(--muted); }
.service > .number { position: absolute; right: 0; top: 2rem; }
.service > svg { stroke: var(--ink); stroke-width: 1.2; margin-bottom: 1.6rem; }
h3 { font-size: 1.1rem; font-weight: 500; letter-spacing: -.025em; }
.service > p { font-size: .9rem; color: var(--muted); margin: 1rem 0 1.8rem; max-width: 28rem; }
.service > .text-link { margin-top: auto; border-bottom: 1px solid var(--line); padding-bottom: .5rem; }
.projects-section { background: #e8e9e0; }
.projects-grid { display: grid; gap: 2rem; }
.project-image { position: relative; overflow: hidden; background: #d5d4c3; }
.project-image img { aspect-ratio: 1.12; object-fit: cover; transition: transform .5s; }
.project-image:hover img { transform: scale(1.025); }
.image-label { position: absolute; left: 1rem; top: 1rem; background: var(--paper); padding: .35rem .75rem; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.project figcaption { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.2rem; }
.project-number { font-family: var(--serif); font-size: 1.5rem; color: var(--muted); }
.project figcaption p { font-size: .75rem; color: var(--muted); margin-top: .2rem; }
.process { display: grid; gap: 2rem; }
.process-intro { max-width: 23rem; font-size: .9rem; color: var(--muted); margin-top: 1.5rem; }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-list li { display: grid; grid-template-columns: 2rem 1fr; gap: 1rem; padding: 1.5rem 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list p { color: var(--muted); font-size: .9rem; margin-top: .55rem; max-width: 27rem; }
.contact-section { background: var(--ink); color: var(--paper); padding-block: 4rem; }
.contact-grid { display: grid; gap: 2.5rem; }
.contact-grid h2 { margin-block: 1.5rem; }
.contact-grid h2 em { color: #bdc9ab; }
.contact-grid > div > p:not(.eyebrow) { color: #ced3c8; font-size: .9rem; }
.location { margin-top: 1.8rem; }
.contact-card { min-width: 0; border: 1px solid #6c786a; padding: 1.5rem; }
.contact-card > p { margin-top: 1rem; }
.contact-details { margin: 1.5rem 0 0; }
.contact-details > div { padding-block: 1rem; border-top: 1px solid #6c786a; }
.contact-details dt { font-size: .75rem; color: #ced3c8; }
.contact-details dd { font-size: .85rem; margin: .35rem 0 0; overflow-wrap: anywhere; }
.contact-card .contact-note { font-size: .75rem !important; }
.site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1.5rem; padding-block: 2rem; }
.footer-brand { font-family: var(--serif); font-size: 1.3rem; text-decoration: none; }
.footer-brand span { display: block; font-family: Arial, Helvetica, sans-serif; font-size: .7rem; color: var(--muted); margin-top: .2rem; }
.site-footer > p { font-size: .7rem; color: var(--muted); }
@media (min-width: 640px) {
  .wrap { width: min(100% - 4rem, 1240px); }
  .site-header nav { gap: 1.6rem; }
  .projects-grid { grid-template-columns: 1fr 1fr; }
  .statement { grid-template-columns: 1fr 1fr; align-items: center; }
  .section { padding-block: 5rem; }
  .contact-card { padding: 2rem; }
}
@media (min-width: 960px) {
  .site-header { padding-block: 1.8rem; }
  .hero { grid-template-columns: 1fr 1fr; gap: 4.5rem; align-items: center; padding-block: 3.5rem 4rem; }
  .hero-figure > img { max-height: 660px; }
  .vertical-note { display: block; position: absolute; right: -1.8rem; top: 0; writing-mode: vertical-rl; font-size: .6rem; letter-spacing: .23em; }
  .statement { padding-block: 2.5rem; gap: 4.5rem; }
  .section-heading { grid-template-columns: 1fr 1fr; gap: 4.5rem; align-items: end; margin-bottom: 3rem; }
  .section-heading > p { justify-self: end; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .service { padding: 2rem; }
  .service:first-child { padding-left: 0; }
  .service:last-child { padding-right: 0; }
  .service + .service { border-left: 1px solid var(--line); }
  .service > .number { right: 2rem; }
  .service:last-child > .number { right: 0; }
  .service h3 { font-size: 1.15rem; }
  .project:nth-child(2) { margin-top: 3rem; }
  .process { grid-template-columns: 1fr 1fr; gap: 4.5rem; }
  .contact-section { padding-block: 5rem; }
  .contact-grid { grid-template-columns: 1.2fr 1fr; gap: 5rem; align-items: center; }
  .section { padding-block: 6rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
