@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700&family=Literata:opsz,wght@7..72,500;7..72,600&display=swap");

:root {
  color-scheme: light;
  --paper: #f3efe6;
  --paper-light: #faf8f2;
  --ink: #253a36;
  --forest: #23413b;
  --forest-deep: #19332e;
  --muted: #475b54;
  --line: #c4cbbf;
  --gold: #ae824c;
  --white: #fffdf8;
  --selection: #d6b987;
  --focus: #a35d21;
  --hover: #e6eadf;
  --photo-placeholder: #d7d9d3;
  --gold-light: #dbbf88;
  --light-copy: #f1f0e9;
  --footer-copy: #eeeae2;
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  background: var(--paper);
  color: var(--ink);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; }
img { display: block; max-width: 100%; }
figure, p, h1, h2, h3 { margin: 0; }
a { color: inherit; }
button { font: inherit; }
::selection { background: var(--selection); color: var(--forest-deep); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
.wrap { width: min(100% - 64px, 1320px); margin-inline: auto; }
.topline { height: 5px; background: var(--forest); }
.skip-link { position: absolute; z-index: 20; top: -100px; left: 16px; padding: 12px 20px; background: var(--forest); color: white; }
.skip-link:focus { top: 12px; }

.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 104px; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--forest); font: 600 28px/1 "Literata", Georgia, serif; }
.brand-name { font: 500 22px/1.2 "Literata", Georgia, serif; letter-spacing: -.025em; }
.brand-name strong { font-weight: 600; }
.main-nav, .header-actions { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 36px); }
.main-nav a { text-decoration: none; font-size: 16px; font-weight: 600; white-space: nowrap; }
.main-nav a:hover, .text-link:hover, .site-footer a:hover { text-decoration: underline; text-underline-offset: 5px; }
.language-switch { display: flex; align-items: center; gap: 5px; color: var(--muted); white-space: nowrap; }
.language-switch button { background: none; border: 0; padding: 10px 5px; min-height: 44px; color: var(--muted); cursor: pointer; font-weight: 600; }
.language-switch button[aria-pressed="true"] { color: var(--forest-deep); text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 3px; text-underline-offset: 6px; }
.header-phone { padding: 11px 17px; border: 1px solid var(--forest); text-decoration: none; font-size: 16px; font-weight: 700; white-space: nowrap; }
.header-phone:hover { background: var(--forest); color: var(--white); }

.hero { background: var(--paper-light); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; min-height: min(710px, 75vw); }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 64px clamp(28px, 5vw, 100px) 70px 0; }
.hero-rule { display: flex; align-items: center; width: 125px; height: 19px; border-top: 1px solid var(--gold); border-bottom: 1px solid var(--gold); }
.hero-rule span { width: 18px; height: 18px; margin-left: 51px; border: 1px solid var(--gold); transform: rotate(45deg); background: var(--paper-light); }
.hero-location { margin-top: 35px; font-size: 16px; font-weight: 600; color: var(--muted); }
h1, h2 { font-family: "Literata", Georgia, serif; font-weight: 500; letter-spacing: -.035em; }
h1 { margin-top: 18px; font-size: clamp(42px, 4.5vw, 72px); line-height: 1.18; max-width: 12em; }
.hero-description { max-width: 560px; margin-top: 29px; color: var(--muted); font-size: 18px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 58px; padding: 12px 23px; font-weight: 700; text-decoration: none; line-height: 1.3; }
.button-primary { background: var(--forest); color: var(--white); }
.button-primary:hover { background: var(--forest-deep); }
.button-outline { border: 1px solid var(--forest); }
.button-outline:hover { background: var(--hover); }
.hero-address { margin-top: 34px; font-size: 16px; color: var(--muted); }
.hero-photo { position: relative; min-height: 610px; background: var(--photo-placeholder); border-inline: 10px solid var(--forest); overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 40%; }
.hero-photo figcaption { position: absolute; bottom: 0; left: 0; background: var(--forest); color: var(--white); padding: 11px 18px; font-size: 16px; }

.work-section { padding-block: 108px 116px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 37px; }
h2 { font-size: clamp(34px, 3.4vw, 52px); line-height: 1.23; }
.section-heading p { margin-top: 12px; color: var(--muted); }
.text-link { display: inline-flex; gap: 12px; align-items: center; flex-shrink: 0; font-weight: 700; text-decoration-color: var(--gold); text-underline-offset: 7px; }
.gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.gallery-item { min-width: 0; }
.gallery-item img { width: 100%; height: 365px; object-fit: cover; background: var(--photo-placeholder); }
.gallery-item-large { grid-row: span 2; }
.gallery-item-large img { height: 810px; }
.gallery-item figcaption { display: flex; align-items: center; gap: 12px; margin-top: 13px; font-size: 16px; font-weight: 600; }
.gallery-item figcaption::before { content: ""; width: 21px; height: 1px; background: var(--gold); }

