:root {
  --ink: #171d21;
  --ink-soft: #252e34;
  --paper: #f4f5f3;
  --white: #ffffff;
  --amber: #f2ae00;
  --amber-dark: #d99a00;
  --line: #d9dddc;
  --muted: #687177;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 16px; background: var(--amber); color: var(--ink); font-weight: 800; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }

.site-header { position: absolute; z-index: 50; inset: 0 0 auto; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); }
.header-inner { width: var(--shell); min-height: 104px; margin-inline: auto; display: flex; align-items: center; gap: 36px; }
.brand { display: block; width: 310px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.navigation { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.navigation a { position: relative; text-decoration: none; text-transform: uppercase; font-size: .82rem; font-weight: 800; letter-spacing: .08em; }
.navigation a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--amber); transition: right .2s ease; }
.navigation a:hover::after { right: 0; }
.header-call { text-decoration: none; padding: 12px 16px; background: var(--amber); color: var(--ink); font-size: .84rem; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; color: inherit; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: 790px; display: grid; align-items: end; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 48%; }
.hero-overlay { background: linear-gradient(90deg, rgba(15,20,23,.9) 0%, rgba(15,20,23,.68) 43%, rgba(15,20,23,.18) 74%), linear-gradient(0deg, rgba(15,20,23,.62), transparent 48%); }
.hero-content { position: relative; z-index: 2; padding: 210px 0 110px; }
.eyebrow { margin: 0 0 18px; color: var(--amber); font-size: .82rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: var(--amber-dark); }
.hero h1 { max-width: 780px; margin: 0; font-size: clamp(3.1rem, 7vw, 6.8rem); line-height: .93; letter-spacing: -.055em; text-transform: uppercase; }
.hero h1 span { color: var(--amber); }
.hero-copy { max-width: 650px; margin: 28px 0 34px; font-size: 1.15rem; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 22px; border: 2px solid transparent; text-decoration: none; font-size: .9rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--amber); color: var(--ink); }
.button-primary:hover { background: #ffc328; }
.button-ghost { border-color: rgba(255,255,255,.6); color: var(--white); }
.button-ghost:hover { background: var(--white); color: var(--ink); }
.hero-mark { position: absolute; z-index: 1; right: -40px; bottom: -95px; font-size: clamp(13rem, 25vw, 24rem); font-weight: 900; line-height: 1; letter-spacing: -.12em; color: rgba(255,255,255,.07); }

.trust-strip { background: var(--amber); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid p { margin: 0; padding: 28px 34px; border-left: 1px solid rgba(23,29,33,.24); }
.trust-grid p:last-child { border-right: 1px solid rgba(23,29,33,.24); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { text-transform: uppercase; letter-spacing: .03em; }
.trust-grid span { font-size: .9rem; }

.section { padding-block: 110px; }
.section-label { display: flex; align-items: center; gap: 12px; margin-bottom: 45px; color: var(--muted); font-size: .8rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.section-label::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.section-label span { color: var(--amber-dark); }
.section-label.light { color: rgba(255,255,255,.62); }
.section-label.light::after { background: rgba(255,255,255,.18); }
.section h2 { margin: 0; font-size: clamp(2.35rem, 5vw, 4.7rem); line-height: 1.03; letter-spacing: -.04em; text-transform: uppercase; }
.about-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.about-copy { padding-top: 46px; }
.about-copy p { margin: 0 0 20px; color: #414a4f; }
.text-link { display: inline-flex; gap: 9px; margin-top: 10px; text-decoration: none; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.text-link span { color: var(--amber-dark); transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.services { background: var(--ink); color: var(--white); }
.services-heading { display: grid; grid-template-columns: 1fr 390px; gap: 60px; align-items: end; margin-bottom: 60px; }
.services-heading p { margin: 0; color: rgba(255,255,255,.68); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.service-grid article { min-height: 260px; padding: 30px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); transition: background .2s ease, transform .2s ease; }
.service-grid article:hover { background: var(--ink-soft); transform: translateY(-4px); }
.service-grid article > span { color: var(--amber); font-size: .82rem; font-weight: 900; }
.service-grid h3 { margin: 42px 0 12px; font-size: 1.35rem; text-transform: uppercase; letter-spacing: -.02em; }
.service-grid p { margin: 0; color: rgba(255,255,255,.64); font-size: .95rem; }
.service-cta { margin-top: 36px; }

.projects-heading { display: grid; grid-template-columns: 1fr 380px; gap: 60px; align-items: end; margin-bottom: 50px; }
.projects-heading p { margin: 0; color: var(--muted); }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 350px; gap: 16px; }
.gallery figure { position: relative; margin: 0; overflow: hidden; background: #dfe2e0; }
.gallery-large { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery figure:hover img { transform: scale(1.035); }
.gallery figcaption { position: absolute; inset: auto 0 0; padding: 55px 22px 20px; background: linear-gradient(transparent, rgba(10,14,16,.84)); color: var(--white); }
.gallery figcaption span, .gallery figcaption strong { display: block; }
.gallery figcaption span { color: var(--amber); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.gallery figcaption strong { margin-top: 3px; font-size: 1.08rem; }

.contact { position: relative; overflow: hidden; background: var(--amber); }
.contact-image { position: absolute; inset: 0 0 0 55%; background: linear-gradient(90deg, var(--amber), transparent 25%), url("assets/vinrum.jpg") center/cover no-repeat; }
.contact-content { position: relative; z-index: 2; padding-block: 105px; }
.contact-content > * { max-width: 610px; }
.contact .eyebrow { color: var(--ink); }
.contact h2 { margin: 0; font-size: clamp(2.5rem, 5.5vw, 5rem); line-height: .98; letter-spacing: -.045em; text-transform: uppercase; }
.contact-content > p:not(.eyebrow) { margin: 24px 0 36px; }
.contact-links { display: grid; gap: 8px; }
.contact-links a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 18px; background: rgba(255,255,255,.78); text-decoration: none; transition: background .2s, transform .2s; }
.contact-links a:hover { background: var(--white); transform: translateX(4px); }
.contact-links span { font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.contact-links strong { text-align: right; }

.site-footer { background: #101417; color: var(--white); padding: 70px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 60px; align-items: start; }
.footer-grid img { width: 350px; }
.footer-grid div span, .footer-grid div strong, .footer-grid div a { display: block; }
.footer-grid div span { margin-bottom: 8px; color: var(--amber); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid div a { width: fit-content; text-decoration: none; color: rgba(255,255,255,.78); }
.footer-grid div a:hover { color: var(--amber); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.5); font-size: .82rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { text-decoration: none; }

@media (max-width: 980px) {
  .brand { width: 255px; }
  .header-call { display: none; }
  .navigation { gap: 20px; }
  .hero { min-height: 720px; }
  .about-layout, .services-heading, .projects-heading { grid-template-columns: 1fr; gap: 28px; }
  .about-copy { padding-top: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .contact-image { left: 40%; opacity: .34; }
  .footer-grid { grid-template-columns: 1.2fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 1180px); }
  body { font-size: 16px; }
  .header-inner { min-height: 86px; }
  .brand { width: min(245px, calc(100% - 64px)); }
  .menu-button { display: block; margin-left: auto; }
  .navigation { position: absolute; top: 86px; left: 0; right: 0; display: none; margin: 0; padding: 18px 22px 24px; background: rgba(16,20,23,.98); border-top: 1px solid rgba(255,255,255,.12); }
  .navigation.open { display: grid; gap: 0; }
  .navigation a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .navigation a::after { display: none; }
  .hero { min-height: 720px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(15,20,23,.88), rgba(15,20,23,.52)), linear-gradient(0deg, rgba(15,20,23,.72), transparent 55%); }
  .hero-content { padding: 170px 0 75px; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4.6rem); }
  .hero-copy { font-size: 1.04rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .trust-grid p { padding: 17px 6px; border: 0; border-bottom: 1px solid rgba(23,29,33,.22); }
  .trust-grid p:last-child { border-right: 0; border-bottom: 0; }
  .section { padding-block: 78px; }
  .section-label { margin-bottom: 34px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 220px; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .gallery-large { grid-row: span 1; }
  .gallery-wide { grid-column: span 1; }
  .contact-image { inset: 0; opacity: .2; }
  .contact-content { padding-block: 75px; }
  .contact-links a { align-items: flex-start; flex-direction: column; gap: 2px; }
  .contact-links strong { text-align: left; overflow-wrap: anywhere; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-grid img { width: min(330px, 100%); }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; }
}
