:root {
  --plum: #2b1730;
  --ivory: #fff8f4;
  --blush: #f6d7d2;
  --gold: #c6a15b;
  --smoke: #eee8e3;
  --muted: #715f68;
  --white: #ffffff;
  --max: 1130px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--plum); font-family: Candara, 'Trebuchet MS', Arial, sans-serif; line-height: 1.58; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
.skip-link { position: absolute; top: -4rem; left: 1rem; z-index: 4; background: var(--plum); color: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header {
  width: min(var(--max), calc(100% - 40px));
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}
.brand { text-decoration: none; display: grid; justify-self: start; }
.brand-logo { width: auto; height: 50px; max-width: min(240px, 65vw); object-fit: contain; object-position: left center; }
.brand small { color: var(--muted); }
.site-nav { display: flex; gap: 20px; flex-wrap: wrap; font-size: .94rem; }
.site-nav a { text-decoration: none; color: var(--plum); }
.site-nav a:hover, .site-nav a:focus { color: #8d6b2d; }
.menu-toggle { display: none; }
.hero {
  width: min(var(--max), calc(100% - 40px));
  margin: 42px auto 0;
  min-height: 650px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: stretch;
}
.hero figure { margin: 0; background: var(--blush); }
.hero figure img { height: 100%; object-fit: cover; object-position: center; }
.hero-panel {
  background: var(--plum);
  color: var(--ivory);
  padding: clamp(30px, 6vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 10px solid var(--gold);
}
.eyebrow { margin: 0 0 16px; color: var(--gold); text-transform: uppercase; font-size: .78rem; font-weight: 900; letter-spacing: 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 500; line-height: 1.03; letter-spacing: 0; overflow-wrap: break-word; }
h1 { font-size: clamp(2.7rem, 6vw, 5.7rem); margin-bottom: 22px; max-width: 670px; }
h2 { font-size: clamp(2rem, 4.4vw, 4rem); }
h3 { font-size: 1.45rem; margin-bottom: 8px; }
.hero-panel p:not(.eyebrow) { max-width: 540px; color: #f5e8e5; font-size: 1.08rem; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; text-decoration: none; font-weight: 800; border: 1px solid var(--gold); }
.button.primary { background: var(--gold); color: var(--plum); }
.button.secondary { color: var(--ivory); }
.goals, .services, .consult, .notes, .location {
  width: min(var(--max), calc(100% - 40px));
  margin: clamp(66px, 10vw, 118px) auto;
}
.goals { display: grid; grid-template-columns: .8fr 1.2fr; gap: 36px; align-items: start; }
.goal-list { display: grid; gap: 1px; background: var(--smoke); }
.goal-list article { background: var(--white); padding: 26px; display: grid; grid-template-columns: 54px 150px 1fr; gap: 18px; align-items: baseline; }
.goal-list span { color: var(--gold); font-weight: 900; }
.goal-list p, .services p, .consult p, .notes p { color: var(--muted); margin-bottom: 0; }
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.services article { border-top: 4px solid var(--gold); background: var(--white); padding: 24px; min-height: 190px; }
.services span { display: block; font-weight: 900; margin-bottom: 18px; }
.consult {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 28px;
  align-items: center;
  background: var(--blush);
  padding: clamp(24px, 5vw, 52px);
}
.consult figure, .location figure { margin: 0; background: var(--plum); }
.consult img { aspect-ratio: 4 / 3; object-fit: cover; }
.notes {
  max-width: 860px;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  padding: 34px 0;
  text-align: center;
}
.notes h2 { margin-bottom: 14px; }
.location { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; align-items: stretch; }
.location img { height: 100%; min-height: 360px; object-fit: cover; }
.contact-panel { background: var(--white); padding: clamp(28px, 5vw, 52px); display: grid; gap: 12px; align-content: center; border: 1px solid var(--smoke); }
address { font-style: normal; margin: 0 0 8px; }
.contact-panel a { font-weight: 800; overflow-wrap: anywhere; }
footer { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 0 0 44px; color: var(--muted); }
:focus-visible { outline: 3px solid #8cb7ff; outline-offset: 3px; }

@media (max-width: 900px) {
  .site-header, .hero, .goals, .services, .consult, .notes, .location, footer { width: min(var(--max), calc(100% - 30px)); }
  .site-header, .hero, .goals, .consult, .location { grid-template-columns: 1fr; }
  .hero { min-height: 0; }
  .hero figure { min-height: 360px; }
  .services { grid-template-columns: 1fr; }
  .goal-list article { grid-template-columns: 44px 1fr; }
  .goal-list p { grid-column: 2; }
}

@media (max-width: 620px) {
  h1 { font-size: clamp(2.15rem, 10vw, 2.8rem); max-width: 12ch; }
  h2 { font-size: clamp(1.9rem, 9vw, 2.65rem); max-width: 12ch; }
  .hero-panel { padding: 28px 22px; border-left-width: 6px; }
  .hero-panel p:not(.eyebrow), .notes p { max-width: 31ch; }
  .actions, .button { width: 100%; }
  .goal-list article { grid-template-columns: 1fr; gap: 8px; }
  .goal-list p { grid-column: auto; }
  .consult { padding: 22px; }
}

/* Client photography */
.consult img { object-position: center; }
.location img { object-position: center right; }

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 14px;
    position: relative;
  }
  .menu-toggle {
    display: inline-flex;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid var(--smoke);
    background: var(--white);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 7px;
    cursor: pointer;
  }
  .menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--plum);
    transition: transform .2s ease;
  }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .site-nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    padding: 10px 0 4px;
    border-top: 1px solid var(--smoke);
    flex-direction: column;
    gap: 0;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 10px 2px; }
}