.about-section { background: var(--forest); color: var(--white); }
.about-inner { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 535px; align-items: stretch; }
.about-image { overflow: hidden; }
.about-image img { width: 100%; height: 100%; max-height: 560px; object-fit: cover; object-position: center 30%; }
.about-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 70px clamp(40px, 7vw, 120px); }
.ornament { font: 28px/1 Georgia, serif; color: var(--gold-light); margin-bottom: 25px; }
.about-copy h2 { max-width: 460px; }
.about-copy p { max-width: 530px; margin-top: 22px; color: var(--light-copy); }
.light-link { color: var(--white); margin-top: 35px; text-decoration-color: var(--gold-light); }

.contact-section { display: grid; grid-template-columns: .83fr 1.17fr; gap: clamp(50px, 8vw, 140px); padding-block: 108px 128px; }
.contact-intro p { margin-top: 22px; max-width: 390px; color: var(--muted); }
.contact-details { border-top: 1px solid var(--ink); }
.contact-row { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.contact-row h3 { font-size: 16px; font-weight: 600; color: var(--muted); margin-bottom: 8px; }
.contact-row address, .contact-row p { font-size: 18px; font-style: normal; line-height: 1.6; }
.contact-number { font: 500 28px/1.3 "Literata", Georgia, serif; text-decoration: none; }
.contact-number:hover { text-decoration: underline; }
.contact-action { font-size: 16px; font-weight: 700; text-underline-offset: 5px; white-space: nowrap; }
.site-footer { background: var(--forest-deep); color: var(--white); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 180px; padding-block: 30px; }
.footer-brand { font: 500 28px/1.3 "Literata", Georgia, serif; }
.footer-inner p { margin-top: 7px; font-size: 16px; color: var(--footer-copy); }
.footer-inner a { white-space: nowrap; text-underline-offset: 5px; font-weight: 700; }

@media (max-width: 1150px) {
  .site-header { flex-wrap: wrap; padding-block: 18px; row-gap: 10px; }
  .main-nav { order: 3; width: 100%; justify-content: center; border-top: 1px solid var(--line); padding-top: 13px; }
  .hero-inner { min-height: 620px; }
  .hero-photo { min-height: 610px; }
  .hero-copy { padding-right: 30px; }
  .gallery { gap: 16px; }
  .gallery-item img { height: 300px; }
  .gallery-item-large img { height: 680px; }
}
@media (max-width: 760px) {
  .wrap { width: min(100% - 36px, 540px); }
  .site-header { min-height: 0; gap: 8px; }
  .brand-name { font-size: 18px; }
  .brand-mark { width: 40px; height: 40px; font-size: 28px; }
  .header-actions { gap: 8px; }
  .header-phone { display: none; }
  .main-nav { justify-content: space-between; gap: 8px; overflow-x: auto; }
  .main-nav a { padding: 7px 0; font-size: 16px; }
  .hero-inner { display: flex; flex-direction: column; }
  .hero-copy { padding: 44px 0 48px; }
  .hero-location { margin-top: 28px; }
  h1 { font-size: clamp(40px, 9vw, 52px); }
  .hero-description { margin-top: 20px; }
  .hero-ctas { margin-top: 27px; width: 100%; }
  .button { flex: 1 1 180px; }
  .hero-address { margin-top: 22px; }
  .hero-photo { min-height: 0; height: min(115vw, 570px); border-inline-width: 7px; }
  .work-section { padding-block: 68px 78px; }
  .section-heading { display: block; margin-bottom: 27px; }
  .section-heading .text-link { margin-top: 17px; }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 12px; }
  .gallery-item-large { grid-row: auto; grid-column: span 2; }
  .gallery-item img { height: 245px; }
  .gallery-item-large img { height: 430px; }
  .gallery-item figcaption { font-size: 16px; }
  .about-inner { grid-template-columns: 1fr; }
  .about-image { height: 310px; }
  .about-copy { padding: 45px 0 62px; }
  .contact-section { display: block; padding-block: 72px 82px; }
  .contact-intro { margin-bottom: 35px; }
  .footer-inner { align-items: start; flex-direction: column; gap: 18px; min-height: 0; }
}
@media (max-width: 420px) {
  .hero-ctas { flex-direction: column; }
  .button { flex: none; width: 100%; }
  .contact-row { align-items: flex-start; flex-direction: column; gap: 12px; }
  .contact-action { min-height: 44px; display: inline-flex; align-items: center; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
}
