:root {
  --bg: #f7f3ed;
  --paper: #fffdfa;
  --ink: #181713;
  --muted: #6d675f;
  --line: #ded6cb;
  --accent: #b53d2f;
  --accent-dark: #81291f;
  --olive: #4f6044;
  --blue: #1f4d67;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 18px clamp(18px, 4vw, 54px);
  background: rgba(247, 243, 237, 0.92);
  border-bottom: 1px solid rgba(24, 23, 19, 0.08);
  backdrop-filter: blur(16px);
}

.brand img {
  width: 260px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.main-nav a:hover,
.nav-dropdown-trigger:hover {
  color: var(--ink);
}

.nav-dropdown {
  position: relative;
  padding: 14px 0;
}

.nav-dropdown-trigger {
  cursor: pointer;
  list-style: none;
}

.nav-dropdown-trigger::-webkit-details-marker {
  display: none;
}

.nav-dropdown-trigger::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-3px) rotate(45deg);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -18px;
  z-index: 30;
  display: grid;
  min-width: 290px;
  padding: 12px;
  background: rgba(255, 253, 250, 0.98);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 22px 55px rgba(24, 23, 19, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.nav-dropdown[open] .dropdown-menu,
.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.dropdown-menu a {
  padding: 10px 12px;
  color: var(--ink);
  border-radius: 6px;
  font-size: 0.82rem;
  line-height: 1.2;
  text-transform: none;
}

.dropdown-menu a:hover {
  background: var(--bg);
}

.nav-cta {
  padding: 10px 16px;
  color: var(--paper) !important;
  background: var(--ink);
  border-radius: 999px;
}

.hero,
.intro,
.services,
.featured-work,
.split,
.process,
.about,
.contact {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: clamp(30px, 4vw, 58px);
  align-items: center;
  min-height: 0;
  padding: clamp(42px, 5vw, 72px) 0 70px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5.8vw, 5.25rem);
  line-height: 0.96;
  font-weight: 500;
}

h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  font-weight: 500;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  line-height: 1.25;
}

.hero-text {
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 19px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-weight: 800;
}

.button.primary {
  color: var(--paper);
  background: var(--ink);
}

.button.secondary {
  color: var(--ink);
  background: transparent;
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-1px);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.trust-list li {
  padding: 8px 12px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 250, 0.62);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-media {
  position: relative;
  min-height: 0;
}

.hero-media img {
  position: static;
  width: 100%;
  height: clamp(460px, 52vw, 640px);
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
  box-shadow: 0 30px 70px rgba(24, 23, 19, 0.16);
}

.hero-main {
  margin-left: auto;
}

.section-band {
  padding: clamp(54px, 7vw, 88px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.intro {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(32px, 5vw, 80px);
}

.section-heading {
  max-width: 780px;
}

.section-heading.narrow {
  max-width: 680px;
}

.intro-text {
  color: var(--muted);
  font-size: 1.05rem;
}

.services,
.featured-work,
.process,
.about,
.contact {
  padding: clamp(72px, 9vw, 118px) 0;
}

.service-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.service-card,
.process-grid article {
  min-height: 238px;
  padding: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.service-card span,
.process-grid span {
  display: block;
  margin-bottom: 28px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card p,
.process-grid p,
.split-list,
.about p,
.contact-copy p {
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--accent-dark);
  font-weight: 900;
}

.text-link:hover {
  text-decoration: underline;
}

.text-link.inline {
  display: inline;
  margin-top: 0;
}

.service-note {
  max-width: 840px;
  margin: 24px 0 0;
  color: var(--muted);
}

.service-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: clamp(32px, 5vw, 78px);
  align-items: center;
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 120px) 0 clamp(54px, 7vw, 86px);
}

.service-hero h1 {
  max-width: 850px;
}

.service-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.12rem;
}

.service-hero img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 30px 70px rgba(24, 23, 19, 0.14);
}

