
:root{
  --orange:#ff7a00;
  --orange-dark:#e76700;
  --ink:#252525;
  --muted:#6d6d6d;
  --line:#ececec;
  --soft:#fafafa;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#fff;
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.55;
}
a{color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:auto}

.site-header{
  background:#fff;
  border-bottom:1px solid var(--line);
  position:sticky;
  top:0;
  z-index:20;
}
.header-row{
  min-height:96px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.logo img{
  width:164px;
  height:auto;
}
.nav{
  display:flex;
  align-items:center;
  gap:28px;
}
.nav a{
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.nav a:hover{color:var(--orange)}
.cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 20px;
  border-radius:5px;
  background:var(--orange);
  color:#fff!important;
  text-decoration:none;
  font-weight:700;
}
.cta:hover{background:var(--orange-dark)}

.hero{
  position:relative;
  overflow:hidden;
  padding:58px 0 62px;
  background:
    radial-gradient(circle at 8% 8%,rgba(255,122,0,.12) 0 2px,transparent 2.5px) 0 0/24px 24px,
    linear-gradient(110deg,#fffaf4 0%,#fffdf9 48%,#f7f1e9 100%);
  border-bottom:1px solid #f0e4d8;
}
.hero:before{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  left:-190px;
  top:-220px;
  border:80px solid rgba(255,122,0,.08);
  border-radius:50%;
  pointer-events:none;
}
.hero-layout{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);
  align-items:center;
  gap:56px;
}
.hero-copy{min-width:0}
.hero .eyebrow{
  margin-bottom:14px;
  text-align:left;
}
.hero h1{
  margin:0 0 22px;
  max-width:620px;
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(48px,5vw,76px);
  font-weight:700;
  line-height:.98;
  letter-spacing:-.035em;
  color:#1f1f1f;
}
.hero-accent{
  color:var(--orange);
  font-style:italic;
  font-weight:500;
}
.hero p{
  max-width:650px;
  margin:0 0 30px;
  color:#595959;
  font-size:17px;
}
.hero-actions{
  display:flex;
  justify-content:flex-start;
  gap:14px;
  flex-wrap:wrap;
}
.hero .cta, .hero .secondary{
  min-height:50px;
  padding:14px 23px;
  box-shadow:0 8px 20px rgba(0,0,0,.06);
}
.hero-visual{
  position:relative;
  min-width:0;
}
.hero-visual:before{
  content:"";
  position:absolute;
  inset:6% -4% -6% 5%;
  background:rgba(255,122,0,.08);
  border-radius:30px;
  transform:rotate(2deg);
}
.hero-visual img{
  position:relative;
  width:100%;
  aspect-ratio:1.46/1;
  object-fit:cover;
  object-position:center;
  border-radius:18px;
  box-shadow:0 24px 55px rgba(45,34,25,.18);
}

.secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 20px;
  border:1px solid var(--ink);
  border-radius:5px;
  background:rgba(255,255,255,.78);
  text-decoration:none;
  font-weight:700;
}

.services{
  padding:62px 0 80px;
  background:
    linear-gradient(rgba(255,255,255,.94),rgba(255,255,255,.94)),
    radial-gradient(circle at 15% 0,rgba(255,122,0,.12),transparent 34%);
}
.section-head{
  max-width:800px;
  margin:0 auto 34px;
  text-align:center;
}
.section-head h2{
  margin:0 0 10px;
  font-family:Georgia,'Times New Roman',serif;
  font-size:38px;
  line-height:1.1;
}
.section-head:after{
  content:"";
  display:block;
  width:72px;
  height:2px;
  margin:19px auto 0;
  background:var(--orange);
}
.section-head p{margin:0;color:var(--muted)}
.grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}
.card{
  border:1px solid var(--line);
  border-radius:12px;
  overflow:hidden;
  background:#fff;
  transition:.2s ease;
}
.card:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 34px rgba(0,0,0,.08);
}
.card-media{
  aspect-ratio:4/3;
  overflow:hidden;
  background:#f4f4f4;
}
.card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.card-body{padding:21px 22px 24px}
.card h3{margin:0 0 7px;font-size:22px}
.card p{margin:0;color:var(--muted);font-size:15px}

