:root {
  --ink: #17201f;
  --ink-2: #273230;
  --cream: #f6f2e9;
  --paper: #fffdf8;
  --brass: #b6863f;
  --brass-dark: #7d5b2d;
  --sage: #66756f;
  --muted: #6c7471;
  --line: #ded9ce;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(20, 29, 28, .10);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed; left: 18px; top: -80px; z-index: 999;
  background: var(--ink); color: white; padding: 10px 14px; border-radius: 8px;
}
.skip-link:focus { top: 18px; }

.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  color: var(--brass-dark); font-weight: 800; font-size: .78rem;
  text-transform: uppercase; letter-spacing: .14em;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--brass); }
.display {
  margin: 14px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.65rem, 6vw, 5.6rem);
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 500;
}
.h2 {
  margin: 12px 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 4vw, 3.65rem);
  line-height: 1.06;
  letter-spacing: -.035em;
  font-weight: 500;
}
.h3 { margin: 0 0 10px; font-size: 1.08rem; letter-spacing: -.01em; }
.lead { font-size: clamp(1.04rem, 2vw, 1.28rem); color: #4f5a57; max-width: 720px; }
.small { font-size: .88rem; color: var(--muted); }

.topbar { background: var(--ink); color: #eae7df; font-size: .86rem; }
.topbar .container { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; }
.topbar strong { color: white; }

.site-header {
  position: sticky; top: 0; z-index: 90;
  background: rgba(255,253,248,.94); border-bottom: 1px solid rgba(222,217,206,.8);
  backdrop-filter: blur(18px);
}
.navbar { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 242px; }
.brand-mark {
  width: 44px; height: 44px; border: 1px solid var(--ink); border-radius: 50%;
  display: grid; place-items: center; font-family: Georgia, serif; font-size: 1.02rem; letter-spacing: -.06em;
  position: relative;
}
.brand-mark::after { content: ""; position: absolute; width: 18px; height: 1px; background: var(--brass); bottom: 10px; }
.brand-text strong { display: block; font-family: Georgia, serif; font-size: 1.05rem; letter-spacing: .02em; }
.brand-text span { display: block; color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .13em; margin-top: 1px; }
.nav-links { display: flex; align-items: center; gap: 27px; }
.nav-links a { font-size: .88rem; font-weight: 750; position: relative; padding: 30px 0 28px; }
.nav-links a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: 20px; background: var(--brass); transition: .2s; }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--ink); color: white; padding: 12px 17px; border-radius: 999px; font-size: .84rem; font-weight: 800; }
.header-cta:hover { background: var(--ink-2); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); }

