.hnc-root,
.hnc-root * {
	box-sizing: border-box;
}

.hnc-root {
	--hnc-ink: #161616;
	--hnc-muted: #676767;
	--hnc-line: #dfddd7;
	--hnc-paper: #f7f6f2;
	--hnc-white: #fff;
	--hnc-accent: #ff780a;
	--hnc-accent-dark: #d85f00;
	width: 100%;
	max-width: 1160px;
	margin: 40px auto;
	color: var(--hnc-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.7;
}

.hnc-root [hidden] {
	display: none !important;
}

.hnc-parent-navigation {
	margin: 0 0 14px;
}

.hnc-parent-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 8px 14px;
	border: 1px solid #ced3da;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(15, 21, 29, 0.07);
	color: #262b32;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.hnc-parent-link:hover,
.hnc-parent-link:focus-visible {
	border-color: var(--hnc-accent);
	color: var(--hnc-accent-dark);
	transform: translateX(-2px);
}

.hnc-parent-link:focus-visible {
	outline: 3px solid rgba(255, 120, 10, 0.22);
	outline-offset: 2px;
}

.hnc-root button,
.hnc-root input {
	font: inherit;
}

.hnc-root button {
	appearance: none;
	-webkit-appearance: none;
	letter-spacing: 0;
}

.hnc-heading {
	position: relative;
	isolation: isolate;
	container-type: inline-size;
	display: flex;
	min-height: clamp(300px, 34vw, 390px);
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	max-width: none;
	margin: 0 0 32px;
	padding: clamp(40px, 7vw, 76px) clamp(28px, 8vw, 92px);
	border: 0;
	border-radius: 6px;
	background:
		radial-gradient(circle at 84% 18%, rgba(49, 132, 235, 0.23), transparent 30%),
		radial-gradient(circle at 9% 105%, rgba(255, 120, 10, 0.3), transparent 36%),
		linear-gradient(125deg, #0b0d10 0%, #171c24 100%);
	box-shadow: 0 24px 68px rgba(15, 21, 29, 0.25);
	color: #fff;
	text-align: left;
}

.hnc-heading::before {
	content: "INPRINT";
	position: absolute;
	z-index: 0;
	right: -0.04em;
	bottom: -0.27em;
	color: rgba(255, 255, 255, 0.045);
	font-size: clamp(88px, 18vw, 220px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.08em;
	pointer-events: none;
}

.hnc-heading::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 7px;
	background: var(--hnc-accent);
	z-index: 0;
	pointer-events: none;
}

.hnc-root .hnc-heading h2 {
	all: unset !important;
	display: block !important;
	position: relative !important;
	z-index: 1 !important;
	width: 100% !important;
	max-width: none !important;
	margin: 12px 0 20px !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
	color: #fff !important;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif !important;
	font-size: clamp(34px, 5vw, 60px) !important;
	font-size: clamp(25px, 7.2cqw, 60px) !important;
	font-weight: 800 !important;
	line-height: 1.16 !important;
	letter-spacing: -0.045em !important;
	text-align: left !important;
}

.hnc-root .hnc-heading h2::before,
.hnc-root .hnc-heading h2::after {
	content: none !important;
	display: none !important;
}

.hnc-heading h2 span,
.hnc-heading h2 em {
	display: block !important;
	white-space: nowrap !important;
}

.hnc-heading h2 em {
	color: #ff9a42 !important;
	font-style: normal !important;
}

.hnc-heading > p:last-child {
	position: relative;
	z-index: 1;
	max-width: min(100%, 880px);
	margin: 0 !important;
	color: rgba(255, 255, 255, 0.7) !important;
	font-size: clamp(13px, 1.55vw, 16px);
	line-height: 1.9;
	text-wrap: pretty;
}

.hnc-heading > .hnc-eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	position: relative;
	z-index: 1;
	margin: 0 !important;
	color: #ff9a42 !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: none;
}

.hnc-heading > .hnc-eyebrow::before {
	content: "" !important;
	display: block !important;
	width: 34px;
	height: 1px;
	background: currentColor;
}

.hnc-heading > .hnc-eyebrow::after {
	content: none !important;
	display: none !important;
}

.hnc-eyebrow {
	margin: 0;
	color: #ff9a42;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
}

.hnc-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.78fr) minmax(360px, 1.22fr);
	gap: 28px;
	align-items: start;
}