.art-media{
  aspect-ratio:4/3;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 20%,rgba(255,122,0,.18) 0 20%,transparent 21%),
    linear-gradient(135deg,#fff 0 60%,#fff3e7 60% 100%);
  display:flex;
  align-items:center;
  justify-content:center;
}
.art-sheet{
  width:46%;
  height:62%;
  background:#fff;
  border:1px solid #dadada;
  box-shadow:0 10px 25px rgba(0,0,0,.12);
  position:relative;
  padding:15px;
}
.art-sheet:before{
  content:"";
  display:block;
  height:12px;
  width:58%;
  background:var(--orange);
  margin-bottom:11px;
}
.art-sheet:after{
  content:"";
  display:block;
  height:6px;
  width:78%;
  background:#dedede;
  box-shadow:0 13px #dedede,0 26px #dedede,0 39px #dedede;
}
.store-sign{
  width:66%;
  padding:18px;
  background:#242424;
  color:#fff;
  text-align:center;
  border-radius:3px;
  box-shadow:0 14px 25px rgba(0,0,0,.18);
  border:7px solid #eee;
}
.store-sign strong{display:block;font-size:28px;letter-spacing:.08em}
.store-sign span{color:#ffb168;font-size:13px}
.postcard{
  width:64%;
  height:45%;
  background:#fff;
  border:1px solid #d9d9d9;
  box-shadow:0 12px 25px rgba(0,0,0,.14);
  display:grid;
  grid-template-columns:44% 56%;
}
.postcard .orange{background:var(--orange)}
.postcard .lines{padding:16px}
.postcard .lines span{
  display:block;height:6px;background:#ddd;margin-bottom:10px;
}
.postcard .lines span:first-child{background:#333;width:70%;height:10px}

.consult{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:var(--soft);
  padding:68px 0;
}
.consult-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.consult h2{margin:0 0 8px;font-size:34px}
.consult p{margin:0;color:var(--muted);max-width:700px}

footer{
  padding:38px 0;
  background:#fff;
}
.footer-row{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  color:var(--muted);
  font-size:14px;
}
.footer-brand{
  display:flex;
  align-items:center;
  gap:14px;
}
.footer-brand img{width:86px}
.social{
  display:flex;
  gap:18px;
}
.social a{text-decoration:none}
.social a:hover{color:var(--orange)}

.menu-toggle{
  display:none;
  border:1px solid var(--line);
  background:#fff;
  border-radius:6px;
  padding:9px 12px;
  font-size:20px;
}
@media(max-width:960px){
  .hero-layout{grid-template-columns:1fr;gap:34px}
  .hero-copy{text-align:center}
  .hero .eyebrow{text-align:center}
  .hero h1,.hero p{margin-left:auto;margin-right:auto}
  .hero-actions{justify-content:center}
  .hero-visual{max-width:760px;margin:auto}
}

@media(max-width:860px){
  .header-row{min-height:92px}
  .logo img{width:130px}
  .menu-toggle{display:block}
  .nav{
    display:none;
    position:absolute;
    left:20px;
    right:20px;
    top:92px;
    background:#fff;
    border:1px solid var(--line);
    padding:20px;
    flex-direction:column;
    align-items:stretch;
    gap:14px;
  }
  .nav.open{display:flex}
  .grid{grid-template-columns:repeat(2,1fr)}
  .consult-box{align-items:flex-start;flex-direction:column}
}
@media(max-width:580px){
  .container{width:min(100% - 28px,1180px)}
  .hero{padding:42px 0 40px}
  .hero h1{font-size:clamp(42px,13vw,58px)}
  .hero p{font-size:16px}
  .hero-visual img{border-radius:12px}
  .grid{grid-template-columns:1fr}
  .footer-row{flex-direction:column;align-items:flex-start}
}
