@import url("https://fonts.googleapis.com/css2?family=Pontano+Sans:wght@400;700&family=Tenor+Sans&display=swap");

:root {
  --bg: #f6eee6;
  --surface: #d9c7b8;
  --surface-strong: #eadfd5;
  --text: #26170f;
  --muted: #5f412e;
  --line: rgba(97, 54, 19, 0.22);
  --line-strong: #613613;
  --accent: #613613;
  --accent-soft: #ba733d;
  --accent-deep: #6b2b06;
  --accent-mid: #7f461b;
  --container: min(1400px, calc(100% - 64px));
  --body: "Pontano Sans", "Helvetica Neue", Arial, sans-serif;
  --display: "Tenor Sans", Georgia, serif;
  --radius: 30px;
  --shadow: 0 24px 60px rgba(58, 31, 12, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background:
    radial-gradient(circle at top left, rgba(186, 115, 61, 0.14), transparent 30%),
    linear-gradient(180deg, #f7eee6 0%, #f1e3d6 100%);
}

body {
  margin: 0;
  font-family: var(--body);
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(186, 115, 61, 0.14), transparent 30%),
    linear-gradient(180deg, #f7eee6 0%, #f1e3d6 100%);
}

.home-page {
  background: transparent;
}

a {
  color: inherit;
}

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

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.02em;
}

p,
blockquote,
li,
label,
input,
select,
textarea,
button {
  font: inherit;
}

p,
blockquote {
  margin: 0;
  color: var(--muted);
}

ul {
  margin: 0;
}

.skip-link {
  position: absolute;
  left: -9999px;
}

.skip-link:focus {
  left: 16px;
  top: 16px;
  z-index: 100;
  background: #fff;
  padding: 10px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 246, 241, 0.94);
  border-bottom: 1px solid var(--line);
}

.topbar,
.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.topbar {
  min-height: 86px;
}

.brand {
  text-decoration: none;
  font-family: var(--display);
  font-size: 1.25rem;
  letter-spacing: -0.01em;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
}

.site-nav a {
  text-decoration: none;
  color: var(--text);
  font-size: 0.95rem;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.brand:hover,
.brand:focus-visible {
  color: var(--accent);
}

.call-link,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  background: var(--accent);
  color: #fff;
}

.call-link {
  padding: 13px 24px;
}

.site-nav .call-link,
.site-nav .call-link:hover,
.site-nav .call-link:focus-visible {
  color: #fff;
}

.call-link:hover,
.button:hover,
.call-link:focus-visible,
.button:focus-visible {
  background: var(--accent-deep);
}

.hero,
.section {
  padding: 88px 0;
}

.hero-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 56px;
  align-items: start;
}

.hero-copy {
  display: grid;
  align-content: start;
  gap: 0;
  padding-top: 28px;
}

.hero-copy h1 {
  max-width: 24rem;
  font-size: clamp(3.1rem, 6vw, 6rem);
}

.hero-logo-wrap {
  margin-top: 6px;
  max-width: 560px;
}

.hero-logo {
  width: 100%;
  max-width: 560px;
  height: auto;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--text);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lead {
  margin-top: 28px;
  max-width: 56ch;
  font-size: 1.18rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  padding: 14px 24px;
  cursor: pointer;
}

.button-secondary {
  background: var(--accent);
  border-color: transparent;
  color: #fff;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: var(--accent-deep);
  color: #fff;
}

.hero-points {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  margin-top: 32px;
  color: var(--muted);
  line-height: 1.6;
}

.hero-media {
  margin: 0;
  overflow: hidden;
  background: var(--surface);
}

.hero-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.home-page .site-header {
  position: absolute;
  width: 100%;
  background: linear-gradient(180deg, rgba(246, 238, 230, 0.98) 0%, rgba(246, 238, 230, 0.88) 38%, rgba(246, 238, 230, 0.62) 62%, rgba(246, 238, 230, 0.28) 82%, transparent 100%);
  border-bottom: 0;
}

.portfolio-page .site-header {
  background: linear-gradient(180deg, rgba(246, 238, 230, 0.98) 0%, rgba(246, 238, 230, 0.88) 38%, rgba(246, 238, 230, 0.62) 62%, rgba(246, 238, 230, 0.28) 82%, transparent 100%);
  border-bottom: 0;
}

.home-page .topbar {
  min-height: 94px;
}

.portfolio-page .topbar {
  min-height: 94px;
}

