@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500;1,600&family=Cormorant+Upright:wght@500;600;700&display=swap");

:root {
  --fig: #4b3328;
  --mulberry: #76513f;
  --mauve: #d8bfa8;
  --sage: #d8cfbd;
  --blue: #c2a27f;
  --brass: #a57742;
  --ivory: #f4ede3;
  --paper: #fffaf3;
  --ink: #342820;
  --muted: #74655a;
  --line: rgba(75, 51, 40, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 4%, rgba(216, 191, 168, 0.38), transparent 32rem),
    radial-gradient(circle at 88% 18%, rgba(194, 162, 127, 0.3), transparent 30rem),
    linear-gradient(135deg, var(--ivory), #eee3d5 46%, #e5d6c5);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  line-height: 1.55;
}

a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(244, 237, 227, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  font-family: "Cormorant Upright", "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  color: var(--fig);
}
.brand span { color: var(--brass); font-style: italic; }
.menu {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.menu a {
  padding: 10px 11px;
  border-radius: 4px;
  color: var(--fig);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
}
.menu a:hover, .menu a.active { background: rgba(194, 162, 127, 0.26); }
.home-button { flex: 0 0 auto; min-height: 42px; padding: 9px 18px; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; flex-wrap: wrap; }

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: center;
  padding: 72px 0 58px;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.75fr);
  gap: 52px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--mulberry);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
