@font-face {
  font-family: Manrope;
  src: url("fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: Editorial;
  src: url("fonts/cormorant-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}
@font-face {
  font-family: Editorial;
  src: url("fonts/cormorant-italic-latin.woff2") format("woff2");
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
}
:root {
  --paper: #f7f5ee;
  --ink: #302d24;
  --muted: #676459;
  --gold: #80621d;
  --line: #dcd7c9;
  --dark: #34382e;
  --serif: Editorial, Georgia, serif;
  --sans: Manrope, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.8;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 5px;
}
img {
  max-width: 100%;
  display: block;
}
svg {
  flex-shrink: 0;
}
p,
h1,
h2,
h3,
figure {
  margin: 0;
}
em {
  font-weight: 400;
  color: var(--gold);
}
.container {
  width: min(1200px, calc(100% - 112px));
  margin-inline: auto;
}
.header {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  position: relative;
  z-index: 10;
}
.header-inner {
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand img {
  width: 215px;
  height: auto;
  max-height: 96px;
  object-fit: contain;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 13px;
  font-weight: 600;
}
.header nav > a:not(.button):hover {
  color: var(--gold);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 58px;
  padding: 15px 25px;
  background: var(--dark);
  color: #fffdf6;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid var(--dark);
  transition:
    background 0.18s,
    transform 0.18s;
}
.button:hover {
  background: #50533f;
  transform: translateY(-2px);
}
.button-small {
  min-height: 46px;
  padding: 11px 18px;
  gap: 10px;
  font-size: 12px;
}
.button-small svg {
  width: 20px;
}
.hero {
  display: grid;
  grid-template-columns: 1.23fr 1fr;
  gap: 50px;
  align-items: center;
  min-height: 690px;
  padding-block: 82px 88px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 700;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
}
.eyebrow > span {
  width: 24px;
  height: 1px;
  background: var(--gold);
}
h1 {
  font-family: var(--serif);
  font-size: clamp(54px, 4.8vw, 72px);
  line-height: 1.07;
  font-weight: 400;
  letter-spacing: -2px;
}
h1 em {
  display: inline;
}
h2 {
  font-family: var(--serif);
  font-size: 51px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -1.3px;
}
.hero-description {
  max-width: 450px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.95;
  margin: 27px 0 30px;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 29px;
  font-size: 10px;
  color: var(--muted);
}
.note-line {
  width: 28px;
  height: 1px;
  background: #ac9671;
}
.hero-art {
  position: relative;
  padding: 20px 20px 22px 0;
  align-self: stretch;
  min-height: 470px;
}
.art-panel {
  height: 100%;
  min-height: 460px;
  background: #e5e0d3;
  border-radius: 180px 180px 2px 2px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: radial-gradient(
    ellipse at 30% 25%,
    #f0ece2,
    transparent 70%
  );
}
.art-outline {
  position: absolute;
  inset: 0 0 43px 23px;
  border: 1px solid #b7a681;
  border-radius: 190px 190px 0 0;
}
.art-caption {
  position: absolute;
  top: 58px;
  text-align: center;
  font-size: 9px;
  letter-spacing: 2.1px;
  color: #6e6858;
  line-height: 2;
}
.seal {
  width: 230px;
  height: auto;
  opacity: 0.75;
  max-height: 260px;
  object-fit: contain;
}
.art-bottom {
  position: absolute;
  bottom: 34px;
  left: 35px;
  right: 35px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 7px;
  letter-spacing: 1.5px;
  color: #615a49;
}
.art-tag {
  position: absolute;
  bottom: 0;
  left: -28px;
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 17px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: var(--serif);
  font-size: 21px;
}
.tiny-star {
  color: var(--gold);
  font-family: Georgia;
  font-size: 30px;
}
.principles {
  border-block: 1px solid var(--line);
}
.principles-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 112px;
}
.principles p {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
}
.principles strong {
  font-weight: 600;
  color: var(--ink);
}
.principles-inner > span {
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.principles-inner > span:before {
  content: "+";
  color: var(--gold);
  font-size: 17px;
}
.section {
  padding-block: 108px 95px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 47px;
}
.section-heading > p {
  max-width: 285px;
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 6px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.service {
  padding: 30px 31px 33px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 0.2s;
}
.service:hover {
  background: #eeebe2;
}
.service-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--gold);
  margin-bottom: 28px;
}
.service-top > span {
  font-size: 10px;
  color: #767062;
}
.service-top svg {
  width: 29px;
  height: 29px;
}
.service h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.3px;
  margin-bottom: 13px;
}
.service p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.95;
}
.text-link {
  display: flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
  margin: 30px auto 0;
  font-size: 11px;
  font-weight: 600;
  border-bottom: 1px solid #b3a27b;
  padding-bottom: 6px;
}
.text-link:hover {
  color: var(--gold);
}
.about-section {
  background: #eeece3;
  padding-block: 96px;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 110px;
  align-items: center;
}
.portrait {
  position: relative;
  padding-bottom: 34px;
}
.portrait > img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center 25%;
}
.portrait figcaption {
  background: var(--paper);
  position: absolute;
  bottom: 0;
  left: 24px;
  right: -25px;
  padding: 21px 26px;
  border-bottom: 2px solid #a18446;
}
.portrait figcaption span {
  display: block;
  font-size: 8px;
  letter-spacing: 1.5px;
  color: var(--gold);
  margin-bottom: 6px;
}
.portrait figcaption strong {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2;
  display: block;
}
.about-copy h2 {
  font-size: 57px;
  margin-bottom: 27px;
}
.about-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 13px;
  margin-top: 17px;
  line-height: 1.95;
}
.about-signature {
  display: flex;
  gap: 18px;
  align-items: center;
  border-top: 1px solid #d6d1c1;
  margin-top: 30px;
  padding-top: 23px;
  font-size: 11px;
  line-height: 1.9;
}
.about-signature > span {
  width: 3px;
  height: 35px;
  background: #9c8146;
}
.about-signature strong {
  font-weight: 600;
}
.contact-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
  padding-block: 103px 105px;
}
.contact-section h2 {
  font-size: 57px;
}
.contact-section p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
  margin: 22px 0 29px;
}
.contact-section .button {
  gap: 16px;
}
.email-link {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 19px;
}
.email-link span {
  border-bottom: 1px solid #b5ab93;
  margin-left: 5px;
}
.contact-mark {
  font-family: var(--serif);
  font-size: 170px;
  line-height: 0.85;
  color: #7b6e54;
  letter-spacing: -17px;
  display: block;
  padding-right: 18px;
}
.contact-mark > span {
  display: block;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 5px;
  text-align: center;
  margin-top: 24px;
  padding-left: 18px;
}
footer {
  background: var(--dark);
  color: #e6e4d9;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 55px;
  padding-block: 50px 42px;
}
.footer-brand img {
  width: 205px;
  height: auto;
  background: var(--paper);
  padding: 8px;
}
.footer-brand p {
  font-size: 11px;
  color: #c6c6b9;
  margin-top: 18px;
}
footer h2 {
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 1.7px;
  font-weight: 600;
  line-height: 1.8;
  margin: 7px 0 19px;
  color: #d1c39f;
}
footer .footer-top > div > a:not(:first-child),
footer .footer-top > div > p {
  font-size: 11px;
  display: block;
  margin-bottom: 9px;
}
footer a:hover {
  color: #e8d29d;
}
.social-link {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.social-link svg {
  width: 17px;
  height: 17px;
}
.social-link svg:last-child {
  width: 14px;
  margin-left: 7px;
}
.footer-bottom {
  border-top: 1px solid #53564a;
  padding-block: 21px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #c4c5b7;
  font-size: 9px;
}
.skip-link {
  position: fixed;
  left: 12px;
  top: -100px;
  background: var(--dark);
  color: white;
  padding: 10px 18px;
  z-index: 100;
}
.skip-link:focus {
  top: 12px;
}
.menu-toggle {
  display: none;
}
@media (min-width: 1500px) {
  .hero {
    min-height: 740px;
  }
  .hero-art {
    max-height: 550px;
  }
}
@media (max-width: 1050px) {
  .container {
    width: calc(100% - 64px);
  }
  .header nav {
    gap: 23px;
  }
  .hero {
    gap: 30px;
  }
  .hero-art {
    min-height: 430px;
  }
  .art-panel {
    min-height: 410px;
  }
  .seal {
    width: 190px;
  }
  .art-bottom {
    font-size: 6px;
    left: 24px;
    right: 24px;
  }
  .about-grid {
    gap: 65px;
  }
  .about-copy h2 {
    font-size: 49px;
  }
  .portrait > img {
    height: 530px;
  }
  .principles-inner {
    gap: 18px;
  }
  .principles-inner > span {
    font-size: 10px;
  }
  .contact-mark {
    font-size: 130px;
  }
  .service {
    padding: 25px;
  }
  .service h3 {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 20px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    min-height: 92px;
    gap: 12px;
    flex-wrap: wrap;
    padding-block: 12px;
  }
  .brand img {
    width: 175px;
  }
  .menu-toggle:not([hidden]) {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #c9c1ac;
    color: var(--ink);
    padding: 8px 12px;
    background: transparent;
    font-size: 12px;
    min-height: 44px;
  }
  .header nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px;
    padding-block: 12px;
  }
  .header:has(.menu-toggle:not([hidden])) nav {
    display: none;
  }
  .header:has(.menu-toggle:not([hidden])) nav.is-open {
    display: flex;
  }
  .header nav > a:not(.button) {
    padding: 8px 4px;
  }
  .header nav .button {
    width: 100%;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 45px;
    padding-block: 48px 45px;
    min-height: auto;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.7px;
    margin-bottom: 23px;
  }
  h1 {
    font-size: clamp(46px, 8vw, 65px);
    letter-spacing: -1.5px;
    line-height: 1.08;
  }
  .hero-description {
    font-size: 13px;
    margin: 24px 0 26px;
    max-width: 490px;
  }
  .button {
    font-size: 12px;
    gap: 15px;
    padding: 14px 20px;
  }
  .hero-note {
    font-size: 9px;
    margin-top: 22px;
  }
  .hero-art {
    width: 100%;
    max-width: 430px;
    min-height: 365px;
    height: 365px;
    margin-inline: auto;
    padding-left: 12px;
  }
  .art-panel {
    min-height: 325px;
    border-radius: 160px 160px 2px 2px;
  }
  .art-caption {
    top: 32px;
    font-size: 7px;
  }
  .seal {
    width: 172px;
  }
  .art-bottom {
    bottom: 25px;
  }
  .art-tag {
    left: 0;
    padding: 11px 19px;
    font-size: 19px;
    gap: 15px;
  }
  .principles-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 12px;
    padding-block: 26px;
  }
  .principles p {
    font-size: 10px;
  }
  .principles-inner > span {
    font-size: 9px;
    gap: 9px;
  }
  .section {
    padding-block: 62px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  h2 {
    font-size: 40px;
  }
  .section-heading > p {
    margin-top: 23px;
    font-size: 12px;
    max-width: 300px;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service {
    padding: 24px 18px;
  }
  .service h3 {
    font-size: 14px;
    line-height: 1.5;
  }
  .service p {
    font-size: 11px;
    line-height: 1.85;
  }
  .service-top {
    margin-bottom: 21px;
  }
  .text-link {
    font-size: 10px;
    gap: 10px;
  }
  .about-section {
    padding-block: 54px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .portrait {
    max-width: 430px;
    width: calc(100% - 15px);
    margin-right: 15px;
  }
  .portrait > img {
    height: auto;
    aspect-ratio: 3/4;
  }
  .portrait figcaption {
    left: 16px;
    right: -15px;
    padding: 19px;
  }
  .portrait figcaption strong {
    font-size: 24px;
  }
  .portrait figcaption span {
    font-size: 7px;
  }
  .about-copy h2 {
    font-size: 46px;
  }
  .about-copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .contact-section {
    padding-block: 65px;
    display: block;
  }
  .contact-section h2 {
    font-size: 43px;
  }
  .contact-section p:not(.eyebrow) {
    font-size: 12px;
  }
  .contact-mark {
    display: none;
  }
  .contact-section .eyebrow {
    font-size: 7px;
  }
  .email-link {
    font-size: 9px;
  }
  .email-link span {
    display: inline-block;
  }
  .desktop-break {
    display: none;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px 18px;
    padding-block: 36px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-brand img {
    width: 180px;
  }
  .footer-brand p {
    margin-top: 15px;
  }
  .footer-top > div {
    min-width: 0;
  }
  footer .footer-top > div > a {
    overflow-wrap: anywhere;
  }
  footer h2 {
    font-size: 8px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    font-size: 8px;
  }
}
@media (max-width: 360px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  .hero .button {
    font-size: 11px;
    padding-inline: 15px;
  }
  .footer-top {
    grid-template-columns: 1fr;
  }
  .contact-section h2 {
    font-size: 38px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
  }
}