.btn {
  border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  border-radius: 999px; padding: 14px 20px; font-size: .9rem; font-weight: 800; cursor: pointer;
  transition: transform .2s, background .2s, color .2s, border-color .2s;
}
.btn:hover { transform: translateY(-1px); }
.btn-dark { background: var(--ink); color: white; }
.btn-dark:hover { background: #2a3432; }
.btn-brass { background: var(--brass); color: #111; }
.btn-brass:hover { background: #c59855; }
.btn-outline { border: 1px solid #b8b3aa; background: transparent; color: var(--ink); }
.btn-outline:hover { border-color: var(--ink); }
.btn-white { background: white; color: var(--ink); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.arrow { font-size: 1.1em; }

.hero { padding: 62px 0 72px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; }
.hero-copy { padding: 18px 0; }
.hero-copy .display { max-width: 790px; }
.hero-note { margin-top: 32px; display: flex; align-items: flex-start; gap: 15px; max-width: 560px; }
.hero-note .number { flex: 0 0 auto; width: 52px; height: 52px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-family: Georgia, serif; }
.hero-media { position: relative; min-height: 610px; }
.hero-frame { position: absolute; inset: 0 0 0 52px; border-radius: 240px 240px 24px 24px; overflow: hidden; box-shadow: var(--shadow); background: #d6d3cb; }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; filter: saturate(.75) contrast(.98); }
.hero-stamp {
  position: absolute; left: 4px; bottom: 38px; width: 150px; height: 150px; border-radius: 50%;
  background: var(--brass); display: grid; place-items: center; text-align: center; padding: 20px; box-shadow: 0 18px 40px rgba(30,30,20,.18);
  font-weight: 900; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase;
}
.hero-stamp span { font-family: Georgia, serif; font-size: 2.4rem; line-height: .9; font-weight: 500; letter-spacing: -.05em; display: block; text-transform: none; }
.hero-mini { position: absolute; right: -12px; top: 60px; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 15px 16px; width: 174px; box-shadow: 0 16px 40px rgba(20,29,28,.08); }
.hero-mini strong { display: block; font-size: .9rem; }
.hero-mini span { color: var(--muted); font-size: .76rem; }

.trustbar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cream); }
.trustgrid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trustitem { padding: 23px 20px; text-align: center; border-right: 1px solid var(--line); }
.trustitem:last-child { border-right: 0; }
.trustitem strong { display: block; font-family: Georgia, serif; font-size: 1.24rem; font-weight: 500; }
.trustitem span { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }

.section { padding: 92px 0; }
.section-cream { background: var(--cream); }
.section-dark { background: var(--ink); color: #f6f3ec; }
.section-dark .lead, .section-dark .small { color: #bfc6c3; }
.section-dark .eyebrow { color: #d9b478; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.section-head .h2 { max-width: 780px; margin-bottom: 0; }
.section-head p { max-width: 440px; color: var(--muted); margin: 0 0 5px; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card {
  padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); min-height: 250px;
  display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s, border-color .2s;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(25,30,27,.08); border-color: #c5bda9; }
.service-icon { width: 42px; height: 42px; border-radius: 50%; background: #efe5d1; color: var(--brass-dark); display: grid; place-items: center; font-family: Georgia, serif; margin-bottom: 28px; }
.service-card p { color: var(--muted); margin: 0 0 20px; font-size: .93rem; }
.service-card a { margin-top: auto; font-weight: 800; font-size: .84rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.media-card { border-radius: var(--radius); overflow: hidden; min-height: 520px; position: relative; background: #d8d4ca; box-shadow: var(--shadow); }
.media-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.media-card::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(transparent, rgba(14,22,20,.55)); }
.media-label { position: absolute; z-index: 2; left: 24px; bottom: 22px; color: white; }
.media-label strong { display: block; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.media-label span { font-size: .8rem; opacity: .86; }

.checklist { list-style: none; padding: 0; margin: 26px 0 0; }
.checklist li { position: relative; padding: 12px 0 12px 34px; border-bottom: 1px solid var(--line); }
.checklist li::before { content: "✓"; position: absolute; left: 0; top: 12px; width: 22px; height: 22px; border-radius: 50%; background: #e9dfcc; color: var(--brass-dark); display: grid; place-items: center; font-size: .72rem; font-weight: 900; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 40px; }
.process-card { padding: 26px; border-top: 1px solid #596360; }
.process-num { color: #d4b177; font-family: Georgia, serif; font-size: 2rem; margin-bottom: 24px; }
.process-card p { color: #b9c0bd; font-size: .9rem; }

.feature-strip { display: grid; grid-template-columns: 1.15fr .85fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: white; }
.feature-image { min-height: 440px; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-content { padding: 52px; display: flex; flex-direction: column; justify-content: center; }
.stat-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 26px 0 2px; }
.stat-box { border: 1px solid var(--line); padding: 18px; border-radius: 12px; }
.stat-box strong { font-family: Georgia, serif; font-size: 1.5rem; font-weight: 500; display: block; }
.stat-box span { color: var(--muted); font-size: .78rem; }

.quote { max-width: 920px; margin: 0 auto; text-align: center; }
.quote blockquote { margin: 22px 0; font-family: Georgia, serif; font-size: clamp(1.8rem, 3.4vw, 3.15rem); line-height: 1.12; letter-spacing: -.025em; }
.quote cite { font-style: normal; color: #aeb6b3; font-size: .84rem; }

.cta-panel { background: var(--brass); padding: 56px; border-radius: var(--radius); display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.cta-panel .h2 { max-width: 760px; margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); }

.page-hero { padding: 76px 0 64px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #faf6ee 0%, var(--paper) 100%); }
.page-hero .display { max-width: 980px; font-size: clamp(2.8rem, 6vw, 5rem); }
.breadcrumb { display: flex; gap: 8px; align-items: center; color: var(--muted); font-size: .8rem; margin-bottom: 22px; }
.breadcrumb a { color: var(--ink); font-weight: 700; }

.service-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.service-detail { padding: 32px; background: white; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.service-detail .tag { display: inline-block; padding: 6px 9px; border-radius: 999px; background: #efe5d1; color: var(--brass-dark); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.service-detail h3 { font-family: Georgia, serif; font-size: 1.65rem; font-weight: 500; margin: 18px 0 12px; }
.service-detail p { color: var(--muted); }

.auction-band { display: grid; grid-template-columns: .8fr 1.2fr; border-radius: var(--radius); overflow: hidden; background: var(--ink); color: white; }
.auction-band .visual { min-height: 450px; }
.auction-band .visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); }
.auction-band .content { padding: 54px; display: flex; flex-direction: column; justify-content: center; }
.auction-band .content p { color: #bbc2bf; }

.calendar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.calendar-card { border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 28px; background: white; }
.calendar-card .day { color: var(--brass-dark); text-transform: uppercase; letter-spacing: .11em; font-size: .74rem; font-weight: 900; }
.calendar-card h3 { font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; margin: 14px 0 10px; }
.calendar-card p { color: var(--muted); font-size: .9rem; }

.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 32px; }
.filter-btn { border: 1px solid var(--line); background: white; padding: 10px 14px; border-radius: 999px; cursor: pointer; font-weight: 800; font-size: .8rem; }
.filter-btn.active, .filter-btn:hover { background: var(--ink); color: white; border-color: var(--ink); }

.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.team-card { background: white; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 28px; }
.avatar { width: 68px; height: 68px; border-radius: 50%; display: grid; place-items: center; background: #e8dfcf; font-family: Georgia, serif; font-size: 1.3rem; color: var(--brass-dark); margin-bottom: 28px; }
.team-card p { color: var(--muted); font-size: .88rem; }
.team-role { color: var(--brass-dark); font-size: .73rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.value-card { padding: 28px; border-left: 2px solid var(--brass); background: #f9f5ed; }
.value-card p { color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 56px; align-items: start; }
.contact-card { background: var(--ink); color: white; padding: 38px; border-radius: var(--radius); position: sticky; top: 110px; }
.contact-card p { color: #bdc5c2; }
.contact-line { padding: 18px 0; border-top: 1px solid #46504d; }
.contact-line:first-of-type { margin-top: 28px; }
.contact-line span { display: block; color: #9da8a4; text-transform: uppercase; letter-spacing: .08em; font-size: .69rem; font-weight: 800; }
.contact-line strong { display: block; margin-top: 4px; line-height: 1.45; }
.form-card { border: 1px solid var(--line); background: white; border-radius: var(--radius); padding: 38px; box-shadow: 0 18px 50px rgba(20,29,28,.05); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; font-weight: 800; font-size: .79rem; margin: 0 0 7px; }
.field input, .field select, .field textarea {
  width: 100%; border: 1px solid #cbc6bb; border-radius: 10px; padding: 13px 14px; color: var(--ink); background: #fffefa; outline: none;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--brass); box-shadow: 0 0 0 3px rgba(182,134,63,.12); }
.field textarea { min-height: 150px; resize: vertical; }
.form-note { color: var(--muted); font-size: .78rem; margin: 16px 0 0; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }

.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-button { width: 100%; text-align: left; background: none; border: 0; padding: 22px 4px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 850; }
.faq-button span:last-child { font-size: 1.3rem; font-weight: 400; transition: transform .2s; }
.faq-button[aria-expanded="true"] span:last-child { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 4px 22px; color: var(--muted); max-width: 900px; }
.faq-answer.open { display: block; }

.notice { border: 1px solid #d8c59c; background: #fff8e8; color: #5c4926; padding: 16px 18px; border-radius: 12px; font-size: .88rem; }
.success-box { text-align: center; max-width: 720px; margin: 50px auto 0; padding: 46px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.success-icon { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; background: #e6ecdf; font-size: 1.5rem; }

.site-footer { background: #101715; color: #e7e8e3; padding: 72px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .7fr 1fr; gap: 48px; }
.footer-brand .brand-mark { border-color: #b5beb9; }
.footer-brand .brand-text span { color: #929d98; }
.footer-about { color: #9eaaa5; max-width: 360px; font-size: .88rem; margin-top: 20px; }
.footer-title { font-size: .76rem; text-transform: uppercase; letter-spacing: .11em; color: #d1ab70; font-weight: 900; margin-bottom: 18px; }
.footer-links { display: grid; gap: 9px; font-size: .86rem; color: #b7bfbc; }
.footer-links a:hover { color: white; }
.footer-contact { color: #b7bfbc; font-size: .86rem; }
.footer-contact strong { color: white; display: block; margin: 4px 0 16px; font-weight: 700; }
.footer-bottom { border-top: 1px solid #2d3734; margin-top: 54px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: #818d88; font-size: .74rem; }
.footer-bottom a { color: #a8b2ae; }

@media (max-width: 1050px) {
  .nav-links { gap: 17px; }
  .header-cta { display: none; }
  .hero-grid { gap: 32px; }
  .hero-frame { left: 20px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .topbar .container { flex-direction: column; gap: 2px; padding: 8px 0; }
  .navbar { height: 70px; }
  .menu-toggle { display: block; }
  .nav-links {
    display: none; position: absolute; left: 0; right: 0; top: 70px; padding: 12px 20px 22px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 0; }
  .nav-links a::after { display: none; }
  .brand { min-width: 0; }
  .hero { padding-top: 42px; }
  .hero-grid, .split, .contact-grid, .feature-strip, .auction-band { grid-template-columns: 1fr; }
  .hero-media { min-height: 500px; margin-top: 12px; }
  .hero-frame { left: 38px; right: 0; }
  .hero-mini { right: 0; }
  .trustgrid { grid-template-columns: repeat(2, 1fr); }
  .trustitem:nth-child(2) { border-right: 0; }
  .trustitem:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 70px 0; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 14px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .calendar-grid, .values-grid { grid-template-columns: 1fr; }
  .feature-content, .auction-band .content { padding: 36px; }
  .contact-card { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand-text span { display: none; }
  .hero-media { min-height: 430px; }
  .hero-frame { left: 22px; border-radius: 170px 170px 20px 20px; }
  .hero-stamp { width: 122px; height: 122px; font-size: .65rem; }
  .hero-stamp span { font-size: 2rem; }
  .hero-mini { display: none; }
  .trustgrid, .services-grid, .service-detail-grid, .team-grid, .process-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .trustitem { border-right: 0; border-bottom: 1px solid var(--line); }
  .trustitem:last-child { border-bottom: 0; }
  .media-card { min-height: 390px; }
  .cta-panel { padding: 34px 26px; align-items: flex-start; flex-direction: column; }
  .stat-row { grid-template-columns: 1fr; }
  .form-card, .contact-card { padding: 28px 22px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

/* Website sale notice */
.sale-modal-open { overflow: hidden; }
.sale-modal[hidden] { display: none !important; }
.sale-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .26s ease, visibility .26s ease;
}
.sale-modal.is-visible { opacity: 1; visibility: visible; }
.sale-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 18, 17, .74);
  backdrop-filter: blur(9px);
}
.sale-modal__panel {
  position: relative;
  width: min(100%, 650px);
  overflow: hidden;
  border: 1px solid rgba(182, 134, 63, .34);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 0 32px 90px rgba(7, 13, 12, .34);
  outline: none;
  transform: translateY(18px) scale(.985);
  transition: transform .3s cubic-bezier(.2, .75, .25, 1);
}
.sale-modal.is-visible .sale-modal__panel { transform: translateY(0) scale(1); }
.sale-modal__accent {
  height: 7px;
  background: linear-gradient(90deg, var(--brass-dark), var(--brass), #d7b77a);
}
.sale-modal__content { padding: 48px 50px 44px; }
.sale-modal__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: var(--brass-dark);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.sale-modal__eyebrow::before { content: ""; width: 25px; height: 1px; background: var(--brass); }
.sale-modal__panel h2 {
  max-width: 540px;
  margin: 0 0 17px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 3.1rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.035em;
}
.sale-modal__panel p { margin: 0; color: var(--muted); }
.sale-modal__email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
  padding: 14px 21px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-size: .9rem;
  font-weight: 850;
  box-shadow: 0 10px 26px rgba(23, 32, 31, .16);
  transition: transform .2s ease, background .2s ease;
}
.sale-modal__email:hover { transform: translateY(-1px); background: var(--ink-2); }
.sale-modal__email:focus-visible { outline: 3px solid rgba(182, 134, 63, .42); outline-offset: 3px; }
.sale-modal__close {
  position: absolute;
  z-index: 2;
  top: 22px;
  right: 22px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 253, 248, .9);
  color: var(--ink);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.sale-modal__close span { display: block; margin-top: -2px; font-size: 1.55rem; font-weight: 300; line-height: 1; }
.sale-modal__close:hover { background: var(--cream); border-color: #c6bdad; transform: rotate(4deg); }
.sale-modal__close:focus-visible { outline: 3px solid rgba(182, 134, 63, .42); outline-offset: 2px; }

@media (max-width: 560px) {
  .sale-modal { padding: 14px; }
  .sale-modal__panel { border-radius: 19px; }
  .sale-modal__content { padding: 42px 25px 30px; }
  .sale-modal__close { top: 16px; right: 16px; width: 36px; height: 36px; }
  .sale-modal__email { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .sale-modal, .sale-modal__panel, .sale-modal__email, .sale-modal__close { transition: none; }
}