h1, h2, h3 {
  margin: 0;
  color: var(--fig);
  font-family: "Cormorant Upright", "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 1.06;
}
h1 { font-size: clamp(44px, 8vw, 92px); max-width: 10ch; }
h2 { font-size: clamp(31px, 5vw, 58px); max-width: 12ch; }
h3 { font-size: 24px; }
.brand-word span,
.brand-inline span {
  color: var(--brass);
  font-style: italic;
}
.lede {
  max-width: 60ch;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 20px;
}
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid var(--fig);
  border-radius: 4px;
  background: var(--fig);
  color: var(--paper);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
}
.button.secondary { background: transparent; color: var(--fig); border-color: var(--line); }
.button:hover { transform: translateY(-1px); }
.brand-card {
  border: 1px solid rgba(75, 51, 40, 0.2);
  background: rgba(255, 250, 243, 0.76);
  padding: 34px;
  box-shadow: 18px 18px 0 rgba(194, 162, 127, 0.2);
}
.hero-photo {
  display: block;
  width: 100%;
  aspect-ratio: 1.16;
  object-fit: cover;
  border: 1px solid rgba(75, 51, 40, 0.2);
  box-shadow: 18px 18px 0 rgba(216, 191, 168, 0.24);
}
.hero-media {
  display: grid;
  gap: 24px;
}
.brand-card p { margin: 0 0 20px; color: var(--muted); }
.marker {
  display: inline-block;
  margin: 0 0 18px;
  padding: 7px 10px;
  background: rgba(216, 191, 168, 0.32);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section { padding: 82px 0; border-top: 1px solid var(--line); }
.split { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 56px; align-items: start; }
.copy p { margin: 0 0 20px; color: var(--muted); font-size: 18px; }
.copy strong { color: var(--fig); }
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.tile, .tier, .project {
  border: 1px solid var(--line);
  background: rgba(255, 250, 243, 0.68);
  padding: 28px;
  border-radius: 6px;
}
.tile:nth-child(2), .tier.featured { background: rgba(216, 207, 189, 0.42); }
.tile:nth-child(3) { background: rgba(194, 162, 127, 0.26); }
.tile p, .tier p, .project p { color: var(--muted); margin: 10px 0 0; }
.label {
  color: var(--brass);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.price { font-family: "Cormorant Upright", "Cormorant Garamond", Georgia, serif; font-size: 38px; color: var(--fig); margin-top: 12px; }
.price small { font-family: "Cormorant Garamond", Georgia, serif; font-size: 12px; color: var(--muted); }
ul { margin: 20px 0 0; padding-left: 20px; color: var(--muted); }
li { margin: 8px 0; }
.project-list { display: grid; gap: 16px; margin-top: 34px; }
.contact-band {
  background: var(--fig);
  color: var(--ivory);
  padding: 54px 0;
}
.contact-band h2, .contact-band .brand { color: var(--ivory); }
.contact-band p, .contact-band a, .contact-band address { color: rgba(244, 237, 227, 0.8); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 34px; }
address { font-style: normal; }
.contact-hero { min-height: auto; }
.contact-form { display: grid; gap: 18px; margin-top: 32px; }
.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "name practice"
    "email phone";
  column-gap: 18px;
  row-gap: 18px;
  align-items: start;
}
.contact-form .field { grid-template-rows: 19px 54px; min-width: 0; margin: 0; }
.contact-form .field-name { grid-area: name; }
.contact-form .field-practice { grid-area: practice; }
.contact-form .field-email { grid-area: email; }
.contact-form .field-phone { grid-area: phone; }
.contact-form .field-message { grid-template-rows: 19px auto 18px; }
.contact-form .field-message small { justify-self: end; }
.contact-form .button { justify-self: start; cursor: pointer; }
.contact-form .button:disabled { cursor: wait; opacity: 0.62; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.invoice-page h1 { max-width: none; font-size: clamp(48px, 7vw, 82px); }
.invoice-page h2 { max-width: none; font-size: clamp(28px, 4vw, 44px); }
.invoice-hero { padding: 74px 0 42px; }
.invoice-heading {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: end;
  gap: 64px;
}
.invoice-heading .lede { margin: 0 0 8px; font-size: 18px; }
.invoice-section { padding: 28px 0 92px; }
.invoice-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.78fr);
  gap: 24px;
  align-items: start;
}
.invoice-panel,
.payment-panel {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 250, 243, 0.8);
  box-shadow: 16px 16px 0 rgba(216, 191, 168, 0.18);
  padding: clamp(26px, 4vw, 42px);
}
.payment-panel {
  position: sticky;
  top: 100px;
  box-shadow: 16px 16px 0 rgba(194, 162, 127, 0.18);
}
.invoice-panel-heading {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  align-items: start;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.invoice-panel-heading.compact { padding-bottom: 24px; }
.invoice-panel-heading .eyebrow { margin-bottom: 8px; }
.step-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(118, 81, 63, 0.28);
  border-radius: 50%;
  color: var(--mulberry);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.invoice-instructions { margin-top: 30px; }
.invoice-instructions > p { margin: 0; color: var(--muted); font-size: 17px; }
.payment-steps {
  display: grid;
  gap: 0;
  margin: 30px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.payment-steps li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  align-items: center;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.payment-steps li > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(216, 191, 168, 0.28);
  color: var(--mulberry);
  font-size: 14px;
  font-weight: 700;
}
.payment-steps li div { display: grid; gap: 2px; }
.payment-steps strong { color: var(--fig); font-size: 18px; }
.payment-steps small { color: var(--muted); font-size: 12px; }
.invoice-instructions .invoice-privacy {
  padding: 16px 18px;
  border-left: 3px solid var(--brass);
  background: rgba(194, 162, 127, 0.14);
  font-size: 16px;
}
.paypal-intro { margin: 26px 0 20px; color: var(--muted); font-size: 18px; }
.paypal-intro p { margin: 0; }
.paypal-hosted-button {
  min-height: 166px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: rgba(255, 250, 243, 0.76);
}
.paypal-hosted-button > div { position: relative; z-index: 1; }
.invoice-form { display: grid; gap: 24px; margin-top: 30px; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: start; }
.field { display: grid; grid-template-rows: auto 54px auto; gap: 8px; }
.field > span:first-child {
  color: var(--fig);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.field em { color: var(--muted); font-size: 12px; font-style: normal; font-weight: 600; }
.field input,
.field textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(75, 51, 40, 0.23);
  border-radius: 4px;
  outline: none;
  background: rgba(255, 250, 243, 0.82);
  color: var(--ink);
  padding: 12px 15px;
  font: 600 18px/1.2 "Cormorant Garamond", Georgia, serif;
  font-size: calc(14px + 2pt);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.field textarea { min-height: 132px; resize: vertical; line-height: 1.4; }
.field input::placeholder,
.field textarea::placeholder { color: rgba(116, 101, 90, 0.68); font-weight: 500; }
.field input:focus,
.field textarea:focus {
  border-color: var(--mulberry);
  background: var(--paper);
  box-shadow: 0 0 0 3px rgba(194, 162, 127, 0.22);
}
.field small { color: var(--muted); font-size: 12px; }
.money-input { position: relative; display: block; height: 54px; }
.money-input > span {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 1;
  transform: translateY(-50%);
  color: var(--brass);
  font-size: 18px;
  font-weight: 700;
}
.money-input input { padding-left: 34px; }
.form-message {
  border: 1px solid rgba(118, 81, 63, 0.24);
  border-radius: 4px;
  padding: 13px 15px;
  background: rgba(216, 191, 168, 0.2);
  color: var(--fig);
  font-size: 16px;
}
.form-message.success { border-color: rgba(118, 81, 63, 0.34); background: rgba(216, 207, 189, 0.42); }
.form-message.notice { border-color: rgba(194, 162, 127, 0.4); background: rgba(194, 162, 127, 0.2); }
.form-message.error { border-color: rgba(118, 81, 63, 0.42); background: rgba(216, 191, 168, 0.3); }
.payment-summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 18px;
  align-items: end;
  margin: 26px 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.payment-summary span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: 0.06em; }
.payment-summary strong { grid-row: span 2; color: var(--fig); font-size: 31px; line-height: 1; }
.payment-summary small { color: var(--muted); font-size: 12px; }
.payment-option {
  width: 100%;
  border: 1px solid var(--fig);
  border-radius: 4px;
  background: var(--fig);
  color: var(--paper);
  padding: 16px 18px;
  font: inherit;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}
.payment-option:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(75, 51, 40, 0.16); }
.payment-option:focus-visible { outline: 3px solid rgba(194, 162, 127, 0.56); outline-offset: 3px; }
.payment-option:disabled { cursor: wait; opacity: 0.68; transform: none; }
.wix-option { display: flex; align-items: center; justify-content: space-between; text-align: left; }
.paypal-option { display: flex; align-items: center; justify-content: space-between; text-align: left; }
.paypal-direct-link { display: flex; align-items: center; justify-content: space-between; text-align: left; text-decoration: none; }
.payment-option-copy { display: flex; align-items: center; gap: 14px; }
.payment-option-copy > span:last-child { display: grid; }
.payment-option-copy strong { font-size: 18px; }
.payment-option-copy small { color: rgba(255, 250, 243, 0.74); font-size: 12px; }
.card-mark {
  position: relative;
  display: block;
  width: 38px;
  height: 28px;
  border: 1px solid rgba(255, 250, 243, 0.72);
  border-radius: 4px;
}
.card-mark::before { content: ""; position: absolute; inset: 6px 0 auto; height: 4px; background: var(--brass); }
.card-mark i { position: absolute; right: 5px; bottom: 5px; width: 8px; height: 4px; background: rgba(255, 250, 243, 0.74); }
.payment-arrow { color: var(--brass); font-size: 21px; transition: transform 160ms ease; }
.paypal-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--brass);
  color: var(--fig);
  font-family: "Cormorant Upright", "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
  font-weight: 700;
  font-style: italic;
}
.payment-option:hover .payment-arrow { transform: translateX(3px); }
.security-note { margin: 20px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.security-note span { color: var(--sage); font-weight: 700; }
.invoice-help { padding: 72px 0; border-top: 1px solid var(--line); background: rgba(194, 162, 127, 0.14); }
.help-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 56px; align-items: center; }
.invoice-help .copy a { color: var(--fig); font-weight: 700; }
.paypal-hero { padding-bottom: 30px; }
.paypal-layout { grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.8fr); }
.checkout-details { display: grid; gap: 0; margin: 30px 0; }
.checkout-details > div {
  display: grid;
  grid-template-columns: minmax(150px, 0.75fr) minmax(0, 1.25fr);
  gap: 22px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}