.hnc-panel,
.hnc-preview-column {
	border: 1px solid var(--hnc-line);
	border-radius: 18px;
	background: var(--hnc-white);
	box-shadow: 0 12px 36px rgba(27, 24, 20, 0.06);
}

.hnc-panel {
	padding: 28px;
	position: sticky;
	top: 24px;
}

.hnc-step {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin-bottom: 18px;
}

.hnc-step h3,
.hnc-reference h3 {
	margin: 0;
	font-size: 18px;
	line-height: 1.45;
}

.hnc-step p,
.hnc-reference p {
	margin: 2px 0 0;
	color: var(--hnc-muted);
	font-size: 13px;
}

.hnc-step-number {
	display: inline-grid;
	flex: 0 0 29px;
	width: 29px;
	height: 29px;
	place-items: center;
	border-radius: 50%;
	background: var(--hnc-ink);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.hnc-upload {
	display: grid;
	min-height: 128px;
	place-content: center;
	padding: 20px;
	border: 1.5px dashed #afa99f;
	border-radius: 13px;
	background: var(--hnc-paper);
	cursor: pointer;
	text-align: center;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.hnc-upload:hover,
.hnc-upload:focus-within {
	border-color: var(--hnc-accent);
	background: #fbf7f0;
}

.hnc-upload-title {
	font-weight: 700;
}

.hnc-upload-sub {
	color: var(--hnc-muted);
	font-size: 12px;
}

.hnc-file {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

.hnc-file-name {
	margin: 10px 0 0;
	overflow: hidden;
	color: var(--hnc-muted);
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hnc-error {
	margin: 12px 0 0;
	padding: 10px 12px;
	border-radius: 8px;
	background: #fff0ef;
	color: #9a2921;
	font-size: 13px;
}

.hnc-edit {
	margin-top: 27px;
	padding-top: 24px;
	border-top: 1px solid var(--hnc-line);
}

.hnc-step-edit {
	margin-bottom: 14px;
}

.hnc-range-label {
	display: flex;
	justify-content: space-between;
	margin: 0 0 5px;
	font-size: 13px;
	font-weight: 700;
}

.hnc-zoom-output,
.hnc-angle-output {
	color: var(--hnc-accent-dark);
	font-variant-numeric: tabular-nums;
}

.hnc-zoom {
	width: 100%;
	height: 24px;
	margin: 0 0 18px;
	accent-color: var(--hnc-accent-dark);
	cursor: pointer;
}

.hnc-angle-label {
	margin-top: 2px;
}

.hnc-angle-control {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) 54px;
	gap: 8px;
	align-items: center;
	margin-bottom: 18px;
}

.hnc-angle {
	width: 100%;
	height: 24px;
	margin: 0;
	accent-color: var(--hnc-accent-dark);
	cursor: pointer;
}

.hnc-angle-button {
	min-height: 38px;
	padding: 7px 5px;
	font-size: 12px;
}

.hnc-button-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.hnc-button {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 10px 14px;
	border: 1px solid transparent;
	border-radius: 9px;
	cursor: pointer;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.hnc-button:hover:not(:disabled) {
	transform: translateY(-1px);
}

.hnc-button:focus-visible,
.hnc-text-button:focus-visible,
.hnc-upload:focus-within {
	outline: 3px solid rgba(168, 108, 54, 0.24);
	outline-offset: 2px;
}

.hnc-button:disabled {
	cursor: not-allowed;
	opacity: 0.42;
}

.hnc-button-subtle {
	border-color: var(--hnc-line);
	background: var(--hnc-white);
	color: var(--hnc-ink);
	font-size: 13px;
}

.hnc-button-subtle:hover:not(:disabled) {
	border-color: #aaa49b;
	background: var(--hnc-paper);
}

.hnc-text-button {
	display: block;
	margin: 13px auto 0;
	padding: 4px 8px;
	border: 0;
	background: transparent;
	color: var(--hnc-muted);
	cursor: pointer;
	font-size: 12px;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.hnc-resolution {
	margin-top: 18px;
	padding: 12px;
	border-radius: 9px;
	background: var(--hnc-paper);
	font-size: 12px;
	line-height: 1.6;
}

.hnc-resolution strong {
	display: block;
	font-size: 13px;
}

.hnc-resolution[data-level="good"] strong {
	color: #287044;
}

.hnc-resolution[data-level="fair"] strong {
	color: #8a6424;
}

.hnc-resolution[data-level="low"] strong {
	color: #9a2921;
}

.hnc-preview-column {
	padding: 20px;
}

.hnc-preview-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.hnc-preview-label {
	display: block;
	font-size: 15px;
	font-weight: 700;
}

.hnc-preview-note {
	display: block;
	color: var(--hnc-muted);
	font-size: 11px;
}

.hnc-preview-status {
	flex: 0 0 auto;
	padding: 5px 9px;
	border-radius: 999px;
	background: var(--hnc-paper);
	color: var(--hnc-muted);
	font-size: 11px;
}

.hnc-preview-status.is-ready {
	background: #e9f4ec;
	color: #28623c;
}

.hnc-orientation-switch {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 700;
}

.hnc-orientation-buttons {
	display: inline-flex;
	padding: 3px;
	border: 1px solid var(--hnc-line);
	border-radius: 9px;
	background: var(--hnc-paper);
}

.hnc-orientation-button {
	min-height: 34px;
	margin: 0;
	padding: 6px 12px;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: var(--hnc-muted);
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
}

.hnc-orientation-button.is-active {
	background: var(--hnc-white);
	color: var(--hnc-ink);
	box-shadow: 0 1px 4px rgba(28, 25, 20, 0.12);
}

.hnc-orientation-button:focus-visible {
	outline: 3px solid rgba(168, 108, 54, 0.24);
	outline-offset: 1px;
}

.hnc-canvas-shell {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
	background: #efefed;
	line-height: 0;
}

.hnc-canvas {
	display: block;
	width: 100%;
	height: auto;
	touch-action: none;
	cursor: default;
}

.hnc-canvas.is-editable {
	cursor: grab;
}

.hnc-canvas.is-dragging {
	cursor: grabbing;
}

.hnc-loading {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: var(--hnc-muted);
	font-size: 13px;
	line-height: 1.5;
}

.hnc-download {
	width: 100%;
	margin-top: 14px;
	background: var(--hnc-ink);
	color: var(--hnc-white);
}

.hnc-download:hover:not(:disabled) {
	background: #333;
}

.hnc-disclaimer {
	margin: 10px 2px 0;
	color: var(--hnc-muted);
	font-size: 11px;
	line-height: 1.6;
}

.hnc-case-section {
	margin-top: 30px;
	padding: 26px;
	border: 1px solid var(--hnc-line);
	border-radius: 18px;
	background: var(--hnc-white);
	box-shadow: 0 12px 36px rgba(27, 24, 20, 0.06);
}

.hnc-case-heading .hnc-step {
	margin-bottom: 22px;
}

.hnc-case-heading h3 {
	margin: 1px 0 0;
	font-size: 20px;
	line-height: 1.4;
}

.hnc-case-heading p:not(.hnc-eyebrow) {
	margin: 3px 0 0;
	color: var(--hnc-muted);
	font-size: 13px;
}

.hnc-case-layout {
	display: grid;
	grid-template-columns: minmax(250px, 0.72fr) minmax(360px, 1.28fr);
	gap: 24px;
	align-items: start;
}

.hnc-case-controls {
	padding: 18px;
	border-radius: 12px;
	background: var(--hnc-paper);
}

.hnc-fit-controls {
	margin: 0 0 18px;
	padding: 14px;
	border: 1px solid #ded8cf;
	border-radius: 12px;
	background: #fff;
}

.hnc-device-picker {
	display: grid;
	gap: 6px;
	margin-bottom: 8px;
}

.hnc-device-picker > span,
.hnc-fit-size-row > span {
	font-size: 12px;
	font-weight: 800;
}

.hnc-device-select {
	width: 100%;
	min-height: 42px;
	padding: 7px 34px 7px 10px;
	border: 1px solid #d8d1c7;
	border-radius: 9px;
	background: #fff;
	color: var(--hnc-ink);
	font: inherit;
	font-size: 13px;
}

.hnc-device-status {
	margin: 0 0 11px;
	padding: 8px 10px;
	border-radius: 8px;
	background: #f1eee9;
	color: var(--hnc-muted);
	font-size: 11px;
	line-height: 1.55;
}

.hnc-device-status.is-verified {
	background: #e8f5eb;
	color: #1f6b36;
}

.hnc-fit-size-row {
	display: grid;
	grid-template-columns: auto repeat(2, minmax(0, 1fr));
	align-items: center;
	gap: 8px;
}

.hnc-fit-size {
	min-height: 42px;
	padding: 6px 9px;
	border: 1px solid #d8d1c7;
	border-radius: 9px;
	background: #fff;
	color: var(--hnc-ink);
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
}

.hnc-fit-size small {
	display: block;
	margin-top: 1px;
	color: var(--hnc-muted);
	font-size: 10px;
	font-weight: 600;
}

.hnc-fit-size.is-active {
	border-color: var(--hnc-accent-dark);
	background: #fff7ef;
	box-shadow: inset 0 0 0 1px var(--hnc-accent-dark);
}

.hnc-fit-interval {
	width: 100%;
	accent-color: var(--hnc-accent-dark);
}

.hnc-fit-output {
	color: var(--hnc-accent-dark);
	font-variant-numeric: tabular-nums;
}

.hnc-fit-note {
	margin: 8px 0 0;
	color: var(--hnc-muted);
	font-size: 11px;
	line-height: 1.6;
}

.hnc-case-upload {
	min-height: 112px;
	background: var(--hnc-white);
}

.hnc-case-file-name {
	margin: 9px 0 0;
	overflow: hidden;
	color: var(--hnc-muted);
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hnc-case-error {
	margin: 10px 0 0;
	padding: 9px 11px;
	border-radius: 8px;
	background: #fff0ef;
	color: #9a2921;
	font-size: 12px;
}

.hnc-case-edit {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid var(--hnc-line);
}

.hnc-case-size,
.hnc-case-angle {
	width: 100%;
	height: 24px;
	margin: 0 0 16px;
	accent-color: var(--hnc-accent-dark);
	cursor: pointer;
}

.hnc-case-size-output,
.hnc-case-angle-output {
	color: var(--hnc-accent-dark);
	font-variant-numeric: tabular-nums;
}

.hnc-case-canvas-shell {
	position: relative;
	display: grid;
	min-height: 300px;
	place-items: center;
	overflow: hidden;
	border-radius: 12px;
	background-color: #eceae5;
	background-image: linear-gradient(45deg, rgba(255,255,255,.35) 25%, transparent 25%), linear-gradient(-45deg, rgba(255,255,255,.35) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(255,255,255,.35) 75%), linear-gradient(-45deg, transparent 75%, rgba(255,255,255,.35) 75%);
	background-position: 0 0, 0 10px, 10px -10px, -10px 0;
	background-size: 20px 20px;
}

.hnc-case-empty {
	position: absolute;
	z-index: 1;
	max-width: 280px;
	padding: 20px;
	color: var(--hnc-muted);
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
}

.hnc-case-canvas {
	display: block;
	width: 100%;
	height: auto;
	visibility: hidden;
	touch-action: none;
}

.hnc-case-canvas.is-ready {
	visibility: visible;
	cursor: grab;
}

.hnc-case-canvas.is-dragging {
	cursor: grabbing;
}

.hnc-case-download {
	width: 100%;
	margin-top: 12px;
	background: var(--hnc-ink);
	color: var(--hnc-white);
}

.hnc-order-section {
	margin-top: 30px;
	padding: 28px;
	border: 1px solid var(--hnc-line);
	border-radius: 18px;
	background: var(--hnc-white);
	box-shadow: 0 12px 36px rgba(27, 24, 20, 0.06);
}

.hnc-order-section h3 {
	margin: 1px 0 0;
	font-size: 20px;
	line-height: 1.4;
}

.hnc-order-section .hnc-step p:not(.hnc-eyebrow) {
	margin: 3px 0 0;
	color: var(--hnc-muted);
	font-size: 13px;
}

.hnc-order-layout {
	display: grid;
	grid-template-columns: minmax(280px, 1fr) minmax(280px, 0.82fr);
	gap: 26px;
	align-items: start;
}

.hnc-quantity-label {
	display: block;
	margin-bottom: 7px;
	font-size: 13px;
	font-weight: 700;
}

.hnc-quantity-control {
	display: grid;
	grid-template-columns: 46px 86px 46px;
	gap: 7px;
	margin-bottom: 18px;
}

.hnc-quantity,
.hnc-quantity-button {
	min-height: 44px;
	border: 1px solid var(--hnc-line);
	border-radius: 9px;
	background: var(--hnc-white);
	color: var(--hnc-ink);
	font-weight: 700;
	text-align: center;
}

.hnc-quantity {
	width: 86px;
	padding: 5px;
}

.hnc-quantity-button {
	cursor: pointer;
	font-size: 20px;
}

.hnc-quantity-button:hover {
	border-color: var(--hnc-accent-dark);
	background: var(--hnc-paper);
}

.hnc-size-list {
	display: grid;
	gap: 10px;
}

.hnc-size-row {
	display: grid;
	grid-template-columns: minmax(118px, 1fr) minmax(180px, 1.25fr);
	gap: 12px;
	align-items: center;
	margin: 0;
	padding: 12px;
	border: 1px solid var(--hnc-line);
	border-radius: 10px;
}

.hnc-size-row legend {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 700;
}

.hnc-size-choices {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 7px;
}

.hnc-size-choices label {
	position: relative;
	display: block;
	cursor: pointer;
}

.hnc-size-choices input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.hnc-size-choices span {
	display: grid;
	min-height: 38px;
	place-items: center;
	padding: 6px;
	border: 1px solid var(--hnc-line);
	border-radius: 8px;
	background: var(--hnc-white);
	font-size: 12px;
	font-weight: 700;
}

.hnc-size-choices input:checked + span {
	border-color: var(--hnc-accent-dark);
	background: #fff3e7;
	color: var(--hnc-accent-dark);
	box-shadow: inset 0 0 0 1px var(--hnc-accent-dark);
}

.hnc-size-choices input:focus-visible + span {
	outline: 3px solid rgba(168, 108, 54, 0.24);
	outline-offset: 2px;
}

.hnc-order-summary {
	padding: 20px;
	border-radius: 13px;
	background: var(--hnc-paper);
}

.hnc-purchase-type {
	margin: 0 0 18px;
	padding: 0 0 18px;
	border: 0;
	border-bottom: 1px solid #ccc8bf;
}

.hnc-purchase-type legend {
	margin-bottom: 9px;
	font-size: 13px;
	font-weight: 800;
}

.hnc-purchase-type label {
	display: block;
	position: relative;
	margin-top: 7px;
	cursor: pointer;
}

.hnc-purchase-type input {
	position: absolute;
	opacity: 0;
}

.hnc-purchase-type span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 11px 12px;
	border: 1px solid #d8d4cc;
	border-radius: 9px;
	background: #fff;
	font-size: 12px;
	font-weight: 700;
}

.hnc-purchase-type input:checked + span {
	border-color: var(--hnc-accent-dark);
	background: #fff3e7;
	box-shadow: inset 0 0 0 1px var(--hnc-accent-dark);
}

.hnc-purchase-type input:focus-visible + span {
	outline: 3px solid rgba(168, 108, 54, 0.24);
	outline-offset: 2px;
}

.hnc-monitor-panel {
	margin: 0 0 18px;
	padding: 15px;
	border: 1px solid #ead2b8;
	border-radius: 11px;
	background: #fff8ef;
	font-size: 12px;
	line-height: 1.65;
}

.hnc-monitor-panel[hidden] {
	display: none;
}

.hnc-monitor-panel > p {
	margin: 0 0 9px;
}

.hnc-monitor-title {
	color: var(--hnc-accent-dark);
	font-size: 14px;
	font-weight: 800;
}

.hnc-monitor-check {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	margin: 10px 0;
	cursor: pointer;
}

.hnc-monitor-check input {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin: 1px 0 0;
	accent-color: var(--hnc-accent-dark);
}

.hnc-monitor-review-note {
	margin-bottom: 0 !important;
	color: var(--hnc-muted);
}

.hnc-price-row,
.hnc-price-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-size: 13px;
}

.hnc-price-row + .hnc-price-row {
	margin-top: 6px;
}

.hnc-price-total {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #ccc8bf;
	font-size: 15px;
	font-weight: 700;
}

.hnc-price-total strong {
	font-size: 23px;
	line-height: 1.2;
}

.hnc-important-terms {
	margin-top: 18px;
	padding: 14px 15px;
	border: 1px solid #d9dde3;
	border-left: 4px solid var(--hnc-accent);
	border-radius: 10px;
	background: #fff;
	font-size: 12px;
	line-height: 1.65;
}

.hnc-important-terms > strong {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
}

.hnc-important-terms ul {
	margin: 0 0 0 1.25em;
	padding: 0;
}

.hnc-important-terms a {
	color: #166bb7;
	font-weight: 700;
}

.hnc-confirm-check {
	display: flex;
	gap: 9px;
	align-items: flex-start;
	margin: 20px 0 13px;
	cursor: pointer;
	font-size: 12px;
	line-height: 1.55;
}

.hnc-confirm-check input {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin: 1px 0 0;
	accent-color: var(--hnc-accent-dark);
}

.hnc-rights-check {
	margin-top: 10px;
	padding: 13px 14px;
	border: 1px solid #d8c4b2;
	border-radius: 10px;
	background: #fff;
}

.hnc-rights-check strong {
	display: inline-block;
	margin-bottom: 3px;
	font-size: 13px;
}

.hnc-submit-design {
	width: 100%;
	min-height: 54px;
	background: #ff780a;
	color: #fff;
	font-size: 15px;
	box-shadow: 0 7px 16px rgba(255, 120, 10, 0.2);
}

.hnc-submit-design:hover:not(:disabled) {
	background: #e86600;
}

.hnc-submit-status {
	margin: 10px 0 0;
	color: var(--hnc-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.hnc-submit-status.is-success {
	color: #287044;
}

.hnc-order-note {
	margin: 10px 0 0;
	color: var(--hnc-muted);
	font-size: 11px;
	line-height: 1.6;
}

.hnc-reference {
	display: grid;
	grid-template-columns: 1fr 112px;
	gap: 28px;
	align-items: center;
	max-width: 670px;
	margin: 28px auto 0;
	padding: 22px 26px;
	border: 1px solid var(--hnc-line);
	border-radius: 14px;
	background: var(--hnc-paper);
}

.hnc-reference img {
	display: block;
	width: 100%;
	max-height: 230px;
	object-fit: contain;
	filter: drop-shadow(0 5px 8px rgba(0, 0, 0, 0.12));
}

.hnc-reference h3 {
	margin-top: 3px;
}

.hnc-notice {
	padding: 14px;
	border-left: 4px solid #cc9c49;
	background: #fff8e7;
}

@media (max-width: 820px) {
	.hnc-root {
		margin: 28px auto;
	}

	.hnc-layout {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.hnc-panel {
		position: static;
	}

	.hnc-case-layout {
		grid-template-columns: 1fr;
	}

	.hnc-order-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.hnc-root {
		font-size: 15px;
	}

	.hnc-heading {
		margin-bottom: 22px;
		min-height: 300px;
		padding: 42px 24px 40px 30px;
		border-radius: 4px;
	}

	.hnc-root .hnc-heading h2 {
		margin: 12px 0 18px !important;
		line-height: 1.18 !important;
	}

	.hnc-heading::before {
		right: -14px;
		bottom: -12px;
		font-size: 98px;
	}

	.hnc-heading > .hnc-eyebrow {
		font-size: 9px;
		letter-spacing: 0.14em;
	}

	.hnc-panel,
	.hnc-preview-column {
		border-radius: 13px;
	}

	.hnc-panel {
		padding: 20px;
	}

	.hnc-preview-column {
		padding: 12px;
	}

	.hnc-preview-toolbar {
		align-items: flex-start;
	}

	.hnc-preview-status {
		max-width: 108px;
		text-align: center;
	}

	.hnc-orientation-switch {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.hnc-orientation-buttons {
		width: 100%;
	}

	.hnc-orientation-button {
		flex: 1 1 50%;
	}

	.hnc-button-grid {
		grid-template-columns: 1fr 1fr;
	}

	.hnc-reference {
		grid-template-columns: 1fr 76px;
		gap: 16px;
		padding: 18px;
	}

	.hnc-case-section {
		padding: 18px 12px;
		border-radius: 13px;
	}

	.hnc-order-section {
		padding: 18px 12px;
		border-radius: 13px;
	}

	.hnc-size-row {
		grid-template-columns: 1fr;
	}

	.hnc-case-controls {
		padding: 16px;
	}
}

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

.hnc-schedule-card {
	margin: 16px 0;
	padding: 16px;
	border: 1px solid #ead8c8;
	border-radius: 12px;
	background: #fffaf5;
}

.hnc-schedule-kicker { margin: 0 0 9px; color: var(--hnc-accent-dark); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.hnc-schedule-card dl { margin: 0; }
.hnc-schedule-card dl > div { display: grid; grid-template-columns: 92px 1fr; gap: 10px; padding: 7px 0; border-bottom: 1px solid #eadfd5; }
.hnc-schedule-card dt { color: var(--hnc-muted); font-size: 12px; font-weight: 700; }
.hnc-schedule-card dd { margin: 0; font-size: 13px; font-weight: 800; }
.hnc-schedule-card > p:not(.hnc-schedule-kicker) { margin: 10px 0 0; color: var(--hnc-muted); font-size: 11px; line-height: 1.7; }
.hnc-schedule-card .hnc-schedule-extra { color: #7a3c0c; font-weight: 700; }

.hnc-b2b-callout { margin: 20px 0 0; padding: 16px; border-radius: 12px; background: #171717; color: #fff; }
.hnc-b2b-callout strong { display: block; font-size: 14px; }
.hnc-b2b-callout p { margin: 8px 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.7; }
.hnc-b2b-callout a { color: #ff9c4b; font-size: 12px; font-weight: 800; }
.hnc-order-context { margin: 18px 0; font-size: 13px; line-height: 1.7; }
.hnc-order-context label { display: block; }
.hnc-order-context textarea { display: block; width: 100%; margin-top: 8px; padding: 10px; border: 1px solid #c9c1b8; border-radius: 8px; background: #fff; color: #211f1d; font: inherit; resize: vertical; }
.hnc-order-context p { margin: 6px 0; font-size: 11px; color: #716b65; }
.hnc-root .hnc-guide-control { display: flex; align-items: center; gap: 6px; margin-top: 8px; font-size: 13px; cursor: pointer; }
.hnc-root .hnc-guide-toggle { width: 18px; height: 18px; margin: 0; accent-color: #995b31; }
.hn-desktop-preview{display:block;margin:8px 0;padding:10px 14px;border:1px solid #a07852;border-radius:8px;background:#fff;color:#55351e;cursor:pointer}
@media(max-width:767px){.hn-desktop-preview{display:none}}

/* V0.21.21: preparation notice shown before simulator steps */
.hnc-prep-notice {
  max-width: 1120px; margin: 0 auto 24px; padding: 16px 18px;
  border-left: 4px solid #d97706; background: #fff8ee; border-radius: 8px;
  color: #333; line-height: 1.75;
}
.hnc-prep-notice strong { display:block; margin-bottom:4px; font-size:14px; }
.hnc-prep-notice p { margin:0; font-size:13px; }
@media (max-width: 767px) {
  .hnc-prep-notice { margin: 0 16px 20px; padding: 14px 15px; }
}
