* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: #faf8f1;
  color: #123e30;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
a,
button {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid #b68124;
  outline-offset: 5px;
}
.skip {
  position: absolute;
  left: 15px;
  top: -90px;
  background: white;
  padding: 12px;
  z-index: 10;
}
.skip:focus {
  top: 10px;
}
.topbar {
  background: #093e30;
  color: #f4e7c9;
  padding: 9px 6%;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: 1.4px;
}
.topbar a {
  letter-spacing: 0.3px;
}
header {
  padding: 19px 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dcdccf;
  gap: 25px;
  background: #faf8f1;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.logo-mark {

}
.logo-mark img {
  width: 350px;
  max-height: 100%;
}
.brand-name {
  font: 700 27px Georgia, serif;
  letter-spacing: -1px;
}
.brand-name small {
  display: block;
  font: 8px Arial, sans-serif;
  letter-spacing: 1.2px;
  margin-top: 7px;
}
nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
}
nav a[aria-current] {
  border-bottom: 1px solid #ad812f;
}
nav a:hover,
.plain:hover {
  color: #a06d15;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: #0b4433;
  color: #fff;
  padding: 15px 23px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: background 0.2s;
}
.button:hover {
  background: #1c614b;
  color: white;
}
.button.small {
  padding: 11px 17px;
}
.button.gold {
  background: #e9c77f;
  color: #173c2c;
}
.button.gold:hover {
  background: #f2dba9;
}
.menu {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  min-height: 650px;
}
.hero-copy {
  padding: 90px 9% 65px 12%;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 2.3px;
  font-weight: 600;
  color: #947021;
  display: block;
  margin-bottom: 20px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.12;
}
h1 {
  font-size: clamp(44px, 5.2vw, 76px);
  letter-spacing: -2.6px;
  margin-bottom: 28px;
}
h1 em {
  font-weight: 400;
  color: #7e8c49;
}
h2 {
  font-size: clamp(34px, 3.2vw, 48px);
  letter-spacing: -1.2px;
  margin-bottom: 26px;
}
h3 {
  font-size: 26px;
}
.hero-copy p {
  max-width: 440px;
  color: #5e6b5f;
  line-height: 1.85;
}
.actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 34px;
}
.plain {
  font-size: 14px;
  border-bottom: 1px solid #b2924b;
  padding-bottom: 5px;
  display: inline-block;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 10px;
  letter-spacing: 1.5px;
  margin-top: 70px;
}
.hero-note i {
  width: 40px;
  height: 1px;
  background: #ae913f;
}
.hero-visual {
  position: relative;
  overflow: hidden;
  background: #dfd4b8;
  min-height: 650px;
}
.hero-visual > img {
  position: absolute;
  width: 200%;
  max-width: none;
  height: auto;
  left: -74%;
  top: -24%;
}
.portrait-label {
  position: absolute;
  bottom: 28px;
  left: 30px;
  right: 30px;
  background: #faf8f1ed;
  padding: 18px 24px;
  border-left: 3px solid #b59346;
  display: flex;
  flex-direction: column;
}
.portrait-label small {
  font-size: 10px;
  letter-spacing: 1.5px;
}
.portrait-label strong {
  font: 30px Georgia, serif;
  margin-top: 5px;
}
.portrait-label span {
  font-size: 12px;
  color: #636d5f;
}
.ribbon {
  padding: 25px 8%;
  display: flex;
  justify-content: space-around;
  gap: 25px;
  border-block: 1px solid #dedecd;
  font: 22px Georgia, serif;
}
.ribbon b {
  color: #b08b35;
  font-size: 17px;
}
.section {
  padding: 90px 7%;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 38px;
}
.section-heading h2 {
  margin-bottom: 0;
}
.section-heading p {
  max-width: 330px;
  color: #687160;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid #dadccc;
  border-top: 1px solid #dadccc;
}
.service-card {
  padding: 32px;
  border-right: 1px solid #dadccc;
  border-bottom: 1px solid #dadccc;
  transition: background 0.2s;
}
.service-card:hover {
  background: #eeefdf;
}
.number {
  font-size: 12px;
  letter-spacing: 1px;
  color: #9d7c36;
  display: block;
  margin-bottom: 28px;
}
.service-card h3 {
  max-width: 240px;
  min-height: 60px;
  margin-bottom: 17px;
}
.service-card p {
  font-size: 14px;
  color: #697462;
}
.text-link {
  font-size: 12px;
  display: block;
  margin-top: 27px;
}
.founder-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #eef0e3;
  margin: 0 7% 90px;
  min-height: 500px;
}
.founder-image {
  height: 540px;
  overflow: hidden;
}
.founder-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}
.founder-copy {
  padding: 65px 13%;
  align-self: center;
}
.founder-copy p {
  color: #606e5d;
}
.cta {
  text-align: center;
  background: #093e30;
  color: #f8f4e9;
  padding: 75px 20px;
}
.cta .eyebrow {
  color: #dec17f;
}
.cta h2 {
  margin-bottom: 32px;
}
footer {
  padding: 60px 7% 20px;
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 1fr;
  gap: 45px;
}
footer p {
  font-size: 14px;
  color: #687060;
  margin-top: 20px;
}
footer h3 {
  font: 14px Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
footer > div > a:not(.brand) {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}
.copyright {
  grid-column: 1/-1;
  border-top: 1px solid #dedecd;
  padding-top: 22px;
  
  justify-content: space-between;
  font-size: 12px;
  color: #767c6b;
}
.page-intro {
  padding: 75px 7% 65px;
  background: #eeefe1;
  border-bottom: 1px solid #dedecd;
}
.page-intro p {
  color: #64715d;
  max-width: 610px;
  margin-bottom: 0;
}
.about-founder {
  margin-top: 65px;
}
.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.values article {
  border-top: 1px solid #c7ccb5;
  padding-top: 25px;
}
.values span {
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #937021;
}
.values h3 {
  margin-top: 25px;
}
.values p {
  color: #67725f;
}
.service-list {
  padding: 20px 10% 80px;
}
.service-detail {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 30px;
  padding: 55px 0;
  border-bottom: 1px solid #d5d9c6;
}
.detail-number {
  font: 48px Georgia, serif;
  color: #ad9353;
}
.service-detail h2 {
  font-size: 38px;
  margin-bottom: 20px;
}
.service-detail p {
  max-width: 750px;
  color: #606e5f;
}
.service-detail .eyebrow {
  margin-bottom: 12px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 80px 8%;
}
.contact-item {
  border-top: 1px solid #d9ddcc;
  padding: 20px 0;
}
.contact-item small {
  display: block;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #7b815f;
  margin-bottom: 6px;
}
.contact-item > a:not(.plain) {
  font-size: 22px;
  overflow-wrap: anywhere;
}
.contact-item p {
  margin-bottom: 10px;
}
.contact-panel {
  padding: 55px;
  background: #0c4333;
  color: #f8f3e4;
  align-self: start;
}
.contact-panel .eyebrow {
  color: #dfbe77;
}
.contact-panel h2 {
  font-size: 48px;
}
.contact-panel p {
  color: #d6dece;
}
.small-note {
  font-size: 13px;
  margin: 24px 0 0;
}
.small-note a {
  text-decoration: underline;
}
@media (min-width: 1500px) {
  .hero-visual > img {
    top: -40%;
  }
}
@media (max-width: 1050px) {
  header {
    padding: 18px 4%;
  }
  nav {
    gap: 18px;
  }
  .brand-name {
    font-size: 23px;
  }
  .hero-copy {
    padding: 70px 9%;
  }
  .hero-visual > img {
    width: 235%;
    left: -97%;
    top: -10%;
  }
  .actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
  .contact-grid {
    gap: 35px;
  }
  .contact-panel {
    padding: 35px;
  }
}
@media (max-width: 760px) {
  .topbar {
    font-size: 10px;
    padding: 8px 5%;
  }
  .topbar > span {
    letter-spacing: 0.3px;
  }
  header {
    padding: 14px 5%;
    position: relative;
    flex-wrap: wrap;
  }
  .brand-name {
    font-size: 24px;
  }
  .menu {
    display: block;
    background: transparent;
    border: 1px solid #b6bea6;
    padding: 6px 10px;
    font-size: 13px;
    color: #123e30;
  }
  nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding: 15px 0;
    gap: 17px;
  }
  nav.open {
    display: flex;
  }
  nav a[aria-current] {
    border: 0;
    color: #997322;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 55px 7% 42px;
  }
  .hero h1 {
    font-size: 53px;
  }
  .hero-copy p {
    max-width: none;
  }
  .actions {
    flex-direction: row;
    align-items: center;
    gap: 18px;
  }
  .hero-note {
    margin-top: 35px;
  }
  .hero-visual {
    min-height: 530px;
  }
  .hero-visual > img {
    width: 165%;
    left: -51%;
    top: -27%;
  }
  .portrait-label {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .ribbon {
    padding: 20px 5%;
    gap: 10px;
    font-size: 15px;
    text-align: center;
  }
  .ribbon b {
    font-size: 12px;
  }
  .section {
    padding: 55px 6%;
  }
  .section-heading {
    display: block;
  }
  .section-heading p {
    margin-top: 25px;
    max-width: none;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-card {
    padding: 25px 18px;
  }
  .service-card h3 {
    font-size: 23px;
    min-height: 78px;
  }
  .founder-block {
    grid-template-columns: 1fr;
    margin: 0 6% 55px;
  }
  .founder-image {
    height: 440px;
  }
  .founder-image img {
    object-position: 50% 27%;
  }
  .founder-copy {
    padding: 38px 8%;
  }
  .cta {
    padding: 55px 7%;
  }
  footer {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 45px 6% 20px;
  }
  footer > div:first-child {
    grid-column: 1/-1;
  }
  .copyright {
    display: block;
  }
  .copyright span {
    display: block;
    margin-top: 10px;
  }
  .page-intro {
    padding: 55px 7%;
  }
  .page-intro h1 {
    font-size: 45px;
    letter-spacing: -1.5px;
  }
  .about-founder {
    margin-top: 40px;
  }
  .values {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .service-list {
    padding: 0 7% 45px;
  }
  .service-detail {
    grid-template-columns: 40px 1fr;
    gap: 17px;
    padding: 38px 0;
  }
  .detail-number {
    font-size: 30px;
  }
  .service-detail h2 {
    font-size: 29px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    padding: 50px 7%;
    gap: 30px;
  }
  .contact-panel h2 {
    font-size: 42px;
  }
}
@media (max-width: 380px) {
  .brand-name {
    font-size: 20px;
  }
  .logo-mark {
  }
  .brand-name small {
    font-size: 7px;
  }
  .actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card h3 {
    min-height: 0;
  }
  .hero h1 {
    font-size: 47px;
  }
  .hero-visual > img {
    top: -14%;
  }
  .topbar {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