.checkout-details > div:first-child { border-top: 1px solid var(--line); }
.checkout-details dt { color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.checkout-details dd { margin: 0; color: var(--fig); font-size: 16px; font-weight: 600; overflow-wrap: anywhere; }
.checkout-details .checkout-total { align-items: end; margin-top: 8px; border: 0; background: rgba(194, 162, 127, 0.14); padding: 18px; }
.checkout-details .checkout-total dd { color: var(--fig); font-size: 32px; line-height: 1; }
.paypal-status,
.payment-complete {
  margin-top: 28px;
  padding: 20px;
  border: 1px solid rgba(194, 162, 127, 0.4);
  border-radius: 5px;
  background: rgba(194, 162, 127, 0.18);
  color: var(--fig);
}
.paypal-status p,
.payment-complete p { margin: 0; }
.paypal-status.error { border-color: rgba(118, 81, 63, 0.34); background: rgba(216, 191, 168, 0.24); }
.paypal-status .button { margin-top: 16px; }
.paypal-button-container {
  min-height: 150px;
  margin-top: 28px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: rgba(255, 253, 248, 0.82);
}
.after-payment { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.after-payment p { margin: 0 0 14px; color: var(--muted); font-size: 12px; }
.print-details-hero { padding-bottom: 28px; }
.print-details-wrap { width: min(760px, 100%); margin: 0 auto; }
.printable-details { box-shadow: 16px 16px 0 rgba(194, 162, 127, 0.18); }
.printable-details { position: relative; overflow: hidden; }
.paid-stamp {
  position: absolute;
  top: 34px;
  right: -43px;
  width: 190px;
  padding: 8px 0;
  transform: rotate(38deg);
  border: 2px solid rgba(72, 112, 66, 0.65);
  background: rgba(216, 207, 189, 0.42);
  color: #486f42;
  font-family: "Cormorant Upright", "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}
.checkout-details .payment-status-row dd { color: #486f42; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; }
.print-brand { display: none; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 34px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.print-brand p { margin: 0; color: var(--muted); }
.print-note { margin: 26px 0 0; padding: 16px 18px; border-left: 3px solid var(--brass); background: rgba(194, 162, 127, 0.14); color: var(--muted); font-size: 16px; }
.payment-complete { text-align: center; border-color: rgba(118, 81, 63, 0.34); background: rgba(216, 207, 189, 0.42); }
.payment-complete h3 { margin: 8px 0 12px; }
.payment-complete .button { margin-top: 22px; }
.success-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--sage);
  color: var(--paper);
  font-size: 24px;
}

@media (max-width: 900px) {
  .nav { align-items: flex-start; flex-direction: column; padding: 18px 0; }
  .header-actions { justify-content: flex-start; }
  .menu { justify-content: flex-start; }
  .hero-grid, .split, .footer-grid { grid-template-columns: 1fr; }
  .tiles, .tier-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .invoice-heading, .invoice-layout, .paypal-layout, .help-grid { grid-template-columns: 1fr; }
  .invoice-heading { gap: 18px; }
  .payment-panel { position: static; }
}

@media print {
  @page { margin: 0.6in; }
  body { background: #fff; color: #000; font-size: 14pt; }
  .no-print,
  .paypal-page .site-header,
  .paypal-page .invoice-hero,
  .paypal-page .payment-panel,
  .paypal-page .contact-band,
  .paypal-page .invoice-panel-heading,
  .paypal-page .invoice-panel > .button { display: none !important; }
  .paypal-page .invoice-section,
  .print-details-page .invoice-section { padding: 0; }
  .paypal-page .invoice-layout,
  .print-details-wrap { display: block; width: 100%; }
  .paypal-page .invoice-panel,
  .printable-details { border: 0; box-shadow: none; padding: 0; background: #fff; }
  .print-brand { display: flex; }
  .checkout-details .checkout-total { background: #f4f0e7; }
  .print-note { background: #f4f0e7; }
  .paid-stamp { color: #31552d; border-color: #31552d; background: #edf4eb; }
}

@media (max-width: 560px) {
  body { font-size: 18px; }
  .wrap { width: min(100% - 28px, 1120px); }
  .menu a { padding: 8px 7px; font-size: 12px; }
  .brand-card { padding: 24px; box-shadow: 10px 10px 0 rgba(194, 162, 127, 0.2); }
  .section { padding: 58px 0; }
  .invoice-hero { padding: 54px 0 30px; }
  .invoice-section { padding-bottom: 64px; }
  .invoice-panel, .payment-panel { padding: 24px; box-shadow: 9px 9px 0 rgba(216, 191, 168, 0.18); }
  .contact-form-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "name"
      "practice"
      "email"
      "phone";
  }
  .field-grid { grid-template-columns: 1fr; }
  .checkout-details > div { grid-template-columns: 1fr; gap: 4px; }
  .invoice-panel-heading { grid-template-columns: 38px 1fr; gap: 12px; }
  .step-number { width: 36px; height: 36px; }
  .payment-summary strong { font-size: 25px; }
}

/* Readability-focused typography shared by every standard page. */
body,
body * {
  font-weight: 700;
}

input::placeholder,
textarea::placeholder {
  font-weight: 700;
}

.brand {
  font-size: 27px;
}

.menu a,
.home-button {
  font-size: 16px;
}

h1 {
  font-size: clamp(38px, 6vw, 68px);
}

h2 {
  font-size: clamp(28px, 4vw, 48px);
}

.invoice-page h1 {
  font-size: clamp(38px, 6vw, 64px);
}

.invoice-page h2 {
  font-size: clamp(26px, 3.5vw, 40px);
}

@media (max-width: 560px) {
  .menu a,
  .home-button {
    font-size: 15px;
  }
}