.home-page .brand,
.portfolio-page .brand,
.home-page .site-nav a:not(.call-link) {
  color: #2d1b11;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.portfolio-page .site-nav a:not(.call-link) {
  color: #2d1b11;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.home-page .site-nav a:not(.call-link):hover,
.home-page .site-nav a:not(.call-link):focus-visible,
.portfolio-page .site-nav a:not(.call-link):hover,
.portfolio-page .site-nav a:not(.call-link):focus-visible,
.home-page .brand:hover,
.home-page .brand:focus-visible,
.portfolio-page .brand:hover,
.portfolio-page .brand:focus-visible {
  color: var(--accent-deep);
}

.home-page .hero-home {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 124px 0 72px;
  background:
    linear-gradient(180deg, rgba(107, 43, 6, 0.22) 0%, rgba(97, 54, 19, 0.38) 42%, rgba(45, 27, 17, 0.56) 100%),
    url("Images/Olson Kundig 10.webp") center center / cover no-repeat;
}

.home-page .hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(246, 238, 230, 0.42) 0%, rgba(246, 238, 230, 0.24) 18%, rgba(186, 115, 61, 0.12) 38%, rgba(127, 70, 27, 0.12) 58%, rgba(97, 54, 19, 0.2) 100%);
}

.home-page .hero-home .hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: 1fr;
  justify-items: center;
}

.hero-copy-centered {
  width: min(760px, 100%);
  justify-items: center;
  text-align: center;
  padding-top: 0;
}

.hero-copy-centered h1,
.hero-copy-centered .hero-subhead,
.hero-copy-centered .lead,
.hero-copy-centered .hero-actions {
  color: #fff;
}

.hero-copy-centered h1 {
  max-width: none;
  font-size: clamp(4.4rem, 8vw, 7.8rem);
  line-height: 0.94;
  text-shadow: 0 14px 34px rgba(45, 27, 17, 0.26);
}

.hero-subhead {
  margin-top: 20px;
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 8px 22px rgba(45, 27, 17, 0.22);
}

.hero-copy-centered .lead {
  max-width: 42rem;
  margin-top: 28px;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 8px 22px rgba(45, 27, 17, 0.24);
}

.hero-copy-centered .hero-actions {
  margin-top: 34px;
}

.hero-copy-centered .button {
  min-width: 214px;
  padding: 16px 28px;
  border: 0;
  background: var(--accent);
  color: #fff;
  box-shadow: none;
}

.hero-copy-centered .button:hover,
.hero-copy-centered .button:focus-visible {
  background: var(--accent-mid);
}

.section + .section {
  margin-top: 24px;
}

.section-head {
  max-width: 56rem;
  margin-bottom: 42px;
}

.section-head h2 {
  max-width: 14ch;
  font-size: clamp(2.8rem, 5vw, 4.7rem);
  margin-bottom: 18px;
}

.services-section .section-head h2 {
  max-width: none;
  white-space: nowrap;
}

.reviews-section .section-head h2 {
  max-width: none;
}

.review-title-intro,
.review-title-brand {
  display: block;
}

.nowrap {
  white-space: nowrap;
}

.section-head p {
  max-width: 58ch;
  font-size: 1.1rem;
  line-height: 1.68;
}

.services-section,
.contact-section,
.reviews-section,
.portfolio-section,
.portfolio-section-muted {
  background: transparent;
}

.services-section .container,
.reviews-section .container,
.contact-section .container,
.portfolio-section .container,
.portfolio-hero .container {
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(217, 199, 184, 0.96), rgba(234, 223, 213, 0.96));
  box-shadow: var(--shadow);
}

.portfolio-hero .container {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px 54px;
}

.info-card,
.review-card,
.contact-form,
.contact-panel {
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.info-card {
  padding-top: 20px;
  border-top: 1px solid var(--line);
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) - 8px);
  background: rgba(255, 248, 242, 0.52);
}

.info-card h3,
.portfolio-subhead {
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  margin-bottom: 12px;
}

.info-card p,
.review-card blockquote,
.contact-copy p,
.portfolio-project p {
  font-size: 1.05rem;
  line-height: 1.68;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.review-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) - 8px);
  background: rgba(255, 248, 242, 0.54);
}

.stars {
  color: var(--text);
  letter-spacing: 0.18em;
  margin-bottom: 18px;
  font-size: 0.85rem;
}

.reviewer {
  margin-top: 18px;
  color: var(--text);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-grid {
  align-items: start;
}

.contact-copy {
  display: grid;
  gap: 24px;
}

.contact-panel {
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) - 10px);
  background: rgba(255, 248, 242, 0.5);
}

.contact-label {
  color: var(--text);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-value {
  margin-top: 10px;
  display: inline-block;
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  text-decoration: none;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) - 6px);
  background: rgba(245, 236, 228, 0.94);
  box-shadow: 0 18px 40px rgba(58, 31, 12, 0.09);
}

.contact-form label {
  display: grid;
  gap: 10px;
  color: var(--text);
  font-size: 0.92rem;
  letter-spacing: 0.03em;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(97, 54, 19, 0.16);
  border-radius: 18px;
  background: #fffaf5;
  color: var(--text);
}

.contact-form textarea {
  resize: vertical;
  min-height: 140px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--accent-soft);
  box-shadow: 0 0 0 4px rgba(186, 115, 61, 0.12);
}

.portfolio-hero {
  padding-top: 56px;
  padding-bottom: 64px;
}

.portfolio-intro {
  display: block;
}