.keyword-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.keyword-strip li {
  padding: 8px 12px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.service-section,
.service-cta {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(58px, 7vw, 92px) 0;
}

.service-section.band,
.service-cta {
  padding-inline: clamp(24px, 5vw, 70px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.two-col {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 5vw, 78px);
}

.check-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  padding-left: 18px;
  border-left: 3px solid var(--olive);
  color: var(--muted);
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.service-cards article {
  min-height: 190px;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.service-cards p,
.service-section p {
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.faq-list details {
  padding: 20px 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-list p {
  margin: 12px 0 0;
}

.service-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(58px, 7vw, 92px);
}

.service-cta h2 {
  max-width: 720px;
  margin-bottom: 0;
}

.masonry {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 16px;
  margin-top: 34px;
}

.work-item {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: var(--ink);
}

.work-item.tall {
  grid-row: span 2;
}

.work-item.wide {
  grid-column: span 2;
}

.work-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.94;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.work-item:hover img {
  transform: scale(1.035);
  opacity: 1;
}

.work-item figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 11px;
  color: var(--paper);
  background: rgba(24, 23, 19, 0.72);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(30px, 5vw, 82px);
}

.split-list ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.split-list li {
  padding-left: 18px;
  border-left: 3px solid var(--olive);
}

.process-grid article:nth-child(2) span {
  color: var(--blue);
}

.process-grid article:nth-child(3) span {
  color: var(--olive);
}

.about {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: clamp(32px, 6vw, 88px);
  align-items: center;
}

.about img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
}

.contact {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.social-links a {
  color: var(--accent-dark);
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 36px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  width: fit-content;
  cursor: pointer;
}

.footer-gallery {
  width: min(1480px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(64px, 8vw, 112px) 0 clamp(24px, 4vw, 54px);
  scroll-margin-top: 150px;
}

.footer-gallery-heading {
  width: min(var(--max), 100%);
  margin: 0 auto 34px;
}

.footer-gallery-heading h2 {
  max-width: 840px;
}

.large-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: clamp(360px, 34vw, 620px);
  gap: 18px;
}

.large-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 0;
  background: var(--ink);
  border-radius: 8px;
}

.large-photo.wide {
  grid-column: span 2;
}

.large-photo.tall {
  grid-row: span 2;
}

.large-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.large-photo figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 9px 12px;
  color: var(--paper);
  background: rgba(24, 23, 19, 0.72);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 900;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 34px clamp(18px, 4vw, 54px);
  color: var(--paper);
  background: var(--ink);
}

.site-footer img {
  width: 118px;
  filter: invert(1) grayscale(1) brightness(2);
}

.site-footer p {
  margin: 0;
  color: rgba(255, 253, 250, 0.76);
}

.site-footer a {
  font-weight: 900;
}

@media (max-width: 980px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .main-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .nav-dropdown {
    position: static;
    padding: 0;
  }

  .dropdown-menu {
    left: 18px;
    right: 18px;
    min-width: 0;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 44px;
  }

  .hero-media {
    min-height: 0;
  }

  .intro,
  .split,
  .about,
  .contact,
  .service-hero,
  .two-col {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .process-grid,
  .service-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .masonry {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 250px;
  }

  .large-photo-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 420px;
  }

  .work-item.wide {
    grid-column: span 1;
  }

  .large-photo.wide {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  .hero,
  .intro,
  .services,
  .featured-work,
  .split,
  .process,
  .about,
  .contact {
    width: min(100% - 28px, var(--max));
  }

  .main-nav {
    flex-wrap: wrap;
    overflow: visible;
    gap: 10px;
    font-size: 0.78rem;
  }

  .dropdown-menu {
    position: static;
    display: none;
    width: 100%;
    margin-top: 8px;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-dropdown[open] .dropdown-menu,
  .nav-dropdown:hover .dropdown-menu,
  .nav-dropdown:focus-within .dropdown-menu {
    display: grid;
  }

  .nav-cta {
    padding: 8px 12px;
  }

  h1 {
    font-size: clamp(2.45rem, 11.5vw, 3.7rem);
    line-height: 0.98;
  }

  .hero-media {
    min-height: 0;
  }

  .hero-main {
    height: 390px;
  }

  .section-band {
    padding: 34px 22px;
  }

  .service-grid,
  .process-grid,
  .service-cards,
  .masonry {
    grid-template-columns: 1fr;
  }

  .service-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .masonry {
    grid-auto-rows: 330px;
  }

  .footer-gallery {
    width: min(100% - 28px, 1480px);
  }

  .large-photo-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 430px;
  }

  .large-photo.wide,
  .large-photo.tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .work-item.tall {
    grid-row: span 1;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