.portfolio-jump-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.portfolio-jump-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 112px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) - 8px);
  background: linear-gradient(180deg, rgba(217, 199, 184, 0.96), rgba(234, 223, 213, 0.96));
  box-shadow: var(--shadow);
  text-decoration: none;
  text-align: center;
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  line-height: 1.2;
}

.portfolio-jump-list a:hover,
.portfolio-jump-list a:focus-visible {
  transform: translateY(-2px);
  background: linear-gradient(180deg, rgba(234, 223, 213, 0.98), rgba(245, 236, 228, 0.98));
}

.portfolio-section {
  padding-top: 64px;
}

.portfolio-project {
  display: grid;
  gap: 28px;
}

.portfolio-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.portfolio-meta span {
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(186, 115, 61, 0.1);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

.portfolio-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.portfolio-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--surface);
  border-radius: 24px;
}

.portfolio-gallery-large img:first-child {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: auto;
  min-height: 100%;
}

.portfolio-subhead {
  margin-top: 8px;
}

.portfolio-gallery-single {
  grid-template-columns: minmax(0, 620px);
}

.site-footer {
  padding: 32px 0 48px;
  border-top: 1px solid var(--line);
  margin-top: 28px;
}

.site-footer p,
.site-footer a {
  color: var(--text);
  text-decoration: none;
}

@media (max-width: 1000px) {
  :root {
    --container: min(1400px, calc(100% - 40px));
  }

  .hero-grid,
  .contact-grid,
  .portfolio-intro,
  .reviews-grid,
  .portfolio-gallery,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-jump-list {
    grid-template-columns: 1fr;
  }

  .section-head h2,
  .portfolio-intro h1 {
    max-width: none;
  }

  .portfolio-gallery-large img:first-child {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 760px) {
  .hero,
  .section,
  .portfolio-hero {
    padding: 64px 0;
  }

  .site-header {
    position: relative;
  }

  .topbar,
  .footer-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 0;
    gap: 16px;
  }

  .site-nav {
    width: 100%;
    justify-content: flex-start;
    gap: 14px 18px;
  }

  .home-page .site-header {
    position: absolute;
    background: linear-gradient(180deg, rgba(251, 246, 241, 0.94) 0%, rgba(251, 246, 241, 0.74) 50%, rgba(251, 246, 241, 0.2) 100%);
  }

  .home-page .hero-home {
    min-height: 88vh;
    padding-top: 210px;
  }

  .hero-copy-centered h1 {
    font-size: clamp(3.1rem, 11vw, 4.9rem);
    line-height: 0.98;
  }

  .hero-subhead {
    white-space: normal;
    font-size: clamp(0.95rem, 4vw, 1.2rem);
    letter-spacing: 0.08em;
  }

  .hero-copy-centered .lead {
    max-width: 34rem;
    font-size: 1.02rem;
  }

  .section-head h2,
  .services-section .section-head h2,
  .reviews-section .section-head h2 {
    max-width: none;
    white-space: normal;
    font-size: clamp(2.4rem, 8vw, 3.6rem);
    line-height: 1.08;
  }

  .reviews-section .nowrap {
    white-space: normal;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .contact-form,
  .contact-panel,
  .info-card,
  .review-card {
    padding: 22px;
  }
}

@media (max-width: 560px) {
  :root {
    --container: calc(100% - 28px);
  }

  .site-nav {
    gap: 10px 12px;
  }

  .site-nav a:not(.call-link) {
    font-size: 0.9rem;
  }

  .site-nav .call-link {
    width: auto;
    min-width: 0;
    padding: 11px 16px;
    font-size: 0.92rem;
  }

  .hero-actions {
    display: grid;
    width: 100%;
  }

  .section-head h2 {
    font-size: 2.4rem;
  }

  .reviews-section .section-head {
    margin-bottom: 28px;
  }

  .reviews-section .section-head h2 {
    font-size: clamp(2rem, 10vw, 2.7rem);
    line-height: 1.08;
  }

  .review-title-intro,
  .review-title-brand {
    display: inline;
  }

  .services-section .container,
  .reviews-section .container,
  .contact-section .container,
  .portfolio-section .container,
  .portfolio-hero .container {
    padding: 24px;
  }

  .hero-copy-centered .button {
    min-width: 0;
    width: 100%;
  }

  .hero-copy-centered h1 {
    font-size: clamp(2.8rem, 14vw, 4.1rem);
  }

  .hero-subhead {
    margin-top: 16px;
    font-size: 0.95rem;
  }

  .hero-copy-centered .lead {
    margin-top: 22px;
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .review-card {
    padding: 20px;
  }

  .review-card blockquote {
    font-size: 1rem;
    line-height: 1.58;
  }

  .reviewer {
    margin-top: 16px;
    font-size: 0.88rem;
  }

  .portfolio-jump-list a {
    min-height: 88px;
    padding: 18px 16px;
    font-size: 1.05rem;
  }

  .portfolio-meta span {
    font-size: 0.74rem;
    letter-spacing: 0.08em;
  }
}
